Error saving EWG when using latest 1.13.1 version of WorldEdit and v8 of EWG

Issue #416 new
Pete Brown created an issue

Using: worldedit-bukkit-7.0.0-beta-01.jar EpicWorldGenerator v8.jar craftbukkit-1.13.1 Spigot

When I run the command to save an ewg file, I get the error below. No EWG error log created.

[00:33:23] [Server thread/INFO]: PeteBrown issued server command: /ewg create 15 70 -32 LuckyTemple
[00:33:23] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'ewg' in plugin EpicWorldGenerator v8.0.0-PRE-RELASE-5
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot_survival.jar:git-Spigot-fe3ab0d-162bda9]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot_survival.jar:git-Spigot-fe3ab0d-162bda9]
        at org.bukkit.craftbukkit.v1_13_R1.CraftServer.dispatchCommand(CraftServer.java:694) ~[spigot_survival.jar:git-Spigot-fe3ab0d-162bda9]
        at net.minecraft.server.v1_13_R1.PlayerConnection.handleCommand(PlayerConnection.java:1634) ~[spigot_survival.jar:git-Spigot-fe3ab0d-162bda9]
        at net.minecraft.server.v1_13_R1.PlayerConnection.a(PlayerConnection.java:1469) ~[spigot_survival.jar:git-Spigot-fe3ab0d-162bda9]
        at net.minecraft.server.v1_13_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[spigot_survival.jar:git-Spigot-fe3ab0d-162bda9]
        at net.minecraft.server.v1_13_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot_survival.jar:git-Spigot-fe3ab0d-162bda9]
        at net.minecraft.server.v1_13_R1.PlayerConnectionUtils.a(SourceFile:10) ~[spigot_survival.jar:git-Spigot-fe3ab0d-162bda9]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_77]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_77]
        at net.minecraft.server.v1_13_R1.SystemUtils.a(SourceFile:198) [spigot_survival.jar:git-Spigot-fe3ab0d-162bda9]
        at net.minecraft.server.v1_13_R1.MinecraftServer.w(MinecraftServer.java:884) [spigot_survival.jar:git-Spigot-fe3ab0d-162bda9]
        at net.minecraft.server.v1_13_R1.DedicatedServer.w(DedicatedServer.java:411) [spigot_survival.jar:git-Spigot-fe3ab0d-162bda9]
        at net.minecraft.server.v1_13_R1.MinecraftServer.v(MinecraftServer.java:819) [spigot_survival.jar:git-Spigot-fe3ab0d-162bda9]
        at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:717) [spigot_survival.jar:git-Spigot-fe3ab0d-162bda9]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_77]
Caused by: java.lang.NoSuchMethodError: com.sk89q.worldedit.bukkit.WorldEditPlugin.getSelection(Lorg/bukkit/entity/Player;)Lcom/sk89q/worldedit/bukkit/selections/Selection;
        at com.minelazz.epicworldgenerator.iiIiiiiiIi.onCommand(ok:147) ~[?:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot_survival.jar:git-Spigot-fe3ab0d-162bda9]
        ... 15 more

Comments (5)

  1. Pete Brown reporter

    Note also that I cannot use an older version of WorldEdit, as they do not work with 1.13.1

  2. Pete Brown reporter

    Pasting also fails, but silently.

    [00:21:13] [Server thread/INFO]: PeteBrown issued server command: /ewg paste CUSTOM_MedRuins
    

    No error on screen. No structure paste. Nothing in log.

    If I mess with the name, I get an error about the file not existing, so I know the command is doing that much.

  3. Log in to comment