darksoulcraft

Untitled

Apr 22nd, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.55 KB | None | 0 0
  1. [19:02:27] [Server thread/WARN]: [SurvivalGames] Task #56 for SurvivalGames v1.0 generated an exception
  2. java.lang.NullPointerException
  3. at com.jabyftw.sgames.managers.Arena.refreshChests(Arena.java:257) ~[?:?]
  4. at com.jabyftw.sgames.managers.Lobby$6.run(Lobby.java:298) ~[?:?]
  5. at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftTask.run(CraftTask.java:58) ~[spigot.jar:git-Spigot-1433]
  6. at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) [spigot.jar:git-Spigot-1433]
  7. at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:628) [spigot.jar:git-Spigot-1433]
  8. at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1433]
  9. at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1433]
  10. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1433]
  11. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1433]
  12. [19:03:12] [Server thread/INFO]: [SurvivalGames] chernobyl: §4Imortality is over. §cLet the fight begin!
  13. [19:04:26] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SurvivalGames v1.0
  14. org.bukkit.event.EventException
  15. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[spigot.jar:git-Spigot-1433]
  16. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1433]
  17. at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot.jar:git-Spigot-1433]
  18. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-1433]
  19. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-1433]
  20. at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:212) [spigot.jar:git-Spigot-1433]
  21. at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:182) [spigot.jar:git-Spigot-1433]
  22. at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:1024) [spigot.jar:git-Spigot-1433]
  23. at net.minecraft.server.v1_7_R3.PacketPlayInArmAnimation.a(SourceFile:43) [spigot.jar:git-Spigot-1433]
  24. at net.minecraft.server.v1_7_R3.PacketPlayInArmAnimation.handle(SourceFile:9) [spigot.jar:git-Spigot-1433]
  25. at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:167) [spigot.jar:git-Spigot-1433]
  26. at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:77) [spigot.jar:git-Spigot-1433]
  27. at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [spigot.jar:git-Spigot-1433]
  28. at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1433]
  29. at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1433]
  30. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1433]
  31. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1433]
  32. Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'sg' in plugin SurvivalGames v1.0
  33. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1433]
  34. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
  35. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
  36. at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
  37. at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
  38. at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  40. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  41. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
  42. ... 16 more
  43. Caused by: java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
  44. at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot.jar:git-Spigot-1433]
  45. at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:48) ~[spigot.jar:git-Spigot-1433]
  46. at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:26) ~[spigot.jar:git-Spigot-1433]
  47. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.createInventory(CraftServer.java:1564) ~[spigot.jar:git-Spigot-1433]
  48. at org.bukkit.Bukkit.createInventory(Bukkit.java:604) ~[spigot.jar:git-Spigot-1433]
  49. at com.jabyftw.sgames.util.IconMenu.openInventory(IconMenu.java:54) ~[?:?]
  50. at com.jabyftw.sgames.commands.SGExecutor.onCommand(SGExecutor.java:103) ~[?:?]
  51. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1433]
  52. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
  53. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
  54. at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
  55. at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
  56. at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  58. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  59. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
  60. ... 16 more
  61. [19:04:27] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SurvivalGames v1.0
  62. org.bukkit.event.EventException
  63. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[spigot.jar:git-Spigot-1433]
  64. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1433]
  65. at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot.jar:git-Spigot-1433]
  66. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-1433]
  67. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-1433]
  68. at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:212) [spigot.jar:git-Spigot-1433]
  69. at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:182) [spigot.jar:git-Spigot-1433]
  70. at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:1024) [spigot.jar:git-Spigot-1433]
  71. at net.minecraft.server.v1_7_R3.PacketPlayInArmAnimation.a(SourceFile:43) [spigot.jar:git-Spigot-1433]
  72. at net.minecraft.server.v1_7_R3.PacketPlayInArmAnimation.handle(SourceFile:9) [spigot.jar:git-Spigot-1433]
  73. at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:167) [spigot.jar:git-Spigot-1433]
  74. at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:77) [spigot.jar:git-Spigot-1433]
  75. at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [spigot.jar:git-Spigot-1433]
  76. at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1433]
  77. at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1433]
  78. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1433]
  79. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1433]
  80. Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'sg' in plugin SurvivalGames v1.0
  81. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1433]
  82. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
  83. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
  84. at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
  85. at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
  86. at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
  87. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  88. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  89. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
  90. ... 16 more
  91. Caused by: java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
  92. at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot.jar:git-Spigot-1433]
  93. at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:48) ~[spigot.jar:git-Spigot-1433]
  94. at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:26) ~[spigot.jar:git-Spigot-1433]
  95. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.createInventory(CraftServer.java:1564) ~[spigot.jar:git-Spigot-1433]
  96. at org.bukkit.Bukkit.createInventory(Bukkit.java:604) ~[spigot.jar:git-Spigot-1433]
  97. at com.jabyftw.sgames.util.IconMenu.openInventory(IconMenu.java:54) ~[?:?]
  98. at com.jabyftw.sgames.commands.SGExecutor.onCommand(SGExecutor.java:103) ~[?:?]
  99. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1433]
  100. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
  101. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
  102. at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
  103. at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
  104. at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
  105. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  106. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  107. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
  108. ... 16 more
  109. [19:04:27] [Server thread/INFO]: [SurvivalGames] chernobyl: §4Deathmatch §cwill start in §65 minutes§c.
  110. [19:04:33] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SurvivalGames v1.0
  111. org.bukkit.event.EventException
  112. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[spigot.jar:git-Spigot-1433]
  113. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1433]
  114. at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot.jar:git-Spigot-1433]
  115. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-1433]
  116. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-1433]
  117. at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:212) [spigot.jar:git-Spigot-1433]
  118. at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:182) [spigot.jar:git-Spigot-1433]
  119. at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:618) [spigot.jar:git-Spigot-1433]
  120. at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.a(SourceFile:60) [spigot.jar:git-Spigot-1433]
  121. at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.handle(SourceFile:9) [spigot.jar:git-Spigot-1433]
  122. at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:167) [spigot.jar:git-Spigot-1433]
  123. at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:77) [spigot.jar:git-Spigot-1433]
  124. at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [spigot.jar:git-Spigot-1433]
  125. at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1433]
  126. at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1433]
  127. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1433]
  128. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1433]
  129. Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'sg' in plugin SurvivalGames v1.0
  130. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1433]
  131. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
  132. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
  133. at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
  134. at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
  135. at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
  136. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  137. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  138. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
  139. ... 16 more
  140. Caused by: java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
  141. at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot.jar:git-Spigot-1433]
  142. at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:48) ~[spigot.jar:git-Spigot-1433]
  143. at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:26) ~[spigot.jar:git-Spigot-1433]
  144. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.createInventory(CraftServer.java:1564) ~[spigot.jar:git-Spigot-1433]
  145. at org.bukkit.Bukkit.createInventory(Bukkit.java:604) ~[spigot.jar:git-Spigot-1433]
  146. at com.jabyftw.sgames.util.IconMenu.openInventory(IconMenu.java:54) ~[?:?]
  147. at com.jabyftw.sgames.commands.SGExecutor.onCommand(SGExecutor.java:103) ~[?:?]
  148. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1433]
  149. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
  150. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
  151. at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
  152. at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
  153. at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
  154. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  155. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  156. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
  157. ... 16 more
  158. [19:04:33] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SurvivalGames v1.0
  159. org.bukkit.event.EventException
  160. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[spigot.jar:git-Spigot-1433]
  161. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1433]
  162. at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot.jar:git-Spigot-1433]
  163. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-1433]
  164. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-1433]
  165. at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:212) [spigot.jar:git-Spigot-1433]
  166. at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:182) [spigot.jar:git-Spigot-1433]
  167. at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:618) [spigot.jar:git-Spigot-1433]
  168. at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.a(SourceFile:60) [spigot.jar:git-Spigot-1433]
  169. at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.handle(SourceFile:9) [spigot.jar:git-Spigot-1433]
  170. at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:167) [spigot.jar:git-Spigot-1433]
  171. at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:77) [spigot.jar:git-Spigot-1433]
  172. at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [spigot.jar:git-Spigot-1433]
  173. at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1433]
  174. at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1433]
  175. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1433]
  176. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1433]
  177. Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'sg' in plugin SurvivalGames v1.0
  178. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1433]
  179. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
  180. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
  181. at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
  182. at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
  183. at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
  184. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  185. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  186. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
  187. ... 16 more
  188. Caused by: java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
  189. at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot.jar:git-Spigot-1433]
  190. at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:48) ~[spigot.jar:git-Spigot-1433]
  191. at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:26) ~[spigot.jar:git-Spigot-1433]
  192. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.createInventory(CraftServer.java:1564) ~[spigot.jar:git-Spigot-1433]
  193. at org.bukkit.Bukkit.createInventory(Bukkit.java:604) ~[spigot.jar:git-Spigot-1433]
  194. at com.jabyftw.sgames.util.IconMenu.openInventory(IconMenu.java:54) ~[?:?]
  195. at com.jabyftw.sgames.commands.SGExecutor.onCommand(SGExecutor.java:103) ~[?:?]
  196. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1433]
  197. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
  198. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
  199. at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
  200. at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
  201. at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
  202. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  203. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  204. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
  205. ... 16 more
  206. [19:04:36] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SurvivalGames v1.0
  207. org.bukkit.event.EventException
  208. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[spigot.jar:git-Spigot-1433]
  209. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1433]
  210. at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot.jar:git-Spigot-1433]
  211. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-1433]
  212. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-1433]
  213. at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:212) [spigot.jar:git-Spigot-1433]
  214. at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:182) [spigot.jar:git-Spigot-1433]
  215. at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:618) [spigot.jar:git-Spigot-1433]
  216. at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.a(SourceFile:60) [spigot.jar:git-Spigot-1433]
  217. at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.handle(SourceFile:9) [spigot.jar:git-Spigot-1433]
  218. at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:167) [spigot.jar:git-Spigot-1433]
  219. at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:77) [spigot.jar:git-Spigot-1433]
  220. at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [spigot.jar:git-Spigot-1433]
  221. at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1433]
  222. at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1433]
  223. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1433]
  224. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1433]
  225. Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'sg' in plugin SurvivalGames v1.0
  226. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1433]
  227. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
  228. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
  229. at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
  230. at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
  231. at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
  232. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  233. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  234. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
  235. ... 16 more
  236. Caused by: java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
  237. at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot.jar:git-Spigot-1433]
  238. at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:48) ~[spigot.jar:git-Spigot-1433]
  239. at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:26) ~[spigot.jar:git-Spigot-1433]
  240. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.createInventory(CraftServer.java:1564) ~[spigot.jar:git-Spigot-1433]
  241. at org.bukkit.Bukkit.createInventory(Bukkit.java:604) ~[spigot.jar:git-Spigot-1433]
  242. at com.jabyftw.sgames.util.IconMenu.openInventory(IconMenu.java:54) ~[?:?]
  243. at com.jabyftw.sgames.commands.SGExecutor.onCommand(SGExecutor.java:103) ~[?:?]
  244. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1433]
  245. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
  246. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
  247. at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
  248. at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
  249. at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
  250. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  251. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  252. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
  253. ... 16 more
  254. [19:04:36] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SurvivalGames v1.0
  255. org.bukkit.event.EventException
  256. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[spigot.jar:git-Spigot-1433]
  257. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1433]
  258. at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot.jar:git-Spigot-1433]
  259. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-1433]
  260. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-1433]
  261. at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:212) [spigot.jar:git-Spigot-1433]
  262. at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:182) [spigot.jar:git-Spigot-1433]
  263. at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:618) [spigot.jar:git-Spigot-1433]
  264. at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.a(SourceFile:60) [spigot.jar:git-Spigot-1433]
  265. at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.handle(SourceFile:9) [spigot.jar:git-Spigot-1433]
  266. at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:167) [spigot.jar:git-Spigot-1433]
  267. at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:77) [spigot.jar:git-Spigot-1433]
  268. at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [spigot.jar:git-Spigot-1433]
  269. at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1433]
  270. at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1433]
  271. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1433]
  272. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1433]
  273. Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'sg' in plugin SurvivalGames v1.0
  274. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1433]
  275. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
  276. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
  277. at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
  278. at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
  279. at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
  280. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  281. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  282. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
  283. ... 16 more
  284. Caused by: java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
  285. at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot.jar:git-Spigot-1433]
  286. at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:48) ~[spigot.jar:git-Spigot-1433]
  287. at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:26) ~[spigot.jar:git-Spigot-1433]
  288. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.createInventory(CraftServer.java:1564) ~[spigot.jar:git-Spigot-1433]
  289. at org.bukkit.Bukkit.createInventory(Bukkit.java:604) ~[spigot.jar:git-Spigot-1433]
  290. at com.jabyftw.sgames.util.IconMenu.openInventory(IconMenu.java:54) ~[?:?]
  291. at com.jabyftw.sgames.commands.SGExecutor.onCommand(SGExecutor.java:103) ~[?:?]
  292. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1433]
  293. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
  294. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
  295. at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
  296. at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
  297. at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
  298. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  299. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  300. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
  301. ... 16 more
  302. [19:05:01] [Server thread/INFO]: [SurvivalGames] chernobyl: §cGame is over, no winners though.
Advertisement
Add Comment
Please, Sign In to add comment