Command "delete" not working
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.
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
@dilan73 @Zeroth42 Did you find a solution/workaround for this ?