WorldEdit

WorldEdit

42M Downloads

//move throws "argument type mismatch" exception, 7.0.0 string-ids

LadyCailinBot opened this issue ยท 3 comments

commented

WORLDEDIT-3672 - Reported by kjiang

7.0.0 build 3788 throws java.lang.IllegalArgumentException: argument type mismatch while using //move 1.
Tested with:
Spigot 1.13 build 1751
WorldEdit 7.0.0 snapshot build 3788
Exception:

[07:53:05 INFO]: kjiang issued server command: //move 1
[07:53:05 ERROR]: [WorldEdit] An unexpected error while handling a WorldEdit command
java.lang.IllegalArgumentException: argument type mismatch
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
        at com.sk89q.worldedit.util.command.parametric.ParametricCallable.call(ParametricCallable.java:228) ~[?:?]
        at com.sk89q.worldedit.util.command.SimpleDispatcher.call(SimpleDispatcher.java:125) ~[?:?]
        at com.sk89q.worldedit.extension.platform.CommandManager.handleCommand(CommandManager.java:249) ~[?:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
        at com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58) ~[?:?]
        at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[?:?]
        at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:187) ~[?:?]
        at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:173) ~[?:?]
        at com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:228) ~[?:?]
        at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:54) ~[?:?]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-vol5.jar:git-Spigot-0b44fa0-49a2604]
        at org.bukkit.craftbukkit.v1_13_R1.CraftServer.dispatchCommand(CraftServer.java:692) ~[spigot-vol5.jar:git-Spigot-0b44fa0-49a2604]
        at net.minecraft.server.v1_13_R1.PlayerConnection.handleCommand(PlayerConnection.java:1634) ~[spigot-vol5.jar:git-Spigot-0b44fa0-49a2604]
        at net.minecraft.server.v1_13_R1.PlayerConnection.a(PlayerConnection.java:1469) ~[spigot-vol5.jar:git-Spigot-0b44fa0-49a2604]
        at net.minecraft.server.v1_13_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[spigot-vol5.jar:git-Spigot-0b44fa0-49a2604]
        at net.minecraft.server.v1_13_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-vol5.jar:git-Spigot-0b44fa0-49a2604]
        at net.minecraft.server.v1_13_R1.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-vol5.jar:git-Spigot-0b44fa0-49a2604]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_181]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
        at net.minecraft.server.v1_13_R1.SystemUtils.a(SourceFile:198) [spigot-vol5.jar:git-Spigot-0b44fa0-49a2604]
        at net.minecraft.server.v1_13_R1.MinecraftServer.w(MinecraftServer.java:884) [spigot-vol5.jar:git-Spigot-0b44fa0-49a2604]
        at net.minecraft.server.v1_13_R1.DedicatedServer.w(DedicatedServer.java:411) [spigot-vol5.jar:git-Spigot-0b44fa0-49a2604]
        at net.minecraft.server.v1_13_R1.MinecraftServer.v(MinecraftServer.java:819) [spigot-vol5.jar:git-Spigot-0b44fa0-49a2604]
        at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:717) [spigot-vol5.jar:git-Spigot-0b44fa0-49a2604]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]

If you need helps on testing please let me know :)

commented

Comment by me4502

Is there any more of the error? And does it occur in the latest build?

commented

Comment by kjiang

It's still exist (//move 1).
Tested with WorldEdit 7.0.0 build 3796-44ab54f
spigot version: 1.13 git-Spigot-69774b3-392108b

commented

Comment by me4502

Fixed.