Advertisement
Guest User

Untitled

a guest
Mar 26th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
4CS 483.16 KB | None | 0 0
  1. [08:23:59] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [08:23:59] [Server thread/INFO]: Loading properties
  3. [08:23:59] [Server thread/INFO]: Default game type: SURVIVAL
  4. [08:23:59] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  5. [08:23:59] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [08:23:59] [Server thread/INFO]: Using 5 threads for Netty based IO
  7. [08:23:59] [Server thread/INFO]: Debug logging is disabled
  8. [08:23:59] [Server thread/INFO]: Generating keypair
  9. [08:23:59] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25567
  10. [08:23:59] [Server thread/INFO]: Using epoll channel type
  11. [08:24:00] [Server thread/ERROR]: Ambiguous plugin name `FeatherBoard' for files `plugins/FeatherBoard_2.14.1.jar' and `plugins/FeatherBoard.jar' in `plugins'
  12. [08:24:00] [Server thread/ERROR]: Ambiguous plugin name `PlaceholderAPI' for files `plugins/PlaceholderAPI (2).jar' and `plugins/PlaceholderAPI.jar' in `plugins'
  13. [08:24:00] [Server thread/ERROR]: Ambiguous plugin name `ProtocolLib' for files `plugins/ProtocolLib (2).jar' and `plugins/ProtocolLib_3.6.4.jar' in `plugins'
  14. [08:24:00] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  15. [08:24:00] [Thread-9/INFO]: UUID of player AMD_Processor is 8d5c2fb4-7116-4771-8b59-ddd931edb701
  16. [08:24:00] [Server thread/ERROR]: Could not load 'plugins/AutoLapis.jar' in folder 'plugins'
  17. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: net/josef/autolapis/AutoLapis : Unsupported major.minor version 52.0
  18.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  19.     at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  20.     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [ss.jar:git-Spigot-db6de12-18fbb24]
  21.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [ss.jar:git-Spigot-db6de12-18fbb24]
  22.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [ss.jar:git-Spigot-db6de12-18fbb24]
  23.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [ss.jar:git-Spigot-db6de12-18fbb24]
  24.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  25. Caused by: java.lang.UnsupportedClassVersionError: net/josef/autolapis/AutoLapis : Unsupported major.minor version 52.0
  26.     at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_95]
  27.     at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_95]
  28.     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_95]
  29.     at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_95]
  30.     at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_95]
  31.     at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_95]
  32.     at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_95]
  33.     at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_95]
  34.     at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_95]
  35.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  36.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  37.     at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_95]
  38.     at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_95]
  39.     at java.lang.Class.forName0(Native Method) ~[?:1.7.0_95]
  40.     at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_95]
  41.     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  42.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  43.     ... 6 more
  44. [08:24:00] [Server thread/ERROR]: Could not load 'plugins/XPBottles.jar' in folder 'plugins'
  45. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/phaseprison/xpbottles/Main : Unsupported major.minor version 52.0
  46.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  47.     at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  48.     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [ss.jar:git-Spigot-db6de12-18fbb24]
  49.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [ss.jar:git-Spigot-db6de12-18fbb24]
  50.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [ss.jar:git-Spigot-db6de12-18fbb24]
  51.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [ss.jar:git-Spigot-db6de12-18fbb24]
  52.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  53. Caused by: java.lang.UnsupportedClassVersionError: com/phaseprison/xpbottles/Main : Unsupported major.minor version 52.0
  54.     at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_95]
  55.     at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_95]
  56.     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_95]
  57.     at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_95]
  58.     at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_95]
  59.     at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_95]
  60.     at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_95]
  61.     at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_95]
  62.     at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_95]
  63.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  64.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  65.     at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_95]
  66.     at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_95]
  67.     at java.lang.Class.forName0(Native Method) ~[?:1.7.0_95]
  68.     at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_95]
  69.     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  70.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  71.     ... 6 more
  72. [08:24:00] [Server thread/ERROR]: Could not load 'plugins/ItemCommand.jar' in folder 'plugins'
  73. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/ula492/ItemCommand/Main : Unsupported major.minor version 52.0
  74.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  75.     at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  76.     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [ss.jar:git-Spigot-db6de12-18fbb24]
  77.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [ss.jar:git-Spigot-db6de12-18fbb24]
  78.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [ss.jar:git-Spigot-db6de12-18fbb24]
  79.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [ss.jar:git-Spigot-db6de12-18fbb24]
  80.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  81. Caused by: java.lang.UnsupportedClassVersionError: me/ula492/ItemCommand/Main : Unsupported major.minor version 52.0
  82.     at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_95]
  83.     at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_95]
  84.     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_95]
  85.     at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_95]
  86.     at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_95]
  87.     at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_95]
  88.     at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_95]
  89.     at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_95]
  90.     at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_95]
  91.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  92.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  93.     at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_95]
  94.     at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_95]
  95.     at java.lang.Class.forName0(Native Method) ~[?:1.7.0_95]
  96.     at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_95]
  97.     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  98.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  99.     ... 6 more
  100. [08:24:00] [Server thread/ERROR]: Could not load 'plugins/PSFeaturedServers.jar' in folder 'plugins'
  101. org.bukkit.plugin.UnknownDependencyException: PlayerServers
  102.     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [ss.jar:git-Spigot-db6de12-18fbb24]
  103.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [ss.jar:git-Spigot-db6de12-18fbb24]
  104.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [ss.jar:git-Spigot-db6de12-18fbb24]
  105.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [ss.jar:git-Spigot-db6de12-18fbb24]
  106.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  107. [08:24:00] [Server thread/INFO]: [ES] : USENCP = true
  108. [08:24:00] [Server thread/INFO]: [ES] : AUTOSIGN_TYPE = BLOCKPLACE_AUTOSIGN
  109. [08:24:00] [Server thread/ERROR]: Could not load 'plugins/MultiplierSigns-Finally fixed.jar' in folder 'plugins'
  110. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/trifractalstudios/MultiplierSigns/MultiplierSigns : Unsupported major.minor version 52.0
  111.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  112.     at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  113.     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [ss.jar:git-Spigot-db6de12-18fbb24]
  114.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [ss.jar:git-Spigot-db6de12-18fbb24]
  115.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [ss.jar:git-Spigot-db6de12-18fbb24]
  116.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [ss.jar:git-Spigot-db6de12-18fbb24]
  117.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  118. Caused by: java.lang.UnsupportedClassVersionError: com/trifractalstudios/MultiplierSigns/MultiplierSigns : Unsupported major.minor version 52.0
  119.     at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_95]
  120.     at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_95]
  121.     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_95]
  122.     at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_95]
  123.     at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_95]
  124.     at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_95]
  125.     at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_95]
  126.     at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_95]
  127.     at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_95]
  128.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  129.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  130.     at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_95]
  131.     at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_95]
  132.     at java.lang.Class.forName0(Native Method) ~[?:1.7.0_95]
  133.     at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_95]
  134.     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  135.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  136.     ... 6 more
  137. [08:24:00] [Server thread/ERROR]: Could not load 'plugins/CustomGUI (1).jar' in folder 'plugins'
  138. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/jacobculley/customgui/CustomGUI : Unsupported major.minor version 52.0
  139.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  140.     at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  141.     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [ss.jar:git-Spigot-db6de12-18fbb24]
  142.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [ss.jar:git-Spigot-db6de12-18fbb24]
  143.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [ss.jar:git-Spigot-db6de12-18fbb24]
  144.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [ss.jar:git-Spigot-db6de12-18fbb24]
  145.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  146. Caused by: java.lang.UnsupportedClassVersionError: me/jacobculley/customgui/CustomGUI : Unsupported major.minor version 52.0
  147.     at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_95]
  148.     at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_95]
  149.     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_95]
  150.     at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_95]
  151.     at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_95]
  152.     at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_95]
  153.     at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_95]
  154.     at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_95]
  155.     at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_95]
  156.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  157.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  158.     at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_95]
  159.     at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_95]
  160.     at java.lang.Class.forName0(Native Method) ~[?:1.7.0_95]
  161.     at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_95]
  162.     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  163.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  164.     ... 6 more
  165. [08:24:00] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.0.8
  166. [08:24:00] [Server thread/INFO]: [AsyncWorldEditInjector] Loading AsyncWorldEditInjector v3.1.0
  167. [08:24:00] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.7
  168. [08:24:00] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  169. [08:24:00] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v0.6.3
  170. [08:24:00] [Server thread/INFO]: [PhantomDragon] Loading PhantomDragon v1.0
  171. [08:24:00] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
  172. [08:24:00] [Server thread/INFO]: [WhatIsIt] Loading WhatIsIt v1.3.9
  173. [08:24:00] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro v1.2.4
  174. [08:24:00] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4
  175. [08:24:00] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.8.8) has not yet been tested! Proceed with caution.
  176. [08:24:00] [Server thread/INFO]: [Votifier] Loading Votifier v2.3.2.2
  177. [08:24:00] [Server thread/INFO]: [Myth-PrisonWarpMenu] Loading Myth-PrisonWarpMenu v0.1
  178. [08:24:00] [Server thread/INFO]: [BarGamble] Loading BarGamble v1.0
  179. [08:24:00] [Server thread/INFO]: [afkTerminator] Loading afkTerminator v3.0.2
  180. [08:24:00] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.0;3342-78f975b9
  181. [08:24:00] [Server thread/INFO]: [PhantomSmelt] Loading PhantomSmelt v1.0
  182. [08:24:00] [Server thread/INFO]: [SpecialTools] Loading SpecialTools v1.16
  183. [08:24:00] [Server thread/INFO]: [PhantomJoin] Loading PhantomJoin v3.6
  184. [08:24:00] [Server thread/INFO]: [Coins] Loading Coins v1.0
  185. [08:24:00] [Server thread/INFO]: [Block] Loading Block v1.0
  186. [08:24:00] [Server thread/INFO]: [BrutalPickDrop] Loading BrutalPickDrop v1.0.0
  187. [08:24:00] [Server thread/INFO]: [StackableItems] Loading StackableItems v1.0.4
  188. [08:24:00] [Server thread/INFO]: [Lottery] Loading Lottery v0.9.4
  189. [08:24:00] [Server thread/INFO]: [ActionHealth] Loading ActionHealth v2.5
  190. [08:24:00] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.0
  191. [08:24:00] [Server thread/INFO]: [Trash] Loading Trash v1.1
  192. [08:24:00] [Server thread/INFO]: [MythGangs] Loading MythGangs v0.1
  193. [08:24:00] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  194. [08:24:00] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.0.0
  195. [08:24:00] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.4
  196. [08:24:00] [Server thread/INFO]: [killStats] Loading killStats v3.0
  197. [08:24:00] [Server thread/INFO]: [PhantomBlocks] Loading PhantomBlocks v1.0
  198. [08:24:00] [Server thread/INFO]: [AuctionGUIPlus] Loading AuctionGUIPlus v1.0.7
  199. [08:24:00] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v8.6.7
  200. [08:24:00] [Server thread/INFO]: [csm] Loading CustomServerMessages v5.2
  201. [08:24:00] [Server thread/INFO]: [Buycraft] Loading Buycraft v6.8.2
  202. [08:24:00] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.3.3
  203. [08:24:00] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.16.3
  204. [08:24:00] [Server thread/INFO]: [Effect Library] Loading EffectLib v3.4
  205. [08:24:00] [Server thread/INFO]: [KitsPreview] Loading KitsPreview v1.0.3
  206. [08:24:00] [Server thread/INFO]: [ItemKills] Loading ItemKills v2.1.3
  207. [08:24:00] [Server thread/INFO]: [BookExploitFix] Loading BookExploitFix v0.6
  208. [08:24:00] [Server thread/INFO]: [AntiWDL] Loading AntiWDL v0.1
  209. [08:24:00] [Server thread/INFO]: [BanManager] Loading BanManager v5.6.1
  210. [08:24:00] [Server thread/INFO]: [EZBlocks] Loading EZBlocks v1.4
  211. [08:24:00] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.5.6-b181
  212. [08:24:00] [Server thread/INFO]: [PowerfulPerms] Loading PowerfulPerms v3.0.1
  213. [08:24:00] [Server thread/INFO]: [BetterDrops] Loading BetterDrops v2.5.1
  214. [08:24:00] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1247)
  215. [08:24:00] [Server thread/INFO]: [HideStream] Loading HideStream v3.7
  216. [08:24:00] [Server thread/INFO]: [XPFly] Loading XPFly v1.0
  217. [08:24:00] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v3.1.0
  218. [08:24:00] [Server thread/INFO]: [ChatManager] Loading ChatManager v1.0.0
  219. [08:24:00] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
  220. [08:24:00] [Server thread/INFO]: [PlaceholderHook] Loading PlaceholderHook v0.3.0
  221. [08:24:00] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  222. [08:24:00] [Server thread/INFO]: [ChatReaction] Loading ChatReaction v1.5.2
  223. [08:24:00] [Server thread/INFO]: [NoBlockDrop] Loading NoBlockDrop v1.0.0
  224. [08:24:00] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.1.6
  225. [08:24:00] [Server thread/INFO]: [StartupCommand] Loading StartupCommand v1.0
  226. [08:24:00] [Server thread/INFO]: [NoLocalhost] Loading NoLocalhost v1.0
  227. [08:24:00] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.0.0-beta-05.1569-
  228. [08:24:00] [Server thread/INFO]: [BNFirework] Loading BNFirework v1.0.2
  229. [08:24:00] [Server thread/INFO]: [Emotes] Loading Emotes v1.0.0
  230. [08:24:00] [Server thread/INFO]: [EpicRename] Loading EpicRename v2.4
  231. [08:24:00] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v1.28
  232. [08:24:00] [Server thread/INFO]: [EZPrestige] Loading EZPrestige v1.2.1
  233. [08:24:00] [Server thread/INFO]: [VoteParty] Loading VoteParty v1.4.1
  234. [08:24:00] [Server thread/INFO]: [CommandDoesNotExist] Loading CommandDoesNotExist v1.2.2
  235. [08:24:00] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
  236. [08:24:00] [Server thread/INFO]: [PlotMe-DefaultGenerator] Loading PlotMe-DefaultGenerator v0.16.1
  237. [08:24:00] [Server thread/INFO]: [GAListener] Loading GAListener v1.4.4
  238. [08:24:00] [Server thread/INFO]: [CombatTagPlus] Loading CombatTagPlus v1.2.1
  239. [08:24:00] [Server thread/INFO]: [EchoPet] Loading EchoPet v2.8.0-b52
  240. [08:24:00] [Server thread/INFO]: [TrailGUI] Loading TrailGUI v4.3
  241. [08:24:00] [Server thread/INFO]: [ProtectionLib] Loading ProtectionLib v0.5.1
  242. [08:24:00] [Server thread/INFO]: [PhantomBombs] Loading PhantomBombs v1.2
  243. [08:24:00] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v2.14.1
  244. [08:24:00] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.7.2
  245. [08:24:00] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  246. [08:24:00] [Server thread/INFO]: [ActionBar] Loading ActionBar v6.2.2
  247. [08:24:00] [Server thread/INFO]: [GangsPlus] Loading GangsPlus v1.3.5
  248. [08:24:00] [Server thread/INFO]: [PrisonMines] Loading PrisonMines v1.5.0.1
  249. [08:24:00] [Server thread/INFO]: [CompatNoCheatPlus] Loading CompatNoCheatPlus v6.6.2-RC-sMD5NET-b83
  250. [08:24:00] [Server thread/INFO]: [AsyncWorldEdit-PlotMeCore016] Loading AsyncWorldEdit-PlotMeCore016 v3.1.0
  251. [08:24:00] [Server thread/INFO]: [NoFlyZone] Loading NoFlyZone v1.2
  252. [08:24:00] [Server thread/INFO]: [AnimatedNames] Loading AnimatedNames v5.9.2
  253. [08:24:00] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
  254. [08:24:00] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.12.1-SNAPSHOT-sMD5NET-b849
  255. [08:24:00] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
  256. [08:24:01] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  257. [08:24:01] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
  258. [08:24:01] [Server thread/INFO]: [AutoSell] Loading AutoSell v1.6.4
  259. [08:24:01] [Server thread/INFO]: [EditableSign] Loading EditableSign v1.2.7
  260. [08:24:01] [Server thread/INFO]: [MineCrates] Loading MineCrates v2.4
  261. [08:24:01] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.3.5
  262. [08:24:01] [Server thread/INFO]: [PlaceholderAPI] This server is running Spigot
  263. [08:24:01] [Server thread/INFO]: [PlaceholderAPI] Detected NMS version: v1_8_R3
  264. [08:24:01] [Server thread/INFO]: [UltimateAnnounce] Loading UltimateAnnounce v1.3.3
  265. [08:24:01] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.5.11
  266. [08:24:01] [Server thread/INFO]: [DailyBonus] Loading DailyBonus v2.1.6
  267. [08:24:01] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat v1.9
  268. [08:24:01] [Server thread/INFO]: [InventoryFull] Loading InventoryFull v1.6.1
  269. [08:24:01] [Server thread/INFO]: [AsyncWorldEditInjector] Enabling AsyncWorldEditInjector v3.1.0
  270. [08:24:01] [Server thread/INFO]: [AsyncWorldEditInjector] Injector platform set to: InjectorBukkit
  271. [08:24:01] [Server thread/INFO]: [AsyncWorldEditInjector] Injecting WorldEdit classes...
  272. [08:24:01] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.EditSession injected.
  273. [08:24:01] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.function.operation.Operations injected.
  274. [08:24:01] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.SchematicCommands injected.
  275. [08:24:01] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.ScriptingCommands injected.
  276. [08:24:01] [Server thread/INFO]: [AsyncWorldEditInjector] Enabled
  277. [08:24:01] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  278. [08:24:01] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  279. [08:24:01] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  280. [08:24:01] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  281. [08:24:01] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v0.6.3
  282. [08:24:01] [Server thread/INFO]: [ViaVersion] ViaVersion 0.6.3 is now enabled, injecting. (Allows 1.8 to be accessed via 1.9)
  283. [08:24:01] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4
  284. [08:24:01] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  285. [08:24:01] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.16.3
  286. [08:24:01] [Server thread/INFO]: [PowerfulPerms] Enabling PowerfulPerms v3.0.1
  287. [08:24:01] [Server thread/INFO]: [PowerfulPerms] PowerfulPerms is now running on server mode ONLINE
  288. [08:24:01] [Server thread/INFO]: [PowerfulPerms] Found Vault. Enabling Vault integration.
  289. [08:24:01] [Server thread/INFO]: [PlotMe-DefaultGenerator] Enabling PlotMe-DefaultGenerator v0.16.1
  290. [08:24:01] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe
  291. [08:24:01] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe-DefaultGenerator
  292. [08:24:01] [Server thread/INFO]: [PlotMe-DefaultGenerator] No old PlotMe configs to import.
  293. [08:24:01] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  294. [08:24:01] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  295. [08:24:01] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
  296. [08:24:01] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  297. [08:24:01] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  298. [08:24:01] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  299. [08:24:01] [Server thread/INFO]: Preparing level "world"
  300. [08:24:01] [Server thread/INFO]: -------- World Settings For [world] --------
  301. [08:24:01] [Server thread/INFO]: Cactus Growth Modifier: 100%
  302. [08:24:01] [Server thread/INFO]: Cane Growth Modifier: 100%
  303. [08:24:01] [Server thread/INFO]: Melon Growth Modifier: 100%
  304. [08:24:01] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  305. [08:24:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  306. [08:24:01] [Server thread/INFO]: Sapling Growth Modifier: 100%
  307. [08:24:01] [Server thread/INFO]: Wheat Growth Modifier: 100%
  308. [08:24:01] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  309. [08:24:01] [Server thread/INFO]: Entity Activation Range: An 30 / Mo 10 / Mi 10
  310. [08:24:01] [Server thread/INFO]: Entity Tracking Range: Pl 25 / An 30 / Mo 20 / Mi 15 / Other 15
  311. [08:24:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  312. [08:24:01] [Server thread/INFO]: Mob Spawn Range: 4
  313. [08:24:01] [Server thread/INFO]: Anti X-Ray: false
  314. [08:24:01] [Server thread/INFO]:    Engine Mode: 1
  315. [08:24:01] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  316. [08:24:01] [Server thread/INFO]:    Replace Blocks: [1, 5]
  317. [08:24:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  318. [08:24:01] [Server thread/INFO]: Random Lighting Updates: false
  319. [08:24:01] [Server thread/INFO]: Structure Info Saving: true
  320. [08:24:01] [Server thread/INFO]: Sending up to 10 chunks per packet
  321. [08:24:01] [Server thread/INFO]: Max Entity Collisions: 8
  322. [08:24:01] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  323. [08:24:01] [Server thread/INFO]: Max TNT Explosions: 100
  324. [08:24:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  325. [08:24:01] [Server thread/INFO]: Item Despawn Rate: 6000
  326. [08:24:01] [Server thread/INFO]: Item Merge Radius: 2.5
  327. [08:24:01] [Server thread/INFO]: Arrow Despawn Rate: 1200
  328. [08:24:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  329. [08:24:01] [Server thread/INFO]: View Distance: 5
  330. [08:24:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  331. [08:24:01] [Server thread/INFO]: Chunks to Grow per Tick: 650
  332. [08:24:01] [Server thread/INFO]: Clear tick list: false
  333. [08:24:01] [Server thread/INFO]: Experience Merge Radius: 3.0
  334. [08:24:01] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  335. [08:24:01] [Server thread/INFO]: Cactus Growth Modifier: 100%
  336. [08:24:01] [Server thread/INFO]: Cane Growth Modifier: 100%
  337. [08:24:01] [Server thread/INFO]: Melon Growth Modifier: 100%
  338. [08:24:01] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  339. [08:24:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  340. [08:24:01] [Server thread/INFO]: Sapling Growth Modifier: 100%
  341. [08:24:01] [Server thread/INFO]: Wheat Growth Modifier: 100%
  342. [08:24:01] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  343. [08:24:01] [Server thread/INFO]: Entity Activation Range: An 30 / Mo 10 / Mi 10
  344. [08:24:01] [Server thread/INFO]: Entity Tracking Range: Pl 25 / An 30 / Mo 20 / Mi 15 / Other 15
  345. [08:24:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  346. [08:24:01] [Server thread/INFO]: Mob Spawn Range: 4
  347. [08:24:01] [Server thread/INFO]: Anti X-Ray: false
  348. [08:24:01] [Server thread/INFO]:    Engine Mode: 1
  349. [08:24:01] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  350. [08:24:01] [Server thread/INFO]:    Replace Blocks: [1, 5]
  351. [08:24:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  352. [08:24:01] [Server thread/INFO]: Random Lighting Updates: false
  353. [08:24:01] [Server thread/INFO]: Structure Info Saving: true
  354. [08:24:01] [Server thread/INFO]: Sending up to 10 chunks per packet
  355. [08:24:01] [Server thread/INFO]: Max Entity Collisions: 8
  356. [08:24:01] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  357. [08:24:01] [Server thread/INFO]: Max TNT Explosions: 100
  358. [08:24:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  359. [08:24:01] [Server thread/INFO]: Item Despawn Rate: 6000
  360. [08:24:01] [Server thread/INFO]: Item Merge Radius: 2.5
  361. [08:24:01] [Server thread/INFO]: Arrow Despawn Rate: 1200
  362. [08:24:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  363. [08:24:01] [Server thread/INFO]: View Distance: 5
  364. [08:24:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  365. [08:24:01] [Server thread/INFO]: Chunks to Grow per Tick: 650
  366. [08:24:01] [Server thread/INFO]: Clear tick list: false
  367. [08:24:01] [Server thread/INFO]: Experience Merge Radius: 3.0
  368. [08:24:01] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  369. [08:24:01] [Server thread/INFO]: Cactus Growth Modifier: 100%
  370. [08:24:01] [Server thread/INFO]: Cane Growth Modifier: 100%
  371. [08:24:01] [Server thread/INFO]: Melon Growth Modifier: 100%
  372. [08:24:01] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  373. [08:24:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  374. [08:24:01] [Server thread/INFO]: Sapling Growth Modifier: 100%
  375. [08:24:01] [Server thread/INFO]: Wheat Growth Modifier: 100%
  376. [08:24:01] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  377. [08:24:01] [Server thread/INFO]: Entity Activation Range: An 30 / Mo 10 / Mi 10
  378. [08:24:01] [Server thread/INFO]: Entity Tracking Range: Pl 25 / An 30 / Mo 20 / Mi 15 / Other 15
  379. [08:24:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  380. [08:24:01] [Server thread/INFO]: Mob Spawn Range: 4
  381. [08:24:01] [Server thread/INFO]: Anti X-Ray: false
  382. [08:24:01] [Server thread/INFO]:    Engine Mode: 1
  383. [08:24:01] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  384. [08:24:01] [Server thread/INFO]:    Replace Blocks: [1, 5]
  385. [08:24:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  386. [08:24:01] [Server thread/INFO]: Random Lighting Updates: false
  387. [08:24:01] [Server thread/INFO]: Structure Info Saving: true
  388. [08:24:01] [Server thread/INFO]: Sending up to 10 chunks per packet
  389. [08:24:01] [Server thread/INFO]: Max Entity Collisions: 8
  390. [08:24:01] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  391. [08:24:01] [Server thread/INFO]: Max TNT Explosions: 100
  392. [08:24:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  393. [08:24:01] [Server thread/INFO]: Item Despawn Rate: 6000
  394. [08:24:01] [Server thread/INFO]: Item Merge Radius: 2.5
  395. [08:24:01] [Server thread/INFO]: Arrow Despawn Rate: 1200
  396. [08:24:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  397. [08:24:01] [Server thread/INFO]: View Distance: 5
  398. [08:24:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  399. [08:24:01] [Server thread/INFO]: Chunks to Grow per Tick: 650
  400. [08:24:01] [Server thread/INFO]: Clear tick list: false
  401. [08:24:01] [Server thread/INFO]: Experience Merge Radius: 3.0
  402. [08:24:01] [Server thread/INFO]: Preparing start region for level 0 (Seed: -7860628275388232307)
  403. [08:24:02] [Server thread/INFO]: Preparing start region for level 1 (Seed: -974324728954160201)
  404. [08:24:02] [Server thread/INFO]: Preparing start region for level 2 (Seed: -974324728954160201)
  405. [08:24:02] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.0.8
  406. [08:24:02] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.7
  407. [08:24:02] [Server thread/INFO]: [DeluxeTags] 29 tags loaded
  408. [08:24:02] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
  409. [08:24:02] [Server thread/INFO]: [DeluxeTags] DeluxeChat will handle fetching placeholders for tags!
  410. [08:24:02] [Server thread/INFO]: ----------------------------
  411. [08:24:02] [Server thread/INFO]:      DeluxeTags Updater
  412. [08:24:02] [Server thread/INFO]:  
  413. [08:24:02] [Server thread/INFO]: An update for DeluxeChat has been found!
  414. [08:24:02] [Server thread/INFO]: DeluxeTags 1.7.1
  415. [08:24:02] [Server thread/INFO]: You are running 1.7
  416. [08:24:02] [Server thread/INFO]:  
  417. [08:24:02] [Server thread/INFO]: Download at http://www.spigotmc.org/resources/deluxetags.4390/
  418. [08:24:02] [Server thread/INFO]: ----------------------------
  419. [08:24:02] [Server thread/INFO]: [PhantomDragon] Enabling PhantomDragon v1.0
  420. [08:24:02] [Server thread/INFO]: [PhantomDragon] PhantomPower
  421. [08:24:02] [Server thread/ERROR]: Error occurred while enabling PhantomDragon v1.0 (Is it up to date?)
  422. java.lang.IllegalArgumentException: The embedded resource 'config.yml' cannot be found in plugins/PhantomDragon.jar
  423.     at org.bukkit.plugin.java.JavaPlugin.saveResource(JavaPlugin.java:252) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  424.     at org.bukkit.plugin.java.JavaPlugin.saveDefaultConfig(JavaPlugin.java:239) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  425.     at me.nikk.eatme.Main.onEnable(Main.java:31) ~[?:?]
  426.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  427.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [ss.jar:git-Spigot-db6de12-18fbb24]
  428.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [ss.jar:git-Spigot-db6de12-18fbb24]
  429.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [ss.jar:git-Spigot-db6de12-18fbb24]
  430.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [ss.jar:git-Spigot-db6de12-18fbb24]
  431.     at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [ss.jar:git-Spigot-db6de12-18fbb24]
  432.     at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [ss.jar:git-Spigot-db6de12-18fbb24]
  433.     at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [ss.jar:git-Spigot-db6de12-18fbb24]
  434.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [ss.jar:git-Spigot-db6de12-18fbb24]
  435.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [ss.jar:git-Spigot-db6de12-18fbb24]
  436.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  437. [08:24:02] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
  438. [08:24:02] [Server thread/ERROR]: Error occurred while enabling ChestCommands v3.1.4 (Is it up to date?)
  439. java.lang.NullPointerException: ConfigurationSection cannot be null
  440.     at com.gmail.filoghost.chestcommands.util.Validate.notNull(Validate.java:7) ~[?:?]
  441.     at com.gmail.filoghost.chestcommands.serializer.IconSerializer.loadIconFromSection(IconSerializer.java:72) ~[?:?]
  442.     at com.gmail.filoghost.chestcommands.serializer.MenuSerializer.loadMenu(MenuSerializer.java:45) ~[?:?]
  443.     at com.gmail.filoghost.chestcommands.ChestCommands.load(ChestCommands.java:199) ~[?:?]
  444.     at com.gmail.filoghost.chestcommands.ChestCommands.onEnable(ChestCommands.java:122) ~[?:?]
  445.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  446.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [ss.jar:git-Spigot-db6de12-18fbb24]
  447.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [ss.jar:git-Spigot-db6de12-18fbb24]
  448.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [ss.jar:git-Spigot-db6de12-18fbb24]
  449.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [ss.jar:git-Spigot-db6de12-18fbb24]
  450.     at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [ss.jar:git-Spigot-db6de12-18fbb24]
  451.     at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [ss.jar:git-Spigot-db6de12-18fbb24]
  452.     at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [ss.jar:git-Spigot-db6de12-18fbb24]
  453.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [ss.jar:git-Spigot-db6de12-18fbb24]
  454.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [ss.jar:git-Spigot-db6de12-18fbb24]
  455.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  456. [08:24:02] [Server thread/INFO]: [WhatIsIt] Enabling WhatIsIt v1.3.9
  457. [08:24:02] [Server thread/INFO]: [WhatIsIt] has been enabled.
  458. [08:24:02] [Server thread/INFO]: [EZRanksPro] Enabling EZRanksPro v1.2.4
  459. [08:24:02] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro messages.yml
  460. [08:24:02] [Server thread/INFO]: [EZRanksPro] Loading rankups.yml....
  461. [08:24:02] [Server thread/WARN]: [EZRanksPro] Rankup requirement message successfully loaded!
  462. [08:24:02] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Free
  463. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: A to B successfully loaded
  464. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: B to C successfully loaded
  465. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: C to D successfully loaded
  466. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: D to E successfully loaded
  467. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: E to F successfully loaded
  468. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: F to G successfully loaded
  469. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: G to H successfully loaded
  470. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: H to I successfully loaded
  471. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: I to J successfully loaded
  472. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: J to K successfully loaded
  473. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: K to L successfully loaded
  474. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: L to M successfully loaded
  475. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: M to N successfully loaded
  476. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: N to O successfully loaded
  477. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: O to P successfully loaded
  478. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: P to Q successfully loaded
  479. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Q to R successfully loaded
  480. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: R to S successfully loaded
  481. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: S to T successfully loaded
  482. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: T to U successfully loaded
  483. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: U to V successfully loaded
  484. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: V to W successfully loaded
  485. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: W to X successfully loaded
  486. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: X to Y successfully loaded
  487. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Y to Z successfully loaded
  488. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Z to Assassin successfully loaded
  489. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Assassin to Aura successfully loaded
  490. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Aura to Criminal successfully loaded
  491. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Criminal to Crusade successfully loaded
  492. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Crusade to Destiny successfully loaded
  493. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Destiny to Fearless successfully loaded
  494. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Fearless to Fugitive successfully loaded
  495. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Fugitive to Immortal successfully loaded
  496. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Immortal to Mastermind successfully loaded
  497. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Mastermind to Notorious successfully loaded
  498. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Notorious to Sage successfully loaded
  499. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Sage to Villain successfully loaded
  500. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Villain to Free successfully loaded
  501. [08:24:02] [Server thread/INFO]: [EZRanksPro] Rankup: Free to D successfully loaded
  502. [08:24:02] [Server thread/INFO]: [EZRanksPro] 39 rankup(s) loaded
  503. [08:24:02] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Free
  504. [08:24:02] [Server thread/INFO]: [EZRanksPro] 1 rankup cost discounts loaded!
  505. [08:24:02] [Server thread/INFO]: [EZRanksPro] 1 rankup cost multipliers loaded!
  506. [08:24:02] [Server thread/INFO]: [EZRanksPro] Autorankup task started and will check if toggled players can rankup every 60 seconds
  507. [08:24:02] [Server thread/INFO]: [EZRanksPro] An update for EZRanksPro (EZRanksPro v1.3)
  508. [08:24:02] [Server thread/INFO]: [EZRanksPro] is available at https://www.spigotmc.org/resources/ezrankspro.10731/
  509. [08:24:02] [Server thread/INFO]: [Votifier] Enabling Votifier v2.3.2.2
  510. [08:24:02] [Server thread/INFO]: [Votifier] Loaded token for website: default
  511. [08:24:02] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
  512. [08:24:02] [Server thread/INFO]: [Myth-PrisonWarpMenu] Enabling Myth-PrisonWarpMenu v0.1
  513. [08:24:02] [nioEventLoopGroup-2-1/ERROR]: [Votifier] Votifier was not able to bind to /0.0.0.0:8192
  514. java.net.BindException: Address already in use
  515.     at sun.nio.ch.Net.bind0(Native Method) ~[?:1.7.0_95]
  516.     at sun.nio.ch.Net.bind(Net.java:463) ~[?:1.7.0_95]
  517.     at sun.nio.ch.Net.bind(Net.java:455) ~[?:1.7.0_95]
  518.     at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) ~[?:1.7.0_95]
  519.     at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[?:1.7.0_95]
  520.     at com.vexsoftware.votifier.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:125) ~[nuvotifier-universal-2.3.2.2.jar:?]
  521.     at com.vexsoftware.votifier.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:485) [nuvotifier-universal-2.3.2.2.jar:?]
  522.     at com.vexsoftware.votifier.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1089) [nuvotifier-universal-2.3.2.2.jar:?]
  523.     at com.vexsoftware.votifier.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:430) [nuvotifier-universal-2.3.2.2.jar:?]
  524.     at com.vexsoftware.votifier.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:415) [nuvotifier-universal-2.3.2.2.jar:?]
  525.     at com.vexsoftware.votifier.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:903) [nuvotifier-universal-2.3.2.2.jar:?]
  526.     at com.vexsoftware.votifier.netty.channel.AbstractChannel.bind(AbstractChannel.java:198) [nuvotifier-universal-2.3.2.2.jar:?]
  527.     at com.vexsoftware.votifier.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:348) [nuvotifier-universal-2.3.2.2.jar:?]
  528.     at com.vexsoftware.votifier.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358) [nuvotifier-universal-2.3.2.2.jar:?]
  529.     at com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) [nuvotifier-universal-2.3.2.2.jar:?]
  530.     at com.vexsoftware.votifier.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112) [nuvotifier-universal-2.3.2.2.jar:?]
  531.     at com.vexsoftware.votifier.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [nuvotifier-universal-2.3.2.2.jar:?]
  532.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  533. [08:24:02] [Server thread/INFO]: [BarGamble] Enabling BarGamble v1.0
  534. [08:24:02] [Server thread/INFO]: phantom
  535. [08:24:02] [Server thread/INFO]: [afkTerminator] Enabling afkTerminator v3.0.2
  536. [08:24:02] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.0;3342-78f975b9
  537. [08:24:03] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  538. [08:24:03] [Server thread/WARN]: [WorldEdit]
  539. **********************************************
  540. ** This WorldEdit version does not fully support your version of Bukkit.
  541. **
  542. ** When working with blocks or undoing, chests will be empty, signs
  543. ** will be blank, and so on. There will be no support for entity
  544. ** and biome-related functions.
  545. **
  546. ** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters
  547. **********************************************
  548.  
  549. [08:24:03] [Server thread/INFO]: [PhantomSmelt] Enabling PhantomSmelt v1.0
  550. [08:24:03] [Server thread/INFO]: PhantomSmelt v1.0 has been enabled!
  551. [08:24:03] [Server thread/INFO]: [SpecialTools] Enabling SpecialTools v1.16
  552. [08:24:03] [Server thread/INFO]: 
  553. [08:24:03] [Server thread/INFO]: [SpecialTools] Version 1.16 Loading....
  554. [08:24:03] [Server thread/INFO]: 
  555. [08:24:03] [Server thread/INFO]: Checking for updates....
  556. [08:24:03] [Server thread/INFO]: No updates found!
  557. [08:24:03] [Server thread/INFO]: 
  558. [08:24:03] [Server thread/INFO]: WorldEdit integration successful!
  559. [08:24:03] [Server thread/INFO]: WorldGuard integration successful!
  560. [08:24:03] [Server thread/INFO]: 
  561. [08:24:03] [Server thread/INFO]: Main Class Working! (1/72)
  562. [08:24:03] [Server thread/INFO]: All Handler Classes Working! (3/72)
  563. [08:24:03] [Server thread/INFO]: All Command Classes Working! (16/72)
  564. [08:24:03] [Server thread/INFO]: All Listener Classes Working! (31/72)
  565. [08:24:03] [Server thread/INFO]: All GUI Classes Working! (57/72)
  566. [08:24:03] [Server thread/INFO]: All Process Classes Working! (59/72)
  567. [08:24:03] [Server thread/INFO]: All Configuration Classes Working! (72/72)
  568. [08:24:03] [Server thread/INFO]: 
  569. [08:24:03] [Server thread/INFO]: [SpecialTools] Successfully loaded!
  570. [08:24:03] [Server thread/INFO]: 
  571. [08:24:03] [Server thread/INFO]: [PhantomJoin] Enabling PhantomJoin v3.6
  572. [08:24:03] [Server thread/INFO]: [Coins] Enabling Coins v1.0
  573. [08:24:03] [Server thread/WARN]: [Coins] Could not save shop.yml to plugins/Coins/shop.yml because shop.yml already exists.
  574. [08:24:03] [Server thread/INFO]: [Block] Enabling Block v1.0
  575. [08:24:03] [Server thread/INFO]: [BrutalPickDrop] Enabling BrutalPickDrop v1.0.0
  576. [08:24:03] [Server thread/INFO]: [StackableItems] Enabling StackableItems v1.0.4
  577. [08:24:03] [Thread-12/INFO]: UUID of player SenpaiKull is c9235ff2-b322-4f90-ae10-8ac0cb7615be
  578. [08:24:03] [Server thread/INFO]: [StackableItems] New version: 1.0.5! You're using 1.0.4
  579. [08:24:03] [Server thread/INFO]: [StackableItems] Grab it at: http://servermods.cursecdn.com/files/912/747/StackableItems.jar
  580. [08:24:03] [Server thread/INFO]: [StackableItems] You can disable this check from options.yml.
  581. [08:24:03] [Server thread/INFO]: [Lottery] Enabling Lottery v0.9.4
  582. [08:24:03] [Server thread/INFO]: [Lottery] Payment method found (Essentials version: 2.2)
  583. [08:24:03] [Server thread/INFO]: [ActionHealth] Enabling ActionHealth v2.5
  584. [08:24:03] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.0
  585. [08:24:03] [Server thread/INFO]: [ClearLag] Loading modules...
  586. [08:24:03] [Server thread/ERROR]: Cannot load plugins/ClearLag/config.yml
  587. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  588.  in 'string', line 204, column 3:
  589.       enabled: true
  590.       ^
  591. expected <block end>, but found BlockSequenceStart
  592.  in 'string', line 230, column 9:
  593.             - 'time:290 msg:&8(&bJanitor&8)  ...
  594.             ^
  595.  
  596.     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  597.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  598.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  599.     at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [ss.jar:git-Spigot-db6de12-18fbb24]
  600.     at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [ss.jar:git-Spigot-db6de12-18fbb24]
  601.     at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:162) [ss.jar:git-Spigot-db6de12-18fbb24]
  602.     at me.minebuilders.clearlag.config.Config.<clinit>(Config.java:26) [Clearlag_2.8.2.jar:?]
  603.     at me.minebuilders.clearlag.Modules.<clinit>(Modules.java:20) [Clearlag_2.8.2.jar:?]
  604.     at me.minebuilders.clearlag.Clearlag.startModules(Clearlag.java:28) [Clearlag_2.8.2.jar:?]
  605.     at me.minebuilders.clearlag.Clearlag.onEnable(Clearlag.java:16) [Clearlag_2.8.2.jar:?]
  606.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [ss.jar:git-Spigot-db6de12-18fbb24]
  607.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [ss.jar:git-Spigot-db6de12-18fbb24]
  608.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [ss.jar:git-Spigot-db6de12-18fbb24]
  609.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [ss.jar:git-Spigot-db6de12-18fbb24]
  610.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [ss.jar:git-Spigot-db6de12-18fbb24]
  611.     at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [ss.jar:git-Spigot-db6de12-18fbb24]
  612.     at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [ss.jar:git-Spigot-db6de12-18fbb24]
  613.     at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [ss.jar:git-Spigot-db6de12-18fbb24]
  614.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [ss.jar:git-Spigot-db6de12-18fbb24]
  615.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [ss.jar:git-Spigot-db6de12-18fbb24]
  616.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  617. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  618.  in 'string', line 204, column 3:
  619.       enabled: true
  620.       ^
  621. expected <block end>, but found BlockSequenceStart
  622.  in 'string', line 230, column 9:
  623.             - 'time:290 msg:&8(&bJanitor&8)  ...
  624.             ^
  625.  
  626.     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  627.     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  628.     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  629.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  630.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  631.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  632.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  633.     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  634.     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  635.     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  636.     at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  637.     at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  638.     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  639.     ... 20 more
  640. [08:24:03] [Server thread/ERROR]: Cannot load plugins/ClearLag/config.yml
  641. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  642.  in 'string', line 204, column 3:
  643.       enabled: true
  644.       ^
  645. expected <block end>, but found BlockSequenceStart
  646.  in 'string', line 230, column 9:
  647.             - 'time:290 msg:&8(&bJanitor&8)  ...
  648.             ^
  649.  
  650.     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  651.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  652.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  653.     at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [ss.jar:git-Spigot-db6de12-18fbb24]
  654.     at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [ss.jar:git-Spigot-db6de12-18fbb24]
  655.     at me.minebuilders.clearlag.config.Config.reloadConfig(Config.java:167) [Clearlag_2.8.2.jar:?]
  656.     at me.minebuilders.clearlag.config.Config.<init>(Config.java:64) [Clearlag_2.8.2.jar:?]
  657.     at me.minebuilders.clearlag.Modules.<clinit>(Modules.java:20) [Clearlag_2.8.2.jar:?]
  658.     at me.minebuilders.clearlag.Clearlag.startModules(Clearlag.java:28) [Clearlag_2.8.2.jar:?]
  659.     at me.minebuilders.clearlag.Clearlag.onEnable(Clearlag.java:16) [Clearlag_2.8.2.jar:?]
  660.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [ss.jar:git-Spigot-db6de12-18fbb24]
  661.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [ss.jar:git-Spigot-db6de12-18fbb24]
  662.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [ss.jar:git-Spigot-db6de12-18fbb24]
  663.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [ss.jar:git-Spigot-db6de12-18fbb24]
  664.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [ss.jar:git-Spigot-db6de12-18fbb24]
  665.     at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [ss.jar:git-Spigot-db6de12-18fbb24]
  666.     at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [ss.jar:git-Spigot-db6de12-18fbb24]
  667.     at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [ss.jar:git-Spigot-db6de12-18fbb24]
  668.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [ss.jar:git-Spigot-db6de12-18fbb24]
  669.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [ss.jar:git-Spigot-db6de12-18fbb24]
  670.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  671. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  672.  in 'string', line 204, column 3:
  673.       enabled: true
  674.       ^
  675. expected <block end>, but found BlockSequenceStart
  676.  in 'string', line 230, column 9:
  677.             - 'time:290 msg:&8(&bJanitor&8)  ...
  678.             ^
  679.  
  680.     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  681.     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  682.     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  683.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  684.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  685.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  686.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  687.     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  688.     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  689.     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  690.     at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  691.     at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  692.     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  693.     ... 20 more
  694. [08:24:03] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  695. [08:24:03] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  696. [08:24:03] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  697. [08:24:03] [Thread-13/INFO]: [ClearLag] Checking for updates...
  698. [08:24:03] [Server thread/INFO]: [Trash] Enabling Trash v1.1
  699. [08:24:03] [Server thread/INFO]: [@] Trash is Enabled
  700. [08:24:03] [Server thread/INFO]: [MythGangs] Enabling MythGangs v0.1
  701. [08:24:03] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  702. [08:24:03] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  703. [08:24:03] [Server thread/INFO]: git-Spigot-db6de12-18fbb24 (MC: 1.8.8)
  704. [08:24:03] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
  705. [08:24:03] [Thread-13/INFO]: [ClearLag] No updates found!
  706. [08:24:03] [Server thread/INFO]: Using locale en_GB
  707. [08:24:03] [Server thread/INFO]: Using locale en_GB
  708. [08:24:03] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  709. [08:24:03] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  710. [08:24:03] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  711. [08:24:03] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.0.0
  712. [08:24:03] [Server thread/INFO]: CratesPlus Version 4.0.0
  713. [08:24:03] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.4
  714. [08:24:03] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  715. [08:24:03] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  716. [08:24:03] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Test" has border radius 2750 at X: 127.5 Z: 127.5
  717. [08:24:03] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Free" has border radius 5000 at X: -70.1 Z: -10.4
  718. [08:24:03] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 37.0 Y: 64.0 Z: 220.0
  719. [08:24:03] [Server thread/INFO]: [killStats] Enabling killStats v3.0
  720. [08:24:03] [Server thread/WARN]: [killStats] Could not save rewards.yml to plugins/killStats/rewards.yml because rewards.yml already exists.
  721. [08:24:03] [Server thread/ERROR]: false
  722. [08:24:03] [Server thread/INFO]: [PhantomBlocks] Enabling PhantomBlocks v1.0
  723. [08:24:03] [Server thread/INFO]: [PhantomBlocks] Plugin created by Konetsu
  724. [08:24:03] [Server thread/INFO]: [AuctionGUIPlus] Enabling AuctionGUIPlus v1.0.7
  725. [08:24:04] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v8.6.7
  726. [08:24:04] [Server thread/INFO]: [csm] Enabling CustomServerMessages v5.2
  727. [08:24:04] [Server thread/INFO]: [CSM] Enabled Custom Server Messages!
  728. [08:24:04] [Server thread/INFO]: [Buycraft] Enabling Buycraft v6.8.2
  729. [08:24:04] [Server thread/INFO]: [Buycraft] Loaded all signs from disk
  730. [08:24:04] [Server thread/WARN]: [Buycraft] Missing world for HeadSign location: Spawn,10,66,138
  731. [08:24:04] [Server thread/WARN]: [Buycraft] Missing world for HeadSign location: Spawn,9,66,138
  732. [08:24:04] [Server thread/WARN]: [Buycraft] Missing world for HeadSign location: Spawn,9,66,139
  733. [08:24:04] [Server thread/WARN]: [Buycraft] Missing world for HeadSign location: Spawn,9,66,140
  734. [08:24:04] [Server thread/WARN]: [Buycraft] Missing world for HeadSign location: Spawn,9,66,141
  735. [08:24:04] [Server thread/WARN]: [Buycraft] Missing world for HeadSign location: Spawn,9,66,142
  736. [08:24:04] [Server thread/WARN]: [Buycraft] Missing world for HeadSign location: Spawn,9,66,143
  737. [08:24:04] [Server thread/WARN]: [Buycraft] Missing world for HeadSign location: Spawn,9,66,144
  738. [08:24:04] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.3.3
  739. [08:24:04] [Server thread/INFO]: [ServerListPlus] Starting...
  740. [08:24:04] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
  741. [08:24:04] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
  742. [08:24:04] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
  743. [08:24:04] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: CoreConf
  744. [08:24:04] [Thread-14/INFO]: [CSM] No update available.
  745. [08:24:04] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
  746. [08:24:04] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.3.3 enabled.
  747. [08:24:04] [Server thread/INFO]: [Effect Library] Enabling EffectLib v3.4
  748. [08:24:04] [Server thread/INFO]: [KitsPreview] Enabling KitsPreview v1.0.3
  749. [08:24:04] [Server thread/INFO]: [ItemKills] Enabling ItemKills v2.1.3
  750. [08:24:04] [Server thread/INFO]: [BookExploitFix] Enabling BookExploitFix v0.6
  751. [08:24:04] [Server thread/INFO]: [BookExploitFix] Detected supported server version v1_8_R3
  752. [08:24:04] [Server thread/INFO]: [BookExploitFix] BookExploitFix vers. 0.6 by minoneer activated
  753. [08:24:04] [Server thread/INFO]: [AntiWDL] Enabling AntiWDL v0.1
  754. [08:24:04] [Server thread/INFO]: [AntiWDL] -----------------------------
  755. [08:24:04] [Server thread/INFO]: [AntiWDL] Loading AntiWDL by Upd4ting
  756. [08:24:04] [Server thread/INFO]: [AntiWDL] Check out my twitter: twitter.com/upd4ting
  757. [08:24:04] [Server thread/INFO]: [AntiWDL] -----------------------------
  758. [08:24:04] [Server thread/INFO]: [BanManager] Enabling BanManager v5.6.1
  759. [08:24:04] [Server thread/INFO]: [BanManager] Loaded 486 bans into memory
  760. [08:24:04] [Server thread/INFO]: [BanManager] Loaded 7 mutes into memory
  761. [08:24:04] [Server thread/INFO]: [BanManager] Loaded 55 ip bans into memory
  762. [08:24:04] [Server thread/INFO]: [BanManager] Loaded 0 ip range bans into memory
  763. [08:24:04] [Server thread/INFO]: [EZBlocks] Enabling EZBlocks v1.4
  764. [08:24:05] [Server thread/INFO]: [EZBlocks] Saving/loading via flatfile!
  765. [08:24:05] [Server thread/INFO]: [EZBlocks] BlockBreakEvent listener registered on HIGHEST
  766. [08:24:05] [Server thread/INFO]: [EZBlocks] Saving all players every 5 minutes
  767. [08:24:05] [Server thread/INFO]: [EZBlocks] 1 global rewards loaded!
  768. [08:24:05] [Server thread/INFO]: [EZBlocks] 1 interval rewards loaded!
  769. [08:24:05] [Server thread/INFO]: [EZBlocks] 0 global pickaxe rewards loaded!
  770. [08:24:05] [Server thread/INFO]: [EZBlocks] 0 interval pickaxe rewards loaded!
  771. [08:24:05] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.5.6-b181
  772. [08:24:05] [Server thread/INFO]: [BetterDrops] Enabling BetterDrops v2.5.1
  773. [08:24:05] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1247)
  774. [08:24:05] [Server thread/INFO]: [HideStream] Enabling HideStream v3.7
  775. [08:24:05] [Server thread/INFO]: [HideStream] Version 3.7 enabled.
  776. [08:24:05] [Server thread/INFO]: [XPFly] Enabling XPFly v1.0
  777. [08:24:05] [Server thread/INFO]: [AsyncWorldEdit] Enabling AsyncWorldEdit v3.1.0
  778. [08:24:05] [Server thread/INFO]: [AsyncWorldEdit] BlocksHub plugin not found.
  779. [08:24:05] [Server thread/INFO]: [AsyncWorldEdit] PlotMeFix set to class org.primesoft.asyncworldedit.plotme.NullFix.
  780. [08:24:05] [Server thread/INFO]: [AsyncWorldEditInjector] New class factory set to: org.primesoft.asyncworldedit.injector.async.AsyncClassFactory
  781. [08:24:05] [Server thread/INFO]: [AsyncWorldEdit] You have an old version of the plugin. Your version: 3.1.0, available version: 3.3.2
  782. [08:24:05] [Server thread/INFO]: [AsyncWorldEdit] Enabled
  783. [08:24:05] [Server thread/INFO]: [ChatManager] Enabling ChatManager v1.0.0
  784. [08:24:05] [Server thread/INFO]: [ChatManager] Plugin created by Konetsu
  785. [08:24:05] [Server thread/INFO]: ChatMGR> Has been activated!
  786. [08:24:05] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
  787. [08:24:05] [Server thread/INFO]: [PlaceholderHook] Enabling PlaceholderHook v0.3.0
  788. [08:24:05] [Server thread/INFO]: [PlaceholderHook] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  789. [08:24:05] [Server thread/INFO]: [PlaceholderHook] Plugin: PlaceholderHook v0.3.0
  790. [08:24:05] [Server thread/INFO]: [PlaceholderHook] Framework version: 2015-01
  791. [08:24:05] [Server thread/INFO]: [PlaceholderHook] Author: Maximvdw
  792. [08:24:05] [Server thread/INFO]: [PlaceholderHook] Site: http://www.mvdw-software.be/
  793. [08:24:05] [Server thread/INFO]: [PlaceholderHook] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  794. [08:24:05] [Server thread/INFO]: You are using an ALPHA plugin. Keep in mind this build will
  795. [08:24:05] [Server thread/INFO]: contain bugs and the configuration will get a reset when
  796. [08:24:05] [Server thread/INFO]: new features are added or fixed.
  797. [08:24:05] [Server thread/INFO]: [PlaceholderHook] Loading configuration ...
  798. [08:24:05] [Server thread/INFO]: [PlaceholderHook] Loading messages ...
  799. [08:24:05] [Server thread/INFO]: [PlaceholderHook] Loading language file: lang_en
  800. [08:24:05] [Server thread/INFO]: [PlaceholderHook] Loading placeholders ...
  801. [08:24:05] [Server thread/INFO]: [PlaceholderHook] Using ActionBar v6.2.2 as the placeholder plugin!
  802. [08:24:05] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  803. [08:24:05] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.5.2
  804. [08:24:05] [Server thread/INFO]: [ChatReaction] 152 words loaded!
  805. [08:24:05] [Server thread/INFO]: [ChatReaction] Creating MySQL connection ...
  806. [08:24:05] [Server thread/ERROR]: [ChatReaction] jdbc:mysql://localhost:3306/chatreaction?allowReconnect=true
  807. [08:24:05] [Server thread/ERROR]: [ChatReaction] Could not be resolved because of an SQL Exception: Access denied for user 'chatreaction'@'localhost' (using password: YES).
  808. [08:24:05] [Server thread/ERROR]: [ChatReaction] jdbc:mysql://localhost:3306/chatreaction?allowReconnect=true
  809. [08:24:05] [Server thread/ERROR]: [ChatReaction] Could not be resolved because of an SQL Exception: Access denied for user 'chatreaction'@'localhost' (using password: YES).
  810. [08:24:05] [Server thread/WARN]: java.lang.NullPointerException
  811. [08:24:05] [Server thread/WARN]:    at me.clip.chatreaction.database.MySQL.checkTable(MySQL.java:183)
  812. [08:24:05] [Server thread/WARN]:    at me.clip.chatreaction.ChatReaction.startDatabase(ChatReaction.java:205)
  813. [08:24:05] [Server thread/WARN]:    at me.clip.chatreaction.ChatReaction.onEnable(ChatReaction.java:92)
  814. [08:24:05] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  815. [08:24:05] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  816. [08:24:05] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  817. [08:24:05] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  818. [08:24:05] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  819. [08:24:05] [Server thread/WARN]:    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  820. [08:24:05] [Server thread/WARN]:    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  821. [08:24:05] [Server thread/WARN]:    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  822. [08:24:05] [Server thread/WARN]:    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  823. [08:24:05] [Server thread/WARN]:    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  824. [08:24:05] [Server thread/WARN]:    at java.lang.Thread.run(Thread.java:745)
  825. [08:24:05] [Server thread/WARN]: [ChatReaction] Could not connect to database! Reaction stats will be disabled!!
  826. [08:24:05] [Server thread/INFO]: ---------------------------
  827. [08:24:05] [Server thread/INFO]:      ChatReaction Updater
  828. [08:24:05] [Server thread/INFO]:  
  829. [08:24:05] [Server thread/INFO]: An update for ChatReaction has been found!
  830. [08:24:05] [Server thread/INFO]: ChatReaction 1.6.2
  831. [08:24:05] [Server thread/INFO]: You are running 1.5.2
  832. [08:24:05] [Server thread/INFO]:  
  833. [08:24:05] [Server thread/INFO]: Download at http://www.spigotmc.org/resources/chatreaction.3748/
  834. [08:24:05] [Server thread/INFO]: ---------------------------
  835. [08:24:05] [Server thread/INFO]: [NoBlockDrop] Enabling NoBlockDrop v1.0.0
  836. [08:24:05] [Server thread/INFO]: [NoBlockDrop] NoBlockDrop by TriFractal Studios - Licensed to Brutal Network
  837. [08:24:05] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.1.6
  838. [08:24:05] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
  839. [08:24:05] [Server thread/INFO]: = Vault  : Ok. Hooked MyCommand Vault 1.5.6-b49
  840. [08:24:05] [Server thread/INFO]: = Spout  : Not detected BarAPI : Not detected
  841. [08:24:05] [Server thread/INFO]: = Config : Ok
  842. [08:24:05] [Server thread/INFO]: = Custom commands loaded : 25
  843. [08:24:05] [Server thread/INFO]: = Version: 5.1.6
  844. [08:24:05] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
  845. [08:24:05] [Server thread/INFO]: = Status : Active
  846. [08:24:05] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  847. [08:24:05] [Server thread/INFO]: [StartupCommand] Enabling StartupCommand v1.0
  848. [08:24:05] [Server thread/INFO]: [StartupCommand] Running command: "mine reload" after 0 ticks
  849. [08:24:05] [Server thread/INFO]: [NoLocalhost] Enabling NoLocalhost v1.0
  850. [08:24:05] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.0.0-beta-05.1569-
  851. [08:24:05] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  852. [08:24:05] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  853. [08:24:05] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  854. [08:24:05] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  855. [08:24:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  856. [08:24:05] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  857. [08:24:05] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  858. [08:24:05] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  859. [08:24:05] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  860. [08:24:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  861. [08:24:05] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  862. [08:24:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  863. [08:24:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  864. [08:24:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  865. [08:24:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  866. [08:24:05] [Server thread/INFO]: [WorldGuard] Loading region data...
  867. [08:24:05] [Server thread/INFO]: [BNFirework] Enabling BNFirework v1.0.2
  868. [08:24:05] [Server thread/INFO]: [Emotes] Enabling Emotes v1.0.0
  869. [08:24:05] [Server thread/INFO]: Emotes Has been activated!
  870. [08:24:05] [Server thread/INFO]: [EpicRename] Enabling EpicRename v2.4
  871. [08:24:05] [Server thread/INFO]: [EpicRename] This plugin is made by Justin Brubaker.
  872. [08:24:05] [Server thread/INFO]: [EpicRename] This plugin sends anonymous stats to mcstats.org.
  873. [08:24:05] [Server thread/INFO]: [EpicRename] To disable change opt-out in the config to true.
  874. [08:24:05] [Server thread/INFO]: [EpicRename] EpicRename version 2.4 is Copyright (C) 2015 Justin Brubaker
  875. [08:24:05] [Server thread/INFO]: [EpicRename] See LICENSE infomation here: http://tinyurl.com/epicrename1
  876. [08:24:05] [Server thread/INFO]: [EpicRename] Prefix has been set to the one in the config.
  877. [08:24:05] [Server thread/INFO]: [EpicRename] Version: 2.4 Has Been Enabled.
  878. [08:24:05] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v1.28
  879. [08:24:05] [Server thread/INFO]: [MarriageMaster] Config Version: 21 => update needed
  880. [08:24:05] [Server thread/INFO]: [MarriageMaster] Config loaded
  881. [08:24:05] [Server thread/INFO]: [MarriageMaster] Language Version: 18 => no updated needed
  882. [08:24:05] [Server thread/WARN]: 2953 [Server thread] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-0 - is starting.
  883.  
  884. [08:24:05] [Server thread/WARN]: 2972 [Server thread] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-0 - is closing down.
  885.  
  886. [08:24:05] [Server thread/ERROR]: Error occurred while enabling MarriageMaster v1.28 (Is it up to date?)
  887. com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization: Access denied for user 'MarriageFriends'@'localhost' (using password: YES)
  888.     at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:581) ~[?:?]
  889.     at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:152) ~[?:?]
  890.     at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:73) ~[?:?]
  891.     at at.pcgamingfreaks.MarriageMaster.Bukkit.Databases.MySQL.<init>(MySQL.java:68) ~[?:?]
  892.     at at.pcgamingfreaks.MarriageMaster.Bukkit.Databases.Database.getDatabase(Database.java:92) ~[?:?]
  893.     at at.pcgamingfreaks.MarriageMaster.Bukkit.MarriageMaster.load(MarriageMaster.java:91) ~[?:?]
  894.     at at.pcgamingfreaks.MarriageMaster.Bukkit.MarriageMaster.onEnable(MarriageMaster.java:75) ~[?:?]
  895.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  896.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [ss.jar:git-Spigot-db6de12-18fbb24]
  897.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [ss.jar:git-Spigot-db6de12-18fbb24]
  898.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [ss.jar:git-Spigot-db6de12-18fbb24]
  899.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [ss.jar:git-Spigot-db6de12-18fbb24]
  900.     at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [ss.jar:git-Spigot-db6de12-18fbb24]
  901.     at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [ss.jar:git-Spigot-db6de12-18fbb24]
  902.     at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [ss.jar:git-Spigot-db6de12-18fbb24]
  903.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [ss.jar:git-Spigot-db6de12-18fbb24]
  904.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [ss.jar:git-Spigot-db6de12-18fbb24]
  905.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  906. Caused by: java.sql.SQLException: Access denied for user 'MarriageFriends'@'localhost' (using password: YES)
  907.     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  908.     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  909.     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  910.     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  911.     at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  912.     at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  913.     at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  914.     at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  915.     at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  916.     at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  917.     at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  918.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_95]
  919.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_95]
  920.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_95]
  921.     at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_95]
  922.     at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  923.     at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  924.     at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  925.     at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95) ~[?:?]
  926.     at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101) ~[?:?]
  927.     at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:496) ~[?:?]
  928.     at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:565) ~[?:?]
  929.     ... 17 more
  930. [08:24:05] [Server thread/INFO]: [EZPrestige] Enabling EZPrestige v1.2.1
  931. [08:24:05] [Server thread/INFO]: [EZPrestige] 30 prestiges loaded!
  932. [08:24:05] [Server thread/INFO]: [VoteParty] Enabling VoteParty v1.4.1
  933. [08:24:05] [Server thread/INFO]: ---------------------------
  934. [08:24:05] [Server thread/INFO]:      VoteParty Updater
  935. [08:24:05] [Server thread/INFO]:  
  936. [08:24:05] [Server thread/INFO]: An update for VoteParty has been found!
  937. [08:24:05] [Server thread/INFO]: VoteParty 1.9.9.1
  938. [08:24:05] [Server thread/INFO]: You are running 1.4.1
  939. [08:24:05] [Server thread/INFO]:  
  940. [08:24:05] [Server thread/INFO]: Download at http://www.spigotmc.org/resources/voteparty.987/
  941. [08:24:05] [Server thread/INFO]: ---------------------------
  942. [08:24:05] [Server thread/INFO]: [CommandDoesNotExist] Enabling CommandDoesNotExist v1.2.2
  943. [08:24:05] [Server thread/INFO]: [CDNE] : ProcotolLib found
  944. [08:24:05] [Server thread/INFO]: [CommandDoesNotExist] CommandDoesNotExist version 1.2.2 is Enabled
  945. [08:24:05] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
  946. [08:24:05] [Server thread/WARN]: 3116 [Server thread] ERROR com.Acrobot.ChestShop.ORMlite.db.SqliteDatabaseType - WARNING: you seem to not be using the Xerial SQLite driver.  See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  947.  
  948. [08:24:05] [Server thread/WARN]: 3158 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'
  949.  
  950. [08:24:05] [Server thread/WARN]: 3162 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL ,  UNIQUE (`code`))
  951.  
  952. [08:24:05] [Server thread/WARN]: 3164 [Server thread] ERROR com.Acrobot.ChestShop.ORMlite.db.SqliteDatabaseType - WARNING: you seem to not be using the Xerial SQLite driver.  See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  953.  
  954. [08:24:05] [Server thread/WARN]: 3164 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
  955.  
  956. [08:24:05] [Server thread/WARN]: 3165 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
  957.  
  958. [08:24:05] [Server thread/WARN]: 3165 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
  959.  
  960. [08:24:05] [Server thread/WARN]: 3165 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
  961.  
  962. [08:24:05] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  963. [08:24:05] [Server thread/INFO]: [GAListener] Enabling GAListener v1.4.4
  964. [08:24:06] [Server thread/INFO]: [GAListener] Loaded stored uuids.
  965. [08:24:06] [Server thread/INFO]: [GAListener] Loaded signs.
  966. [08:24:06] [Server thread/INFO]: [GAListener] GAListener v1.4.4 Enabled
  967. [08:24:06] [Server thread/INFO]: [CombatTagPlus] Enabling CombatTagPlus v1.2.1
  968. [08:24:06] [Server thread/INFO]: [EchoPet] Enabling EchoPet v2.8.0-b52
  969. [08:24:06] [Server thread/INFO]: [EchoPet] [INFO] [WorldGuard] Successfully hooked
  970. [08:24:06] [Server thread/INFO]: [TrailGUI] Enabling TrailGUI v4.3
  971. [08:24:06] [Server thread/INFO]: [TrailGUI] Hooked Essentials Successfully
  972. [08:24:07] [Server thread/INFO]: [ProtectionLib] Enabling ProtectionLib v0.5.1
  973. [08:24:07] [Server thread/INFO]: [ProtectionLib] Protection lib hook into: WorldGuard 6.0.0-beta-05.1569-
  974. [08:24:07] [Server thread/INFO]: [ProtectionLib] Protection lib hook into: PlotMe 0.16.3
  975. [08:24:07] [Server thread/INFO]: [PhantomBombs] Enabling PhantomBombs v1.2
  976. [08:24:07] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v2.14.1
  977. [08:24:07] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  978. [08:24:07] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v2.14.1
  979. [08:24:07] [Server thread/INFO]: [FeatherBoard] Framework version: 2015-09
  980. [08:24:07] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
  981. [08:24:07] [Server thread/INFO]: [FeatherBoard] Site: http://www.mvdw-software.com/
  982. [08:24:07] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  983. [08:24:07] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
  984. [08:24:07] [Server thread/INFO]: [FeatherBoard] Loading placeholders ...
  985. [08:24:07] [Server thread/INFO]: [FeatherBoard] Memory usage before adding placeholders: 198.0 MB
  986. [08:24:07] [Server thread/INFO]: [FeatherBoard] Hooked into Multiverse!
  987. [08:24:08] [Server thread/INFO]: [FeatherBoard] Memory usage after adding ALL placeholders: 214.0 MB
  988. [08:24:08] [Server thread/INFO]: [FeatherBoard] Memory used by ALL placeholders: 16.0 MB
  989. [08:24:08] [Server thread/INFO]: [FeatherBoard] Loaded 1675 of the 2833 placholders
  990. [08:24:08] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: warning
  991. [08:24:08] [Server thread/INFO]: [FeatherBoard]     Lines: 2
  992. [08:24:08] [Server thread/INFO]: [FeatherBoard]     Arguments: 1
  993. [08:24:09] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
  994. [08:24:09] [Server thread/INFO]: [FeatherBoard] Loading messages ...
  995. [08:24:09] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
  996. [08:24:09] [Server thread/INFO]: [FeatherBoard] A new update for FeatherBoard is available for download on Spigot!
  997. [08:24:09] [Server thread/INFO]: [FeatherBoard] Unable to auto update. Please log in in the spigotupdater.yml file.
  998. [08:24:09] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
  999. [08:24:09] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.7.2
  1000. [08:24:09] [Server thread/INFO]: Injecting command info into Citizens.
  1001. [08:24:09] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  1002. [08:24:09] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  1003. [08:24:09] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  1004. [08:24:09] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -7860628275388232307
  1005. [08:24:09] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -974324728954160201
  1006. [08:24:09] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -974324728954160201
  1007. [08:24:10] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Free' - Env: NORMAL - Type: NORMAL & seed: 1687161255968553981
  1008. [08:24:10] [Server thread/INFO]: -------- World Settings For [Free] --------
  1009. [08:24:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1010. [08:24:10] [Server thread/INFO]: Cane Growth Modifier: 100%
  1011. [08:24:10] [Server thread/INFO]: Melon Growth Modifier: 100%
  1012. [08:24:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1013. [08:24:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1014. [08:24:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1015. [08:24:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1016. [08:24:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1017. [08:24:10] [Server thread/INFO]: Entity Activation Range: An 30 / Mo 10 / Mi 10
  1018. [08:24:10] [Server thread/INFO]: Entity Tracking Range: Pl 25 / An 30 / Mo 20 / Mi 15 / Other 15
  1019. [08:24:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1020. [08:24:10] [Server thread/INFO]: Mob Spawn Range: 4
  1021. [08:24:10] [Server thread/INFO]: Anti X-Ray: false
  1022. [08:24:10] [Server thread/INFO]:    Engine Mode: 1
  1023. [08:24:10] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1024. [08:24:10] [Server thread/INFO]:    Replace Blocks: [1, 5]
  1025. [08:24:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1026. [08:24:10] [Server thread/INFO]: Random Lighting Updates: false
  1027. [08:24:10] [Server thread/INFO]: Structure Info Saving: true
  1028. [08:24:10] [Server thread/INFO]: Sending up to 10 chunks per packet
  1029. [08:24:10] [Server thread/INFO]: Max Entity Collisions: 8
  1030. [08:24:10] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  1031. [08:24:10] [Server thread/INFO]: Max TNT Explosions: 100
  1032. [08:24:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1033. [08:24:10] [Server thread/INFO]: Item Despawn Rate: 6000
  1034. [08:24:10] [Server thread/INFO]: Item Merge Radius: 2.5
  1035. [08:24:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1036. [08:24:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1037. [08:24:10] [Server thread/INFO]: View Distance: 5
  1038. [08:24:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1039. [08:24:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1040. [08:24:10] [Server thread/INFO]: Clear tick list: false
  1041. [08:24:10] [Server thread/INFO]: Experience Merge Radius: 3.0
  1042. [08:24:10] [Server thread/INFO]: Preparing start region for level 3 (Seed: 1687161255968553981)
  1043. [08:24:10] [Server thread/INFO]: [WorldGuard] (Free) TNT ignition is PERMITTED.
  1044. [08:24:10] [Server thread/INFO]: [WorldGuard] (Free) Lighters are PERMITTED.
  1045. [08:24:10] [Server thread/INFO]: [WorldGuard] (Free) Lava fire is blocked.
  1046. [08:24:10] [Server thread/INFO]: [WorldGuard] (Free) Fire spread is UNRESTRICTED.
  1047. [08:24:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Free'
  1048. [08:24:10] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Mines' - Env: NORMAL - Type: NORMAL & seed: -1611334411791406968
  1049. [08:24:10] [Server thread/INFO]: -------- World Settings For [Mines] --------
  1050. [08:24:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1051. [08:24:10] [Server thread/INFO]: Cane Growth Modifier: 100%
  1052. [08:24:10] [Server thread/INFO]: Melon Growth Modifier: 100%
  1053. [08:24:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1054. [08:24:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1055. [08:24:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1056. [08:24:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1057. [08:24:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1058. [08:24:10] [Server thread/INFO]: Entity Activation Range: An 30 / Mo 10 / Mi 10
  1059. [08:24:10] [Server thread/INFO]: Entity Tracking Range: Pl 25 / An 30 / Mo 20 / Mi 15 / Other 15
  1060. [08:24:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1061. [08:24:10] [Server thread/INFO]: Mob Spawn Range: 4
  1062. [08:24:10] [Server thread/INFO]: Anti X-Ray: false
  1063. [08:24:10] [Server thread/INFO]:    Engine Mode: 1
  1064. [08:24:10] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1065. [08:24:10] [Server thread/INFO]:    Replace Blocks: [1, 5]
  1066. [08:24:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1067. [08:24:10] [Server thread/INFO]: Random Lighting Updates: false
  1068. [08:24:10] [Server thread/INFO]: Structure Info Saving: true
  1069. [08:24:10] [Server thread/INFO]: Sending up to 10 chunks per packet
  1070. [08:24:10] [Server thread/INFO]: Max Entity Collisions: 8
  1071. [08:24:10] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  1072. [08:24:10] [Server thread/INFO]: Max TNT Explosions: 100
  1073. [08:24:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1074. [08:24:10] [Server thread/INFO]: Item Despawn Rate: 6000
  1075. [08:24:10] [Server thread/INFO]: Item Merge Radius: 2.5
  1076. [08:24:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1077. [08:24:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1078. [08:24:10] [Server thread/INFO]: View Distance: 5
  1079. [08:24:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1080. [08:24:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1081. [08:24:10] [Server thread/INFO]: Clear tick list: false
  1082. [08:24:10] [Server thread/INFO]: Experience Merge Radius: 3.0
  1083. [08:24:10] [Server thread/INFO]: Preparing start region for level 4 (Seed: -1611334411791406968)
  1084. [08:24:10] [Server thread/INFO]: [WorldGuard] (Mines) TNT ignition is PERMITTED.
  1085. [08:24:10] [Server thread/INFO]: [WorldGuard] (Mines) Lighters are PERMITTED.
  1086. [08:24:10] [Server thread/INFO]: [WorldGuard] (Mines) Lava fire is blocked.
  1087. [08:24:10] [Server thread/INFO]: [WorldGuard] (Mines) Fire spread is UNRESTRICTED.
  1088. [08:24:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Mines'
  1089. [08:24:10] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'PvP' - Env: NORMAL - Type: NORMAL & seed: -7902908975669559576
  1090. [08:24:10] [Server thread/INFO]: -------- World Settings For [PvP] --------
  1091. [08:24:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1092. [08:24:10] [Server thread/INFO]: Cane Growth Modifier: 100%
  1093. [08:24:10] [Server thread/INFO]: Melon Growth Modifier: 100%
  1094. [08:24:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1095. [08:24:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1096. [08:24:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1097. [08:24:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1098. [08:24:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1099. [08:24:10] [Server thread/INFO]: Entity Activation Range: An 30 / Mo 10 / Mi 10
  1100. [08:24:10] [Server thread/INFO]: Entity Tracking Range: Pl 25 / An 30 / Mo 20 / Mi 15 / Other 15
  1101. [08:24:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1102. [08:24:10] [Server thread/INFO]: Mob Spawn Range: 4
  1103. [08:24:10] [Server thread/INFO]: Anti X-Ray: false
  1104. [08:24:10] [Server thread/INFO]:    Engine Mode: 1
  1105. [08:24:10] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1106. [08:24:10] [Server thread/INFO]:    Replace Blocks: [1, 5]
  1107. [08:24:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1108. [08:24:10] [Server thread/INFO]: Random Lighting Updates: false
  1109. [08:24:10] [Server thread/INFO]: Structure Info Saving: true
  1110. [08:24:10] [Server thread/INFO]: Sending up to 10 chunks per packet
  1111. [08:24:10] [Server thread/INFO]: Max Entity Collisions: 8
  1112. [08:24:10] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  1113. [08:24:10] [Server thread/INFO]: Max TNT Explosions: 100
  1114. [08:24:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1115. [08:24:10] [Server thread/INFO]: Item Despawn Rate: 6000
  1116. [08:24:10] [Server thread/INFO]: Item Merge Radius: 2.5
  1117. [08:24:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1118. [08:24:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1119. [08:24:10] [Server thread/INFO]: View Distance: 5
  1120. [08:24:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1121. [08:24:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1122. [08:24:10] [Server thread/INFO]: Clear tick list: false
  1123. [08:24:10] [Server thread/INFO]: Experience Merge Radius: 3.0
  1124. [08:24:10] [Server thread/INFO]: Preparing start region for level 5 (Seed: -7902908975669559576)
  1125. [08:24:10] [Server thread/INFO]: [WorldGuard] (PvP) TNT ignition is PERMITTED.
  1126. [08:24:10] [Server thread/INFO]: [WorldGuard] (PvP) Lighters are PERMITTED.
  1127. [08:24:10] [Server thread/INFO]: [WorldGuard] (PvP) Lava fire is blocked.
  1128. [08:24:10] [Server thread/INFO]: [WorldGuard] (PvP) Fire spread is UNRESTRICTED.
  1129. [08:24:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PvP'
  1130. [08:24:11] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Spawn' - Env: NORMAL - Type: NORMAL & seed: -7902908975669559576
  1131. [08:24:11] [Server thread/INFO]: -------- World Settings For [Spawn] --------
  1132. [08:24:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1133. [08:24:11] [Server thread/INFO]: Cane Growth Modifier: 100%
  1134. [08:24:11] [Server thread/INFO]: Melon Growth Modifier: 100%
  1135. [08:24:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1136. [08:24:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1137. [08:24:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1138. [08:24:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1139. [08:24:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1140. [08:24:11] [Server thread/INFO]: Entity Activation Range: An 30 / Mo 10 / Mi 10
  1141. [08:24:11] [Server thread/INFO]: Entity Tracking Range: Pl 25 / An 30 / Mo 20 / Mi 15 / Other 15
  1142. [08:24:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1143. [08:24:11] [Server thread/INFO]: Mob Spawn Range: 4
  1144. [08:24:11] [Server thread/INFO]: Anti X-Ray: false
  1145. [08:24:11] [Server thread/INFO]:    Engine Mode: 1
  1146. [08:24:11] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1147. [08:24:11] [Server thread/INFO]:    Replace Blocks: [1, 5]
  1148. [08:24:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1149. [08:24:11] [Server thread/INFO]: Random Lighting Updates: false
  1150. [08:24:11] [Server thread/INFO]: Structure Info Saving: true
  1151. [08:24:11] [Server thread/INFO]: Sending up to 10 chunks per packet
  1152. [08:24:11] [Server thread/INFO]: Max Entity Collisions: 8
  1153. [08:24:11] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  1154. [08:24:11] [Server thread/INFO]: Max TNT Explosions: 100
  1155. [08:24:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1156. [08:24:11] [Server thread/INFO]: Item Despawn Rate: 6000
  1157. [08:24:11] [Server thread/INFO]: Item Merge Radius: 2.5
  1158. [08:24:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1159. [08:24:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1160. [08:24:11] [Server thread/INFO]: View Distance: 5
  1161. [08:24:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1162. [08:24:11] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1163. [08:24:11] [Server thread/INFO]: Clear tick list: false
  1164. [08:24:11] [Server thread/INFO]: Experience Merge Radius: 3.0
  1165. [08:24:11] [Server thread/INFO]: Preparing start region for level 6 (Seed: -7902908975669559576)
  1166. [08:24:11] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
  1167. [08:24:11] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
  1168. [08:24:11] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is blocked.
  1169. [08:24:11] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
  1170. [08:24:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
  1171. [08:24:11] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Spawn_nether' - Env: NETHER - Type: NORMAL & seed: 1105972914745557855
  1172. [08:24:11] [Server thread/INFO]: -------- World Settings For [Spawn_nether] --------
  1173. [08:24:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1174. [08:24:11] [Server thread/INFO]: Cane Growth Modifier: 100%
  1175. [08:24:11] [Server thread/INFO]: Melon Growth Modifier: 100%
  1176. [08:24:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1177. [08:24:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1178. [08:24:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1179. [08:24:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1180. [08:24:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1181. [08:24:11] [Server thread/INFO]: Entity Activation Range: An 30 / Mo 10 / Mi 10
  1182. [08:24:11] [Server thread/INFO]: Entity Tracking Range: Pl 25 / An 30 / Mo 20 / Mi 15 / Other 15
  1183. [08:24:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1184. [08:24:11] [Server thread/INFO]: Mob Spawn Range: 4
  1185. [08:24:11] [Server thread/INFO]: Anti X-Ray: false
  1186. [08:24:11] [Server thread/INFO]:    Engine Mode: 1
  1187. [08:24:11] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1188. [08:24:11] [Server thread/INFO]:    Replace Blocks: [1, 5]
  1189. [08:24:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1190. [08:24:11] [Server thread/INFO]: Random Lighting Updates: false
  1191. [08:24:11] [Server thread/INFO]: Structure Info Saving: true
  1192. [08:24:11] [Server thread/INFO]: Sending up to 10 chunks per packet
  1193. [08:24:11] [Server thread/INFO]: Max Entity Collisions: 8
  1194. [08:24:11] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  1195. [08:24:11] [Server thread/INFO]: Max TNT Explosions: 100
  1196. [08:24:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1197. [08:24:11] [Server thread/INFO]: Item Despawn Rate: 6000
  1198. [08:24:11] [Server thread/INFO]: Item Merge Radius: 2.5
  1199. [08:24:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1200. [08:24:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1201. [08:24:11] [Server thread/INFO]: View Distance: 5
  1202. [08:24:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1203. [08:24:11] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1204. [08:24:11] [Server thread/INFO]: Clear tick list: false
  1205. [08:24:11] [Server thread/INFO]: Experience Merge Radius: 3.0
  1206. [08:24:11] [Server thread/INFO]: Preparing start region for level 7 (Seed: 1105972914745557855)
  1207. [08:24:11] [Server thread/INFO]: [WorldGuard] (Spawn_nether) TNT ignition is PERMITTED.
  1208. [08:24:11] [Server thread/INFO]: [WorldGuard] (Spawn_nether) Lighters are PERMITTED.
  1209. [08:24:11] [Server thread/INFO]: [WorldGuard] (Spawn_nether) Lava fire is blocked.
  1210. [08:24:11] [Server thread/INFO]: [WorldGuard] (Spawn_nether) Fire spread is UNRESTRICTED.
  1211. [08:24:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn_nether'
  1212. [08:24:11] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Spawn_the_end' - Env: THE_END - Type: NORMAL & seed: 1105972914745557855
  1213. [08:24:11] [Server thread/INFO]: -------- World Settings For [Spawn_the_end] --------
  1214. [08:24:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1215. [08:24:11] [Server thread/INFO]: Cane Growth Modifier: 100%
  1216. [08:24:11] [Server thread/INFO]: Melon Growth Modifier: 100%
  1217. [08:24:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1218. [08:24:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1219. [08:24:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1220. [08:24:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1221. [08:24:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1222. [08:24:11] [Server thread/INFO]: Entity Activation Range: An 30 / Mo 10 / Mi 10
  1223. [08:24:11] [Server thread/INFO]: Entity Tracking Range: Pl 25 / An 30 / Mo 20 / Mi 15 / Other 15
  1224. [08:24:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1225. [08:24:11] [Server thread/INFO]: Mob Spawn Range: 4
  1226. [08:24:11] [Server thread/INFO]: Anti X-Ray: false
  1227. [08:24:11] [Server thread/INFO]:    Engine Mode: 1
  1228. [08:24:11] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1229. [08:24:11] [Server thread/INFO]:    Replace Blocks: [1, 5]
  1230. [08:24:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1231. [08:24:11] [Server thread/INFO]: Random Lighting Updates: false
  1232. [08:24:11] [Server thread/INFO]: Structure Info Saving: true
  1233. [08:24:11] [Server thread/INFO]: Sending up to 10 chunks per packet
  1234. [08:24:11] [Server thread/INFO]: Max Entity Collisions: 8
  1235. [08:24:11] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  1236. [08:24:11] [Server thread/INFO]: Max TNT Explosions: 100
  1237. [08:24:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1238. [08:24:11] [Server thread/INFO]: Item Despawn Rate: 6000
  1239. [08:24:11] [Server thread/INFO]: Item Merge Radius: 2.5
  1240. [08:24:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1241. [08:24:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1242. [08:24:11] [Server thread/INFO]: View Distance: 5
  1243. [08:24:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1244. [08:24:11] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1245. [08:24:11] [Server thread/INFO]: Clear tick list: false
  1246. [08:24:11] [Server thread/INFO]: Experience Merge Radius: 3.0
  1247. [08:24:11] [Server thread/INFO]: Preparing start region for level 8 (Seed: 1105972914745557855)
  1248. [08:24:11] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) TNT ignition is PERMITTED.
  1249. [08:24:11] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) Lighters are PERMITTED.
  1250. [08:24:11] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) Lava fire is blocked.
  1251. [08:24:11] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) Fire spread is UNRESTRICTED.
  1252. [08:24:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn_the_end'
  1253. [08:24:11] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'plotworld' - Env: NORMAL - Type: NORMAL & seed: 8064190400356800029
  1254. [08:24:11] [Server thread/INFO]: -------- World Settings For [plotworld] --------
  1255. [08:24:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1256. [08:24:11] [Server thread/INFO]: Cane Growth Modifier: 100%
  1257. [08:24:11] [Server thread/INFO]: Melon Growth Modifier: 100%
  1258. [08:24:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1259. [08:24:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1260. [08:24:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1261. [08:24:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1262. [08:24:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1263. [08:24:11] [Server thread/INFO]: Entity Activation Range: An 30 / Mo 10 / Mi 10
  1264. [08:24:11] [Server thread/INFO]: Entity Tracking Range: Pl 25 / An 30 / Mo 20 / Mi 15 / Other 15
  1265. [08:24:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1266. [08:24:11] [Server thread/INFO]: Mob Spawn Range: 4
  1267. [08:24:11] [Server thread/INFO]: Anti X-Ray: false
  1268. [08:24:11] [Server thread/INFO]:    Engine Mode: 1
  1269. [08:24:11] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1270. [08:24:11] [Server thread/INFO]:    Replace Blocks: [1, 5]
  1271. [08:24:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1272. [08:24:11] [Server thread/INFO]: Random Lighting Updates: false
  1273. [08:24:11] [Server thread/INFO]: Structure Info Saving: true
  1274. [08:24:11] [Server thread/INFO]: Sending up to 10 chunks per packet
  1275. [08:24:11] [Server thread/INFO]: Max Entity Collisions: 8
  1276. [08:24:11] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  1277. [08:24:11] [Server thread/INFO]: Max TNT Explosions: 100
  1278. [08:24:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1279. [08:24:11] [Server thread/INFO]: Item Despawn Rate: 6000
  1280. [08:24:11] [Server thread/INFO]: Item Merge Radius: 2.5
  1281. [08:24:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1282. [08:24:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1283. [08:24:11] [Server thread/INFO]: View Distance: 5
  1284. [08:24:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1285. [08:24:11] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1286. [08:24:11] [Server thread/INFO]: Clear tick list: false
  1287. [08:24:11] [Server thread/INFO]: Experience Merge Radius: 3.0
  1288. [08:24:11] [Server thread/INFO]: Preparing start region for level 9 (Seed: 8064190400356800029)
  1289. [08:24:12] [Server thread/INFO]: [WorldGuard] (plotworld) TNT ignition is PERMITTED.
  1290. [08:24:12] [Server thread/INFO]: [WorldGuard] (plotworld) Lighters are PERMITTED.
  1291. [08:24:12] [Server thread/INFO]: [WorldGuard] (plotworld) Lava fire is blocked.
  1292. [08:24:12] [Server thread/INFO]: [WorldGuard] (plotworld) Fire spread is UNRESTRICTED.
  1293. [08:24:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plotworld'
  1294. [08:24:12] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'prisonspawn' - Env: NORMAL - Type: FLAT & seed: -3802915419679671431
  1295. [08:24:12] [Server thread/INFO]: -------- World Settings For [prisonspawn] --------
  1296. [08:24:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1297. [08:24:12] [Server thread/INFO]: Cane Growth Modifier: 100%
  1298. [08:24:12] [Server thread/INFO]: Melon Growth Modifier: 100%
  1299. [08:24:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1300. [08:24:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1301. [08:24:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1302. [08:24:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1303. [08:24:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1304. [08:24:12] [Server thread/INFO]: Entity Activation Range: An 30 / Mo 10 / Mi 10
  1305. [08:24:12] [Server thread/INFO]: Entity Tracking Range: Pl 25 / An 30 / Mo 20 / Mi 15 / Other 15
  1306. [08:24:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1307. [08:24:12] [Server thread/INFO]: Mob Spawn Range: 4
  1308. [08:24:12] [Server thread/INFO]: Anti X-Ray: false
  1309. [08:24:12] [Server thread/INFO]:    Engine Mode: 1
  1310. [08:24:12] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1311. [08:24:12] [Server thread/INFO]:    Replace Blocks: [1, 5]
  1312. [08:24:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1313. [08:24:12] [Server thread/INFO]: Random Lighting Updates: false
  1314. [08:24:12] [Server thread/INFO]: Structure Info Saving: true
  1315. [08:24:12] [Server thread/INFO]: Sending up to 10 chunks per packet
  1316. [08:24:12] [Server thread/INFO]: Max Entity Collisions: 8
  1317. [08:24:12] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  1318. [08:24:12] [Server thread/INFO]: Max TNT Explosions: 100
  1319. [08:24:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1320. [08:24:12] [Server thread/INFO]: Item Despawn Rate: 6000
  1321. [08:24:12] [Server thread/INFO]: Item Merge Radius: 2.5
  1322. [08:24:12] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1323. [08:24:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1324. [08:24:12] [Server thread/INFO]: View Distance: 5
  1325. [08:24:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1326. [08:24:12] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1327. [08:24:12] [Server thread/INFO]: Clear tick list: false
  1328. [08:24:12] [Server thread/INFO]: Experience Merge Radius: 3.0
  1329. [08:24:12] [Server thread/INFO]: Preparing start region for level 10 (Seed: -3802915419679671431)
  1330. [08:24:12] [Server thread/INFO]: [WorldGuard] (prisonspawn) TNT ignition is PERMITTED.
  1331. [08:24:12] [Server thread/INFO]: [WorldGuard] (prisonspawn) Lighters are PERMITTED.
  1332. [08:24:12] [Server thread/INFO]: [WorldGuard] (prisonspawn) Lava fire is blocked.
  1333. [08:24:12] [Server thread/INFO]: [WorldGuard] (prisonspawn) Fire spread is UNRESTRICTED.
  1334. [08:24:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'prisonspawn'
  1335. [08:24:12] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'prison' - Env: NORMAL - Type: FLAT & seed: 6542582604411519274
  1336. [08:24:12] [Server thread/INFO]: -------- World Settings For [prison] --------
  1337. [08:24:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1338. [08:24:12] [Server thread/INFO]: Cane Growth Modifier: 100%
  1339. [08:24:12] [Server thread/INFO]: Melon Growth Modifier: 100%
  1340. [08:24:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1341. [08:24:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1342. [08:24:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1343. [08:24:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1344. [08:24:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1345. [08:24:12] [Server thread/INFO]: Entity Activation Range: An 30 / Mo 10 / Mi 10
  1346. [08:24:12] [Server thread/INFO]: Entity Tracking Range: Pl 25 / An 30 / Mo 20 / Mi 15 / Other 15
  1347. [08:24:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1348. [08:24:12] [Server thread/INFO]: Mob Spawn Range: 4
  1349. [08:24:12] [Server thread/INFO]: Anti X-Ray: false
  1350. [08:24:12] [Server thread/INFO]:    Engine Mode: 1
  1351. [08:24:12] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1352. [08:24:12] [Server thread/INFO]:    Replace Blocks: [1, 5]
  1353. [08:24:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1354. [08:24:12] [Server thread/INFO]: Random Lighting Updates: false
  1355. [08:24:12] [Server thread/INFO]: Structure Info Saving: true
  1356. [08:24:12] [Server thread/INFO]: Sending up to 10 chunks per packet
  1357. [08:24:12] [Server thread/INFO]: Max Entity Collisions: 8
  1358. [08:24:12] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  1359. [08:24:12] [Server thread/INFO]: Max TNT Explosions: 100
  1360. [08:24:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1361. [08:24:12] [Server thread/INFO]: Item Despawn Rate: 6000
  1362. [08:24:12] [Server thread/INFO]: Item Merge Radius: 2.5
  1363. [08:24:12] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1364. [08:24:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1365. [08:24:12] [Server thread/INFO]: View Distance: 5
  1366. [08:24:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1367. [08:24:12] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1368. [08:24:12] [Server thread/INFO]: Clear tick list: false
  1369. [08:24:12] [Server thread/INFO]: Experience Merge Radius: 3.0
  1370. [08:24:12] [Server thread/INFO]: Preparing start region for level 11 (Seed: 6542582604411519274)
  1371. [08:24:12] [Server thread/INFO]: [WorldGuard] (prison) TNT ignition is PERMITTED.
  1372. [08:24:12] [Server thread/INFO]: [WorldGuard] (prison) Lighters are PERMITTED.
  1373. [08:24:12] [Server thread/INFO]: [WorldGuard] (prison) Lava fire is blocked.
  1374. [08:24:12] [Server thread/INFO]: [WorldGuard] (prison) Fire spread is UNRESTRICTED.
  1375. [08:24:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'prison'
  1376. [08:24:12] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'pvpspawn' - Env: NORMAL - Type: FLAT & seed: 5762979065049516136
  1377. [08:24:12] [Server thread/INFO]: -------- World Settings For [pvpspawn] --------
  1378. [08:24:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1379. [08:24:12] [Server thread/INFO]: Cane Growth Modifier: 100%
  1380. [08:24:12] [Server thread/INFO]: Melon Growth Modifier: 100%
  1381. [08:24:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1382. [08:24:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1383. [08:24:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1384. [08:24:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1385. [08:24:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1386. [08:24:12] [Server thread/INFO]: Entity Activation Range: An 30 / Mo 10 / Mi 10
  1387. [08:24:12] [Server thread/INFO]: Entity Tracking Range: Pl 25 / An 30 / Mo 20 / Mi 15 / Other 15
  1388. [08:24:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1389. [08:24:12] [Server thread/INFO]: Mob Spawn Range: 4
  1390. [08:24:12] [Server thread/INFO]: Anti X-Ray: false
  1391. [08:24:12] [Server thread/INFO]:    Engine Mode: 1
  1392. [08:24:12] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1393. [08:24:12] [Server thread/INFO]:    Replace Blocks: [1, 5]
  1394. [08:24:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1395. [08:24:12] [Server thread/INFO]: Random Lighting Updates: false
  1396. [08:24:12] [Server thread/INFO]: Structure Info Saving: true
  1397. [08:24:12] [Server thread/INFO]: Sending up to 10 chunks per packet
  1398. [08:24:12] [Server thread/INFO]: Max Entity Collisions: 8
  1399. [08:24:12] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  1400. [08:24:12] [Server thread/INFO]: Max TNT Explosions: 100
  1401. [08:24:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1402. [08:24:12] [Server thread/INFO]: Item Despawn Rate: 6000
  1403. [08:24:12] [Server thread/INFO]: Item Merge Radius: 2.5
  1404. [08:24:12] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1405. [08:24:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1406. [08:24:12] [Server thread/INFO]: View Distance: 5
  1407. [08:24:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1408. [08:24:12] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1409. [08:24:12] [Server thread/INFO]: Clear tick list: false
  1410. [08:24:12] [Server thread/INFO]: Experience Merge Radius: 3.0
  1411. [08:24:12] [Server thread/INFO]: Preparing start region for level 12 (Seed: 5762979065049516136)
  1412. [08:24:12] [Server thread/INFO]: [WorldGuard] (pvpspawn) TNT ignition is PERMITTED.
  1413. [08:24:12] [Server thread/INFO]: [WorldGuard] (pvpspawn) Lighters are PERMITTED.
  1414. [08:24:12] [Server thread/INFO]: [WorldGuard] (pvpspawn) Lava fire is blocked.
  1415. [08:24:12] [Server thread/INFO]: [WorldGuard] (pvpspawn) Fire spread is UNRESTRICTED.
  1416. [08:24:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'pvpspawn'
  1417. [08:24:12] [Server thread/INFO]: [Multiverse-Core] 13 - World(s) loaded.
  1418. [08:24:12] [Server thread/INFO]: [ActionBar] Enabling ActionBar v6.2.2
  1419. [08:24:12] [Server thread/INFO]: [ActionBar] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  1420. [08:24:12] [Server thread/INFO]: [ActionBar] Plugin: ActionBar v6.2.2
  1421. [08:24:12] [Server thread/INFO]: [ActionBar] Framework version: 2016-03-03
  1422. [08:24:12] [Server thread/INFO]: [ActionBar] Author: Maximvdw (Maxim Van de Wynckel)
  1423. [08:24:12] [Server thread/INFO]: [ActionBar] Site: http://www.mvdw-software.com/
  1424. [08:24:12] [Server thread/INFO]: [ActionBar] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  1425. [08:24:12] [Server thread/WARN]: [ActionBar] You are using Java 7. For now this plugin supports this java version, it is however recommended to update to the next Java version as support may be dropped in the future.
  1426. [08:24:12] [Server thread/INFO]: [ActionBar] Loading configuration ...
  1427. [08:24:12] [Server thread/INFO]: [ActionBar] Loading placeholders ...
  1428. [08:24:14] [Server thread/INFO]: [PlaceholderHook] Successfully hooked into HolographicDisplays !
  1429. [08:24:14] [Server thread/INFO]: [PlaceholderHook] Successfully hooked into DeluxeChat !
  1430. [08:24:14] [Server thread/INFO]: [ActionBar] Loaded 3242 of the 5847 placholders
  1431. [08:24:14] [Server thread/INFO]: [ActionBar] Loading Event hooks ...
  1432. [08:24:14] [Server thread/INFO]: [ActionBar] Loading event hook: ChatReaction start event ...
  1433. [08:24:14] [Server thread/INFO]: [ActionBar] Loading event hook: Vanilla Death hook ...
  1434. [08:24:14] [Server thread/INFO]: [ActionBar] Loading event hook: Vanilla Block break hook ...
  1435. [08:24:14] [Server thread/INFO]: [ActionBar] Loading event hook: Vanilla Block place hook ...
  1436. [08:24:14] [Server thread/INFO]: [ActionBar] Loading event hook: Vanilla Create portal hook ...
  1437. [08:24:14] [Server thread/INFO]: [ActionBar] Loading event hook: Vanilla player join ...
  1438. [08:24:14] [Server thread/INFO]: [ActionBar] Loading event hook: Vanilla player rejoin ...
  1439. [08:24:14] [Server thread/INFO]: [ActionBar] Loading event hook: Vanilla player first join ...
  1440. [08:24:14] [Server thread/INFO]: [ActionBar] Loading event hook: Vanilla Combat hook ...
  1441. [08:24:14] [Server thread/INFO]: [ActionBar] Loading event hook: EZRanksUp Rankup event ...
  1442. [08:24:14] [Server thread/INFO]: [ActionBar] Creating new custom effect: warning
  1443. [08:24:14] [Server thread/INFO]: [ActionBar]    Lines: 2
  1444. [08:24:14] [Server thread/INFO]: [ActionBar]    Arguments: 1
  1445. [08:24:14] [Server thread/INFO]: [ActionBar] Adding action bar group 'default' ...
  1446. [08:24:14] [Server thread/INFO]: [ActionBar] Loading messages ...
  1447. [08:24:14] [Server thread/INFO]: [ActionBar] Loading language file: lang_en
  1448. [08:24:14] [Server thread/INFO]: [ActionBar] Your version is up to date!
  1449. [08:24:14] [Server thread/INFO]: [ActionBar] Initializing ActionBar player manager ...
  1450. [08:24:14] [Server thread/INFO]: [ActionBar] Toggle persistence is disabled!
  1451. [08:24:14] [Server thread/INFO]: [ActionBar] Adding command 'actionbar'
  1452. [08:24:14] [Server thread/INFO]: [GangsPlus] Enabling GangsPlus v1.3.5
  1453. [08:24:14] [Server thread/INFO]: [PrisonMines] Enabling PrisonMines v1.5.0.1
  1454. [08:24:15] [Server thread/INFO]: [CompatNoCheatPlus] Enabling CompatNoCheatPlus v6.6.2-RC-sMD5NET-b83
  1455. [08:24:15] [Server thread/INFO]: [cncp] Ensured that the following plugin is enabled: WorldGuard
  1456. [08:24:15] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): Citizens2(default) / 2.2
  1457. [08:24:15] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockBreak(default) / 1.1
  1458. [08:24:15] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockPlace(default) / 1.0
  1459. [08:24:15] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): InstaBreak(default) / 1.0
  1460. [08:24:15] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): EntityDamageByEntity(default) / 0.0
  1461. [08:24:15] [Server thread/INFO]: [CompatNoCheatPlus] CompatNoCheatPlus v6.6.2-RC-sMD5NET-b83 is enabled. Some hooks might get registered with NoCheatPlus later on.
  1462. [08:24:15] [Server thread/INFO]: [AsyncWorldEdit-PlotMeCore016] Enabling AsyncWorldEdit-PlotMeCore016 v3.1.0
  1463. [08:24:15] [Server thread/INFO]: [AsyncWorldEdit] PlotMeFix set to class org.primesoft.asyncworldedit.plotme.PlotMeCoreFix_016.
  1464. [08:24:15] [Server thread/INFO]: [NoFlyZone] Enabling NoFlyZone v1.2
  1465. [08:24:15] [Server thread/INFO]: [NoFlyZone] Hooked into WorldGuard 6.0.0-beta-05.1569-
  1466. [08:24:15] [Server thread/INFO]: [AnimatedNames] Enabling AnimatedNames v5.9.2
  1467. [08:24:15] [Server thread/INFO]: [AnimatedNames] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  1468. [08:24:15] [Server thread/INFO]: [AnimatedNames] Plugin: AnimatedNames v5.9.2
  1469. [08:24:15] [Server thread/INFO]: [AnimatedNames] Framework version: 2016-03-03
  1470. [08:24:15] [Server thread/INFO]: [AnimatedNames] Author: Maximvdw (Maxim Van de Wynckel)
  1471. [08:24:15] [Server thread/INFO]: [AnimatedNames] Site: http://www.mvdw-software.com/
  1472. [08:24:15] [Server thread/INFO]: [AnimatedNames] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  1473. [08:24:15] [Server thread/WARN]: [AnimatedNames] You are using Java 7. For now this plugin supports this java version, it is however recommended to update to the next Java version as support may be dropped in the future.
  1474. [08:24:15] [Server thread/INFO]: [AnimatedNames] Loading configuration ...
  1475. [08:24:15] [Server thread/INFO]: [AnimatedNames] Loading placeholders ...
  1476. [08:24:16] [Server thread/INFO]: [AnimatedNames] Loaded 3242 of the 5847 placholders
  1477. [08:24:16] [Server thread/INFO]: [AnimatedNames] Loading Event hooks ...
  1478. [08:24:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: ChatReaction start event ...
  1479. [08:24:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Death hook ...
  1480. [08:24:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block break hook ...
  1481. [08:24:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block place hook ...
  1482. [08:24:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Create portal hook ...
  1483. [08:24:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player join ...
  1484. [08:24:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player rejoin ...
  1485. [08:24:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player first join ...
  1486. [08:24:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Combat hook ...
  1487. [08:24:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: EZRanksUp Rankup event ...
  1488. [08:24:16] [Server thread/INFO]: [AnimatedNames] Creating new custom effect: warning
  1489. [08:24:16] [Server thread/INFO]: [AnimatedNames]    Lines: 2
  1490. [08:24:16] [Server thread/INFO]: [AnimatedNames]    Arguments: 1
  1491. [08:24:16] [Server thread/INFO]: [AnimatedNames] Adding teamname group 'default' ...
  1492. [08:24:16] [Server thread/INFO]: [AnimatedNames] Name prefix , suffix for group 'default' will refresh every 100 ticks
  1493. [08:24:16] [Server thread/INFO]: [AnimatedNames] Adding teamname group 'example-admin' ...
  1494. [08:24:16] [Server thread/INFO]: [AnimatedNames] Name prefix , suffix for group 'example-admin' will refresh every 100 ticks
  1495. [08:24:16] [Server thread/INFO]: [AnimatedNames] Preparing team names for existing online players ...
  1496. [08:24:16] [Server thread/INFO]: [AnimatedNames] Loading messages ...
  1497. [08:24:16] [Server thread/INFO]: [AnimatedNames] Loading language file: lang_en
  1498. [08:24:16] [Server thread/INFO]: [AnimatedNames] Your version is up to date!
  1499. [08:24:17] [Server thread/INFO]: [AnimatedNames] Adding command 'animatednames'
  1500. [08:24:17] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
  1501. [08:24:17] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
  1502. [08:24:17] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.12.1-SNAPSHOT-sMD5NET-b849
  1503. [08:24:17] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
  1504. [08:24:17] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  1505. [08:24:17] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  1506. [08:24:17] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  1507. [08:24:17] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  1508. [08:24:17] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  1509. [08:24:17] [Server thread/INFO]: Adding packet level hooks for ProtocolLib (MC 1.8.8)...
  1510. [08:24:17] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: FlyingFrequency | KeepAliveFrequency | SoundDistance
  1511. [08:24:17] [Server thread/INFO]: [NoCheatPlus] Version 3.12.1-SNAPSHOT-sMD5NET-b849 is enabled.
  1512. [08:24:17] [Server thread/INFO]: [NoCheatPlus] Added hook: Citizens2(cncp) [2.0].
  1513. [08:24:17] [Server thread/INFO]: [CompatNoCheatPlus] [cncp] Added 1 registered hooks to NoCheatPlus.
  1514. [08:24:17] [Server thread/INFO]: [AutoSell] Enabling AutoSell v1.6.4
  1515. [08:24:17] [Server thread/INFO]: [AutoSell] Loading AutoSell messages.yml
  1516. [08:24:17] [Server thread/INFO]: [AutoSell] 1 shops loaded!
  1517. [08:24:17] [Server thread/INFO]: [AutoSell] 4 auto smelt entries loaded!
  1518. [08:24:17] [Server thread/INFO]: [AutoSell] BlockBreakEvent priority set to HIGHEST!
  1519. [08:24:17] [Server thread/INFO]: [AutoSell] 0 saved multipliers have been loaded!
  1520. [08:24:17] [Server thread/INFO]: [AutoSell] 1 permission based multipliers loaded!
  1521. [08:24:17] [Server thread/INFO]: [AutoSell] 1 permission based shop multipliers have been loaded!
  1522. [08:24:17] [Server thread/INFO]: [AutoSell] 0 shop signs have been loaded!
  1523. [08:24:17] [Server thread/INFO]: ---------------------------
  1524. [08:24:17] [Server thread/INFO]:      AutoSell Updater
  1525. [08:24:17] [Server thread/INFO]:  
  1526. [08:24:17] [Server thread/INFO]: You are running 1.6.4
  1527. [08:24:17] [Server thread/INFO]: The latest version
  1528. [08:24:17] [Server thread/INFO]: of AutoSell!
  1529. [08:24:17] [Server thread/INFO]:  
  1530. [08:24:17] [Server thread/INFO]: ---------------------------
  1531. [08:24:17] [Server thread/INFO]: [EditableSign] Enabling EditableSign v1.2.7
  1532. [08:24:17] [Server thread/INFO]: [EditableSign] EditableSign version 1.2.7 is Enabled
  1533. [08:24:17] [Server thread/INFO]: [MineCrates] Enabling MineCrates v2.4
  1534. [08:24:17] [Server thread/INFO]: [MineCrates] area_handler hook successfully set to: 'World'
  1535. [08:24:17] [Server thread/INFO]: [MineCrates] Loaded reward list: vip with 4 rewards.
  1536. [08:24:17] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 3 rewards.
  1537. [08:24:17] [Server thread/INFO]: [MineCrates] 1 MineCrate areas loaded...
  1538. [08:24:17] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.3.5
  1539. [08:24:17] [Server thread/INFO]: [PlaceholderAPI] Internal placeholder registration initializing...
  1540. [08:24:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered player placeholder expansion!
  1541. [08:24:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered server placeholder expansion!
  1542. [08:24:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered powerfulperms placeholder expansion!
  1543. [08:24:17] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
  1544. [08:24:17] [Server thread/INFO]: [PowerfulPerms] Found PlaceholderAPI. Using custom chat format.
  1545. [08:24:17] [Server thread/INFO]: [UltimateAnnounce] Enabling UltimateAnnounce v1.3.3
  1546. [08:24:17] [Server thread/INFO]: Loaded messages 21
  1547. [08:24:17] [Server thread/INFO]: [UltimateAnnounce] Hooked into PlaceholderAPI for placeholders.
  1548. [08:24:17] [Server thread/INFO]: ====================================
  1549. [08:24:17] [Server thread/INFO]:       UltimateAnnounce Updater  
  1550. [08:24:17] [Server thread/INFO]:  
  1551. [08:24:17] [Server thread/INFO]: An update for UltimateAnnounce has been found!
  1552. [08:24:17] [Server thread/INFO]: UltimateAnnounce v1.4
  1553. [08:24:17] [Server thread/INFO]: You are running v1.3.3
  1554. [08:24:17] [Server thread/INFO]:  
  1555. [08:24:17] [Server thread/INFO]: Download at http://www.spigotmc.org/resources/ultimateannounce.7459/
  1556. [08:24:17] [Server thread/INFO]: ====================================
  1557. [08:24:17] [Server thread/INFO]: [UltimateAnnounce] UltimateAnnounce is working in 1.8.8 Mode.
  1558. [08:24:17] [Server thread/INFO]: [TitleManager] Enabling TitleManager v1.5.11
  1559. [08:24:17] [Server thread/INFO]: [DailyBonus] Enabling DailyBonus v2.1.6
  1560. [08:24:17] [Server thread/INFO]: [DailyBonus] DailyBonus has hooked into Vault
  1561. [08:24:17] [Server thread/INFO]: [DeluxeChat] Enabling DeluxeChat v1.9
  1562. [08:24:18] [Server thread/INFO]: [DeluxeChat] 1 formats loaded!
  1563. [08:24:18] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat messages.yml
  1564. [08:24:18] [Server thread/INFO]: [DeluxeChat] Loading placeholders.yml
  1565. [08:24:18] [Server thread/INFO]: [DeluxeChat] Player statistic placeholders enabled!
  1566. [08:24:18] [Server thread/INFO]: [DeluxeChat] Hooked into ChatReaction for placeholders!
  1567. [08:24:18] [Server thread/INFO]: [DeluxeChat] Hooked into DeluxeTags for placeholders!
  1568. [08:24:18] [Server thread/INFO]: [DeluxeChat] Hooked into Essentials for placeholders!
  1569. [08:24:18] [Server thread/INFO]: [DeluxeChat] Hooked into EZBlocks for placeholders!
  1570. [08:24:18] [Server thread/INFO]: [DeluxeChat] Hooked into EZPrestige for placeholders!
  1571. [08:24:18] [Server thread/INFO]: [DeluxeChat] Hooked into EZRanksPro for placeholders!
  1572. [08:24:18] [Server thread/INFO]: [DeluxeChat] Hooked into GAListener for placeholders!
  1573. [08:24:18] [Server thread/INFO]: [DeluxeChat] Hooked into killStats for placeholders!
  1574. [08:24:18] [Server thread/INFO]: [DeluxeChat] Hooked into PlaceholderAPI for placeholders!
  1575. [08:24:18] [Server thread/INFO]: [DeluxeChat] Hooked into Vault for economy placeholders!
  1576. [08:24:18] [Server thread/INFO]: [DeluxeChat] Hooked into Vault for permissions placeholders!
  1577. [08:24:18] [Server thread/INFO]: [DeluxeChat] 13 placeholder hooks have been registered and are enabled.
  1578. [08:24:18] [Server thread/INFO]: ----------------------------
  1579. [08:24:18] [Server thread/INFO]:      DeluxeChat Updater
  1580. [08:24:18] [Server thread/INFO]:  
  1581. [08:24:18] [Server thread/INFO]: You are running 1.9
  1582. [08:24:18] [Server thread/INFO]: The latest version
  1583. [08:24:18] [Server thread/INFO]: of DeluxeChat!
  1584. [08:24:18] [Server thread/INFO]:  
  1585. [08:24:18] [Server thread/INFO]: ----------------------------
  1586. [08:24:18] [Server thread/INFO]: [InventoryFull] Enabling InventoryFull v1.6.1
  1587. [08:24:18] [Server thread/INFO]: [InventoryFull] *** Hooked into AutoSell! ***
  1588. [08:24:18] [Server thread/INFO]: [InventoryFull] *** Hooked into TitleManager! ***
  1589. [08:24:18] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  1590. [08:24:18] [Server thread/INFO]: Done (16.858s)! For help, type "help" or "?"
  1591. [08:24:18] [Craft Scheduler Thread - 3/INFO]: [TitleManager] Searching for updates.
  1592. [08:24:18] [Craft Scheduler Thread - 9/INFO]: [HideStream] Running updater ..
  1593. [08:24:18] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.1.12
  1594. [08:24:18] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  1595. [08:24:18] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  1596. [08:24:18] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  1597. [08:24:18] [Craft Scheduler Thread - 8/INFO]: [MineCrates] You are running the latest version of MineCrates!
  1598. [08:24:18] [Craft Scheduler Thread - 3/INFO]: [TitleManager] No update was found.
  1599. [08:24:18] [Craft Scheduler Thread - 9/INFO]: [HideStream] ------------------------------------
  1600. [08:24:18] [Craft Scheduler Thread - 9/INFO]: [HideStream] HideStream v3.8 is now available!
  1601. [08:24:18] [Craft Scheduler Thread - 9/INFO]: [HideStream] Run '/hs update' to update now.
  1602. [08:24:18] [Craft Scheduler Thread - 9/INFO]: [HideStream] ------------------------------------
  1603. [08:24:18] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  1604. [08:24:18] [Craft Scheduler Thread - 6/INFO]: ****** KillStats ******
  1605. [08:24:18] [Craft Scheduler Thread - 6/INFO]: All files up to date. Enjoy!
  1606. [08:24:18] [Craft Scheduler Thread - 6/INFO]: ***********************
  1607. [08:24:18] [Craft Scheduler Thread - 28/INFO]: [FeatherBoard] Loaded '0' players from the database!
  1608. [08:24:18] [Craft Scheduler Thread - 10/WARN]: Unable to connect to Redis server. Check your credentials in the config file. If you don't use Redis, this message is perfectly fine.
  1609. [08:24:18] [Craft Scheduler Thread - 5/INFO]: [PlaceholderAPI] 55 placeholder expansions are available on the cloud.
  1610. [08:24:18] [Craft Scheduler Thread - 5/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
  1611. [08:24:18] [Craft Scheduler Thread - 27/INFO]: [afkTerminator]  **************************************
  1612. [08:24:18] [Craft Scheduler Thread - 27/INFO]: [afkTerminator]  * YOU DO NOT HAVE THE LATEST VERSION *
  1613. [08:24:18] [Craft Scheduler Thread - 27/INFO]: [afkTerminator]  *       CONSIDER DOWNLOADING         *
  1614. [08:24:18] [Craft Scheduler Thread - 27/INFO]: [afkTerminator]  *      'afkTerminator v3.0.5'        *
  1615. [08:24:18] [Craft Scheduler Thread - 27/INFO]: [afkTerminator]  **************************************
  1616. [08:24:18] [Craft Scheduler Thread - 27/INFO]: [afkTerminator]  Currently running: 'afkTerminator v3.0.2'
  1617. [08:24:18] [Server thread/INFO]: [Mines] PrisonMines has been reloaded.
  1618. [08:24:18] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
  1619. [08:24:18] [Server thread/INFO]: [BanManager] The following commands are blocked whilst muted:
  1620. [08:24:18] [Server thread/INFO]: [BanManager] msg - w m t pm emsg epm tell etell whisper ewhisper
  1621. [08:24:18] [Server thread/INFO]: [Buycraft] Authenticated with the specified Secret key.
  1622. [08:24:18] [Server thread/INFO]: [Buycraft] Plugin is now ready to be used.
  1623. [08:24:18] [Craft Scheduler Thread - 1/INFO]: [GAListener] Connection established!
  1624. [08:24:18] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins/PlayerVaults/uuidvaults directory.
  1625. [08:24:18] [Craft Scheduler Thread - 1/INFO]: [GAListener] Loaded 2030 queued votes
  1626. [08:24:18] [Craft Scheduler Thread - 22/INFO]: [PlayerVaults] We didn't find an update!
  1627. [08:24:18] [Craft Scheduler Thread - 18/INFO]: [PlugMan] No update was found.
  1628. [08:24:19] [Server thread/INFO]: [Citizens] Loaded 5 NPCs.
  1629. [08:24:19] [pool-11-thread-2/INFO]: [Buycraft] Loaded 28 package(s) into the cache.
  1630. [08:24:20] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.3.7) is available at:
  1631. [08:24:20] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
  1632. [08:24:20] [Server thread/WARN]: [ViaVersion] There is a newer version available: 0.6.7
  1633. [08:24:20] [Craft Scheduler Thread - 13/INFO]: [Vault] Checking for Updates ...
  1634. [08:24:20] [Craft Scheduler Thread - 13/INFO]: [Vault] No new version available
  1635. [08:24:21] [Server thread/ERROR]: [ActionBar] Error in placeholder: {galistener_bestvoter}
  1636. [08:24:21] [Server thread/ERROR]: [ActionBar] java.lang.NoSuchFieldError: p
  1637.     at be.maximvdw.actionbarcore.placeholders.M$3.a(GAListenerPlaceholder.java:43)
  1638.     at be.maximvdw.actionbarcore.placeholders.M$3.getResult(GAListenerPlaceholder.java:38)
  1639.     at be.maximvdw.actionbarcore.placeholders.Placeholder.getPlaceholders(Placeholder.java:358)
  1640.     at be.maximvdw.placeholderhook.b.a(PlaceholderHookManager.java:272)
  1641.     at be.maximvdw.placeholderhook.b.b(PlaceholderHookManager.java:296)
  1642.     at be.maximvdw.placeholderhook.b.a(PlaceholderHookManager.java:253)
  1643.     at be.maximvdw.placeholderhook.a.e$1.update(HolographicDisplaysHook_REGISTER.java:26)
  1644.     at com.gmail.filoghost.holographicdisplays.placeholder.Placeholder.update(Placeholder.java:64)
  1645.     at com.gmail.filoghost.holographicdisplays.placeholder.PlaceholdersManager$1.run(PlaceholdersManager.java:51)
  1646.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  1647.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  1648.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
  1649.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  1650.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  1651.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  1652.     at java.lang.Thread.run(Thread.java:745)
  1653.  
  1654. [08:24:21] [Server thread/ERROR]: [ActionBar] Error in placeholder: {ezrankspro_balance}
  1655. [08:24:21] [Server thread/ERROR]: [ActionBar] java.lang.NullPointerException
  1656.     at net.milkbowl.vault.economy.AbstractEconomy.getBalance(AbstractEconomy.java:20)
  1657.     at me.clip.ezrankspro.vault.VaultEco.getBalance(VaultEco.java:61)
  1658.     at be.maximvdw.actionbarcore.placeholders.A$1.a(EZRanksProPlaceholder.java:27)
  1659.     at be.maximvdw.actionbarcore.placeholders.A$1.getResult(EZRanksProPlaceholder.java:22)
  1660.     at be.maximvdw.actionbarcore.placeholders.Placeholder.getPlaceholders(Placeholder.java:358)
  1661.     at be.maximvdw.placeholderhook.b.a(PlaceholderHookManager.java:272)
  1662.     at be.maximvdw.placeholderhook.b.b(PlaceholderHookManager.java:296)
  1663.     at be.maximvdw.placeholderhook.b.a(PlaceholderHookManager.java:253)
  1664.     at be.maximvdw.placeholderhook.a.e$1.update(HolographicDisplaysHook_REGISTER.java:26)
  1665.     at com.gmail.filoghost.holographicdisplays.placeholder.Placeholder.update(Placeholder.java:64)
  1666.     at com.gmail.filoghost.holographicdisplays.placeholder.PlaceholdersManager$1.run(PlaceholdersManager.java:51)
  1667.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  1668.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  1669.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
  1670.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  1671.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  1672.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  1673.     at java.lang.Thread.run(Thread.java:745)
  1674.  
  1675. [08:24:21] [Server thread/ERROR]: [ActionBar] Error in placeholder: {ezrankspro_balance_formatted}
  1676. [08:24:21] [Server thread/ERROR]: [ActionBar] java.lang.NullPointerException
  1677.     at net.milkbowl.vault.economy.AbstractEconomy.getBalance(AbstractEconomy.java:20)
  1678.     at me.clip.ezrankspro.vault.VaultEco.getBalance(VaultEco.java:61)
  1679.     at be.maximvdw.actionbarcore.placeholders.A$12.a(EZRanksProPlaceholder.java:38)
  1680.     at be.maximvdw.actionbarcore.placeholders.A$12.getResult(EZRanksProPlaceholder.java:33)
  1681.     at be.maximvdw.actionbarcore.placeholders.Placeholder.getPlaceholders(Placeholder.java:358)
  1682.     at be.maximvdw.placeholderhook.b.a(PlaceholderHookManager.java:272)
  1683.     at be.maximvdw.placeholderhook.b.b(PlaceholderHookManager.java:296)
  1684.     at be.maximvdw.placeholderhook.b.a(PlaceholderHookManager.java:253)
  1685.     at be.maximvdw.placeholderhook.a.e$1.update(HolographicDisplaysHook_REGISTER.java:26)
  1686.     at com.gmail.filoghost.holographicdisplays.placeholder.Placeholder.update(Placeholder.java:64)
  1687.     at com.gmail.filoghost.holographicdisplays.placeholder.PlaceholdersManager$1.run(PlaceholdersManager.java:51)
  1688.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  1689.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  1690.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
  1691.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  1692.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  1693.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  1694.     at java.lang.Thread.run(Thread.java:745)
  1695.  
  1696. [08:24:21] [Server thread/ERROR]: [ActionBar] Error in placeholder: {galistener_bestvoter_votes}
  1697. [08:24:21] [Server thread/ERROR]: [ActionBar] java.lang.NoSuchFieldError: p
  1698.     at be.maximvdw.actionbarcore.placeholders.M$4.a(GAListenerPlaceholder.java:62)
  1699.     at be.maximvdw.actionbarcore.placeholders.M$4.getResult(GAListenerPlaceholder.java:57)
  1700.     at be.maximvdw.actionbarcore.placeholders.Placeholder.getPlaceholders(Placeholder.java:358)
  1701.     at be.maximvdw.placeholderhook.b.a(PlaceholderHookManager.java:272)
  1702.     at be.maximvdw.placeholderhook.b.b(PlaceholderHookManager.java:296)
  1703.     at be.maximvdw.placeholderhook.b.a(PlaceholderHookManager.java:253)
  1704.     at be.maximvdw.placeholderhook.a.e$1.update(HolographicDisplaysHook_REGISTER.java:26)
  1705.     at com.gmail.filoghost.holographicdisplays.placeholder.Placeholder.update(Placeholder.java:64)
  1706.     at com.gmail.filoghost.holographicdisplays.placeholder.PlaceholdersManager$1.run(PlaceholdersManager.java:51)
  1707.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  1708.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  1709.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
  1710.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  1711.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  1712.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  1713.     at java.lang.Thread.run(Thread.java:745)
  1714.  
  1715. [08:24:22] [Server thread/INFO]: (PN) [Helper] AMD_Processor has joined the game!
  1716. [08:24:22] [Server thread/INFO]: AMD_Processor[/173.217.72.186:40785] logged in with entity id 1346 at ([prison]-270.75162710085976, 89.875, -30.36053714769065)
  1717. [08:24:22] [Server thread/INFO]: (PN) [Helper] SenpaiKull has joined the game!
  1718. [08:24:22] [Server thread/INFO]: SenpaiKull[/89.245.95.210:45628] logged in with entity id 1352 at ([prison]-267.53977926629886, 89.0, -26.96615514903899)
  1719. [08:24:22] [Server thread/INFO]: AMD_Processor lost connection: Internal Exception: io.netty.handler.codec.EncoderException: java.lang.IllegalArgumentException: object is not an instance of declaring class
  1720. [08:24:22] [Craft Scheduler Thread - 16/INFO]: Checking for updates via Spigot...
  1721. [08:24:22] [Craft Scheduler Thread - 16/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  1722. [08:24:23] [Craft Scheduler Thread - 33/INFO]: [PlotMe] Checking if conversion to UUID needed...
  1723. [08:24:23] [Craft Scheduler Thread - 33/INFO]: [PlotMe] No plot conversion needed
  1724. [08:24:44] [Thread-26/INFO]: UUID of player _Ninga_ is fd738d01-62ce-4892-9974-dbf56d414301
  1725. [08:24:44] [Server thread/INFO]: (PN) [Helper] _Ninga_ has joined the game!
  1726. [08:24:44] [Server thread/INFO]: _Ninga_[/162.207.24.162:57391] logged in with entity id 4344 at ([prison]-263.33555253176166, 89.0, -27.58700907029203)
  1727. [08:25:45] [Thread-28/INFO]: UUID of player AMD_Processor is 8d5c2fb4-7116-4771-8b59-ddd931edb701
  1728. [08:25:45] [Server thread/INFO]: (PN) [Helper] AMD_Processor has joined the game!
  1729. [08:25:45] [Server thread/INFO]: AMD_Processor[/173.217.72.186:46511] logged in with entity id 22717 at ([prison]-270.75162710085976, 89.875, -30.36053714769065)
  1730. [08:25:51] [Server thread/INFO]: AMD_Processor issued server command: /crate key AMD_Processor vote 1
  1731. [08:25:54] [Server thread/INFO]: AMD_Processor issued server command: /crate
  1732. [08:25:58] [Server thread/INFO]: AMD_Processor issued server command: /crate create vote
  1733. [08:26:01] [Server thread/INFO]: SenpaiKull issued server command: /crate Settings
  1734. [08:26:01] [Server thread/INFO]: AMD_Processor issued server command: /crate key AMD_Processor vote 1
  1735. [08:26:05] [Server thread/INFO]: AMD_Processor issued server command: /clear
  1736. [08:26:25] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  1737. org.bukkit.event.EventException
  1738.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1739.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1740.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  1741.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  1742.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  1743.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  1744.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  1745.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  1746.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  1747.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  1748.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  1749.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  1750.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  1751.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  1752.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  1753.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  1754. Caused by: java.lang.NullPointerException: null key in entry: null=1
  1755.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1756.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1757.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1758.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1759.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1760.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:302) ~[?:?]
  1761.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  1762.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  1763.     at haveric.stackableItems.util.InventoryUtil.checkAddHotbarRTL(InventoryUtil.java:243) ~[?:?]
  1764.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:131) ~[?:?]
  1765.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:997) ~[?:?]
  1766.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_95]
  1767.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_95]
  1768.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  1769.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  1770.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1771.     ... 15 more
  1772. [08:26:26] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  1773. org.bukkit.event.EventException
  1774.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1775.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1776.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  1777.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  1778.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  1779.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  1780.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  1781.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  1782.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  1783.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  1784.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  1785.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  1786.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  1787.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  1788.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  1789.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  1790. Caused by: java.lang.NullPointerException: null key in entry: null=1
  1791.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1792.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1793.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1794.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1795.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1796.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  1797.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  1798.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  1799.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryBTT(InventoryUtil.java:281) ~[?:?]
  1800.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:139) ~[?:?]
  1801.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:997) ~[?:?]
  1802.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_95]
  1803.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_95]
  1804.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  1805.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  1806.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1807.     ... 15 more
  1808. [08:26:27] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  1809. org.bukkit.event.EventException
  1810.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1811.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1812.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  1813.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  1814.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  1815.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  1816.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  1817.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  1818.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  1819.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  1820.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  1821.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  1822.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  1823.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  1824.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  1825.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  1826. Caused by: java.lang.NullPointerException: null key in entry: null=1
  1827.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1828.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1829.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1830.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1831.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1832.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  1833.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  1834.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  1835.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryBTT(InventoryUtil.java:281) ~[?:?]
  1836.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:139) ~[?:?]
  1837.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:997) ~[?:?]
  1838.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_95]
  1839.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_95]
  1840.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  1841.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  1842.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1843.     ... 15 more
  1844. [08:26:27] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  1845. org.bukkit.event.EventException
  1846.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1847.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1848.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  1849.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  1850.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  1851.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  1852.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  1853.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  1854.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  1855.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  1856.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  1857.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  1858.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  1859.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  1860.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  1861.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  1862. Caused by: java.lang.NullPointerException: null key in entry: null=1
  1863.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1864.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1865.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1866.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1867.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1868.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  1869.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  1870.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  1871.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryBTT(InventoryUtil.java:281) ~[?:?]
  1872.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:139) ~[?:?]
  1873.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:997) ~[?:?]
  1874.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_95]
  1875.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_95]
  1876.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  1877.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  1878.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1879.     ... 15 more
  1880. [08:26:28] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  1881. org.bukkit.event.EventException
  1882.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1883.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1884.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  1885.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  1886.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  1887.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  1888.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  1889.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  1890.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  1891.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  1892.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  1893.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  1894.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  1895.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  1896.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  1897.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  1898. Caused by: java.lang.NullPointerException: null key in entry: null=1
  1899.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1900.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1901.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1902.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1903.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1904.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  1905.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  1906.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  1907.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryBTT(InventoryUtil.java:281) ~[?:?]
  1908.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:139) ~[?:?]
  1909.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:997) ~[?:?]
  1910.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_95]
  1911.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_95]
  1912.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  1913.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  1914.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1915.     ... 15 more
  1916. [08:26:28] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  1917. org.bukkit.event.EventException
  1918.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1919.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1920.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  1921.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  1922.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  1923.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  1924.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  1925.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  1926.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  1927.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  1928.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  1929.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  1930.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  1931.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  1932.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  1933.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  1934. Caused by: java.lang.NullPointerException: null key in entry: null=1
  1935.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1936.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1937.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1938.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1939.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1940.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  1941.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  1942.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  1943.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryBTT(InventoryUtil.java:281) ~[?:?]
  1944.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:139) ~[?:?]
  1945.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:997) ~[?:?]
  1946.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_95]
  1947.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_95]
  1948.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  1949.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  1950.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1951.     ... 15 more
  1952. [08:26:29] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  1953. org.bukkit.event.EventException
  1954.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1955.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1956.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  1957.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  1958.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  1959.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  1960.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  1961.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  1962.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  1963.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  1964.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  1965.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  1966.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  1967.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  1968.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  1969.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  1970. Caused by: java.lang.NullPointerException: null key in entry: null=1
  1971.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1972.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1973.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1974.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1975.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1976.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  1977.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  1978.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  1979.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryBTT(InventoryUtil.java:281) ~[?:?]
  1980.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:139) ~[?:?]
  1981.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:997) ~[?:?]
  1982.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_95]
  1983.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_95]
  1984.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  1985.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  1986.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1987.     ... 15 more
  1988. [08:26:29] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  1989. org.bukkit.event.EventException
  1990.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1991.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  1992.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  1993.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  1994.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  1995.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  1996.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  1997.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  1998.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  1999.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2000.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2001.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2002.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2003.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2004.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2005.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2006. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2007.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2008.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2009.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2010.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2011.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2012.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2013.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2014.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2015.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryBTT(InventoryUtil.java:281) ~[?:?]
  2016.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:139) ~[?:?]
  2017.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:997) ~[?:?]
  2018.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2019.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2020.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2021.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2022.     ... 15 more
  2023. [08:26:29] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2024. org.bukkit.event.EventException
  2025.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2026.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2027.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2028.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2029.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2030.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2031.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2032.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2033.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2034.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2035.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2036.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2037.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2038.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2039.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2040.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2041. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2042.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2043.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2044.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2045.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2046.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2047.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2048.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2049.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2050.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryBTT(InventoryUtil.java:281) ~[?:?]
  2051.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:139) ~[?:?]
  2052.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:997) ~[?:?]
  2053.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2054.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2055.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2056.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2057.     ... 15 more
  2058. [08:26:30] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2059. org.bukkit.event.EventException
  2060.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2061.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2062.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2063.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2064.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2065.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2066.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2067.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2068.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2069.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2070.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2071.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2072.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2073.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2074.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2075.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2076. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2077.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2078.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2079.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2080.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2081.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2082.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2083.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2084.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2085.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryBTT(InventoryUtil.java:281) ~[?:?]
  2086.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:139) ~[?:?]
  2087.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:997) ~[?:?]
  2088.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2089.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2090.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2091.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2092.     ... 15 more
  2093. [08:26:31] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2094. org.bukkit.event.EventException
  2095.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2096.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2097.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2098.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2099.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2100.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2101.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2102.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2103.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2104.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2105.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2106.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2107.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2108.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2109.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2110.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2111. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2112.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2113.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2114.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2115.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2116.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2117.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2118.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2119.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2120.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryBTT(InventoryUtil.java:281) ~[?:?]
  2121.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:139) ~[?:?]
  2122.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:997) ~[?:?]
  2123.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2124.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2125.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2126.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2127.     ... 15 more
  2128. [08:26:33] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2129. org.bukkit.event.EventException
  2130.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2131.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2132.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2133.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2134.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2135.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2136.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2137.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2138.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2139.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2140.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2141.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2142.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2143.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2144.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2145.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2146. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2147.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2148.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2149.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2150.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2151.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2152.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2153.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2154.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2155.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryBTT(InventoryUtil.java:281) ~[?:?]
  2156.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:139) ~[?:?]
  2157.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:997) ~[?:?]
  2158.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2159.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2160.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2161.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2162.     ... 15 more
  2163. [08:26:33] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2164. org.bukkit.event.EventException
  2165.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2166.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2167.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2168.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2169.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2170.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2171.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2172.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2173.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2174.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2175.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2176.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2177.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2178.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2179.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2180.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2181. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2182.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2183.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2184.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2185.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2186.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2187.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2188.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2189.     at haveric.stackableItems.util.InventoryUtil.getFreeSpaces(InventoryUtil.java:83) ~[?:?]
  2190.     at haveric.stackableItems.util.InventoryUtil.moveItems(InventoryUtil.java:785) ~[?:?]
  2191.     at haveric.stackableItems.util.InventoryUtil.moveItemsToPlayer(InventoryUtil.java:771) ~[?:?]
  2192.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:999) ~[?:?]
  2193.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2194.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2195.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2196.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2197.     ... 15 more
  2198. [08:26:35] [Server thread/INFO]: SenpaiKull issued server command: /crate Settings
  2199. [08:26:38] [Server thread/INFO]: AMD_Processor issued server command: /kit
  2200. [08:27:20] [Server thread/INFO]: SenpaiKull issued server command: /crate Settings
  2201. [08:29:25] [Server thread/INFO]: AMD_Processor issued server command: /autofiller
  2202. [08:30:17] [Server thread/INFO]: SenpaiKull issued server command: /renameany &6&l5_&e&lBillion_Ingame_Money
  2203. [08:30:17] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 5 Billion Ingame Money
  2204. [08:30:17] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 5 Billion Ingame Money
  2205. [08:30:23] [Server thread/INFO]: SenpaiKull issued server command: /crate Settings
  2206. [08:31:20] [Server thread/INFO]: SenpaiKull issued server command: /enchant luck
  2207. [08:31:31] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2208. [08:31:35] [Server thread/INFO]: SenpaiKull issued server command: /renameany &6&l10_&e&lBillion_Ingame_Money
  2209. [08:31:35] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 10 Billion Ingame Money
  2210. [08:31:35] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 10 Billion Ingame Money
  2211. [08:31:39] [Server thread/INFO]: SenpaiKull issued server command: /crate Settings
  2212. [08:32:11] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2213. [08:32:32] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  2214. [08:34:29] [Server thread/INFO]: Joshdo you both want file for common crate chances?
  2215. [08:34:33] [Server thread/INFO]: SenpaiKull issued server command: /renameany &t25_Coins
  2216. [08:34:33] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to &t25 Coins
  2217. [08:34:33] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to &t25 Coins
  2218. [08:34:36] [Server thread/INFO]: Kullyeah
  2219. [08:34:46] [Server thread/INFO]: SenpaiKull issued server command: /renameany &e25_Coins
  2220. [08:34:46] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 25 Coins
  2221. [08:34:46] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 25 Coins
  2222. [08:35:00] [Server thread/INFO]: SenpaiKull issued server command: /renameany &6&l50_&e&lBillion_Ingame_Money
  2223. [08:35:00] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 50 Billion Ingame Money
  2224. [08:35:00] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 50 Billion Ingame Money
  2225. [08:35:04] [Server thread/INFO]: SenpaiKull issued server command: /crate settings
  2226. [08:36:15] [Server thread/INFO]: SenpaiKull issued server command: /renameany &8-=[&d&k!&8]&d&nUltimate_Kit&8&l[&d&k!&8]=-
  2227. [08:36:15] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to -=[!]Ultimate Kit[!]=-
  2228. [08:36:15] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to -=[!]Ultimate Kit[!]=-
  2229. [08:36:22] [Server thread/INFO]: SenpaiKull issued server command: /crate settings
  2230. [08:37:10] [Server thread/INFO]: AMD_Processorone sex
  2231. [08:37:13] [Server thread/INFO]: AMD_Processorsec
  2232. [08:37:13] [Server thread/INFO]: AMD_ProcessorXde
  2233. [08:37:15] [Server thread/INFO]: AMD_Processor lost connection: Disconnected
  2234. [08:37:20] [Server thread/INFO]: SenpaiKull issued server command: /rename &6&lDead_Humans_Head
  2235. [08:37:27] [Server thread/INFO]: Kulli'll take the first one ;)
  2236. [08:37:37] [Server thread/INFO]: SenpaiKull issued server command: /renameany &6&lDead_Humans_Head
  2237. [08:37:37] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to Dead Humans Head
  2238. [08:37:37] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to Dead Humans Head
  2239. [08:37:47] [Server thread/INFO]: Josherm it wont send
  2240. [08:38:12] [Server thread/INFO]: SenpaiKull issued server command: /renameany &6&lGreen_Terrorists_Head
  2241. [08:38:12] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to Green Terrorists Head
  2242. [08:38:12] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to Green Terrorists Head
  2243. [08:38:17] [Server thread/INFO]: SenpaiKull issued server command: /renameany &a&lGreen_Terrorists_Head
  2244. [08:38:17] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to Green Terrorists Head
  2245. [08:38:17] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to Green Terrorists Head
  2246. [08:38:38] [Server thread/INFO]: SenpaiKull issued server command: /renameany &2&lRotten_Humans_Head
  2247. [08:38:38] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to Rotten Humans Head
  2248. [08:38:38] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to Rotten Humans Head
  2249. [08:38:51] [Server thread/INFO]: Joshjust realized we cna only hold 27 rewards...
  2250. [08:38:55] [Server thread/INFO]: SenpaiKull issued server command: /renameany &8&lBurned_Humans_Head
  2251. [08:38:55] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to Burned Humans Head
  2252. [08:38:55] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to Burned Humans Head
  2253. [08:39:09] [Server thread/INFO]: SenpaiKull issued server command: /crates
  2254. [08:39:16] [Server thread/INFO]: SenpaiKull issued server command: /crates settings
  2255. [08:39:17] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2256. [08:39:26] [Server thread/INFO]: Kullwe can hold more
  2257. [08:39:29] [Server thread/INFO]: Kullvote crate is done
  2258. [08:39:38] [Server thread/INFO]: Kullnin
  2259. [08:39:40] [Server thread/INFO]: Kulluse that one
  2260. [08:39:47] [Server thread/INFO]: Joshblocks arent in there?
  2261. [08:39:54] [Server thread/INFO]: Kullohh xD
  2262. [08:39:58] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2263. [08:40:18] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  2264. [08:41:12] [Server thread/INFO]: SenpaiKull issued server command: /rename &b&l9_Stacks_Of_Diamond_Blocks
  2265. [08:41:18] [Server thread/INFO]: Joshthis is pissing me off, a 1kb file wont send
  2266. [08:41:18] [Server thread/INFO]: SenpaiKull issued server command: /renameany &b&l9_Stacks_Of_Diamond_Blocks
  2267. [08:41:18] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 9 Stacks Of Diamond Blocks
  2268. [08:41:18] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 9 Stacks Of Diamond Blocks
  2269. [08:41:37] [Server thread/INFO]: Joshbrb
  2270. [08:41:38] [Server thread/INFO]: _Ninga_ lost connection: Disconnected
  2271. [08:41:38] [Server thread/INFO]: SenpaiKull issued server command: /renameany &6&l9_Stacks_Of_Gold_Blocks
  2272. [08:41:38] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 9 Stacks Of Gold Blocks
  2273. [08:41:38] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 9 Stacks Of Gold Blocks
  2274. [08:41:51] [Server thread/INFO]: SenpaiKull issued server command: /renameany &f&l9_Stacks_Of_Iron_Blocks
  2275. [08:41:51] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 9 Stacks Of Iron Blocks
  2276. [08:41:51] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 9 Stacks Of Iron Blocks
  2277. [08:42:06] [Server thread/INFO]: SenpaiKull issued server command: /renameany &a&l9_Stacks_Of_Emerald Blocks_Blocks
  2278. [08:42:11] [Server thread/INFO]: SenpaiKull issued server command: /renameany &a&l9_Stacks_Of_Emerald_Blocks_Blocks
  2279. [08:42:11] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 9 Stacks Of Emerald Blocks Blocks
  2280. [08:42:11] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 9 Stacks Of Emerald Blocks Blocks
  2281. [08:42:14] [Server thread/INFO]: SenpaiKull issued server command: /renameany &a&l9_Stacks_Of_Emerald_Blocks
  2282. [08:42:14] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 9 Stacks Of Emerald Blocks
  2283. [08:42:14] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 9 Stacks Of Emerald Blocks
  2284. [08:42:43] [Server thread/INFO]: SenpaiKull issued server command: /rename &b&l18_Stacks_Of_Diamond_Blocks
  2285. [08:42:48] [Server thread/INFO]: SenpaiKull issued server command: /renameany &b&l18_Stacks_Of_Diamond_Blocks
  2286. [08:42:48] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 18 Stacks Of Diamond Blocks
  2287. [08:42:48] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 18 Stacks Of Diamond Blocks
  2288. [08:43:05] [Thread-30/INFO]: UUID of player AMD_Processor is 8d5c2fb4-7116-4771-8b59-ddd931edb701
  2289. [08:43:05] [Server thread/INFO]: (PN) [Helper] AMD_Processor has joined the game!
  2290. [08:43:05] [Server thread/INFO]: AMD_Processor[/173.217.72.186:60145] logged in with entity id 377788 at ([prison]-263.480249236055, 89.0, -25.380871486137504)
  2291. [08:43:18] [Server thread/INFO]: SenpaiKull issued server command: /renameany &6&l18_Stacks_Of_Gold_Blocks
  2292. [08:43:18] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 18 Stacks Of Gold Blocks
  2293. [08:43:18] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 18 Stacks Of Gold Blocks
  2294. [08:43:50] [Server thread/INFO]: SenpaiKull issued server command: /renameany &f&l18_Stacks_Of_Iron_Blocks
  2295. [08:43:50] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 18 Stacks Of Iron Blocks
  2296. [08:43:50] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 18 Stacks Of Iron Blocks
  2297. [08:44:04] [Server thread/INFO]: SenpaiKull issued server command: /renameany &a&l18_Stacks_Of_Emerald_Blocks
  2298. [08:44:04] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 18 Stacks Of Emerald Blocks
  2299. [08:44:04] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 18 Stacks Of Emerald Blocks
  2300. [08:44:16] [Server thread/INFO]: SenpaiKull issued server command: /renameany &a&l27_Stacks_Of_Emerald_Blocks
  2301. [08:44:16] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 27 Stacks Of Emerald Blocks
  2302. [08:44:16] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 27 Stacks Of Emerald Blocks
  2303. [08:44:26] [Server thread/INFO]: SenpaiKull issued server command: /renameany &a&l36_Stacks_Of_Emerald_Blocks
  2304. [08:44:26] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 36 Stacks Of Emerald Blocks
  2305. [08:44:26] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 36 Stacks Of Emerald Blocks
  2306. [08:44:35] [Server thread/INFO]: SenpaiKull issued server command: /renameany &f&l27_Stacks_Of_Iron_Blocks
  2307. [08:44:35] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 27 Stacks Of Iron Blocks
  2308. [08:44:35] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 27 Stacks Of Iron Blocks
  2309. [08:44:48] [Server thread/INFO]: SenpaiKull issued server command: /renameany &f&l36_Stacks_Of_Iron_Blocks
  2310. [08:44:48] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 36 Stacks Of Iron Blocks
  2311. [08:44:48] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 36 Stacks Of Iron Blocks
  2312. [08:45:07] [Server thread/INFO]: SenpaiKull issued server command: /renameany &6&l27_Stacks_Of_Gold_Blocks
  2313. [08:45:07] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 27 Stacks Of Gold Blocks
  2314. [08:45:07] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 27 Stacks Of Gold Blocks
  2315. [08:45:14] [Server thread/INFO]: SenpaiKull issued server command: /crate settings
  2316. [08:45:42] [Server thread/INFO]: SenpaiKull issued server command: /renameany &6&l36_Stacks_Of_Gold_Blocks
  2317. [08:45:42] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 36 Stacks Of Gold Blocks
  2318. [08:45:42] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 36 Stacks Of Gold Blocks
  2319. [08:46:29] [Server thread/INFO]: SenpaiKull issued server command: /renameany &b&l27_Stacks_Of_Diamond_Blocks
  2320. [08:46:29] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 27 Stacks Of Diamond Blocks
  2321. [08:46:29] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 27 Stacks Of Diamond Blocks
  2322. [08:46:38] [Server thread/INFO]: SenpaiKull issued server command: /renameany &b&l36_Stacks_Of_Diamond_Blocks
  2323. [08:46:38] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 36 Stacks Of Diamond Blocks
  2324. [08:46:38] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 36 Stacks Of Diamond Blocks
  2325. [08:46:51] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2326. org.bukkit.event.EventException
  2327.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2328.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2329.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2330.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2331.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2332.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2333.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2334.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2335.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2336.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2337.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2338.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2339.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2340.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2341.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2342.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2343. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2344.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2345.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2346.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2347.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2348.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2349.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2350.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2351.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2352.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryTTB(InventoryUtil.java:262) ~[?:?]
  2353.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:103) ~[?:?]
  2354.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:1119) ~[?:?]
  2355.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2356.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2357.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2358.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2359.     ... 15 more
  2360. [08:46:51] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2361. org.bukkit.event.EventException
  2362.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2363.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2364.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2365.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2366.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2367.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2368.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2369.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2370.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2371.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2372.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2373.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2374.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2375.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2376.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2377.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2378. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2379.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2380.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2381.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2382.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2383.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2384.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2385.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2386.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2387.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryTTB(InventoryUtil.java:262) ~[?:?]
  2388.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:103) ~[?:?]
  2389.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:1119) ~[?:?]
  2390.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2391.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2392.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2393.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2394.     ... 15 more
  2395. [08:46:52] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2396. org.bukkit.event.EventException
  2397.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2398.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2399.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2400.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2401.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2402.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2403.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2404.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2405.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2406.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2407.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2408.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2409.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2410.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2411.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2412.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2413. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2414.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2415.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2416.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2417.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2418.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2419.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2420.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2421.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2422.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryTTB(InventoryUtil.java:262) ~[?:?]
  2423.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:103) ~[?:?]
  2424.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:1119) ~[?:?]
  2425.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2426.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2427.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2428.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2429.     ... 15 more
  2430. [08:46:52] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2431. org.bukkit.event.EventException
  2432.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2433.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2434.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2435.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2436.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2437.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2438.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2439.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2440.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2441.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2442.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2443.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2444.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2445.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2446.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2447.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2448. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2449.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2450.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2451.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2452.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2453.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2454.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2455.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2456.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2457.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryTTB(InventoryUtil.java:262) ~[?:?]
  2458.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:103) ~[?:?]
  2459.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:1119) ~[?:?]
  2460.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2461.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2462.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2463.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2464.     ... 15 more
  2465. [08:46:52] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2466. org.bukkit.event.EventException
  2467.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2468.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2469.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2470.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2471.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2472.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2473.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2474.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2475.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2476.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2477.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2478.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2479.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2480.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2481.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2482.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2483. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2484.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2485.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2486.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2487.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2488.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2489.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2490.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2491.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2492.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryTTB(InventoryUtil.java:262) ~[?:?]
  2493.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:103) ~[?:?]
  2494.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:1119) ~[?:?]
  2495.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2496.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2497.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2498.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2499.     ... 15 more
  2500. [08:46:52] [Thread-32/INFO]: UUID of player _Ninga_ is fd738d01-62ce-4892-9974-dbf56d414301
  2501. [08:46:53] [Server thread/INFO]: (PN) [Helper] _Ninga_ has joined the game!
  2502. [08:46:53] [Server thread/INFO]: _Ninga_[/162.207.24.162:53987] logged in with entity id 455576 at ([prison]-267.2750064558036, 89.0, -33.15824814106545)
  2503. [08:46:59] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2504. org.bukkit.event.EventException
  2505.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2506.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2507.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2508.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2509.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2510.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2511.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2512.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2513.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2514.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2515.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2516.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2517.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2518.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2519.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2520.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2521. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2522.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2523.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2524.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2525.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2526.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2527.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2528.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2529.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2530.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryTTB(InventoryUtil.java:262) ~[?:?]
  2531.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:103) ~[?:?]
  2532.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:1119) ~[?:?]
  2533.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2534.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2535.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2536.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2537.     ... 15 more
  2538. [08:46:59] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2539. org.bukkit.event.EventException
  2540.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2541.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2542.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2543.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2544.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2545.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2546.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2547.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2548.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2549.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2550.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2551.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2552.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2553.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2554.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2555.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2556. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2557.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2558.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2559.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2560.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2561.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2562.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2563.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2564.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2565.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryTTB(InventoryUtil.java:262) ~[?:?]
  2566.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:103) ~[?:?]
  2567.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:1119) ~[?:?]
  2568.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2569.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2570.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2571.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2572.     ... 15 more
  2573. [08:46:59] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2574. org.bukkit.event.EventException
  2575.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2576.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2577.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2578.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2579.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2580.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2581.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2582.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2583.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2584.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2585.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2586.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2587.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2588.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2589.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2590.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2591. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2592.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2593.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2594.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2595.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2596.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2597.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2598.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2599.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2600.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryTTB(InventoryUtil.java:262) ~[?:?]
  2601.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:103) ~[?:?]
  2602.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:1119) ~[?:?]
  2603.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2604.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2605.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2606.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2607.     ... 15 more
  2608. [08:47:01] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2609. org.bukkit.event.EventException
  2610.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2611.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2612.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2613.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2614.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2615.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2616.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2617.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2618.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2619.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2620.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2621.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2622.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2623.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2624.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2625.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2626. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2627.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2628.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2629.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2630.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2631.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2632.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2633.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2634.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2635.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryTTB(InventoryUtil.java:262) ~[?:?]
  2636.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:103) ~[?:?]
  2637.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:1119) ~[?:?]
  2638.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2639.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2640.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2641.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2642.     ... 15 more
  2643. [08:47:08] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2644. [08:47:49] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2645. [08:48:10] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  2646. [08:48:14] [Server thread/INFO]: SenpaiKull issued server command: /crate settings
  2647. [08:48:17] [Server thread/INFO]: _Ninga_ lost connection: Disconnected
  2648. [08:48:57] [Server thread/INFO]: SenpaiKull issued server command: /renameany &6&l500_&e&lBillion_Ingame_Money!
  2649. [08:48:57] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 500 Billion Ingame Money!
  2650. [08:48:57] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 500 Billion Ingame Money!
  2651. [08:49:36] [Server thread/INFO]: SenpaiKull issued server command: /renameany &6&l1_Trillion&e&l_Ingame_Money!
  2652. [08:49:36] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 1 Trillion Ingame Money!
  2653. [08:49:36] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 1 Trillion Ingame Money!
  2654. [08:49:51] [Server thread/INFO]: SenpaiKull issued server command: /renameany &6&l3_Trillion&e&l_Ingame_Money!
  2655. [08:49:51] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 3 Trillion Ingame Money!
  2656. [08:49:51] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 3 Trillion Ingame Money!
  2657. [08:50:00] [Server thread/INFO]: SenpaiKull issued server command: /renameany &6&l5_Trillion&e&l_Ingame_Money!
  2658. [08:50:00] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 5 Trillion Ingame Money!
  2659. [08:50:00] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to 5 Trillion Ingame Money!
  2660. [08:52:06] [Server thread/INFO]: AMD_Processor issued server command: /crate
  2661. [08:52:13] [Server thread/INFO]: AMD_Processor issued server command: /crate key AMD_Processor vote 1
  2662. [08:53:59] [Server thread/INFO]: AMD_Processor issued server command: /kit
  2663. [08:54:04] [Server thread/INFO]: AMD_Processor issued server command: /kit starter SenpaiKull
  2664. [08:54:09] [Server thread/INFO]: AMD_Processor issued server command: /kit starter a
  2665. [08:54:58] [Server thread/INFO]: AMD_Processor issued server command: /crate reload
  2666. [08:54:58] [Server thread/ERROR]: Cannot load plugins/CratesPlus/config.yml
  2667. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  2668.  in 'string', line 48, column 7:
  2669.           '1':
  2670.           ^
  2671. expected <block end>, but found BlockMappingStart
  2672.  in 'string', line 59, column 8:
  2673.            Commands:
  2674.            ^
  2675.  
  2676.     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2677.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2678.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2679.     at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [ss.jar:git-Spigot-db6de12-18fbb24]
  2680.     at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [ss.jar:git-Spigot-db6de12-18fbb24]
  2681.     at plus.crates.CratesPlus.reloadPlugin(CratesPlus.java:505) [CratesPlus-4.0.0%20(1).jar:?]
  2682.     at plus.crates.Commands.CrateCommand.onCommand(CrateCommand.java:50) [CratesPlus-4.0.0%20(1).jar:?]
  2683.     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2684.     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [ss.jar:git-Spigot-db6de12-18fbb24]
  2685.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [ss.jar:git-Spigot-db6de12-18fbb24]
  2686.     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [ss.jar:git-Spigot-db6de12-18fbb24]
  2687.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [ss.jar:git-Spigot-db6de12-18fbb24]
  2688.     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [ss.jar:git-Spigot-db6de12-18fbb24]
  2689.     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [ss.jar:git-Spigot-db6de12-18fbb24]
  2690.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2691.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2692.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2693.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2694.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2695.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2696.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2697.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2698.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2699. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  2700.  in 'string', line 48, column 7:
  2701.           '1':
  2702.           ^
  2703. expected <block end>, but found BlockMappingStart
  2704.  in 'string', line 59, column 8:
  2705.            Commands:
  2706.            ^
  2707.  
  2708.     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2709.     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2710.     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2711.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2712.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2713.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2714.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2715.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2716.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2717.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2718.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2719.     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2720.     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2721.     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2722.     at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2723.     at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2724.     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2725.     ... 22 more
  2726. [08:54:59] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2727. [08:55:07] [Server thread/INFO]: AMD_Processor issued server command: /clear
  2728. [08:55:10] [Server thread/INFO]: AMD_Processor issued server command: /crate key AMD_Processor vote 1
  2729. [08:55:15] [Server thread/INFO]: AMD_Processor issued server command: /crate
  2730. [08:55:22] [Server thread/INFO]: AMD_Processor issued server command: /crate settings
  2731. [08:55:40] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2732. [08:56:01] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  2733. [09:02:50] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2734. [09:02:50] [Server thread/INFO]: SenpaiKull issued server command: /skyblock
  2735. [09:02:55] [Server thread/INFO]: SenpaiKull lost connection: Disconnected
  2736. [09:03:31] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2737. [09:03:51] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  2738. [09:10:41] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2739. [09:11:22] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2740. [09:11:42] [Server thread/INFO]: [ClearLag] Removed 5 Entities!
  2741. [09:18:33] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2742. [09:19:14] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2743. [09:19:35] [Server thread/INFO]: [ClearLag] Removed 5 Entities!
  2744. [09:26:06] [Craft Scheduler Thread - 122/INFO]: [TitleManager] Searching for updates.
  2745. [09:26:06] [Craft Scheduler Thread - 116/INFO]: Checking for updates via Spigot...
  2746. [09:26:06] [Craft Scheduler Thread - 122/INFO]: [TitleManager] No update was found.
  2747. [09:26:07] [Craft Scheduler Thread - 116/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  2748. [09:26:26] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2749. [09:27:07] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2750. [09:27:27] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  2751. [09:30:43] [Craft Scheduler Thread - 109/WARN]: Exception in thread "Craft Scheduler Thread - 109"
  2752. [09:30:43] [Craft Scheduler Thread - 109/WARN]: org.apache.commons.lang.UnhandledException: Plugin BanManager v5.6.1 generated an exception while executing task 52
  2753.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  2754.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  2755.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  2756.     at java.lang.Thread.run(Thread.java:745)
  2757. Caused by: java.lang.IllegalStateException: Errors getting more results of class me.confuser.banmanager.data.PlayerBanData
  2758.     at me.confuser.banmanager.internal.ormlite.stmt.SelectIterator.hasNext(SelectIterator.java:103)
  2759.     at me.confuser.banmanager.runnables.ExpiresSync.run(ExpiresSync.java:37)
  2760.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  2761.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  2762.     ... 3 more
  2763. Caused by: java.sql.SQLException: Operation not allowed after ResultSet closed
  2764.     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  2765.     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  2766.     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  2767.     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  2768.     at com.mysql.jdbc.ResultSetImpl.checkClosed(ResultSetImpl.java:794)
  2769.     at com.mysql.jdbc.ResultSetImpl.first(ResultSetImpl.java:1164)
  2770.     at me.confuser.banmanager.internal.ormlite.jdbc.JdbcDatabaseResults.first(JdbcDatabaseResults.java:58)
  2771.     at me.confuser.banmanager.internal.ormlite.stmt.SelectIterator.hasNextThrow(SelectIterator.java:79)
  2772.     at me.confuser.banmanager.internal.ormlite.stmt.SelectIterator.hasNext(SelectIterator.java:98)
  2773.     ... 6 more
  2774.  
  2775. [09:34:19] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2776. [09:35:00] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2777. [09:35:20] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  2778. [09:42:11] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2779. [09:42:52] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2780. [09:43:13] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  2781. [09:50:03] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2782. [09:50:45] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2783. [09:51:05] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  2784. [09:57:56] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2785. [09:58:37] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2786. [09:58:57] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  2787. [10:05:49] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2788. [10:06:30] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2789. [10:06:50] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  2790. [10:13:41] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2791. [10:14:22] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2792. [10:14:43] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  2793. [10:21:34] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2794. [10:22:15] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2795. [10:22:36] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  2796. [10:27:45] [Craft Scheduler Thread - 175/INFO]: [TitleManager] Searching for updates.
  2797. [10:27:45] [Craft Scheduler Thread - 175/INFO]: [TitleManager] No update was found.
  2798. [10:27:45] [Craft Scheduler Thread - 175/INFO]: Checking for updates via Spigot...
  2799. [10:27:45] [Craft Scheduler Thread - 175/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  2800. [10:29:27] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2801. [10:30:08] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2802. [10:30:29] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  2803. [10:37:20] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2804. [10:38:01] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2805. [10:38:22] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  2806. [10:45:13] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2807. [10:45:54] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2808. [10:46:14] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  2809. [10:53:06] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2810. [10:53:47] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2811. [10:54:07] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  2812. [11:00:59] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2813. [11:01:40] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2814. [11:02:00] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  2815. [11:08:51] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2816. [11:09:32] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2817. [11:09:52] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  2818. [11:16:43] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2819. [11:17:24] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2820. [11:17:45] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  2821. [11:24:36] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2822. [11:25:17] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2823. [11:25:37] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  2824. [11:29:23] [Craft Scheduler Thread - 241/INFO]: [TitleManager] Searching for updates.
  2825. [11:29:23] [Craft Scheduler Thread - 241/INFO]: [TitleManager] No update was found.
  2826. [11:29:24] [Craft Scheduler Thread - 255/INFO]: [HideStream] Running updater ..
  2827. [11:29:24] [Craft Scheduler Thread - 255/INFO]: [HideStream] ------------------------------------
  2828. [11:29:24] [Craft Scheduler Thread - 255/INFO]: [HideStream] HideStream v3.8 is now available!
  2829. [11:29:24] [Craft Scheduler Thread - 255/INFO]: [HideStream] Run '/hs update' to update now.
  2830. [11:29:24] [Craft Scheduler Thread - 255/INFO]: [HideStream] ------------------------------------
  2831. [11:29:25] [Craft Scheduler Thread - 247/INFO]: Checking for updates via Spigot...
  2832. [11:29:25] [Craft Scheduler Thread - 247/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  2833. [11:32:28] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2834. [11:33:09] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2835. [11:33:30] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  2836. [11:40:20] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2837. [11:41:02] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2838. [11:41:22] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  2839. [11:48:13] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2840. [11:48:54] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2841. [11:48:59] [Thread-38/INFO]: UUID of player LightningWhisper is 7a5dadac-2d15-49de-8fca-53d67dffde69
  2842. [11:48:59] [Server thread/INFO]: LightningWhisper[/68.229.215.17:58008] logged in with entity id 4713677 at ([Spawn]6.135332865142854, 75.0, 141.888434168119)
  2843. [11:49:11] [Server thread/INFO]: Lighthey savage
  2844. [11:49:13] [Server thread/INFO]: LightningWhisper issued server command: /fly
  2845. [11:49:13] [Server thread/INFO]: §cLightningWhisper §4was denied access to command.
  2846. [11:49:15] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  2847. [11:50:57] [Server thread/INFO]: LightningWhisper issued server command: /P H
  2848. [11:51:22] [Server thread/INFO]: LightningWhisper issued server command: /bar brutal
  2849. [11:51:22] [Server thread/INFO]: LightningWhisper issued server command: /bar phantom
  2850. [11:51:38] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2851. org.bukkit.event.EventException
  2852.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2853.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2854.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2855.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2856.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2857.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2858.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2859.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2860.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2861.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2862.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2863.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2864.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2865.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2866.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2867.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2868. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2869.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2870.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2871.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2872.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2873.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2874.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2875.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2876.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2877.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryTTB(InventoryUtil.java:262) ~[?:?]
  2878.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:103) ~[?:?]
  2879.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:1119) ~[?:?]
  2880.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2881.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2882.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2883.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2884.     ... 15 more
  2885. [11:51:39] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2886. org.bukkit.event.EventException
  2887.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2888.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2889.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2890.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2891.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2892.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2893.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2894.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2895.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2896.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2897.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2898.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2899.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2900.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2901.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2902.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2903. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2904.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2905.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2906.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2907.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2908.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2909.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2910.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2911.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2912.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryTTB(InventoryUtil.java:262) ~[?:?]
  2913.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:103) ~[?:?]
  2914.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:1119) ~[?:?]
  2915.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2916.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2917.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2918.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2919.     ... 15 more
  2920. [11:51:39] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2921. org.bukkit.event.EventException
  2922.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2923.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2924.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2925.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2926.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2927.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2928.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2929.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2930.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2931.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2932.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2933.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2934.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2935.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2936.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2937.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2938. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2939.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2940.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2941.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2942.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2943.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2944.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2945.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2946.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2947.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryTTB(InventoryUtil.java:262) ~[?:?]
  2948.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:103) ~[?:?]
  2949.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:1119) ~[?:?]
  2950.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2951.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2952.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2953.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2954.     ... 15 more
  2955. [11:51:41] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  2956. org.bukkit.event.EventException
  2957.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2958.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2959.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  2960.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  2961.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  2962.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  2963.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  2964.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  2965.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  2966.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  2967.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  2968.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  2969.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  2970.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  2971.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  2972.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  2973. Caused by: java.lang.NullPointerException: null key in entry: null=1
  2974.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2975.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2976.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2977.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2978.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2979.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  2980.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  2981.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  2982.     at haveric.stackableItems.util.InventoryUtil.checkAddInventoryTTB(InventoryUtil.java:262) ~[?:?]
  2983.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:103) ~[?:?]
  2984.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:1119) ~[?:?]
  2985.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  2986.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  2987.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  2988.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  2989.     ... 15 more
  2990. [11:51:55] [Server thread/INFO]: LightningWhisper issued server command: /spawn
  2991. [11:55:00] [Server thread/INFO]: LightningWhisper issued server command: /home
  2992. [11:55:17] [Server thread/INFO]: LightningWhisper issued server command: /delhome r
  2993. [11:55:22] [Server thread/INFO]: LightningWhisper issued server command: /sethome outside
  2994. [11:56:03] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  2995. [11:56:32] [Server thread/INFO]: LightningWhisper issued server command: /glist\
  2996. [11:56:40] [Server thread/INFO]: LightningWhisper lost connection: Disconnected
  2997. [11:56:44] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  2998. [11:57:05] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  2999. [12:03:56] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3000. [12:04:37] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3001. [12:04:57] [Server thread/INFO]: [ClearLag] Removed 5 Entities!
  3002. [12:11:49] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3003. [12:12:30] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3004. [12:12:50] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3005. [12:19:41] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3006. [12:20:22] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3007. [12:20:43] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3008. [12:27:33] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3009. [12:28:14] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3010. [12:28:35] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3011. [12:30:59] [Craft Scheduler Thread - 339/INFO]: [TitleManager] Searching for updates.
  3012. [12:30:59] [Craft Scheduler Thread - 339/INFO]: [TitleManager] No update was found.
  3013. [12:31:00] [Craft Scheduler Thread - 339/INFO]: Checking for updates via Spigot...
  3014. [12:31:00] [Craft Scheduler Thread - 339/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  3015. [12:35:26] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3016. [12:36:07] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3017. [12:36:27] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3018. [12:36:55] [Thread-40/INFO]: UUID of player MobTheGreat is bdded35a-bec2-4eac-8ec5-ba3823f6a47b
  3019. [12:36:55] [Server thread/INFO]: MobTheGreat[/74.192.79.254:54174] logged in with entity id 5954447 at ([plotworld]104.2021957281977, 65.0, 941.7366953225592)
  3020. [12:37:11] [Server thread/INFO]: MobTheGreatHello
  3021. [12:37:18] [Server thread/INFO]: MobTheGreat issued server command: /rankup
  3022. [12:37:18] [Server thread/INFO]: [+] MobTheGreat ranked up to B!
  3023. [12:37:18] [Server thread/INFO]: Unknown Command. Use "/Help"
  3024. [12:37:19] [Server thread/INFO]: MobTheGreat issued server command: /rankup
  3025. [12:37:19] [Server thread/INFO]: [+] MobTheGreat ranked up to B!
  3026. [12:37:19] [Server thread/INFO]: Unknown Command. Use "/Help"
  3027. [12:37:20] [Server thread/INFO]: MobTheGreat issued server command: /rankup
  3028. [12:37:20] [Server thread/INFO]: [+] MobTheGreat ranked up to B!
  3029. [12:37:20] [Server thread/INFO]: Unknown Command. Use "/Help"
  3030. [12:37:31] [Server thread/INFO]: MobTheGreat issued server command: /warp b
  3031. [12:38:06] [Server thread/INFO]: MobTheGreat issued server command: /autosell a
  3032. [12:38:16] [Server thread/INFO]: MobTheGreat issued server command: /warp a
  3033. [12:38:56] [Server thread/INFO]: MobTheGreat issued server command: /home
  3034. [12:39:14] [Server thread/INFO]: MobTheGreat lost connection: Disconnected
  3035. [12:43:18] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3036. [12:43:59] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3037. [12:44:19] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3038. [12:51:10] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3039. [12:51:51] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3040. [12:52:12] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3041. [12:59:03] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3042. [12:59:44] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3043. [13:00:05] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3044. [13:04:23] [Thread-41/INFO]: UUID of player Lemun is 4a06e75f-0001-4e60-aa16-a5ff9d5167ed
  3045. [13:04:23] [Server thread/INFO]: (PN) [Helper] Lemun has joined the game!
  3046. [13:04:23] [Server thread/INFO]: Lemun[/198.200.74.87:46273] logged in with entity id 6628157 at ([prison]-134.88105685435755, 90.0, -0.07176483013353693)
  3047. [13:04:28] [Server thread/INFO]: Lemunyo
  3048. [13:04:32] [Server thread/INFO]: Lemun issued server command: /tp amd
  3049. [13:04:36] [Server thread/INFO]: Lemun issued server command: /seen amd
  3050. [13:06:28] [Server thread/INFO]: Lemunyo
  3051. [13:06:33] [Server thread/INFO]: LemunAMD
  3052. [13:06:42] [Server thread/INFO]: Lemun issued server command: /god amd
  3053. [13:06:45] [Server thread/INFO]: Lemun issued server command: /god amd
  3054. [13:06:54] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3055. [13:07:12] [Server thread/INFO]: Lemun issued server command: /bal
  3056. [13:07:15] [Server thread/INFO]: Lemun issued server command: /rankup
  3057. [13:07:15] [Server thread/INFO]: [+] Lemun ranked up to B!
  3058. [13:07:15] [Server thread/INFO]: Unknown Command. Use "/Help"
  3059. [13:07:16] [Server thread/INFO]: Lemun issued server command: /rankup
  3060. [13:07:16] [Server thread/INFO]: [+] Lemun ranked up to B!
  3061. [13:07:16] [Server thread/INFO]: Unknown Command. Use "/Help"
  3062. [13:07:16] [Server thread/INFO]: Lemun issued server command: /rankup
  3063. [13:07:16] [Server thread/INFO]: [+] Lemun ranked up to B!
  3064. [13:07:16] [Server thread/INFO]: Unknown Command. Use "/Help"
  3065. [13:07:34] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3066. [13:07:52] [Server thread/INFO]: Lemun issued server command: /bal
  3067. [13:07:55] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3068. [13:07:56] [Server thread/INFO]: Lemun issued server command: /bal amd
  3069. [13:09:34] [Server thread/INFO]: Lemun issued server command: /bal
  3070. [13:11:52] [Server thread/INFO]: Lemun lost connection: Disconnected
  3071. [13:14:43] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3072. [13:15:24] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3073. [13:15:44] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3074. [13:22:35] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3075. [13:23:16] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3076. [13:23:37] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3077. [13:30:26] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3078. [13:31:07] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3079. [13:31:28] [Server thread/INFO]: [ClearLag] Removed 6 Entities!
  3080. [13:32:30] [Craft Scheduler Thread - 434/INFO]: [TitleManager] Searching for updates.
  3081. [13:32:30] [Craft Scheduler Thread - 434/INFO]: [TitleManager] No update was found.
  3082. [13:32:32] [Craft Scheduler Thread - 436/INFO]: Checking for updates via Spigot...
  3083. [13:32:32] [Craft Scheduler Thread - 436/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  3084. [13:33:15] [Thread-44/INFO]: UUID of player Lemun is 4a06e75f-0001-4e60-aa16-a5ff9d5167ed
  3085. [13:33:15] [Server thread/INFO]: (PN) [Helper] Lemun has joined the game!
  3086. [13:33:15] [Server thread/INFO]: Lemun[/198.200.74.87:39040] logged in with entity id 7326846 at ([prison]-256.0376141549147, 89.0, -18.24042068762577)
  3087. [13:36:01] [Server thread/INFO]: Lemun lost connection: Disconnected
  3088. [13:38:16] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3089. [13:38:57] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3090. [13:39:17] [Server thread/INFO]: [ClearLag] Removed 5 Entities!
  3091. [13:40:00] [Thread-46/INFO]: UUID of player Lemun is 4a06e75f-0001-4e60-aa16-a5ff9d5167ed
  3092. [13:40:00] [Server thread/INFO]: (PN) [Helper] Lemun has joined the game!
  3093. [13:40:00] [Server thread/INFO]: Lemun[/198.200.74.87:54242] logged in with entity id 7489237 at ([prison]-246.46591616206058, 89.4807108763317, -15.397791932238762)
  3094. [13:41:49] [Server thread/INFO]: Lemun lost connection: Disconnected
  3095. [13:46:15] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3096. [13:46:57] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3097. [13:47:18] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3098. [13:54:10] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3099. [13:54:51] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3100. [13:55:11] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3101. [14:02:02] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3102. [14:02:43] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3103. [14:03:04] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3104. [14:09:55] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3105. [14:10:36] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3106. [14:10:57] [Server thread/INFO]: [ClearLag] Removed 5 Entities!
  3107. [14:17:47] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3108. [14:18:28] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3109. [14:18:49] [Server thread/INFO]: [ClearLag] Removed 1 Entities!
  3110. [14:25:39] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3111. [14:26:20] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3112. [14:26:41] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3113. [14:33:32] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3114. [14:34:13] [Server thread/INFO]: [StackableItems] New version: 1.0.5! You're using 1.0.4
  3115. [14:34:13] [Server thread/INFO]: [StackableItems] Grab it at: http://servermods.cursecdn.com/files/912/747/StackableItems.jar
  3116. [14:34:13] [Server thread/INFO]: [StackableItems] You can disable this check from options.yml.
  3117. [14:34:13] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3118. [14:34:13] [Craft Scheduler Thread - 493/INFO]: [Vault] Checking for Updates ...
  3119. [14:34:13] [Craft Scheduler Thread - 472/INFO]: [TitleManager] Searching for updates.
  3120. [14:34:14] [Craft Scheduler Thread - 472/INFO]: [TitleManager] No update was found.
  3121. [14:34:14] [Craft Scheduler Thread - 493/INFO]: [Vault] No new version available
  3122. [14:34:14] [Craft Scheduler Thread - 512/INFO]: [HideStream] Running updater ..
  3123. [14:34:14] [Craft Scheduler Thread - 512/INFO]: [HideStream] ------------------------------------
  3124. [14:34:14] [Craft Scheduler Thread - 512/INFO]: [HideStream] HideStream v3.8 is now available!
  3125. [14:34:14] [Craft Scheduler Thread - 512/INFO]: [HideStream] Run '/hs update' to update now.
  3126. [14:34:14] [Craft Scheduler Thread - 512/INFO]: [HideStream] ------------------------------------
  3127. [14:34:16] [Craft Scheduler Thread - 487/INFO]: Checking for updates via Spigot...
  3128. [14:34:16] [Craft Scheduler Thread - 487/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  3129. [14:34:34] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3130. [14:41:25] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3131. [14:42:06] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3132. [14:42:27] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3133. [14:49:18] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3134. [14:49:59] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3135. [14:50:20] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3136. [14:57:10] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3137. [14:57:51] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3138. [14:58:12] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3139. [15:05:03] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3140. [15:05:44] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3141. [15:06:04] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3142. [15:12:51] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3143. [15:13:31] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3144. [15:13:51] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3145. [15:20:38] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3146. [15:21:19] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3147. [15:21:39] [Server thread/INFO]: [ClearLag] Removed 5 Entities!
  3148. [15:28:30] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3149. [15:29:11] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3150. [15:29:32] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3151. [15:35:43] [Craft Scheduler Thread - 634/INFO]: [TitleManager] Searching for updates.
  3152. [15:35:43] [Craft Scheduler Thread - 634/INFO]: [TitleManager] No update was found.
  3153. [15:35:45] [Craft Scheduler Thread - 633/INFO]: Checking for updates via Spigot...
  3154. [15:35:45] [Craft Scheduler Thread - 633/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  3155. [15:36:22] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3156. [15:37:03] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3157. [15:37:24] [Server thread/INFO]: [ClearLag] Removed 5 Entities!
  3158. [15:41:09] [Thread-51/INFO]: UUID of player Lemun is 4a06e75f-0001-4e60-aa16-a5ff9d5167ed
  3159. [15:41:10] [Server thread/INFO]: (PN) [Helper] Lemun has joined the game!
  3160. [15:41:10] [Server thread/INFO]: Lemun[/198.200.74.87:35182] logged in with entity id 10370798 at ([prison]-256.64252447996506, 89.0, -30.208296171669527)
  3161. [15:41:16] [Server thread/INFO]: Lemun issued server command: /bal
  3162. [15:41:28] [Server thread/INFO]: Lemun issued server command: /seen amd
  3163. [15:44:12] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3164. [15:44:53] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3165. [15:45:13] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3166. [15:45:52] [Server thread/INFO]: Lemun issued server command: /broadcast
  3167. [15:48:13] [Server thread/INFO]: Lemun issued server command: /bal
  3168. [15:52:01] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3169. [15:52:42] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3170. [15:53:02] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3171. [15:59:51] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3172. [16:00:32] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3173. [16:00:52] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3174. [16:04:54] [Server thread/INFO]: Lemun lost connection: Disconnected
  3175. [16:07:42] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3176. [16:08:23] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3177. [16:08:44] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3178. [16:15:34] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3179. [16:16:15] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3180. [16:16:36] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3181. [16:23:26] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3182. [16:24:07] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3183. [16:24:27] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3184. [16:31:17] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3185. [16:31:58] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3186. [16:32:18] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3187. [16:37:06] [Craft Scheduler Thread - 683/INFO]: [TitleManager] Searching for updates.
  3188. [16:37:06] [Craft Scheduler Thread - 683/INFO]: [TitleManager] No update was found.
  3189. [16:37:09] [Craft Scheduler Thread - 735/INFO]: Checking for updates via Spigot...
  3190. [16:37:09] [Craft Scheduler Thread - 735/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  3191. [16:39:09] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3192. [16:39:50] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3193. [16:40:01] [Thread-54/INFO]: UUID of player SenpaiKull is c9235ff2-b322-4f90-ae10-8ac0cb7615be
  3194. [16:40:02] [Server thread/INFO]: (PN) [Helper] SenpaiKull has joined the game!
  3195. [16:40:02] [Server thread/INFO]: SenpaiKull[/89.245.95.210:60235] logged in with entity id 11969971 at ([prison]-253.52075919685944, 89.0, -28.67780929061184)
  3196. [16:40:10] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3197. [16:41:18] [Server thread/INFO]: SenpaiKull issued server command: /crate settings
  3198. [16:41:53] [Server thread/INFO]: SenpaiKull lost connection: Disconnected
  3199. [16:46:57] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3200. [16:47:11] [Thread-56/INFO]: UUID of player SenpaiKull is c9235ff2-b322-4f90-ae10-8ac0cb7615be
  3201. [16:47:12] [Server thread/INFO]: (PN) [Helper] SenpaiKull has joined the game!
  3202. [16:47:12] [Server thread/INFO]: SenpaiKull[/89.245.95.210:54663] logged in with entity id 12143051 at ([prison]-268.03383534321836, 89.0, -24.57935062837944)
  3203. [16:47:23] [Server thread/INFO]: SenpaiKull issued server command: /seen AMD_Processor
  3204. [16:47:38] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3205. [16:47:59] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3206. [16:48:45] [Server thread/INFO]: SenpaiKull lost connection: Disconnected
  3207. [16:54:47] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3208. [16:55:28] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3209. [16:55:48] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3210. [17:02:36] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3211. [17:03:17] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3212. [17:03:38] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3213. [17:10:28] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3214. [17:11:09] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3215. [17:11:29] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3216. [17:14:54] [Craft Scheduler Thread - 791/WARN]: Exception in thread "Craft Scheduler Thread - 791"
  3217. [17:14:54] [Craft Scheduler Thread - 791/WARN]: org.apache.commons.lang.UnhandledException: Plugin BanManager v5.6.1 generated an exception while executing task 52
  3218.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  3219.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  3220.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  3221.     at java.lang.Thread.run(Thread.java:745)
  3222. Caused by: java.lang.NullPointerException
  3223.     at com.mysql.jdbc.ResultSetImpl.setRowPositionValidity(ResultSetImpl.java:852)
  3224.     at com.mysql.jdbc.ResultSetImpl.first(ResultSetImpl.java:1184)
  3225.     at me.confuser.banmanager.internal.ormlite.jdbc.JdbcDatabaseResults.first(JdbcDatabaseResults.java:58)
  3226.     at me.confuser.banmanager.internal.ormlite.stmt.SelectIterator.hasNextThrow(SelectIterator.java:79)
  3227.     at me.confuser.banmanager.internal.ormlite.stmt.SelectIterator.hasNext(SelectIterator.java:98)
  3228.     at me.confuser.banmanager.runnables.ExpiresSync.run(ExpiresSync.java:37)
  3229.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  3230.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  3231.     ... 3 more
  3232.  
  3233. [17:18:18] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3234. [17:18:59] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3235. [17:19:19] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3236. [17:26:06] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3237. [17:26:47] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3238. [17:27:07] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3239. [17:33:55] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3240. [17:34:36] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3241. [17:34:56] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3242. [17:38:21] [Craft Scheduler Thread - 814/INFO]: [HideStream] Running updater ..
  3243. [17:38:21] [Craft Scheduler Thread - 799/INFO]: [TitleManager] Searching for updates.
  3244. [17:38:21] [Craft Scheduler Thread - 814/INFO]: [HideStream] ------------------------------------
  3245. [17:38:21] [Craft Scheduler Thread - 814/INFO]: [HideStream] HideStream v3.8 is now available!
  3246. [17:38:21] [Craft Scheduler Thread - 814/INFO]: [HideStream] Run '/hs update' to update now.
  3247. [17:38:21] [Craft Scheduler Thread - 814/INFO]: [HideStream] ------------------------------------
  3248. [17:38:21] [Craft Scheduler Thread - 799/INFO]: [TitleManager] No update was found.
  3249. [17:38:23] [Craft Scheduler Thread - 803/INFO]: Checking for updates via Spigot...
  3250. [17:38:23] [Craft Scheduler Thread - 803/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  3251. [17:41:43] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3252. [17:42:24] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3253. [17:42:45] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3254. [17:49:32] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3255. [17:50:13] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3256. [17:50:33] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3257. [17:57:20] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3258. [17:58:01] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3259. [17:58:13] [Thread-60/INFO]: UUID of player Lemun is 4a06e75f-0001-4e60-aa16-a5ff9d5167ed
  3260. [17:58:13] [Server thread/INFO]: (PN) [Helper] Lemun has joined the game!
  3261. [17:58:13] [Server thread/INFO]: Lemun[/198.200.74.87:59268] logged in with entity id 13840711 at ([prison]-179.69999998807913, 135.6156937693965, -92.69999998807907)
  3262. [17:58:21] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3263. [17:58:26] [Server thread/INFO]: Lemun issued server command: /tp amd
  3264. [17:58:29] [Server thread/INFO]: Lemunyo
  3265. [17:58:48] [Server thread/INFO]: Lemun issued server command: /gamemode 1
  3266. [18:05:13] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3267. [18:05:54] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3268. [18:06:16] [Server thread/INFO]: [ClearLag] Removed 1 Entities!
  3269. [18:06:30] [Server thread/INFO]: Lemun lost connection: Disconnected
  3270. [18:08:00] [Thread-62/INFO]: UUID of player Lemun is 4a06e75f-0001-4e60-aa16-a5ff9d5167ed
  3271. [18:08:01] [Server thread/INFO]: (PN) [Helper] Lemun has joined the game!
  3272. [18:08:01] [Server thread/INFO]: Lemun[/198.200.74.87:50541] logged in with entity id 14096119 at ([prison]-85.28938930295406, 108.0, -45.30000001192093)
  3273. [18:08:43] [Server thread/INFO]: Lemun issued server command: /freeze
  3274. [18:08:46] [Server thread/INFO]: Lemun issued server command: /freeze
  3275. [18:10:12] [Thread-64/INFO]: UUID of player MobTheGreat is bdded35a-bec2-4eac-8ec5-ba3823f6a47b
  3276. [18:10:12] [Server thread/INFO]: MobTheGreat[/74.192.79.254:60169] logged in with entity id 14175409 at ([prison]-126.85456215156013, 90.0, -31.934069083646847)
  3277. [18:10:22] [Server thread/INFO]: MobTheGreat issued server command: /rankup
  3278. [18:10:22] [Server thread/INFO]: [+] MobTheGreat ranked up to B!
  3279. [18:10:22] [Server thread/INFO]: Unknown Command. Use "/Help"
  3280. [18:10:35] [Server thread/INFO]: LemunWho are u mob
  3281. [18:10:47] [Server thread/INFO]: MobTheGreatI am me.
  3282. [18:10:57] [Server thread/INFO]: Lemunare you apart of the staff team?
  3283. [18:10:59] [Server thread/INFO]: MobTheGreatI am a firend of AMDs
  3284. [18:11:05] [Server thread/INFO]: MobTheGreatfriend*
  3285. [18:11:09] [Server thread/INFO]: LemunOk
  3286. [18:11:18] [Server thread/INFO]: MobTheGreatHe whitelisted me to show me somethings
  3287. [18:11:39] [Server thread/INFO]: MobTheGreatAre you staff?
  3288. [18:11:39] [Server thread/INFO]: Lemun issued server command: /v
  3289. [18:11:42] [Server thread/INFO]: LemunIm the deveoper
  3290. [18:11:46] [Server thread/INFO]: LemunIm the developer
  3291. [18:11:53] [Server thread/INFO]: LemunConfigurater Developer
  3292. [18:11:58] [Server thread/INFO]: MobTheGreatAhh! Well nice to meet you!
  3293. [18:12:01] [Server thread/INFO]: LemunIm pretty much the guy that does the boring crap
  3294. [18:12:07] [Server thread/INFO]: LemunNice to meet you too
  3295. [18:12:09] [Server thread/INFO]: Lemun issued server command: /chatcolor
  3296. [18:12:14] [Server thread/INFO]: Lemun issued server command: /chatcolour
  3297. [18:12:32] [Server thread/INFO]: MobTheGreatI want to learn how to be a developer. I am trying to learn JavaScript, but I dont pick up stuff
  3298. [18:12:37] [Server thread/INFO]: MobTheGreatlike that very well
  3299. [18:13:02] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3300. [18:13:04] [Server thread/INFO]: LemunI can make a simple gui
  3301. [18:13:07] [Server thread/INFO]: Lemunwith java
  3302. [18:13:22] [Server thread/INFO]: MobTheGreatooo Nice! I know a little HTML.
  3303. [18:13:30] [Server thread/INFO]: Lemunhtml is pretty ez
  3304. [18:13:34] [Server thread/INFO]: MobTheGreatand CSS
  3305. [18:13:42] [Server thread/INFO]: Lemunhtml and css are pretty much the same
  3306. [18:13:44] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3307. [18:13:47] [Server thread/INFO]: Lemuncss is just to make things cool
  3308. [18:13:57] [Server thread/INFO]: MobTheGreatyea like font and coloring
  3309. [18:13:57] [Server thread/INFO]: Lemun issued server command: /tp amd
  3310. [18:14:01] [Server thread/INFO]: Lemunyea
  3311. [18:14:04] [Server thread/INFO]: Lemuntransitions
  3312. [18:14:04] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3313. [18:14:08] [Server thread/INFO]: MobTheGreatyup
  3314. [18:14:10] [Server thread/INFO]: Lemun issued server command: /tphere mob
  3315. [18:14:15] [Server thread/INFO]: MobTheGreathaha
  3316. [18:14:20] [Server thread/INFO]: LemunDid i put u to spawn?
  3317. [18:14:24] [Server thread/INFO]: MobTheGreatyes
  3318. [18:14:30] [Server thread/INFO]: LemunI tried to tp u to me
  3319. [18:14:31] [Server thread/INFO]: Lemun issued server command: /v
  3320. [18:14:34] [Server thread/INFO]: Lemun issued server command: /tphere mob
  3321. [18:14:40] [Thread-65/INFO]: UUID of player SenpaiKull is c9235ff2-b322-4f90-ae10-8ac0cb7615be
  3322. [18:14:41] [Server thread/INFO]: Lemunoh lol
  3323. [18:14:41] [Server thread/INFO]: (PN) [Helper] SenpaiKull has joined the game!
  3324. [18:14:41] [Server thread/INFO]: SenpaiKull[/89.245.95.210:47901] logged in with entity id 14343403 at ([prison]-265.2484659238925, 89.0, -24.463624950385377)
  3325. [18:14:43] [Server thread/INFO]: MobTheGreatlol
  3326. [18:14:46] [Server thread/INFO]: MobTheGreathey kull
  3327. [18:14:52] [Server thread/INFO]: Kullhey :p
  3328. [18:15:08] [Server thread/INFO]: Lemundo /seen amd
  3329. [18:15:10] [Server thread/INFO]: Lemun issued server command: /seen amd
  3330. [18:15:12] [Server thread/INFO]: Kullwhy is savage still afk ._.
  3331. [18:15:12] [Server thread/INFO]: Lemun9 hours
  3332. [18:15:14] [Server thread/INFO]: LemunGEEZ
  3333. [18:15:14] [Server thread/INFO]: MobTheGreat issued server command: /seen AMD_Processor
  3334. [18:15:17] [Server thread/INFO]: Kulli thought he woke up
  3335. [18:15:17] [Server thread/INFO]: MobTheGreatmy gosh
  3336. [18:15:20] [Server thread/INFO]: LemunSame
  3337. [18:15:24] [Server thread/INFO]: Lemunhe just replied to me
  3338. [18:15:39] [Server thread/INFO]: KullMob How are you whitelisted? :o
  3339. [18:15:50] [Server thread/INFO]: MobTheGreatAMD, wanted to show me somethings
  3340. [18:15:51] [Server thread/INFO]: SenpaiKull issued server command: /pv 12
  3341. [18:15:54] [Server thread/INFO]: Lemun issued server command: /feed mob
  3342. [18:16:18] [Server thread/INFO]: MobTheGreat issued server command: /pv
  3343. [18:16:21] [Server thread/INFO]: MobTheGreat issued server command: /pv 1
  3344. [18:16:42] [Server thread/INFO]: SenpaiKull issued server command: /ci
  3345. [18:16:45] [Server thread/INFO]: MobTheGreatYou guys are doin good!
  3346. [18:16:54] [Server thread/INFO]: Kullye ;p
  3347. [18:17:35] [Server thread/INFO]: MobTheGreathehe
  3348. [18:17:49] [Server thread/INFO]: SenpaiKull issued server command: /slap AMD_Processor
  3349. [18:17:49] [Server thread/INFO]: »SenpaiKull b*tch slapped AMD_Processor. :0!
  3350. [18:17:54] [Server thread/INFO]: MobTheGreathaha
  3351. [18:17:56] [Server thread/INFO]: LemunHow do you do that
  3352. [18:18:02] [Server thread/INFO]: Kullemotes plugin
  3353. [18:18:02] [Server thread/INFO]: Lemun&6a
  3354. [18:18:06] [Server thread/INFO]: Kull,/slap
  3355. [18:18:07] [Server thread/INFO]: Lemun issued server command: /slap
  3356. [18:18:14] [Server thread/INFO]: Lemun issued server command: /slap MobTheGreat
  3357. [18:18:14] [Server thread/INFO]: »Lemun b*tch slapped MobTheGreat. :0!
  3358. [18:18:17] [Server thread/INFO]: KullxD
  3359. [18:18:18] [Server thread/INFO]: MobTheGreatxD
  3360. [18:18:23] [Server thread/INFO]: Lemunlol he called me
  3361. [18:18:26] [Server thread/INFO]: Lemunthen he hangs up
  3362. [18:18:31] [Server thread/INFO]: Kullgg
  3363. [18:18:41] [Server thread/INFO]: KullMob Dont take anything out pls xD
  3364. [18:18:49] [Server thread/INFO]: MobTheGreatI wont just seeing what you were looking at
  3365. [18:19:36] [Server thread/INFO]: MobTheGreatxD
  3366. [18:19:46] [Server thread/INFO]: MobTheGreatwb amd
  3367. [18:19:56] [Server thread/INFO]: Lemuncrap
  3368. [18:20:09] [Server thread/INFO]: MobTheGreatdidnt pick anything up
  3369. [18:20:58] [Server thread/INFO]: MobTheGreatbrb
  3370. [18:21:00] [Server thread/INFO]: MobTheGreat lost connection: Disconnected
  3371. [18:21:36] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3372. [18:21:52] [Server thread/INFO]: AMD_Processor lost connection: Disconnected
  3373. [18:22:24] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3374. [18:22:45] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3375. [18:22:54] [Server thread/INFO]: SenpaiKull issued server command: /rune
  3376. [18:23:01] [Server thread/INFO]: SenpaiKull issued server command: /help
  3377. [18:23:15] [Server thread/INFO]: SenpaiKull issued server command: /help Holograph
  3378. [18:23:18] [Server thread/INFO]: Lemun lost connection: Disconnected
  3379. [18:23:24] [Server thread/INFO]: SenpaiKull issued server command: /holograms
  3380. [18:23:29] [Server thread/INFO]: SenpaiKull issued server command: /holograms help
  3381. [18:24:22] [Server thread/INFO]: SenpaiKull issued server command: /holograms create Savage &6&lSavage &c&lStinks
  3382. [18:24:58] [Server thread/INFO]: SenpaiKull issued server command: /holograms Movehere savage
  3383. [18:25:12] [Thread-67/INFO]: UUID of player Cursary is 06c14e30-bbe2-4e7e-a61d-e33876045e13
  3384. [18:25:12] [Server thread/INFO]: Cursary[/62.255.77.89:38549] logged in with entity id 14562371 at ([world]39.5, 64.0, 216.5)
  3385. [18:25:12] [pool-8-thread-1/INFO]: Creating empty config: /mc/prison/plugins/Essentials/userdata/06c14e30-bbe2-4e7e-a61d-e33876045e13.yml
  3386. [18:25:17] [Thread-68/INFO]: UUID of player Lemun is 4a06e75f-0001-4e60-aa16-a5ff9d5167ed
  3387. [18:25:17] [Server thread/INFO]: (PN) [Helper] Lemun has joined the game!
  3388. [18:25:17] [Server thread/INFO]: Lemun[/198.200.74.87:48726] logged in with entity id 14565110 at ([prison]-254.24192013635042, 89.0, -30.624836782378438)
  3389. [18:25:25] [Server thread/INFO]: Cursary lost connection: Disconnected
  3390. [18:25:26] [Server thread/INFO]: Kullis the whitelist gone? :o
  3391. [18:25:30] [Server thread/INFO]: Lemunno
  3392. [18:25:31] [Server thread/INFO]: Lemunstill here
  3393. [18:25:33] [Server thread/INFO]: Lemun lost connection: Disconnected
  3394. [18:25:38] [Server thread/INFO]: KullPeople joining haha
  3395. [18:26:19] [Server thread/INFO]: SenpaiKull issued server command: /holograms edit Savage &b&lKull is bae
  3396. [18:26:28] [Server thread/INFO]: SenpaiKull issued server command: /holograms addlinke Savage &b&lKull is bae
  3397. [18:26:33] [Server thread/INFO]: SenpaiKull issued server command: /holograms addline Savage &b&lKull is bae
  3398. [18:28:07] [Server thread/INFO]: SenpaiKull lost connection: Disconnected
  3399. [18:29:41] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3400. [18:30:22] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3401. [18:30:42] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3402. [18:34:21] [Thread-70/INFO]: UUID of player AMD_Processor is 8d5c2fb4-7116-4771-8b59-ddd931edb701
  3403. [18:34:22] [Server thread/INFO]: (PN) [Helper] AMD_Processor has joined the game!
  3404. [18:34:22] [Server thread/INFO]: AMD_Processor[/173.217.72.186:36891] logged in with entity id 14615006 at ([prison]-249.77906510265467, 89.0, -22.263386007548362)
  3405. [18:34:22] [Craft Scheduler Thread - 893/ERROR]: [FeatherBoard] java.lang.IllegalArgumentException: Team name 'MVdWFB57212' is already in use
  3406.     at org.apache.commons.lang.Validate.isTrue(Validate.java:136)
  3407.     at org.bukkit.craftbukkit.v1_8_R3.scoreboard.CraftScoreboard.registerNewTeam(CraftScoreboard.java:140)
  3408.     at be.maximvdw.featherboardcore.m.f.a(Sidebarv4.java:350)
  3409.     at be.maximvdw.featherboardcore.m.f.a(Sidebarv4.java:218)
  3410.     at be.maximvdw.featherboardcore.m.f.b(Sidebarv4.java:293)
  3411.     at be.maximvdw.featherboardcore.m.b.b(SidebarWrapper.java:135)
  3412.     at be.maximvdw.featherboard.a.b(Unknown Source)
  3413.     at be.maximvdw.featherboard.c.run(Unknown Source)
  3414.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  3415.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  3416.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  3417.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  3418.     at java.lang.Thread.run(Thread.java:745)
  3419.  
  3420. [18:37:33] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3421. [18:38:13] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3422. [18:38:34] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3423. [18:40:37] [Craft Scheduler Thread - 933/INFO]: [TitleManager] Searching for updates.
  3424. [18:40:38] [Craft Scheduler Thread - 933/INFO]: [TitleManager] No update was found.
  3425. [18:40:40] [Craft Scheduler Thread - 910/INFO]: Checking for updates via Spigot...
  3426. [18:40:41] [Craft Scheduler Thread - 910/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  3427. [18:45:22] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3428. [18:46:03] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3429. [18:46:23] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3430. [18:53:10] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3431. [18:53:37] [Server thread/INFO]: AMD_Processor issued server command: /crate reload
  3432. [18:53:37] [Server thread/ERROR]: Cannot load plugins/CratesPlus/config.yml
  3433. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  3434.  in 'string', line 48, column 7:
  3435.           '1':
  3436.           ^
  3437. expected <block end>, but found BlockMappingStart
  3438.  in 'string', line 70, column 8:
  3439.            Commands:
  3440.            ^
  3441.  
  3442.     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3443.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3444.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3445.     at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [ss.jar:git-Spigot-db6de12-18fbb24]
  3446.     at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [ss.jar:git-Spigot-db6de12-18fbb24]
  3447.     at plus.crates.CratesPlus.reloadPlugin(CratesPlus.java:505) [CratesPlus-4.0.0%20(1).jar:?]
  3448.     at plus.crates.Commands.CrateCommand.onCommand(CrateCommand.java:50) [CratesPlus-4.0.0%20(1).jar:?]
  3449.     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  3450.     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [ss.jar:git-Spigot-db6de12-18fbb24]
  3451.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [ss.jar:git-Spigot-db6de12-18fbb24]
  3452.     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [ss.jar:git-Spigot-db6de12-18fbb24]
  3453.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [ss.jar:git-Spigot-db6de12-18fbb24]
  3454.     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [ss.jar:git-Spigot-db6de12-18fbb24]
  3455.     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [ss.jar:git-Spigot-db6de12-18fbb24]
  3456.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  3457.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  3458.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  3459.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  3460.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  3461.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  3462.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  3463.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  3464.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  3465. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  3466.  in 'string', line 48, column 7:
  3467.           '1':
  3468.           ^
  3469. expected <block end>, but found BlockMappingStart
  3470.  in 'string', line 70, column 8:
  3471.            Commands:
  3472.            ^
  3473.  
  3474.     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3475.     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3476.     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3477.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3478.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3479.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3480.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3481.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3482.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3483.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3484.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3485.     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3486.     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3487.     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3488.     at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3489.     at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3490.     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3491.     ... 22 more
  3492. [18:53:40] [Server thread/INFO]: AMD_Processor issued server command: /crate settings
  3493. [18:53:51] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3494. [18:54:12] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3495. [18:54:24] [Server thread/INFO]: AMD_Processor issued server command: /crate reload
  3496. [18:54:24] [Server thread/ERROR]: Cannot load plugins/CratesPlus/config.yml
  3497. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  3498.  in 'string', line 48, column 7:
  3499.           '1':
  3500.           ^
  3501. expected <block end>, but found BlockMappingStart
  3502.  in 'string', line 70, column 8:
  3503.            Commands:
  3504.            ^
  3505.  
  3506.     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3507.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3508.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3509.     at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [ss.jar:git-Spigot-db6de12-18fbb24]
  3510.     at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [ss.jar:git-Spigot-db6de12-18fbb24]
  3511.     at plus.crates.CratesPlus.reloadPlugin(CratesPlus.java:505) [CratesPlus-4.0.0%20(1).jar:?]
  3512.     at plus.crates.Commands.CrateCommand.onCommand(CrateCommand.java:50) [CratesPlus-4.0.0%20(1).jar:?]
  3513.     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  3514.     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [ss.jar:git-Spigot-db6de12-18fbb24]
  3515.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [ss.jar:git-Spigot-db6de12-18fbb24]
  3516.     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [ss.jar:git-Spigot-db6de12-18fbb24]
  3517.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [ss.jar:git-Spigot-db6de12-18fbb24]
  3518.     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [ss.jar:git-Spigot-db6de12-18fbb24]
  3519.     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [ss.jar:git-Spigot-db6de12-18fbb24]
  3520.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  3521.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  3522.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  3523.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  3524.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  3525.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  3526.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  3527.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  3528.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  3529. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  3530.  in 'string', line 48, column 7:
  3531.           '1':
  3532.           ^
  3533. expected <block end>, but found BlockMappingStart
  3534.  in 'string', line 70, column 8:
  3535.            Commands:
  3536.            ^
  3537.  
  3538.     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3539.     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3540.     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3541.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3542.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3543.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3544.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3545.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3546.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3547.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3548.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3549.     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3550.     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3551.     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3552.     at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3553.     at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3554.     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3555.     ... 22 more
  3556. [18:54:27] [Server thread/INFO]: AMD_Processor issued server command: /crate settings
  3557. [18:54:32] [Server thread/INFO]: AMD_Processor issued server command: /crate
  3558. [18:55:03] [Server thread/INFO]: AMD_Processor issued server command: /crate reload
  3559. [18:55:05] [Server thread/INFO]: AMD_Processor issued server command: /crate settings
  3560. [18:55:20] [Server thread/INFO]: AMD_Processor issued server command: /clear
  3561. [18:56:59] [Server thread/INFO]: AMD_Processor issued server command: /crate reload
  3562. [18:57:04] [Server thread/INFO]: AMD_Processor issued server command: /crate crate vote
  3563. [18:57:26] [Server thread/INFO]: AMD_Processor issued server command: /crate reload
  3564. [18:57:29] [Server thread/INFO]: AMD_Processor issued server command: /crate crate vote
  3565. [18:57:53] [Server thread/INFO]: AMD_Processor issued server command: /crate reload
  3566. [18:58:10] [Server thread/INFO]: AMD_Processor issued server command: /crate crate vote
  3567. [19:01:02] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3568. [19:01:43] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3569. [19:01:46] [Server thread/INFO]: AMD_Processor issued server command: /crate
  3570. [19:01:56] [Server thread/INFO]: AMD_Processor issued server command: /crate key AMD_Processor vote 1
  3571. [19:02:04] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3572. [19:02:26] [Server thread/INFO]: AMD_Processor issued server command: /crate reload
  3573. [19:02:26] [Server thread/ERROR]: Cannot load plugins/CratesPlus/config.yml
  3574. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  3575.  in 'string', line 46, column 7:
  3576.           '1':
  3577.           ^
  3578. expected <block end>, but found BlockSequenceStart
  3579.  in 'string', line 50, column 8:
  3580.            - 'crate key %name% vote 1'
  3581.            ^
  3582.  
  3583.     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3584.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3585.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3586.     at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [ss.jar:git-Spigot-db6de12-18fbb24]
  3587.     at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [ss.jar:git-Spigot-db6de12-18fbb24]
  3588.     at plus.crates.CratesPlus.reloadPlugin(CratesPlus.java:505) [CratesPlus-4.0.0%20(1).jar:?]
  3589.     at plus.crates.Commands.CrateCommand.onCommand(CrateCommand.java:50) [CratesPlus-4.0.0%20(1).jar:?]
  3590.     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  3591.     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [ss.jar:git-Spigot-db6de12-18fbb24]
  3592.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [ss.jar:git-Spigot-db6de12-18fbb24]
  3593.     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [ss.jar:git-Spigot-db6de12-18fbb24]
  3594.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [ss.jar:git-Spigot-db6de12-18fbb24]
  3595.     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [ss.jar:git-Spigot-db6de12-18fbb24]
  3596.     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [ss.jar:git-Spigot-db6de12-18fbb24]
  3597.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  3598.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  3599.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  3600.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  3601.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  3602.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  3603.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  3604.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  3605.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  3606. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  3607.  in 'string', line 46, column 7:
  3608.           '1':
  3609.           ^
  3610. expected <block end>, but found BlockSequenceStart
  3611.  in 'string', line 50, column 8:
  3612.            - 'crate key %name% vote 1'
  3613.            ^
  3614.  
  3615.     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3616.     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3617.     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3618.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3619.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3620.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3621.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3622.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3623.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3624.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3625.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3626.     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3627.     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3628.     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3629.     at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3630.     at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3631.     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3632.     ... 22 more
  3633. [19:02:35] [Server thread/INFO]: AMD_Processor issued server command: /crate setting
  3634. [19:02:36] [Server thread/INFO]: AMD_Processor issued server command: /crate settings
  3635. [19:05:47] [Server thread/INFO]: AMD_Processor issued server command: /crate reload
  3636. [19:08:55] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3637. [19:09:36] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3638. [19:09:56] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3639. [19:16:11] [Thread-73/INFO]: UUID of player Lemun is 4a06e75f-0001-4e60-aa16-a5ff9d5167ed
  3640. [19:16:11] [Server thread/INFO]: (PN) [Helper] Lemun has joined the game!
  3641. [19:16:11] [Server thread/INFO]: Lemun[/198.200.74.87:59854] logged in with entity id 15203932 at ([prison]-254.23750001192093, 89.0, -30.372415418877964)
  3642. [19:16:11] [Thread-75/INFO]: UUID of player Lemun is 4a06e75f-0001-4e60-aa16-a5ff9d5167ed
  3643. [19:16:11] [Server thread/INFO]: Lemun lost connection: Internal Exception: java.io.IOException: Error while write(...): Broken pipe
  3644. [19:16:11] [Server thread/INFO]: (PN) [Helper] Lemun has joined the game!
  3645. [19:16:11] [Server thread/INFO]: Lemun[/198.200.74.87:54498] logged in with entity id 15203977 at ([prison]-254.23750001192093, 89.0, -30.372415418877964)
  3646. [19:16:11] [Craft Scheduler Thread - 986/ERROR]: [FeatherBoard] java.lang.IllegalArgumentException: Team name 'MVdWFB572210' is already in use
  3647.     at org.apache.commons.lang.Validate.isTrue(Validate.java:136)
  3648.     at org.bukkit.craftbukkit.v1_8_R3.scoreboard.CraftScoreboard.registerNewTeam(CraftScoreboard.java:140)
  3649.     at be.maximvdw.featherboardcore.m.f.a(Sidebarv4.java:350)
  3650.     at be.maximvdw.featherboardcore.m.f.a(Sidebarv4.java:218)
  3651.     at be.maximvdw.featherboardcore.m.f.b(Sidebarv4.java:293)
  3652.     at be.maximvdw.featherboardcore.m.b.b(SidebarWrapper.java:135)
  3653.     at be.maximvdw.featherboard.a.b(Unknown Source)
  3654.     at be.maximvdw.featherboard.c.run(Unknown Source)
  3655.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  3656.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  3657.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  3658.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  3659.     at java.lang.Thread.run(Thread.java:745)
  3660.  
  3661. [19:16:11] [Thread-77/INFO]: UUID of player Lemun is 4a06e75f-0001-4e60-aa16-a5ff9d5167ed
  3662. [19:16:11] [Server thread/INFO]: Lemun lost connection: Internal Exception: java.io.IOException: Error while write(...): Broken pipe
  3663. [19:16:12] [Server thread/INFO]: (PN) [Helper] Lemun has joined the game!
  3664. [19:16:12] [Server thread/INFO]: Lemun[/198.200.74.87:34065] logged in with entity id 15204495 at ([prison]-254.23750001192093, 89.0, -30.372415418877964)
  3665. [19:16:17] [Server thread/INFO]: Lemun issued server command: /crate
  3666. [19:16:20] [Server thread/INFO]: Lemunyo
  3667. [19:16:34] [Server thread/INFO]: Lemun issued server command: /spawn
  3668. [19:16:44] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3669. [19:17:02] [Server thread/INFO]: Lemun issued server command: /crate create Vote
  3670. [19:17:20] [Server thread/INFO]: Lemun issued server command: /back
  3671. [19:17:25] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3672. [19:17:40] [Server thread/INFO]: Lemun issued server command: /k
  3673. [19:17:41] [Server thread/INFO]: Lemun issued server command: /back
  3674. [19:17:45] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3675. [19:17:52] [Server thread/INFO]: Lemun issued server command: /crate settings
  3676. [19:18:20] [Server thread/INFO]: Lemun issued server command: /crate create Lemun Vote
  3677. [19:18:32] [Server thread/INFO]: Lemun issued server command: /crate crate Lemun Vote
  3678. [19:18:42] [Server thread/INFO]: Lemun issued server command: /crate crate Vote Lemun
  3679. [19:20:13] [Server thread/INFO]: AMD_Processor issued server command: /crate reload
  3680. [19:21:28] [Server thread/INFO]: AMD_Processor issued server command: /crate crate vote
  3681. [19:21:39] [Server thread/INFO]: Lemun lost connection: Disconnected
  3682. [19:24:32] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3683. [19:25:13] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3684. [19:25:25] [Server thread/INFO]: AMD_Processor issued server command: /crate reload
  3685. [19:25:31] [Server thread/INFO]: AMD_Processor issued server command: /crate crate vote
  3686. [19:25:31] [Server thread/INFO]: AMD_Processor issued server command: /crate crate vote
  3687. [19:25:32] [Server thread/INFO]: AMD_Processor issued server command: /crate crate vote
  3688. [19:25:34] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3689. [19:25:35] [Server thread/INFO]: AMD_Processor issued server command: /crate key AMD_Processor vote 1
  3690. [19:25:35] [Server thread/INFO]: AMD_Processor issued server command: /crate key AMD_Processor vote 1
  3691. [19:25:37] [Server thread/INFO]: AMD_Processor issued server command: /crate key AMD_Processor vote 100
  3692. [19:26:02] [Server thread/INFO]: AMD_Processor issued server command: /eco reset AMD_Processor
  3693. [19:27:59] [Server thread/INFO]: AMD_Processor issued server command: /bal
  3694. [19:28:57] [Server thread/INFO]: AMD_Processor issued server command: /clear
  3695. [19:29:02] [Server thread/INFO]: AMD_Processor issued server command: /crate crate vote
  3696. [19:29:16] [Server thread/INFO]: AMD_Processor issued server command: /crate
  3697. [19:29:25] [Server thread/INFO]: AMD_Processor issued server command: /crate key AMD_Processor vote 100
  3698. [19:32:22] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3699. [19:32:23] [Server thread/INFO]: AMD_Processor issued server command: /crate reload
  3700. [19:32:31] [Server thread/INFO]: AMD_Processor issued server command: /crate crate vote
  3701. [19:33:03] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3702. [19:33:12] [Server thread/INFO]: AMD_Processor issued server command: /eco give AMD_Processor 100000
  3703. [19:33:24] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3704. [19:36:09] [Server thread/INFO]: AMD_Processor issued server command: /clear
  3705. [19:37:04] [pool-11-thread-4/ERROR]: [Buycraft] HTTP request failed due to timeout error.
  3706. [19:37:04] [pool-11-thread-4/ERROR]: [Buycraft] No response/invalid key during pending players check.
  3707. [19:39:20] [Server thread/INFO]: AMD_Processor issued server command: //wand
  3708. [19:39:42] [Server thread/INFO]: AMD_Processor issued server command: //set 43:8
  3709. [19:39:53] [Server thread/INFO]: AMD_Processor issued server command: /mine
  3710. [19:39:58] [Server thread/INFO]: AMD_Processor issued server command: /mine settp minea
  3711. [19:40:12] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3712. [19:40:25] [Server thread/INFO]: AMD_Processor issued server command: /asa
  3713. [19:40:53] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3714. [19:41:13] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  3715. [19:41:16] [Thread-79/INFO]: UUID of player _Ninga_ is fd738d01-62ce-4892-9974-dbf56d414301
  3716. [19:41:16] [Server thread/INFO]: (PN) [Helper] _Ninga_ has joined the game!
  3717. [19:41:16] [Server thread/INFO]: _Ninga_[/162.207.24.162:34278] logged in with entity id 15549701 at ([prison]-268.1478467852437, 89.0, -21.291643798196148)
  3718. [19:41:23] [Server thread/INFO]: JoshHey Boss
  3719. [19:41:47] [Server thread/INFO]: _Ninga_ issued server command: /tp AMD_Processor
  3720. [19:41:56] [Craft Scheduler Thread - 1006/INFO]: [TitleManager] Searching for updates.
  3721. [19:42:00] [Craft Scheduler Thread - 1023/INFO]: Checking for updates via Spigot...
  3722. [19:42:00] [Craft Scheduler Thread - 1006/INFO]: [TitleManager] No update was found.
  3723. [19:42:00] [Craft Scheduler Thread - 1023/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  3724. [19:42:38] [Server thread/INFO]: _Ninga_ lost connection: Disconnected
  3725. [19:43:30] [Server thread/INFO]: AMD_Processor issued server command: /asa
  3726. [19:43:47] [Server thread/INFO]: AMD_Processor issued server command: /asa addshop minea
  3727. [19:44:09] [Server thread/INFO]: AMD_Processor issued server command: /gms
  3728. [19:44:15] [Server thread/INFO]: AMD_Processor issued server command: /clear
  3729. [19:44:16] [Server thread/INFO]: AMD_Processor issued server command: /kit starter
  3730. [19:48:03] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3731. [19:48:44] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3732. [19:49:05] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3733. [19:49:28] [Server thread/INFO]: AMD_Processor issued server command: /gm 0
  3734. [19:50:07] [Server thread/INFO]: AMD_Processor issued server command: /asa additem minea 35
  3735. [19:50:12] [Server thread/INFO]: AMD_Processor issued server command: /asa additem minea 20
  3736. [19:50:20] [Server thread/INFO]: AMD_Processor issued server command: /asa additem minea 50
  3737. [19:50:57] [Server thread/INFO]: AMD_Processor issued server command: /asa additem minea 400
  3738. [19:51:17] [Server thread/INFO]: AMD_Processor issued server command: /asa additem minea 280
  3739. [19:51:33] [Server thread/INFO]: AMD_Processor issued server command: /i sign
  3740. [19:52:29] [Server thread/INFO]: AMD_Processor issued server command: /asa addsign minea
  3741. [19:52:40] [Server thread/INFO]: AMD_Processor lost connection: Disconnected
  3742. [19:55:15] [Thread-82/INFO]: UUID of player Cheeky_Banana__ is 7c77e499-ef1b-42de-8323-f281b1d75eb9
  3743. [19:55:15] [Server thread/INFO]: Cheeky_Banana__[/99.242.167.175:41832] logged in with entity id 15678059 at ([prison]-128.01916739382443, 90.0, 8.297567800334463)
  3744. [19:55:16] [Thread-83/INFO]: UUID of player AMD_Processor is 8d5c2fb4-7116-4771-8b59-ddd931edb701
  3745. [19:55:16] [Server thread/INFO]: (PN) [Helper] AMD_Processor has joined the game!
  3746. [19:55:16] [Server thread/INFO]: AMD_Processor[/173.217.72.186:48303] logged in with entity id 15678084 at ([prison]-77.57183657095885, 89.0, -180.22023252517937)
  3747. [19:55:25] [Server thread/INFO]: AMD_Processor issued server command: /tpall
  3748. [19:55:27] [Server thread/INFO]: BananaTT
  3749. [19:55:39] [Server thread/INFO]: AMD_Processor issued server command: /pickdrop drop
  3750. [19:55:54] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3751. [19:56:35] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3752. [19:56:55] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3753. [19:57:25] [Server thread/INFO]: Cheeky_Banana__ issued server command: /PV 1
  3754. [19:57:34] [Server thread/INFO]: Cheeky_Banana__ issued server command: /CI
  3755. [19:57:38] [Server thread/INFO]: Cheeky_Banana__ issued server command: /CI
  3756. [19:57:39] [Server thread/INFO]: Cheeky_Banana__ issued server command: /PV 1
  3757. [19:57:59] [Server thread/INFO]: Cheeky_Banana__ issued server command: /CI
  3758. [19:58:00] [Server thread/INFO]: Cheeky_Banana__ issued server command: /PV 1
  3759. [19:58:08] [Server thread/INFO]: Cheeky_Banana__ issued server command: /CI
  3760. [19:58:10] [Server thread/INFO]: Cheeky_Banana__ issued server command: /PV 2
  3761. [19:58:14] [Server thread/INFO]: Cheeky_Banana__ issued server command: /PV 3
  3762. [19:58:29] [Server thread/INFO]: Cheeky_Banana__ issued server command: /PV
  3763. [19:58:30] [Server thread/INFO]: Cheeky_Banana__ issued server command: /PV 4
  3764. [19:58:32] [Server thread/INFO]: AMD_Processor issued server command: /ci Cheeky_Banana__
  3765. [19:58:35] [Server thread/INFO]: AMD_Processor issued server command: /clear
  3766. [19:58:35] [Server thread/INFO]: AMD_Processor issued server command: /kit
  3767. [19:58:38] [Server thread/INFO]: AMD_Processor issued server command: /kit starter
  3768. [19:58:43] [Server thread/INFO]: AMD_Processor issued server command: /ci Cheeky_Banana__
  3769. [19:58:48] [Server thread/INFO]: AMD_Processor issued server command: /pickdrop drop
  3770. [19:58:53] [Server thread/INFO]: Cheeky_Banana__ issued server command: /PV 1
  3771. [19:59:05] [Server thread/INFO]: Cheeky_Banana__ issued server command: /PV 1
  3772. [19:59:06] [Server thread/INFO]: Cheeky_Banana__ issued server command: /PV 2
  3773. [19:59:07] [Server thread/INFO]: Cheeky_Banana__ issued server command: /PV 3
  3774. [19:59:08] [Server thread/INFO]: Cheeky_Banana__ issued server command: /PV 4
  3775. [20:02:14] [Server thread/INFO]: AMD_Processorhey bb
  3776. [20:03:43] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3777. [20:04:24] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3778. [20:04:30] [Server thread/INFO]: AMD_Processor issued server command: /clear
  3779. [20:04:44] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3780. [20:06:04] [Server thread/INFO]: AMD_Processor issued server command: /mc
  3781. [20:06:07] [Server thread/INFO]: AMD_Processor issued server command: /gmc
  3782. [20:06:19] [Server thread/INFO]: AMD_Processor issued server command: /pickdrop drop
  3783. [20:07:19] [Server thread/INFO]: AMD_Processor issued server command: //wand
  3784. [20:07:22] [Server thread/INFO]: AMD_Processor issued server command: /speed 10
  3785. [20:07:26] [Server thread/WARN]: AMD_Processor moved too quickly! -7.378524759291054,0.0,-6.769890955421545 (-7.378524759291054, 0.0, -6.769890955421545)
  3786. [20:07:28] [Server thread/WARN]: AMD_Processor moved too quickly! -6.890357802511176,0.0,-7.253669524135603 (-6.890357802511176, 0.0, -7.253669524135603)
  3787. [20:07:34] [Server thread/WARN]: AMD_Processor moved too quickly! -6.487955655240398,0.0,-7.635934513911025 (-6.487955655240398, 0.0, -7.635934513911025)
  3788. [20:07:36] [Server thread/WARN]: AMD_Processor moved too quickly! -7.2963325708889215,0.0,-6.941063908775277 (-7.2963325708889215, 0.0, -6.941063908775277)
  3789. [20:07:38] [Server thread/WARN]: AMD_Processor moved too quickly! -7.122719230618941,0.0,-7.069652580991487 (-7.122719230618941, 0.0, -7.069652580991487)
  3790. [20:07:40] [Server thread/WARN]: AMD_Processor moved too quickly! -7.122719230618941,0.0,-7.069652580991487 (-7.122719230618941, 0.0, -7.069652580991487)
  3791. [20:07:47] [Server thread/WARN]: AMD_Processor moved too quickly! -7.551158066408561,0.0,-6.566734180333015 (-7.551158066408561, 0.0, -6.566734180333015)
  3792. [20:07:50] [Server thread/WARN]: AMD_Processor moved too quickly! -7.404615151748203,0.0,-6.838529460639165 (-7.404615151748203, 0.0, -6.838529460639165)
  3793. [20:07:52] [Server thread/WARN]: AMD_Processor moved too quickly! -7.323083508385707,0.0,-6.861892384227758 (-7.323083508385707, 0.0, -6.861892384227758)
  3794. [20:07:56] [Server thread/INFO]: AMD_Processor issued server command: /spawn
  3795. [20:08:05] [Server thread/WARN]: AMD_Processor moved too quickly! 7.276407829928985,0.0,6.8940648612680775 (7.276407829928985, 0.0, 6.8940648612680775)
  3796. [20:08:08] [Server thread/WARN]: AMD_Processor moved too quickly! 7.324335652982938,0.0,6.866893300906213 (7.324335652982938, 0.0, 6.866893300906213)
  3797. [20:08:10] [Server thread/WARN]: AMD_Processor moved too quickly! 7.318834506823123,0.0,6.849045148830214 (7.318834506823123, 0.0, 6.849045148830214)
  3798. [20:08:12] [Server thread/WARN]: AMD_Processor moved too quickly! 7.493758515215404,0.0,6.675080271971979 (7.493758515215404, 0.0, 6.675080271971979)
  3799. [20:08:14] [Server thread/WARN]: AMD_Processor moved too quickly! 6.951990380079678,0.0,7.262069060616341 (6.951990380079678, 0.0, 7.262069060616341)
  3800. [20:08:16] [Server thread/WARN]: AMD_Processor moved too quickly! 7.548269583529191,0.0,6.613324403157776 (7.548269583529191, 0.0, 6.613324403157776)
  3801. [20:08:18] [Server thread/WARN]: AMD_Processor moved too quickly! 7.563104487742521,0.0,6.596405931859408 (7.563104487742521, 0.0, 6.596405931859408)
  3802. [20:08:20] [Server thread/WARN]: AMD_Processor moved too quickly! 7.563104487742521,0.0,6.596405931859408 (7.563104487742521, 0.0, 6.596405931859408)
  3803. [20:08:22] [Server thread/WARN]: AMD_Processor moved too quickly! 7.563104487742521,0.0,6.596405931859408 (7.563104487742521, 0.0, 6.596405931859408)
  3804. [20:08:24] [Server thread/WARN]: AMD_Processor moved too quickly! 7.580279385941594,0.0,6.5766435497084785 (7.580279385941594, 0.0, 6.5766435497084785)
  3805. [20:08:26] [Server thread/WARN]: AMD_Processor moved too quickly! 7.569143951020806,0.0,6.589362799948731 (7.569143951020806, 0.0, 6.589362799948731)
  3806. [20:08:28] [Server thread/WARN]: AMD_Processor moved too quickly! 7.5453694194595755,0.0,6.6166850449039885 (7.5453694194595755, 0.0, 6.6166850449039885)
  3807. [20:08:30] [Server thread/WARN]: AMD_Processor moved too quickly! 6.991011316686809,0.0,7.189512830843114 (6.991011316686809, 0.0, 7.189512830843114)
  3808. [20:08:32] [Server thread/WARN]: AMD_Processor moved too quickly! 7.630508692002422,0.0,6.575496145629131 (7.630508692002422, 0.0, 6.575496145629131)
  3809. [20:08:34] [Server thread/WARN]: AMD_Processor moved too quickly! 7.545369419459803,0.0,6.6166850449039885 (7.545369419459803, 0.0, 6.6166850449039885)
  3810. [20:08:38] [Server thread/WARN]: AMD_Processor moved too quickly! 6.772629065485944,0.0,7.389221711335267 (6.772629065485944, 0.0, 7.389221711335267)
  3811. [20:08:40] [Server thread/WARN]: AMD_Processor moved too quickly! 7.614728820246,0.0,6.536743565413872 (7.614728820246, 0.0, 6.536743565413872)
  3812. [20:08:42] [Server thread/WARN]: AMD_Processor moved too quickly! 7.307897956385659,0.0,6.9093993241431235 (7.307897956385659, 0.0, 6.9093993241431235)
  3813. [20:08:44] [Server thread/WARN]: AMD_Processor moved too quickly! 7.595164628958628,0.0,6.566875383941806 (7.595164628958628, 0.0, 6.566875383941806)
  3814. [20:08:46] [Server thread/WARN]: AMD_Processor moved too quickly! 7.387096225732876,0.0,6.795228486578708 (7.387096225732876, 0.0, 6.795228486578708)
  3815. [20:08:48] [Server thread/WARN]: AMD_Processor moved too quickly! 7.64846854248799,0.0,6.497233353925367 (7.64846854248799, 0.0, 6.497233353925367)
  3816. [20:08:50] [Server thread/WARN]: AMD_Processor moved too quickly! 6.063951159069347,0.0,18.889341732025514 (6.063951159069347, 0.0, 18.889341732025514)
  3817. [20:08:52] [Server thread/WARN]: AMD_Processor moved too quickly! -0.10391038826219301,0.0,10.035054756620411 (-0.10391038826219301, 0.0, 10.035054756620411)
  3818. [20:08:54] [Server thread/WARN]: AMD_Processor moved too quickly! 4.592635461460759,0.0,8.928401794346428 (4.592635461460759, 0.0, 8.928401794346428)
  3819. [20:08:58] [Server thread/INFO]: AMD_Processor issued server command: //expand vert
  3820. [20:09:03] [Server thread/INFO]: AMD_Processor issued server command: /rg create nope
  3821. [20:09:05] [Timer-1/INFO]: [WorldGuard] Region data changes made in 'prison' have been background saved
  3822. [20:09:07] [Server thread/INFO]: AMD_Processor issued server command: /rg flag nope build deny
  3823. [20:09:12] [Server thread/INFO]: AMD_Processor issued server command: /rg flag nope pvp deny
  3824. [20:09:13] [Server thread/INFO]: AMD_Processor issued server command: /spawn
  3825. [20:09:18] [Server thread/INFO]: AMD_Processor issued server command: /speed 1
  3826. [20:09:23] [Server thread/INFO]: Cheeky_Banana__ issued server command: /nv
  3827. [20:09:29] [Server thread/INFO]: AMD_Processor issued server command: /tphere c
  3828. [20:09:35] [Timer-1/INFO]: [WorldGuard] Region data changes made in 'prison' have been background saved
  3829. [20:10:21] [Server thread/INFO]: AMD_Processor issued server command: /rg flag minea
  3830. [20:10:27] [Server thread/INFO]: AMD_Processor issued server command: /rg list
  3831. [20:11:04] [Server thread/INFO]: AMD_Processor issued server command: /rg flag a-mine destroy allow
  3832. [20:11:31] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3833. [20:12:12] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3834. [20:12:32] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  3835. [20:13:08] [Server thread/INFO]: AMD_Processor issued server command: /rg flag a-mine build allow
  3836. [20:13:25] [Server thread/INFO]: AMD_Processor issued server command: /rg priority a-mine 100
  3837. [20:13:35] [Timer-1/INFO]: [WorldGuard] Region data changes made in 'prison' have been background saved
  3838. [20:14:23] [Server thread/INFO]: Bananayou don't have auto.sell.signs.sell to sell at that sign
  3839. [20:14:31] [Server thread/INFO]: AMD_Processor issued server command: /pp group default add auto.sell.signs.sell prison
  3840. [20:14:31] [Craft Scheduler Thread - 1046/WARN]: [PowerfulPerms] Unable to connect to Redis server. Check your credentials in the config file. If you don't use Redis, this message is perfectly fine.
  3841. [20:14:49] [Server thread/INFO]: Cheeky_Banana__ lost connection: Disconnected
  3842. [20:15:39] [Server thread/INFO]: AMD_Processor issued server command: /pp globalreload
  3843. [20:15:39] [Craft Scheduler Thread - 1043/WARN]: [PowerfulPerms] Unable to connect to Redis server. Check your credentials in the config file. If you don't use Redis, this message is perfectly fine.
  3844. [20:15:45] [Thread-86/INFO]: UUID of player Cheeky_Banana__ is 7c77e499-ef1b-42de-8323-f281b1d75eb9
  3845. [20:15:46] [Server thread/INFO]: Cheeky_Banana__[/99.242.167.175:46310] logged in with entity id 16002997 at ([prison]-79.36176817826481, 88.0, -185.32514660491594)
  3846. [20:15:52] [Server thread/INFO]: Bananat
  3847. [20:16:05] [Server thread/INFO]: AMD_Processor issued server command: /pp user Cheeky_Banana__ groupadd donor
  3848. [20:16:24] [Server thread/INFO]: AMD_Processor issued server command: /pp user Cheeky_Banana__ addgroup donor
  3849. [20:16:42] [Server thread/INFO]: AMD_Processor issued server command: /pp user Cheeky_Banana__ addgroup donor
  3850. [20:16:47] [Server thread/INFO]: AMD_Processor issued server command: /pp user Cheeky_Banana__
  3851. [20:17:15] [Server thread/INFO]: Bananaautosell.signs.sell
  3852. [20:18:38] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  3853. [20:19:21] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3854. [20:20:02] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3855. [20:20:11] [Server thread/INFO]: AMD_Processor issued server command: /pp
  3856. [20:20:21] [Server thread/INFO]: AMD_Processor issued server command: /pp group default add autosell.signs.sell.minea prison
  3857. [20:20:21] [Craft Scheduler Thread - 1060/WARN]: [PowerfulPerms] Unable to connect to Redis server. Check your credentials in the config file. If you don't use Redis, this message is perfectly fine.
  3858. [20:20:22] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  3859. [20:20:42] [Server thread/INFO]: AMD_Processor issued server command: /pp user Cheeky_Banana__ setrank phantom
  3860. [20:20:48] [Server thread/INFO]: AMD_Processor issued server command: /pp user Cheeky_Banana__
  3861. [20:20:52] [Server thread/INFO]: Bananat
  3862. [20:20:54] [Server thread/INFO]: AMD_Processor issued server command: /pp
  3863. [20:20:58] [Server thread/INFO]: AMD_Processor issued server command: /pp user
  3864. [20:21:03] [Server thread/INFO]: AMD_Processor issued server command: /pp user addgroup donor
  3865. [20:21:11] [Server thread/INFO]: AMD_Processor issued server command: /pp user Cheeky_Banana__ addgroup donor
  3866. [20:21:21] [Server thread/INFO]: AMD_Processor issued server command: /pp user Cheeky_Banana__ setrank donor
  3867. [20:21:34] [Server thread/INFO]: AMD_Processor issued server command: /pp user Cheeky_Banana__ addgroup phantom
  3868. [20:21:34] [Craft Scheduler Thread - 1055/WARN]: [PowerfulPerms] Unable to connect to Redis server. Check your credentials in the config file. If you don't use Redis, this message is perfectly fine.
  3869. [20:21:38] [Server thread/INFO]: Bananat
  3870. [20:23:05] [Server thread/INFO]: Cheeky_Banana__ issued server command: /ci
  3871. [20:23:15] [Server thread/INFO]: Cheeky_Banana__ issued server command: /autosell a
  3872. [20:23:21] [Server thread/INFO]: Cheeky_Banana__ issued server command: /sellall a
  3873. [20:23:24] [Server thread/INFO]: AMD_Processor issued server command: /kit starter
  3874. [20:23:28] [Server thread/INFO]: AMD_Processor issued server command: /pickdrop drop
  3875. [20:23:32] [Server thread/INFO]: AMD_Processor issued server command: /clear
  3876. [20:23:41] [Server thread/INFO]: AMD_Processor issued server command: /eco reset Cheeky_Banana__
  3877. [20:23:47] [Server thread/INFO]: Cheeky_Banana__ issued server command: /sell a
  3878. [20:23:50] [Server thread/INFO]: Cheeky_Banana__ issued server command: /sellall a
  3879. [20:24:49] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp a
  3880. [20:24:51] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp a
  3881. [20:25:13] [Server thread/INFO]: AMD_Processor issued server command: /tp Cheeky_Banana__
  3882. [20:25:35] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  3883. [20:25:38] [Server thread/INFO]: AMD_Processor issued server command: /tpall
  3884. [20:26:40] [Server thread/WARN]: Cheeky_Banana__ moved wrongly!
  3885. [20:26:40] [Server thread/WARN]: Cheeky_Banana__ moved wrongly!
  3886. [20:27:10] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3887. [20:27:47] [Server thread/WARN]: Cheeky_Banana__ moved wrongly!
  3888. [20:27:51] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3889. [20:28:11] [Server thread/INFO]: [ClearLag] Removed 5 Entities!
  3890. [20:28:35] [Server thread/INFO]: AMD_Processor issued server command: /warp
  3891. [20:28:41] [Server thread/INFO]: AMD_Processor issued server command: /warp
  3892. [20:29:08] [Server thread/ERROR]: Could not pass event InventoryClickEvent to Myth-PrisonWarpMenu v0.1
  3893. org.bukkit.event.EventException
  3894.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3895.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3896.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  3897.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  3898.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  3899.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  3900.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  3901.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  3902.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  3903.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  3904.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  3905.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  3906.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  3907.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  3908.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  3909.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  3910. Caused by: java.lang.NullPointerException
  3911.     at us.mythnetwork.prisonwarp.listeners.OnInvClick.onClick(OnInvClick.java:62) ~[?:?]
  3912.     at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) ~[?:?]
  3913.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  3914.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  3915.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  3916.     ... 15 more
  3917. [20:29:23] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp a
  3918. [20:29:24] [Server thread/INFO]: AMD_Processor issued server command: /tpall
  3919. [20:29:27] [Server thread/INFO]: AMD_Processor issued server command: /warp a
  3920. [20:29:43] [Server thread/INFO]: Cheeky_Banana__ issued server command: /bal
  3921. [20:29:47] [Server thread/INFO]: Banana53720
  3922. [20:30:27] [Thread-87/INFO]: UUID of player _Ninga_ is fd738d01-62ce-4892-9974-dbf56d414301
  3923. [20:30:27] [Server thread/INFO]: (PN) [Helper] _Ninga_ has joined the game!
  3924. [20:30:27] [Server thread/INFO]: _Ninga_[/162.207.24.162:41393] logged in with entity id 16188588 at ([prison]-90.97119555048769, 94.91783286817176, -173.9973702418704)
  3925. [20:30:33] [Server thread/INFO]: Bananahey nin
  3926. [20:30:46] [Server thread/INFO]: JoshHey Boss
  3927. [20:30:57] [Server thread/INFO]: AMD_Processorhey
  3928. [20:31:00] [Server thread/INFO]: AMD_Processor issued server command: /warp b
  3929. [20:31:04] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  3930. [20:31:09] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  3931. [20:31:14] [Server thread/INFO]: JoshHey Cheeky
  3932. [20:31:19] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  3933. [20:31:23] [Server thread/INFO]: Cheeky_Banana__ issued server command: /
  3934. [20:31:24] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  3935. [20:31:31] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  3936. [20:31:33] [Server thread/INFO]: Joshyou get the mines working boss?
  3937. [20:31:35] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  3938. [20:31:39] [Server thread/INFO]: _Ninga_ issued server command: /tp AMD_Processor
  3939. [20:31:45] [Server thread/INFO]: Bananawere working on it
  3940. [20:32:24] [Server thread/INFO]: _Ninga_ issued server command: /enchant efficiency 1000
  3941. [20:32:26] [Server thread/INFO]: Cheeky_Banana__ issued server command: /war0p
  3942. [20:32:28] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  3943. [20:32:39] [Server thread/INFO]: _Ninga_ issued server command: /enchant unbreaking 1000
  3944. [20:32:46] [Server thread/INFO]: _Ninga_ issued server command: /enchant Fortune 1000
  3945. [20:33:15] [Server thread/INFO]: _Ninga_ issued server command: /invsee Cheeky_Banana__
  3946. [20:33:24] [Server thread/INFO]: AMD_Processor issued server command: /warp b
  3947. [20:33:26] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  3948. [20:33:41] [Server thread/INFO]: Joshcheeky come here
  3949. [20:33:44] [Server thread/INFO]: Banana??
  3950. [20:33:47] [Server thread/INFO]: _Ninga_ issued server command: /pickdrop drop
  3951. [20:33:47] [Server thread/INFO]: AMD_Processorhes helping me shush
  3952. [20:33:48] [Server thread/INFO]: _Ninga_ issued server command: /pickdrop drop
  3953. [20:33:56] [Server thread/INFO]: _Ninga_ issued server command: /invsee Cheeky_Banana__
  3954. [20:34:05] [Server thread/INFO]: Joshheeh
  3955. [20:34:10] [Server thread/INFO]: Bananawtf
  3956. [20:34:13] [Server thread/INFO]: AMD_Processor issued server command: /rg flag b-mine build allow
  3957. [20:34:13] [Server thread/INFO]: Bananahow did you take it
  3958. [20:34:14] [Server thread/INFO]: Banana?
  3959. [20:34:21] [Server thread/INFO]: Joshdunno
  3960. [20:34:27] [Server thread/INFO]: AMD_Processor issued server command: /rg priortiy a-mine 100
  3961. [20:34:35] [Timer-1/INFO]: [WorldGuard] Region data changes made in 'prison' have been background saved
  3962. [20:34:35] [Server thread/INFO]: Bananaop?
  3963. [20:34:36] [Server thread/INFO]: Bananalel
  3964. [20:34:44] [Server thread/INFO]: AMD_Processor issued server command: /rg priority b-mine 100
  3965. [20:34:45] [Thread-89/INFO]: UUID of player SenpaiKull is c9235ff2-b322-4f90-ae10-8ac0cb7615be
  3966. [20:34:45] [Server thread/INFO]: (PN) [Helper] SenpaiKull has joined the game!
  3967. [20:34:45] [Server thread/INFO]: SenpaiKull[/89.245.95.210:45116] logged in with entity id 16262080 at ([prison]-261.93306930848394, 89.0, -26.40717995871355)
  3968. [20:34:50] [Server thread/INFO]: Joshboss need me for anything? if not im gonig back to netflix
  3969. [20:34:53] [Server thread/INFO]: AMD_Processor issued server command: /kit starter
  3970. [20:34:54] [Server thread/INFO]: Bananahey kull :D
  3971. [20:34:57] [Server thread/INFO]: AMD_Processornah bro
  3972. [20:35:02] [Server thread/INFO]: Kullhey banana :p
  3973. [20:35:03] [Server thread/INFO]: JoshHey Kull
  3974. [20:35:05] [Timer-1/INFO]: [WorldGuard] Region data changes made in 'prison' have been background saved
  3975. [20:35:06] [Server thread/INFO]: AMD_Processor issued server command: /gms
  3976. [20:35:07] [Server thread/INFO]: Kullhey josh
  3977. [20:35:08] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  3978. [20:35:26] [Server thread/INFO]: _Ninga_ issued server command: /chatcolor
  3979. [20:35:30] [Server thread/INFO]: AMD_Processor issued server command: /mine
  3980. [20:35:30] [Server thread/INFO]: _Ninga_ issued server command: /color
  3981. [20:35:37] [Server thread/INFO]: SenpaiKull issued server command: /tp AMD_Processor
  3982. [20:35:37] [Server thread/INFO]: AMD_Processor issued server command: /mine settp mineb
  3983. [20:35:39] [Server thread/INFO]: _Ninga_ issued server command: /tp SenpaiKull
  3984. [20:36:00] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  3985. [20:36:02] [Server thread/INFO]: Joshkull did you see our cane farm :D
  3986. [20:36:07] [Server thread/INFO]: Kullyeah
  3987. [20:36:14] [Server thread/INFO]: Bananaon what?
  3988. [20:36:18] [Server thread/INFO]: Joshsb
  3989. [20:36:23] [Server thread/INFO]: AMD_Processor issued server command: /asa
  3990. [20:36:24] [Server thread/INFO]: KullAllmost brought me in 100k :p
  3991. [20:36:25] [Server thread/INFO]: [ClearLag] Removed 14 Entities!
  3992. [20:36:31] [Server thread/INFO]: Bananayou guys get an early start on islands?
  3993. [20:36:34] [Server thread/INFO]: Joshmakes 70k every collect :D
  3994. [20:36:36] [Server thread/INFO]: AMD_Processor issued server command: /asa addshop mineb
  3995. [20:36:37] [Server thread/INFO]: Joshyea cheeky
  3996. [20:36:39] [Server thread/INFO]: Kullyeah
  3997. [20:36:41] [Server thread/INFO]: Bananaffs
  3998. [20:36:46] [Server thread/INFO]: Banana-_-
  3999. [20:36:49] [Server thread/INFO]: Bananathats not fair
  4000. [20:36:58] [Server thread/INFO]: KullCould be that the islands get reset tho
  4001. [20:36:59] [Server thread/INFO]: Joshit helps find bugs before it opens up
  4002. [20:37:01] [Server thread/INFO]: AMD_Processor issued server command: /asa
  4003. [20:37:03] [Server thread/INFO]: Kullyeah
  4004. [20:37:12] [Server thread/INFO]: Kullwe are basicly playing for finding bugs rn
  4005. [20:37:30] [Server thread/INFO]: Joshand plus skyblock is a personal thing. its not like we get an advantage
  4006. [20:37:30] [Server thread/INFO]: SenpaiKull issued server command: /invsee AMD_Processor
  4007. [20:37:57] [Server thread/INFO]: Joshlike if we got a head start on factions thats different
  4008. [20:38:03] [Server thread/INFO]: Bananawell its a competition partaily becuase there is istop
  4009. [20:38:18] [Server thread/INFO]: Bananaand the islands compete
  4010. [20:38:23] [Server thread/INFO]: Bananathats how it was b4
  4011. [20:38:35] [Server thread/INFO]: AMD_Processor issued server command: /asa additem mineb 50
  4012. [20:38:42] [Server thread/INFO]: Bananaif there was no istop then maybe
  4013. [20:38:42] [Server thread/INFO]: SenpaiKull issued server command: /warp enchant
  4014. [20:38:56] [Server thread/INFO]: Josherm
  4015. [20:39:03] [Server thread/INFO]: Banana??
  4016. [20:39:12] [Server thread/INFO]: Joshnothing :/
  4017. [20:39:13] [Server thread/INFO]: Cheeky_Banana__ issued server command: /invsee _Ninga_
  4018. [20:39:13] [Server thread/INFO]: §cCheeky_Banana__ §4was denied access to command.
  4019. [20:39:17] [Server thread/INFO]: SenpaiKull issued server command: /te help
  4020. [20:39:21] [Server thread/INFO]: SenpaiKull issued server command: /te
  4021. [20:40:56] [Server thread/INFO]: SenpaiKull issued server command: /help
  4022. [20:41:06] [Server thread/INFO]: _Ninga_ issued server command: /invsee Cheeky_Banana__
  4023. [20:41:07] [Server thread/INFO]: SenpaiKull issued server command: /help 2
  4024. [20:41:22] [Server thread/INFO]: _Ninga_ issued server command: /tp SenpaiKull
  4025. [20:41:30] [Server thread/INFO]: Kullu wot
  4026. [20:41:44] [Server thread/INFO]: SenpaiKull issued server command: //through
  4027. [20:41:51] [Server thread/INFO]: Joshwhy you here kull xD
  4028. [20:42:13] [Server thread/INFO]: AMD_Processor issued server command: /asa reload
  4029. [20:42:16] [Server thread/INFO]: Kullidk
  4030. [20:42:21] [Server thread/INFO]: Kulli found this room xD
  4031. [20:42:26] [Server thread/INFO]: _Ninga_ issued server command: /tp SenpaiKull
  4032. [20:42:33] [Server thread/INFO]: Joshtf is this
  4033. [20:42:39] [Server thread/INFO]: Kulldunno
  4034. [20:42:49] [Server thread/INFO]: Joshmaybe something they never added
  4035. [20:42:59] [Server thread/INFO]: Kullthats behind warp crates
  4036. [20:43:21] [Server thread/INFO]: Joshmaybe it was a big room like shop but they cut it off?
  4037. [20:43:28] [Server thread/INFO]: Kullpropably
  4038. [20:43:35] [Server thread/INFO]: Joshyea the rooms are like that on all 4 sides
  4039. [20:44:11] [Server thread/INFO]: Kullnin
  4040. [20:44:15] [Server thread/INFO]: Josh?
  4041. [20:44:15] [Server thread/INFO]: Kulli found paths :p
  4042. [20:44:21] [Server thread/INFO]: _Ninga_ issued server command: /tp SenpaiKull
  4043. [20:44:56] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4044. [20:45:01] [Server thread/INFO]: _Ninga_ issued server command: /invsee SenpaiKull
  4045. [20:45:17] [Server thread/INFO]: Joshgo to sb kull
  4046. [20:45:22] [Server thread/INFO]: Kully ,:,
  4047. [20:45:22] [Server thread/INFO]: _Ninga_ lost connection: Disconnected
  4048. [20:45:24] [Server thread/INFO]: [StackableItems] New version: 1.0.5! You're using 1.0.4
  4049. [20:45:24] [Server thread/INFO]: [StackableItems] Grab it at: http://servermods.cursecdn.com/files/912/747/StackableItems.jar
  4050. [20:45:24] [Server thread/INFO]: [StackableItems] You can disable this check from options.yml.
  4051. [20:45:24] [Server thread/INFO]: Kull._.
  4052. [20:45:24] [Craft Scheduler Thread - 1046/INFO]: [Vault] Checking for Updates ...
  4053. [20:45:24] [Craft Scheduler Thread - 1056/INFO]: [TitleManager] Searching for updates.
  4054. [20:45:25] [Craft Scheduler Thread - 1046/INFO]: [Vault] No new version available
  4055. [20:45:25] [Craft Scheduler Thread - 1088/INFO]: [HideStream] Running updater ..
  4056. [20:45:26] [Craft Scheduler Thread - 1088/INFO]: [HideStream] ------------------------------------
  4057. [20:45:26] [Craft Scheduler Thread - 1088/INFO]: [HideStream] HideStream v3.8 is now available!
  4058. [20:45:26] [Craft Scheduler Thread - 1088/INFO]: [HideStream] Run '/hs update' to update now.
  4059. [20:45:26] [Craft Scheduler Thread - 1088/INFO]: [HideStream] ------------------------------------
  4060. [20:45:27] [Craft Scheduler Thread - 1056/INFO]: [TitleManager] No update was found.
  4061. [20:45:30] [Craft Scheduler Thread - 1066/INFO]: Checking for updates via Spigot...
  4062. [20:45:30] [Craft Scheduler Thread - 1066/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  4063. [20:45:49] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4064. [20:46:06] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp a
  4065. [20:46:12] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  4066. [20:46:53] [Server thread/INFO]: SenpaiKull issued server command: /tp Cheeky_Banana__
  4067. [20:47:03] [Server thread/INFO]: Bananakull?
  4068. [20:47:09] [Server thread/INFO]: Bananahow r u flying>
  4069. [20:47:11] [Server thread/INFO]: Bananaflying?*
  4070. [20:47:14] [Server thread/INFO]: Cheeky_Banana__ issued server command: /fly
  4071. [20:47:14] [Server thread/INFO]: §cCheeky_Banana__ §4was denied access to command.
  4072. [20:47:24] [Server thread/INFO]: Kullidk
  4073. [20:47:33] [Server thread/INFO]: Bananaop?
  4074. [20:47:46] [Server thread/INFO]: AMD_Processor issued server command: /asa reload/autofill
  4075. [20:47:50] [Server thread/INFO]: AMD_Processor issued server command: /aufofill
  4076. [20:47:53] [Server thread/INFO]: SenpaiKull issued server command: /tphere Cheeky_Banana__
  4077. [20:47:54] [Server thread/INFO]: AMD_Processor issued server command: /skyblock
  4078. [20:48:00] [Server thread/INFO]: AMD_Processor lost connection: Disconnected
  4079. [20:48:07] [Server thread/INFO]: Kullhey cheeks :)
  4080. [20:48:32] [Server thread/INFO]: Bananakuul
  4081. [20:48:35] [Server thread/INFO]: Bananakull*
  4082. [20:48:37] [Server thread/INFO]: Kullnu
  4083. [20:48:40] [Server thread/INFO]: Bananadont abooooooooos
  4084. [20:48:52] [Server thread/INFO]: Kullhaha
  4085. [20:48:56] [Server thread/INFO]: Kulli dont abuse cheeks :p
  4086. [20:51:24] [Server thread/INFO]: SenpaiKull issued server command: //pos1
  4087. [20:51:31] [Server thread/INFO]: SenpaiKull issued server command: //pos2
  4088. [20:51:38] [Server thread/INFO]: SenpaiKull issued server command: //set 7
  4089. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] ***********************************
  4090. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] Error while processing async operation setBlocks
  4091. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] ***********************************
  4092. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * Exception: java.lang.IllegalStateException
  4093. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * Error message: Asynchronous entity world add!
  4094. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * Stack:
  4095. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14)
  4096. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_8_R3.World.b(World.java:2633)
  4097. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_8_R3.Chunk.addEntities(Chunk.java:820)
  4098. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:49)
  4099. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1)
  4100. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:337)
  4101. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
  4102. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
  4103. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:115)
  4104. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:97)
  4105. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.bukkit.craftbukkit.v1_8_R3.CraftWorld.getChunkAt(CraftWorld.java:126)
  4106. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.bukkit.craftbukkit.v1_8_R3.CraftWorld.getBlockAt(CraftWorld.java:90)
  4107. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.bukkit.craftbukkit.v1_8_R3.CraftWorld.getBlockAt(CraftWorld.java:568)
  4108. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.bukkit.Location.getBlock(Location.java:87)
  4109. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * com.bensuniverse.SpecialTools.Listeners.WorldEditListener$MyLogger.onBlockChange(WorldEditListener.java:62)
  4110. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.extent.logging.AbstractLoggingExtent.setBlock(AbstractLoggingExtent.java:53)
  4111. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.EditSession.setBlock(EditSession.java:503)
  4112. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.worldedit.CancelabeEditSession.setBlock(CancelabeEditSession.java:256)
  4113. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.EditSession.setBlock(EditSession.java:546)
  4114. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.worldedit.CancelabeEditSession.setBlock(CancelabeEditSession.java:268)
  4115. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.function.block.BlockReplace.apply(BlockReplace.java:53)
  4116. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.function.visitor.RegionVisitor.resume(RegionVisitor.java:55)
  4117. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * com.sk89q.worldedit.function.operation.Operations$2.Execute(Operations.java:69)
  4118. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.injector.async.AsyncOperationProcessor$1.task(AsyncOperationProcessor.java:143)
  4119. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.worldedit.AsyncTask.doRun(AsyncTask.java:63)
  4120. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.worldedit.BaseTask.run(BaseTask.java:138)
  4121. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  4122. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  4123. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  4124. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  4125. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] * java.lang.Thread.run(Thread.java:745)
  4126. [20:51:38] [Craft Scheduler Thread - 1086/INFO]: [AsyncWorldEdit] ***********************************
  4127. [20:52:38] [Server thread/INFO]: SenpaiKull issued server command: /sethome b
  4128. [20:53:59] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4129. [20:54:48] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4130. [20:55:11] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  4131. [20:56:23] [Server thread/INFO]: SenpaiKull issued server command: //set brush 1 1
  4132. [20:56:30] [Server thread/INFO]: SenpaiKull issued server command: //setbrush 1 1
  4133. [20:56:34] [Server thread/INFO]: SenpaiKull issued server command: /setbrush 1 1
  4134. [20:56:37] [Server thread/INFO]: SenpaiKull issued server command: /help
  4135. [20:56:43] [Server thread/INFO]: SenpaiKull issued server command: /voxel
  4136. [20:56:50] [Server thread/INFO]: SenpaiKull issued server command: /voxel help
  4137. [20:59:14] [Server thread/INFO]: SenpaiKull issued server command: /vs
  4138. [20:59:58] [Server thread/INFO]: SenpaiKull issued server command: /vs
  4139. [21:00:02] [Server thread/INFO]: SenpaiKull issued server command: /vs rain
  4140. [21:00:05] [Server thread/INFO]: SenpaiKull issued server command: /p
  4141. [21:00:11] [Server thread/INFO]: SenpaiKull issued server command: /plugman
  4142. [21:00:38] [Server thread/INFO]: SenpaiKull issued server command: /plugman list
  4143. [21:01:22] [Server thread/INFO]: SenpaiKull issued server command: /plugman usage Coins
  4144. [21:01:27] [Server thread/INFO]: SenpaiKull issued server command: /coins
  4145. [21:02:06] [Server thread/INFO]: SenpaiKull issued server command: /plugman usage SpecialTools
  4146. [21:02:28] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4147. [21:02:36] [Server thread/INFO]: SenpaiKull issued server command: /explosivepickaxe
  4148. [21:02:49] [Server thread/INFO]: SenpaiKull issued server command: /enchant unbr 100
  4149. [21:02:54] [Server thread/INFO]: SenpaiKull issued server command: /enchant unbreaking 100
  4150. [21:03:04] [Server thread/INFO]: SenpaiKull issued server command: /enchant Efficiency 100
  4151. [21:03:11] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4152. [21:03:12] [Server thread/INFO]: SenpaiKull issued server command: /enchant Fortune 1000
  4153. [21:03:23] [Server thread/INFO]: SenpaiKull issued server command: /tp Cheeky_Banana__
  4154. [21:03:34] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  4155. [21:03:49] [Server thread/INFO]: Cheeky_Banana__ lost connection: You have been kicked for idling more than 15 minutes.
  4156. [21:03:49] [Server thread/WARN]: handleDisconnection() called twice
  4157. [21:05:45] [Server thread/INFO]: SenpaiKull lost connection: Disconnected
  4158. [21:10:27] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4159. [21:10:46] [Thread-93/INFO]: UUID of player _Ninga_ is fd738d01-62ce-4892-9974-dbf56d414301
  4160. [21:10:46] [Server thread/INFO]: (PN) [Helper] _Ninga_ has joined the game!
  4161. [21:10:46] [Server thread/INFO]: _Ninga_[/162.207.24.162:58639] logged in with entity id 16980897 at ([Spawn]246.8912521618029, 135.96411148450358, 88.19142297757706)
  4162. [21:11:07] [Server thread/INFO]: _Ninga_ lost connection: Disconnected
  4163. [21:11:09] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4164. [21:11:30] [Server thread/INFO]: [ClearLag] Removed 6 Entities!
  4165. [21:11:50] [Thread-95/INFO]: UUID of player AMD_Processor is 8d5c2fb4-7116-4771-8b59-ddd931edb701
  4166. [21:11:50] [Server thread/INFO]: (PN) [Helper] AMD_Processor has joined the game!
  4167. [21:11:50] [Server thread/INFO]: AMD_Processor[/173.217.72.186:41008] logged in with entity id 16981053 at ([prison]-221.99060328868234, 89.0, -151.34072926980625)
  4168. [21:11:50] [Thread-97/INFO]: UUID of player AMD_Processor is 8d5c2fb4-7116-4771-8b59-ddd931edb701
  4169. [21:11:51] [Server thread/INFO]: AMD_Processor lost connection: Disconnected
  4170. [21:11:51] [Server thread/INFO]: (PN) [Helper] AMD_Processor has joined the game!
  4171. [21:11:51] [Server thread/INFO]: AMD_Processor[/173.217.72.186:60570] logged in with entity id 16981173 at ([prison]-221.99060328868234, 89.0, -151.34072926980625)
  4172. [21:13:46] [Thread-99/INFO]: UUID of player _Ninga_ is fd738d01-62ce-4892-9974-dbf56d414301
  4173. [21:13:47] [Server thread/INFO]: (PN) [Helper] _Ninga_ has joined the game!
  4174. [21:13:47] [Server thread/INFO]: _Ninga_[/162.207.24.162:37130] logged in with entity id 17002694 at ([Spawn]237.8774328460472, 135.96411148450358, 96.36969246617664)
  4175. [21:14:18] [Server thread/INFO]: AMD_Processor issued server command: /asa
  4176. [21:14:57] [Server thread/INFO]: _Ninga_ issued server command: /tp AMD_Processor
  4177. [21:15:02] [Server thread/INFO]: AMD_Processor issued server command: /asa additen mineb 50
  4178. [21:15:36] [Server thread/INFO]: AMD_Processor issued server command: /asa additem mineb 50
  4179. [21:15:51] [Server thread/INFO]: AMD_Processor issued server command: /asa additem mineb 400
  4180. [21:15:54] [Server thread/INFO]: Joshso if all these mines are connected, how do you make sure someone in a doesnt get in the d mine?
  4181. [21:16:18] [Server thread/INFO]: AMD_Processor issued server command: /asa
  4182. [21:16:23] [Server thread/INFO]: AMD_Processor issued server command: /asa addsign mineb
  4183. [21:16:43] [Server thread/INFO]: AMD_Processor issued server command: /asa additem mineb 560
  4184. [21:16:47] [Server thread/INFO]: AMD_Processorjosh
  4185. [21:16:48] [Server thread/INFO]: AMD_Processorcan u call
  4186. [21:17:02] [Server thread/INFO]: _Ninga_ lost connection: Disconnected
  4187. [21:18:31] [Thread-101/INFO]: UUID of player Cheeky_Banana__ is 7c77e499-ef1b-42de-8323-f281b1d75eb9
  4188. [21:18:32] [Server thread/INFO]: Cheeky_Banana__[/99.242.167.175:37766] logged in with entity id 17055986 at ([prison]-158.6454610818828, 89.0, -212.01410140711388)
  4189. [21:18:35] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4190. [21:18:38] [Server thread/INFO]: Banananeed help amd?
  4191. [21:18:46] [Thread-102/INFO]: UUID of player thedullpanda is 3184830e-0468-4fd3-8577-1d347d51ebcd
  4192. [21:18:46] [Server thread/INFO]: thedullpanda[/172.101.13.96:48307] logged in with entity id 17059572 at ([Spawn]0.9827546776431813, 70.0625, 77.52998302240832)
  4193. [21:18:53] [Server thread/INFO]: thedullpanda issued server command: /gm 1
  4194. [21:18:53] [Server thread/INFO]: §cthedullpanda §4was denied access to command.
  4195. [21:18:57] [Server thread/INFO]: thedullpanda issued server command: /op thedullpanda
  4196. [21:19:17] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4197. [21:19:37] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  4198. [21:19:56] [Thread-103/INFO]: UUID of player _Ninga_ is fd738d01-62ce-4892-9974-dbf56d414301
  4199. [21:19:57] [Server thread/INFO]: (PN) [Helper] _Ninga_ has joined the game!
  4200. [21:19:57] [Server thread/INFO]: _Ninga_[/162.207.24.162:34667] logged in with entity id 17085490 at ([prison]-220.7545732485446, 104.12261340493859, -170.58727128092514)
  4201. [21:20:24] [Server thread/INFO]: Joshboss
  4202. [21:20:28] [Server thread/INFO]: AMD_Processoryeah?
  4203. [21:20:52] [Server thread/INFO]: Joshyou just asked me to call but you didnt answer...
  4204. [21:21:25] [Server thread/INFO]: _Ninga_ issued server command: /invsee Cheeky_Banana__
  4205. [21:22:28] [Server thread/INFO]: AMD_Processorone sec
  4206. [21:22:36] [Server thread/INFO]: AMD_Processorfull
  4207. [21:22:37] [Server thread/INFO]: Cheeky_Banana__ lost connection: Disconnected
  4208. [21:22:38] [Server thread/INFO]: AMD_Processordull
  4209. [21:23:24] [Thread-105/INFO]: UUID of player Lemun is 4a06e75f-0001-4e60-aa16-a5ff9d5167ed
  4210. [21:23:24] [Server thread/INFO]: (PN) [Helper] Lemun has joined the game!
  4211. [21:23:24] [Server thread/INFO]: Lemun[/99.237.227.192:34289] logged in with entity id 17157510 at ([prison]-142.39307414235697, 90.0, -33.094443348199306)
  4212. [21:23:28] [Server thread/INFO]: AMD_Processorlemun
  4213. [21:23:32] [Server thread/INFO]: Lemunyes bae
  4214. [21:23:39] [Server thread/INFO]: Lemunlol
  4215. [21:23:44] [Server thread/INFO]: Josh...
  4216. [21:23:51] [Server thread/INFO]: Lemun"Green Terrorist's Head"
  4217. [21:23:58] [Server thread/INFO]: _Ninga_ issued server command: /tp Lemun
  4218. [21:24:17] [Server thread/INFO]: Joshwtf
  4219. [21:24:23] [Server thread/INFO]: LemunDo you want me to make moer chest?
  4220. [21:24:28] [Server thread/INFO]: AMD_Processorah i got it on here
  4221. [21:24:36] [Server thread/INFO]: Joshkull most of renamed the heads
  4222. [21:24:36] [Server thread/INFO]: AMD_Processorima get u to do token enchant and another plugin
  4223. [21:24:38] [Server thread/INFO]: LemunSkyblock has a diff plugin
  4224. [21:24:42] [Server thread/INFO]: AMD_Processori know
  4225. [21:25:41] [Server thread/INFO]: AMD_Processor issued server command: /gmc
  4226. [21:25:59] [Server thread/INFO]: _Ninga_ issued server command: /give _Ninga_ VoteKey
  4227. [21:26:03] [Server thread/INFO]: _Ninga_ issued server command: /give _Ninga_ Vote_Key
  4228. [21:26:15] [Server thread/INFO]: Lemun issued server command: /hologram create Vote &l--[&k|&l]&l&aVote Crate&l[&k|&l]--
  4229. [21:26:21] [Server thread/INFO]: Lemuncrap
  4230. [21:26:33] [Server thread/INFO]: Lemunyes
  4231. [21:26:41] [Server thread/INFO]: Lemunamd
  4232. [21:26:58] [Server thread/INFO]: Lemun issued server command: /hologram
  4233. [21:27:03] [Server thread/INFO]: Lemun issued server command: /hologram help
  4234. [21:27:09] [Server thread/INFO]: Lemun issued server command: /hologram edit Vote
  4235. [21:27:47] [Server thread/INFO]: Lemun issued server command: /hologram delete Vote
  4236. [21:27:50] [Server thread/INFO]: Lemun issued server command: /tp amd
  4237. [21:27:55] [Server thread/INFO]: Lemun issued server command: /
  4238. [21:27:55] [Server thread/INFO]: Lemun issued server command: /
  4239. [21:27:57] [Server thread/INFO]: Lemun issued server command: /tp amd
  4240. [21:28:05] [Server thread/INFO]: Lemunwot are u doing
  4241. [21:28:14] [Server thread/INFO]: Lemun issued server command: /tp amd
  4242. [21:28:38] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4243. [21:28:41] [Server thread/INFO]: AMD_Processorwaiting for something
  4244. [21:28:50] [Server thread/INFO]: LemunDo you want to tell me?
  4245. [21:29:03] [Server thread/INFO]: Lemunis the rankup fixed?
  4246. [21:29:36] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4247. [21:30:08] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  4248. [21:32:18] [Server thread/INFO]: Joshwhy id prison so laggy now
  4249. [21:32:20] [Server thread/INFO]: Joshis*
  4250. [21:32:25] [Server thread/INFO]: AMD_Processori will look into it tonight
  4251. [21:32:30] [Server thread/INFO]: AMD_Processorlemun
  4252. [21:32:51] [Server thread/INFO]: Joshwelp im going back to netflix then, Cya :)
  4253. [21:33:00] [Server thread/INFO]: _Ninga_ lost connection: Disconnected
  4254. [21:33:22] [Server thread/INFO]: LemunAMD_Processor
  4255. [21:33:24] [Server thread/INFO]: Lemunall nighter?
  4256. [21:33:42] [Server thread/INFO]: Lemun issued server command: /v
  4257. [21:33:49] [Server thread/INFO]: Lemun issued server command: /tp amd
  4258. [21:36:34] [Server thread/INFO]: AMD_Processoryeah
  4259. [21:38:45] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4260. [21:39:35] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4261. [21:40:01] [Server thread/INFO]: [ClearLag] Removed 5 Entities!
  4262. [21:41:11] [Thread-107/INFO]: UUID of player Cheeky_Banana__ is 7c77e499-ef1b-42de-8323-f281b1d75eb9
  4263. [21:41:11] [Server thread/INFO]: Cheeky_Banana__[/99.242.167.175:48852] logged in with entity id 17567614 at ([prison]-173.8037257763033, 89.0, -198.91865049549605)
  4264. [21:41:16] [Server thread/INFO]: Bananahello
  4265. [21:41:38] [Server thread/INFO]: Cheeky_Banana__ lost connection: Disconnected
  4266. [21:44:56] [Server thread/INFO]: thedullpanda lost connection: You have been kicked for idling more than 15 minutes.
  4267. [21:44:56] [Server thread/WARN]: handleDisconnection() called twice
  4268. [21:47:31] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4269. [21:48:11] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4270. [21:48:31] [Server thread/INFO]: [ClearLag] Removed 5 Entities!
  4271. [21:53:55] [Server thread/INFO]: AMD_Processorlemun
  4272. [21:54:15] [Craft Scheduler Thread - 1196/INFO]: [TitleManager] Searching for updates.
  4273. [21:54:16] [Craft Scheduler Thread - 1196/INFO]: [TitleManager] No update was found.
  4274. [21:54:22] [Craft Scheduler Thread - 1206/INFO]: Checking for updates via Spigot...
  4275. [21:54:23] [Craft Scheduler Thread - 1206/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  4276. [21:54:24] [Server thread/INFO]: Lemun issued server command: /tp amd
  4277. [21:54:28] [Server thread/INFO]: Lemuntea
  4278. [21:54:29] [Server thread/INFO]: Lemunyuea
  4279. [21:54:51] [Server thread/INFO]: AMD_Processorone sec
  4280. [21:55:20] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4281. [21:56:00] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4282. [21:56:20] [Server thread/INFO]: [ClearLag] Removed 6 Entities!
  4283. [21:59:22] [Server thread/INFO]: Lemunyo
  4284. [21:59:26] [Server thread/INFO]: Lemunwhat do you need
  4285. [22:00:26] [Server thread/INFO]: AMD_Processoradded you to call
  4286. [22:00:53] [Server thread/INFO]: Lemuncant talk
  4287. [22:01:44] [Server thread/INFO]: Lemunyea
  4288. [22:01:46] [Netty Epoll Server IO #0/INFO]: Unable to get entity for ID: 17997110
  4289. [22:02:00] [Server thread/INFO]: LemunTok
  4290. [22:02:02] [Server thread/INFO]: Lemunyea
  4291. [22:02:02] [Server thread/INFO]: Lemunyea
  4292. [22:02:06] [Server thread/INFO]: Lemunenchants
  4293. [22:02:12] [Server thread/INFO]: LemunBasically You setup a shop
  4294. [22:02:19] [Server thread/INFO]: LemunThey only accept Tokens
  4295. [22:02:29] [Server thread/INFO]: Lemungive me a place
  4296. [22:02:52] [Server thread/INFO]: LemunWhere should I make it
  4297. [22:03:08] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4298. [22:03:48] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4299. [22:04:08] [Server thread/INFO]: [ClearLag] Removed 5 Entities!
  4300. [22:05:03] [Server thread/INFO]: Lemunwhat
  4301. [22:05:11] [Server thread/INFO]: LemunIll check it out
  4302. [22:05:22] [Server thread/INFO]: Lemuna-z?
  4303. [22:05:44] [Server thread/INFO]: Lemunok
  4304. [22:06:46] [Server thread/INFO]: Lemunyo
  4305. [22:06:48] [Server thread/INFO]: Lemunok
  4306. [22:07:00] [Server thread/INFO]: LemunIll make the shop on my server
  4307. [22:08:01] [Server thread/INFO]: AMD_Processoralrighty
  4308. [22:10:02] [Thread-109/INFO]: UUID of player Cheeky_Banana__ is 7c77e499-ef1b-42de-8323-f281b1d75eb9
  4309. [22:10:02] [Server thread/INFO]: Cheeky_Banana__[/99.242.167.175:43426] logged in with entity id 18144713 at ([prison]-184.39709252924303, 88.0, -153.30000001192093)
  4310. [22:10:04] [Server thread/INFO]: Lemun lost connection: Disconnected
  4311. [22:10:06] [Server thread/INFO]: Bananasav?
  4312. [22:10:36] [Server thread/INFO]: Banananeed any assistance?
  4313. [22:10:47] [Server thread/INFO]: Cheeky_Banana__ issued server command: /kitpvp
  4314. [22:10:52] [Server thread/INFO]: Cheeky_Banana__ issued server command: /kitps
  4315. [22:10:57] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4316. [22:11:08] [Server thread/INFO]: Cheeky_Banana__ issued server command: /skyblock
  4317. [22:11:12] [Server thread/INFO]: Cheeky_Banana__ lost connection: Disconnected
  4318. [22:11:25] [Server thread/INFO]: AMD_Processorneh
  4319. [22:11:38] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4320. [22:11:50] [Thread-110/INFO]: UUID of player _Ninga_ is fd738d01-62ce-4892-9974-dbf56d414301
  4321. [22:11:50] [Server thread/INFO]: (PN) [Helper] _Ninga_ has joined the game!
  4322. [22:11:50] [Server thread/INFO]: _Ninga_[/162.207.24.162:53874] logged in with entity id 18180011 at ([prison]-146.89737928505878, 92.0, -25.902186953359887)
  4323. [22:12:00] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  4324. [22:12:03] [Server thread/INFO]: AMD_Processor issued server command: /tpall
  4325. [22:12:08] [Server thread/INFO]: AMD_Processor issued server command: /deop _Ninga_
  4326. [22:12:08] [Server thread/INFO]: [AMD_Processor: De-opped _Ninga_]
  4327. [22:12:12] [Server thread/INFO]: AMD_Processor issued server command: /gms _Ninga_
  4328. [22:12:16] [Server thread/INFO]: AMD_Processor issued server command: /eco reset _
  4329. [22:12:20] [Server thread/INFO]: AMD_Processor issued server command: /ci _Ninga_
  4330. [22:12:26] [Server thread/INFO]: AMD_Processor issued server command: /pickdrop drop
  4331. [22:12:49] [Server thread/INFO]: AMD_Processor issued server command: /mem
  4332. [22:13:25] [Server thread/INFO]: _Ninga_ lost connection: Disconnected
  4333. [22:15:08] [Thread-112/INFO]: UUID of player _Ninga_ is fd738d01-62ce-4892-9974-dbf56d414301
  4334. [22:15:08] [Server thread/INFO]: _Ninga_[/162.207.24.162:55656] logged in with entity id 18218008 at ([prison]-203.59351853276144, 89.0, -148.40326016004389)
  4335. [22:15:17] [Server thread/INFO]: AMD_Processor issued server command: /pp
  4336. [22:15:23] [Server thread/INFO]: _Ninga_ issued server command: /ranks
  4337. [22:15:23] [Server thread/INFO]: _Ninga_ issued mycmd command ID(12) /ranks
  4338. [22:15:40] [Server thread/INFO]: Joshautosell.signs.sell.mineb
  4339. [22:15:47] [Server thread/INFO]: AMD_Processor issued server command: /pp group b add autosell.signs.sell.mineb
  4340. [22:15:47] [Craft Scheduler Thread - 1250/WARN]: [PowerfulPerms] Unable to connect to Redis server. Check your credentials in the config file. If you don't use Redis, this message is perfectly fine.
  4341. [22:15:57] [Server thread/INFO]: _Ninga_ issued server command: /fly
  4342. [22:15:57] [Server thread/INFO]: §c_Ninga_ §4was denied access to command.
  4343. [22:16:04] [Server thread/INFO]: AMD_Processor issued server command: /pp
  4344. [22:16:07] [Server thread/INFO]: AMD_Processor issued server command: /pp user
  4345. [22:16:13] [Server thread/INFO]: AMD_Processor issued server command: /pp user promote prison
  4346. [22:16:23] [Server thread/INFO]: AMD_Processor issued server command: /pp user _Ninga_ promote prison
  4347. [22:16:23] [Craft Scheduler Thread - 1279/WARN]: [PowerfulPerms] Unable to connect to Redis server. Check your credentials in the config file. If you don't use Redis, this message is perfectly fine.
  4348. [22:16:35] [Server thread/INFO]: AMD_Processor issued server command: /pp globalreload
  4349. [22:16:35] [Craft Scheduler Thread - 1273/WARN]: [PowerfulPerms] Unable to connect to Redis server. Check your credentials in the config file. If you don't use Redis, this message is perfectly fine.
  4350. [22:16:39] [Server thread/INFO]: AMD_Processor issued server command: /animatednames reload
  4351. [22:16:39] [Server thread/INFO]: [AnimatedNames] Loading configuration ...
  4352. [22:16:39] [Server thread/INFO]: [AnimatedNames] Loading placeholders ...
  4353. [22:16:40] [Server thread/INFO]: [AnimatedNames] Loaded 3245 of the 5850 placholders
  4354. [22:16:40] [Server thread/INFO]: [AnimatedNames] Loading Event hooks ...
  4355. [22:16:40] [Server thread/INFO]: [AnimatedNames] Loading event hook: ChatReaction start event ...
  4356. [22:16:40] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Death hook ...
  4357. [22:16:40] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block break hook ...
  4358. [22:16:40] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block place hook ...
  4359. [22:16:40] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Create portal hook ...
  4360. [22:16:40] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player join ...
  4361. [22:16:40] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player rejoin ...
  4362. [22:16:40] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player first join ...
  4363. [22:16:40] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Combat hook ...
  4364. [22:16:40] [Server thread/INFO]: [AnimatedNames] Loading event hook: EZRanksUp Rankup event ...
  4365. [22:16:40] [Server thread/INFO]: [AnimatedNames] Creating new custom effect: warning
  4366. [22:16:40] [Server thread/INFO]: [AnimatedNames]    Lines: 2
  4367. [22:16:40] [Server thread/INFO]: [AnimatedNames]    Arguments: 1
  4368. [22:16:40] [Server thread/INFO]: [AnimatedNames] Adding teamname group 'default' ...
  4369. [22:16:40] [Server thread/INFO]: [AnimatedNames] Name prefix , suffix for group 'default' will refresh every 100 ticks
  4370. [22:16:40] [Server thread/INFO]: [AnimatedNames] Adding teamname group 'example-admin' ...
  4371. [22:16:40] [Server thread/INFO]: [AnimatedNames] Name prefix , suffix for group 'example-admin' will refresh every 100 ticks
  4372. [22:16:40] [Server thread/INFO]: [AnimatedNames] Preparing team names for existing online players ...
  4373. [22:17:11] [Server thread/INFO]: AMD_Processor issued server command: /pp globalreload
  4374. [22:17:11] [Craft Scheduler Thread - 1223/WARN]: [PowerfulPerms] Unable to connect to Redis server. Check your credentials in the config file. If you don't use Redis, this message is perfectly fine.
  4375. [22:17:15] [Server thread/INFO]: AMD_Processor issued server command: /animatednames reload
  4376. [22:17:15] [Server thread/INFO]: [AnimatedNames] Loading configuration ...
  4377. [22:17:15] [Server thread/INFO]: [AnimatedNames] Loading placeholders ...
  4378. [22:17:16] [Server thread/INFO]: [AnimatedNames] Loaded 3245 of the 5850 placholders
  4379. [22:17:16] [Server thread/INFO]: [AnimatedNames] Loading Event hooks ...
  4380. [22:17:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: ChatReaction start event ...
  4381. [22:17:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Death hook ...
  4382. [22:17:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block break hook ...
  4383. [22:17:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block place hook ...
  4384. [22:17:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Create portal hook ...
  4385. [22:17:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player join ...
  4386. [22:17:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player rejoin ...
  4387. [22:17:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player first join ...
  4388. [22:17:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Combat hook ...
  4389. [22:17:16] [Server thread/INFO]: [AnimatedNames] Loading event hook: EZRanksUp Rankup event ...
  4390. [22:17:16] [Server thread/INFO]: [AnimatedNames] Creating new custom effect: warning
  4391. [22:17:16] [Server thread/INFO]: [AnimatedNames]    Lines: 2
  4392. [22:17:16] [Server thread/INFO]: [AnimatedNames]    Arguments: 1
  4393. [22:17:16] [Server thread/INFO]: [AnimatedNames] Adding teamname group 'default' ...
  4394. [22:17:16] [Server thread/INFO]: [AnimatedNames] Name prefix , suffix for group 'default' will refresh every 100 ticks
  4395. [22:17:16] [Server thread/INFO]: [AnimatedNames] Adding teamname group 'example-admin' ...
  4396. [22:17:16] [Server thread/INFO]: [AnimatedNames] Name prefix , suffix for group 'example-admin' will refresh every 100 ticks
  4397. [22:17:16] [Server thread/INFO]: [AnimatedNames] Preparing team names for existing online players ...
  4398. [22:17:51] [Server thread/INFO]: AMD_Processoris ur inventory clean?
  4399. [22:17:53] [Server thread/INFO]: AMD_Processorno blocks
  4400. [22:17:55] [Server thread/INFO]: Joshyes
  4401. [22:18:03] [Server thread/INFO]: _Ninga_ issued server command: /tags
  4402. [22:18:04] [Server thread/INFO]: AMD_Processoralrighty
  4403. [22:18:09] [Server thread/INFO]: AMD_Processor issued server command: /bal _Ninga_
  4404. [22:18:13] [Server thread/INFO]: AMD_Processor issued server command: /eco reset _Ninga_
  4405. [22:18:16] [Server thread/INFO]: AMD_ProcessorMine
  4406. [22:18:18] [Server thread/INFO]: AMD_Processornow
  4407. [22:18:50] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4408. [22:19:31] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4409. [22:19:51] [Server thread/INFO]: [ClearLag] Removed 9 Entities!
  4410. [22:20:23] [Server thread/WARN]: _Ninga_ moved wrongly!
  4411. [22:20:32] [Server thread/WARN]: _Ninga_ moved wrongly!
  4412. [22:22:52] [Server thread/INFO]: _Ninga_ issued server command: /warp v
  4413. [22:22:55] [Server thread/INFO]: _Ninga_ issued server command: /warp b
  4414. [22:23:32] [Server thread/INFO]: _Ninga_ issued server command: /fly
  4415. [22:23:32] [Server thread/INFO]: §c_Ninga_ §4was denied access to command.
  4416. [22:24:11] [Server thread/INFO]: Josh231,150
  4417. [22:24:41] [Server thread/INFO]: AMD_Processor issued server command: /kit
  4418. [22:24:43] [Server thread/INFO]: AMD_Processor issued server command: /kit starter
  4419. [22:24:46] [Server thread/INFO]: AMD_Processor issued server command: /gms
  4420. [22:25:01] [Server thread/INFO]: AMD_Processor issued server command: /warp
  4421. [22:25:11] [Server thread/INFO]: _Ninga_ issued server command: /fly
  4422. [22:25:11] [Server thread/INFO]: §c_Ninga_ §4was denied access to command.
  4423. [22:25:14] [Server thread/INFO]: AMD_Processor issued server command: /mine
  4424. [22:25:20] [Server thread/INFO]: AMD_Processor issued server command: /mine settp minec
  4425. [22:25:59] [Server thread/INFO]: AMD_Processor issued server command: /sas
  4426. [22:26:01] [Server thread/INFO]: AMD_Processor issued server command: /asa
  4427. [22:26:11] [Server thread/INFO]: AMD_Processor issued server command: /asa addshop minec
  4428. [22:26:37] [Server thread/INFO]: AMD_Processor issued server command: /asa additem minec 100
  4429. [22:26:39] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4430. [22:26:51] [Server thread/INFO]: AMD_Processor issued server command: /asa additem minec 75
  4431. [22:27:15] [Server thread/INFO]: AMD_Processor issued server command: /asa additem minec 800
  4432. [22:27:19] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4433. [22:27:25] [Server thread/INFO]: _Ninga_ issued server command: /pv 1
  4434. [22:27:26] [Server thread/INFO]: AMD_Processor issued server command: /asa additem minec 600
  4435. [22:27:38] [Server thread/INFO]: AMD_Processor issued server command: /gmc
  4436. [22:27:40] [Server thread/INFO]: [ClearLag] Removed 7 Entities!
  4437. [22:27:40] [Server thread/INFO]: AMD_Processor issued server command: //wand
  4438. [22:27:55] [Server thread/INFO]: AMD_Processor issued server command: //pos2
  4439. [22:28:01] [Server thread/INFO]: AMD_Processor issued server command: //copy
  4440. [22:28:13] [Server thread/INFO]: AMD_Processor issued server command: //paste -a
  4441. [22:28:16] [Server thread/INFO]: AMD_Processor issued server command: //undo
  4442. [22:28:24] [Server thread/INFO]: AMD_Processor issued server command: //paste -a
  4443. [22:30:00] [Server thread/INFO]: AMD_Processor issued server command: /pp user _Ninga_ promote prison
  4444. [22:30:00] [Craft Scheduler Thread - 1319/WARN]: [PowerfulPerms] Unable to connect to Redis server. Check your credentials in the config file. If you don't use Redis, this message is perfectly fine.
  4445. [22:30:05] [Server thread/INFO]: AMD_Processor issued server command: /animtednames reload
  4446. [22:30:14] [Server thread/INFO]: AMD_Processor issued server command: /animatednames reload
  4447. [22:30:14] [Server thread/INFO]: [AnimatedNames] Loading configuration ...
  4448. [22:30:14] [Server thread/INFO]: [AnimatedNames] Loading placeholders ...
  4449. [22:30:14] [Server thread/INFO]: [AnimatedNames] Loaded 3245 of the 5850 placholders
  4450. [22:30:14] [Server thread/INFO]: [AnimatedNames] Loading Event hooks ...
  4451. [22:30:14] [Server thread/INFO]: [AnimatedNames] Loading event hook: ChatReaction start event ...
  4452. [22:30:14] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Death hook ...
  4453. [22:30:14] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block break hook ...
  4454. [22:30:14] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block place hook ...
  4455. [22:30:14] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Create portal hook ...
  4456. [22:30:14] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player join ...
  4457. [22:30:14] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player rejoin ...
  4458. [22:30:14] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player first join ...
  4459. [22:30:14] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Combat hook ...
  4460. [22:30:14] [Server thread/INFO]: [AnimatedNames] Loading event hook: EZRanksUp Rankup event ...
  4461. [22:30:14] [Server thread/INFO]: [AnimatedNames] Creating new custom effect: warning
  4462. [22:30:14] [Server thread/INFO]: [AnimatedNames]    Lines: 2
  4463. [22:30:14] [Server thread/INFO]: [AnimatedNames]    Arguments: 1
  4464. [22:30:14] [Server thread/INFO]: [AnimatedNames] Adding teamname group 'default' ...
  4465. [22:30:14] [Server thread/INFO]: [AnimatedNames] Name prefix , suffix for group 'default' will refresh every 100 ticks
  4466. [22:30:14] [Server thread/INFO]: [AnimatedNames] Adding teamname group 'example-admin' ...
  4467. [22:30:14] [Server thread/INFO]: [AnimatedNames] Name prefix , suffix for group 'example-admin' will refresh every 100 ticks
  4468. [22:30:14] [Server thread/INFO]: [AnimatedNames] Preparing team names for existing online players ...
  4469. [22:30:18] [Server thread/INFO]: AMD_Processor issued server command: /pp globalreload
  4470. [22:30:18] [Craft Scheduler Thread - 1331/WARN]: [PowerfulPerms] Unable to connect to Redis server. Check your credentials in the config file. If you don't use Redis, this message is perfectly fine.
  4471. [22:30:19] [Server thread/INFO]: AMD_Processor issued server command: /animatednames reload
  4472. [22:30:19] [Server thread/INFO]: [AnimatedNames] Loading configuration ...
  4473. [22:30:19] [Server thread/INFO]: [AnimatedNames] Loading placeholders ...
  4474. [22:30:20] [Server thread/INFO]: [AnimatedNames] Loaded 3245 of the 5850 placholders
  4475. [22:30:20] [Server thread/INFO]: [AnimatedNames] Loading Event hooks ...
  4476. [22:30:20] [Server thread/INFO]: [AnimatedNames] Loading event hook: ChatReaction start event ...
  4477. [22:30:20] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Death hook ...
  4478. [22:30:20] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block break hook ...
  4479. [22:30:20] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block place hook ...
  4480. [22:30:20] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Create portal hook ...
  4481. [22:30:20] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player join ...
  4482. [22:30:20] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player rejoin ...
  4483. [22:30:20] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player first join ...
  4484. [22:30:20] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Combat hook ...
  4485. [22:30:20] [Server thread/INFO]: [AnimatedNames] Loading event hook: EZRanksUp Rankup event ...
  4486. [22:30:20] [Server thread/INFO]: [AnimatedNames] Creating new custom effect: warning
  4487. [22:30:20] [Server thread/INFO]: [AnimatedNames]    Lines: 2
  4488. [22:30:20] [Server thread/INFO]: [AnimatedNames]    Arguments: 1
  4489. [22:30:20] [Server thread/INFO]: [AnimatedNames] Adding teamname group 'default' ...
  4490. [22:30:20] [Server thread/INFO]: [AnimatedNames] Name prefix , suffix for group 'default' will refresh every 100 ticks
  4491. [22:30:20] [Server thread/INFO]: [AnimatedNames] Adding teamname group 'example-admin' ...
  4492. [22:30:20] [Server thread/INFO]: [AnimatedNames] Name prefix , suffix for group 'example-admin' will refresh every 100 ticks
  4493. [22:30:20] [Server thread/INFO]: [AnimatedNames] Preparing team names for existing online players ...
  4494. [22:30:43] [Server thread/INFO]: Joshautosell.signs.sell.mineb
  4495. [22:30:48] [Server thread/INFO]: AMD_Processor issued server command: /pp group c add autosell.signs.sell.minec
  4496. [22:30:48] [Craft Scheduler Thread - 1340/WARN]: [PowerfulPerms] Unable to connect to Redis server. Check your credentials in the config file. If you don't use Redis, this message is perfectly fine.
  4497. [22:30:50] [Server thread/INFO]: AMD_Processor issued server command: /asa
  4498. [22:30:54] [Server thread/INFO]: AMD_Processor issued server command: /asa addsign minec
  4499. [22:30:57] [Server thread/INFO]: AMD_Processor issued server command: /asa addsign minec
  4500. [22:31:01] [Server thread/INFO]: AMD_Processor issued server command: /asa addsign minec
  4501. [22:31:19] [Server thread/INFO]: AMD_Processor issued server command: /asa addsign minec
  4502. [22:31:39] [Server thread/INFO]: AMD_Processor issued server command: /rg priority c-mine 100
  4503. [22:32:05] [Timer-1/INFO]: [WorldGuard] Region data changes made in 'prison' have been background saved
  4504. [22:32:27] [Server thread/INFO]: AMD_Processor issued server command: /eco reset _Ninga_
  4505. [22:34:30] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4506. [22:35:12] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4507. [22:35:33] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  4508. [22:39:02] [Server thread/INFO]: Josh356.900
  4509. [22:40:12] [Server thread/INFO]: Josh231,150
  4510. [22:40:51] [Thread-113/INFO]: UUID of player Paige_leee is 7c0fb016-664c-4946-bf38-868b439083b3
  4511. [22:40:51] [Server thread/INFO]: Paige_leee[/45.17.238.12:40359] logged in with entity id 18564514 at ([pvpspawn]-5.730784409763508, 6.0, 78.36749094033438)
  4512. [22:40:55] [Server thread/INFO]: Paige_leee issued server command: /spawn
  4513. [22:41:01] [Server thread/INFO]: AMD_Processor issued server command: /ranks
  4514. [22:41:01] [Server thread/INFO]: AMD_Processor issued mycmd command ID(12) /ranks
  4515. [22:41:15] [Server thread/INFO]: AMD_Processor issued server command: /warp
  4516. [22:41:32] [Server thread/INFO]: AMD_Processor issued server command: //paste
  4517. [22:41:45] [Server thread/INFO]: _Ninga_ issued server command: /ehcest
  4518. [22:41:48] [Server thread/INFO]: AMD_Processor issued server command: /gms
  4519. [22:42:17] [Server thread/WARN]: _Ninga_ moved wrongly!
  4520. [22:42:30] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4521. [22:43:10] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4522. [22:43:11] [Server thread/INFO]: AMD_Processor issued server command: /sas
  4523. [22:43:12] [Server thread/INFO]: AMD_Processor issued server command: /asa
  4524. [22:43:30] [Server thread/INFO]: [ClearLag] Removed 6 Entities!
  4525. [22:43:51] [Server thread/INFO]: AMD_Processor issued server command: /timings on
  4526. [22:44:01] [Server thread/INFO]: _Ninga_ issued server command: /kits
  4527. [22:44:03] [Server thread/INFO]: _Ninga_ issued server command: /kits
  4528. [22:44:19] [Server thread/INFO]: AMD_Processorhi
  4529. [22:44:26] [Server thread/INFO]: QueenSavagehi
  4530. [22:44:31] [Server thread/INFO]: AMD_ProcessorWOAH
  4531. [22:44:36] [Server thread/INFO]: QueenSavage?
  4532. [22:44:39] [Server thread/INFO]: AMD_Processorim savage
  4533. [22:44:56] [Server thread/INFO]: QueenSavagei was savage before you even got here
  4534. [22:45:00] [Server thread/INFO]: AMD_Processor issued server command: /timings paste
  4535. [22:45:01] [Server thread/INFO]: Josh...
  4536. [22:45:22] [Server thread/INFO]: QueenSavageits true Josh
  4537. [22:45:47] [Server thread/INFO]: Josh:o
  4538. [22:47:35] [Server thread/INFO]: AMD_Processorso are u staying or what?
  4539. [22:47:43] [Server thread/INFO]: Joshi pick what
  4540. [22:47:51] [Thread-114/INFO]: UUID of player SenpaiKull is c9235ff2-b322-4f90-ae10-8ac0cb7615be
  4541. [22:47:51] [Server thread/INFO]: (PN) [Helper] SenpaiKull has joined the game!
  4542. [22:47:51] [Server thread/INFO]: SenpaiKull[/89.245.71.220:37852] logged in with entity id 18740427 at ([prison]-197.1730397082928, 89.89365158941254, -246.17564297909772)
  4543. [22:48:08] [Server thread/INFO]: AMD_Processor issued server command: /asa
  4544. [22:48:16] [Server thread/INFO]: AMD_Processor issued server command: /asa addshop mined
  4545. [22:48:35] [Server thread/INFO]: AMD_Processor issued server command: /asa additem mined 130
  4546. [22:48:42] [Server thread/INFO]: AMD_Processor issued server command: /asa additem mined 90
  4547. [22:48:47] [Server thread/INFO]: SenpaiKull issued server command: /tp AMD_Processor
  4548. [22:49:00] [Server thread/INFO]: AMD_Processor issued server command: /asa additem mined 1000
  4549. [22:49:09] [Server thread/INFO]: _Ninga_ issued server command: /fly
  4550. [22:49:09] [Server thread/INFO]: §c_Ninga_ §4was denied access to command.
  4551. [22:49:18] [Server thread/INFO]: AMD_Processor issued server command: /asa additem mined 720
  4552. [22:49:42] [Server thread/INFO]: AMD_Processor issued server command: /rp priority d-mine 100
  4553. [22:49:47] [Server thread/INFO]: AMD_Processor issued server command: /rg priority d-mine 100
  4554. [22:50:05] [Timer-1/INFO]: [WorldGuard] Region data changes made in 'prison' have been background saved
  4555. [22:50:28] [Server thread/INFO]: AMD_Processor issued server command: /asa
  4556. [22:50:34] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4557. [22:50:35] [Server thread/INFO]: AMD_Processor issued server command: /asa addsign mined
  4558. [22:50:39] [Server thread/INFO]: AMD_Processor issued server command: /gmc
  4559. [22:51:02] [Server thread/INFO]: AMD_Processor issued server command: /eco reset _Ninga_
  4560. [22:51:07] [Server thread/INFO]: AMD_Processor issued server command: /tphere _Ninga_
  4561. [22:51:23] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4562. [22:51:27] [Server thread/INFO]: AMD_Processor issued server command: /pp user _Ninga_ promote
  4563. [22:51:29] [Server thread/INFO]: _Ninga_ issued server command: /ci
  4564. [22:51:30] [Server thread/INFO]: AMD_Processor issued server command: /pp user _Ninga_ promote prison
  4565. [22:51:30] [Craft Scheduler Thread - 1370/WARN]: [PowerfulPerms] Unable to connect to Redis server. Check your credentials in the config file. If you don't use Redis, this message is perfectly fine.
  4566. [22:51:46] [Server thread/INFO]: SenpaiKull issued server command: /pickdrop drop
  4567. [22:51:46] [Server thread/INFO]: [ClearLag] Removed 5 Entities!
  4568. [22:51:49] [Server thread/INFO]: AMD_Processor issued server command: /pp group d add autosell.signs.sell.mined
  4569. [22:51:49] [Craft Scheduler Thread - 1374/WARN]: [PowerfulPerms] Unable to connect to Redis server. Check your credentials in the config file. If you don't use Redis, this message is perfectly fine.
  4570. [22:52:01] [Server thread/INFO]: AMD_Processor issued server command: /pickdrop drop
  4571. [22:52:13] [Thread-116/INFO]: UUID of player Cheeky_Banana__ is 7c77e499-ef1b-42de-8323-f281b1d75eb9
  4572. [22:52:14] [Server thread/INFO]: Cheeky_Banana__[/99.242.167.175:39911] logged in with entity id 18849643 at ([prison]-193.55488010573012, 88.0, -155.34949783954508)
  4573. [22:52:26] [Server thread/INFO]: Bananahello from the other sidddde
  4574. [22:52:34] [Server thread/INFO]: Kullnu
  4575. [22:52:38] [Server thread/INFO]: Cheeky_Banana__ issued server command: /rankup
  4576. [22:52:38] [Server thread/INFO]: [+] Cheeky_Banana__ ranked up to B!
  4577. [22:52:38] [Server thread/INFO]: Unknown Command. Use "/Help"
  4578. [22:52:40] [Server thread/INFO]: Cheeky_Banana__ issued server command: /rankup
  4579. [22:52:41] [Server thread/INFO]: Cheeky_Banana__ issued server command: /rankup
  4580. [22:52:44] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  4581. [22:52:47] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  4582. [22:52:57] [Server thread/INFO]: SenpaiKull issued server command: /tp Paige_leee
  4583. [22:53:21] [Server thread/WARN]: _Ninga_ moved wrongly!
  4584. [22:53:24] [Server thread/INFO]: Kullrip skype
  4585. [22:53:28] [Server thread/INFO]: QueenSavagewhy did you tp in my face?
  4586. [22:53:37] [Server thread/INFO]: SenpaiKull issued server command: /tp Paige_leee
  4587. [22:53:38] [Server thread/INFO]: Bananaqueensavage...
  4588. [22:53:40] [Server thread/INFO]: Bananaffs
  4589. [22:53:41] [Server thread/INFO]: BananaxDD
  4590. [22:53:42] [Server thread/INFO]: QueenSavageyep
  4591. [22:53:59] [Server thread/INFO]: SenpaiKull issued server command: /tp Paige_leee
  4592. [22:53:59] [Server thread/INFO]: Paige_leee issued server command: /fly
  4593. [22:53:59] [Server thread/INFO]: §cPaige_leee §4was denied access to command.
  4594. [22:54:32] [Server thread/INFO]: Paige_leee issued server command: /spawn
  4595. [22:54:53] [Server thread/INFO]: SenpaiKull issued server command: /tphere Paige_leee
  4596. [22:55:01] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  4597. [22:55:05] [Server thread/INFO]: Kullhey paige :=
  4598. [22:55:06] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  4599. [22:55:20] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  4600. [22:55:30] [Server thread/INFO]: QueenSavagegit
  4601. [22:55:31] [Server thread/INFO]: QueenSavageout
  4602. [22:55:31] [Server thread/INFO]: SenpaiKull issued server command: /spawn Paige_leee
  4603. [22:55:32] [Server thread/INFO]: QueenSavageof
  4604. [22:55:34] [Server thread/INFO]: QueenSavagemy
  4605. [22:55:36] [Server thread/INFO]: QueenSavageface
  4606. [22:55:37] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  4607. [22:55:45] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp z
  4608. [22:55:50] [Server thread/INFO]: Kullnot just your face o3o
  4609. [22:55:54] [Server thread/INFO]: Cheeky_Banana__ issued server command: /rank
  4610. [22:55:55] [Server thread/INFO]: Cheeky_Banana__ issued server command: /rankup
  4611. [22:55:55] [Server thread/INFO]: [+] Cheeky_Banana__ ranked up to B!
  4612. [22:55:55] [Server thread/INFO]: Unknown Command. Use "/Help"
  4613. [22:56:01] [Server thread/INFO]: Cheeky_Banana__ issued server command: /rankup
  4614. [22:56:45] [Craft Scheduler Thread - 1370/INFO]: [TitleManager] Searching for updates.
  4615. [22:56:46] [Craft Scheduler Thread - 1370/INFO]: [TitleManager] No update was found.
  4616. [22:56:52] [Server thread/INFO]: AMD_Processor issued server command: /tpall
  4617. [22:56:53] [Craft Scheduler Thread - 1400/INFO]: Checking for updates via Spigot...
  4618. [22:56:53] [Craft Scheduler Thread - 1400/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  4619. [22:57:03] [Server thread/INFO]: Bananaabboooooooseee
  4620. [22:57:05] [Server thread/INFO]: AMD_Processor issued server command: /mine
  4621. [22:57:05] [Server thread/INFO]: SenpaiKull issued server command: /tphere paige
  4622. [22:57:09] [Server thread/INFO]: Cheeky_Banana__ issued server command: /trASH
  4623. [22:57:09] [Server thread/INFO]: AMD_Processor issued server command: /mine settp mined
  4624. [22:57:13] [Server thread/INFO]: Cheeky_Banana__ issued server command: /trash
  4625. [22:57:32] [Server thread/INFO]: Josh514,330
  4626. [22:57:35] [Server thread/INFO]: Banana??
  4627. [22:57:39] [Server thread/INFO]: Joshnothing
  4628. [22:57:48] [Server thread/INFO]: BananaI cant rank up
  4629. [22:57:51] [Server thread/INFO]: SenpaiKull issued server command: /rankup
  4630. [22:58:01] [Server thread/INFO]: Joshbecuase its not done yet
  4631. [22:58:08] [Server thread/INFO]: Bananahow come you can then?
  4632. [22:58:15] [Server thread/INFO]: Kullhes testing it
  4633. [22:58:17] [Server thread/INFO]: Joshcause i can
  4634. [22:58:28] [Server thread/INFO]: AMD_Processor issued server command: /warp e
  4635. [22:58:45] [Server thread/INFO]: SenpaiKull issued server command: /invsee Paige_leee
  4636. [22:58:49] [Server thread/INFO]: _Ninga_ issued server command: /warp e
  4637. [22:58:58] [Server thread/INFO]: SenpaiKull issued server command: /kill paige
  4638. [22:58:58] [Server thread/ERROR]: Could not pass event PlayerDeathEvent to MythGangs v0.1
  4639. org.bukkit.event.EventException
  4640.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4641.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4642.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  4643.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  4644.     at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:396) [ss.jar:git-Spigot-db6de12-18fbb24]
  4645.     at net.minecraft.server.v1_8_R3.EntityPlayer.die(EntityPlayer.java:417) [ss.jar:git-Spigot-db6de12-18fbb24]
  4646.     at net.minecraft.server.v1_8_R3.EntityLiving.damageEntity(EntityLiving.java:812) [ss.jar:git-Spigot-db6de12-18fbb24]
  4647.     at net.minecraft.server.v1_8_R3.EntityHuman.damageEntity(EntityHuman.java:800) [ss.jar:git-Spigot-db6de12-18fbb24]
  4648.     at net.minecraft.server.v1_8_R3.EntityPlayer.damageEntity(EntityPlayer.java:496) [ss.jar:git-Spigot-db6de12-18fbb24]
  4649.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftLivingEntity.damage(CraftLivingEntity.java:241) [ss.jar:git-Spigot-db6de12-18fbb24]
  4650.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftLivingEntity.damage(CraftLivingEntity.java:229) [ss.jar:git-Spigot-db6de12-18fbb24]
  4651.     at com.earth2me.essentials.commands.Commandkill.updatePlayer(Commandkill.java:43) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
  4652.     at com.earth2me.essentials.commands.EssentialsLoopCommand.loopOnlinePlayers(EssentialsLoopCommand.java:132) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
  4653.     at com.earth2me.essentials.commands.Commandkill.run(Commandkill.java:26) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
  4654.     at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:186) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
  4655.     at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:180) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
  4656.     at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:527) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
  4657.     at com.earth2me.essentials.Essentials.onCommand(Essentials.java:402) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
  4658.     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  4659.     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [ss.jar:git-Spigot-db6de12-18fbb24]
  4660.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [ss.jar:git-Spigot-db6de12-18fbb24]
  4661.     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [ss.jar:git-Spigot-db6de12-18fbb24]
  4662.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [ss.jar:git-Spigot-db6de12-18fbb24]
  4663.     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [ss.jar:git-Spigot-db6de12-18fbb24]
  4664.     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [ss.jar:git-Spigot-db6de12-18fbb24]
  4665.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  4666.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  4667.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  4668.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  4669.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  4670.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  4671.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  4672.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  4673.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  4674. Caused by: java.lang.NullPointerException
  4675.     at us.mythnetwork.gangs.listeners.OnDeath.onPlayerDeath(OnDeath.java:26) ~[?:?]
  4676.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_95]
  4677.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_95]
  4678.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  4679.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  4680.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4681.     ... 33 more
  4682. [22:58:58] [Server thread/INFO]: _Ninga_ issued server command: /warp
  4683. [22:59:04] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  4684. [22:59:05] [Server thread/INFO]: SenpaiKull issued server command: /invsee paige
  4685. [22:59:08] [Server thread/WARN]: _Ninga_ moved wrongly!
  4686. [22:59:11] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  4687. [22:59:20] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  4688. [22:59:28] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  4689. org.bukkit.event.EventException
  4690.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4691.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4692.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  4693.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  4694.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  4695.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  4696.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  4697.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  4698.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  4699.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  4700.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  4701.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  4702.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  4703.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  4704.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  4705.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  4706. Caused by: java.lang.NullPointerException: null key in entry: null=1
  4707.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4708.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4709.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4710.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4711.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4712.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:302) ~[?:?]
  4713.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  4714.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  4715.     at haveric.stackableItems.util.InventoryUtil.checkAddHotbarRTL(InventoryUtil.java:243) ~[?:?]
  4716.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:131) ~[?:?]
  4717.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:997) ~[?:?]
  4718.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  4719.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  4720.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  4721.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4722.     ... 15 more
  4723. [22:59:34] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  4724. org.bukkit.event.EventException
  4725.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4726.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4727.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  4728.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  4729.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  4730.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  4731.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  4732.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  4733.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  4734.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  4735.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  4736.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  4737.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  4738.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  4739.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  4740.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  4741. Caused by: java.lang.NullPointerException: null key in entry: null=1
  4742.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4743.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4744.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4745.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4746.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4747.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  4748.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  4749.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  4750.     at haveric.stackableItems.util.InventoryUtil.checkAddHotbarRTL(InventoryUtil.java:243) ~[?:?]
  4751.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:131) ~[?:?]
  4752.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:997) ~[?:?]
  4753.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  4754.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  4755.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  4756.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4757.     ... 15 more
  4758. [22:59:34] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StackableItems v1.0.4
  4759. org.bukkit.event.EventException
  4760.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4761.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4762.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  4763.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  4764.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  4765.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  4766.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  4767.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  4768.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  4769.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  4770.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  4771.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  4772.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  4773.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  4774.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  4775.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  4776. Caused by: java.lang.NullPointerException: null key in entry: null=1
  4777.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4778.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4779.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4780.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:299) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4781.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:283) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4782.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:300) ~[?:?]
  4783.     at haveric.stackableItems.util.ItemUtil.isSameItem(ItemUtil.java:288) ~[?:?]
  4784.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultHelper(InventoryUtil.java:189) ~[?:?]
  4785.     at haveric.stackableItems.util.InventoryUtil.checkAddHotbarRTL(InventoryUtil.java:243) ~[?:?]
  4786.     at haveric.stackableItems.util.InventoryUtil.getAmountDefaultCanMove(InventoryUtil.java:131) ~[?:?]
  4787.     at haveric.stackableItems.listeners.SIPlayerListener.inventoryClick(SIPlayerListener.java:997) ~[?:?]
  4788.     at sun.reflect.GeneratedMethodAccessor179.invoke(Unknown Source) ~[?:?]
  4789.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  4790.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  4791.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4792.     ... 15 more
  4793. [22:59:36] [Server thread/INFO]: QueenSavage...
  4794. [22:59:39] [Server thread/INFO]: Cheeky_Banana__ issued server command: /warp
  4795. [22:59:42] [Server thread/INFO]: QueenSavagewho did that
  4796. [22:59:43] [Server thread/ERROR]: Could not pass event InventoryClickEvent to Myth-PrisonWarpMenu v0.1
  4797. org.bukkit.event.EventException
  4798.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4799.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4800.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  4801.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  4802.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  4803.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  4804.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  4805.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  4806.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  4807.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  4808.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  4809.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  4810.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  4811.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  4812.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  4813.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  4814. Caused by: com.earth2me.essentials.commands.WarpNotFoundException: §4That warp does not exist.
  4815.     at com.earth2me.essentials.Warps.getWarp(Warps.java:59) ~[?:?]
  4816.     at us.mythnetwork.prisonwarp.listeners.OnInvClick.onClick(OnInvClick.java:70) ~[?:?]
  4817.     at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) ~[?:?]
  4818.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  4819.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  4820.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4821.     ... 15 more
  4822. [22:59:44] [Server thread/ERROR]: Could not pass event InventoryClickEvent to Myth-PrisonWarpMenu v0.1
  4823. org.bukkit.event.EventException
  4824.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4825.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4826.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  4827.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  4828.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  4829.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  4830.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  4831.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  4832.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  4833.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  4834.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  4835.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  4836.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  4837.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  4838.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  4839.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  4840. Caused by: com.earth2me.essentials.commands.WarpNotFoundException: §4That warp does not exist.
  4841.     at com.earth2me.essentials.Warps.getWarp(Warps.java:59) ~[?:?]
  4842.     at us.mythnetwork.prisonwarp.listeners.OnInvClick.onClick(OnInvClick.java:70) ~[?:?]
  4843.     at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) ~[?:?]
  4844.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  4845.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  4846.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4847.     ... 15 more
  4848. [22:59:46] [Server thread/ERROR]: Could not pass event InventoryClickEvent to Myth-PrisonWarpMenu v0.1
  4849. org.bukkit.event.EventException
  4850.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4851.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4852.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  4853.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  4854.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  4855.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  4856.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  4857.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  4858.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  4859.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  4860.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  4861.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  4862.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  4863.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  4864.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  4865.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  4866. Caused by: com.earth2me.essentials.commands.WarpNotFoundException: §4That warp does not exist.
  4867.     at com.earth2me.essentials.Warps.getWarp(Warps.java:59) ~[?:?]
  4868.     at us.mythnetwork.prisonwarp.listeners.OnInvClick.onClick(OnInvClick.java:70) ~[?:?]
  4869.     at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) ~[?:?]
  4870.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  4871.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  4872.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4873.     ... 15 more
  4874. [22:59:47] [Server thread/ERROR]: Could not pass event InventoryClickEvent to Myth-PrisonWarpMenu v0.1
  4875. org.bukkit.event.EventException
  4876.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4877.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4878.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  4879.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  4880.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  4881.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  4882.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  4883.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  4884.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  4885.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  4886.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  4887.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  4888.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  4889.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  4890.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  4891.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  4892. Caused by: com.earth2me.essentials.commands.WarpNotFoundException: §4That warp does not exist.
  4893.     at com.earth2me.essentials.Warps.getWarp(Warps.java:59) ~[?:?]
  4894.     at us.mythnetwork.prisonwarp.listeners.OnInvClick.onClick(OnInvClick.java:70) ~[?:?]
  4895.     at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) ~[?:?]
  4896.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  4897.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  4898.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4899.     ... 15 more
  4900. [22:59:48] [Server thread/ERROR]: Could not pass event InventoryClickEvent to Myth-PrisonWarpMenu v0.1
  4901. org.bukkit.event.EventException
  4902.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4903.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4904.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  4905.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  4906.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  4907.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  4908.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  4909.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  4910.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  4911.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  4912.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  4913.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  4914.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  4915.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  4916.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  4917.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  4918. Caused by: com.earth2me.essentials.commands.WarpNotFoundException: §4That warp does not exist.
  4919.     at com.earth2me.essentials.Warps.getWarp(Warps.java:59) ~[?:?]
  4920.     at us.mythnetwork.prisonwarp.listeners.OnInvClick.onClick(OnInvClick.java:70) ~[?:?]
  4921.     at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) ~[?:?]
  4922.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  4923.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  4924.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4925.     ... 15 more
  4926. [22:59:48] [Server thread/INFO]: Paige_leee issued server command: /back
  4927. [22:59:49] [Server thread/ERROR]: Could not pass event InventoryClickEvent to Myth-PrisonWarpMenu v0.1
  4928. org.bukkit.event.EventException
  4929.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4930.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4931.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  4932.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  4933.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630) [ss.jar:git-Spigot-db6de12-18fbb24]
  4934.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31) [ss.jar:git-Spigot-db6de12-18fbb24]
  4935.     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9) [ss.jar:git-Spigot-db6de12-18fbb24]
  4936.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  4937.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  4938.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  4939.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  4940.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  4941.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  4942.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  4943.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  4944.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  4945. Caused by: com.earth2me.essentials.commands.WarpNotFoundException: §4That warp does not exist.
  4946.     at com.earth2me.essentials.Warps.getWarp(Warps.java:59) ~[?:?]
  4947.     at us.mythnetwork.prisonwarp.listeners.OnInvClick.onClick(OnInvClick.java:70) ~[?:?]
  4948.     at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source) ~[?:?]
  4949.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  4950.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  4951.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4952.     ... 15 more
  4953. [22:59:52] [Server thread/INFO]: Banana??
  4954. [22:59:58] [Server thread/INFO]: Paige_leee issued server command: /invsee _Ninga_
  4955. [23:00:05] [Server thread/INFO]: Paige_leee issued server command: /invsee SenpaiKull
  4956. [23:00:07] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  4957. [23:00:09] [Server thread/INFO]: SenpaiKull issued server command: /invsee Cheeky_Banana__
  4958. [23:00:14] [Server thread/INFO]: AMD_Processor issued server command: //wand
  4959. [23:00:15] [Server thread/INFO]: SenpaiKull issued server command: /kill Cheeky_Banana__
  4960. [23:00:15] [Server thread/ERROR]: Could not pass event PlayerDeathEvent to MythGangs v0.1
  4961. org.bukkit.event.EventException
  4962.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4963.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  4964.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [ss.jar:git-Spigot-db6de12-18fbb24]
  4965.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [ss.jar:git-Spigot-db6de12-18fbb24]
  4966.     at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:396) [ss.jar:git-Spigot-db6de12-18fbb24]
  4967.     at net.minecraft.server.v1_8_R3.EntityPlayer.die(EntityPlayer.java:417) [ss.jar:git-Spigot-db6de12-18fbb24]
  4968.     at net.minecraft.server.v1_8_R3.EntityLiving.damageEntity(EntityLiving.java:812) [ss.jar:git-Spigot-db6de12-18fbb24]
  4969.     at net.minecraft.server.v1_8_R3.EntityHuman.damageEntity(EntityHuman.java:800) [ss.jar:git-Spigot-db6de12-18fbb24]
  4970.     at net.minecraft.server.v1_8_R3.EntityPlayer.damageEntity(EntityPlayer.java:496) [ss.jar:git-Spigot-db6de12-18fbb24]
  4971.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftLivingEntity.damage(CraftLivingEntity.java:241) [ss.jar:git-Spigot-db6de12-18fbb24]
  4972.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftLivingEntity.damage(CraftLivingEntity.java:229) [ss.jar:git-Spigot-db6de12-18fbb24]
  4973.     at com.earth2me.essentials.commands.Commandkill.updatePlayer(Commandkill.java:43) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
  4974.     at com.earth2me.essentials.commands.EssentialsLoopCommand.loopOnlinePlayers(EssentialsLoopCommand.java:132) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
  4975.     at com.earth2me.essentials.commands.Commandkill.run(Commandkill.java:26) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
  4976.     at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:186) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
  4977.     at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:180) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
  4978.     at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:527) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
  4979.     at com.earth2me.essentials.Essentials.onCommand(Essentials.java:402) [Essentials-2.x-SNAPSHOT%20(6).jar:?]
  4980.     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  4981.     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [ss.jar:git-Spigot-db6de12-18fbb24]
  4982.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [ss.jar:git-Spigot-db6de12-18fbb24]
  4983.     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [ss.jar:git-Spigot-db6de12-18fbb24]
  4984.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [ss.jar:git-Spigot-db6de12-18fbb24]
  4985.     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [ss.jar:git-Spigot-db6de12-18fbb24]
  4986.     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [ss.jar:git-Spigot-db6de12-18fbb24]
  4987.     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [ss.jar:git-Spigot-db6de12-18fbb24]
  4988.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  4989.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  4990.     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [ss.jar:git-Spigot-db6de12-18fbb24]
  4991.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [ss.jar:git-Spigot-db6de12-18fbb24]
  4992.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [ss.jar:git-Spigot-db6de12-18fbb24]
  4993.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [ss.jar:git-Spigot-db6de12-18fbb24]
  4994.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [ss.jar:git-Spigot-db6de12-18fbb24]
  4995.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  4996. Caused by: java.lang.NullPointerException
  4997.     at us.mythnetwork.gangs.listeners.OnDeath.onPlayerDeath(OnDeath.java:26) ~[?:?]
  4998.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_95]
  4999.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_95]
  5000.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  5001.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  5002.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[ss.jar:git-Spigot-db6de12-18fbb24]
  5003.     ... 33 more
  5004. [23:00:22] [Server thread/INFO]: Bananastop abusing powers
  5005. [23:00:25] [Server thread/INFO]: Kulloops
  5006. [23:00:30] [Server thread/INFO]: Kulli slipped :p
  5007. [23:00:30] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  5008. [23:00:37] [Server thread/INFO]: Bananabull shit
  5009. [23:00:42] [Server thread/INFO]: Bananadont make excuses
  5010. [23:00:51] [Server thread/INFO]: KullDont Cuss ._.
  5011. [23:00:55] [Server thread/INFO]: Cheeky_Banana__ issued server command: /rules
  5012. [23:00:55] [Server thread/INFO]: Cheeky_Banana__ issued mycmd command ID(20) /rules
  5013. [23:01:01] [Server thread/INFO]: SenpaiKull issued server command: /tp amd
  5014. [23:01:03] [Server thread/INFO]: AMD_Processorfuck
  5015. [23:01:06] [Server thread/INFO]: AMD_ProcessorSAVAGE
  5016. [23:01:08] [Server thread/INFO]: BananaxD
  5017. [23:01:13] [Server thread/INFO]: QueenSavage?
  5018. [23:01:13] [Server thread/INFO]: Bananalelelelelel
  5019. [23:01:31] [Server thread/INFO]: BananaSavage as fuck
  5020. [23:02:22] [Server thread/INFO]: AMD_Processor issued server command: /mines
  5021. [23:02:24] [Server thread/INFO]: AMD_Processor issued server command: /mine
  5022. [23:02:26] [Server thread/INFO]: AMD_Processor issued server command: /mine panel
  5023. [23:02:32] [Server thread/INFO]: AMD_Processor issued server command: /mine list
  5024. [23:02:34] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee 6c&lScrub
  5025. [23:02:38] [Server thread/INFO]: You have sent Josh "Correct answer!" "Nice job _Ninga_!"
  5026. [23:03:31] [Server thread/INFO]: AMD_Processor issued server command: /mine setregion wood
  5027. [23:03:33] [Server thread/INFO]: Paige_leee issued server command: /nick Paige
  5028. [23:03:38] [Server thread/INFO]: PaigeHey Kull
  5029. [23:03:39] [Server thread/INFO]: AMD_Processor issued server command: /warp e
  5030. [23:03:41] [Server thread/INFO]: Kullye
  5031. [23:03:41] [Server thread/INFO]: Paigescrew off
  5032. [23:03:44] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee 6c&lScrub
  5033. [23:03:45] [Server thread/INFO]: Kullk
  5034. [23:03:48] [Server thread/INFO]: Kullwhy
  5035. [23:03:50] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee 6c&lScrub
  5036. [23:04:00] [Server thread/INFO]: AMD_Processor issued server command: /mine settp wood
  5037. [23:04:11] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee 6c&lScrub
  5038. [23:04:41] [Server thread/INFO]: Paige_leee issued server command: /nick Paige
  5039. [23:04:42] [Server thread/INFO]: AMD_Processor issued server command: /mine
  5040. [23:04:45] [Server thread/INFO]: PaigeCause you're annoying
  5041. [23:04:47] [Server thread/INFO]: AMD_Processor issued server command: /mine create wood2
  5042. [23:04:50] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee 6c&lScrub
  5043. [23:04:51] [Server thread/INFO]: AMD_Processor issued server command: /mine panel wood
  5044. [23:04:53] [Server thread/INFO]: Kulli'm not
  5045. [23:04:53] [Server thread/INFO]: Paige_leee issued server command: /nick Paige
  5046. [23:04:55] [Server thread/INFO]: Paigeare too
  5047. [23:04:55] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee 6c&lScrub
  5048. [23:04:56] [Server thread/INFO]: AMD_Processor issued server command: /clear
  5049. [23:04:57] [Server thread/INFO]: Paige_leee issued server command: /nick Paige
  5050. [23:04:57] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee 6c&lScrub
  5051. [23:04:58] [Server thread/INFO]: Kullno
  5052. [23:04:59] [Server thread/INFO]: Paige_leee issued server command: /nick Paige
  5053. [23:04:59] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee 6c&lScrub
  5054. [23:05:01] [Server thread/INFO]: 6cScrubyes
  5055. [23:05:01] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee 6c&lScrub
  5056. [23:05:10] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee &c&lScrub
  5057. [23:05:12] [Server thread/INFO]: Bananayes u r Kull lets me honest
  5058. [23:05:15] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee &c&lScrub
  5059. [23:05:17] [Server thread/INFO]: Bananabe*
  5060. [23:05:20] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee &c&lScrub
  5061. [23:05:23] [Server thread/INFO]: Kullpaige
  5062. [23:05:26] [Server thread/INFO]: Kullits fine
  5063. [23:05:28] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee &c&lScrub
  5064. [23:05:28] [Server thread/INFO]: Paige_leee issued server command: /nick Paige
  5065. [23:05:32] [Server thread/INFO]: PaigeFuck
  5066. [23:05:34] [Server thread/INFO]: PaigeOff
  5067. [23:05:34] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee &c&lScrub
  5068. [23:05:35] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee &c&lScrub
  5069. [23:05:37] [Server thread/INFO]: Paige_leee issued server command: /nick Paige
  5070. [23:05:37] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee &c&lScrub
  5071. [23:05:42] [Server thread/INFO]: Paige_leee issued server command: /nick Paige
  5072. [23:05:44] [Server thread/INFO]: PaigeKull
  5073. [23:05:44] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee &c&lScrub
  5074. [23:05:46] [Server thread/INFO]: SenpaiKull issued server command: /nick Paige_leee &c&lScrub
  5075. [23:05:47] [Server thread/INFO]: Paige_leee issued server command: /nick Paige
  5076. [23:05:52] [Server thread/INFO]: AMD_Processor issued server command: /mine
  5077. [23:05:56] [Server thread/INFO]: JoshLets all calm down
  5078. [23:05:56] [Server thread/INFO]: AMD_Processor issued server command: /mine panel wood2
  5079. [23:05:59] [Server thread/INFO]: PaigeNo
  5080. [23:06:03] [Server thread/INFO]: Kullfiiine ._.
  5081. [23:06:07] [Server thread/INFO]: Paigehe's changing my name to scrub
  5082. [23:06:15] [Server thread/INFO]: Joshtake in a deep breath
  5083. [23:06:21] [Server thread/INFO]: Kull(Becouse you are one :p)
  5084. [23:06:26] [Server thread/INFO]: Bananastop abusing powers kull ffs
  5085. [23:06:32] [Server thread/INFO]: Kullwit
  5086. [23:06:34] [Server thread/INFO]: Kullwot
  5087. [23:06:41] [Server thread/INFO]: Joshthen when you let it out focus all that anger on donald trump and not each other
  5088. [23:06:48] [Server thread/INFO]: KullCheeky
  5089. [23:07:12] [Server thread/INFO]: Bananachanging nick names and /killing people is unacceptable.. just because your staff dont think your
  5090. [23:07:14] [Server thread/INFO]: Bananatop shit
  5091. [23:07:20] [Server thread/INFO]: PaigeIm sorry
  5092. [23:07:23] [Server thread/INFO]: Paige_leee lost connection: Disconnected
  5093. [23:07:25] [Server thread/INFO]: Kullright now everyone is on For testing cheeks
  5094. [23:07:37] [Server thread/INFO]: Kulli'm just testing commands ._.
  5095. [23:07:44] [Server thread/INFO]: BananaYes I know were not testing /kill
  5096. [23:07:48] [Server thread/INFO]: Kullwell
  5097. [23:07:50] [Server thread/WARN]: [PrisonMines] wood2 tried to reset, but it doesn't have a region.
  5098. [23:07:53] [Server thread/INFO]: Kullit used to kill yourself
  5099. [23:07:58] [Server thread/INFO]: AMD_Processor issued server command: //wand
  5100. [23:08:01] [Server thread/INFO]: Kullno matter if you put a name behindf
  5101. [23:08:06] [Server thread/INFO]: JoshCheeky you testing how many times you can cuss before you get muted i assume?
  5102. [23:08:12] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  5103. [23:08:16] [Server thread/INFO]: Kullyeah :p
  5104. [23:08:21] [Server thread/INFO]: AMD_Processor issued server command: /skyblock
  5105. [23:08:24] [Server thread/INFO]: Bananafuck
  5106. [23:08:26] [Server thread/INFO]: Bananafuck
  5107. [23:08:27] [Server thread/INFO]: AMD_Processor lost connection: Disconnected
  5108. [23:08:32] [Server thread/INFO]: KullPaige_Leee
  5109. [23:08:32] [Server thread/INFO]: JoshPaige_Leee
  5110. [23:08:34] [Server thread/INFO]: Bananashit
  5111. [23:08:35] [Server thread/INFO]: Bananashit
  5112. [23:08:36] [Server thread/INFO]: Bananafuck
  5113. [23:08:38] [Server thread/INFO]: Bananafuck
  5114. [23:08:38] [Thread-118/INFO]: UUID of player AMD_Processor is 8d5c2fb4-7116-4771-8b59-ddd931edb701
  5115. [23:08:39] [Server thread/INFO]: (PN) [Helper] AMD_Processor has joined the game!
  5116. [23:08:39] [Server thread/INFO]: AMD_Processor[/173.217.72.186:53345] logged in with entity id 19374766 at ([prison]-86.50415794593029, 32.40370267842453, -620.7519467193355)
  5117. [23:08:45] [Server thread/INFO]: Bananashit
  5118. [23:08:48] [Server thread/INFO]: SenpaiKull issued server command: /tempmute Cheeky_Banana__ 911d Stop cussing
  5119. [23:08:48] [Craft Scheduler Thread - 1413/INFO]: Cheeky_Banana__ has been temporarily muted for 911 days  by SenpaiKull for Stop cussing
  5120. [23:08:58] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  5121. [23:09:00] [Server thread/INFO]: JoshPaige_Leee
  5122. [23:09:00] [Server thread/INFO]: KullPaige_Leee
  5123. [23:09:19] [Server thread/INFO]: AMD_Processor issued server command: /pp user paige_lee
  5124. [23:09:22] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  5125. [23:09:27] [Server thread/INFO]: AMD_Processor issued server command: /pp user Paige_Lee
  5126. [23:09:56] [Server thread/INFO]: _Ninga_ issued server command: /spawn
  5127. [23:10:00] [Server thread/INFO]: AMD_Processor issued server command: /pp user Paige_leee
  5128. [23:10:06] [Server thread/INFO]: AMD_Processor issued server command: /pp user
  5129. [23:10:11] [Server thread/INFO]: AMD_Processor issued server command: /pp user Paige_leee removegroup admin
  5130. [23:10:11] [Craft Scheduler Thread - 1406/WARN]: [PowerfulPerms] Unable to connect to Redis server. Check your credentials in the config file. If you don't use Redis, this message is perfectly fine.
  5131. [23:10:46] [Server thread/INFO]: Cheeky_Banana__ issued server command: /tell AMD_Processor read skype
  5132. [23:10:55] [Server thread/INFO]: SenpaiKull issued server command: /tp amd
  5133. [23:11:06] [Server thread/INFO]: SenpaiKull issued server command: /tp _Ninga_
  5134. [23:11:31] [Server thread/INFO]: SenpaiKull issued server command: /crate settings
  5135. [23:11:39] [Server thread/INFO]: AMD_Processor issued server command: /mine
  5136. [23:11:50] [Server thread/INFO]: AMD_Processor issued server command: /mine settp wood2
  5137. [23:12:02] [Server thread/INFO]: AMD_Processor issued server command: /mine panel wood2
  5138. [23:12:03] [Server thread/INFO]: Joshcheeky
  5139. [23:12:06] [Server thread/WARN]: [PrisonMines] wood2 tried to reset, but it doesn't have a region.
  5140. [23:12:08] [Server thread/INFO]: SenpaiKull issued server command: /rename &c&lBeef_Of_Awesomeness
  5141. [23:12:29] [Server thread/INFO]: AMD_Processor issued server command: /speed 10
  5142. [23:12:36] [Server thread/INFO]: AMD_Processor issued server command: /mine
  5143. [23:12:39] [Server thread/INFO]: SenpaiKull issued server command: /lore &6&lEat_This_Food &e&lTo_Get_Nothing_:p
  5144. [23:12:44] [Server thread/INFO]: AMD_Processor issued server command: /mine setregion wood2
  5145. [23:12:48] [Server thread/INFO]: SenpaiKull issued server command: /renameany &c&lBeef_Of_Awesomeness
  5146. [23:12:48] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to Beef Of Awesomeness
  5147. [23:12:48] [Server thread/INFO]: [EpicRename] SenpaiKull renamed an item to Beef Of Awesomeness
  5148. [23:13:18] [Server thread/INFO]: SenpaiKull issued server command: /enchant luck
  5149. [23:13:45] [Server thread/INFO]: SenpaiKull issued server command: /invsee _Ninga_
  5150. [23:14:18] [Server thread/INFO]: SenpaiKull issued server command: /unmute Cheeky_Banana__
  5151. [23:14:18] [Craft Scheduler Thread - 1412/INFO]: Cheeky_Banana__ has been unmuted by SenpaiKull
  5152. [23:14:36] [Server thread/INFO]: SenpaiKull issued server command: /tp _Ninga_
  5153. [23:14:41] [Server thread/WARN]: AMD_Processor moved too quickly! -9.677794738146758,10.104,-8.789975704671406 (-9.677794738146758, 10.104, -8.789975704671406)
  5154. [23:14:50] [Server thread/INFO]: AMD_Processor issued server command: /warp e
  5155. [23:14:54] [Server thread/INFO]: SenpaiKull issued server command: /warp e
  5156. [23:14:54] [Server thread/INFO]: AMD_Processor issued server command: /warp
  5157. [23:15:04] [Server thread/INFO]: AMD_Processor issued server command: /mine
  5158. [23:15:08] [Server thread/INFO]: AMD_Processor issued server command: /mine setregion minee
  5159. [23:15:20] [Server thread/INFO]: AMD_Processor issued server command: /mine setregion minee
  5160. [23:15:27] [Server thread/INFO]: AMD_Processor issued server command: //paste -a
  5161. [23:15:33] [Server thread/INFO]: AMD_Processor issued server command: //undo
  5162. [23:15:34] [Server thread/INFO]: AMD_Processor issued server command: //rotate 90
  5163. [23:15:37] [Server thread/INFO]: AMD_Processor issued server command: //paste -a
  5164. [23:15:46] [Server thread/INFO]: SenpaiKull issued server command: /warp e
  5165. [23:15:48] [Server thread/INFO]: AMD_Processor issued server command: //undo
  5166. [23:15:56] [Server thread/INFO]: AMD_Processor issued server command: //paste -a
  5167. [23:16:01] [Server thread/INFO]: SenpaiKull issued server command: /tp _Ninga_
  5168. [23:16:07] [Server thread/INFO]: SenpaiKull issued server command: /invsee _Ninga_
  5169. [23:16:25] [Thread-120/INFO]: UUID of player Paige_leee is 7c0fb016-664c-4946-bf38-868b439083b3
  5170. [23:16:25] [Server thread/INFO]: Paige_leee[/45.17.238.12:49587] logged in with entity id 19626243 at ([prison]-123.71547384498511, 89.0, -218.86070126626893)
  5171. [23:16:41] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  5172. [23:17:19] [Server thread/INFO]: Cheeky_Banana__ issued server command: /T AMD_Processor Look at skype
  5173. [23:17:26] [Server thread/INFO]: Cheeky_Banana__ issued server command: /r look at skype
  5174. [23:17:26] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  5175. [23:17:37] [Server thread/INFO]: SenpaiKull issued server command: /warp plots
  5176. [23:17:47] [Server thread/INFO]: SenpaiKull issued server command: /plot auto
  5177. [23:17:48] [Server thread/INFO]: Paige_leee lost connection: Disconnected
  5178. [23:17:49] [Server thread/INFO]: [ClearLag] Removed 4 Entities!
  5179. [23:18:06] [Server thread/INFO]: SenpaiKull issued server command: /tphere _Ninga_
  5180. [23:18:25] [Server thread/INFO]: SenpaiKull issued server command: /plotme help
  5181. [23:18:31] [Server thread/INFO]: SenpaiKull issued server command: /plotme help 2
  5182. [23:18:34] [Server thread/INFO]: SenpaiKull issued server command: /plotme help 3
  5183. [23:18:36] [Server thread/INFO]: SenpaiKull issued server command: /plotme help 4
  5184. [23:18:47] [Server thread/INFO]: SenpaiKull issued server command: /plotme help 5
  5185. [23:18:58] [Server thread/INFO]: SenpaiKull issued server command: /plotme help 6
  5186. [23:19:41] [Server thread/INFO]: SenpaiKull issued server command: /plotme add _Ninga_
  5187. [23:19:44] [Server thread/INFO]: Joshe
  5188. [23:19:53] [Server thread/INFO]: SenpaiKull issued server command: /op _Ninga_
  5189. [23:19:53] [Server thread/INFO]: [SenpaiKull: Opped _Ninga_]
  5190. [23:19:59] [Server thread/INFO]: _Ninga_ issued server command: /gmc
  5191. [23:20:08] [Server thread/INFO]: SenpaiKull issued server command: /plotme claim
  5192. [23:20:11] [Server thread/INFO]: SenpaiKull issued server command: /plotme claim
  5193. [23:20:15] [Server thread/INFO]: SenpaiKull issued server command: /plotme claim
  5194. [23:20:16] [Server thread/INFO]: _Ninga_ issued server command: /plot h Leaden
  5195. [23:20:24] [Server thread/INFO]: _Ninga_ issued server command: /plot h Celsex
  5196. [23:20:25] [Server thread/INFO]: KullCelzex
  5197. [23:20:30] [Server thread/INFO]: _Ninga_ issued server command: /plot h Celzex
  5198. [23:20:59] [Server thread/INFO]: SenpaiKull issued server command: //set 0
  5199. [23:21:12] [Server thread/INFO]: SenpaiKull issued server command: //set 0
  5200. [23:22:28] [Server thread/INFO]: SenpaiKull issued server command: //set 0
  5201. [23:23:33] [Server thread/INFO]: SenpaiKull issued server command: //walls 41
  5202. [23:23:38] [Server thread/INFO]: SenpaiKull issued server command: //walls 42
  5203. [23:24:25] [Server thread/INFO]: SenpaiKull issued server command: //set 0
  5204. [23:24:40] [Server thread/INFO]: SenpaiKull issued server command: //set 0
  5205. [23:24:47] [Server thread/INFO]: _Ninga_ issued server command: /tp SenpaiKull
  5206. [23:25:30] [Server thread/INFO]: SenpaiKull issued server command: //set 0
  5207. [23:26:03] [Server thread/INFO]: SenpaiKull issued server command: /superpickaxe
  5208. [23:26:06] [Server thread/INFO]: _Ninga_ issued server command: //wand
  5209. [23:26:14] [Server thread/INFO]: SenpaiKull issued server command: /superpickaxe single
  5210. [23:26:25] [Server thread/INFO]: _Ninga_ issued server command: //cut
  5211. [23:26:28] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  5212. [23:26:41] [Server thread/INFO]: SenpaiKull issued server command: //set 0
  5213. [23:26:51] [Server thread/INFO]: SenpaiKull issued server command: /plot reset
  5214. [23:26:56] [Server thread/INFO]: _Ninga_ issued server command: //cut
  5215. [23:26:57] [Server thread/INFO]: SenpaiKull issued server command: /p info
  5216. [23:27:04] [Server thread/INFO]: SenpaiKull issued server command: /p info
  5217. [23:27:20] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  5218. [23:27:25] [Server thread/INFO]: SenpaiKull issued server command: //set 0
  5219. [23:27:31] [Server thread/INFO]: _Ninga_ issued server command: //cut
  5220. [23:27:40] [Server thread/INFO]: Cheeky_Banana__ lost connection: You have been kicked for idling more than 15 minutes.
  5221. [23:27:40] [Server thread/WARN]: handleDisconnection() called twice
  5222. [23:27:47] [Thread-121/INFO]: UUID of player Cheeky_Banana__ is 7c77e499-ef1b-42de-8323-f281b1d75eb9
  5223. [23:27:47] [Server thread/INFO]: Cheeky_Banana__[/99.242.167.175:49493] logged in with entity id 19961811 at ([prison]-138.713218512898, 89.0, -53.058124449606)
  5224. [23:27:47] [Server thread/INFO]: [ClearLag] Removed 2 Entities!
  5225. [23:27:56] [Server thread/INFO]: Banana:/
  5226. [23:27:57] [Server thread/INFO]: Josh?
  5227. [23:28:15] [Server thread/INFO]: BananaDont know.. my life is fucked up
  5228. [23:28:23] [Server thread/INFO]: _Ninga_ issued server command: /warn Cheeky_Banana__ Language
  5229. [23:28:23] [Craft Scheduler Thread - 1433/INFO]: Cheeky_Banana__ has been warned by _Ninga_ for Language
  5230. [23:28:37] [Server thread/INFO]: SenpaiKull issued server command: //set 2
  5231. [23:29:26] [Server thread/INFO]: Bananaa warning this time! you guys r learning
  5232. [23:29:30] [Server thread/INFO]: Josh?
  5233. [23:29:34] [Server thread/INFO]: Banananot a mute for 911 days
  5234. [23:29:35] [Server thread/INFO]: Banana...
  5235. [23:29:36] [Server thread/INFO]: Kullcheeky
  5236. [23:29:37] [Server thread/INFO]: JoshxD
  5237. [23:29:39] [Server thread/INFO]: Kullshhh it
  5238. [23:29:42] [Server thread/INFO]: Kullpleb
  5239. [23:29:49] [Server thread/INFO]: Joshyou were cussing and spamming alot before, you didnt need a warn
  5240. [23:30:09] [Server thread/INFO]: Josha mute fit perfect for what you did before
  5241. [23:30:14] [Server thread/INFO]: Bananayea but did I need a fucking mute for 911 days nope
  5242. [23:30:23] [Server thread/INFO]: Kullyes
  5243. [23:30:25] [Server thread/INFO]: _Ninga_ issued server command: /warn Cheeky_Banana__ Language -_-
  5244. [23:30:25] [Craft Scheduler Thread - 1456/INFO]: Cheeky_Banana__ has been warned by _Ninga_ for Language -_-
  5245. [23:30:37] [Server thread/INFO]: Kulli just did a random time :p
  5246. [23:33:11] [Server thread/INFO]: SenpaiKull issued server command: /tp _Ninga_
  5247. [23:34:30] [Server thread/INFO]: SenpaiKull issued server command: //walls 42
  5248. [23:34:35] [Server thread/INFO]: SenpaiKull issued server command: //undp
  5249. [23:34:36] [Server thread/INFO]: SenpaiKull issued server command: /
  5250. [23:34:39] [Server thread/INFO]: SenpaiKull issued server command: //undo
  5251. [23:35:13] [Server thread/INFO]: SenpaiKull issued server command: //set Stonebrick
  5252. [23:35:24] [Server thread/INFO]: SenpaiKull issued server command: //set Stonebrick
  5253. [23:35:55] [Server thread/INFO]: SenpaiKull issued server command: //set Stonebrick
  5254. [23:36:03] [Server thread/INFO]: SenpaiKull issued server command: //set Stonebrick
  5255. [23:36:07] [Server thread/INFO]: SenpaiKull issued server command: //undo
  5256. [23:36:10] [Server thread/INFO]: SenpaiKull issued server command: //undo
  5257. [23:36:12] [Server thread/INFO]: SenpaiKull issued server command: //set Stonebrick
  5258. [23:36:15] [Server thread/INFO]: SenpaiKull issued server command: //redo
  5259. [23:36:22] [Server thread/INFO]: SenpaiKull issued server command: //redo
  5260. [23:36:30] [Server thread/INFO]: Kull,//set Stonebrick
  5261. [23:36:37] [Server thread/INFO]: SenpaiKull issued server command: //set Stonebrick
  5262. [23:36:44] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  5263. [23:36:52] [Server thread/INFO]: SenpaiKull issued server command: //set Stonebrick
  5264. [23:36:57] [Server thread/INFO]: SenpaiKull issued server command: //set Stonebrick
  5265. [23:36:58] [Server thread/INFO]: _Ninga_ issued server command: //set DiamondBlock
  5266. [23:37:16] [Server thread/INFO]: SenpaiKull issued server command: //set Stonebrick
  5267. [23:37:23] [Server thread/INFO]: SenpaiKull issued server command: //set Stonebrick
  5268. [23:37:39] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  5269. [23:38:08] [Server thread/INFO]: [ClearLag] Removed 3 Entities!
  5270. [23:38:53] [Server thread/INFO]: SenpaiKull issued server command: //walls Stonebrick
  5271. [23:39:32] [Server thread/INFO]: SenpaiKull issued server command: //walls Ironblock
  5272. [23:45:14] [Server thread/INFO]: Cheeky_Banana__ lost connection: You have been kicked for idling more than 15 minutes.
  5273. [23:45:14] [Server thread/WARN]: handleDisconnection() called twice
  5274. [23:46:47] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  5275. [23:47:31] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  5276. [23:47:53] [Server thread/INFO]: [ClearLag] Removed 5 Entities!
  5277. [23:50:56] [Server thread/INFO]: KullCryticz_John
  5278. [23:51:02] [Server thread/INFO]: KullCrypticz_John
  5279. [23:51:02] [Server thread/INFO]: AMD_Processor issued server command: /tp AMD_Processor
  5280. [23:51:04] [Server thread/INFO]: AMD_Processor issued server command: /tp SenpaiKull
  5281. [23:51:21] [Server thread/INFO]: AMD_Processor./plot wea
  5282. [23:51:24] [Server thread/INFO]: AMD_Processor issued server command: /plot wea
  5283. [23:51:28] [Server thread/INFO]: SenpaiKull issued server command: /plot wea
  5284. [23:51:30] [Server thread/INFO]: AMD_Processor issued server command: //wand
  5285. [23:51:33] [Server thread/INFO]: SenpaiKull issued server command: /plot wea
  5286. [23:51:36] [Server thread/INFO]: AMD_Processor issued server command: //set stone
  5287. [23:51:41] [Server thread/INFO]: AMD_Processor issued server command: /plot
  5288. [23:51:43] [Server thread/INFO]: AMD_Processor issued server command: /plot help 3
  5289. [23:51:46] [Server thread/INFO]: AMD_Processor issued server command: /plot help 6
  5290. [23:52:11] [Server thread/INFO]: AMD_Processor issued server command: /spawn
  5291. [23:52:15] [Server thread/INFO]: AMD_Processor issued server command: /warp i
  5292. [23:52:32] [Thread-122/INFO]: UUID of player Cheeky_Banana__ is 7c77e499-ef1b-42de-8323-f281b1d75eb9
  5293. [23:52:33] [Server thread/INFO]: Cheeky_Banana__[/99.242.167.175:41030] logged in with entity id 20556649 at ([prison]-138.713218512898, 89.0, -53.058124449606)
  5294. [23:52:38] [Server thread/INFO]: Bananaim back
  5295. [23:53:12] [Server thread/INFO]: SenpaiKull issued server command: //set 1
  5296. [23:53:17] [Server thread/INFO]: SenpaiKull issued server command: /plot wea
  5297. [23:53:23] [Server thread/INFO]: SenpaiKull issued server command: /plot weanywhere
  5298. [23:53:29] [Server thread/INFO]: SenpaiKull issued server command: /plot weanywhere
  5299. [23:53:30] [Server thread/INFO]: SenpaiKull issued server command: /plot weanywhere
  5300. [23:53:33] [Server thread/INFO]: SenpaiKull issued server command: //set 1
  5301. [23:53:38] [Server thread/INFO]: SenpaiKull issued server command: /undo
  5302. [23:53:39] [Server thread/INFO]: AMD_Processor issued server command: /arp
  5303. [23:53:41] [Server thread/INFO]: AMD_Processor issued server command: /warp
  5304. [23:53:51] [Server thread/INFO]: Cheeky_Banana__ lost connection: Disconnected
  5305. [23:53:58] [Server thread/INFO]: AMD_Processor issued server command: /mine
  5306. [23:54:01] [Server thread/INFO]: AMD_Processor issued server command: /mine settp e
  5307. [23:54:08] [Server thread/INFO]: AMD_Processor issued server command: /mine settp minee
  5308. [23:54:19] [Server thread/INFO]: AMD_Processor issued server command: /kit starter
  5309. [23:54:23] [Server thread/INFO]: AMD_Processor issued server command: /gms
  5310. [23:54:25] [Server thread/INFO]: SenpaiKull issued server command: //set ironblock
  5311. [23:54:37] [Server thread/INFO]: SenpaiKull issued server command: /tp AMD_Processor
  5312. [23:54:44] [Server thread/INFO]: AMD_Processor issued server command: /warp f
  5313. [23:54:54] [Server thread/INFO]: AMD_Processor issued server command: /gmc
  5314. [23:54:57] [Server thread/INFO]: SenpaiKull issued server command: /back
  5315. [23:55:02] [Server thread/INFO]: AMD_Processor issued server command: /speed 3
  5316. [23:55:16] [Server thread/INFO]: AMD_Processor issued server command: /mine
  5317. [23:55:24] [Server thread/INFO]: AMD_Processor issued server command: /mine setregion minee
  5318. [23:55:26] [Server thread/INFO]: SenpaiKull issued server command: /tp _
  5319. [23:55:27] [Server thread/INFO]: AMD_Processor issued server command: /warp e
  5320. [23:56:00] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  5321. [23:56:11] [Server thread/INFO]: AMD_Processor issued server command: /mine setregion minee
  5322. [23:56:12] [Server thread/INFO]: AMD_Processor issued server command: /warp
  5323. [23:56:51] [Server thread/INFO]: AMD_Processor issued server command: /mine setregion minef
  5324. [23:56:53] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  5325. [23:56:55] [Server thread/INFO]: AMD_Processor issued server command: /warp f
  5326. [23:57:10] [Server thread/INFO]: AMD_Processor issued server command: /clear
  5327. [23:57:13] [Server thread/INFO]: AMD_Processor issued server command: /mine
  5328. [23:57:16] [Server thread/INFO]: AMD_Processor issued server command: /mine settp minef
  5329. [23:57:19] [Server thread/INFO]: [ClearLag] Removed 8 Entities!
  5330. [23:57:25] [Server thread/INFO]: SenpaiKull issued server command: //set 65
  5331. [23:57:29] [Server thread/INFO]: SenpaiKull issued server command: //undo
  5332. [23:57:33] [Server thread/INFO]: AMD_Processor issued server command: /mine
  5333. [23:57:37] [Server thread/INFO]: SenpaiKull issued server command: //set 54
  5334. [23:57:44] [Server thread/INFO]: SenpaiKull issued server command: //undo
  5335. [23:57:52] [Server thread/INFO]: AMD_Processor issued server command: /mine panel f
  5336. [23:57:55] [Server thread/INFO]: AMD_Processor issued server command: /mine panel minef
  5337. [23:58:00] [Server thread/INFO]: SenpaiKull issued server command: //set 6
  5338. [23:58:05] [Server thread/INFO]: AMD_Processor issued server command: /mine create minef2
  5339. [23:58:10] [Server thread/INFO]: SenpaiKull issued server command: //set 4
  5340. [23:58:10] [Server thread/INFO]: AMD_Processor issued server command: /mine panel minef2
  5341. [23:58:52] [Server thread/INFO]: SenpaiKull issued server command: /clearlag
  5342. [23:59:07] [Server thread/INFO]: AMD_Processor issued server command: //wand
  5343. [23:59:34] [Server thread/INFO]: AMD_Processor issued server command: /mine
  5344. [23:59:40] [Server thread/INFO]: AMD_Processor issued server command: /mine setregion minef2
  5345. [23:59:56] [Server thread/INFO]: AMD_Processor issued server command: /mine settp minef2
  5346. [23:59:59] [Server thread/INFO]: SenpaiKull issued server command: //set 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement