Advertisement
Guest User

Untitled

a guest
Dec 29th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.24 KB | None | 0 0
  1. [10:16:04] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [10:16:04] [Server thread/INFO]: Loading properties
  3. [10:16:04] [Server thread/INFO]: Default game type: SURVIVAL
  4. [10:16:05] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  5. [10:16:05] [Server thread/INFO]: Debug logging is disabled
  6. [10:16:05] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [10:16:05] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [10:16:05] [Server thread/INFO]: Generating keypair
  9. [10:16:05] [Server thread/INFO]: Starting Minecraft server on *:25567
  10. [10:16:05] [Server thread/INFO]: Using default channel type
  11. [10:16:06] [Server thread/WARN]: Plugin `Better_Proxy_Join v1.1' uses the space-character (0x20) in its name `Better Proxy Join' - this is discouraged
  12. [10:16:06] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  13. [10:16:06] [Server thread/ERROR]: Could not load 'plugins\SpawnControl.jar' in folder 'plugins'
  14. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
  15. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  16. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  17. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.jar:git-Spigot-db6de12-18fbb24]
  18. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.jar:git-Spigot-db6de12-18fbb24]
  19. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.jar:git-Spigot-db6de12-18fbb24]
  20. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-18fbb24]
  21. at java.lang.Thread.run(Unknown Source) [?:1.8.0_65]
  22. Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
  23. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_65]
  24. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_65]
  25. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_65]
  26. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_65]
  27. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_65]
  28. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_65]
  29. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_65]
  30. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_65]
  31. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_65]
  32. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  33. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  34. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_65]
  35. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_65]
  36. at com.aranai.spawncontrol.SpawnControl.<init>(SpawnControl.java:61) ~[?:?]
  37. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_65]
  38. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_65]
  39. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_65]
  40. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_65]
  41. at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_65]
  42. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  43. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  44. ... 6 more
  45. Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
  46. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  47. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  48. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_65]
  49. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_65]
  50. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_65]
  51. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_65]
  52. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_65]
  53. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_65]
  54. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_65]
  55. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_65]
  56. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_65]
  57. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_65]
  58. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_65]
  59. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  60. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  61. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_65]
  62. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_65]
  63. at com.aranai.spawncontrol.SpawnControl.<init>(SpawnControl.java:61) ~[?:?]
  64. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_65]
  65. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_65]
  66. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_65]
  67. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_65]
  68. at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_65]
  69. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  70. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  71. ... 6 more
  72. [10:16:07] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
  73. [10:16:07] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.5;4651611
  74. [10:16:07] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
  75. [10:16:07] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  76. [10:16:07] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.6.0
  77. [10:16:07] [Server thread/INFO]: [PlaceholderAPI] This server is running Spigot
  78. [10:16:07] [Server thread/INFO]: [PlaceholderAPI] Detected NMS version: v1_8_R3
  79. [10:16:07] [Server thread/INFO]: [PerWorldPlugins] Loading PerWorldPlugins v1.3.0
  80. [10:16:07] [Server thread/INFO]: [PerWorldPlugins] Registering event interceptor...
  81. [10:16:07] [Server thread/INFO]: [TrainingPvP] Loading TrainingPvP v7.4
  82. [10:16:07] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.1
  83. [10:16:07] [Server thread/INFO]: [Hub] Loading Hub v1.2
  84. [10:16:07] [Server thread/INFO]: [DeathSpawnR] Loading DeathSpawnR v1.5
  85. [10:16:07] [Server thread/INFO]: [CustomJoin] Loading CustomJoin v1.0
  86. [10:16:07] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
  87. [10:16:07] [Server thread/INFO]: [Better_Proxy_Join] Loading Better_Proxy_Join v1.1
  88. [10:16:07] [Server thread/INFO]: [CommandExecuteOnJoin] Loading CommandExecuteOnJoin v1.0
  89. [10:16:07] [Server thread/INFO]: [Frozen] Loading Frozen v1.0
  90. [10:16:07] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  91. [10:16:07] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  92. [10:16:07] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.0.3
  93. [10:16:07] [Server thread/INFO]: [ViaVersion] ViaVersion 1.0.3 is now loaded, injecting!
  94. [10:16:07] [Server thread/INFO]: [StaffSecure] Loading StaffSecure v2.0
  95. [10:16:07] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  96. [10:16:07] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  97. [10:16:07] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
  98. [10:16:07] [Server thread/INFO]: [PlayerParticles] Loading PlayerParticles v3.0
  99. [10:16:07] [Server thread/INFO]: [Commandspy] Loading Commandspy v4.1.0
  100. [10:16:07] [Server thread/INFO]: [SimpleRename] Loading SimpleRename v9.5
  101. [10:16:07] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.5
  102. [10:16:08] [Server thread/INFO]: [AAC] Loading AAC v1.9.8
  103. [10:16:08] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
  104. [10:16:08] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.5.1
  105. [10:16:08] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v5.8.3
  106. [10:16:08] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
  107. [10:16:08] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  108. [10:16:08] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  109. [10:16:08] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  110. [10:16:08] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  111. [10:16:08] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  112. [10:16:08] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  113. [10:16:08] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.5
  114. [10:16:08] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  115. [10:16:08] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  116. [10:16:08] [Server thread/INFO]: Preparing level "world"
  117. [10:16:08] [Server thread/INFO]: -------- World Settings For [world] --------
  118. [10:16:08] [Server thread/INFO]: Chunks to Grow per Tick: 650
  119. [10:16:08] [Server thread/INFO]: Clear tick list: false
  120. [10:16:08] [Server thread/INFO]: Experience Merge Radius: 3.0
  121. [10:16:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  122. [10:16:08] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  123. [10:16:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  124. [10:16:08] [Server thread/INFO]: Item Despawn Rate: 6000
  125. [10:16:08] [Server thread/INFO]: Item Merge Radius: 2.5
  126. [10:16:08] [Server thread/INFO]: View Distance: 10
  127. [10:16:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
  128. [10:16:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  129. [10:16:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
  130. [10:16:08] [Server thread/INFO]: Cane Growth Modifier: 100%
  131. [10:16:08] [Server thread/INFO]: Melon Growth Modifier: 100%
  132. [10:16:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  133. [10:16:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  134. [10:16:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
  135. [10:16:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
  136. [10:16:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  137. [10:16:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  138. [10:16:08] [Server thread/INFO]: Mob Spawn Range: 4
  139. [10:16:08] [Server thread/INFO]: Anti X-Ray: true
  140. [10:16:08] [Server thread/INFO]: Engine Mode: 1
  141. [10:16:08] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  142. [10:16:08] [Server thread/INFO]: Replace Blocks: [1, 5]
  143. [10:16:08] [Server thread/INFO]: Max Entity Collisions: 8
  144. [10:16:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  145. [10:16:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  146. [10:16:08] [Server thread/INFO]: Random Lighting Updates: false
  147. [10:16:08] [Server thread/INFO]: Max TNT Explosions: 100
  148. [10:16:08] [Server thread/INFO]: Sending up to 10 chunks per packet
  149. [10:16:08] [Server thread/INFO]: Structure Info Saving: true
  150. [10:16:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  151. [10:16:09] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  152. [10:16:09] [Server thread/INFO]: Chunks to Grow per Tick: 650
  153. [10:16:09] [Server thread/INFO]: Clear tick list: false
  154. [10:16:09] [Server thread/INFO]: Experience Merge Radius: 3.0
  155. [10:16:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  156. [10:16:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  157. [10:16:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  158. [10:16:09] [Server thread/INFO]: Item Despawn Rate: 6000
  159. [10:16:09] [Server thread/INFO]: Item Merge Radius: 2.5
  160. [10:16:09] [Server thread/INFO]: View Distance: 10
  161. [10:16:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
  162. [10:16:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  163. [10:16:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
  164. [10:16:09] [Server thread/INFO]: Cane Growth Modifier: 100%
  165. [10:16:09] [Server thread/INFO]: Melon Growth Modifier: 100%
  166. [10:16:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  167. [10:16:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  168. [10:16:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
  169. [10:16:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
  170. [10:16:09] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  171. [10:16:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  172. [10:16:09] [Server thread/INFO]: Mob Spawn Range: 4
  173. [10:16:09] [Server thread/INFO]: Anti X-Ray: true
  174. [10:16:09] [Server thread/INFO]: Engine Mode: 1
  175. [10:16:09] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  176. [10:16:09] [Server thread/INFO]: Replace Blocks: [1, 5]
  177. [10:16:09] [Server thread/INFO]: Max Entity Collisions: 8
  178. [10:16:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  179. [10:16:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  180. [10:16:09] [Server thread/INFO]: Random Lighting Updates: false
  181. [10:16:09] [Server thread/INFO]: Max TNT Explosions: 100
  182. [10:16:09] [Server thread/INFO]: Sending up to 10 chunks per packet
  183. [10:16:09] [Server thread/INFO]: Structure Info Saving: true
  184. [10:16:09] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  185. [10:16:09] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  186. [10:16:09] [Server thread/INFO]: Chunks to Grow per Tick: 650
  187. [10:16:09] [Server thread/INFO]: Clear tick list: false
  188. [10:16:09] [Server thread/INFO]: Experience Merge Radius: 3.0
  189. [10:16:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  190. [10:16:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  191. [10:16:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  192. [10:16:09] [Server thread/INFO]: Item Despawn Rate: 6000
  193. [10:16:09] [Server thread/INFO]: Item Merge Radius: 2.5
  194. [10:16:09] [Server thread/INFO]: View Distance: 10
  195. [10:16:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
  196. [10:16:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  197. [10:16:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
  198. [10:16:09] [Server thread/INFO]: Cane Growth Modifier: 100%
  199. [10:16:09] [Server thread/INFO]: Melon Growth Modifier: 100%
  200. [10:16:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  201. [10:16:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  202. [10:16:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
  203. [10:16:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
  204. [10:16:09] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  205. [10:16:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  206. [10:16:09] [Server thread/INFO]: Mob Spawn Range: 4
  207. [10:16:09] [Server thread/INFO]: Anti X-Ray: true
  208. [10:16:09] [Server thread/INFO]: Engine Mode: 1
  209. [10:16:09] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  210. [10:16:09] [Server thread/INFO]: Replace Blocks: [1, 5]
  211. [10:16:09] [Server thread/INFO]: Max Entity Collisions: 8
  212. [10:16:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  213. [10:16:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  214. [10:16:09] [Server thread/INFO]: Random Lighting Updates: false
  215. [10:16:09] [Server thread/INFO]: Max TNT Explosions: 100
  216. [10:16:09] [Server thread/INFO]: Sending up to 10 chunks per packet
  217. [10:16:09] [Server thread/INFO]: Structure Info Saving: true
  218. [10:16:09] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  219. [10:16:09] [Server thread/INFO]: Preparing start region for level 0 (Seed: -3913189749165937182)
  220. [10:16:10] [Server thread/INFO]: Preparing spawn area: 14%
  221. [10:16:11] [Server thread/INFO]: Preparing spawn area: 76%
  222. [10:16:11] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3913189749165937182)
  223. [10:16:12] [Server thread/INFO]: Preparing spawn area: 50%
  224. [10:16:12] [Server thread/INFO]: Preparing start region for level 2 (Seed: -3913189749165937182)
  225. [10:16:13] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
  226. [10:16:13] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
  227. [10:16:13] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  228. [10:16:13] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.5;4651611
  229. [10:16:14] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  230. [10:16:14] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  231. [10:16:14] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
  232. [10:16:14] [Server thread/INFO]: [Tim] Unused enchantments: DEPTH_STRIDER(8) LUCK(61) LURE(62) 
  233. [10:16:14] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
  234. [10:16:14] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  235. [10:16:14] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  236. [10:16:14] [Server thread/INFO]: git-Spigot-db6de12-18fbb24 (MC: 1.8.8)
  237. [10:16:14] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
  238. [10:16:15] [Server thread/INFO]: Using locale en_GB
  239. [10:16:15] [Server thread/INFO]: Using locale en_GB
  240. [10:16:15] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  241. [10:16:15] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  242. [10:16:15] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  243. [10:16:15] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.6.0
  244. [10:16:15] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  245. [10:16:15] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
  246. [10:16:15] [Server thread/INFO]: [PlaceholderAPI] Fetching available injector list from extendedclip.com...
  247. [10:16:15] [Server thread/INFO]: [PerWorldPlugins] Enabling PerWorldPlugins v1.3.0
  248. [10:16:15] [Server thread/INFO]: [PerWorldPlugins] Enabled, attempting to inject CommandHandler...
  249. [10:16:15] [Server thread/INFO]: [TrainingPvP] Enabling TrainingPvP v7.4
  250. [10:16:15] [Server thread/INFO]: [TrainingPvP] Enabled v7.4
  251. [10:16:15] [Server thread/WARN]: [TrainingPvP] Default system encoding may have misread config.yml from plugin jar
  252. [10:16:15] [Server thread/INFO]: [TrainingPvP] Loaded the configuration files!
  253. [10:16:15] [Server thread/INFO]: [TrainingPvP] Enabled stats system!
  254. [10:16:15] [Server thread/INFO]: [TrainingPvP] Tags won't be used because they are disabled!
  255. [10:16:15] [Server thread/INFO]: [TrainingPvP] Loading 0 arena's!
  256. [10:16:15] [Server thread/INFO]: [TrainingPvP] Loaded 0 arena's!
  257. [10:16:15] [Server thread/INFO]: [TrainingPvP] Plugin Metrics have been enabled!
  258. [10:16:15] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.1
  259. [10:16:16] [Server thread/INFO]: [Hub] Enabling Hub v1.2
  260. [10:16:16] [Server thread/INFO]: [DeathSpawnR] Enabling DeathSpawnR v1.5
  261. [10:16:16] [Server thread/INFO]: DeathSpawnR Version 1.5 is enabled!
  262. [10:16:16] [Server thread/INFO]: [CustomJoin] Enabling CustomJoin v1.0
  263. [10:16:16] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
  264. [10:16:16] [Server thread/INFO]: -------- World Settings For [Builder] --------
  265. [10:16:16] [Server thread/INFO]: Chunks to Grow per Tick: 650
  266. [10:16:16] [Server thread/INFO]: Clear tick list: false
  267. [10:16:16] [Server thread/INFO]: Experience Merge Radius: 3.0
  268. [10:16:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  269. [10:16:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  270. [10:16:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  271. [10:16:16] [Server thread/INFO]: Item Despawn Rate: 6000
  272. [10:16:16] [Server thread/INFO]: Item Merge Radius: 2.5
  273. [10:16:16] [Server thread/INFO]: View Distance: 10
  274. [10:16:16] [Server thread/INFO]: Arrow Despawn Rate: 1200
  275. [10:16:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  276. [10:16:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
  277. [10:16:16] [Server thread/INFO]: Cane Growth Modifier: 100%
  278. [10:16:16] [Server thread/INFO]: Melon Growth Modifier: 100%
  279. [10:16:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  280. [10:16:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  281. [10:16:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
  282. [10:16:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
  283. [10:16:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  284. [10:16:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  285. [10:16:16] [Server thread/INFO]: Mob Spawn Range: 4
  286. [10:16:16] [Server thread/INFO]: Anti X-Ray: true
  287. [10:16:16] [Server thread/INFO]: Engine Mode: 1
  288. [10:16:16] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  289. [10:16:16] [Server thread/INFO]: Replace Blocks: [1, 5]
  290. [10:16:16] [Server thread/INFO]: Max Entity Collisions: 8
  291. [10:16:16] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  292. [10:16:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  293. [10:16:16] [Server thread/INFO]: Random Lighting Updates: false
  294. [10:16:16] [Server thread/INFO]: Max TNT Explosions: 100
  295. [10:16:16] [Server thread/INFO]: Sending up to 10 chunks per packet
  296. [10:16:16] [Server thread/INFO]: Structure Info Saving: true
  297. [10:16:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  298. [10:16:16] [Server thread/INFO]: Preparing start region for level 3 (Seed: -7855658152167254976)
  299. [10:16:16] [Server thread/INFO]: -------- World Settings For [Mugg] --------
  300. [10:16:16] [Server thread/INFO]: Chunks to Grow per Tick: 650
  301. [10:16:16] [Server thread/INFO]: Clear tick list: false
  302. [10:16:16] [Server thread/INFO]: Experience Merge Radius: 3.0
  303. [10:16:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  304. [10:16:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  305. [10:16:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  306. [10:16:16] [Server thread/INFO]: Item Despawn Rate: 6000
  307. [10:16:16] [Server thread/INFO]: Item Merge Radius: 2.5
  308. [10:16:16] [Server thread/INFO]: View Distance: 10
  309. [10:16:16] [Server thread/INFO]: Arrow Despawn Rate: 1200
  310. [10:16:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  311. [10:16:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
  312. [10:16:16] [Server thread/INFO]: Cane Growth Modifier: 100%
  313. [10:16:16] [Server thread/INFO]: Melon Growth Modifier: 100%
  314. [10:16:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  315. [10:16:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  316. [10:16:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
  317. [10:16:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
  318. [10:16:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  319. [10:16:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  320. [10:16:16] [Server thread/INFO]: Mob Spawn Range: 4
  321. [10:16:16] [Server thread/INFO]: Anti X-Ray: true
  322. [10:16:16] [Server thread/INFO]: Engine Mode: 1
  323. [10:16:16] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  324. [10:16:16] [Server thread/INFO]: Replace Blocks: [1, 5]
  325. [10:16:16] [Server thread/INFO]: Max Entity Collisions: 8
  326. [10:16:16] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  327. [10:16:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  328. [10:16:16] [Server thread/INFO]: Random Lighting Updates: false
  329. [10:16:16] [Server thread/INFO]: Max TNT Explosions: 100
  330. [10:16:16] [Server thread/INFO]: Sending up to 10 chunks per packet
  331. [10:16:16] [Server thread/INFO]: Structure Info Saving: true
  332. [10:16:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  333. [10:16:16] [Server thread/INFO]: Preparing start region for level 4 (Seed: -2356474484151812491)
  334. [10:16:17] [Thread-8/INFO]: --------------------
  335. [10:16:17] [Thread-8/INFO]: [CoreProtect] Version 2.14.2 now available.
  336. [10:16:17] [Thread-8/INFO]: [CoreProtect] Download: Type "/co version" in-game.
  337. [10:16:17] [Thread-8/INFO]: --------------------
  338. [10:16:17] [Thread-8/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
  339. [10:16:17] [Thread-8/INFO]: --------------------
  340. [10:16:17] [Server thread/INFO]: Preparing spawn area for Mugg, 85%
  341. [10:16:17] [Server thread/INFO]: -------- World Settings For [Kitpvp] --------
  342. [10:16:17] [Server thread/INFO]: Chunks to Grow per Tick: 650
  343. [10:16:17] [Server thread/INFO]: Clear tick list: false
  344. [10:16:17] [Server thread/INFO]: Experience Merge Radius: 3.0
  345. [10:16:17] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  346. [10:16:17] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  347. [10:16:17] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  348. [10:16:17] [Server thread/INFO]: Item Despawn Rate: 6000
  349. [10:16:17] [Server thread/INFO]: Item Merge Radius: 2.5
  350. [10:16:17] [Server thread/INFO]: View Distance: 10
  351. [10:16:17] [Server thread/INFO]: Arrow Despawn Rate: 1200
  352. [10:16:17] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  353. [10:16:17] [Server thread/INFO]: Cactus Growth Modifier: 100%
  354. [10:16:17] [Server thread/INFO]: Cane Growth Modifier: 100%
  355. [10:16:17] [Server thread/INFO]: Melon Growth Modifier: 100%
  356. [10:16:17] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  357. [10:16:17] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  358. [10:16:17] [Server thread/INFO]: Sapling Growth Modifier: 100%
  359. [10:16:17] [Server thread/INFO]: Wheat Growth Modifier: 100%
  360. [10:16:17] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  361. [10:16:17] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  362. [10:16:17] [Server thread/INFO]: Mob Spawn Range: 4
  363. [10:16:17] [Server thread/INFO]: Anti X-Ray: true
  364. [10:16:17] [Server thread/INFO]: Engine Mode: 1
  365. [10:16:17] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  366. [10:16:17] [Server thread/INFO]: Replace Blocks: [1, 5]
  367. [10:16:17] [Server thread/INFO]: Max Entity Collisions: 8
  368. [10:16:17] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  369. [10:16:17] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  370. [10:16:17] [Server thread/INFO]: Random Lighting Updates: false
  371. [10:16:17] [Server thread/INFO]: Max TNT Explosions: 100
  372. [10:16:17] [Server thread/INFO]: Sending up to 10 chunks per packet
  373. [10:16:17] [Server thread/INFO]: Structure Info Saving: true
  374. [10:16:17] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  375. [10:16:18] [Server thread/INFO]: Preparing start region for level 5 (Seed: 1111187344246469404)
  376. [10:16:18] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
  377. [10:16:19] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
  378. [10:16:19] [Server thread/INFO]: [Better_Proxy_Join] Enabling Better_Proxy_Join v1.1
  379. [10:16:19] [Server thread/INFO]: [CommandExecuteOnJoin] Enabling CommandExecuteOnJoin v1.0
  380. [10:16:19] [Server thread/INFO]: [Frozen] Enabling Frozen v1.0
  381. [10:16:19] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  382. [10:16:19] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  383. [10:16:19] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  384. [10:16:19] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  385. [10:16:19] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  386. [10:16:19] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  387. [10:16:19] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  388. [10:16:19] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  389. [10:16:19] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.0.3
  390. [10:16:19] [Server thread/INFO]: [StaffSecure] Enabling StaffSecure v2.0
  391. [10:16:19] [Server thread/INFO]: [StaffSecure] Loading plugin version 2.0
  392. [10:16:19] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  393. [10:16:19] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4
  394. [10:16:19] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
  395. [10:16:19] [Server thread/INFO]: | You are using an not fully supported server version. (v1_8_R3)
  396. [10:16:19] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.5.6-b49
  397. [10:16:19] [Server thread/INFO]: | Command file(s) found : 1
  398. [10:16:19] [Server thread/INFO]: | Config : Ready.
  399. [10:16:19] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
  400. [10:16:19] [Server thread/INFO]: | Custom commands loaded : 1
  401. [10:16:19] [Server thread/INFO]: | Version: 5.3.4
  402. [10:16:19] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
  403. [10:16:20] [Server thread/INFO]: | You are running the latest version of MyCommand.
  404. [10:16:20] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
  405. [10:16:20] [Server thread/INFO]: [PlayerParticles] Enabling PlayerParticles v3.0
  406. [10:16:20] [Server thread/INFO]: [PlayerParticles] Using mySQL for data storage: false
  407. [10:16:20] [Server thread/INFO]: [Commandspy] Enabling Commandspy v4.1.0
  408. [10:16:20] [Server thread/INFO]: [SimpleRename] Enabling SimpleRename v9.5
  409. [10:16:20] [Server thread/INFO]: SimpleRename enabled!
  410. [10:16:20] [Server thread/INFO]: [AAC] Enabling AAC v1.9.8
  411. [10:16:20] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
  412. [10:16:20] [Server thread/ERROR]: Error occurred while enabling ChestCommands v3.1.4 (Is it up to date?)
  413. java.lang.ExceptionInInitializerError
  414. at com.gmail.filoghost.chestcommands.serializer.IconSerializer.loadIconFromSection(IconSerializer.java:100) ~[?:?]
  415. at com.gmail.filoghost.chestcommands.serializer.MenuSerializer.loadMenu(MenuSerializer.java:45) ~[?:?]
  416. at com.gmail.filoghost.chestcommands.ChestCommands.load(ChestCommands.java:199) ~[?:?]
  417. at com.gmail.filoghost.chestcommands.ChestCommands.onEnable(ChestCommands.java:122) ~[?:?]
  418. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  419. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-db6de12-18fbb24]
  420. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
  421. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-db6de12-18fbb24]
  422. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-db6de12-18fbb24]
  423. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-db6de12-18fbb24]
  424. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-db6de12-18fbb24]
  425. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-db6de12-18fbb24]
  426. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-db6de12-18fbb24]
  427. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-db6de12-18fbb24]
  428. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-18fbb24]
  429. at java.lang.Thread.run(Unknown Source) [?:1.8.0_65]
  430. Caused by: java.lang.NullPointerException
  431. at com.gmail.filoghost.chestcommands.serializer.EnchantmentSerializer.formatLowercase(EnchantmentSerializer.java:49) ~[?:?]
  432. at com.gmail.filoghost.chestcommands.serializer.EnchantmentSerializer.<clinit>(EnchantmentSerializer.java:43) ~[?:?]
  433. ... 16 more
  434. [10:16:20] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.5.1
  435. [10:16:20] [Thread-16/INFO]: [AAC] Checking for updates...
  436. [10:16:21] [Thread-16/INFO]: <----------------------------------->
  437. [10:16:21] [Server thread/INFO]: [ServerSigns] Version 4.5.1 is now enabled.
  438. [10:16:21] [Thread-16/INFO]: [AAC] A new version of AAC is available!
  439. [10:16:21] [Thread-16/INFO]: <----------------------------------->
  440. [10:16:21] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v5.8.3
  441. [10:16:21] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
  442. [10:16:21] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
  443. [10:16:21] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  444. [10:16:21] [Server thread/INFO]: Done (13.203s)! For help, type "help" or "?"
  445. [10:16:21] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
  446. [10:16:21] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
  447. [10:16:22] [Server thread/INFO]: [AAC] Beginning Enable...
  448. [10:16:22] [Server thread/INFO]: [AAC] Checking config file...
  449. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check chat.Spam
  450. [10:16:22] [Craft Scheduler Thread - 2/INFO]: [PlugMan] No update was found.
  451. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.CombatImpossible
  452. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Angle
  453. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Criticals
  454. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Fastbow
  455. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.FightSpeed
  456. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Forcefield
  457. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Knockback
  458. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Reach
  459. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Regen
  460. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.FastUse
  461. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.KillauraCombined
  462. [10:16:22] [Craft Scheduler Thread - 20/INFO]: [PlaceholderAPI] 4 placeholder injectors are available on the cloud.
  463. [10:16:22] [Craft Scheduler Thread - 20/INFO]: [PlaceholderAPI] 0 injectors you use have updates.
  464. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.BadPackets
  465. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Glide
  466. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.NormalMovements
  467. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Speed
  468. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Phase
  469. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Fly
  470. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.NoFall
  471. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Climb
  472. [10:16:22] [Craft Scheduler Thread - 19/INFO]: [PlaceholderAPI] 69 placeholder expansions are available on the cloud.
  473. [10:16:22] [Craft Scheduler Thread - 19/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
  474. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Jesus
  475. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.HeadRoll
  476. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.FastBreak
  477. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.FastPlace
  478. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.Nuker
  479. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.NoSwing
  480. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.ImpossibleInteract
  481. [10:16:22] [Server thread/INFO]: [AAC] (CheckManager) Check world.PlayerRadar is disabled
  482. [10:16:22] [Server thread/INFO]: [AAC] Starting API...
  483. [10:16:22] [Server thread/INFO]: [AAC] AAC has been enabled.
  484. [10:16:22] [Craft Scheduler Thread - 19/INFO]: [Vault] Checking for Updates ...
  485. [10:16:22] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.2.3
  486. [10:16:22] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  487. [10:16:22] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  488. [10:16:22] [Craft Scheduler Thread - 19/INFO]: [Vault] No new version available
  489. [10:16:23] [Server thread/INFO]: [TrainingPvP] Didn't hook into CombatLog!
  490. [10:16:23] [Server thread/INFO]: [TrainingPvP] Loading 0 arena's!
  491. [10:16:23] [Server thread/INFO]: [TrainingPvP] Loaded 0 arena's!
  492. [10:16:40] [User Authenticator #1/INFO]: UUID of player redblaze123 is 862113dc-d6e1-471a-ba8f-fcc39ffed6fe
  493. [10:16:41] [Server thread/INFO]: You must specify a player from the console.
  494. [10:16:41] [Server thread/INFO]: redblaze123[/127.0.0.1:59530] logged in with entity id 242 at ([world]310.61402101779277, 105.0, 344.34252804044115)
  495. [10:16:46] [Server thread/INFO]: redblaze123 issued server command: /menu
  496. [10:16:51] [Server thread/INFO]: redblaze123 issued server command: /menu
  497. [10:16:52] [Server thread/INFO]: redblaze123 issued server command: /menu
  498. [10:16:53] [Server thread/INFO]: redblaze123 issued server command: /menu
  499. [10:16:53] [Server thread/INFO]: redblaze123 issued server command: /cc
  500. [10:16:56] [Server thread/INFO]: redblaze123 issued server command: /menu
  501. [10:16:59] [Server thread/INFO]: redblaze123 issued server command: /cc open example
  502. [10:17:08] [Server thread/INFO]: redblaze123 issued server command: /cc
  503. [10:17:11] [Server thread/INFO]: redblaze123 issued server command: /cc help
  504. [10:17:22] [Server thread/INFO]: Permission "*" added!
  505. [10:17:23] [Server thread/INFO]: Opped redblaze123
  506. [10:17:26] [Server thread/INFO]: redblaze123 issued server command: /cc help
  507. [10:17:32] [Server thread/INFO]: redblaze123 issued server command: /menu
  508. [10:17:35] [Server thread/INFO]: redblaze123 issued server command: /cc list
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement