WorldEdit

WorldEdit

42M Downloads

//regen command does not work and returns an error

Qunato opened this issue ยท 5 comments

commented

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

  1. Open a server on with the stated versions of Paper and WorldEdit.
  2. Make a selection.
  3. Execute the command //regen.

Anything Else?

Nope.

commented

This is an upstream bug with Paper: PaperMC/paperweight#24

commented

java.lang.NoSuchMethodError: 'net.minecraft.world.level.storage.SaveData net.minecraft.server.dedicated.DedicatedServer.getSaveData()'
method is getWorldData in paper, in MinecraftServer
paper-13

commented

please try with latest paper build

commented

should in theory be fixed with PaperMC/Paper@a7cddc4
...unless there's some other missing mappings.

commented

Can confirm //regen is now working with Paper build # 43