Advertisement
Guest User

RegionOwn NPE

a guest
Jun 10th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. 2013-06-10 20:21:07 [INFO] Drehverschluss issued server command: /region save Test
  2. 2013-06-10 20:21:15 [INFO] Drehverschluss issued server command: /region done
  3. 2013-06-10 20:21:15 [SEVERE] null
  4. org.bukkit.command.CommandException: Unhandled exception executing command 'region' in plugin RegionOwn v0.2.3
  5. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
  6. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189)
  7. at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchCommand(CraftServer.java:523)
  8. at net.minecraft.server.v1_5_R3.PlayerConnection.handleCommand(PlayerConnection.java:965)
  9. at net.minecraft.server.v1_5_R3.PlayerConnection.chat(PlayerConnection.java:883)
  10. at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:840)
  11. at org.getspout.spout.SpoutPlayerConnection.a(SpoutPlayerConnection.java:120)
  12. at net.minecraft.server.v1_5_R3.Packet3Chat.handle(Packet3Chat.java:44)
  13. at net.minecraft.server.v1_5_R3.NetworkManager.b(NetworkManager.java:292)
  14. at net.minecraft.server.v1_5_R3.PlayerConnection.d(PlayerConnection.java:109)
  15. at org.getspout.spout.SpoutPlayerConnection.d(SpoutPlayerConnection.java:195)
  16. at net.minecraft.server.v1_5_R3.ServerConnection.b(SourceFile:35)
  17. at net.minecraft.server.v1_5_R3.DedicatedServerConnection.b(SourceFile:30)
  18. at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:581)
  19. at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226)
  20. at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
  21. at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
  22. at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
  23. Caused by: java.lang.NullPointerException
  24. at com.codisimus.plugins.regionown.RegionSelector.endSelection(RegionSelector.java:136)
  25. at com.codisimus.plugins.regionown.RegionOwnCommand.onCommand(RegionOwnCommand.java:101)
  26. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
  27. ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement