Advertisement
Guest User

Untitled

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