Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 412.97 KB | None | 0 0
  1. [12:41:07] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [12:41:07] [Server thread/INFO]: Loading properties
  3. [12:41:07] [Server thread/INFO]: Default game type: SURVIVAL
  4. [12:41:07] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-5f38d38-12698ea (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  5. [12:41:07] [Server thread/INFO]: Using 4 threads for Netty based IO
  6. [12:41:07] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [12:41:07] [Server thread/INFO]: Debug logging is disabled
  8. [12:41:07] [Server thread/INFO]: Generating keypair
  9. [12:41:08] [Server thread/INFO]: Starting Minecraft server on 37.187.25.36:25634
  10. [12:41:08] [Server thread/INFO]: Using epoll channel type
  11. [12:41:09] [Server thread/WARN]: Plugin `Admin_Powertools v2.0' uses the space-character (0x20) in its name `Admin Powertools' - this is discouraged
  12. [12:41:09] [Server thread/ERROR]: Ambiguous plugin name `ProtocolLib' for files `plugins/ProtocolLib.jar' and `plugins/ProtocolLib (1).jar' in `plugins'
  13. [12:41:09] [Server thread/WARN]: Plugin `Portable_Inventories v1.0' uses the space-character (0x20) in its name `Portable Inventories' - this is discouraged
  14. [12:41:09] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  15. [12:41:09] [Server thread/ERROR]: Could not load 'plugins/Inventories.jar' in folder 'plugins'
  16. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R1/Packet
  17. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  18. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  19. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  20. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  21. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  22. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  23. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  24. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R1/Packet
  25. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_66]
  26. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_66]
  27. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  28. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  29. ... 6 more
  30. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R1.Packet
  31. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  32. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  33. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_66]
  34. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_66]
  35. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_66]
  36. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_66]
  37. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  38. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  39. ... 6 more
  40. [12:41:09] [Server thread/ERROR]: Could not load 'plugins/mcMMO (1).jar' in folder 'plugins'
  41. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
  42. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  43. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  44. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  45. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  46. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  47. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  48. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  49. Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
  50. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_66]
  51. at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_66]
  52. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_66]
  53. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) ~[?:1.8.0_66]
  54. at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_66]
  55. at java.net.URLClassLoader$1.run(URLClassLoader.java:368) ~[?:1.8.0_66]
  56. at java.net.URLClassLoader$1.run(URLClassLoader.java:362) ~[?:1.8.0_66]
  57. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_66]
  58. at java.net.URLClassLoader.findClass(URLClassLoader.java:361) ~[?:1.8.0_66]
  59. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  60. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  61. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_66]
  62. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_66]
  63. at com.gmail.nossr50.mcMMO.<init>(mcMMO.java:78) ~[?:?]
  64. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_66]
  65. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_66]
  66. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_66]
  67. at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_66]
  68. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_66]
  69. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  70. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  71. ... 6 more
  72. Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
  73. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  74. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  75. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_66]
  76. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_66]
  77. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_66]
  78. at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_66]
  79. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_66]
  80. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) ~[?:1.8.0_66]
  81. at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_66]
  82. at java.net.URLClassLoader$1.run(URLClassLoader.java:368) ~[?:1.8.0_66]
  83. at java.net.URLClassLoader$1.run(URLClassLoader.java:362) ~[?:1.8.0_66]
  84. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_66]
  85. at java.net.URLClassLoader.findClass(URLClassLoader.java:361) ~[?:1.8.0_66]
  86. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  87. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  88. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_66]
  89. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_66]
  90. at com.gmail.nossr50.mcMMO.<init>(mcMMO.java:78) ~[?:?]
  91. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_66]
  92. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_66]
  93. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_66]
  94. at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_66]
  95. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_66]
  96. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  97. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  98. ... 6 more
  99. [12:41:10] [Server thread/ERROR]: Could not load 'plugins/DisguiseCraft.jar' in folder 'plugins'
  100. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/Packet
  101. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  102. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  103. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  104. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  105. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  106. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  107. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  108. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/Packet
  109. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_66]
  110. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_66]
  111. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  112. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  113. ... 6 more
  114. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R2.Packet
  115. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  116. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  117. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_66]
  118. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_66]
  119. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_66]
  120. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_66]
  121. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  122. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  123. ... 6 more
  124. [12:41:12] [Server thread/INFO]: [NoCheat] Loading NoCheat v3.5.0
  125. [12:41:12] [Server thread/INFO]: [SimpleBroadcast] Loading SimpleBroadcast v1.5
  126. [12:41:12] [Server thread/INFO]: [BarAPI] Loading BarAPI v3.4
  127. [12:41:12] [Server thread/INFO]: [InvisibleWorkbench] Loading InvisibleWorkbench v1.0
  128. [12:41:12] [Server thread/INFO]: [GroupManager] Loading GroupManager vPre2.14.1.3 FINAL (Phoenix)
  129. [12:41:12] [Server thread/INFO]: [PerWorldPlugins] Loading PerWorldPlugins v1.3.0
  130. [12:41:12] [Server thread/INFO]: [PerWorldPlugins] Registering event interceptor...
  131. [12:41:12] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.21
  132. [12:41:12] [Server thread/INFO]: [Planez] Loading Planez v2.0
  133. [12:41:12] [Server thread/INFO]: [ControlTPA] Loading ControlTPA v2.0
  134. [12:41:12] [Server thread/INFO]: [Compass] Loading Compass v1.0
  135. [12:41:12] [Server thread/INFO]: [ColoredChat] Loading ColoredChat v0.3
  136. [12:41:12] [Server thread/INFO]: [RealisticCannons] Loading RealisticCannons v1.0.2
  137. [12:41:12] [Server thread/INFO]: [CompassTracker] Loading CompassTracker v1.2
  138. [12:41:12] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.0.0
  139. [12:41:12] [Server thread/INFO]: [MinecraftMarket] Loading MinecraftMarket v2.1.2
  140. [12:41:12] [Server thread/INFO]: [PlayerHeads] Loading PlayerHeads v3.10-SNAPSHOT-jenkins-PlayerHeads-1-61-g39b94b4
  141. [12:41:12] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  142. [12:41:12] [Server thread/INFO]: [SpawnTP] Loading SpawnTP v1.6
  143. [12:41:12] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.3
  144. [12:41:12] [Server thread/INFO]: [TreeCutter] Loading TreeCutter v2.6.1
  145. [12:41:12] [Server thread/INFO]: [OpenInv] Loading OpenInv v2.3.4
  146. [12:41:12] [Server thread/INFO]: [VIPParticles] Loading VIPParticles v3.1
  147. [12:41:12] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  148. [12:41:12] [Server thread/INFO]: [LoginSecurity] Loading LoginSecurity v2.0.14
  149. [12:41:12] [Server thread/INFO]: [fly] Loading Fly v0.2.1
  150. [12:41:12] [Server thread/INFO]: [CrackShot] Loading CrackShot v0.98.5
  151. [12:41:12] [Server thread/INFO]: [AutoBroadcaster] Loading AutoBroadcaster v1.0
  152. [12:41:12] [Server thread/INFO]: [Chairs] Loading Chairs v1.3
  153. [12:41:12] [Server thread/INFO]: [item2command] Loading item2command v0.4
  154. [12:41:12] [Server thread/INFO]: [LaggRemover] Loading LaggRemover v0.2.2
  155. [12:41:12] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.0.1
  156. [12:41:12] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.8.8) is lower than the minimum (MC: 1.9.0)
  157. [12:41:12] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  158. [12:41:12] [Server thread/INFO]: [VoidSpawn] Loading VoidSpawn v1.9.0
  159. [12:41:12] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v7.9.6
  160. [12:41:12] [Server thread/INFO]: [NoVoidDamage] Loading NoVoidDamage v0.3.0
  161. [12:41:12] [Server thread/INFO]: [ParachutePlus] Loading ParachutePlus v2.0.3
  162. [12:41:12] [Server thread/INFO]: [KitBattle] Loading KitBattle v2.5
  163. [12:41:12] [Server thread/INFO]: [EssentialsKitManager] Loading EssentialsKitManager v1.0.4
  164. [12:41:12] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.2.3
  165. [12:41:12] [Server thread/INFO]: [InvisibleWorkBench] Loading InvisibleWorkBench v0.4
  166. [12:41:12] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  167. [12:41:12] [Server thread/INFO]: [NoPlugin] Loading NoPlugin v2.1
  168. [12:41:12] [Server thread/INFO]: [CustomTime] Loading CustomTime v1.3
  169. [12:41:12] [Server thread/INFO]: [PermaPotions] Loading PermaPotions v0.4.0
  170. [12:41:12] [Server thread/INFO]: [Admin_Powertools] Loading Admin_Powertools v2.0
  171. [12:41:12] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v1.0
  172. [12:41:12] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  173. [12:41:12] [Server thread/INFO]: [GlobalGroupManager] Loading GlobalGroupManager v1.2.0
  174. [12:41:12] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.10
  175. [12:41:12] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
  176. [12:41:12] [Server thread/INFO]: [EpicRename] Loading EpicRename v2.3
  177. [12:41:12] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.12
  178. [12:41:12] [Server thread/INFO]: [SuperWars] Loading SuperWars v1.9
  179. [12:41:12] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  180. [12:41:12] [Server thread/INFO]: [CraftHeads] Loading CraftHeads v2.1.2
  181. [12:41:12] [Server thread/INFO]: [Factions] Loading Factions v2.8.10
  182. [12:41:12] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
  183. [12:41:12] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.5.7-b${BUILD_NUMBER}
  184. [12:41:12] [Server thread/INFO]: [ClickWarp] Loading ClickWarp v1.3.5
  185. [12:41:12] [Server thread/INFO]: [MyPet] Loading MyPet v2.0.0
  186. [12:41:12] [Server thread/INFO]: [Orebfuscator3] Loading Orebfuscator3 v3.0.5
  187. [12:41:12] [Server thread/INFO]: [Jobs] Loading Jobs v3.3.6
  188. [12:41:12] [Server thread/INFO]: [1vs1] Loading 1vs1 v1.6.7 #217
  189. [12:41:12] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.9.3.2
  190. [12:41:12] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v3.7.2
  191. [12:41:12] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
  192. [12:41:12] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
  193. [12:41:12] [Server thread/INFO]: [MyPet-NPC] Loading MyPet-NPC v1.0.5
  194. [12:41:12] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.0.1
  195. [12:41:13] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  196. [12:41:13] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  197. [12:41:13] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  198. [12:41:13] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
  199. [12:41:13] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  200. [12:41:13] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
  201. [12:41:13] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  202. [12:41:13] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.10
  203. [12:41:13] [Server thread/INFO]: [MassiveCore 2.8.10] === ENABLE START ===
  204. [12:41:13] [Server thread/INFO]: [MassiveCore 2.8.10] Loading Cachefile datas...
  205. [12:41:13] [Server thread/INFO]: [MassiveCore 2.8.10] Loading Onlineplayer datas...
  206. [12:41:13] [Server thread/INFO]: [MassiveCore 2.8.10] Loading Registry datas...
  207. [12:41:13] [Server thread/INFO]: [MassiveCore 2.8.10] Saving Cachefile...
  208. [12:41:13] [Server thread/INFO]: [MassiveCore 2.8.10] Setup of IdUtil took 23ms.
  209. [12:41:13] [Server thread/INFO]: [MassiveCore 2.8.10] Activated Integration IntegrationVault
  210. [12:41:14] [Server thread/INFO]: [MassiveCore 2.8.10] === ENABLE COMPLETE (Took 632ms) ===
  211. [12:41:14] [Server thread/INFO]: [Orebfuscator3] Enabling Orebfuscator3 v3.0.5
  212. [12:41:14] [Server thread/ERROR]: Error occurred while enabling Orebfuscator3 v3.0.5 (Is it up to date?)
  213. java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/Block
  214. at com.lishid.orebfuscator.internal.MinecraftInternals.isBlockTransparent(MinecraftInternals.java:30) ~[?:?]
  215. at com.lishid.orebfuscator.OrebfuscatorConfig.generateTransparentBlocks(OrebfuscatorConfig.java:120) ~[?:?]
  216. at com.lishid.orebfuscator.OrebfuscatorConfig.isBlockTransparent(OrebfuscatorConfig.java:105) ~[?:?]
  217. at com.lishid.orebfuscator.OrebfuscatorConfig.setBlockValues(OrebfuscatorConfig.java:338) ~[?:?]
  218. at com.lishid.orebfuscator.OrebfuscatorConfig.load(OrebfuscatorConfig.java:411) ~[?:?]
  219. at com.lishid.orebfuscator.Orebfuscator.onEnable(Orebfuscator.java:57) ~[?:?]
  220. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  221. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  222. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
  223. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  224. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  225. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  226. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  227. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  228. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  229. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R2.Block
  230. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  231. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  232. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_66]
  233. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_66]
  234. ... 15 more
  235. [12:41:14] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  236. [12:41:14] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  237. [12:41:14] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  238. [12:41:14] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  239. [12:41:14] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  240. [12:41:14] [Server thread/INFO]: Preparing level "world"
  241. [12:41:14] [Server thread/INFO]: -------- World Settings For [world] --------
  242. [12:41:14] [Server thread/INFO]: Anti X-Ray: true
  243. [12:41:14] [Server thread/INFO]: Engine Mode: 1
  244. [12:41:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  245. [12:41:14] [Server thread/INFO]: Replace Blocks: [1, 5]
  246. [12:41:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
  247. [12:41:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  248. [12:41:14] [Server thread/INFO]: Max TNT Explosions: 100
  249. [12:41:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  250. [12:41:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  251. [12:41:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  252. [12:41:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  253. [12:41:14] [Server thread/INFO]: Random Lighting Updates: false
  254. [12:41:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  255. [12:41:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
  256. [12:41:14] [Server thread/INFO]: Cane Growth Modifier: 100%
  257. [12:41:14] [Server thread/INFO]: Melon Growth Modifier: 100%
  258. [12:41:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  259. [12:41:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  260. [12:41:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
  261. [12:41:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
  262. [12:41:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  263. [12:41:14] [Server thread/INFO]: View Distance: 10
  264. [12:41:14] [Server thread/INFO]: Mob Spawn Range: 4
  265. [12:41:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  266. [12:41:14] [Server thread/INFO]: Structure Info Saving: true
  267. [12:41:14] [Server thread/INFO]: Sending up to 10 chunks per packet
  268. [12:41:14] [Server thread/INFO]: Max Entity Collisions: 8
  269. [12:41:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
  270. [12:41:14] [Server thread/INFO]: Clear tick list: false
  271. [12:41:14] [Server thread/INFO]: Experience Merge Radius: 3.0
  272. [12:41:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  273. [12:41:14] [Server thread/INFO]: Item Despawn Rate: 6000
  274. [12:41:14] [Server thread/INFO]: Item Merge Radius: 2.5
  275. [12:41:14] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  276. [12:41:14] [Server thread/INFO]: Anti X-Ray: true
  277. [12:41:14] [Server thread/INFO]: Engine Mode: 1
  278. [12:41:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  279. [12:41:14] [Server thread/INFO]: Replace Blocks: [1, 5]
  280. [12:41:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
  281. [12:41:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  282. [12:41:14] [Server thread/INFO]: Max TNT Explosions: 100
  283. [12:41:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  284. [12:41:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  285. [12:41:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  286. [12:41:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  287. [12:41:14] [Server thread/INFO]: Random Lighting Updates: false
  288. [12:41:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  289. [12:41:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
  290. [12:41:14] [Server thread/INFO]: Cane Growth Modifier: 100%
  291. [12:41:14] [Server thread/INFO]: Melon Growth Modifier: 100%
  292. [12:41:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  293. [12:41:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  294. [12:41:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
  295. [12:41:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
  296. [12:41:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  297. [12:41:14] [Server thread/INFO]: View Distance: 10
  298. [12:41:14] [Server thread/INFO]: Mob Spawn Range: 4
  299. [12:41:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  300. [12:41:14] [Server thread/INFO]: Structure Info Saving: true
  301. [12:41:14] [Server thread/INFO]: Sending up to 10 chunks per packet
  302. [12:41:14] [Server thread/INFO]: Max Entity Collisions: 8
  303. [12:41:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
  304. [12:41:14] [Server thread/INFO]: Clear tick list: false
  305. [12:41:14] [Server thread/INFO]: Experience Merge Radius: 3.0
  306. [12:41:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  307. [12:41:14] [Server thread/INFO]: Item Despawn Rate: 6000
  308. [12:41:14] [Server thread/INFO]: Item Merge Radius: 2.5
  309. [12:41:14] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  310. [12:41:14] [Server thread/INFO]: Anti X-Ray: true
  311. [12:41:14] [Server thread/INFO]: Engine Mode: 1
  312. [12:41:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  313. [12:41:14] [Server thread/INFO]: Replace Blocks: [1, 5]
  314. [12:41:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
  315. [12:41:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  316. [12:41:14] [Server thread/INFO]: Max TNT Explosions: 100
  317. [12:41:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  318. [12:41:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  319. [12:41:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  320. [12:41:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  321. [12:41:14] [Server thread/INFO]: Random Lighting Updates: false
  322. [12:41:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  323. [12:41:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
  324. [12:41:14] [Server thread/INFO]: Cane Growth Modifier: 100%
  325. [12:41:14] [Server thread/INFO]: Melon Growth Modifier: 100%
  326. [12:41:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  327. [12:41:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  328. [12:41:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
  329. [12:41:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
  330. [12:41:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  331. [12:41:14] [Server thread/INFO]: View Distance: 10
  332. [12:41:14] [Server thread/INFO]: Mob Spawn Range: 4
  333. [12:41:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  334. [12:41:14] [Server thread/INFO]: Structure Info Saving: true
  335. [12:41:14] [Server thread/INFO]: Sending up to 10 chunks per packet
  336. [12:41:14] [Server thread/INFO]: Max Entity Collisions: 8
  337. [12:41:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
  338. [12:41:14] [Server thread/INFO]: Clear tick list: false
  339. [12:41:14] [Server thread/INFO]: Experience Merge Radius: 3.0
  340. [12:41:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  341. [12:41:14] [Server thread/INFO]: Item Despawn Rate: 6000
  342. [12:41:14] [Server thread/INFO]: Item Merge Radius: 2.5
  343. [12:41:15] [Server thread/INFO]: Preparing start region for level 0 (Seed: -7201168083160197760)
  344. [12:41:16] [Server thread/INFO]: Preparing spawn area: 27%
  345. [12:41:16] [Server thread/INFO]: Preparing start region for level 1 (Seed: -8215929724679532169)
  346. [12:41:17] [Server thread/INFO]: Preparing spawn area: 0%
  347. [12:41:18] [Server thread/INFO]: Preparing spawn area: 93%
  348. [12:41:18] [Server thread/INFO]: Preparing start region for level 2 (Seed: -8215929724679532169)
  349. [12:41:19] [Server thread/INFO]: [NoCheat] Enabling NoCheat v3.5.0
  350. [12:41:19] [Server thread/ERROR]: Error occurred while enabling NoCheat v3.5.0 (Is it up to date?)
  351. java.lang.VerifyError: Bad type on operand stack
  352. Exception Details:
  353. Location:
  354. cc/co/evenprime/bukkit/nocheat/checks/chat/ChatCheckListener.commandPreprocess(Lorg/bukkit/event/player/PlayerCommandPreprocessEvent;)V @2: invokevirtual
  355. Reason:
  356. Type 'org/bukkit/event/player/PlayerCommandPreprocessEvent' (current frame, stack[1]) is not assignable to 'org/bukkit/event/player/PlayerChatEvent'
  357. Current Frame:
  358. bci: @2
  359. flags: { }
  360. locals: { 'cc/co/evenprime/bukkit/nocheat/checks/chat/ChatCheckListener', 'org/bukkit/event/player/PlayerCommandPreprocessEvent' }
  361. stack: { 'cc/co/evenprime/bukkit/nocheat/checks/chat/ChatCheckListener', 'org/bukkit/event/player/PlayerCommandPreprocessEvent' }
  362. Bytecode:
  363. 0x0000000: 2a2b b600 09b1
  364.  
  365. at cc.co.evenprime.bukkit.nocheat.NoCheat.onEnable(NoCheat.java:90) ~[?:?]
  366. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  367. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  368. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
  369. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  370. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  371. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  372. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  373. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  374. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  375. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  376. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  377. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  378. [12:41:19] [Server thread/INFO]: [SimpleBroadcast] Enabling SimpleBroadcast v1.5
  379. [12:41:19] [Server thread/INFO]: SimpleBroadcast Version 1.5 Has Been Enabled!
  380. [12:41:19] [Server thread/INFO]: This plugin was requested by GetSwated!
  381. [12:41:19] [Server thread/INFO]: Report any bugs or leave any suggestions by contacting Evildude221 on Bukkit!
  382. [12:41:19] [Server thread/INFO]: [BarAPI] Enabling BarAPI v3.4
  383. [12:41:19] [Server thread/INFO]: [BarAPI] Loaded
  384. [12:41:19] [Server thread/INFO]: [InvisibleWorkbench] Enabling InvisibleWorkbench v1.0
  385. [12:41:19] [Server thread/INFO]: [GroupManager] Enabling GroupManager vPre2.14.1.3 FINAL (Phoenix)
  386. [12:41:19] [Server thread/INFO]: GroupManager - INFO - World Found: wlbworld
  387. [12:41:20] [Server thread/INFO]: GroupManager - INFO - World Found: world
  388. [12:41:20] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
  389. [12:41:20] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  390. [12:41:20] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  391. [12:41:20] [Server thread/INFO]: GroupManager version Pre2.14.1.3 FINAL (Phoenix) is enabled!
  392. [12:41:20] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
  393. [12:41:20] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
  394. [12:41:20] [Server thread/INFO]: [PerWorldPlugins] Enabling PerWorldPlugins v1.3.0
  395. [12:41:20] [Server thread/INFO]: [PerWorldPlugins] Enabled, attempting to inject CommandHandler...
  396. [12:41:20] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.21
  397. [12:41:20] [Server thread/INFO]: [Lockette] Version 1.8.21 is being enabled! Yay! (Core version 1.3.5)
  398. [12:41:20] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_8_R3] ok.
  399. [12:41:20] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154, 158, 61, 62, 324, 330, 427, 428, 429, 430, 431, 23]
  400. [12:41:20] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
  401. [12:41:20] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
  402. [12:41:20] [Server thread/INFO]: [Lockette] Enabled link to plugin GroupManager for Groups, version Pre2.14.1.3 FINAL (Phoenix)
  403. [12:41:20] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
  404. [12:41:20] [Server thread/INFO]: [Lockette] Ready to protect your containers.
  405. [12:41:20] [Server thread/INFO]: [Planez] Enabling Planez v2.0
  406. [12:41:20] [Server thread/INFO]: [Planez] Enabled!
  407. [12:41:20] [Server thread/INFO]: [ControlTPA] Enabling ControlTPA v2.0
  408. [12:41:20] [Server thread/INFO]: [ControlTPA] ControlTPA by Terranova Productions! (Adzwoolly)
  409. [12:41:20] [Server thread/INFO]: [Compass] Enabling Compass v1.0
  410. [12:41:20] [Server thread/INFO]: [Compass] You are using 1.8.8-R0.1-SNAPSHOT
  411. [12:41:20] [Server thread/INFO]: [ColoredChat] Enabling ColoredChat v0.3
  412. [12:41:20] [Server thread/INFO]: ColoredChat v0.3 enabled!
  413. [12:41:20] [Server thread/INFO]: [RealisticCannons] Enabling RealisticCannons v1.0.2
  414. [12:41:20] [Server thread/WARN]: [RealisticCannons] World 'SkyFaction' was not found (will not be loaded into cannons)
  415. [12:41:20] [Server thread/INFO]: [CompassTracker] Enabling CompassTracker v1.2
  416. [12:41:20] [Server thread/INFO]: [CompassTracker] Enabled!
  417. [12:41:20] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.0.0
  418. [12:41:20] [Server thread/ERROR]: Error occurred while enabling CratesPlus v4.0.0 (Is it up to date?)
  419. java.lang.NullPointerException
  420. at org.bukkit.Location.getBlock(Location.java:87) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  421. at plus.crates.CratesPlus.loadMetaData(CratesPlus.java:541) ~[?:?]
  422. at plus.crates.CratesPlus.onEnable(CratesPlus.java:136) ~[?:?]
  423. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  424. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  425. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
  426. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  427. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  428. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  429. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  430. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  431. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  432. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  433. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  434. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  435. [12:41:20] [Server thread/INFO]: [MinecraftMarket] Enabling MinecraftMarket v2.1.2
  436. [12:41:20] [Server thread/INFO]: [MinecraftMarket] Using Apikey :b7da1cdce3f0bc51cd8840b9fa8158e1
  437. [12:41:21] [Server thread/INFO]: [MinecraftMarket] Using API Key: b7da1cdce3f0bc51cd8840b9fa8158e1
  438. [12:41:21] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v3.10-SNAPSHOT-jenkins-PlayerHeads-1-61-g39b94b4
  439. [12:41:21] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  440. [12:41:22] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  441. [12:41:22] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  442. [12:41:22] [Server thread/INFO]: [SpawnTP] Enabling SpawnTP v1.6
  443. [12:41:23] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.3
  444. [12:41:23] [Server thread/INFO]: [TreeCutter] Enabling TreeCutter v2.6.1
  445. [12:41:23] [Server thread/INFO]: [TreeCutter] 2.6.1 is enabled.
  446. [12:41:23] [Server thread/INFO]: [TreeCutter] Loaded plugin config file.
  447. [12:41:23] [Server thread/INFO]: [TreeCutter] WorldGuard found.
  448. [12:41:23] [Server thread/INFO]: [OpenInv] Enabling OpenInv v2.3.4
  449. [12:41:23] [Server thread/INFO]: [OpenInv] [Config] Update not required.
  450. [12:41:23] [Server thread/INFO]: [VIPParticles] Enabling VIPParticles v3.1
  451. [12:41:23] [Server thread/INFO]: [VIPParticles] Plugin enabled by seanliam2000
  452. [12:41:24] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  453. [12:41:24] [Server thread/WARN]: §4Version mismatch! Please update EssentialsKitManager to the same version.
  454. [12:41:24] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  455. [12:41:24] [Server thread/INFO]: git-Spigot-5f38d38-12698ea (MC: 1.8.8)
  456. [12:41:24] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
  457. [12:41:24] [Server thread/INFO]: Using locale en_US
  458. [12:41:24] [Server thread/INFO]: Using locale en_US
  459. [12:41:24] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  460. [12:41:24] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
  461. [12:41:24] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v2.0.14
  462. [12:41:25] [Server thread/WARN]: /tmp/sqlite-3.7.2-libsqlitejdbc.so (Permission denied)
  463. [12:41:26] [Server thread/INFO]: [fly] Enabling Fly v0.2.1
  464. [12:41:26] [Server thread/INFO]: [fly] Fly enabled!
  465. [12:41:26] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.98.5
  466. [12:41:26] [Server thread/INFO]: [CrackShot] Gun-mode activated. Boop!
  467. [12:41:26] [Server thread/INFO]: [AutoBroadcaster] Enabling AutoBroadcaster v1.0
  468. [12:41:26] [Server thread/WARN]: [AutoBroadcaster] Could not save messages.txt to plugins/AutoBroadcaster/messages.txt because messages.txt already exists.
  469. [12:41:26] [Server thread/INFO]: [AutoBroadcaster] Metrics has connected. Thank you!
  470. [12:41:26] [Server thread/INFO]: [AutoBroadcaster] has been enabled and is running V1.0
  471. [12:41:26] [Server thread/INFO]: [Chairs] Enabling Chairs v1.3
  472. [12:41:26] [Server thread/INFO]: [item2command] Enabling item2command v0.4
  473. [12:41:26] [Server thread/INFO]: [item2command] item2command has been successfully enabled.
  474. [12:41:26] [Server thread/INFO]: [LaggRemover] Enabling LaggRemover v0.2.2
  475. [12:41:26] [Server thread/INFO]: [LaggRemover] The Smart Lag Detection AI is now active.
  476. [12:41:26] [Server thread/INFO]: [LaggRemover] Loaded 0 module(s)
  477. [12:41:26] [Server thread/INFO]: [LaggRemover] LaggRemover has been enabled!
  478. [12:41:26] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  479. [12:41:26] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  480. [12:41:26] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  481. [12:41:26] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: FLAT & seed: -7201168083160197760
  482. [12:41:27] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -8215929724679532169
  483. [12:41:27] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -8215929724679532169
  484. [12:41:27] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'CrackArena' - Env: NORMAL - Type: FLAT & seed: 481
  485. [12:41:27] [Server thread/INFO]: -------- World Settings For [CrackArena] --------
  486. [12:41:27] [Server thread/INFO]: Anti X-Ray: true
  487. [12:41:27] [Server thread/INFO]: Engine Mode: 1
  488. [12:41:27] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  489. [12:41:27] [Server thread/INFO]: Replace Blocks: [1, 5]
  490. [12:41:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
  491. [12:41:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  492. [12:41:27] [Server thread/INFO]: Max TNT Explosions: 100
  493. [12:41:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  494. [12:41:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  495. [12:41:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  496. [12:41:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  497. [12:41:27] [Server thread/INFO]: Random Lighting Updates: false
  498. [12:41:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  499. [12:41:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
  500. [12:41:27] [Server thread/INFO]: Cane Growth Modifier: 100%
  501. [12:41:27] [Server thread/INFO]: Melon Growth Modifier: 100%
  502. [12:41:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  503. [12:41:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  504. [12:41:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
  505. [12:41:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
  506. [12:41:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  507. [12:41:27] [Server thread/INFO]: View Distance: 10
  508. [12:41:27] [Server thread/INFO]: Mob Spawn Range: 4
  509. [12:41:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  510. [12:41:27] [Server thread/INFO]: Structure Info Saving: true
  511. [12:41:27] [Server thread/INFO]: Sending up to 10 chunks per packet
  512. [12:41:27] [Server thread/INFO]: Max Entity Collisions: 8
  513. [12:41:27] [Server thread/INFO]: Chunks to Grow per Tick: 650
  514. [12:41:27] [Server thread/INFO]: Clear tick list: false
  515. [12:41:27] [Server thread/INFO]: Experience Merge Radius: 3.0
  516. [12:41:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  517. [12:41:27] [Server thread/INFO]: Item Despawn Rate: 6000
  518. [12:41:27] [Server thread/INFO]: Item Merge Radius: 2.5
  519. [12:41:27] [Server thread/INFO]: Preparing start region for level 3 (Seed: 481)
  520. [12:41:31] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'SkyFaction' - Env: NORMAL - Type: CUSTOMIZED & seed: -7181455024211511191
  521. [12:41:31] [Server thread/INFO]: -------- World Settings For [SkyFaction] --------
  522. [12:41:31] [Server thread/INFO]: Anti X-Ray: true
  523. [12:41:31] [Server thread/INFO]: Engine Mode: 1
  524. [12:41:31] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  525. [12:41:31] [Server thread/INFO]: Replace Blocks: [1, 5]
  526. [12:41:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
  527. [12:41:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  528. [12:41:31] [Server thread/INFO]: Max TNT Explosions: 100
  529. [12:41:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  530. [12:41:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  531. [12:41:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  532. [12:41:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  533. [12:41:31] [Server thread/INFO]: Random Lighting Updates: false
  534. [12:41:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  535. [12:41:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
  536. [12:41:31] [Server thread/INFO]: Cane Growth Modifier: 100%
  537. [12:41:31] [Server thread/INFO]: Melon Growth Modifier: 100%
  538. [12:41:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  539. [12:41:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  540. [12:41:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
  541. [12:41:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
  542. [12:41:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  543. [12:41:31] [Server thread/INFO]: View Distance: 10
  544. [12:41:31] [Server thread/INFO]: Mob Spawn Range: 4
  545. [12:41:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  546. [12:41:31] [Server thread/INFO]: Structure Info Saving: true
  547. [12:41:31] [Server thread/INFO]: Sending up to 10 chunks per packet
  548. [12:41:31] [Server thread/INFO]: Max Entity Collisions: 8
  549. [12:41:31] [Server thread/INFO]: Chunks to Grow per Tick: 650
  550. [12:41:31] [Server thread/INFO]: Clear tick list: false
  551. [12:41:31] [Server thread/INFO]: Experience Merge Radius: 3.0
  552. [12:41:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  553. [12:41:31] [Server thread/INFO]: Item Despawn Rate: 6000
  554. [12:41:31] [Server thread/INFO]: Item Merge Radius: 2.5
  555. [12:41:31] [Server thread/INFO]: Preparing start region for level 4 (Seed: -7181455024211511191)
  556. [12:41:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Shield' - Env: NORMAL - Type: LARGE_BIOMES & seed: 3690182939358380390
  557. [12:41:33] [Server thread/INFO]: -------- World Settings For [Shield] --------
  558. [12:41:33] [Server thread/INFO]: Anti X-Ray: true
  559. [12:41:33] [Server thread/INFO]: Engine Mode: 1
  560. [12:41:33] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  561. [12:41:33] [Server thread/INFO]: Replace Blocks: [1, 5]
  562. [12:41:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
  563. [12:41:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  564. [12:41:33] [Server thread/INFO]: Max TNT Explosions: 100
  565. [12:41:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  566. [12:41:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  567. [12:41:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  568. [12:41:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  569. [12:41:33] [Server thread/INFO]: Random Lighting Updates: false
  570. [12:41:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  571. [12:41:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
  572. [12:41:33] [Server thread/INFO]: Cane Growth Modifier: 100%
  573. [12:41:33] [Server thread/INFO]: Melon Growth Modifier: 100%
  574. [12:41:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  575. [12:41:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  576. [12:41:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
  577. [12:41:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
  578. [12:41:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  579. [12:41:33] [Server thread/INFO]: View Distance: 10
  580. [12:41:33] [Server thread/INFO]: Mob Spawn Range: 4
  581. [12:41:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  582. [12:41:33] [Server thread/INFO]: Structure Info Saving: true
  583. [12:41:33] [Server thread/INFO]: Sending up to 10 chunks per packet
  584. [12:41:33] [Server thread/INFO]: Max Entity Collisions: 8
  585. [12:41:33] [Server thread/INFO]: Chunks to Grow per Tick: 650
  586. [12:41:33] [Server thread/INFO]: Clear tick list: false
  587. [12:41:33] [Server thread/INFO]: Experience Merge Radius: 3.0
  588. [12:41:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  589. [12:41:33] [Server thread/INFO]: Item Despawn Rate: 6000
  590. [12:41:33] [Server thread/INFO]: Item Merge Radius: 2.5
  591. [12:41:33] [Server thread/INFO]: Preparing start region for level 5 (Seed: 3690182939358380390)
  592. [12:41:34] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'wlbworld' - Env: NORMAL - Type: FLAT & seed: -6685426500945338831
  593. [12:41:34] [Server thread/INFO]: -------- World Settings For [wlbworld] --------
  594. [12:41:34] [Server thread/INFO]: Anti X-Ray: true
  595. [12:41:34] [Server thread/INFO]: Engine Mode: 1
  596. [12:41:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  597. [12:41:34] [Server thread/INFO]: Replace Blocks: [1, 5]
  598. [12:41:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
  599. [12:41:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  600. [12:41:34] [Server thread/INFO]: Max TNT Explosions: 100
  601. [12:41:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  602. [12:41:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  603. [12:41:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  604. [12:41:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  605. [12:41:34] [Server thread/INFO]: Random Lighting Updates: false
  606. [12:41:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  607. [12:41:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
  608. [12:41:34] [Server thread/INFO]: Cane Growth Modifier: 100%
  609. [12:41:34] [Server thread/INFO]: Melon Growth Modifier: 100%
  610. [12:41:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  611. [12:41:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  612. [12:41:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
  613. [12:41:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
  614. [12:41:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  615. [12:41:34] [Server thread/INFO]: View Distance: 10
  616. [12:41:34] [Server thread/INFO]: Mob Spawn Range: 4
  617. [12:41:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  618. [12:41:34] [Server thread/INFO]: Structure Info Saving: true
  619. [12:41:34] [Server thread/INFO]: Sending up to 10 chunks per packet
  620. [12:41:34] [Server thread/INFO]: Max Entity Collisions: 8
  621. [12:41:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
  622. [12:41:34] [Server thread/INFO]: Clear tick list: false
  623. [12:41:34] [Server thread/INFO]: Experience Merge Radius: 3.0
  624. [12:41:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  625. [12:41:34] [Server thread/INFO]: Item Despawn Rate: 6000
  626. [12:41:34] [Server thread/INFO]: Item Merge Radius: 2.5
  627. [12:41:34] [Server thread/INFO]: Preparing start region for level 6 (Seed: -6685426500945338831)
  628. [12:41:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'KitBattle' - Env: NORMAL - Type: NORMAL & seed: -5542221468365695734
  629. [12:41:35] [Server thread/INFO]: -------- World Settings For [KitBattle] --------
  630. [12:41:35] [Server thread/INFO]: Anti X-Ray: true
  631. [12:41:35] [Server thread/INFO]: Engine Mode: 1
  632. [12:41:35] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  633. [12:41:35] [Server thread/INFO]: Replace Blocks: [1, 5]
  634. [12:41:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
  635. [12:41:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  636. [12:41:35] [Server thread/INFO]: Max TNT Explosions: 100
  637. [12:41:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  638. [12:41:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  639. [12:41:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  640. [12:41:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  641. [12:41:35] [Server thread/INFO]: Random Lighting Updates: false
  642. [12:41:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  643. [12:41:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
  644. [12:41:35] [Server thread/INFO]: Cane Growth Modifier: 100%
  645. [12:41:35] [Server thread/INFO]: Melon Growth Modifier: 100%
  646. [12:41:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  647. [12:41:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  648. [12:41:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
  649. [12:41:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
  650. [12:41:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  651. [12:41:35] [Server thread/INFO]: View Distance: 10
  652. [12:41:35] [Server thread/INFO]: Mob Spawn Range: 4
  653. [12:41:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  654. [12:41:35] [Server thread/INFO]: Structure Info Saving: true
  655. [12:41:35] [Server thread/INFO]: Sending up to 10 chunks per packet
  656. [12:41:35] [Server thread/INFO]: Max Entity Collisions: 8
  657. [12:41:35] [Server thread/INFO]: Chunks to Grow per Tick: 650
  658. [12:41:35] [Server thread/INFO]: Clear tick list: false
  659. [12:41:35] [Server thread/INFO]: Experience Merge Radius: 3.0
  660. [12:41:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  661. [12:41:35] [Server thread/INFO]: Item Despawn Rate: 6000
  662. [12:41:35] [Server thread/INFO]: Item Merge Radius: 2.5
  663. [12:41:35] [Server thread/INFO]: Preparing start region for level 7 (Seed: -5542221468365695734)
  664. [12:41:36] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'wlbworld_nether' - Env: NETHER - Type: NORMAL & seed: -8028160544937276059
  665. [12:41:36] [Server thread/INFO]: -------- World Settings For [wlbworld_nether] --------
  666. [12:41:36] [Server thread/INFO]: Anti X-Ray: true
  667. [12:41:36] [Server thread/INFO]: Engine Mode: 1
  668. [12:41:36] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  669. [12:41:36] [Server thread/INFO]: Replace Blocks: [1, 5]
  670. [12:41:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
  671. [12:41:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  672. [12:41:36] [Server thread/INFO]: Max TNT Explosions: 100
  673. [12:41:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  674. [12:41:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  675. [12:41:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  676. [12:41:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  677. [12:41:36] [Server thread/INFO]: Random Lighting Updates: false
  678. [12:41:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  679. [12:41:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
  680. [12:41:36] [Server thread/INFO]: Cane Growth Modifier: 100%
  681. [12:41:36] [Server thread/INFO]: Melon Growth Modifier: 100%
  682. [12:41:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  683. [12:41:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  684. [12:41:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
  685. [12:41:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
  686. [12:41:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  687. [12:41:36] [Server thread/INFO]: View Distance: 10
  688. [12:41:36] [Server thread/INFO]: Mob Spawn Range: 4
  689. [12:41:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  690. [12:41:36] [Server thread/INFO]: Structure Info Saving: true
  691. [12:41:36] [Server thread/INFO]: Sending up to 10 chunks per packet
  692. [12:41:36] [Server thread/INFO]: Max Entity Collisions: 8
  693. [12:41:36] [Server thread/INFO]: Chunks to Grow per Tick: 650
  694. [12:41:36] [Server thread/INFO]: Clear tick list: false
  695. [12:41:36] [Server thread/INFO]: Experience Merge Radius: 3.0
  696. [12:41:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  697. [12:41:36] [Server thread/INFO]: Item Despawn Rate: 6000
  698. [12:41:36] [Server thread/INFO]: Item Merge Radius: 2.5
  699. [12:41:36] [Server thread/INFO]: Preparing start region for level 8 (Seed: -8028160544937276059)
  700. [12:41:37] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'wlbworld_the_end' - Env: THE_END - Type: NORMAL & seed: -8028160544937276059
  701. [12:41:37] [Server thread/INFO]: -------- World Settings For [wlbworld_the_end] --------
  702. [12:41:37] [Server thread/INFO]: Anti X-Ray: true
  703. [12:41:37] [Server thread/INFO]: Engine Mode: 1
  704. [12:41:37] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  705. [12:41:37] [Server thread/INFO]: Replace Blocks: [1, 5]
  706. [12:41:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
  707. [12:41:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  708. [12:41:37] [Server thread/INFO]: Max TNT Explosions: 100
  709. [12:41:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  710. [12:41:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  711. [12:41:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  712. [12:41:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  713. [12:41:37] [Server thread/INFO]: Random Lighting Updates: false
  714. [12:41:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  715. [12:41:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
  716. [12:41:37] [Server thread/INFO]: Cane Growth Modifier: 100%
  717. [12:41:37] [Server thread/INFO]: Melon Growth Modifier: 100%
  718. [12:41:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  719. [12:41:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  720. [12:41:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
  721. [12:41:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
  722. [12:41:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  723. [12:41:37] [Server thread/INFO]: View Distance: 10
  724. [12:41:37] [Server thread/INFO]: Mob Spawn Range: 4
  725. [12:41:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  726. [12:41:37] [Server thread/INFO]: Structure Info Saving: true
  727. [12:41:37] [Server thread/INFO]: Sending up to 10 chunks per packet
  728. [12:41:37] [Server thread/INFO]: Max Entity Collisions: 8
  729. [12:41:37] [Server thread/INFO]: Chunks to Grow per Tick: 650
  730. [12:41:37] [Server thread/INFO]: Clear tick list: false
  731. [12:41:37] [Server thread/INFO]: Experience Merge Radius: 3.0
  732. [12:41:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  733. [12:41:37] [Server thread/INFO]: Item Despawn Rate: 6000
  734. [12:41:37] [Server thread/INFO]: Item Merge Radius: 2.5
  735. [12:41:37] [Server thread/INFO]: Preparing start region for level 9 (Seed: -8028160544937276059)
  736. [12:41:38] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'lobbySW' - Env: NORMAL - Type: FLAT & seed: -1886293041540224489
  737. [12:41:38] [Server thread/INFO]: -------- World Settings For [lobbySW] --------
  738. [12:41:38] [Server thread/INFO]: Anti X-Ray: true
  739. [12:41:38] [Server thread/INFO]: Engine Mode: 1
  740. [12:41:38] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  741. [12:41:38] [Server thread/INFO]: Replace Blocks: [1, 5]
  742. [12:41:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
  743. [12:41:38] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  744. [12:41:38] [Server thread/INFO]: Max TNT Explosions: 100
  745. [12:41:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  746. [12:41:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  747. [12:41:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  748. [12:41:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  749. [12:41:38] [Server thread/INFO]: Random Lighting Updates: false
  750. [12:41:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  751. [12:41:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
  752. [12:41:38] [Server thread/INFO]: Cane Growth Modifier: 100%
  753. [12:41:38] [Server thread/INFO]: Melon Growth Modifier: 100%
  754. [12:41:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  755. [12:41:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  756. [12:41:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
  757. [12:41:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
  758. [12:41:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  759. [12:41:38] [Server thread/INFO]: View Distance: 10
  760. [12:41:38] [Server thread/INFO]: Mob Spawn Range: 4
  761. [12:41:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  762. [12:41:38] [Server thread/INFO]: Structure Info Saving: true
  763. [12:41:38] [Server thread/INFO]: Sending up to 10 chunks per packet
  764. [12:41:38] [Server thread/INFO]: Max Entity Collisions: 8
  765. [12:41:38] [Server thread/INFO]: Chunks to Grow per Tick: 650
  766. [12:41:38] [Server thread/INFO]: Clear tick list: false
  767. [12:41:38] [Server thread/INFO]: Experience Merge Radius: 3.0
  768. [12:41:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  769. [12:41:38] [Server thread/INFO]: Item Despawn Rate: 6000
  770. [12:41:38] [Server thread/INFO]: Item Merge Radius: 2.5
  771. [12:41:38] [Server thread/INFO]: Preparing start region for level 10 (Seed: -1886293041540224489)
  772. [12:41:38] [Server thread/INFO]: [Multiverse-Core] 11 - World(s) loaded.
  773. [12:41:38] [Server thread/INFO]: [VoidSpawn] Enabling VoidSpawn v1.9.0
  774. [12:41:38] [Server thread/INFO]: [VoidSpawn] IslandWorld Not Found. Disabling IslandWorld Support.
  775. [12:41:38] [Server thread/INFO]: [VoidSpawn] v1.9.0 by EnderCrest enabled
  776. [12:41:38] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v7.9.6
  777. [12:41:39] [Server thread/ERROR]: Error occurred while enabling LibsDisguises v7.9.6 (Is it up to date?)
  778. java.lang.ExceptionInInitializerError
  779. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[?:?]
  780. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[?:?]
  781. at me.libraryaddict.disguise.LibsDisguises.registerValues(LibsDisguises.java:205) ~[?:?]
  782. at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:98) ~[?:?]
  783. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  784. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  785. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
  786. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  787. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  788. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  789. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  790. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  791. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  792. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  793. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  794. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  795. Caused by: java.lang.RuntimeException: Cannot find class net.minecraft.server.v1_8_R3.DataWatcherObject
  796. at com.comphenix.protocol.utility.CachedPackage.getPackageClass(CachedPackage.java:78) ~[?:?]
  797. at com.comphenix.protocol.utility.MinecraftReflection.getMinecraftClass(MinecraftReflection.java:1974) ~[?:?]
  798. at com.comphenix.protocol.utility.MinecraftReflection.getDataWatcherObjectClass(MinecraftReflection.java:1319) ~[?:?]
  799. at com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject.<clinit>(WrappedDataWatcher.java:548) ~[?:?]
  800. ... 16 more
  801. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R3.DataWatcherObject
  802. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  803. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  804. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_66]
  805. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_66]
  806. at com.comphenix.protocol.utility.ClassSource$1.loadClass(ClassSource.java:37) ~[?:?]
  807. at com.comphenix.protocol.utility.CachedPackage.getPackageClass(CachedPackage.java:69) ~[?:?]
  808. at com.comphenix.protocol.utility.MinecraftReflection.getMinecraftClass(MinecraftReflection.java:1974) ~[?:?]
  809. at com.comphenix.protocol.utility.MinecraftReflection.getDataWatcherObjectClass(MinecraftReflection.java:1319) ~[?:?]
  810. at com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject.<clinit>(WrappedDataWatcher.java:548) ~[?:?]
  811. ... 16 more
  812. [12:41:39] [Server thread/INFO]: [NoVoidDamage] Enabling NoVoidDamage v0.3.0
  813. [12:41:39] [Server thread/INFO]: [ParachutePlus] Enabling ParachutePlus v2.0.3
  814. [12:41:39] [Server thread/INFO]: [Parachute] geting parachute infos from config
  815. [12:41:39] [Server thread/INFO]: [KitBattle] Enabling KitBattle v2.5
  816. [12:41:39] [Server thread/INFO]: [KitBattle] KitBattle Has Been Enabled!
  817. [12:41:39] [Server thread/INFO]: [KitBattle] Loading kits!
  818. [12:41:39] [Server thread/INFO]: [KitBattle] Finished loading kits!
  819. [12:41:39] [Server thread/INFO]: [EssentialsKitManager] Enabling EssentialsKitManager v1.0.4
  820. [12:41:39] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.2.3
  821. [12:41:39] [Server thread/INFO]: [iDisguise] iDisguise 5.2.3 enabled!
  822. [12:41:39] [Server thread/INFO]: [InvisibleWorkBench] Enabling InvisibleWorkBench v0.4
  823. [12:41:39] [Server thread/INFO]: InvisibleWorkBench Has Been Enabled!
  824. [12:41:39] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  825. [12:41:39] [Server thread/INFO]: [NoPlugin] Enabling NoPlugin v2.1
  826. [12:41:39] [Server thread/INFO]: [NoPlugin] Loading Class!
  827. [12:41:39] [Server thread/INFO]: [NoPlugin] Loading Config!
  828. [12:41:40] [Server thread/INFO]: [NoPlugin] Loaded!
  829. [12:41:40] [Server thread/INFO]: [CustomTime] Enabling CustomTime v1.3
  830. [12:41:40] [Thread-27/INFO]: [ParachutePlus] About to download a new update: Parachute v2.0.3
  831. [12:41:40] [Thread-27/INFO]: [ParachutePlus] Downloading update: 10% of 39978 bytes.
  832. [12:41:40] [Thread-27/INFO]: [ParachutePlus] Downloading update: 20% of 39978 bytes.
  833. [12:41:40] [Thread-27/INFO]: [ParachutePlus] Downloading update: 30% of 39978 bytes.
  834. [12:41:40] [Thread-27/INFO]: [ParachutePlus] Downloading update: 40% of 39978 bytes.
  835. [12:41:40] [Thread-27/INFO]: [ParachutePlus] Downloading update: 50% of 39978 bytes.
  836. [12:41:40] [Thread-27/INFO]: [ParachutePlus] Downloading update: 60% of 39978 bytes.
  837. [12:41:40] [Thread-27/INFO]: [ParachutePlus] Downloading update: 70% of 39978 bytes.
  838. [12:41:40] [Thread-27/INFO]: [ParachutePlus] Downloading update: 80% of 39978 bytes.
  839. [12:41:40] [Thread-27/INFO]: [ParachutePlus] Downloading update: 100% of 39978 bytes.
  840. [12:41:40] [Thread-27/INFO]: [ParachutePlus] Finished updating.
  841. [12:41:40] [Server thread/INFO]: [PermaPotions] Enabling PermaPotions v0.4.0
  842. [12:41:40] [Server thread/INFO]: [Admin_Powertools] Enabling Admin_Powertools v2.0
  843. [12:41:40] [Server thread/INFO]: [Admin Powertools] Starting plugin
  844. [12:41:40] [Server thread/INFO]: [Admin Powertools] Plugin made by xilentcrafter
  845. [12:41:40] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v1.0
  846. [12:41:40] [Server thread/INFO]: [Multiverse-Portals] [Multiverse-Portals] - Version 1.0 Enabled - By Rigby and fernferret
  847. [12:41:40] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit, using it for selections.
  848. [12:41:40] [Server thread/INFO]: [GlobalGroupManager] Enabling GlobalGroupManager v1.2.0
  849. [12:41:40] [Server thread/INFO]: [GGM] Started Metrics for data submission.
  850. [12:41:40] [Server thread/INFO]: [EpicRename] Enabling EpicRename v2.3
  851. [12:41:40] [Server thread/INFO]: [EpicRename] This plugin is made by Justin Brubaker.
  852. [12:41:40] [Server thread/INFO]: [EpicRename] EpicRename version 2.3 is Copyright (C) 2015 Justin Brubaker
  853. [12:41:40] [Server thread/INFO]: [EpicRename] See LICENSE infomation here: http://tinyurl.com/epicrename1
  854. [12:41:40] [Server thread/INFO]: [EpicRename] Prefix has been set to the one in the config.
  855. [12:41:40] [Server thread/INFO]: [EpicRename] Version: 2.3 Has Been Enabled.
  856. [12:41:40] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.12
  857. [12:41:40] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
  858. [12:41:40] [Server thread/WARN]: [HolographicDisplays] Hologram 'ranks' was in the world 'lobby' but it wasn't loaded.
  859. [12:41:40] [Server thread/WARN]: [HolographicDisplays] Hologram 'warps' was in the world 'lobby' but it wasn't loaded.
  860. [12:41:40] [Server thread/WARN]: [HolographicDisplays] Hologram 'staff' was in the world 'lobby' but it wasn't loaded.
  861. [12:41:40] [Server thread/WARN]: [HolographicDisplays] Hologram 'rules' was in the world 'lobby' but it wasn't loaded.
  862. [12:41:41] [Server thread/INFO]: [SuperWars] Enabling SuperWars v1.9
  863. [12:41:41] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  864. [12:41:41] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  865. [12:41:41] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  866. [12:41:41] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  867. [12:41:41] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  868. [12:41:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  869. [12:41:41] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  870. [12:41:41] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  871. [12:41:41] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  872. [12:41:41] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  873. [12:41:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  874. [12:41:41] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  875. [12:41:41] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  876. [12:41:41] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  877. [12:41:41] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  878. [12:41:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  879. [12:41:41] [Server thread/INFO]: [WorldGuard] (CrackArena) TNT ignition is PERMITTED.
  880. [12:41:41] [Server thread/INFO]: [WorldGuard] (CrackArena) Lighters are PERMITTED.
  881. [12:41:41] [Server thread/INFO]: [WorldGuard] (CrackArena) Lava fire is blocked.
  882. [12:41:41] [Server thread/INFO]: [WorldGuard] (CrackArena) Fire spread is UNRESTRICTED.
  883. [12:41:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CrackArena'
  884. [12:41:41] [Server thread/INFO]: [WorldGuard] (SkyFaction) TNT ignition is PERMITTED.
  885. [12:41:41] [Server thread/INFO]: [WorldGuard] (SkyFaction) Lighters are PERMITTED.
  886. [12:41:41] [Server thread/INFO]: [WorldGuard] (SkyFaction) Lava fire is blocked.
  887. [12:41:41] [Server thread/INFO]: [WorldGuard] (SkyFaction) Fire spread is UNRESTRICTED.
  888. [12:41:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SkyFaction'
  889. [12:41:41] [Server thread/INFO]: [WorldGuard] (Shield) TNT ignition is PERMITTED.
  890. [12:41:41] [Server thread/INFO]: [WorldGuard] (Shield) Lighters are PERMITTED.
  891. [12:41:41] [Server thread/INFO]: [WorldGuard] (Shield) Lava fire is blocked.
  892. [12:41:41] [Server thread/INFO]: [WorldGuard] (Shield) Fire spread is UNRESTRICTED.
  893. [12:41:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Shield'
  894. [12:41:41] [Server thread/INFO]: [WorldGuard] (wlbworld) TNT ignition is PERMITTED.
  895. [12:41:41] [Server thread/INFO]: [WorldGuard] (wlbworld) Lighters are PERMITTED.
  896. [12:41:41] [Server thread/INFO]: [WorldGuard] (wlbworld) Lava fire is blocked.
  897. [12:41:41] [Server thread/INFO]: [WorldGuard] (wlbworld) Fire spread is UNRESTRICTED.
  898. [12:41:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'wlbworld'
  899. [12:41:41] [Server thread/INFO]: [WorldGuard] (KitBattle) TNT ignition is PERMITTED.
  900. [12:41:41] [Server thread/INFO]: [WorldGuard] (KitBattle) Lighters are PERMITTED.
  901. [12:41:41] [Server thread/INFO]: [WorldGuard] (KitBattle) Lava fire is blocked.
  902. [12:41:41] [Server thread/INFO]: [WorldGuard] (KitBattle) Fire spread is UNRESTRICTED.
  903. [12:41:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'KitBattle'
  904. [12:41:41] [Server thread/INFO]: [WorldGuard] (wlbworld_nether) TNT ignition is PERMITTED.
  905. [12:41:41] [Server thread/INFO]: [WorldGuard] (wlbworld_nether) Lighters are PERMITTED.
  906. [12:41:41] [Server thread/INFO]: [WorldGuard] (wlbworld_nether) Lava fire is blocked.
  907. [12:41:41] [Server thread/INFO]: [WorldGuard] (wlbworld_nether) Fire spread is UNRESTRICTED.
  908. [12:41:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'wlbworld_nether'
  909. [12:41:41] [Server thread/INFO]: [WorldGuard] (wlbworld_the_end) TNT ignition is PERMITTED.
  910. [12:41:41] [Server thread/INFO]: [WorldGuard] (wlbworld_the_end) Lighters are PERMITTED.
  911. [12:41:41] [Server thread/INFO]: [WorldGuard] (wlbworld_the_end) Lava fire is blocked.
  912. [12:41:41] [Server thread/INFO]: [WorldGuard] (wlbworld_the_end) Fire spread is UNRESTRICTED.
  913. [12:41:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'wlbworld_the_end'
  914. [12:41:41] [Server thread/INFO]: [WorldGuard] (lobbySW) TNT ignition is PERMITTED.
  915. [12:41:41] [Server thread/INFO]: [WorldGuard] (lobbySW) Lighters are PERMITTED.
  916. [12:41:41] [Server thread/INFO]: [WorldGuard] (lobbySW) Lava fire is blocked.
  917. [12:41:41] [Server thread/INFO]: [WorldGuard] (lobbySW) Fire spread is UNRESTRICTED.
  918. [12:41:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobbySW'
  919. [12:41:41] [Server thread/INFO]: [WorldGuard] Loading region data...
  920. [12:41:42] [Server thread/INFO]: [CraftHeads] Enabling CraftHeads v2.1.2
  921. [12:41:42] [Server thread/INFO]: [Factions] Enabling Factions v2.8.10
  922. [12:41:42] [Server thread/INFO]: [Factions 2.8.10] === ENABLE START ===
  923. [12:41:44] [Server thread/INFO]: [Factions 2.8.10] Activated Integration IntegrationWorldGuard
  924. [12:41:44] [Server thread/INFO]: [Factions 2.8.10] Activated Integration IntegrationSpigot
  925. [12:41:44] [Server thread/INFO]: [Factions 2.8.10] === ENABLE COMPLETE (Took 1688ms) ===
  926. [12:41:44] [Server thread/INFO]: [Factions 2.8.10] === ENABLE COMPLETE (Took 1688ms) ===
  927. [12:41:44] [Server thread/INFO]: [Lockette] Enabled link to plugin Factions for Groups, version 2.8.10
  928. [12:41:44] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
  929. [12:41:44] [Server thread/INFO]: [Multiverse-Inventories 2.5-b335] enabled.
  930. [12:41:44] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.5.7-b${BUILD_NUMBER}
  931. [12:41:44] [Server thread/INFO]: [ClickWarp] Enabling ClickWarp v1.3.5
  932. [12:41:44] [Server thread/INFO]: [ClickWarp] Metrics started!
  933. [12:41:44] [Server thread/INFO]: [ClickWarp] Plugin v1.3.5 by comniemeer enabled.
  934. [12:41:44] [Server thread/INFO]: [MyPet] Enabling MyPet v2.0.0
  935. [12:41:45] [Server thread/INFO]: Level: INFO
  936. [12:41:45] [Server thread/INFO]: [MyPet] #############################################
  937. [12:41:45] [Server thread/INFO]: [MyPet] # A new version is available: MyPet 2.1.1 #
  938. [12:41:45] [Server thread/INFO]: [MyPet] #############################################
  939. [12:41:45] [Server thread/INFO]: [MyPet] ProtocolLib hook activated.
  940. [12:41:45] [Server thread/INFO]: [MyPet] Compat mode for v1_8_R3 loaded.
  941. [12:41:46] [Server thread/INFO]: [MyPet] [NBT] 1 PetPlayer(s) loaded
  942. [12:41:46] [Server thread/INFO]: [MyPet] [NBT] 0 pet(s) loaded
  943. [12:41:46] [Server thread/INFO]: [MyPet] --- Loading WorldGroups ---------------------------
  944. [12:41:46] [Server thread/INFO]: [MyPet]  added 'world' to 'default'
  945. [12:41:46] [Server thread/INFO]: [MyPet]  added 'world_nether' to 'default'
  946. [12:41:46] [Server thread/INFO]: [MyPet]  added 'world_the_end' to 'default'
  947. [12:41:46] [Server thread/INFO]: [MyPet]  added 'test' to 'default'
  948. [12:41:46] [Server thread/INFO]: [MyPet]  added 'test2' to 'default'
  949. [12:41:46] [Server thread/INFO]: [MyPet]  added 'SkyStone' to 'default'
  950. [12:41:46] [Server thread/INFO]: [MyPet]  added 'lobby' to 'default'
  951. [12:41:46] [Server thread/INFO]: [MyPet]  added 'Faction' to 'default'
  952. [12:41:46] [Server thread/INFO]: [MyPet]  added 'CrackShot' to 'default'
  953. [12:41:46] [Server thread/INFO]: [MyPet]  added 'CrackArena' to 'default'
  954. [12:41:46] [Server thread/INFO]: [MyPet]  added 'skylandsplus' to 'default'
  955. [12:41:46] [Server thread/INFO]: [MyPet]  added 'skylands11' to 'default'
  956. [12:41:46] [Server thread/INFO]: [MyPet]  added 'SkyFaction' to 'default'
  957. [12:41:46] [Server thread/INFO]: [MyPet]  added 'kitbattle' to 'default'
  958. [12:41:46] [Server thread/INFO]: [MyPet]  added 'chromelotus' to 'default'
  959. [12:41:46] [Server thread/INFO]: [MyPet]  added 'Shield' to 'default'
  960. [12:41:46] [Server thread/INFO]: [MyPet]  added 'huehue' to 'default'
  961. [12:41:46] [Server thread/INFO]: [MyPet]  added 'daniel' to 'default'
  962. [12:41:46] [Server thread/INFO]: [MyPet]  added 'wlbworld' to 'default'
  963. [12:41:46] [Server thread/INFO]: [MyPet]  added 'chromelotus_nether' to 'default'
  964. [12:41:46] [Server thread/INFO]: [MyPet]  added 'chromelotus_the_end' to 'default'
  965. [12:41:46] [Server thread/INFO]: [MyPet]  added 'wlbworld_nether' to 'default'
  966. [12:41:46] [Server thread/INFO]: [MyPet]  added 'wlbworld_the_end' to 'default'
  967. [12:41:46] [Server thread/INFO]: [MyPet]  added 'KitBattle' to 'default'
  968. [12:41:46] [Server thread/INFO]: [MyPet]  added 'lobbySW' to 'default'
  969. [12:41:46] [Server thread/INFO]: [MyPet]  registered 'default' group
  970. [12:41:46] [Server thread/INFO]: [MyPet] -------------------------------------------------
  971. [12:41:46] [Server thread/INFO]: [MyPet] version 2.0.0-b873 ENABLED
  972. [12:41:46] [Server thread/INFO]: [Jobs] Enabling Jobs v3.3.6
  973. [12:41:46] [Server thread/INFO]: [Jobs] Your server version don't support BossBar. This feature will be disabled
  974. [12:41:47] [Server thread/INFO]: [Jobs] Loaded 8 titles!
  975. [12:41:47] [Server thread/INFO]: [Jobs] Loaded 0 restricted areas!
  976. [12:41:47] [Server thread/INFO]: [Jobs] Loaded 10 restricted blocks!
  977. [12:41:47] [Server thread/INFO]: [Jobs] Loaded 24 restricted blocks timers!
  978. [12:41:47] [Server thread/INFO]: [Jobs] Loaded 24 restricted place blocks timers!
  979. [12:41:47] [Server thread/INFO]: [Jobs] Loaded 641 custom item names!
  980. [12:41:47] [Server thread/INFO]: [Jobs] Loaded 38 custom entity names!
  981. [12:41:47] [Server thread/INFO]: [Jobs] Loaded 27 custom enchant names!
  982. [12:41:47] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
  983. [12:41:47] [Server thread/INFO]: [Jobs] 4 shop items loaded!
  984. [12:41:47] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: CHORUS_PLANT!
  985. [12:41:47] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: CHORUS_FLOWER!
  986. [12:41:47] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: BEETROOT_BLOCK-3!
  987. [12:41:47] [Server thread/WARN]: [Jobs] Job Hunter has an invalid Kill type property: SHULKER!
  988. [12:41:47] [Server thread/INFO]: [Jobs] Loaded 12 jobs!
  989. [12:41:47] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
  990. [12:41:47] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
  991. [12:41:47] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
  992. [12:41:47] [Server thread/INFO]: [1vs1] Enabling 1vs1 v1.6.7 #217
  993. [12:41:48] [Server thread/INFO]: [1vs1] Connecting to sqlite database...
  994. [12:41:48] [Server thread/INFO]: [1vs1] Connected!
  995. [12:41:48] [Server thread/INFO]: [1vs1] Connecting to database
  996. [12:41:48] [Server thread/INFO]: [1vs1] Connecting to sqlite database...
  997. [12:41:48] [Server thread/INFO]: [1vs1] Connected!
  998. [12:41:48] [Server thread/INFO]: [1vs1] 1vs1 enabled!
  999. [12:41:48] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.9.3.2
  1000. [12:41:48] [Server thread/INFO]: [CommandSigns] No signs found.
  1001. [12:41:48] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v3.7.2
  1002. [12:41:48] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  1003. [12:41:48] [Server thread/INFO]: [SilkSpawners] Loading support for v1_8_R3
  1004. [12:41:48] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
  1005. [12:41:49] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
  1006. [12:41:49] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
  1007. [12:41:49] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
  1008. [12:41:50] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
  1009. [12:41:50] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  1010. [12:41:50] [Server thread/INFO]: creating table 'items'
  1011. [12:41:50] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
  1012. [12:41:50] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  1013. [12:41:50] [Server thread/INFO]: creating table 'accounts'
  1014. [12:41:50] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
  1015. [12:41:50] [Server thread/INFO]: 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`) )
  1016. [12:41:50] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
  1017. [12:41:51] [Server thread/INFO]: [ChestShop] Lockette version 1.8.21 loaded.
  1018. [12:41:51] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  1019. [12:41:52] [Server thread/INFO]: [MyPet-NPC] Enabling MyPet-NPC v1.0.5
  1020. [12:41:52] [Server thread/INFO]: [MyPet-NPC] version 1.0.5-b108 ENABLED
  1021. [12:41:52] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  1022. [12:41:52] [Server thread/INFO]: Done (38.306s)! For help, type "help" or "?"
  1023. [12:41:52] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.1.13
  1024. [12:41:52] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  1025. [12:41:52] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  1026. [12:41:52] [Craft Scheduler Thread - 14/INFO]: [PlayerVaults] We didn't find an update!
  1027. [12:41:52] [Server thread/INFO]: [AutoBroadcast] Thanks for playing in Lychee Horizon server!
  1028. [12:41:52] [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.
  1029. [12:41:52] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
  1030. [12:41:52] [Craft Scheduler Thread - 7/INFO]: [1vs1] ***** 1vs1 Version Checker *****
  1031. [12:41:52] [Craft Scheduler Thread - 7/INFO]: [1vs1] Stable Build: #217
  1032. [12:41:52] [Craft Scheduler Thread - 7/INFO]: [1vs1] Current Build: #217
  1033. [12:41:52] [Craft Scheduler Thread - 7/INFO]: [1vs1] No new version available
  1034. [12:41:52] [Craft Scheduler Thread - 7/INFO]: [1vs1] *********************************
  1035. [12:41:52] [Craft Scheduler Thread - 27/INFO]: [LibsDisguises] Failed to check for update: null
  1036. [12:41:52] [Server thread/INFO]: [Citizens] Loaded 7 NPCs.
  1037. [12:41:52] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
  1038. [12:41:52] [Craft Scheduler Thread - 31/INFO]: [Vault] Checking for Updates ...
  1039. [12:41:52] [Craft Scheduler Thread - 31/INFO]: [Vault] No new version available
  1040. [12:41:53] [Craft Scheduler Thread - 30/INFO]: Checking for updates via Spigot...
  1041. [12:41:53] [Craft Scheduler Thread - 30/INFO]: [CratesPlus] An update for CratesPlus is available, new version is 4.1.0. Your installed version is 4.0.0.
  1042. Please update to the latest version :)
  1043. [12:41:53] [Server thread/INFO]: [MinecraftMarket] &0
  1044. [12:42:37] [Server thread/INFO]: CONSOLE issued server command: /list
  1045. [12:42:37] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  1046. [12:43:22] [Thread-48/INFO]: UUID of player LycheeBiru is ef9b0145-d58d-3fa3-aa33-42f2acb3301b
  1047. [12:43:23] [Server thread/INFO]: LycheeBiru[/175.137.32.48:56569] logged in with entity id 588 at ([wlbworld]-753.6967631937031, 121.03390974482694, -995.9396289791592)
  1048. [12:43:23] [Server thread/INFO]: CONSOLE issued server command: /list
  1049. [12:43:23] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  1050. [12:43:23] [Server thread/INFO]: Default: ~DanielSoufi
  1051. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1052. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1053. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1054. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1055. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1056. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1057. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1058. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1059. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1060. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1061. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1062. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1063. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1064. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1065. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1066. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1067. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1068. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1069. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1070. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1071. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1072. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:332) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1073. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:428) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1074. at net.minecraft.server.v1_8_R3.EntityTracker.addEntity(EntityTracker.java:112) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1075. at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:83) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1076. at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1077. at net.minecraft.server.v1_8_R3.World.a(World.java:1066) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1078. at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1079. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  1080. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
  1081. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1082. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1083. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.addEntityToWorld(NmsManagerImpl.java:127) [HolographicDisplays.jar:?]
  1084. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.spawnNMSArmorStand(NmsManagerImpl.java:101) [HolographicDisplays.jar:?]
  1085. at com.gmail.filoghost.holographicdisplays.object.line.CraftTextLine.spawn(CraftTextLine.java:74) [HolographicDisplays.jar:?]
  1086. at com.gmail.filoghost.holographicdisplays.object.CraftHologram.spawnEntities(CraftHologram.java:300) [HolographicDisplays.jar:?]
  1087. at com.gmail.filoghost.holographicdisplays.object.NamedHologramManager.onChunkLoad(NamedHologramManager.java:49) [HolographicDisplays.jar:?]
  1088. at com.gmail.filoghost.holographicdisplays.listener.MainListener.onChunkLoad(MainListener.java:63) [HolographicDisplays.jar:?]
  1089. at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source) ~[?:?]
  1090. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1091. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1092. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) [PerWorldPlugins.jar:?]
  1093. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1094. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  1095. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1096. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1097. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:59) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1098. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1099. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1100. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1101. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:34) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1102. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:734) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1103. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1104. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1105. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1106. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1107. [12:43:23] [Server thread/ERROR]: Parameters:
  1108. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@670d7e69[
  1109. a=590
  1110. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@36a4501b, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5f6a844, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@31af6a96, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1740f656, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@370482d, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3374648f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@79c543ad, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@69a7f885, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6897f4bc, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7857a53d, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2bdc59b1, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7d69ef9f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2a0cd69a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6fb7f0ab, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@266f3d3d, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@14c82b78]
  1111. ]
  1112.  
  1113. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1114. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1115. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1116. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1117. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1118. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1119. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1120. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1121. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1122. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1123. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1124. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1125. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1126. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1127. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1128. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1129. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1130. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1131. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1132. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1133. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1134. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:332) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1135. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:428) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1136. at net.minecraft.server.v1_8_R3.EntityTracker.addEntity(EntityTracker.java:112) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1137. at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:83) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1138. at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1139. at net.minecraft.server.v1_8_R3.World.a(World.java:1066) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1140. at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1141. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  1142. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
  1143. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1144. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1145. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.addEntityToWorld(NmsManagerImpl.java:127) [HolographicDisplays.jar:?]
  1146. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.spawnNMSArmorStand(NmsManagerImpl.java:101) [HolographicDisplays.jar:?]
  1147. at com.gmail.filoghost.holographicdisplays.object.line.CraftTextLine.spawn(CraftTextLine.java:74) [HolographicDisplays.jar:?]
  1148. at com.gmail.filoghost.holographicdisplays.object.CraftHologram.spawnEntities(CraftHologram.java:300) [HolographicDisplays.jar:?]
  1149. at com.gmail.filoghost.holographicdisplays.object.NamedHologramManager.onChunkLoad(NamedHologramManager.java:49) [HolographicDisplays.jar:?]
  1150. at com.gmail.filoghost.holographicdisplays.listener.MainListener.onChunkLoad(MainListener.java:63) [HolographicDisplays.jar:?]
  1151. at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source) ~[?:?]
  1152. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1153. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1154. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) [PerWorldPlugins.jar:?]
  1155. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1156. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  1157. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1158. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1159. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:59) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1160. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1161. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1162. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1163. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:34) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1164. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:734) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1165. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1166. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1167. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1168. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1169. [12:43:23] [Server thread/ERROR]: Parameters:
  1170. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@501711d1[
  1171. a=593
  1172. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@164e94a8, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@226928c9, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@fe04334, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@67114280, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@598711e, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6e5c3e04, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@63a83918, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@e4062af, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4896f2f8, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@473559f0, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@65f7d8f7, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@68af9bfc, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@17d1a523, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7a4684f0, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@21addb2f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@35c9c49d]
  1173. ]
  1174.  
  1175. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1176. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1177. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1178. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1179. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1180. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1181. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1182. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1183. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1184. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1185. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1186. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1187. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1188. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1189. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1190. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1191. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1192. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1193. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1194. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1195. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1196. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:332) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1197. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:428) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1198. at net.minecraft.server.v1_8_R3.EntityTracker.addEntity(EntityTracker.java:112) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1199. at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:83) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1200. at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1201. at net.minecraft.server.v1_8_R3.World.a(World.java:1066) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1202. at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1203. at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source) ~[?:?]
  1204. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1205. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1206. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.addEntityToWorld(NmsManagerImpl.java:127) [HolographicDisplays.jar:?]
  1207. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.spawnNMSArmorStand(NmsManagerImpl.java:101) [HolographicDisplays.jar:?]
  1208. at com.gmail.filoghost.holographicdisplays.object.line.CraftTextLine.spawn(CraftTextLine.java:74) [HolographicDisplays.jar:?]
  1209. at com.gmail.filoghost.holographicdisplays.object.CraftHologram.spawnEntities(CraftHologram.java:300) [HolographicDisplays.jar:?]
  1210. at com.gmail.filoghost.holographicdisplays.object.NamedHologramManager.onChunkLoad(NamedHologramManager.java:49) [HolographicDisplays.jar:?]
  1211. at com.gmail.filoghost.holographicdisplays.listener.MainListener.onChunkLoad(MainListener.java:63) [HolographicDisplays.jar:?]
  1212. at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source) ~[?:?]
  1213. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1214. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1215. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) [PerWorldPlugins.jar:?]
  1216. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1217. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  1218. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1219. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1220. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:59) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1221. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1222. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1223. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1224. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:34) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1225. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:734) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1226. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1227. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1228. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1229. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1230. [12:43:23] [Server thread/ERROR]: Parameters:
  1231. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@6eddd1fc[
  1232. a=594
  1233. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@13987542, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7bf811ae, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@d11d304, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@dc3b16b, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5da1f7f4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@666ff88f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@65658eb5, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@75bd339b, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2771748f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3ec34b6e, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@771a6a25, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6ba7aeb6, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@475e6a41, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6362d1ff, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@478dd4f4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@118900ad]
  1234. ]
  1235.  
  1236. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1237. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1238. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1239. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1240. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1241. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1242. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1243. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1244. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1245. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1246. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1247. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1248. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1249. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1250. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1251. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1252. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1253. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1254. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1255. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1256. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1257. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:332) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1258. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:428) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1259. at net.minecraft.server.v1_8_R3.EntityTracker.addEntity(EntityTracker.java:112) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1260. at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:83) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1261. at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1262. at net.minecraft.server.v1_8_R3.World.a(World.java:1066) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1263. at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1264. at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source) ~[?:?]
  1265. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1266. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1267. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.addEntityToWorld(NmsManagerImpl.java:127) [HolographicDisplays.jar:?]
  1268. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.spawnNMSArmorStand(NmsManagerImpl.java:101) [HolographicDisplays.jar:?]
  1269. at com.gmail.filoghost.holographicdisplays.object.line.CraftTextLine.spawn(CraftTextLine.java:74) [HolographicDisplays.jar:?]
  1270. at com.gmail.filoghost.holographicdisplays.object.CraftHologram.spawnEntities(CraftHologram.java:300) [HolographicDisplays.jar:?]
  1271. at com.gmail.filoghost.holographicdisplays.object.NamedHologramManager.onChunkLoad(NamedHologramManager.java:49) [HolographicDisplays.jar:?]
  1272. at com.gmail.filoghost.holographicdisplays.listener.MainListener.onChunkLoad(MainListener.java:63) [HolographicDisplays.jar:?]
  1273. at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source) ~[?:?]
  1274. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1275. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1276. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) [PerWorldPlugins.jar:?]
  1277. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1278. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  1279. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1280. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1281. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:59) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1282. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1283. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1284. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1285. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:34) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1286. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:734) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1287. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1288. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1289. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1290. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1291. [12:43:23] [Server thread/ERROR]: Parameters:
  1292. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@65ab2996[
  1293. a=596
  1294. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4136ab8a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@68a6ef0c, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5d7cea22, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@61279f82, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@153912d7, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4ab851f3, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@702f9f7c, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2d29c574, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@70dbd5ac, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@78e4358d, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@743c8192, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@17ddf804, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@398539e6, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@60142b06, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@70341687, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@8d1cd5d]
  1295. ]
  1296.  
  1297. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1298. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1299. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1300. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1301. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1302. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1303. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1304. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1305. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1306. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1307. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1308. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1309. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1310. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1311. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1312. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1313. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1314. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1315. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1316. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1317. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1318. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:332) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1319. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:428) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1320. at net.minecraft.server.v1_8_R3.EntityTracker.addEntity(EntityTracker.java:112) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1321. at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:83) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1322. at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1323. at net.minecraft.server.v1_8_R3.World.a(World.java:1066) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1324. at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1325. at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source) ~[?:?]
  1326. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1327. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1328. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.addEntityToWorld(NmsManagerImpl.java:127) [HolographicDisplays.jar:?]
  1329. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.spawnNMSArmorStand(NmsManagerImpl.java:101) [HolographicDisplays.jar:?]
  1330. at com.gmail.filoghost.holographicdisplays.object.line.CraftTextLine.spawn(CraftTextLine.java:74) [HolographicDisplays.jar:?]
  1331. at com.gmail.filoghost.holographicdisplays.object.CraftHologram.spawnEntities(CraftHologram.java:300) [HolographicDisplays.jar:?]
  1332. at com.gmail.filoghost.holographicdisplays.object.NamedHologramManager.onChunkLoad(NamedHologramManager.java:49) [HolographicDisplays.jar:?]
  1333. at com.gmail.filoghost.holographicdisplays.listener.MainListener.onChunkLoad(MainListener.java:63) [HolographicDisplays.jar:?]
  1334. at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source) ~[?:?]
  1335. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1336. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1337. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) [PerWorldPlugins.jar:?]
  1338. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1339. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  1340. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1341. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1342. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:59) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1343. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1344. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1345. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1346. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:34) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1347. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:734) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1348. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1349. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1350. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1351. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1352. [12:43:23] [Server thread/ERROR]: Parameters:
  1353. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@4e40afdf[
  1354. a=597
  1355. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4bd3c113, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@477cbd0, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@18b47944, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@534103da, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6cf8bf8, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3c5ce9ba, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@719d92c, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5c1d45c6, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@26f785f6, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7dbdb9ab, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3424cf89, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2219fbe, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@18e36239, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@883e06f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1a492e71, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@141b9ee9]
  1356. ]
  1357.  
  1358. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1359. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1360. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1361. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1362. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1363. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1364. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1365. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1366. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1367. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1368. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1369. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1370. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1371. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1372. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1373. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1374. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1375. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1376. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1377. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1378. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1379. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:332) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1380. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:428) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1381. at net.minecraft.server.v1_8_R3.EntityTracker.addEntity(EntityTracker.java:112) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1382. at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:83) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1383. at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1384. at net.minecraft.server.v1_8_R3.World.a(World.java:1066) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1385. at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1386. at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source) ~[?:?]
  1387. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1388. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1389. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.addEntityToWorld(NmsManagerImpl.java:127) [HolographicDisplays.jar:?]
  1390. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.spawnNMSArmorStand(NmsManagerImpl.java:101) [HolographicDisplays.jar:?]
  1391. at com.gmail.filoghost.holographicdisplays.object.line.CraftTextLine.spawn(CraftTextLine.java:74) [HolographicDisplays.jar:?]
  1392. at com.gmail.filoghost.holographicdisplays.object.CraftHologram.spawnEntities(CraftHologram.java:300) [HolographicDisplays.jar:?]
  1393. at com.gmail.filoghost.holographicdisplays.object.NamedHologramManager.onChunkLoad(NamedHologramManager.java:49) [HolographicDisplays.jar:?]
  1394. at com.gmail.filoghost.holographicdisplays.listener.MainListener.onChunkLoad(MainListener.java:63) [HolographicDisplays.jar:?]
  1395. at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source) ~[?:?]
  1396. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1397. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1398. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) [PerWorldPlugins.jar:?]
  1399. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1400. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  1401. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1402. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1403. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:59) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1404. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1405. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1406. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1407. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:34) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1408. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:734) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1409. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1410. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1411. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1412. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1413. [12:43:23] [Server thread/ERROR]: Parameters:
  1414. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@5d97073c[
  1415. a=598
  1416. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@62932f73, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@158008f9, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@377bc562, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@52b08a56, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2923dfc4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3c71ddd9, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@55c84fe0, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3fc9d35, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3416af71, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6bb333f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@111bdb47, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7669e964, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7705bdff, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@28784aeb, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@67f67d40, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5e6d8a13]
  1417. ]
  1418.  
  1419. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1420. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1421. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1422. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1423. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1424. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1425. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1426. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1427. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1428. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1429. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1430. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1431. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1432. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1433. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1434. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1435. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1436. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1437. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1438. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1439. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1440. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:332) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1441. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:428) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1442. at net.minecraft.server.v1_8_R3.EntityTracker.addEntity(EntityTracker.java:112) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1443. at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:83) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1444. at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1445. at net.minecraft.server.v1_8_R3.World.a(World.java:1066) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1446. at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1447. at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source) ~[?:?]
  1448. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1449. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1450. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.addEntityToWorld(NmsManagerImpl.java:127) [HolographicDisplays.jar:?]
  1451. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.spawnNMSArmorStand(NmsManagerImpl.java:101) [HolographicDisplays.jar:?]
  1452. at com.gmail.filoghost.holographicdisplays.object.line.CraftTextLine.spawn(CraftTextLine.java:74) [HolographicDisplays.jar:?]
  1453. at com.gmail.filoghost.holographicdisplays.object.CraftHologram.spawnEntities(CraftHologram.java:300) [HolographicDisplays.jar:?]
  1454. at com.gmail.filoghost.holographicdisplays.object.NamedHologramManager.onChunkLoad(NamedHologramManager.java:49) [HolographicDisplays.jar:?]
  1455. at com.gmail.filoghost.holographicdisplays.listener.MainListener.onChunkLoad(MainListener.java:63) [HolographicDisplays.jar:?]
  1456. at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source) ~[?:?]
  1457. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1458. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1459. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) [PerWorldPlugins.jar:?]
  1460. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1461. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  1462. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1463. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1464. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:59) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1465. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1466. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1467. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1468. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:34) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1469. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:734) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1470. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1471. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1472. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1473. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1474. [12:43:23] [Server thread/ERROR]: Parameters:
  1475. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@b473dd[
  1476. a=601
  1477. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@618af6f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5bb9ba91, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@b4e7e6b, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2847ce44, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6b677ff4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7d1c2d3b, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5d9b9d5, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@13fa62c4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@43322790, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5fdbaf38, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1704b207, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@57281e61, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5f4adb3, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@754605a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@35f27e3d, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@22beb5f4]
  1478. ]
  1479.  
  1480. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1481. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1482. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1483. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1484. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1485. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1486. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1487. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1488. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1489. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1490. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1491. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1492. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1493. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1494. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1495. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1496. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1497. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1498. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1499. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1500. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1501. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:332) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1502. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:428) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1503. at net.minecraft.server.v1_8_R3.EntityTracker.addEntity(EntityTracker.java:112) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1504. at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:83) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1505. at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1506. at net.minecraft.server.v1_8_R3.World.a(World.java:1066) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1507. at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1508. at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source) ~[?:?]
  1509. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1510. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1511. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.addEntityToWorld(NmsManagerImpl.java:127) [HolographicDisplays.jar:?]
  1512. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.spawnNMSArmorStand(NmsManagerImpl.java:101) [HolographicDisplays.jar:?]
  1513. at com.gmail.filoghost.holographicdisplays.object.line.CraftTextLine.spawn(CraftTextLine.java:74) [HolographicDisplays.jar:?]
  1514. at com.gmail.filoghost.holographicdisplays.object.CraftHologram.spawnEntities(CraftHologram.java:300) [HolographicDisplays.jar:?]
  1515. at com.gmail.filoghost.holographicdisplays.object.NamedHologramManager.onChunkLoad(NamedHologramManager.java:49) [HolographicDisplays.jar:?]
  1516. at com.gmail.filoghost.holographicdisplays.listener.MainListener.onChunkLoad(MainListener.java:63) [HolographicDisplays.jar:?]
  1517. at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source) ~[?:?]
  1518. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1519. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1520. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) [PerWorldPlugins.jar:?]
  1521. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1522. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  1523. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1524. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1525. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:59) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1526. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1527. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1528. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1529. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:34) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1530. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:734) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1531. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1532. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1533. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1534. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1535. [12:43:23] [Server thread/ERROR]: Parameters:
  1536. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@3643590[
  1537. a=602
  1538. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7b213f38, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@bf5b4ab, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5909eabf, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7be38cbb, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@949b400, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2fbf196e, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@39755234, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5e1497f5, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1a39c183, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4d9acfc3, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5e6dd0b6, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@243c4fb1, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@705db76c, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6b229a73, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5bfa1fc1, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1dfd92c8]
  1539. ]
  1540.  
  1541. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1542. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1543. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1544. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1545. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1546. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1547. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1548. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1549. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1550. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1551. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1552. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1553. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1554. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1555. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1556. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1557. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1558. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1559. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1560. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1561. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1562. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:332) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1563. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:428) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1564. at net.minecraft.server.v1_8_R3.EntityTracker.addEntity(EntityTracker.java:112) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1565. at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:83) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1566. at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1567. at net.minecraft.server.v1_8_R3.World.a(World.java:1066) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1568. at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1569. at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source) ~[?:?]
  1570. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1571. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1572. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.addEntityToWorld(NmsManagerImpl.java:127) [HolographicDisplays.jar:?]
  1573. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.spawnNMSArmorStand(NmsManagerImpl.java:101) [HolographicDisplays.jar:?]
  1574. at com.gmail.filoghost.holographicdisplays.object.line.CraftTextLine.spawn(CraftTextLine.java:74) [HolographicDisplays.jar:?]
  1575. at com.gmail.filoghost.holographicdisplays.object.CraftHologram.spawnEntities(CraftHologram.java:300) [HolographicDisplays.jar:?]
  1576. at com.gmail.filoghost.holographicdisplays.object.NamedHologramManager.onChunkLoad(NamedHologramManager.java:49) [HolographicDisplays.jar:?]
  1577. at com.gmail.filoghost.holographicdisplays.listener.MainListener.onChunkLoad(MainListener.java:63) [HolographicDisplays.jar:?]
  1578. at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source) ~[?:?]
  1579. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1580. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1581. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) [PerWorldPlugins.jar:?]
  1582. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1583. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  1584. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1585. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1586. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:59) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1587. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1588. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1589. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1590. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:34) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1591. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:734) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1592. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1593. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1594. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1595. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1596. [12:43:23] [Server thread/ERROR]: Parameters:
  1597. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@6ccd0ec9[
  1598. a=605
  1599. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3eaf76cf, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5a09165e, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@41db94ba, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4564610e, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@b87e63, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@121133cc, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@ff21b70, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@69f86791, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2af047ab, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@31649e6a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2ed22aad, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4bc1409, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2cd9c62a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@395b8a15, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6e358d1, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@621b0858]
  1600. ]
  1601.  
  1602. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1603. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1604. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1605. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1606. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1607. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1608. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1609. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1610. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1611. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1612. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1613. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1614. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1615. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1616. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1617. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1618. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1619. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1620. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1621. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1622. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1623. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:332) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1624. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:428) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1625. at net.minecraft.server.v1_8_R3.EntityTracker.addEntity(EntityTracker.java:112) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1626. at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:83) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1627. at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1628. at net.minecraft.server.v1_8_R3.World.a(World.java:1066) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1629. at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1630. at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source) ~[?:?]
  1631. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1632. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1633. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.addEntityToWorld(NmsManagerImpl.java:127) [HolographicDisplays.jar:?]
  1634. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.spawnNMSArmorStand(NmsManagerImpl.java:101) [HolographicDisplays.jar:?]
  1635. at com.gmail.filoghost.holographicdisplays.object.line.CraftTextLine.spawn(CraftTextLine.java:74) [HolographicDisplays.jar:?]
  1636. at com.gmail.filoghost.holographicdisplays.object.CraftHologram.spawnEntities(CraftHologram.java:300) [HolographicDisplays.jar:?]
  1637. at com.gmail.filoghost.holographicdisplays.object.NamedHologramManager.onChunkLoad(NamedHologramManager.java:49) [HolographicDisplays.jar:?]
  1638. at com.gmail.filoghost.holographicdisplays.listener.MainListener.onChunkLoad(MainListener.java:63) [HolographicDisplays.jar:?]
  1639. at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source) ~[?:?]
  1640. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  1641. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  1642. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) [PerWorldPlugins.jar:?]
  1643. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1644. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  1645. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1646. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1647. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:59) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1648. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1649. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1650. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1651. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:34) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1652. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:734) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1653. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1654. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1655. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1656. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1657. [12:43:23] [Server thread/ERROR]: Parameters:
  1658. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@71a6d2b4[
  1659. a=606
  1660. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@68057417, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@feaaa15, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7e747819, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@39803611, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7a6648fa, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2006efa1, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7d6fef08, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@45e77e0a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@d0ecfd4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1a624233, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@18f7e9d8, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@669ed3e2, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1d15c08a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@15ee7ac1, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@32f0e88d, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@22613cf2]
  1661. ]
  1662.  
  1663. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1664. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1665. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1666. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1667. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1668. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1669. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1670. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1671. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1672. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1673. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1674. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1675. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1676. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1677. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1678. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1679. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1680. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1681. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1682. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1683. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1684. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:280) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1685. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcastIncludingSelf(EntityTrackerEntry.java:286) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1686. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.b(EntityTrackerEntry.java:253) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1687. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.track(EntityTrackerEntry.java:179) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1688. at net.minecraft.server.v1_8_R3.EntityTracker.updatePlayers(EntityTracker.java:177) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1689. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:803) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1690. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1691. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1692. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1693. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1694. [12:43:23] [Server thread/ERROR]: Parameters:
  1695. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@4f2f33db[
  1696. a=593
  1697. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@164e94a8, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@226928c9, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@fe04334, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@67114280, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@598711e, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6e5c3e04, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@63a83918, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@e4062af, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4896f2f8, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@473559f0, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@65f7d8f7, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@68af9bfc, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@17d1a523, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7a4684f0, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@21addb2f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@35c9c49d]
  1698. ]
  1699.  
  1700. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1701. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1702. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1703. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1704. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1705. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1706. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1707. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1708. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1709. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1710. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1711. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1712. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1713. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1714. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1715. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1716. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1717. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1718. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1719. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1720. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1721. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:280) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1722. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcastIncludingSelf(EntityTrackerEntry.java:286) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1723. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.b(EntityTrackerEntry.java:253) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1724. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.track(EntityTrackerEntry.java:179) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1725. at net.minecraft.server.v1_8_R3.EntityTracker.updatePlayers(EntityTracker.java:177) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1726. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:803) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1727. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1728. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1729. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1730. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1731. [12:43:23] [Server thread/ERROR]: Parameters:
  1732. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@39710a32[
  1733. a=594
  1734. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@13987542, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7bf811ae, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@d11d304, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@dc3b16b, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5da1f7f4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@666ff88f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@65658eb5, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@75bd339b, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2771748f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3ec34b6e, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@771a6a25, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6ba7aeb6, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@475e6a41, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6362d1ff, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@478dd4f4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@118900ad]
  1735. ]
  1736.  
  1737. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1738. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1739. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1740. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1741. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1742. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1743. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1744. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1745. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1746. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1747. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1748. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1749. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1750. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1751. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1752. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1753. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1754. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1755. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1756. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1757. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1758. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:280) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1759. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcastIncludingSelf(EntityTrackerEntry.java:286) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1760. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.b(EntityTrackerEntry.java:253) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1761. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.track(EntityTrackerEntry.java:179) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1762. at net.minecraft.server.v1_8_R3.EntityTracker.updatePlayers(EntityTracker.java:177) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1763. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:803) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1764. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1765. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1766. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1767. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1768. [12:43:23] [Server thread/ERROR]: Parameters:
  1769. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@69b0aadc[
  1770. a=596
  1771. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4136ab8a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@68a6ef0c, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5d7cea22, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@61279f82, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@153912d7, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4ab851f3, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@702f9f7c, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2d29c574, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@70dbd5ac, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@78e4358d, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@743c8192, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@17ddf804, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@398539e6, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@60142b06, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@70341687, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@8d1cd5d]
  1772. ]
  1773.  
  1774. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1775. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1776. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1777. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1778. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1779. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1780. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1781. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1782. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1783. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1784. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1785. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1786. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1787. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1788. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1789. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1790. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1791. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1792. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1793. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1794. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1795. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:280) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1796. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcastIncludingSelf(EntityTrackerEntry.java:286) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1797. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.b(EntityTrackerEntry.java:253) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1798. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.track(EntityTrackerEntry.java:179) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1799. at net.minecraft.server.v1_8_R3.EntityTracker.updatePlayers(EntityTracker.java:177) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1800. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:803) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1801. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1802. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1803. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1804. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1805. [12:43:23] [Server thread/ERROR]: Parameters:
  1806. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@61bc7f5b[
  1807. a=597
  1808. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4bd3c113, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@477cbd0, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@18b47944, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@534103da, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6cf8bf8, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3c5ce9ba, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@719d92c, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5c1d45c6, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@26f785f6, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7dbdb9ab, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3424cf89, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2219fbe, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@18e36239, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@883e06f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1a492e71, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@141b9ee9]
  1809. ]
  1810.  
  1811. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1812. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1813. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1814. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1815. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1816. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1817. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1818. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1819. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1820. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1821. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1822. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1823. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1824. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1825. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1826. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1827. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1828. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1829. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1830. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1831. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1832. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:280) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1833. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcastIncludingSelf(EntityTrackerEntry.java:286) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1834. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.b(EntityTrackerEntry.java:253) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1835. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.track(EntityTrackerEntry.java:179) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1836. at net.minecraft.server.v1_8_R3.EntityTracker.updatePlayers(EntityTracker.java:177) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1837. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:803) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1838. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1839. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1840. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1841. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1842. [12:43:23] [Server thread/ERROR]: Parameters:
  1843. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@57bb395c[
  1844. a=598
  1845. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@62932f73, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@158008f9, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@377bc562, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@52b08a56, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2923dfc4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3c71ddd9, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@55c84fe0, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3fc9d35, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3416af71, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6bb333f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@111bdb47, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7669e964, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7705bdff, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@28784aeb, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@67f67d40, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5e6d8a13]
  1846. ]
  1847.  
  1848. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1849. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1850. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1851. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1852. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1853. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1854. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1855. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1856. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1857. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1858. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1859. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1860. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1861. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1862. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1863. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1864. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1865. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1866. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1867. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1868. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1869. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:280) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1870. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcastIncludingSelf(EntityTrackerEntry.java:286) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1871. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.b(EntityTrackerEntry.java:253) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1872. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.track(EntityTrackerEntry.java:179) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1873. at net.minecraft.server.v1_8_R3.EntityTracker.updatePlayers(EntityTracker.java:177) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1874. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:803) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1875. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1876. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1877. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1878. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1879. [12:43:23] [Server thread/ERROR]: Parameters:
  1880. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@66aa8903[
  1881. a=601
  1882. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@618af6f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5bb9ba91, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@b4e7e6b, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2847ce44, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6b677ff4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7d1c2d3b, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5d9b9d5, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@13fa62c4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@43322790, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5fdbaf38, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1704b207, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@57281e61, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5f4adb3, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@754605a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@35f27e3d, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@22beb5f4]
  1883. ]
  1884.  
  1885. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1886. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1887. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1888. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1889. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1890. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1891. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1892. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1893. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1894. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1895. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1896. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1897. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1898. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1899. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1900. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1901. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1902. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1903. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1904. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1905. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1906. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:280) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1907. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcastIncludingSelf(EntityTrackerEntry.java:286) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1908. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.b(EntityTrackerEntry.java:253) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1909. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.track(EntityTrackerEntry.java:179) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1910. at net.minecraft.server.v1_8_R3.EntityTracker.updatePlayers(EntityTracker.java:177) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1911. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:803) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1912. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1913. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1914. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1915. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1916. [12:43:23] [Server thread/ERROR]: Parameters:
  1917. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@a202940[
  1918. a=602
  1919. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7b213f38, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@bf5b4ab, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5909eabf, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7be38cbb, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@949b400, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2fbf196e, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@39755234, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5e1497f5, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1a39c183, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4d9acfc3, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5e6dd0b6, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@243c4fb1, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@705db76c, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6b229a73, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5bfa1fc1, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1dfd92c8]
  1920. ]
  1921.  
  1922. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1923. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1924. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1925. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1926. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1927. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1928. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1929. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1930. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1931. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1932. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1933. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1934. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1935. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1936. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1937. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1938. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1939. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1940. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1941. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1942. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1943. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:280) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1944. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcastIncludingSelf(EntityTrackerEntry.java:286) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1945. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.b(EntityTrackerEntry.java:253) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1946. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.track(EntityTrackerEntry.java:179) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1947. at net.minecraft.server.v1_8_R3.EntityTracker.updatePlayers(EntityTracker.java:177) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1948. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:803) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1949. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1950. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1951. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1952. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1953. [12:43:23] [Server thread/ERROR]: Parameters:
  1954. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@112f63c4[
  1955. a=605
  1956. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3eaf76cf, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5a09165e, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@41db94ba, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4564610e, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@b87e63, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@121133cc, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@ff21b70, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@69f86791, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2af047ab, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@31649e6a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2ed22aad, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4bc1409, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2cd9c62a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@395b8a15, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6e358d1, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@621b0858]
  1957. ]
  1958.  
  1959. [12:43:23] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception occured in onPacketSending(PacketEvent) for HolographicDisplays
  1960. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  1961. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  1962. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  1963. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  1964. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  1965. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  1966. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  1967. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  1968. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  1969. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  1970. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  1971. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  1972. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  1973. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  1974. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  1975. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  1976. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1977. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1978. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1979. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  1980. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:280) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1981. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcastIncludingSelf(EntityTrackerEntry.java:286) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1982. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.b(EntityTrackerEntry.java:253) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1983. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.track(EntityTrackerEntry.java:179) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1984. at net.minecraft.server.v1_8_R3.EntityTracker.updatePlayers(EntityTracker.java:177) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1985. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:803) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1986. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1987. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1988. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  1989. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1990. [12:43:23] [Server thread/ERROR]: Parameters:
  1991. net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@4cea0178[
  1992. a=590
  1993. b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@36a4501b, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5f6a844, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@31af6a96, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1740f656, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@370482d, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3374648f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@79c543ad, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@69a7f885, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6897f4bc, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7857a53d, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2bdc59b1, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@7d69ef9f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2a0cd69a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6fb7f0ab, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@266f3d3d, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@14c82b78]
  1994. ]
  1995.  
  1996. [12:43:30] [Server thread/INFO]: [LoginSecurity] LycheeBiru authenticated
  1997. [12:43:34] [Server thread/INFO]: LycheeBiru issued server command: /speedfly
  1998. [12:43:40] [Server thread/INFO]: LycheeBiru issued server command: /help fly
  1999. [12:43:43] [Server thread/INFO]: LycheeBiru issued server command: /flyspeed
  2000. [12:43:49] [Server thread/INFO]: LycheeBiru issued server command: /flyspeed 3
  2001. [12:43:57] [Server thread/INFO]: LycheeBiru issued server command: /flyspeed 1
  2002. [12:44:04] [Server thread/INFO]: LycheeBiru issued server command: /deop LycheeBiru
  2003. [12:44:04] [Server thread/INFO]: [LycheeBiru: De-opped LycheeBiru]
  2004. [12:44:07] [Server thread/INFO]: [world]<~DanielSoufi> hi
  2005. [12:44:08] [Server thread/INFO]: CONSOLE issued server command: /list
  2006. [12:44:08] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  2007. [12:44:08] [Server thread/INFO]: Default: ~DanielSoufi
  2008. [12:44:14] [Server thread/INFO]: [WorldGuard] §7WG: §dLycheeBiru§6 left NOTIFY region
  2009. [12:44:14] [Server thread/INFO]: [WorldGuard] §7WG: §dLycheeBiru§6 entered NOTIFY region: §fhub
  2010. [12:44:17] [Server thread/INFO]: [WorldGuard] §7WG: §dLycheeBiru§6 left NOTIFY region
  2011. [12:44:18] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> hi
  2012. [12:44:22] [Server thread/INFO]: LycheeBiru issued server command: /fly
  2013. [12:44:28] [Server thread/INFO]: LycheeBiru issued server command: /flyspeed
  2014. [12:44:32] [Server thread/INFO]: LycheeBiru issued server command: /flyspeed 5
  2015. [12:44:53] [Server thread/INFO]: CONSOLE issued server command: /list
  2016. [12:44:53] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  2017. [12:44:53] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2018. [12:44:54] [Server thread/INFO]: Couldn't retrieve your world. Default world 'world' selected.
  2019. [12:44:54] [Server thread/INFO]: You changed player 'LycheeBiru' group to 'Colonel' in world 'world'.
  2020. [12:45:00] [Server thread/INFO]: LycheeBiru issued server command: /flyspeed 5
  2021. [12:45:05] [Server thread/INFO]: LycheeBiru issued server command: /flyspeed 2
  2022. [12:45:34] [Server thread/INFO]: LycheeBiru issued server command: /kit
  2023. [12:45:39] [Server thread/INFO]: CONSOLE issued server command: /list
  2024. [12:45:39] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  2025. [12:45:39] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2026. [12:45:40] [Server thread/INFO]: LycheeBiru issued server command: /kit Captain
  2027. [12:46:01] [Thread-49/INFO]: UUID of player IkanGoreng is 0baaccb0-3c50-3615-a650-24c91c2126ed
  2028. [12:46:01] [Server thread/INFO]: [SpawnTP] Sent IkanGoreng to spawn
  2029. [12:46:01] [Server thread/INFO]: IkanGoreng[/118.101.7.228:49287] logged in with entity id 2822 at ([wlbworld]-706.5, 91.5, -1013.5)
  2030. [12:46:01] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception number 32 occured in onPacketSending(PacketEvent) for HolographicDisplays
  2031. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  2032. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  2033. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  2034. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  2035. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  2036. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  2037. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  2038. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  2039. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  2040. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  2041. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  2042. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  2043. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  2044. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  2045. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  2046. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  2047. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2048. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2049. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2050. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  2051. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:280) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2052. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcastIncludingSelf(EntityTrackerEntry.java:286) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2053. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.b(EntityTrackerEntry.java:253) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2054. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.track(EntityTrackerEntry.java:179) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2055. at net.minecraft.server.v1_8_R3.EntityTracker.updatePlayers(EntityTracker.java:177) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2056. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:803) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2057. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2058. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2059. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2060. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2061. [12:46:08] [Server thread/INFO]: [LoginSecurity] IkanGoreng authenticated
  2062. [12:46:20] [Server thread/INFO]: Opped LycheeBiru
  2063. [12:46:24] [Server thread/INFO]: CONSOLE issued server command: /list
  2064. [12:46:24] [Server thread/INFO]: There are 2 out of maximum 30 players online.
  2065. [12:46:24] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2066. [12:46:24] [Server thread/INFO]: Default: IkanGoreng
  2067. [12:46:42] [Server thread/INFO]: LycheeBiru issued server command: /toggledownfall
  2068. [12:46:42] [Server thread/INFO]: [LycheeBiru: Toggled downfall]
  2069. [12:46:50] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> hi IkanGoreng
  2070. [12:46:53] [Server thread/INFO]: [world]<IkanGoreng> hi
  2071. [12:46:56] [Server thread/INFO]: [WorldGuard] §7WG: §dIkanGoreng§6 left NOTIFY region
  2072. [12:46:56] [Server thread/INFO]: [WorldGuard] §7WG: §dIkanGoreng§6 entered NOTIFY region: §fhub
  2073. [12:46:58] [Server thread/INFO]: [WorldGuard] §7WG: §dIkanGoreng§6 left NOTIFY region
  2074. [12:46:59] [Server thread/INFO]: LycheeBiru issued server command: /mangaddp Colonel fly.speed.[1-10]
  2075. [12:47:10] [Server thread/INFO]: CONSOLE issued server command: /list
  2076. [12:47:10] [Server thread/INFO]: There are 2 out of maximum 30 players online.
  2077. [12:47:10] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2078. [12:47:10] [Server thread/INFO]: Default: [Private]IkanGoreng
  2079. [12:47:12] [Server thread/INFO]: LycheeBiru issued server command: /mangaddp Colonel fly.speed
  2080. [12:47:26] [Server thread/INFO]: LycheeBiru issued server command: /mangaddp Captain fly.speed
  2081. [12:47:34] [Server thread/INFO]: LycheeBiru issued server command: /mangaddp Captain fly.speed.[1.5]
  2082. [12:47:39] [Server thread/INFO]: LycheeBiru issued server command: /mangaddp Colonel fly.speed.[1-5]
  2083. [12:47:47] [Server thread/INFO]: LycheeBiru issued server command: /mangdelp Colonel fly.speed.[1-10]
  2084. [12:47:51] [Server thread/INFO]: LycheeBiru issued server command: /mangaddp Colonel fly.speed.[1-8]
  2085. [12:47:55] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> new?
  2086. [12:47:55] [Server thread/INFO]: CONSOLE issued server command: /list
  2087. [12:47:55] [Server thread/INFO]: There are 2 out of maximum 30 players online.
  2088. [12:47:55] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2089. [12:47:55] [Server thread/INFO]: Default: [Private]IkanGoreng
  2090. [12:48:01] [Server thread/INFO]: [SkyFaction]<[Private]IkanGoreng> yas
  2091. [12:48:07] [Thread-50/INFO]: UUID of player MujahidMCz is 4c94fdd7-9049-3edd-ac4f-7d3ba4bb28fe
  2092. [12:48:07] [Server thread/INFO]: [SpawnTP] Sent MujahidMCz to spawn
  2093. [12:48:07] [Server thread/INFO]: MujahidMCz[/213.159.213.114:53272] logged in with entity id 8052 at ([wlbworld]-706.5, 91.5, -1013.5)
  2094. [12:48:07] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> enjoy then
  2095. [12:48:10] [Server thread/INFO]: IkanGoreng has just earned the achievement [Getting Wood]
  2096. [12:48:15] [Server thread/INFO]: [LoginSecurity] MujahidMCz authenticated
  2097. [12:48:19] [Server thread/INFO]: LycheeBiru issued server command: /manuadd LycheeBiru colonel
  2098. [12:48:22] [Server thread/INFO]: [world]<MujahidMCz> hi lembu
  2099. [12:48:23] [Server thread/INFO]: [SkyFaction]<[Private]IkanGoreng> ok :)
  2100. [12:48:28] [Server thread/INFO]: LycheeBiru issued server command: /deop LycheeBiru
  2101. [12:48:28] [Server thread/INFO]: [LycheeBiru: De-opped LycheeBiru]
  2102. [12:48:32] [Server thread/INFO]: LycheeBiru issued server command: /flyspeed
  2103. [12:48:34] [Server thread/INFO]: LycheeBiru issued server command: /flyspeed 3
  2104. [12:48:38] [Server thread/INFO]: LycheeBiru issued server command: /flyspeed 10
  2105. [12:48:40] [Server thread/INFO]: CONSOLE issued server command: /list
  2106. [12:48:40] [Server thread/INFO]: There are 3 out of maximum 30 players online.
  2107. [12:48:40] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2108. [12:48:40] [Server thread/INFO]: Default: [Private]IkanGoreng, MujahidMCz
  2109. [12:48:44] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 left NOTIFY region
  2110. [12:48:44] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 entered NOTIFY region: §fhub
  2111. [12:48:45] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 left NOTIFY region
  2112. [12:48:51] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 entered NOTIFY region: §fhub
  2113. [12:48:52] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 left NOTIFY region
  2114. [12:48:52] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception number 64 occured in onPacketSending(PacketEvent) for HolographicDisplays
  2115. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  2116. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  2117. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  2118. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  2119. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  2120. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  2121. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  2122. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  2123. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  2124. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  2125. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  2126. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  2127. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  2128. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  2129. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  2130. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  2131. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2132. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2133. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2134. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  2135. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:332) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2136. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:428) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2137. at net.minecraft.server.v1_8_R3.EntityTracker.addEntity(EntityTracker.java:112) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2138. at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:83) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2139. at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2140. at net.minecraft.server.v1_8_R3.World.a(World.java:1066) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2141. at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2142. at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source) ~[?:?]
  2143. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2144. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2145. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.addEntityToWorld(NmsManagerImpl.java:127) [HolographicDisplays.jar:?]
  2146. at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.spawnNMSArmorStand(NmsManagerImpl.java:101) [HolographicDisplays.jar:?]
  2147. at com.gmail.filoghost.holographicdisplays.object.line.CraftTextLine.spawn(CraftTextLine.java:74) [HolographicDisplays.jar:?]
  2148. at com.gmail.filoghost.holographicdisplays.object.CraftHologram.spawnEntities(CraftHologram.java:300) [HolographicDisplays.jar:?]
  2149. at com.gmail.filoghost.holographicdisplays.object.NamedHologramManager.onChunkLoad(NamedHologramManager.java:49) [HolographicDisplays.jar:?]
  2150. at com.gmail.filoghost.holographicdisplays.listener.MainListener.onChunkLoad(MainListener.java:63) [HolographicDisplays.jar:?]
  2151. at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source) ~[?:?]
  2152. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2153. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2154. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) [PerWorldPlugins.jar:?]
  2155. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2156. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  2157. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2158. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2159. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:59) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2160. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2161. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2162. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2163. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:34) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2164. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:734) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2165. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2166. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2167. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2168. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2169. [12:48:52] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 entered NOTIFY region: §fhub
  2170. [12:49:03] [Server thread/INFO]: IkanGoreng has just earned the achievement [Benchmarking]
  2171. [12:49:11] [Server thread/INFO]: You changed player 'LycheeBiru' group to 'Leftenant' in world 'world'.
  2172. [12:49:14] [Server thread/INFO]: MujahidMCz issued server command: /tpa ikan
  2173. [12:49:17] [Server thread/INFO]: LycheeBiru issued server command: /flyspeed 10
  2174. [12:49:22] [Server thread/INFO]: LycheeBiru issued server command: /flyspeed 5
  2175. [12:49:26] [Server thread/INFO]: CONSOLE issued server command: /list
  2176. [12:49:26] [Server thread/INFO]: There are 3 out of maximum 30 players online.
  2177. [12:49:26] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2178. [12:49:26] [Server thread/INFO]: Default: [Private]IkanGoreng, MujahidMCz
  2179. [12:49:27] [Server thread/INFO]: LycheeBiru issued server command: /flyspeed 2
  2180. [12:49:30] [Server thread/INFO]: IkanGoreng has just earned the achievement [Time to Mine!]
  2181. [12:49:30] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 left NOTIFY region
  2182. [12:49:31] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 entered NOTIFY region: §fhub
  2183. [12:49:31] [Server thread/INFO]: [NoVoidDamage] [NoVoidDamage] Teleport player MujahidMCz from Location{world=CraftWorld{name=wlbworld},x=-747.568423115155,y=-66.52824319050029,z=-1025.8253367979655,pitch=-45.150024,yaw=102.74979} to Location{world=CraftWorld{name=wlbworld},x=-747.5,y=26.0,z=-1025.5,pitch=0.0,yaw=0.0}
  2184. [12:49:32] [Server thread/INFO]: LycheeBiru issued server command: /v
  2185. [12:49:32] [Server thread/INFO]: §cLycheeBiru §4was denied access to command.
  2186. [12:49:43] [Server thread/INFO]: LycheeBiru issued server command: /tpa IkanGoreng
  2187. [12:49:49] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 left NOTIFY region
  2188. [12:49:54] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 entered NOTIFY region: §fhub
  2189. [12:49:54] [Server thread/INFO]: [NoVoidDamage] [NoVoidDamage] Teleport player MujahidMCz from Location{world=CraftWorld{name=wlbworld},x=-749.636974122634,y=-66.03729266148136,z=-1021.3378152982241,pitch=-90.0,yaw=-99.90022} to Location{world=CraftWorld{name=wlbworld},x=-749.5,y=68.0,z=-1021.5,pitch=0.0,yaw=0.0}
  2190. [12:49:56] [Server thread/INFO]: LycheeBiru issued server command: /spawn
  2191. [12:50:05] [Server thread/INFO]: [WorldGuard] §7WG: §dLycheeBiru§6 entered NOTIFY region: §fhub
  2192. [12:50:05] [Server thread/INFO]: [WorldGuard] §7WG: §dLycheeBiru§6 left NOTIFY region
  2193. [12:50:09] [Server thread/INFO]: [WorldGuard] §7WG: §dLycheeBiru§6 entered NOTIFY region: §fhub
  2194. [12:50:11] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 left NOTIFY region
  2195. [12:50:11] [Server thread/INFO]: CONSOLE issued server command: /list
  2196. [12:50:11] [Server thread/INFO]: There are 3 out of maximum 30 players online.
  2197. [12:50:11] [Server thread/INFO]: Default: [Private]IkanGoreng, MujahidMCz, ~DanielSoufi
  2198. [12:50:12] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 entered NOTIFY region: §fhub
  2199. [12:50:12] [Server thread/INFO]: [NoVoidDamage] [NoVoidDamage] Teleport player MujahidMCz from Location{world=CraftWorld{name=wlbworld},x=-744.5445591860026,y=-66.8612980817626,z=-1005.6903136392593,pitch=-90.0,yaw=-76.64999} to Location{world=CraftWorld{name=wlbworld},x=-707.0,y=91.0,z=-1014.0,pitch=0.0,yaw=0.0}
  2200. [12:50:15] [Server thread/INFO]: [world]<~DanielSoufi> IkanGoreng ko kt mane
  2201. [12:50:26] [Server thread/INFO]: [SkyFaction]<[Private]IkanGoreng> entah
  2202. [12:50:28] [Server thread/INFO]: [world]<MujahidMCz> dekat perut
  2203. [12:50:30] [Server thread/INFO]: [WorldGuard] §7WG: §dLycheeBiru§6 left NOTIFY region
  2204. [12:50:31] [Server thread/INFO]: [WorldGuard] §7WG: §dLycheeBiru§6 entered NOTIFY region: §fhub
  2205. [12:50:31] [Server thread/INFO]: [NoVoidDamage] [NoVoidDamage] Teleport player LycheeBiru from Location{world=CraftWorld{name=wlbworld},x=-759.1504174192794,y=-65.43060345057063,z=-1020.3486630844274,pitch=84.44997,yaw=-18.300083} to Location{world=CraftWorld{name=wlbworld},x=-707.0,y=91.0,z=-1014.0,pitch=0.0,yaw=0.0}
  2206. [12:50:36] [Server thread/INFO]: [world]<~DanielSoufi> ko masuk portal ap
  2207. [12:50:37] [Server thread/INFO]: [world]<~DanielSoufi> apa
  2208. [12:50:51] [Server thread/INFO]: [SkyFaction]<[Private]IkanGoreng> sky bende tah
  2209. [12:50:52] [Server thread/INFO]: [world]<~DanielSoufi> MujahidMCz terjun je
  2210. [12:50:54] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 left NOTIFY region
  2211. [12:50:56] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 entered NOTIFY region: §fhub
  2212. [12:50:56] [Server thread/INFO]: [NoVoidDamage] [NoVoidDamage] Teleport player MujahidMCz from Location{world=CraftWorld{name=wlbworld},x=-735.9469542189278,y=-66.20161595587098,z=-1033.953511264288,pitch=39.74999,yaw=194.84937} to Location{world=CraftWorld{name=wlbworld},x=-707.0,y=91.0,z=-1014.0,pitch=0.0,yaw=0.0}
  2213. [12:50:57] [Server thread/INFO]: CONSOLE issued server command: /list
  2214. [12:50:57] [Server thread/INFO]: There are 3 out of maximum 30 players online.
  2215. [12:50:57] [Server thread/INFO]: Default: [Private]IkanGoreng, MujahidMCz, ~DanielSoufi
  2216. [12:51:01] [Server thread/INFO]: [WorldGuard] §7WG: §dLycheeBiru§6 left NOTIFY region
  2217. [12:51:01] [Server thread/INFO]: [WorldGuard] §7WG: §dLycheeBiru§6 entered NOTIFY region: §fhub
  2218. [12:51:02] [Server thread/INFO]: Saving is already turned on.
  2219. [12:51:02] [Server thread/INFO]: Saving...
  2220. [12:51:02] [Server thread/INFO]: Saved the world
  2221. [12:51:04] [Server thread/INFO]: [WorldGuard] §7WG: §dLycheeBiru§6 left NOTIFY region
  2222. [12:51:07] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 left NOTIFY region
  2223. [12:51:07] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 entered NOTIFY region: §fhub
  2224. [12:51:08] [Server thread/INFO]: IkanGoreng fell from a high place
  2225. [12:51:09] [Server thread/INFO]: LycheeBiru issued server command: /tpa IkanGoreng
  2226. [12:51:09] [Server thread/INFO]: [WorldGuard] §7WG: §dMujahidMCz§6 left NOTIFY region
  2227. [12:51:17] [Server thread/INFO]: MujahidMCz issued server command: /feed
  2228. [12:51:17] [Server thread/INFO]: §cMujahidMCz §4was denied access to command.
  2229. [12:51:20] [pool-7-thread-1/INFO]: GroupManager - INFO - Data files refreshed.
  2230. [12:51:21] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> tau tak boleh fly?
  2231. [12:51:28] [Server thread/INFO]: Opped LycheeBiru
  2232. [12:51:29] [Server thread/INFO]: [SkyFaction]<[Private]IkanGoreng> tak
  2233. [12:51:33] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> ./fly
  2234. [12:51:33] [Server thread/INFO]: MujahidMCz issued server command: /fly
  2235. [12:51:37] [Server thread/INFO]: IkanGoreng issued server command: /fly
  2236. [12:51:37] [Server thread/INFO]: LycheeBiru issued server command: /gm 1
  2237. [12:51:42] [Server thread/INFO]: CONSOLE issued server command: /list
  2238. [12:51:42] [Server thread/INFO]: There are 3 out of maximum 30 players online.
  2239. [12:51:42] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2240. [12:51:42] [Server thread/INFO]: Default: [Private]IkanGoreng, [Private]MujahidMCz
  2241. [12:51:44] [Server thread/INFO]: LycheeBiru issued server command: /f override
  2242. [12:51:44] [Server thread/INFO]: [Factions 2.8.10] [Owner]~DanielSoufi ENABLED override mode.
  2243. [12:51:49] [Server thread/INFO]: [SkyFaction]<[Private]IkanGoreng> ._.
  2244. [12:52:27] [Server thread/INFO]: CONSOLE issued server command: /list
  2245. [12:52:27] [Server thread/INFO]: There are 3 out of maximum 30 players online.
  2246. [12:52:27] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2247. [12:52:27] [Server thread/INFO]: Default: [Private]IkanGoreng, [Private]MujahidMCz
  2248. [12:52:28] [Server thread/INFO]: LycheeBiru issued server command: /holograms create fly &4You can fly here&0! &4Do &1/&ffly
  2249. [12:52:33] [Server thread/INFO]: MujahidMCz has just earned the achievement [Getting Wood]
  2250. [12:52:49] [Server thread/INFO]: LycheeBiru issued server command: /holograms delete fly
  2251. [12:52:56] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> hahaha
  2252. [12:53:00] [Server thread/INFO]: LycheeBiru issued server command: /holograms create fly &4You can fly here&1! &4Do &1/&ffly
  2253. [12:53:04] [Server thread/INFO]: [SkyFaction]<[Private]IkanGoreng> -,-
  2254. [12:53:13] [Server thread/INFO]: CONSOLE issued server command: /list
  2255. [12:53:13] [Server thread/INFO]: There are 3 out of maximum 30 players online.
  2256. [12:53:13] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2257. [12:53:13] [Server thread/INFO]: Default: [Private]IkanGoreng, [Private]MujahidMCz
  2258. [12:53:21] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  2259. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  2260. org.bukkit.event.EventException
  2261. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  2262. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  2263. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  2264. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2265. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2266. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2267. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2268. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2269. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2270. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2271. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2272. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2273. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2274. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2275. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2276. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2277. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  2278. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  2279. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  2280. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
  2281. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2282. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2283. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  2284. ... 15 more
  2285. [12:53:23] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  2286. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  2287. org.bukkit.event.EventException
  2288. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  2289. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  2290. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  2291. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2292. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2293. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2294. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2295. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2296. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2297. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2298. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2299. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2300. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2301. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2302. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2303. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2304. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  2305. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  2306. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  2307. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
  2308. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2309. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2310. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  2311. ... 15 more
  2312. [12:53:28] [Server thread/INFO]: LycheeBiru issued server command: /f override
  2313. [12:53:28] [Server thread/INFO]: [Factions 2.8.10] [Owner]~DanielSoufi DISABLED override mode.
  2314. [12:53:30] [Server thread/INFO]: LycheeBiru issued server command: /clear
  2315. [12:53:34] [Server thread/INFO]: LycheeBiru issued server command: /gm 0
  2316. [12:53:37] [Server thread/INFO]: MujahidMCz issued server command: /fly ikan
  2317. [12:53:39] [Server thread/INFO]: LycheeBiru issued server command: /tpa IkanGoreng
  2318. [12:53:40] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  2319. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  2320. org.bukkit.event.EventException
  2321. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  2322. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  2323. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  2324. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2325. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2326. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2327. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2328. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2329. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2330. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2331. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2332. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2333. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2334. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2335. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2336. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2337. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  2338. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  2339. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  2340. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
  2341. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2342. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2343. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  2344. ... 15 more
  2345. [12:53:41] [Server thread/INFO]: MujahidMCz issued server command: /fly ikan
  2346. [12:53:42] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> accept
  2347. [12:53:44] [Server thread/INFO]: IkanGoreng issued server command: /tpaccept
  2348. [12:53:47] [Server thread/INFO]: MujahidMCz issued server command: /fly ikan
  2349. [12:53:58] [Server thread/INFO]: CONSOLE issued server command: /list
  2350. [12:53:58] [Server thread/INFO]: There are 3 out of maximum 30 players online.
  2351. [12:53:58] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2352. [12:53:58] [Server thread/INFO]: Default: [Private]IkanGoreng, [Private]MujahidMCz
  2353. [12:54:04] [Server thread/INFO]: LycheeBiru issued server command: /kit
  2354. [12:54:09] [Server thread/INFO]: LycheeBiru issued server command: /kit Commander
  2355. [12:54:12] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> .heal aku jap daniel
  2356. [12:54:19] [Server thread/INFO]: LycheeBiru issued server command: /heal MujahidMCz
  2357. [12:54:21] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> lychee kang
  2358. [12:54:29] [Server thread/INFO]: IkanGoreng has just earned the achievement [Hot Topic]
  2359. [12:54:33] [Server thread/INFO]: LycheeBiru issued server command: /fly
  2360. [12:54:39] [Server thread/INFO]: IkanGoreng has just earned the achievement [Getting an Upgrade]
  2361. [12:54:43] [Server thread/INFO]: CONSOLE issued server command: /list
  2362. [12:54:43] [Server thread/INFO]: There are 3 out of maximum 30 players online.
  2363. [12:54:43] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2364. [12:54:43] [Server thread/INFO]: Default: [Private]IkanGoreng, [Private]MujahidMCz
  2365. [12:55:01] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> MujahidMCz
  2366. [12:55:05] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> wktu terbang xleh hit
  2367. [12:55:08] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> ni macam mode hardcore je
  2368. [12:55:23] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> hahaha pandai2 ja
  2369. [12:55:29] [Server thread/INFO]: CONSOLE issued server command: /list
  2370. [12:55:29] [Server thread/INFO]: There are 3 out of maximum 30 players online.
  2371. [12:55:29] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2372. [12:55:29] [Server thread/INFO]: Default: [Private]IkanGoreng, [Private]MujahidMCz
  2373. [12:55:32] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> ?
  2374. [12:55:38] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> mana leh hit
  2375. [12:55:48] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> ko takleh hit mob ke
  2376. [12:55:50] [Async Chat Thread - #4/INFO]: [Essentials] Lag Notice - Slow Permissions System (GroupManager) Response - Request took over 26.148ms!
  2377. [12:55:50] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> kau op -_-
  2378. [12:55:50] [Server thread/INFO]: LycheeBiru issued server command: /gm 1
  2379. [12:55:53] [Server thread/INFO]: LycheeBiru issued server command: /clear
  2380. [12:55:56] [Server thread/INFO]: LycheeBiru issued server command: /clear
  2381. [12:56:14] [Server thread/INFO]: CONSOLE issued server command: /list
  2382. [12:56:14] [Server thread/INFO]: There are 3 out of maximum 30 players online.
  2383. [12:56:14] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2384. [12:56:14] [Server thread/INFO]: Default: [Private]IkanGoreng, [Private]MujahidMCz
  2385. [12:56:17] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> try hit sheep ni MujahidMCz
  2386. [12:56:29] [Server thread/INFO]: IkanGoreng issued server command: /fly
  2387. [12:56:30] [Server thread/INFO]: LycheeBiru issued server command: /i torch
  2388. [12:56:32] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> \
  2389. [12:56:42] [Server thread/INFO]: IkanGoreng issued server command: /fly
  2390. [12:56:51] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> MujahidMCz cuba ko jgn fly
  2391. [12:56:55] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> wow aku mode apa ni
  2392. [12:57:00] [Server thread/INFO]: CONSOLE issued server command: /list
  2393. [12:57:00] [Server thread/INFO]: There are 3 out of maximum 30 players online.
  2394. [12:57:00] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2395. [12:57:00] [Server thread/INFO]: Default: [Private]IkanGoreng, [Private]MujahidMCz
  2396. [12:57:02] [Server thread/INFO]: LycheeBiru issued server command: /whois MujahidMCz
  2397. [12:57:06] [Server thread/INFO]: [SkyFaction]<[Private]IkanGoreng> disable fly mode
  2398. [12:57:07] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> set aku survival
  2399. [12:57:09] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> ko kena wat /fly balik
  2400. [12:57:10] [Server thread/INFO]: MujahidMCz issued server command: /fly
  2401. [12:57:18] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> dh ckp xD
  2402. [12:57:19] [Server thread/INFO]: MujahidMCz issued server command: /fly
  2403. [12:57:27] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> donators je boleh hit wktu on fly mode
  2404. [12:57:33] [Server thread/INFO]: MujahidMCz issued server command: /fly
  2405. [12:57:44] [Server thread/INFO]: MujahidMCz issued server command: /fly
  2406. [12:57:45] [Server thread/INFO]: CONSOLE issued server command: /list
  2407. [12:57:45] [Server thread/INFO]: There are 3 out of maximum 30 players online.
  2408. [12:57:45] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2409. [12:57:45] [Server thread/INFO]: Default: [Private]IkanGoreng, [Private]MujahidMCz
  2410. [12:57:48] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> -_-
  2411. [12:57:54] [Server thread/INFO]: LycheeBiru issued server command: /effect LycheeBiru 16 1 10
  2412. [12:57:54] [Server thread/INFO]: [LycheeBiru: Given Night Vision (ID 16) * 10 to LycheeBiru for 1 seconds]
  2413. [12:57:58] [Server thread/INFO]: IkanGoreng issued server command: /fly
  2414. [12:58:00] [Server thread/INFO]: LycheeBiru issued server command: /effect LycheeBiru 16 10000
  2415. [12:58:00] [Server thread/INFO]: [LycheeBiru: Given Night Vision (ID 16) * 0 to LycheeBiru for 10000 seconds]
  2416. [12:58:02] [Server thread/INFO]: MujahidMCz issued server command: /tpa ikan
  2417. [12:58:06] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> knp
  2418. [12:58:11] [Server thread/INFO]: IkanGoreng issued server command: /tpdeny
  2419. [12:58:14] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  2420. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  2421. org.bukkit.event.EventException
  2422. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  2423. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  2424. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  2425. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2426. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2427. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2428. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2429. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2430. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2431. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2432. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2433. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2434. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2435. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2436. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2437. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2438. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  2439. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  2440. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  2441. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
  2442. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2443. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2444. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  2445. ... 15 more
  2446. [12:58:17] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> setiap hari apa nk buat ada boss fight?
  2447. [12:58:18] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  2448. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  2449. org.bukkit.event.EventException
  2450. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  2451. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  2452. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  2453. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2454. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2455. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2456. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2457. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2458. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2459. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2460. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2461. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2462. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2463. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2464. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2465. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2466. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  2467. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  2468. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  2469. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
  2470. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2471. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2472. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  2473. ... 15 more
  2474. [12:58:18] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> pls accept
  2475. [12:58:24] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> pls accept
  2476. [12:58:27] [Server thread/INFO]: MujahidMCz issued server command: /tpa ikan
  2477. [12:58:27] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  2478. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  2479. org.bukkit.event.EventException
  2480. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  2481. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  2482. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  2483. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2484. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2485. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2486. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2487. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2488. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2489. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2490. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2491. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2492. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2493. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2494. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2495. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2496. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  2497. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  2498. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  2499. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
  2500. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2501. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2502. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  2503. ... 15 more
  2504. [12:58:27] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> ?
  2505. [12:58:28] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  2506. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  2507. org.bukkit.event.EventException
  2508. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  2509. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  2510. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  2511. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2512. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2513. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2514. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2515. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2516. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2517. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2518. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2519. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2520. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2521. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2522. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2523. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2524. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  2525. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  2526. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  2527. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
  2528. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2529. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2530. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  2531. ... 15 more
  2532. [12:58:30] [Server thread/INFO]: CONSOLE issued server command: /list
  2533. [12:58:30] [Server thread/INFO]: There are 3 out of maximum 30 players online.
  2534. [12:58:30] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2535. [12:58:30] [Server thread/INFO]: Default: [Private]IkanGoreng, [Private]MujahidMCz
  2536. [12:58:32] [Server thread/INFO]: MujahidMCz issued server command: /tpa ikan
  2537. [12:58:32] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  2538. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  2539. org.bukkit.event.EventException
  2540. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  2541. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  2542. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  2543. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2544. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2545. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2546. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2547. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2548. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2549. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2550. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2551. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2552. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2553. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2554. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2555. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2556. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  2557. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  2558. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  2559. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
  2560. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2561. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2562. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  2563. ... 15 more
  2564. [12:58:33] [Server thread/INFO]: [SkyFaction]<[Private]IkanGoreng> x yah ah paksa
  2565. [12:58:44] [Server thread/INFO]: LycheeBiru issued server command: /tpo IkanGoreng
  2566. [12:58:46] [Server thread/INFO]: LycheeBiru issued server command: /v
  2567. [12:58:55] [Server thread/INFO]: LycheeBiru issued server command: /nv
  2568. [12:58:59] [Server thread/INFO]: LycheeBiru issued server command: /night
  2569. [12:58:59] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> takkan terjadi punya kalau kau accept -_-
  2570. [12:59:16] [Server thread/INFO]: CONSOLE issued server command: /list
  2571. [12:59:16] [Server thread/INFO]: There are 2/1 out of maximum 30 players online.
  2572. [12:59:16] [Server thread/INFO]: Admins: [HIDDEN][Owner]~DanielSoufi
  2573. [12:59:16] [Server thread/INFO]: Default: [Private]IkanGoreng, [Private]MujahidMCz
  2574. [12:59:24] [Server thread/INFO]: LycheeBiru issued server command: /tpo IkanGoreng
  2575. [12:59:33] [Server thread/INFO]: IkanGoreng issued server command: /fly
  2576. [12:59:40] [Server thread/INFO]: LycheeBiru issued server command: /effect LycheeBiru clear
  2577. [12:59:40] [Server thread/INFO]: [LycheeBiru: Took all effects from LycheeBiru]
  2578. [12:59:43] [Server thread/INFO]: LycheeBiru issued server command: /gm 0
  2579. [12:59:48] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> teringin nak fap ngan kau ikan
  2580. [12:59:51] [Server thread/INFO]: LycheeBiru issued server command: /manuadd LycheeBiru Corporal
  2581. [12:59:56] [Server thread/INFO]: LycheeBiru issued server command: /deop LycheeBiru
  2582. [12:59:56] [Server thread/INFO]: [LycheeBiru: De-opped LycheeBiru]
  2583. [13:00:01] [Server thread/INFO]: CONSOLE issued server command: /list
  2584. [13:00:01] [Server thread/INFO]: There are 2/1 out of maximum 30 players online.
  2585. [13:00:01] [Server thread/INFO]: Admins: [HIDDEN][Owner]~DanielSoufi
  2586. [13:00:01] [Server thread/INFO]: Default: [Private]IkanGoreng, [Private]MujahidMCz
  2587. [13:00:02] [Server thread/INFO]: LycheeBiru issued server command: /kit
  2588. [13:00:05] [Server thread/INFO]: LycheeBiru issued server command: /kit Corporal
  2589. [13:00:18] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> teringin nak fap ngan kau ikan
  2590. [13:00:21] [Server thread/INFO]: LycheeBiru issued server command: /fly
  2591. [13:00:46] [Server thread/INFO]: CONSOLE issued server command: /list
  2592. [13:00:46] [Server thread/INFO]: There are 2/1 out of maximum 30 players online.
  2593. [13:00:46] [Server thread/INFO]: Admins: [HIDDEN][Owner]~DanielSoufi
  2594. [13:00:46] [Server thread/INFO]: Default: [Private]IkanGoreng, [Private]MujahidMCz
  2595. [13:00:48] [Server thread/INFO]: IkanGoreng lost connection: Disconnected
  2596. [13:00:49] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> phew
  2597. [13:00:58] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> aq nk bina bes sendiri gaklah
  2598. [13:01:02] [Server thread/INFO]: Saving is already turned on.
  2599. [13:01:02] [Server thread/INFO]: Saving...
  2600. [13:01:03] [Server thread/INFO]: Saved the world
  2601. [13:01:03] [Server thread/INFO]: LycheeBiru issued server command: /kit
  2602. [13:01:07] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> base pa
  2603. [13:01:16] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> faction lah
  2604. [13:01:20] [pool-7-thread-1/INFO]: GroupManager - INFO - Data files refreshed.
  2605. [13:01:32] [Server thread/INFO]: CONSOLE issued server command: /list
  2606. [13:01:32] [Server thread/INFO]: There are 1/1 out of maximum 30 players online.
  2607. [13:01:32] [Server thread/INFO]: Admins: [HIDDEN][Owner]~DanielSoufi
  2608. [13:01:32] [Server thread/INFO]: Default: [Private]MujahidMCz
  2609. [13:01:49] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> lol pakai ap
  2610. [13:01:55] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> lol /ap
  2611. [13:01:57] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> ?
  2612. [13:02:09] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> kau pakai ghostmode
  2613. [13:02:15] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> owh tervanish
  2614. [13:02:17] [Server thread/INFO]: CONSOLE issued server command: /list
  2615. [13:02:17] [Server thread/INFO]: There are 1/1 out of maximum 30 players online.
  2616. [13:02:17] [Server thread/INFO]: Admins: [HIDDEN][Owner]~DanielSoufi
  2617. [13:02:17] [Server thread/INFO]: Default: [Private]MujahidMCz
  2618. [13:02:30] [Server thread/INFO]: LycheeBiru issued server command: /flyspeed
  2619. [13:02:33] [Server thread/INFO]: LycheeBiru issued server command: /flyspeed 5
  2620. [13:02:39] [Server thread/INFO]: LycheeBiru issued server command: /tpa MujahidMCz
  2621. [13:02:50] [Server thread/INFO]: Opped LycheeBiru
  2622. [13:02:51] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2623. [13:02:54] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> acceptwei
  2624. [13:02:57] [Server thread/INFO]: LycheeBiru issued server command: /v
  2625. [13:02:58] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2626. [13:03:03] [Server thread/INFO]: CONSOLE issued server command: /list
  2627. [13:03:03] [Server thread/INFO]: There are 2 out of maximum 30 players online.
  2628. [13:03:03] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2629. [13:03:03] [Server thread/INFO]: Default: [Private]MujahidMCz
  2630. [13:03:03] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2631. [13:03:05] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2632. [13:03:07] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2633. [13:03:08] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2634. [13:03:08] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> test
  2635. [13:03:10] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2636. [13:03:11] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2637. [13:03:12] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2638. [13:03:13] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2639. [13:03:19] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2640. [13:03:21] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2641. [13:03:23] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2642. [13:03:26] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> hahahha
  2643. [13:03:28] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> hahahha
  2644. [13:03:31] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2645. [13:03:35] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> Owh bug tu xD
  2646. [13:03:40] [Server thread/INFO]: LycheeBiru issued server command: /tpa LycheeBiru
  2647. [13:03:43] [Server thread/INFO]: LycheeBiru issued server command: /tpaccept
  2648. [13:03:44] [Server thread/INFO]: LycheeBiru issued server command: /tpaccept
  2649. [13:03:45] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2650. [13:03:48] [Server thread/INFO]: CONSOLE issued server command: /list
  2651. [13:03:48] [Server thread/INFO]: There are 2 out of maximum 30 players online.
  2652. [13:03:48] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2653. [13:03:48] [Server thread/INFO]: Default: [Private]MujahidMCz
  2654. [13:03:48] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2655. [13:03:51] [Server thread/INFO]: MujahidMCz issued server command: /tpaccept
  2656. [13:04:00] [Server thread/INFO]: MujahidMCz was shot by LycheeBiru
  2657. [13:04:04] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> aduh!
  2658. [13:04:06] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> sorry2
  2659. [13:04:08] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> what the hell
  2660. [13:04:11] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> ko leh wat /back tak
  2661. [13:04:18] [Server thread/INFO]: LycheeBiru issued server command: /tpohere MujahidMCz
  2662. [13:04:25] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  2663. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  2664. org.bukkit.event.EventException
  2665. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  2666. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  2667. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  2668. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2669. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2670. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2671. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2672. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2673. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2674. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2675. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2676. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2677. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2678. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2679. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2680. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2681. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  2682. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  2683. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  2684. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2685. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2686. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  2687. ... 15 more
  2688. [13:04:26] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  2689. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  2690. org.bukkit.event.EventException
  2691. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  2692. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  2693. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  2694. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2695. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2696. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2697. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2698. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2699. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2700. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2701. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2702. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2703. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2704. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2705. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2706. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2707. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  2708. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  2709. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  2710. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2711. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2712. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  2713. ... 15 more
  2714. [13:04:28] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> aq cover
  2715. [13:04:33] [Server thread/INFO]: CONSOLE issued server command: /list
  2716. [13:04:33] [Server thread/INFO]: There are 2 out of maximum 30 players online.
  2717. [13:04:33] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2718. [13:04:33] [Server thread/INFO]: Default: [Private]MujahidMCz
  2719. [13:04:34] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  2720. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  2721. org.bukkit.event.EventException
  2722. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  2723. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  2724. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  2725. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2726. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2727. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2728. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2729. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2730. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2731. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2732. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2733. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2734. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2735. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2736. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2737. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2738. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  2739. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  2740. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  2741. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2742. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2743. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  2744. ... 15 more
  2745. [13:04:35] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  2746. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  2747. org.bukkit.event.EventException
  2748. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  2749. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  2750. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  2751. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2752. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2753. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2754. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2755. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2756. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2757. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2758. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2759. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2760. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2761. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2762. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2763. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2764. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  2765. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  2766. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  2767. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2768. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2769. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  2770. ... 15 more
  2771. [13:04:41] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  2772. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  2773. org.bukkit.event.EventException
  2774. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  2775. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  2776. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  2777. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2778. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2779. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2780. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2781. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2782. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2783. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2784. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2785. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2786. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2787. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2788. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2789. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2790. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  2791. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  2792. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  2793. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2794. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2795. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  2796. ... 15 more
  2797. [13:04:44] [Server thread/INFO]: [Jobs] Cant find sound by name: ENTITY_PLAYER_LEVELUP. Please update it
  2798. [13:04:53] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> what the hell
  2799. [13:04:58] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  2800. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  2801. org.bukkit.event.EventException
  2802. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  2803. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  2804. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  2805. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2806. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2807. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2808. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2809. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2810. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2811. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2812. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2813. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2814. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2815. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2816. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2817. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2818. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  2819. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  2820. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  2821. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  2822. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  2823. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  2824. ... 15 more
  2825. [13:05:00] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> takkan terjadi punya kalau kau accept -_-
  2826. [13:05:10] [Server thread/WARN]: MujahidMCz moved wrongly!
  2827. [13:05:18] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> bosan le plak
  2828. [13:05:19] [Server thread/INFO]: CONSOLE issued server command: /list
  2829. [13:05:19] [Server thread/INFO]: There are 2 out of maximum 30 players online.
  2830. [13:05:19] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  2831. [13:05:19] [Server thread/INFO]: Default: [Private]MujahidMCz
  2832. [13:05:24] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> aq gtg
  2833. [13:05:26] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> aku nak main L4DEAD
  2834. [13:05:27] [Server thread/INFO]: [SkyFaction]<[Private]MujahidMCz> sama
  2835. [13:05:29] [Server thread/INFO]: MujahidMCz lost connection: Disconnected
  2836. [13:05:30] [Server thread/INFO]: [SkyFaction]<[NW NM NB ND NFa NH NEx NCr NFi NW NBr NE][Owner]~DanielSoufi> wokey
  2837. [13:05:32] [Server thread/INFO]: LycheeBiru lost connection: Disconnected
  2838. [13:06:04] [Server thread/INFO]: CONSOLE issued server command: /list
  2839. [13:06:04] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2840. [13:06:49] [Server thread/INFO]: CONSOLE issued server command: /list
  2841. [13:06:49] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2842. [13:07:35] [Server thread/INFO]: CONSOLE issued server command: /list
  2843. [13:07:35] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2844. [13:08:20] [Server thread/INFO]: CONSOLE issued server command: /list
  2845. [13:08:20] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2846. [13:09:06] [Server thread/INFO]: CONSOLE issued server command: /list
  2847. [13:09:06] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2848. [13:09:51] [Server thread/INFO]: CONSOLE issued server command: /list
  2849. [13:09:51] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2850. [13:10:20] [Thread-51/INFO]: UUID of player IkanGoreng is 0baaccb0-3c50-3615-a650-24c91c2126ed
  2851. [13:10:20] [Server thread/INFO]: [WorldGuard] §7WG: §dIkanGoreng§6 entered NOTIFY region: §fhub
  2852. [13:10:20] [Server thread/INFO]: [SpawnTP] Sent IkanGoreng to spawn
  2853. [13:10:20] [Server thread/INFO]: IkanGoreng[/118.101.7.228:49316] logged in with entity id 29133 at ([wlbworld]-706.5, 91.5, -1013.5)
  2854. [13:10:25] [Server thread/INFO]: [WorldGuard] §7WG: §dIkanGoreng§6 left NOTIFY region
  2855. [13:10:29] [Server thread/INFO]: [LoginSecurity] IkanGoreng authenticated
  2856. [13:10:29] [Server thread/INFO]: [WorldGuard] §7WG: §dIkanGoreng§6 entered NOTIFY region: §fhub
  2857. [13:10:29] [Server thread/INFO]: [NoVoidDamage] [NoVoidDamage] Teleport player IkanGoreng from Location{world=CraftWorld{name=wlbworld},x=-706.5,y=-288.3493621872626,z=-1013.5,pitch=0.0,yaw=-180.0} to Location{world=CraftWorld{name=wlbworld},x=-707.0,y=91.0,z=-1014.0,pitch=0.0,yaw=0.0}
  2858. [13:10:36] [Server thread/INFO]: CONSOLE issued server command: /list
  2859. [13:10:36] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  2860. [13:10:36] [Server thread/INFO]: Default: IkanGoreng
  2861. [13:11:03] [Server thread/INFO]: Saving is already turned on.
  2862. [13:11:03] [Server thread/INFO]: Saving...
  2863. [13:11:03] [Server thread/INFO]: Saved the world
  2864. [13:11:22] [Server thread/INFO]: CONSOLE issued server command: /list
  2865. [13:11:22] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  2866. [13:11:22] [Server thread/INFO]: Default: IkanGoreng
  2867. [13:11:47] [Server thread/INFO]: [WorldGuard] §7WG: §dIkanGoreng§6 left NOTIFY region
  2868. [13:11:47] [Server thread/INFO]: [WorldGuard] §7WG: §dIkanGoreng§6 entered NOTIFY region: §fhub
  2869. [13:11:47] [Server thread/ERROR]: [HolographicDisplays] Unhandled exception number 128 occured in onPacketSending(PacketEvent) for HolographicDisplays
  2870. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject
  2871. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:72) ~[ProtocolLib.jar:4.0.1-b291]
  2872. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:80) ~[ProtocolLib.jar:4.0.1-b291]
  2873. at com.gmail.filoghost.holographicdisplays.bridge.protocollib.pre1_9.ProtocolLibHookImpl$1.onPacketSending(ProtocolLibHookImpl.java:156) ~[HolographicDisplays.jar:?]
  2874. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.0.1-b291]
  2875. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.0.1-b291]
  2876. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.0.1-b291]
  2877. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.0.1-b291]
  2878. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.0.1-b291]
  2879. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.0.1-b291]
  2880. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.0.1-b291]
  2881. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.0.1-b291]
  2882. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.0.1-b291]
  2883. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.0.1-b291]
  2884. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.0.1-b291]
  2885. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.0.1-b291]
  2886. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2887. at net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2888. at net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2889. at de.robingrether.idisguise.management.channel.InjectedPlayerConnection183.sendPacket(InjectedPlayerConnection183.java:52) [iDisguise.jar:?]
  2890. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:280) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2891. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcastIncludingSelf(EntityTrackerEntry.java:286) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2892. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.b(EntityTrackerEntry.java:253) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2893. at net.minecraft.server.v1_8_R3.EntityTrackerEntry.track(EntityTrackerEntry.java:179) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2894. at net.minecraft.server.v1_8_R3.EntityTracker.updatePlayers(EntityTracker.java:177) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2895. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:803) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2896. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2897. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2898. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  2899. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  2900. [13:11:50] [Server thread/INFO]: [WorldGuard] §7WG: §dIkanGoreng§6 left NOTIFY region
  2901. [13:11:57] [Server thread/INFO]: IkanGoreng issued server command: /fly
  2902. [13:12:07] [Server thread/INFO]: CONSOLE issued server command: /list
  2903. [13:12:07] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  2904. [13:12:07] [Server thread/INFO]: Default: [Private]IkanGoreng
  2905. [13:12:46] [Server thread/INFO]: IkanGoreng issued server command: /fly
  2906. [13:12:52] [Server thread/INFO]: CONSOLE issued server command: /list
  2907. [13:12:52] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  2908. [13:12:52] [Server thread/INFO]: Default: [Private]IkanGoreng
  2909. [13:13:13] [Server thread/INFO]: IkanGoreng issued server command: /fly
  2910. [13:13:32] [Server thread/INFO]: IkanGoreng issued server command: /warp
  2911. [13:13:36] [Server thread/INFO]: IkanGoreng issued server command: /warp lobby
  2912. [13:13:38] [Server thread/INFO]: CONSOLE issued server command: /list
  2913. [13:13:38] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  2914. [13:13:38] [Server thread/INFO]: Default: [Private]IkanGoreng
  2915. [13:13:39] [Server thread/INFO]: [WorldGuard] §7WG: §dIkanGoreng§6 entered NOTIFY region: §fhub
  2916. [13:13:52] [Server thread/INFO]: IkanGoreng lost connection: Disconnected
  2917. [13:14:23] [Server thread/INFO]: CONSOLE issued server command: /list
  2918. [13:14:23] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2919. [13:15:08] [Server thread/INFO]: CONSOLE issued server command: /list
  2920. [13:15:08] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2921. [13:15:54] [Server thread/INFO]: CONSOLE issued server command: /list
  2922. [13:15:54] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2923. [13:16:39] [Server thread/INFO]: CONSOLE issued server command: /list
  2924. [13:16:39] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2925. [13:17:25] [Server thread/INFO]: CONSOLE issued server command: /list
  2926. [13:17:25] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2927. [13:18:10] [Server thread/INFO]: CONSOLE issued server command: /list
  2928. [13:18:10] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2929. [13:18:55] [Server thread/INFO]: CONSOLE issued server command: /list
  2930. [13:18:55] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2931. [13:19:41] [Server thread/INFO]: CONSOLE issued server command: /list
  2932. [13:19:41] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2933. [13:20:26] [Server thread/INFO]: CONSOLE issued server command: /list
  2934. [13:20:26] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2935. [13:21:03] [Server thread/INFO]: Saving is already turned on.
  2936. [13:21:03] [Server thread/INFO]: Saving...
  2937. [13:21:03] [Server thread/INFO]: Saved the world
  2938. [13:21:12] [Server thread/INFO]: CONSOLE issued server command: /list
  2939. [13:21:12] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2940. [13:21:57] [Server thread/INFO]: CONSOLE issued server command: /list
  2941. [13:21:57] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2942. [13:22:42] [Server thread/INFO]: CONSOLE issued server command: /list
  2943. [13:22:42] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2944. [13:23:28] [Server thread/INFO]: CONSOLE issued server command: /list
  2945. [13:23:28] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2946. [13:24:13] [Server thread/INFO]: CONSOLE issued server command: /list
  2947. [13:24:13] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2948. [13:24:58] [Server thread/INFO]: CONSOLE issued server command: /list
  2949. [13:24:58] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2950. [13:25:44] [Server thread/INFO]: CONSOLE issued server command: /list
  2951. [13:25:44] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2952. [13:26:29] [Server thread/INFO]: CONSOLE issued server command: /list
  2953. [13:26:29] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2954. [13:27:14] [Server thread/INFO]: CONSOLE issued server command: /list
  2955. [13:27:14] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2956. [13:28:00] [Server thread/INFO]: CONSOLE issued server command: /list
  2957. [13:28:00] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2958. [13:28:45] [Server thread/INFO]: CONSOLE issued server command: /list
  2959. [13:28:45] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2960. [13:29:31] [Server thread/INFO]: CONSOLE issued server command: /list
  2961. [13:29:31] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2962. [13:30:16] [Server thread/INFO]: CONSOLE issued server command: /list
  2963. [13:30:16] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2964. [13:31:01] [Server thread/INFO]: CONSOLE issued server command: /list
  2965. [13:31:01] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2966. [13:31:04] [Server thread/INFO]: Saving is already turned on.
  2967. [13:31:04] [Server thread/INFO]: Saving...
  2968. [13:31:04] [Server thread/INFO]: Saved the world
  2969. [13:31:47] [Server thread/INFO]: CONSOLE issued server command: /list
  2970. [13:31:47] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2971. [13:32:32] [Server thread/INFO]: CONSOLE issued server command: /list
  2972. [13:32:32] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2973. [13:33:17] [Server thread/INFO]: CONSOLE issued server command: /list
  2974. [13:33:17] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2975. [13:34:03] [Server thread/INFO]: CONSOLE issued server command: /list
  2976. [13:34:03] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2977. [13:34:48] [Server thread/INFO]: CONSOLE issued server command: /list
  2978. [13:34:48] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2979. [13:35:34] [Server thread/INFO]: CONSOLE issued server command: /list
  2980. [13:35:34] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2981. [13:36:19] [Server thread/INFO]: CONSOLE issued server command: /list
  2982. [13:36:19] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2983. [13:37:04] [Server thread/INFO]: CONSOLE issued server command: /list
  2984. [13:37:04] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2985. [13:37:50] [Server thread/INFO]: CONSOLE issued server command: /list
  2986. [13:37:50] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2987. [13:38:35] [Server thread/INFO]: CONSOLE issued server command: /list
  2988. [13:38:35] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2989. [13:39:20] [Server thread/INFO]: CONSOLE issued server command: /list
  2990. [13:39:20] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2991. [13:40:06] [Server thread/INFO]: CONSOLE issued server command: /list
  2992. [13:40:06] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2993. [13:40:51] [Server thread/INFO]: CONSOLE issued server command: /list
  2994. [13:40:51] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  2995. [13:41:04] [Server thread/INFO]: Saving is already turned on.
  2996. [13:41:04] [Server thread/INFO]: Saving...
  2997. [13:41:04] [Server thread/INFO]: Saved the world
  2998. [13:41:37] [Server thread/INFO]: CONSOLE issued server command: /list
  2999. [13:41:37] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3000. [13:42:22] [Server thread/INFO]: CONSOLE issued server command: /list
  3001. [13:42:22] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3002. [13:43:07] [Server thread/INFO]: CONSOLE issued server command: /list
  3003. [13:43:07] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3004. [13:43:53] [Server thread/INFO]: CONSOLE issued server command: /list
  3005. [13:43:53] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3006. [13:44:38] [Server thread/INFO]: CONSOLE issued server command: /list
  3007. [13:44:38] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3008. [13:45:23] [Server thread/INFO]: CONSOLE issued server command: /list
  3009. [13:45:23] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3010. [13:46:09] [Server thread/INFO]: CONSOLE issued server command: /list
  3011. [13:46:09] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3012. [13:46:54] [Server thread/INFO]: CONSOLE issued server command: /list
  3013. [13:46:54] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3014. [13:47:40] [Server thread/INFO]: CONSOLE issued server command: /list
  3015. [13:47:40] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3016. [13:48:25] [Server thread/INFO]: CONSOLE issued server command: /list
  3017. [13:48:25] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3018. [13:49:10] [Server thread/INFO]: CONSOLE issued server command: /list
  3019. [13:49:10] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3020. [13:49:56] [Server thread/INFO]: CONSOLE issued server command: /list
  3021. [13:49:56] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3022. [13:50:41] [Server thread/INFO]: CONSOLE issued server command: /list
  3023. [13:50:41] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3024. [13:51:04] [Server thread/INFO]: Saving is already turned on.
  3025. [13:51:04] [Server thread/INFO]: Saving...
  3026. [13:51:04] [Server thread/INFO]: Saved the world
  3027. [13:51:27] [Server thread/INFO]: CONSOLE issued server command: /list
  3028. [13:51:27] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3029. [13:52:12] [Server thread/INFO]: CONSOLE issued server command: /list
  3030. [13:52:12] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3031. [13:52:57] [Server thread/INFO]: CONSOLE issued server command: /list
  3032. [13:52:57] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3033. [13:53:43] [Server thread/INFO]: CONSOLE issued server command: /list
  3034. [13:53:43] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3035. [13:54:28] [Server thread/INFO]: CONSOLE issued server command: /list
  3036. [13:54:28] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3037. [13:55:13] [Server thread/INFO]: CONSOLE issued server command: /list
  3038. [13:55:13] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3039. [13:55:59] [Server thread/INFO]: CONSOLE issued server command: /list
  3040. [13:55:59] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3041. [13:56:44] [Server thread/INFO]: CONSOLE issued server command: /list
  3042. [13:56:44] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3043. [13:57:30] [Server thread/INFO]: CONSOLE issued server command: /list
  3044. [13:57:30] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3045. [13:58:15] [Server thread/INFO]: CONSOLE issued server command: /list
  3046. [13:58:15] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3047. [13:59:00] [Server thread/INFO]: CONSOLE issued server command: /list
  3048. [13:59:00] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3049. [13:59:46] [Server thread/INFO]: CONSOLE issued server command: /list
  3050. [13:59:46] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3051. [14:00:31] [Server thread/INFO]: CONSOLE issued server command: /list
  3052. [14:00:31] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3053. [14:01:05] [Server thread/INFO]: Saving is already turned on.
  3054. [14:01:05] [Server thread/INFO]: Saving...
  3055. [14:01:05] [Server thread/INFO]: Saved the world
  3056. [14:01:16] [Server thread/INFO]: CONSOLE issued server command: /list
  3057. [14:01:16] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3058. [14:02:02] [Server thread/INFO]: CONSOLE issued server command: /list
  3059. [14:02:02] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3060. [14:02:47] [Server thread/INFO]: CONSOLE issued server command: /list
  3061. [14:02:47] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3062. [14:03:33] [Server thread/INFO]: CONSOLE issued server command: /list
  3063. [14:03:33] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3064. [14:04:18] [Server thread/INFO]: CONSOLE issued server command: /list
  3065. [14:04:18] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3066. [14:05:03] [Server thread/INFO]: CONSOLE issued server command: /list
  3067. [14:05:03] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3068. [14:05:49] [Server thread/INFO]: CONSOLE issued server command: /list
  3069. [14:05:49] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3070. [14:06:34] [Server thread/INFO]: CONSOLE issued server command: /list
  3071. [14:06:34] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3072. [14:07:20] [Server thread/INFO]: CONSOLE issued server command: /list
  3073. [14:07:20] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3074. [14:08:05] [Server thread/INFO]: CONSOLE issued server command: /list
  3075. [14:08:05] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3076. [14:08:50] [Server thread/INFO]: CONSOLE issued server command: /list
  3077. [14:08:50] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3078. [14:09:36] [Server thread/INFO]: CONSOLE issued server command: /list
  3079. [14:09:36] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3080. [14:10:21] [Server thread/INFO]: CONSOLE issued server command: /list
  3081. [14:10:21] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3082. [14:11:05] [Server thread/INFO]: Saving is already turned on.
  3083. [14:11:05] [Server thread/INFO]: Saving...
  3084. [14:11:05] [Server thread/INFO]: Saved the world
  3085. [14:11:06] [Server thread/INFO]: CONSOLE issued server command: /list
  3086. [14:11:06] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3087. [14:11:52] [Server thread/INFO]: CONSOLE issued server command: /list
  3088. [14:11:52] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3089. [14:12:37] [Server thread/INFO]: CONSOLE issued server command: /list
  3090. [14:12:37] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3091. [14:13:23] [Server thread/INFO]: CONSOLE issued server command: /list
  3092. [14:13:23] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3093. [14:14:08] [Server thread/INFO]: CONSOLE issued server command: /list
  3094. [14:14:08] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3095. [14:14:53] [Server thread/INFO]: CONSOLE issued server command: /list
  3096. [14:14:53] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3097. [14:15:39] [Server thread/INFO]: CONSOLE issued server command: /list
  3098. [14:15:39] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3099. [14:16:24] [Server thread/INFO]: CONSOLE issued server command: /list
  3100. [14:16:24] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3101. [14:17:09] [Server thread/INFO]: CONSOLE issued server command: /list
  3102. [14:17:09] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3103. [14:17:55] [Server thread/INFO]: CONSOLE issued server command: /list
  3104. [14:17:55] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3105. [14:18:40] [Server thread/INFO]: CONSOLE issued server command: /list
  3106. [14:18:40] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3107. [14:19:26] [Server thread/INFO]: CONSOLE issued server command: /list
  3108. [14:19:26] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3109. [14:20:11] [Server thread/INFO]: CONSOLE issued server command: /list
  3110. [14:20:11] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3111. [14:20:56] [Server thread/INFO]: CONSOLE issued server command: /list
  3112. [14:20:56] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3113. [14:21:05] [Server thread/INFO]: Saving is already turned on.
  3114. [14:21:05] [Server thread/INFO]: Saving...
  3115. [14:21:05] [Server thread/INFO]: Saved the world
  3116. [14:21:42] [Server thread/INFO]: CONSOLE issued server command: /list
  3117. [14:21:42] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3118. [14:22:27] [Server thread/INFO]: CONSOLE issued server command: /list
  3119. [14:22:27] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3120. [14:23:12] [Server thread/INFO]: CONSOLE issued server command: /list
  3121. [14:23:12] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3122. [14:23:58] [Server thread/INFO]: CONSOLE issued server command: /list
  3123. [14:23:58] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3124. [14:24:43] [Server thread/INFO]: CONSOLE issued server command: /list
  3125. [14:24:43] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3126. [14:25:00] [Thread-53/INFO]: UUID of player TimunRare is bfa759ef-5fe4-3298-9b5c-b93259fe6f7e
  3127. [14:25:00] [Server thread/INFO]: [WorldGuard] §7WG: §dTimunRare§6 entered NOTIFY region: §fhub
  3128. [14:25:00] [pool-9-thread-1/INFO]: Creating empty config: /home/minecraft/multicraft/servers/server15055/plugins/Essentials/userdata/bfa759ef-5fe4-3298-9b5c-b93259fe6f7e.yml
  3129. [14:25:00] [Server thread/INFO]: [SpawnTP] Sent TimunRare to spawn
  3130. [14:25:01] [Server thread/INFO]: TimunRare[/115.133.12.236:50500] logged in with entity id 36544 at ([wlbworld]-706.5, 91.5, -1013.5)
  3131. [14:25:01] [Server thread/INFO]: [WorldGuard] §7WG: §dTimunRare§6 left NOTIFY region
  3132. [14:25:15] [Server thread/INFO]: [LoginSecurity] TimunRare registered sucessfully
  3133. [14:25:29] [Server thread/INFO]: CONSOLE issued server command: /list
  3134. [14:25:29] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3135. [14:25:29] [Server thread/INFO]: Default: [Private]TimunRare
  3136. [14:26:14] [Server thread/INFO]: CONSOLE issued server command: /list
  3137. [14:26:14] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3138. [14:26:14] [Server thread/INFO]: Default: [Private]TimunRare
  3139. [14:26:59] [Server thread/INFO]: CONSOLE issued server command: /list
  3140. [14:26:59] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3141. [14:26:59] [Server thread/INFO]: Default: [Private]TimunRare
  3142. [14:27:45] [Server thread/INFO]: CONSOLE issued server command: /list
  3143. [14:27:45] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3144. [14:27:45] [Server thread/INFO]: Default: [Private]TimunRare
  3145. [14:28:30] [Server thread/INFO]: CONSOLE issued server command: /list
  3146. [14:28:30] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3147. [14:28:30] [Server thread/INFO]: Default: [Private]TimunRare
  3148. [14:29:15] [Server thread/INFO]: CONSOLE issued server command: /list
  3149. [14:29:15] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3150. [14:29:15] [Server thread/INFO]: Default: [Private]TimunRare
  3151. [14:29:32] [Server thread/INFO]: [world]<[Private]TimunRare> yo bro
  3152. [14:29:48] [Server thread/INFO]: [world]<[Private]TimunRare> le lonely d:w
  3153. [14:29:50] [Server thread/INFO]: [world]<[Private]TimunRare> D:
  3154. [14:29:52] [Server thread/INFO]: [WorldGuard] §7WG: §dTimunRare§6 entered NOTIFY region: §fhub
  3155. [14:29:52] [Server thread/INFO]: [WorldGuard] §7WG: §dTimunRare§6 left NOTIFY region
  3156. [14:29:53] [Server thread/INFO]: [WorldGuard] §7WG: §dTimunRare§6 entered NOTIFY region: §fhub
  3157. [14:30:01] [Server thread/INFO]: CONSOLE issued server command: /list
  3158. [14:30:01] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3159. [14:30:01] [Server thread/INFO]: Default: TimunRare
  3160. [14:30:11] [Server thread/INFO]: [world]<TimunRare> test
  3161. [14:30:21] [Server thread/INFO]: TimunRare has just earned the achievement [Taking Inventory]
  3162. [14:30:31] [Server thread/INFO]: [WorldGuard] §7WG: §dTimunRare§6 left NOTIFY region
  3163. [14:30:32] [Server thread/INFO]: [WorldGuard] §7WG: §dTimunRare§6 entered NOTIFY region: §fhub
  3164. [14:30:32] [Server thread/INFO]: [NoVoidDamage] [NoVoidDamage] Teleport player TimunRare from Location{world=CraftWorld{name=wlbworld},x=-748.3535148444353,y=-65.36716266270382,z=-1010.4122635503015,pitch=67.19994,yaw=256.65015} to Location{world=CraftWorld{name=wlbworld},x=-707.0,y=91.0,z=-1014.0,pitch=0.0,yaw=0.0}
  3165. [14:30:46] [Server thread/INFO]: CONSOLE issued server command: /list
  3166. [14:30:46] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3167. [14:30:46] [Server thread/INFO]: Default: TimunRare
  3168. [14:31:06] [Server thread/INFO]: Saving is already turned on.
  3169. [14:31:06] [Server thread/INFO]: Saving...
  3170. [14:31:06] [Server thread/INFO]: Saved the world
  3171. [14:31:20] [pool-7-thread-1/INFO]: GroupManager - INFO - Data files refreshed.
  3172. [14:31:26] [Server thread/INFO]: TimunRare issued server command: /heal
  3173. [14:31:29] [Server thread/INFO]: TimunRare issued server command: /feed
  3174. [14:31:32] [Server thread/INFO]: CONSOLE issued server command: /list
  3175. [14:31:32] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3176. [14:31:32] [Server thread/INFO]: Default: TimunRare
  3177. [14:31:44] [Server thread/INFO]: [WorldGuard] §7WG: §dTimunRare§6 left NOTIFY region
  3178. [14:31:44] [Server thread/INFO]: [WorldGuard] §7WG: §dTimunRare§6 entered NOTIFY region: §fhub
  3179. [14:31:45] [Server thread/INFO]: [WorldGuard] §7WG: §dTimunRare§6 left NOTIFY region
  3180. [14:31:52] [Server thread/INFO]: TimunRare issued server command: /fly
  3181. [14:31:58] [Server thread/INFO]: [SkyFaction]<[Private]TimunRare> test
  3182. [14:32:17] [Server thread/INFO]: CONSOLE issued server command: /list
  3183. [14:32:17] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3184. [14:32:17] [Server thread/INFO]: Default: [Private]TimunRare
  3185. [14:32:24] [Server thread/INFO]: [AutoBroadcast] Report to a staff if you found someone was Cheating!
  3186. [14:32:25] [Server thread/INFO]: TimunRare issued server command: /kit
  3187. [14:32:34] [Server thread/INFO]: TimunRare issued server command: /kit dtools
  3188. [14:32:39] [Server thread/INFO]: TimunRare issued server command: /kit tools
  3189. [14:32:48] [Server thread/INFO]: TimunRare issued server command: /kit shotgunner
  3190. [14:33:02] [Server thread/INFO]: CONSOLE issued server command: /list
  3191. [14:33:02] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3192. [14:33:02] [Server thread/INFO]: Default: [Private]TimunRare
  3193. [14:33:26] [Server thread/INFO]: TimunRare issued server command: /kit
  3194. [14:33:31] [Server thread/INFO]: TimunRare issued server command: /kit scout
  3195. [14:33:38] [Server thread/INFO]: TimunRare issued server command: /kit
  3196. [14:33:46] [Server thread/INFO]: TimunRare issued server command: /kit boomer
  3197. [14:33:48] [Server thread/INFO]: CONSOLE issued server command: /list
  3198. [14:33:48] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3199. [14:33:48] [Server thread/INFO]: Default: [Private]TimunRare
  3200. [14:34:23] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  3201. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  3202. org.bukkit.event.EventException
  3203. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  3204. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  3205. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  3206. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3207. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3208. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3209. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3210. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3211. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3212. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3213. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3214. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3215. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3216. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3217. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3218. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  3219. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  3220. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  3221. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  3222. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  3223. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  3224. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  3225. ... 15 more
  3226. [14:34:29] [Server thread/INFO]: TimunRare issued server command: /kit boomer
  3227. [14:34:33] [Server thread/INFO]: CONSOLE issued server command: /list
  3228. [14:34:33] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3229. [14:34:33] [Server thread/INFO]: Default: [Private]TimunRare
  3230. [14:34:33] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  3231. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  3232. org.bukkit.event.EventException
  3233. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  3234. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  3235. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  3236. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3237. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3238. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3239. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3240. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3241. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3242. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3243. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3244. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3245. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3246. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3247. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3248. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  3249. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  3250. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  3251. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  3252. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  3253. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  3254. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  3255. ... 15 more
  3256. [14:34:38] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  3257. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  3258. org.bukkit.event.EventException
  3259. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  3260. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  3261. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  3262. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3263. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3264. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3265. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3266. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3267. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3268. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3269. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3270. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3271. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3272. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3273. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3274. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  3275. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  3276. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  3277. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  3278. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  3279. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  3280. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  3281. ... 15 more
  3282. [14:34:39] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  3283. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  3284. org.bukkit.event.EventException
  3285. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  3286. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  3287. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  3288. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3289. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3290. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3291. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3292. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3293. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3294. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3295. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3296. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3297. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3298. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3299. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3300. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  3301. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  3302. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  3303. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  3304. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  3305. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  3306. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  3307. ... 15 more
  3308. [14:34:47] [Server thread/INFO]: TimunRare lost connection: Disconnected
  3309. [14:35:18] [Server thread/INFO]: CONSOLE issued server command: /list
  3310. [14:35:18] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3311. [14:36:04] [Server thread/INFO]: CONSOLE issued server command: /list
  3312. [14:36:04] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3313. [14:36:49] [Server thread/INFO]: CONSOLE issued server command: /list
  3314. [14:36:49] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3315. [14:37:35] [Server thread/INFO]: CONSOLE issued server command: /list
  3316. [14:37:35] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3317. [14:38:20] [Server thread/INFO]: CONSOLE issued server command: /list
  3318. [14:38:20] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3319. [14:39:05] [Server thread/INFO]: CONSOLE issued server command: /list
  3320. [14:39:05] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3321. [14:39:51] [Server thread/INFO]: CONSOLE issued server command: /list
  3322. [14:39:51] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3323. [14:40:36] [Server thread/INFO]: CONSOLE issued server command: /list
  3324. [14:40:36] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3325. [14:41:06] [Server thread/INFO]: Saving is already turned on.
  3326. [14:41:06] [Server thread/INFO]: Saving...
  3327. [14:41:06] [Server thread/INFO]: Saved the world
  3328. [14:41:21] [Server thread/INFO]: CONSOLE issued server command: /list
  3329. [14:41:21] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3330. [14:42:07] [Server thread/INFO]: CONSOLE issued server command: /list
  3331. [14:42:07] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3332. [14:42:28] [Craft Scheduler Thread - 347/INFO]: [1vs1] ***** 1vs1 Version Checker *****
  3333. [14:42:28] [Craft Scheduler Thread - 347/INFO]: [1vs1] Stable Build: #217
  3334. [14:42:28] [Craft Scheduler Thread - 347/INFO]: [1vs1] Current Build: #217
  3335. [14:42:28] [Craft Scheduler Thread - 347/INFO]: [1vs1] No new version available
  3336. [14:42:28] [Craft Scheduler Thread - 347/INFO]: [1vs1] *********************************
  3337. [14:42:52] [Server thread/INFO]: CONSOLE issued server command: /list
  3338. [14:42:52] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3339. [14:43:38] [Server thread/INFO]: CONSOLE issued server command: /list
  3340. [14:43:38] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3341. [14:44:23] [Server thread/INFO]: CONSOLE issued server command: /list
  3342. [14:44:23] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3343. [14:45:08] [Server thread/INFO]: CONSOLE issued server command: /list
  3344. [14:45:08] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3345. [14:45:54] [Server thread/INFO]: CONSOLE issued server command: /list
  3346. [14:45:54] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3347. [14:46:39] [Server thread/INFO]: CONSOLE issued server command: /list
  3348. [14:46:39] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3349. [14:47:24] [Server thread/INFO]: CONSOLE issued server command: /list
  3350. [14:47:24] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3351. [14:48:10] [Server thread/INFO]: CONSOLE issued server command: /list
  3352. [14:48:10] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3353. [14:48:55] [Server thread/INFO]: CONSOLE issued server command: /list
  3354. [14:48:55] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3355. [14:49:41] [Server thread/INFO]: CONSOLE issued server command: /list
  3356. [14:49:41] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3357. [14:50:26] [Server thread/INFO]: CONSOLE issued server command: /list
  3358. [14:50:26] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3359. [14:51:07] [Server thread/INFO]: Saving is already turned on.
  3360. [14:51:07] [Server thread/INFO]: Saving...
  3361. [14:51:07] [Server thread/INFO]: Saved the world
  3362. [14:51:11] [Server thread/INFO]: CONSOLE issued server command: /list
  3363. [14:51:11] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3364. [14:51:57] [Server thread/INFO]: CONSOLE issued server command: /list
  3365. [14:51:57] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3366. [14:52:25] [Thread-55/INFO]: UUID of player PhnxKnightZ_ is 5b8dc5a2-e94f-3487-acff-88bd3e6cee0f
  3367. [14:52:26] [Server thread/INFO]: PhnxKnightZ_[/210.195.237.237:51405] logged in with entity id 85767 at ([wlbworld]-737.6831235226646, 114.2359484479255, -1026.2119050021804)
  3368. [14:52:31] [Server thread/INFO]: PhnxKnightZ_ lost connection: Disconnected
  3369. [14:52:42] [Server thread/INFO]: CONSOLE issued server command: /list
  3370. [14:52:42] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3371. [14:53:27] [Server thread/INFO]: CONSOLE issued server command: /list
  3372. [14:53:27] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3373. [14:54:13] [Server thread/INFO]: CONSOLE issued server command: /list
  3374. [14:54:13] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3375. [14:54:58] [Server thread/INFO]: CONSOLE issued server command: /list
  3376. [14:54:58] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3377. [14:55:44] [Server thread/INFO]: CONSOLE issued server command: /list
  3378. [14:55:44] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3379. [14:56:29] [Server thread/INFO]: CONSOLE issued server command: /list
  3380. [14:56:29] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3381. [14:57:14] [Server thread/INFO]: CONSOLE issued server command: /list
  3382. [14:57:14] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3383. [14:58:00] [Server thread/INFO]: CONSOLE issued server command: /list
  3384. [14:58:00] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3385. [14:58:45] [Server thread/INFO]: CONSOLE issued server command: /list
  3386. [14:58:45] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3387. [14:59:30] [Server thread/INFO]: CONSOLE issued server command: /list
  3388. [14:59:30] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3389. [15:00:16] [Server thread/INFO]: CONSOLE issued server command: /list
  3390. [15:00:16] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3391. [15:01:01] [Server thread/INFO]: CONSOLE issued server command: /list
  3392. [15:01:01] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3393. [15:01:07] [Server thread/INFO]: Saving is already turned on.
  3394. [15:01:07] [Server thread/INFO]: Saving...
  3395. [15:01:07] [Server thread/INFO]: Saved the world
  3396. [15:01:20] [pool-7-thread-1/INFO]: GroupManager - INFO - Data files refreshed.
  3397. [15:01:47] [Server thread/INFO]: CONSOLE issued server command: /list
  3398. [15:01:47] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3399. [15:02:32] [Server thread/INFO]: CONSOLE issued server command: /list
  3400. [15:02:32] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3401. [15:03:17] [Server thread/INFO]: CONSOLE issued server command: /list
  3402. [15:03:17] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3403. [15:04:03] [Server thread/INFO]: CONSOLE issued server command: /list
  3404. [15:04:03] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3405. [15:04:48] [Server thread/INFO]: CONSOLE issued server command: /list
  3406. [15:04:48] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3407. [15:05:33] [Server thread/INFO]: CONSOLE issued server command: /list
  3408. [15:05:33] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3409. [15:06:19] [Server thread/INFO]: CONSOLE issued server command: /list
  3410. [15:06:19] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3411. [15:07:04] [Server thread/INFO]: CONSOLE issued server command: /list
  3412. [15:07:04] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3413. [15:07:50] [Server thread/INFO]: CONSOLE issued server command: /list
  3414. [15:07:50] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3415. [15:08:35] [Server thread/INFO]: CONSOLE issued server command: /list
  3416. [15:08:35] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3417. [15:09:20] [Server thread/INFO]: CONSOLE issued server command: /list
  3418. [15:09:20] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3419. [15:10:06] [Server thread/INFO]: CONSOLE issued server command: /list
  3420. [15:10:06] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3421. [15:10:51] [Server thread/INFO]: CONSOLE issued server command: /list
  3422. [15:10:51] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3423. [15:11:07] [Server thread/INFO]: Saving is already turned on.
  3424. [15:11:07] [Server thread/INFO]: Saving...
  3425. [15:11:07] [Server thread/INFO]: Saved the world
  3426. [15:11:36] [Server thread/INFO]: CONSOLE issued server command: /list
  3427. [15:11:36] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3428. [15:12:22] [Server thread/INFO]: CONSOLE issued server command: /list
  3429. [15:12:22] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3430. [15:13:07] [Server thread/INFO]: CONSOLE issued server command: /list
  3431. [15:13:07] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3432. [15:13:52] [Server thread/INFO]: CONSOLE issued server command: /list
  3433. [15:13:52] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3434. [15:14:38] [Server thread/INFO]: CONSOLE issued server command: /list
  3435. [15:14:38] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3436. [15:15:23] [Server thread/INFO]: CONSOLE issued server command: /list
  3437. [15:15:23] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3438. [15:16:09] [Server thread/INFO]: CONSOLE issued server command: /list
  3439. [15:16:09] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3440. [15:16:54] [Server thread/INFO]: CONSOLE issued server command: /list
  3441. [15:16:54] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3442. [15:17:39] [Server thread/INFO]: CONSOLE issued server command: /list
  3443. [15:17:39] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3444. [15:18:25] [Server thread/INFO]: CONSOLE issued server command: /list
  3445. [15:18:25] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3446. [15:19:10] [Server thread/INFO]: CONSOLE issued server command: /list
  3447. [15:19:10] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3448. [15:19:55] [Server thread/INFO]: CONSOLE issued server command: /list
  3449. [15:19:55] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3450. [15:20:41] [Server thread/INFO]: CONSOLE issued server command: /list
  3451. [15:20:41] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3452. [15:21:08] [Server thread/INFO]: Saving is already turned on.
  3453. [15:21:08] [Server thread/INFO]: Saving...
  3454. [15:21:08] [Server thread/INFO]: Saved the world
  3455. [15:21:26] [Server thread/INFO]: CONSOLE issued server command: /list
  3456. [15:21:26] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3457. [15:22:12] [Server thread/INFO]: CONSOLE issued server command: /list
  3458. [15:22:12] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3459. [15:22:57] [Server thread/INFO]: CONSOLE issued server command: /list
  3460. [15:22:57] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3461. [15:23:42] [Server thread/INFO]: CONSOLE issued server command: /list
  3462. [15:23:42] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3463. [15:24:28] [Server thread/INFO]: CONSOLE issued server command: /list
  3464. [15:24:28] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3465. [15:25:13] [Server thread/INFO]: CONSOLE issued server command: /list
  3466. [15:25:13] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3467. [15:25:59] [Server thread/INFO]: CONSOLE issued server command: /list
  3468. [15:25:59] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3469. [15:26:44] [Server thread/INFO]: CONSOLE issued server command: /list
  3470. [15:26:44] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3471. [15:27:29] [Server thread/INFO]: CONSOLE issued server command: /list
  3472. [15:27:29] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3473. [15:28:15] [Server thread/INFO]: CONSOLE issued server command: /list
  3474. [15:28:15] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3475. [15:29:00] [Server thread/INFO]: CONSOLE issued server command: /list
  3476. [15:29:00] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3477. [15:29:46] [Server thread/INFO]: CONSOLE issued server command: /list
  3478. [15:29:46] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3479. [15:30:31] [Server thread/INFO]: CONSOLE issued server command: /list
  3480. [15:30:31] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3481. [15:31:08] [Server thread/INFO]: Saving is already turned on.
  3482. [15:31:08] [Server thread/INFO]: Saving...
  3483. [15:31:10] [Server thread/INFO]: Saved the world
  3484. [15:31:16] [Server thread/INFO]: CONSOLE issued server command: /list
  3485. [15:31:16] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3486. [15:32:02] [Server thread/INFO]: CONSOLE issued server command: /list
  3487. [15:32:02] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3488. [15:32:47] [Server thread/INFO]: CONSOLE issued server command: /list
  3489. [15:32:47] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3490. [15:33:32] [Server thread/INFO]: CONSOLE issued server command: /list
  3491. [15:33:32] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3492. [15:34:18] [Server thread/INFO]: CONSOLE issued server command: /list
  3493. [15:34:18] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3494. [15:35:03] [Server thread/INFO]: CONSOLE issued server command: /list
  3495. [15:35:03] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3496. [15:35:49] [Server thread/INFO]: CONSOLE issued server command: /list
  3497. [15:35:49] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3498. [15:36:35] [Server thread/INFO]: CONSOLE issued server command: /list
  3499. [15:36:35] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3500. [15:37:20] [Server thread/INFO]: CONSOLE issued server command: /list
  3501. [15:37:20] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3502. [15:38:05] [Server thread/INFO]: CONSOLE issued server command: /list
  3503. [15:38:05] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3504. [15:38:51] [Server thread/INFO]: CONSOLE issued server command: /list
  3505. [15:38:51] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3506. [15:39:27] [Thread-56/INFO]: UUID of player TheLazyBoy321 is 316015f9-42ce-371f-9a58-eaa3ee72e689
  3507. [15:39:27] [Server thread/INFO]: [WorldGuard] §7WG: §dTheLazyBoy321§6 entered NOTIFY region: §fhub
  3508. [15:39:28] [Server thread/INFO]: [SpawnTP] Sent TheLazyBoy321 to spawn
  3509. [15:39:28] [Server thread/INFO]: TheLazyBoy321[/14.1.198.38:60271] logged in with entity id 85862 at ([wlbworld]-706.5, 91.5, -1013.5)
  3510. [15:39:36] [Server thread/INFO]: CONSOLE issued server command: /list
  3511. [15:39:36] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3512. [15:39:36] [Server thread/INFO]: Default: TheLazyBoy321
  3513. [15:39:57] [Server thread/INFO]: TheLazyBoy321 lost connection: Timed out
  3514. [15:40:21] [Server thread/INFO]: CONSOLE issued server command: /list
  3515. [15:40:21] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3516. [15:41:07] [Server thread/INFO]: CONSOLE issued server command: /list
  3517. [15:41:07] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3518. [15:41:09] [Server thread/INFO]: Saving is already turned on.
  3519. [15:41:09] [Server thread/INFO]: Saving...
  3520. [15:41:09] [Server thread/INFO]: Saved the world
  3521. [15:41:20] [pool-7-thread-1/INFO]: GroupManager - INFO - Data files refreshed.
  3522. [15:41:52] [Server thread/INFO]: CONSOLE issued server command: /list
  3523. [15:41:52] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3524. [15:42:38] [Server thread/INFO]: CONSOLE issued server command: /list
  3525. [15:42:38] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3526. [15:43:23] [Server thread/INFO]: CONSOLE issued server command: /list
  3527. [15:43:23] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3528. [15:44:08] [Server thread/INFO]: CONSOLE issued server command: /list
  3529. [15:44:08] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3530. [15:44:54] [Server thread/INFO]: CONSOLE issued server command: /list
  3531. [15:44:54] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3532. [15:45:39] [Server thread/INFO]: CONSOLE issued server command: /list
  3533. [15:45:39] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3534. [15:46:24] [Server thread/INFO]: CONSOLE issued server command: /list
  3535. [15:46:24] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3536. [15:47:10] [Server thread/INFO]: CONSOLE issued server command: /list
  3537. [15:47:10] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3538. [15:47:55] [Server thread/INFO]: CONSOLE issued server command: /list
  3539. [15:47:55] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3540. [15:48:41] [Server thread/INFO]: CONSOLE issued server command: /list
  3541. [15:48:41] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3542. [15:49:26] [Server thread/INFO]: CONSOLE issued server command: /list
  3543. [15:49:26] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3544. [15:50:11] [Server thread/INFO]: CONSOLE issued server command: /list
  3545. [15:50:11] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3546. [15:50:57] [Server thread/INFO]: CONSOLE issued server command: /list
  3547. [15:50:57] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3548. [15:51:09] [Server thread/INFO]: Saving is already turned on.
  3549. [15:51:09] [Server thread/INFO]: Saving...
  3550. [15:51:09] [Server thread/INFO]: Saved the world
  3551. [15:51:42] [Server thread/INFO]: CONSOLE issued server command: /list
  3552. [15:51:42] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3553. [15:52:27] [Server thread/INFO]: CONSOLE issued server command: /list
  3554. [15:52:27] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3555. [15:53:13] [Server thread/INFO]: CONSOLE issued server command: /list
  3556. [15:53:13] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3557. [15:53:58] [Server thread/INFO]: CONSOLE issued server command: /list
  3558. [15:53:58] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3559. [15:54:44] [Server thread/INFO]: CONSOLE issued server command: /list
  3560. [15:54:44] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3561. [15:55:29] [Server thread/INFO]: CONSOLE issued server command: /list
  3562. [15:55:29] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3563. [15:56:14] [Server thread/INFO]: CONSOLE issued server command: /list
  3564. [15:56:14] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3565. [15:57:00] [Server thread/INFO]: CONSOLE issued server command: /list
  3566. [15:57:00] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3567. [15:57:45] [Server thread/INFO]: CONSOLE issued server command: /list
  3568. [15:57:45] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3569. [15:58:30] [Server thread/INFO]: CONSOLE issued server command: /list
  3570. [15:58:30] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3571. [15:59:16] [Server thread/INFO]: CONSOLE issued server command: /list
  3572. [15:59:16] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3573. [16:00:01] [Server thread/INFO]: CONSOLE issued server command: /list
  3574. [16:00:01] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3575. [16:00:47] [Server thread/INFO]: CONSOLE issued server command: /list
  3576. [16:00:47] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3577. [16:01:09] [Server thread/INFO]: Saving is already turned on.
  3578. [16:01:09] [Server thread/INFO]: Saving...
  3579. [16:01:09] [Server thread/INFO]: Saved the world
  3580. [16:01:32] [Server thread/INFO]: CONSOLE issued server command: /list
  3581. [16:01:32] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3582. [16:02:17] [Server thread/INFO]: CONSOLE issued server command: /list
  3583. [16:02:17] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3584. [16:03:03] [Server thread/INFO]: CONSOLE issued server command: /list
  3585. [16:03:03] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3586. [16:03:48] [Server thread/INFO]: CONSOLE issued server command: /list
  3587. [16:03:48] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3588. [16:04:33] [Server thread/INFO]: CONSOLE issued server command: /list
  3589. [16:04:33] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3590. [16:05:19] [Server thread/INFO]: CONSOLE issued server command: /list
  3591. [16:05:19] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3592. [16:06:04] [Server thread/INFO]: CONSOLE issued server command: /list
  3593. [16:06:04] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3594. [16:06:50] [Server thread/INFO]: CONSOLE issued server command: /list
  3595. [16:06:50] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3596. [16:07:35] [Server thread/INFO]: CONSOLE issued server command: /list
  3597. [16:07:35] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3598. [16:08:20] [Server thread/INFO]: CONSOLE issued server command: /list
  3599. [16:08:20] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3600. [16:09:06] [Server thread/INFO]: CONSOLE issued server command: /list
  3601. [16:09:06] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3602. [16:09:27] [Thread-58/INFO]: UUID of player TraePlayzMc is 7f665fba-2e19-3ee0-97e7-2ebee7b40bab
  3603. [16:09:27] [Server thread/INFO]: [WorldGuard] §7WG: §dTraePlayzMc§6 entered NOTIFY region: §fhub
  3604. [16:09:27] [Server thread/INFO]: [SpawnTP] Sent TraePlayzMc to spawn
  3605. [16:09:27] [Server thread/INFO]: TraePlayzMc[/219.92.155.211:55880] logged in with entity id 86319 at ([wlbworld]-706.5, 91.5, -1013.5)
  3606. [16:09:40] [Server thread/INFO]: [LoginSecurity] TraePlayzMc authenticated
  3607. [16:09:51] [Server thread/INFO]: CONSOLE issued server command: /list
  3608. [16:09:51] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3609. [16:09:51] [Server thread/INFO]: Default: TraePlayzMc
  3610. [16:10:01] [Server thread/INFO]: TraePlayzMc issued server command: /gamemode 1
  3611. [16:10:01] [Server thread/INFO]: §cTraePlayzMc §4was denied access to command.
  3612. [16:10:13] [Server thread/INFO]: TraePlayzMc lost connection: Disconnected
  3613. [16:10:37] [Server thread/INFO]: CONSOLE issued server command: /list
  3614. [16:10:37] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3615. [16:11:10] [Server thread/INFO]: Saving is already turned on.
  3616. [16:11:10] [Server thread/INFO]: Saving...
  3617. [16:11:11] [Server thread/INFO]: Saved the world
  3618. [16:11:20] [pool-7-thread-1/INFO]: GroupManager - INFO - Data files refreshed.
  3619. [16:11:22] [Server thread/INFO]: CONSOLE issued server command: /list
  3620. [16:11:22] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3621. [16:12:07] [Server thread/INFO]: CONSOLE issued server command: /list
  3622. [16:12:07] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3623. [16:12:53] [Server thread/INFO]: CONSOLE issued server command: /list
  3624. [16:12:53] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3625. [16:13:38] [Server thread/INFO]: CONSOLE issued server command: /list
  3626. [16:13:38] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3627. [16:14:23] [Server thread/INFO]: CONSOLE issued server command: /list
  3628. [16:14:23] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3629. [16:15:09] [Server thread/INFO]: CONSOLE issued server command: /list
  3630. [16:15:09] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3631. [16:15:54] [Server thread/INFO]: CONSOLE issued server command: /list
  3632. [16:15:54] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3633. [16:16:40] [Server thread/INFO]: CONSOLE issued server command: /list
  3634. [16:16:40] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3635. [16:17:25] [Server thread/INFO]: CONSOLE issued server command: /list
  3636. [16:17:25] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3637. [16:18:10] [Server thread/INFO]: CONSOLE issued server command: /list
  3638. [16:18:10] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3639. [16:18:56] [Server thread/INFO]: CONSOLE issued server command: /list
  3640. [16:18:56] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3641. [16:19:41] [Server thread/INFO]: CONSOLE issued server command: /list
  3642. [16:19:41] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3643. [16:20:26] [Server thread/INFO]: CONSOLE issued server command: /list
  3644. [16:20:26] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3645. [16:21:10] [Server thread/INFO]: Saving is already turned on.
  3646. [16:21:10] [Server thread/INFO]: Saving...
  3647. [16:21:10] [Server thread/INFO]: Saved the world
  3648. [16:21:12] [Server thread/INFO]: CONSOLE issued server command: /list
  3649. [16:21:12] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3650. [16:21:57] [Server thread/INFO]: CONSOLE issued server command: /list
  3651. [16:21:57] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3652. [16:22:43] [Server thread/INFO]: CONSOLE issued server command: /list
  3653. [16:22:43] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3654. [16:22:55] [Server thread/INFO]: [AutoBroadcast] The voting site is still under construction
  3655. [16:23:28] [Server thread/INFO]: CONSOLE issued server command: /list
  3656. [16:23:28] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3657. [16:24:13] [Server thread/INFO]: CONSOLE issued server command: /list
  3658. [16:24:13] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3659. [16:24:59] [Server thread/INFO]: CONSOLE issued server command: /list
  3660. [16:24:59] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3661. [16:25:44] [Server thread/INFO]: CONSOLE issued server command: /list
  3662. [16:25:44] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3663. [16:26:30] [Server thread/INFO]: CONSOLE issued server command: /list
  3664. [16:26:30] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3665. [16:27:15] [Server thread/INFO]: CONSOLE issued server command: /list
  3666. [16:27:15] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3667. [16:28:00] [Server thread/INFO]: CONSOLE issued server command: /list
  3668. [16:28:00] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3669. [16:28:46] [Server thread/INFO]: CONSOLE issued server command: /list
  3670. [16:28:46] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3671. [16:29:31] [Server thread/INFO]: CONSOLE issued server command: /list
  3672. [16:29:31] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3673. [16:30:16] [Server thread/INFO]: CONSOLE issued server command: /list
  3674. [16:30:16] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3675. [16:31:02] [Server thread/INFO]: CONSOLE issued server command: /list
  3676. [16:31:02] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3677. [16:31:10] [Server thread/INFO]: Saving is already turned on.
  3678. [16:31:10] [Server thread/INFO]: Saving...
  3679. [16:31:10] [Server thread/INFO]: Saved the world
  3680. [16:31:47] [Server thread/INFO]: CONSOLE issued server command: /list
  3681. [16:31:47] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3682. [16:32:32] [Server thread/INFO]: CONSOLE issued server command: /list
  3683. [16:32:32] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3684. [16:33:18] [Server thread/INFO]: CONSOLE issued server command: /list
  3685. [16:33:18] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3686. [16:34:03] [Server thread/INFO]: CONSOLE issued server command: /list
  3687. [16:34:03] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3688. [16:34:49] [Server thread/INFO]: CONSOLE issued server command: /list
  3689. [16:34:49] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3690. [16:35:34] [Server thread/INFO]: CONSOLE issued server command: /list
  3691. [16:35:34] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3692. [16:36:19] [Server thread/INFO]: CONSOLE issued server command: /list
  3693. [16:36:19] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3694. [16:37:05] [Server thread/INFO]: CONSOLE issued server command: /list
  3695. [16:37:05] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3696. [16:37:50] [Server thread/INFO]: CONSOLE issued server command: /list
  3697. [16:37:50] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3698. [16:38:36] [Server thread/INFO]: CONSOLE issued server command: /list
  3699. [16:38:36] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3700. [16:39:21] [Server thread/INFO]: CONSOLE issued server command: /list
  3701. [16:39:21] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3702. [16:40:06] [Server thread/INFO]: CONSOLE issued server command: /list
  3703. [16:40:06] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3704. [16:40:52] [Server thread/INFO]: CONSOLE issued server command: /list
  3705. [16:40:52] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3706. [16:41:11] [Server thread/INFO]: Saving is already turned on.
  3707. [16:41:11] [Server thread/INFO]: Saving...
  3708. [16:41:11] [Server thread/INFO]: Saved the world
  3709. [16:41:37] [Server thread/INFO]: CONSOLE issued server command: /list
  3710. [16:41:37] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3711. [16:42:22] [Server thread/INFO]: CONSOLE issued server command: /list
  3712. [16:42:22] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3713. [16:43:02] [Craft Scheduler Thread - 677/INFO]: [1vs1] ***** 1vs1 Version Checker *****
  3714. [16:43:02] [Craft Scheduler Thread - 677/INFO]: [1vs1] Stable Build: #217
  3715. [16:43:02] [Craft Scheduler Thread - 677/INFO]: [1vs1] Current Build: #217
  3716. [16:43:02] [Craft Scheduler Thread - 677/INFO]: [1vs1] No new version available
  3717. [16:43:02] [Craft Scheduler Thread - 677/INFO]: [1vs1] *********************************
  3718. [16:43:08] [Server thread/INFO]: CONSOLE issued server command: /list
  3719. [16:43:08] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3720. [16:43:53] [Server thread/INFO]: CONSOLE issued server command: /list
  3721. [16:43:53] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3722. [16:44:39] [Server thread/INFO]: CONSOLE issued server command: /list
  3723. [16:44:39] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3724. [16:45:24] [Server thread/INFO]: CONSOLE issued server command: /list
  3725. [16:45:24] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3726. [16:46:09] [Server thread/INFO]: CONSOLE issued server command: /list
  3727. [16:46:09] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3728. [16:46:55] [Server thread/INFO]: CONSOLE issued server command: /list
  3729. [16:46:55] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3730. [16:47:40] [Server thread/INFO]: CONSOLE issued server command: /list
  3731. [16:47:40] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3732. [16:48:25] [Server thread/INFO]: CONSOLE issued server command: /list
  3733. [16:48:25] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3734. [16:49:11] [Server thread/INFO]: CONSOLE issued server command: /list
  3735. [16:49:11] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3736. [16:49:56] [Server thread/INFO]: CONSOLE issued server command: /list
  3737. [16:49:56] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3738. [16:50:42] [Server thread/INFO]: CONSOLE issued server command: /list
  3739. [16:50:42] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3740. [16:51:11] [Server thread/INFO]: Saving is already turned on.
  3741. [16:51:11] [Server thread/INFO]: Saving...
  3742. [16:51:11] [Server thread/INFO]: Saved the world
  3743. [16:51:27] [Server thread/INFO]: CONSOLE issued server command: /list
  3744. [16:51:27] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3745. [16:52:14] [Server thread/INFO]: CONSOLE issued server command: /list
  3746. [16:52:14] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3747. [16:52:59] [Server thread/INFO]: CONSOLE issued server command: /list
  3748. [16:52:59] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3749. [16:53:45] [Server thread/INFO]: CONSOLE issued server command: /list
  3750. [16:53:45] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3751. [16:54:30] [Server thread/INFO]: CONSOLE issued server command: /list
  3752. [16:54:30] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3753. [16:55:15] [Server thread/INFO]: CONSOLE issued server command: /list
  3754. [16:55:15] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3755. [16:56:01] [Server thread/INFO]: CONSOLE issued server command: /list
  3756. [16:56:01] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3757. [16:56:46] [Server thread/INFO]: CONSOLE issued server command: /list
  3758. [16:56:46] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3759. [16:57:31] [Server thread/INFO]: CONSOLE issued server command: /list
  3760. [16:57:31] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3761. [16:58:17] [Server thread/INFO]: CONSOLE issued server command: /list
  3762. [16:58:17] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3763. [16:59:02] [Server thread/INFO]: CONSOLE issued server command: /list
  3764. [16:59:02] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3765. [16:59:48] [Server thread/INFO]: CONSOLE issued server command: /list
  3766. [16:59:48] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3767. [17:00:33] [Server thread/INFO]: CONSOLE issued server command: /list
  3768. [17:00:33] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3769. [17:01:12] [Server thread/INFO]: Saving is already turned on.
  3770. [17:01:12] [Server thread/INFO]: Saving...
  3771. [17:01:12] [Server thread/INFO]: Saved the world
  3772. [17:01:18] [Server thread/INFO]: CONSOLE issued server command: /list
  3773. [17:01:18] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3774. [17:02:04] [Server thread/INFO]: CONSOLE issued server command: /list
  3775. [17:02:04] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3776. [17:02:49] [Server thread/INFO]: CONSOLE issued server command: /list
  3777. [17:02:49] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3778. [17:03:35] [Server thread/INFO]: CONSOLE issued server command: /list
  3779. [17:03:35] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3780. [17:04:20] [Server thread/INFO]: CONSOLE issued server command: /list
  3781. [17:04:20] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3782. [17:05:05] [Server thread/INFO]: CONSOLE issued server command: /list
  3783. [17:05:05] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3784. [17:05:51] [Server thread/INFO]: CONSOLE issued server command: /list
  3785. [17:05:51] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3786. [17:06:36] [Server thread/INFO]: CONSOLE issued server command: /list
  3787. [17:06:36] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3788. [17:07:21] [Server thread/INFO]: CONSOLE issued server command: /list
  3789. [17:07:21] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3790. [17:08:07] [Server thread/INFO]: CONSOLE issued server command: /list
  3791. [17:08:07] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3792. [17:08:52] [Server thread/INFO]: CONSOLE issued server command: /list
  3793. [17:08:52] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3794. [17:09:37] [Server thread/INFO]: CONSOLE issued server command: /list
  3795. [17:09:37] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3796. [17:10:23] [Server thread/INFO]: CONSOLE issued server command: /list
  3797. [17:10:24] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3798. [17:11:08] [Server thread/INFO]: CONSOLE issued server command: /list
  3799. [17:11:08] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3800. [17:11:12] [Server thread/INFO]: Saving is already turned on.
  3801. [17:11:12] [Server thread/INFO]: Saving...
  3802. [17:11:12] [Server thread/INFO]: Saved the world
  3803. [17:11:54] [Server thread/INFO]: CONSOLE issued server command: /list
  3804. [17:11:54] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3805. [17:12:03] [Thread-60/INFO]: UUID of player LycheeBiru is ef9b0145-d58d-3fa3-aa33-42f2acb3301b
  3806. [17:12:06] [Server thread/INFO]: LycheeBiru[/175.137.32.48:50204] logged in with entity id 86975 at ([SkyFaction]-37.11739671094462, 70.82956753635564, -55.1911020268658)
  3807. [17:12:13] [Server thread/INFO]: [LoginSecurity] LycheeBiru authenticated
  3808. [17:12:18] [Server thread/WARN]: LycheeBiru moved too quickly! 0.0,18.77294878239936,0.0 (0.0, 18.77294878239936, 0.0)
  3809. [17:12:39] [Server thread/INFO]: CONSOLE issued server command: /list
  3810. [17:12:39] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3811. [17:12:39] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3812. [17:13:25] [Server thread/INFO]: CONSOLE issued server command: /list
  3813. [17:13:25] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3814. [17:13:25] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3815. [17:14:10] [Server thread/INFO]: CONSOLE issued server command: /list
  3816. [17:14:10] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3817. [17:14:10] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3818. [17:14:55] [Server thread/INFO]: CONSOLE issued server command: /list
  3819. [17:14:55] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3820. [17:14:55] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3821. [17:15:41] [Server thread/INFO]: CONSOLE issued server command: /list
  3822. [17:15:41] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3823. [17:15:41] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3824. [17:16:26] [Server thread/INFO]: CONSOLE issued server command: /list
  3825. [17:16:26] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3826. [17:16:26] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3827. [17:17:12] [Server thread/INFO]: CONSOLE issued server command: /list
  3828. [17:17:12] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3829. [17:17:12] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3830. [17:17:57] [Server thread/INFO]: CONSOLE issued server command: /list
  3831. [17:17:57] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3832. [17:17:57] [Server thread/INFO]: Admins: [AFK][Owner]~DanielSoufi
  3833. [17:18:42] [Server thread/INFO]: CONSOLE issued server command: /list
  3834. [17:18:42] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3835. [17:18:42] [Server thread/INFO]: Admins: [AFK][Owner]~DanielSoufi
  3836. [17:19:28] [Server thread/INFO]: CONSOLE issued server command: /list
  3837. [17:19:28] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3838. [17:19:28] [Server thread/INFO]: Admins: [AFK][Owner]~DanielSoufi
  3839. [17:20:13] [Server thread/INFO]: CONSOLE issued server command: /list
  3840. [17:20:13] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3841. [17:20:13] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3842. [17:20:59] [Server thread/INFO]: CONSOLE issued server command: /list
  3843. [17:20:59] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3844. [17:20:59] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3845. [17:21:12] [Server thread/INFO]: Saving is already turned on.
  3846. [17:21:12] [Server thread/INFO]: Saving...
  3847. [17:21:12] [Server thread/INFO]: Saved the world
  3848. [17:21:44] [Server thread/INFO]: CONSOLE issued server command: /list
  3849. [17:21:44] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3850. [17:21:44] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3851. [17:22:29] [Server thread/INFO]: CONSOLE issued server command: /list
  3852. [17:22:29] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3853. [17:22:29] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3854. [17:23:15] [Server thread/INFO]: CONSOLE issued server command: /list
  3855. [17:23:15] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3856. [17:23:15] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3857. [17:24:00] [Server thread/INFO]: CONSOLE issued server command: /list
  3858. [17:24:00] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3859. [17:24:00] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3860. [17:24:45] [Server thread/INFO]: CONSOLE issued server command: /list
  3861. [17:24:45] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3862. [17:24:45] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3863. [17:25:31] [Server thread/INFO]: CONSOLE issued server command: /list
  3864. [17:25:31] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3865. [17:25:31] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3866. [17:26:16] [Server thread/INFO]: CONSOLE issued server command: /list
  3867. [17:26:16] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3868. [17:26:16] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3869. [17:27:02] [Server thread/INFO]: CONSOLE issued server command: /list
  3870. [17:27:02] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3871. [17:27:02] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3872. [17:27:22] [Server thread/INFO]: LycheeBiru lost connection: Disconnected
  3873. [17:27:47] [Server thread/INFO]: CONSOLE issued server command: /list
  3874. [17:27:47] [Server thread/INFO]: There are 0 out of maximum 30 players online.
  3875. [17:28:01] [Thread-61/INFO]: UUID of player LycheeBiru is ef9b0145-d58d-3fa3-aa33-42f2acb3301b
  3876. [17:28:01] [Server thread/INFO]: LycheeBiru[/175.137.32.48:50913] logged in with entity id 111189 at ([SkyFaction]34.608936763167165, 88.5318906415163, -13.642213339057806)
  3877. [17:28:05] [Server thread/INFO]: LycheeBiru issued server command: /mangaddp
  3878. [17:28:13] [Server thread/INFO]: [LoginSecurity] LycheeBiru authenticated
  3879. [17:28:14] [Server thread/INFO]: LycheeBiru issued server command: /mangaddp
  3880. [17:28:19] [Server thread/INFO]: LycheeBiru issued server command: /mangaddp corporal fly.damage
  3881. [17:28:32] [Server thread/INFO]: CONSOLE issued server command: /list
  3882. [17:28:32] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3883. [17:28:32] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3884. [17:29:18] [Server thread/INFO]: CONSOLE issued server command: /list
  3885. [17:29:18] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3886. [17:29:18] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3887. [17:30:03] [Server thread/INFO]: CONSOLE issued server command: /list
  3888. [17:30:03] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3889. [17:30:03] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3890. [17:30:23] [Server thread/INFO]: LycheeBiru issued server command: /kit
  3891. [17:30:28] [Server thread/INFO]: LycheeBiru issued server command: /kit GodPVP
  3892. [17:30:48] [Server thread/INFO]: CONSOLE issued server command: /list
  3893. [17:30:48] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3894. [17:30:48] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3895. [17:31:13] [Server thread/INFO]: Saving is already turned on.
  3896. [17:31:13] [Server thread/INFO]: Saving...
  3897. [17:31:13] [Server thread/INFO]: Saved the world
  3898. [17:31:20] [pool-7-thread-1/INFO]: GroupManager - INFO - Data files refreshed.
  3899. [17:31:34] [Server thread/INFO]: CONSOLE issued server command: /list
  3900. [17:31:34] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  3901. [17:31:34] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  3902. [17:31:38] [Server thread/INFO]: [Jobs] Cant find sound by name: ENTITY_PLAYER_LEVELUP. Please update it
  3903. [17:32:01] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  3904. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  3905. org.bukkit.event.EventException
  3906. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  3907. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  3908. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  3909. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3910. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3911. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3912. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3913. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3914. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3915. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3916. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3917. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3918. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3919. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3920. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3921. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  3922. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  3923. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  3924. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  3925. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  3926. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  3927. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  3928. ... 15 more
  3929. [17:32:01] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  3930. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  3931. org.bukkit.event.EventException
  3932. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  3933. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  3934. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  3935. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3936. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3937. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3938. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3939. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3940. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3941. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3942. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3943. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3944. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3945. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3946. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3947. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  3948. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  3949. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  3950. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  3951. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  3952. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  3953. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  3954. ... 15 more
  3955. [17:32:02] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  3956. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  3957. org.bukkit.event.EventException
  3958. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  3959. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  3960. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  3961. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3962. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3963. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3964. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3965. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3966. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3967. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3968. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3969. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3970. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3971. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3972. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3973. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  3974. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  3975. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  3976. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  3977. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  3978. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  3979. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  3980. ... 15 more
  3981. [17:32:04] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  3982. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  3983. org.bukkit.event.EventException
  3984. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  3985. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  3986. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  3987. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3988. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3989. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3990. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3991. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3992. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3993. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3994. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3995. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3996. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3997. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3998. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  3999. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  4000. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  4001. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  4002. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  4003. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  4004. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  4005. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  4006. ... 15 more
  4007. [17:32:04] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  4008. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  4009. org.bukkit.event.EventException
  4010. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  4011. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  4012. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  4013. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4014. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4015. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4016. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4017. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4018. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4019. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4020. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4021. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4022. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4023. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4024. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4025. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  4026. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  4027. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  4028. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  4029. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  4030. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  4031. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  4032. ... 15 more
  4033. [17:32:06] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  4034. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  4035. org.bukkit.event.EventException
  4036. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  4037. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  4038. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  4039. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4040. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4041. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4042. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4043. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4044. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4045. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4046. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4047. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4048. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4049. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4050. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4051. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  4052. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  4053. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  4054. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  4055. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  4056. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  4057. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  4058. ... 15 more
  4059. [17:32:07] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  4060. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  4061. org.bukkit.event.EventException
  4062. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  4063. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  4064. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  4065. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4066. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4067. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4068. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4069. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4070. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4071. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4072. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4073. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4074. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4075. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4076. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4077. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  4078. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  4079. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  4080. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  4081. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  4082. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  4083. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  4084. ... 15 more
  4085. [17:32:09] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  4086. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  4087. org.bukkit.event.EventException
  4088. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  4089. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  4090. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  4091. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4092. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4093. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4094. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4095. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4096. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4097. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4098. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4099. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4100. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4101. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4102. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4103. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  4104. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  4105. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  4106. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  4107. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  4108. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  4109. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  4110. ... 15 more
  4111. [17:32:10] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  4112. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  4113. org.bukkit.event.EventException
  4114. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  4115. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  4116. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  4117. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4118. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4119. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4120. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4121. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4122. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4123. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4124. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4125. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4126. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4127. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4128. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4129. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  4130. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  4131. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  4132. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  4133. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  4134. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  4135. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  4136. ... 15 more
  4137. [17:32:10] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  4138. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  4139. org.bukkit.event.EventException
  4140. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  4141. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  4142. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  4143. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4144. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4145. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4146. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4147. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4148. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4149. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4150. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4151. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4152. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4153. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4154. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4155. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  4156. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  4157. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  4158. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  4159. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  4160. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  4161. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  4162. ... 15 more
  4163. [17:32:12] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  4164. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  4165. org.bukkit.event.EventException
  4166. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  4167. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  4168. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  4169. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4170. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4171. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4172. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4173. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4174. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4175. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4176. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4177. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4178. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4179. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4180. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4181. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  4182. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  4183. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  4184. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  4185. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  4186. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  4187. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  4188. ... 15 more
  4189. [17:32:14] [Server thread/INFO]: [Jobs] Cant find sound by name: ENTITY_PLAYER_LEVELUP. Please update it
  4190. [17:32:17] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  4191. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  4192. org.bukkit.event.EventException
  4193. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  4194. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  4195. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  4196. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4197. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4198. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4199. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4200. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4201. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4202. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4203. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4204. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4205. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4206. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4207. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4208. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  4209. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  4210. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  4211. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  4212. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  4213. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  4214. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  4215. ... 15 more
  4216. [17:32:19] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  4217. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  4218. org.bukkit.event.EventException
  4219. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  4220. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  4221. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  4222. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4223. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4224. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4225. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4226. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4227. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4228. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4229. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4230. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4231. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4232. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4233. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4234. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  4235. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  4236. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  4237. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  4238. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  4239. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  4240. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  4241. ... 15 more
  4242. [17:32:19] [Server thread/INFO]: CONSOLE issued server command: /list
  4243. [17:32:19] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  4244. [17:32:19] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  4245. [17:32:21] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  4246. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  4247. org.bukkit.event.EventException
  4248. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  4249. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  4250. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  4251. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4252. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4253. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4254. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4255. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4256. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4257. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4258. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4259. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4260. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4261. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4262. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4263. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  4264. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  4265. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  4266. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  4267. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  4268. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  4269. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  4270. ... 15 more
  4271. [17:32:26] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  4272. Could not pass event ProjectileHitEvent to Admin_Powertools v2.0
  4273. org.bukkit.event.EventException
  4274. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  4275. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot45.jar:git-Spigot-5f38d38-12698ea]
  4276. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  4277. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4278. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4279. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4280. at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:224) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4281. at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4282. at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4283. at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4284. at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4285. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4286. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4287. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4288. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot45.jar:git-Spigot-5f38d38-12698ea]
  4289. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  4290. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player
  4291. at de.xilence.powertools.listener.MainListener.onHit(MainListener.java:178) ~[?:?]
  4292. at sun.reflect.GeneratedMethodAccessor514.invoke(Unknown Source) ~[?:?]
  4293. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  4294. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  4295. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  4296. ... 15 more
  4297. [17:33:05] [Server thread/INFO]: CONSOLE issued server command: /list
  4298. [17:33:05] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  4299. [17:33:05] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  4300. [17:33:50] [Server thread/INFO]: CONSOLE issued server command: /list
  4301. [17:33:50] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  4302. [17:33:50] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  4303. [17:34:36] [Server thread/INFO]: CONSOLE issued server command: /list
  4304. [17:34:36] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  4305. [17:34:36] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
  4306. [17:35:21] [Server thread/INFO]: CONSOLE issued server command: /list
  4307. [17:35:21] [Server thread/INFO]: There are 1 out of maximum 30 players online.
  4308. [17:35:21] [Server thread/INFO]: Admins: [Owner]~DanielSoufi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement