Dynmap hook + Spigot 1.7 throws error
tmad40blue opened this issue ยท 1 comments
Whenever I attempt to vanish or unvanish this happens...
[08:43:48] [Server thread/INFO]: tmad40blue issued server command: /v [08:43:48] [Server thread/INFO]: [VanishNoPacket] tmad40blue disappeared. [08:43:48] [Server thread/ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'v' in plugin VanishNoPacket v3.18.7 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1190] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192) ~[spigot.jar:git-Spigot-1190] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:546) ~[spigot.jar:git-Spigot-1190] at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:937) [spigot.jar:git-Spigot-1190] at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:812) [spigot.jar:git-Spigot-1190] at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot.jar:git-Spigot-1190] at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot.jar:git-Spigot-1190] at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [spigot.jar:git-Spigot-1190] at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [spigot.jar:git-Spigot-1190] at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:651) [spigot.jar:git-Spigot-1190] at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:259) [spigot.jar:git-Spigot-1190] at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:534) [spigot.jar:git-Spigot-1190] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:446) [spigot.jar:git-Spigot-1190] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot.jar:git-Spigot-1190] Caused by: java.lang.NullPointerException at org.dynmap.bukkit.DynmapPlugin.assertPlayerInvisibility(DynmapPlugin.java:1513) ~[?:?] at org.kitteh.vanish.hooks.plugins.DynmapHook.onVanish(DynmapHook.java:57) ~[?:?] at org.kitteh.vanish.hooks.HookManager.onVanish(HookManager.java:129) ~[?:?] at org.kitteh.vanish.VanishPlugin.hooksVanish(VanishPlugin.java:220) ~[?:?] at org.kitteh.vanish.VanishManager.toggleVanish(VanishManager.java:197) ~[?:?] at org.kitteh.vanish.VanishCommand.onCommand(VanishCommand.java:45) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1190] ... 13 more
I'll send this to Spigot/Dynmap if it's an issue with one of them.