Advertisement
Guest User

Untitled

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