Advertisement
Guest User

Untitled

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