Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [19:02:27] [Server thread/WARN]: [SurvivalGames] Task #56 for SurvivalGames v1.0 generated an exception
- java.lang.NullPointerException
- at com.jabyftw.sgames.managers.Arena.refreshChests(Arena.java:257) ~[?:?]
- at com.jabyftw.sgames.managers.Lobby$6.run(Lobby.java:298) ~[?:?]
- at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftTask.run(CraftTask.java:58) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:628) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1433]
- [19:03:12] [Server thread/INFO]: [SurvivalGames] chernobyl: §4Imortality is over. §cLet the fight begin!
- [19:04:26] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SurvivalGames v1.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:212) [spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:182) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:1024) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PacketPlayInArmAnimation.a(SourceFile:43) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PacketPlayInArmAnimation.handle(SourceFile:9) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:167) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:77) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1433]
- Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'sg' in plugin SurvivalGames v1.0
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
- at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
- ... 16 more
- Caused by: java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
- at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:48) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:26) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.createInventory(CraftServer.java:1564) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.Bukkit.createInventory(Bukkit.java:604) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.util.IconMenu.openInventory(IconMenu.java:54) ~[?:?]
- at com.jabyftw.sgames.commands.SGExecutor.onCommand(SGExecutor.java:103) ~[?:?]
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
- at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
- ... 16 more
- [19:04:27] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SurvivalGames v1.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:212) [spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:182) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:1024) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PacketPlayInArmAnimation.a(SourceFile:43) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PacketPlayInArmAnimation.handle(SourceFile:9) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:167) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:77) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1433]
- Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'sg' in plugin SurvivalGames v1.0
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
- at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
- ... 16 more
- Caused by: java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
- at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:48) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:26) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.createInventory(CraftServer.java:1564) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.Bukkit.createInventory(Bukkit.java:604) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.util.IconMenu.openInventory(IconMenu.java:54) ~[?:?]
- at com.jabyftw.sgames.commands.SGExecutor.onCommand(SGExecutor.java:103) ~[?:?]
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
- at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
- ... 16 more
- [19:04:27] [Server thread/INFO]: [SurvivalGames] chernobyl: §4Deathmatch §cwill start in §65 minutes§c.
- [19:04:33] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SurvivalGames v1.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:212) [spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:182) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:618) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.a(SourceFile:60) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.handle(SourceFile:9) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:167) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:77) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1433]
- Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'sg' in plugin SurvivalGames v1.0
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
- at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
- ... 16 more
- Caused by: java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
- at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:48) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:26) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.createInventory(CraftServer.java:1564) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.Bukkit.createInventory(Bukkit.java:604) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.util.IconMenu.openInventory(IconMenu.java:54) ~[?:?]
- at com.jabyftw.sgames.commands.SGExecutor.onCommand(SGExecutor.java:103) ~[?:?]
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
- at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
- ... 16 more
- [19:04:33] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SurvivalGames v1.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:212) [spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:182) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:618) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.a(SourceFile:60) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.handle(SourceFile:9) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:167) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:77) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1433]
- Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'sg' in plugin SurvivalGames v1.0
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
- at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
- ... 16 more
- Caused by: java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
- at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:48) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:26) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.createInventory(CraftServer.java:1564) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.Bukkit.createInventory(Bukkit.java:604) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.util.IconMenu.openInventory(IconMenu.java:54) ~[?:?]
- at com.jabyftw.sgames.commands.SGExecutor.onCommand(SGExecutor.java:103) ~[?:?]
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
- at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
- ... 16 more
- [19:04:36] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SurvivalGames v1.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:212) [spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:182) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:618) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.a(SourceFile:60) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.handle(SourceFile:9) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:167) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:77) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1433]
- Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'sg' in plugin SurvivalGames v1.0
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
- at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
- ... 16 more
- Caused by: java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
- at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:48) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:26) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.createInventory(CraftServer.java:1564) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.Bukkit.createInventory(Bukkit.java:604) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.util.IconMenu.openInventory(IconMenu.java:54) ~[?:?]
- at com.jabyftw.sgames.commands.SGExecutor.onCommand(SGExecutor.java:103) ~[?:?]
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
- at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
- ... 16 more
- [19:04:36] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SurvivalGames v1.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-1433]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:212) [spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:182) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:618) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.a(SourceFile:60) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.handle(SourceFile:9) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:167) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:77) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1433]
- at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1433]
- Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'sg' in plugin SurvivalGames v1.0
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
- at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
- ... 16 more
- Caused by: java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
- at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:48) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:26) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.createInventory(CraftServer.java:1564) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.Bukkit.createInventory(Bukkit.java:604) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.util.IconMenu.openInventory(IconMenu.java:54) ~[?:?]
- at com.jabyftw.sgames.commands.SGExecutor.onCommand(SGExecutor.java:103) ~[?:?]
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:724) ~[spigot.jar:git-Spigot-1433]
- at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.performCommand(CraftPlayer.java:269) ~[spigot.jar:git-Spigot-1433]
- at com.jabyftw.sgames.managers.EventListener.onInteract(EventListener.java:176) ~[?:?]
- at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
- at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot.jar:git-Spigot-1433]
- ... 16 more
- [19:05:01] [Server thread/INFO]: [SurvivalGames] chernobyl: §cGame is over, no winners though.
Advertisement
Add Comment
Please, Sign In to add comment