multiworld icon indicating copy to clipboard operation
multiworld copied to clipboard

Command "delete" not working

Open dilan73 opened this issue 6 months ago • 3 comments

I'm trying to delete some dimensions created in my 1.20.1 server, but when I execute the command in the console, twice (it requires it to confirm the delete), I just get the "deleting world folder ---" message just before this log:

java.lang.NullPointerException: Cannot invoke "xyz.nucleoid.fantasy.RuntimeWorldConfig.createDimensionOptions(net.minecraft.server.MinecraftServer)" because "config" is null at TRANSFORMER/[email protected]/xyz.nucleoid.fantasy.RuntimeWorldManager.add(RuntimeWorldManager.java:35) at TRANSFORMER/[email protected]/xyz.nucleoid.fantasy.Fantasy.addPersistentWorld(Fantasy.java:143) at TRANSFORMER/[email protected]/xyz.nucleoid.fantasy.Fantasy.getOrOpenPersistentWorld(Fantasy.java:133) at TRANSFORMER/[email protected]/me.isaiah.multiworld.forge.ForgeWorldCreator.delete_world(ForgeWorldCreator.java:72) at TRANSFORMER/[email protected]/me.isaiah.multiworld.command.DeleteCommand.run(DeleteCommand.java:58) at TRANSFORMER/[email protected]/me.isaiah.multiworld.ConsoleCommand.broadcast_console(ConsoleCommand.java:37) at TRANSFORMER/[email protected]/me.isaiah.multiworld.MultiworldMod.broadcast(MultiworldMod.java:179) at TRANSFORMER/[email protected]/me.isaiah.multiworld.MultiworldMod.lambda$register_commands$2(MultiworldMod.java:161) at MC-BOOTSTRAP/[email protected]/com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264) at TRANSFORMER/[email protected]/net.minecraft.commands.Commands.m_242674_(Commands.java:257) at TRANSFORMER/[email protected]/net.minecraft.commands.Commands.m_230957_(Commands.java:237) at TRANSFORMER/[email protected]/net.minecraft.server.dedicated.DedicatedServer.m_139665_(DedicatedServer.java:298) at TRANSFORMER/[email protected]/net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:284) at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) at java.base/java.lang.Thread.run(Thread.java:840)

Also, I tried stopping the server, deleting the multiworld config folder and the multiworld dimensions in the world file, but when I turn on the server again, the server creates the worlds, with the same seed as the minecraft overworld dimension.

dilan73 avatar Jul 07 '25 01:07 dilan73

I have the same problem. Even if I delete the ".yml" and the folder from dimensions. It keeps the world in the list and everytime creates a new world if I tp to it lmao. What is this. MC 1.21.4 Neoforge is my version

Zeroth42 avatar Aug 26 '25 16:08 Zeroth42

@dilan73 @Zeroth42 Did you find a solution/workaround for this ?

Vincent-HD avatar Sep 22 '25 22:09 Vincent-HD

@dilan73 @Zeroth42 Did you find a solution/workaround for this ?

Yes, it's annoying but you need to modify the NBT file of your world, look for dimensions and remove it from there, there's no other solution

dilan73 avatar Sep 22 '25 22:09 dilan73