//regen command does not work and returns an error
Qunato opened this issue ยท 5 comments
WorldEdit Version
7.3.0-SNAPSHOT+#5835-b8a9c00
Platform Version
git-Paper-"bc4b23e"
Bug Description
The //regen command doesn't work and returns a console error.
Here is a link to the console error: https://mcpaste.io/75ae9d33473ef554
Expected Behavior
The selection is reset to its original terrain.
Reproduction Steps
- Open a server on with the stated versions of Paper and WorldEdit.
- Make a selection.
- Execute the command //regen.
Anything Else?
Nope.
This is an upstream bug with Paper: PaperMC/paperweight#24
java.lang.NoSuchMethodError: 'net.minecraft.world.level.storage.SaveData net.minecraft.server.dedicated.DedicatedServer.getSaveData()'
method is getWorldData
in paper, in MinecraftServer
paper-13
should in theory be fixed with PaperMC/Paper@a7cddc4
...unless there's some other missing mappings.