Advertisement
AndresSandoval

SW 2.

Oct 24th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.22 KB | None | 0 0
  1. [23:15:01] [Server thread/ERROR]: Could not pass event BlockBreakEvent to SuperWars v0.7
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[normal.jar:git-Spigot-1627]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[normal.jar:git-Spigot-1627]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [normal.jar:git-Spigot-1627]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [normal.jar:git-Spigot-1627]
  7. at net.minecraft.server.v1_7_R4.PlayerInteractManager.breakBlock(PlayerInteractManager.java:264) [normal.jar:git-Spigot-1627]
  8. at net.minecraft.server.v1_7_R4.PlayerInteractManager.dig(PlayerInteractManager.java:118) [normal.jar:git-Spigot-1627]
  9. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:552) [normal.jar:git-Spigot-1627]
  10. at net.minecraft.server.v1_7_R4.PacketPlayInBlockDig.a(SourceFile:53) [normal.jar:git-Spigot-1627]
  11. at net.minecraft.server.v1_7_R4.PacketPlayInBlockDig.handle(SourceFile:8) [normal.jar:git-Spigot-1627]
  12. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:184) [normal.jar:git-Spigot-1627]
  13. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [normal.jar:git-Spigot-1627]
  14. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [normal.jar:git-Spigot-1627]
  15. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [normal.jar:git-Spigot-1627]
  16. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [normal.jar:git-Spigot-1627]
  17. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [normal.jar:git-Spigot-1627]
  18. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [normal.jar:git-Spigot-1627]
  19. Caused by: java.lang.NullPointerException
  20. at io.hotmail.com.jacob_vejvoda.SuperWars.SuperWars.removeSign(SuperWars.java:1427) ~[?:?]
  21. at io.hotmail.com.jacob_vejvoda.SuperWars.SuperWars.onBlockBreak(SuperWars.java:358) ~[?:?]
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  25. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  26. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[normal.jar:git-Spigot-1627]
  27. ... 15 more
  28. [23:15:03] [Server thread/INFO]: Error updating signs: java.lang.NullPointerException
  29. [23:15:05] [Server thread/INFO]: JavaExploit issued server command: /sw create test
  30. [23:15:13] [Server thread/INFO]: Error updating signs: java.lang.NullPointerException
  31. [23:15:23] [Server thread/INFO]: Error updating signs: java.lang.NullPointerException
  32. [23:15:24] [Server thread/INFO]: JavaExploit issued server command: /sw test set point1
  33. [23:15:33] [Server thread/INFO]: Error updating signs: java.lang.NullPointerException
  34. [23:15:38] [Server thread/INFO]: JavaExploit issued server command: /sw test set point2
  35. [23:15:43] [Server thread/INFO]: Error updating signs: java.lang.NullPointerException
  36. [23:15:53] [Server thread/INFO]: JavaExploit issued server command: /sw test set lobby
  37. [23:15:53] [Server thread/INFO]: Error updating signs: java.lang.NullPointerException
  38. [23:16:03] [Server thread/INFO]: Error updating signs: java.lang.NullPointerException
  39. [23:16:07] [Server thread/INFO]: JavaExploit issued server command: /sw test add spawnpoint
  40. [23:16:13] [Server thread/INFO]: Error updating signs: java.lang.NullPointerException
  41. [23:16:23] [Server thread/INFO]: Error updating signs: java.lang.NullPointerException
  42. [23:16:33] [Server thread/INFO]: JavaExploit issued server command: /sw join test
  43. [23:16:33] [Server thread/ERROR]: null
  44. org.bukkit.command.CommandException: Unhandled exception executing command 'sw' in plugin SuperWars v0.7
  45. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[normal.jar:git-Spigot-1627]
  46. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[normal.jar:git-Spigot-1627]
  47. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[normal.jar:git-Spigot-1627]
  48. at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1013) [normal.jar:git-Spigot-1627]
  49. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:850) [normal.jar:git-Spigot-1627]
  50. at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [normal.jar:git-Spigot-1627]
  51. at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [normal.jar:git-Spigot-1627]
  52. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:184) [normal.jar:git-Spigot-1627]
  53. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [normal.jar:git-Spigot-1627]
  54. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [normal.jar:git-Spigot-1627]
  55. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [normal.jar:git-Spigot-1627]
  56. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [normal.jar:git-Spigot-1627]
  57. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [normal.jar:git-Spigot-1627]
  58. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [normal.jar:git-Spigot-1627]
  59. Caused by: java.lang.IllegalArgumentException: Name cannot be null
  60. at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[normal.jar:git-Spigot-1627]
  61. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.getWorld(CraftServer.java:1119) ~[normal.jar:git-Spigot-1627]
  62. at io.hotmail.com.jacob_vejvoda.SuperWars.SuperWars.joinGame(SuperWars.java:473) ~[?:?]
  63. at io.hotmail.com.jacob_vejvoda.SuperWars.SuperWars.onCommand(SuperWars.java:1521) ~[?:?]
  64. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[normal.jar:git-Spigot-1627]
  65. ... 13 more
  66. [23:16:33] [Server thread/INFO]: Error updating signs: java.lang.NullPointerException
  67. [23:16:43] [Server thread/INFO]: Error updating signs: java.lang.NullPointerException
  68. [23:16:46] [Server thread/INFO]: CONSOLE: Stopping the server..
  69. [23:16:46] [Server thread/INFO]: Stopping server
  70. [23:16:46] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.0 (Pre2.11.1.2) (Phoenix)
  71. [23:16:46] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  72. [23:16:46] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
  73. [23:16:46] [Server thread/INFO]: GroupManager version 2.0 (Pre2.11.1.2) (Phoenix) is disabled!
  74. [23:16:46] [Server thread/INFO]: [SuperWars] Disabling SuperWars v0.7
  75. [23:16:46] [Server thread/INFO]: [SpawnChanger] Disabling SpawnChanger v1.0.0
  76. [23:16:46] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v5.6.3
  77. [23:16:46] [Server thread/INFO]: Saving players
  78. [23:16:46] [Server thread/INFO]: JavaExploit lost connection: Server closed
  79. [23:16:46] [Server thread/INFO]: JavaExploit left the game.
  80. [23:16:46] [Server thread/INFO]: Saving worlds
  81. [23:16:46] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  82. [23:16:46] [Thread-4/INFO]: Stopping server
  83. [23:16:46] [Thread-4/INFO]: Saving players
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement