Error when using /v
gdude2002 opened this issue ยท 2 comments
I did a /home at some point that took me from the world "world" to the world "pworld". Thereafter, I have to do /v when in "world" or I get the following error..
18:09:32 [SEVERE] null
org.bukkit.command.CommandException: Unhandled exception executing command 'v' in plugin VanishNoPacket v3.6.2
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Caused by: java.lang.IllegalArgumentException: Cannot measure distance between world and pworld
at org.bukkit.Location.distanceSquared(Location.java:381)
at org.bukkit.craftbukkit.CraftWorld.playEffect(CraftWorld.java:781)
at org.bukkit.craftbukkit.CraftWorld.playEffect(CraftWorld.java:756)
at org.kitteh.vanish.VanishManager.smokeScreenEffect(VanishManager.java:292)
at org.kitteh.vanish.VanishManager.toggleVanishQuiet(VanishManager.java:230)
at org.kitteh.vanish.VanishManager.toggleVanish(VanishManager.java:171)
at org.kitteh.vanish.VanishCommand.onCommand(VanishCommand.java:59)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
... 12 more
What do?
Determined via IRC to be a misbehaving (outdated?) multi world plugin (not multiverse, perhaps @gdude2002 can post it in case someone else gets it).
That'd be MyWorlds. I opened a ticket with them, still haven't gotten anywhere.
You can find it here: http://dev.bukkit.org/server-mods/my-worlds/tickets/32-severe-particles-problem-causes-server-to-freeze-nailed/#