How to disable nether and end

how i disable nether world and end on sponge, can you help me thanks

Icona di Verificata con community

Hey, you can set nether and end worlds to not load on startup.

Either with world managements plugins, or simply by adding this in world configs.

sponge {
    # Configuration options that will affect all worlds.
    world {
        # If 'true', this world will load on startup.
        load-on-startup=false
    }
}

Configs path for default nether and end:

./config/sponge/worlds/minecraft/nether/DIM-1/world.conf
./config/sponge/worlds/minecraft/the_end/DIM1/world.conf

1 Like

You can also disable the nether in the Server.properties file which most mods will agree with too

1 Like