Advertisement
Guest User

Untitled

a guest
May 17th, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. [10:13:55] [Server thread/ERROR]: null
  2. org.bukkit.command.CommandException: Unhandled exception executing command 'sentry' in plugin Sentry v1.8.5
  3. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-13716d9-0899683]
  4. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot.jar:git-Spigot-13716d9-0899683]
  5. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:645) ~[spigot.jar:git-Spigot-13716d9-0899683]
  6. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1115) [spigot.jar:git-Spigot-13716d9-0899683]
  7. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:950) [spigot.jar:git-Spigot-13716d9-0899683]
  8. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26) [spigot.jar:git-Spigot-13716d9-0899683]
  9. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53) [spigot.jar:git-Spigot-13716d9-0899683]
  10. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot.jar:git-Spigot-13716d9-0899683]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_31]
  12. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_31]
  13. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:683) [spigot.jar:git-Spigot-13716d9-0899683]
  14. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot.jar:git-Spigot-13716d9-0899683]
  15. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623) [spigot.jar:git-Spigot-13716d9-0899683]
  16. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526) [spigot.jar:git-Spigot-13716d9-0899683]
  17. at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
  18. Caused by: java.lang.NullPointerException
  19. at net.aufdemrand.sentry.Sentry.onCommand(Sentry.java:1221) ~[?:?]
  20. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-13716d9-0899683]
  21. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement