squaremap

squaremap

1.9k Downloads

Cannot rename a world named "2022"

hamcoremusic opened this issue ยท 2 comments

commented

Hello!

I am having a weird issue where I am unable to rename/apply settings to the overworld map I have titled "2022". See my config below!

    2022:
        map:
            enabled: true
            display-name: 'Overworld'

The world folder name is 2022 and it displays as "minecraft:overworld" right now on the sidebar

commented

squaremap uses world keys, which are present in vanilla, paper, fabric, etc, rather than world names, which only exist on bukkit. The config section needs to be named minecraft:overworld, not 2022, like in the example here https://github.com/jpenilla/squaremap/wiki/Common-Questions#how-do-i-change-the-name-of-the-world-in-the-sidebar

commented

Ah thank you haha! Sorry for the already answered question