Advertisement
Guest User

Untitled

a guest
Apr 11th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 97.82 KB | None | 0 0
  1. [18:12:08] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [18:12:09] [Server thread/INFO]: Loading properties
  3. [18:12:09] [Server thread/INFO]: Default game type: SURVIVAL
  4. [18:12:09] [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. [18:12:10] [Server thread/WARN]: Couldn't load server icon
  6. java.lang.NullPointerException
  7. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadServerIcon0(CraftServer.java:1672) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  8. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadServerIcon0(CraftServer.java:1660) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  9. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadIcon(CraftServer.java:749) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  10. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:250) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  11. at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:71) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  12. at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  13. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:176) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  14. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  15. at java.lang.Thread.run(Unknown Source) [?:1.7.0_80]
  16. [18:12:10] [Server thread/INFO]: Debug logging is disabled
  17. [18:12:10] [Server thread/INFO]: Server Ping Player Sample Count: 12
  18. [18:12:10] [Server thread/INFO]: Using 4 threads for Netty based IO
  19. [18:12:10] [Server thread/INFO]: Generating keypair
  20. [18:12:11] [Server thread/INFO]: Starting Minecraft server on 188.165.201.103:26635
  21. [18:12:11] [Server thread/INFO]: Using epoll channel type
  22. [18:12:13] [Server thread/WARN]: Plugin `FactionChat_-_Dedicated_to_BurgerMC v1.9.17' uses the space-character (0x20) in its name `FactionChat - Dedicated to BurgerMC' - this is discouraged
  23. [18:12:13] [Server thread/WARN]: Plugin `Tornado_-_Dedicated_to_BurgerMC v1.5' uses the space-character (0x20) in its name `Tornado - Dedicated to BurgerMC' - this is discouraged
  24. [18:12:13] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  25. [18:12:13] [Server thread/ERROR]: Could not load 'plugins/ChatManager v6.5.1.jar' in folder 'plugins'
  26. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/SgtBud/ChatManager/ChatManager : Unsupported major.minor version 52.0
  27. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  28. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  29. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  30. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  31. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  32. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  33. at java.lang.Thread.run(Unknown Source) [?:1.7.0_80]
  34. Caused by: java.lang.UnsupportedClassVersionError: me/SgtBud/ChatManager/ChatManager : Unsupported major.minor version 52.0
  35. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_80]
  36. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_80]
  37. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_80]
  38. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_80]
  39. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_80]
  40. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_80]
  41. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_80]
  42. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_80]
  43. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_80]
  44. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  45. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  46. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
  47. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
  48. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_80]
  49. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_80]
  50. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  51. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  52. ... 6 more
  53. [18:12:14] [Server thread/INFO]: [INFO][NoCheatPlus] Mon Apr 11 18:12:14 CEST 2016
  54. [18:12:14] [Server thread/INFO]: Player instances are stored for efficiency.
  55. [18:12:15] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
  56. [18:12:15] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.0.8
  57. [18:12:15] [Server thread/INFO]: [AsyncWorldEditInjector] Loading AsyncWorldEditInjector v2.2.2
  58. [18:12:15] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  59. [18:12:15] [Server thread/INFO]: [NoHunger] Loading NoHunger v1.0
  60. [18:12:15] [Server thread/INFO]: [ChatControl] Loading ChatControl v5.3.0
  61. [18:12:15] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.7Beta
  62. [18:12:15] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
  63. [18:12:15] [Server thread/INFO]: [MaxBans] Loading MaxBans v2.0
  64. [18:12:15] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  65. [18:12:15] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  66. [18:12:15] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  67. [18:12:15] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v0.7.4
  68. [18:12:15] [Server thread/INFO]: [ViaVersion] ViaVersion 0.7.4 is now loaded, injecting.
  69. [18:12:15] [Server thread/INFO]: [BarAPI] Loading BarAPI v3.1
  70. [18:12:15] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  71. [18:12:15] [Server thread/INFO]: [Commandspy] Loading Commandspy v3.1.2
  72. [18:12:15] [Server thread/INFO]: [HubBoost] Loading HubBoost v1.1
  73. [18:12:15] [Server thread/INFO]: [ItemRenamer] Loading ItemRenamer v1.0.7
  74. [18:12:15] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
  75. [18:12:15] [Server thread/INFO]: [Tornado_-_Dedicated_to_BurgerMC] Loading Tornado_-_Dedicated_to_BurgerMC v1.5
  76. [18:12:15] [Server thread/INFO]: [ColoredTags] Loading ColoredTags v2.1.3
  77. [18:12:15] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.0
  78. [18:12:15] [Server thread/INFO]: [SimpleBroadcast] Loading SimpleBroadcast v1.9.2
  79. [18:12:15] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.5
  80. [18:12:16] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.12
  81. [18:12:16] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  82. [18:12:16] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v2.2.2
  83. [18:12:16] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.7-RC-sMD5NET-b925
  84. [18:12:16] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
  85. [18:12:17] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  86. [18:12:17] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
  87. [18:12:17] [Server thread/INFO]: [Auction] Loading Auction v1.0
  88. [18:12:17] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  89. [18:12:17] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v2.4-b530
  90. [18:12:17] [Server thread/INFO]: [KitAdder] Loading KitAdder v2.4
  91. [18:12:17] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v2.7.7
  92. [18:12:17] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  93. [18:12:17] [Server thread/INFO]: [Factions] Loading Factions v2.8.7Beta
  94. [18:12:17] [Server thread/INFO]: [FactionChat_-_Dedicated_to_BurgerMC] Loading FactionChat_-_Dedicated_to_BurgerMC v1.9.17
  95. [18:12:17] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11-hack
  96. [18:12:17] [Server thread/INFO]: [AsyncWorldEditInjector] Enabling AsyncWorldEditInjector v2.2.2
  97. [18:12:17] [Server thread/INFO]: [AsyncWorldEditInjector] Injector platform set to: InjectorBukkit
  98. [18:12:17] [Server thread/INFO]: [AsyncWorldEditInjector] Injecting WorldEdit classes...
  99. [18:12:17] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.EditSession injected.
  100. [18:12:17] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.function.operation.Operations injected.
  101. [18:12:17] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.SchematicCommands injected.
  102. [18:12:17] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.ScriptingCommands injected.
  103. [18:12:17] [Server thread/INFO]: [AsyncWorldEditInjector] Enabled
  104. [18:12:17] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.7Beta
  105. [18:12:17] [Server thread/INFO]: [MassiveCore 2.8.7Beta] === ENABLE START ===
  106. [18:12:17] [Server thread/INFO]: [MassiveCore 2.8.7Beta] Loading Cachefile datas...
  107. [18:12:17] [Server thread/INFO]: [MassiveCore 2.8.7Beta] Loading Onlineplayer datas...
  108. [18:12:17] [Server thread/INFO]: [MassiveCore 2.8.7Beta] Loading Registry datas...
  109. [18:12:17] [Server thread/INFO]: [MassiveCore 2.8.7Beta] Saving Cachefile...
  110. [18:12:17] [Server thread/INFO]: [MassiveCore 2.8.7Beta] Setup of IdUtil took 206ms.
  111. [18:12:18] [Server thread/INFO]: [MassiveCore 2.8.7Beta] === ENABLE COMPLETE (Took 1168ms) ===
  112. [18:12:18] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  113. [18:12:18] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  114. [18:12:18] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  115. [18:12:18] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  116. [18:12:18] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  117. [18:12:18] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  118. [18:12:18] [Server thread/INFO]: [MassiveCore 2.8.7Beta] Activated Integration IntegrationVault
  119. [18:12:18] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v0.7.4
  120. [18:12:19] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.5
  121. [18:12:19] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  122. [18:12:19] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  123. [18:12:19] [Server thread/INFO]: Preparing level "map"
  124. [18:12:19] [Server thread/INFO]: -------- World Settings For [map] --------
  125. [18:12:19] [Server thread/INFO]: Mob Spawn Range: 4
  126. [18:12:19] [Server thread/INFO]: Anti X-Ray: true
  127. [18:12:19] [Server thread/INFO]: Engine Mode: 1
  128. [18:12:19] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  129. [18:12:19] [Server thread/INFO]: Replace Blocks: [1, 5]
  130. [18:12:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  131. [18:12:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
  132. [18:12:19] [Server thread/INFO]: Cane Growth Modifier: 100%
  133. [18:12:19] [Server thread/INFO]: Melon Growth Modifier: 100%
  134. [18:12:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  135. [18:12:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  136. [18:12:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
  137. [18:12:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
  138. [18:12:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  139. [18:12:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  140. [18:12:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  141. [18:12:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  142. [18:12:19] [Server thread/INFO]: Random Lighting Updates: false
  143. [18:12:19] [Server thread/INFO]: Structure Info Saving: true
  144. [18:12:19] [Server thread/INFO]: Sending up to 10 chunks per packet
  145. [18:12:19] [Server thread/INFO]: Max Entity Collisions: 8
  146. [18:12:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  147. [18:12:19] [Server thread/INFO]: Max TNT Explosions: 100
  148. [18:12:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  149. [18:12:19] [Server thread/INFO]: Item Despawn Rate: 6000
  150. [18:12:19] [Server thread/INFO]: Item Merge Radius: 2.5
  151. [18:12:19] [Server thread/INFO]: View Distance: 8
  152. [18:12:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
  153. [18:12:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  154. [18:12:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  155. [18:12:19] [Server thread/INFO]: Chunks to Grow per Tick: 650
  156. [18:12:19] [Server thread/INFO]: Clear tick list: false
  157. [18:12:19] [Server thread/INFO]: Experience Merge Radius: 3.0
  158. [18:12:20] [Server thread/INFO]: -------- World Settings For [map_nether] --------
  159. [18:12:20] [Server thread/INFO]: Mob Spawn Range: 4
  160. [18:12:20] [Server thread/INFO]: Anti X-Ray: true
  161. [18:12:20] [Server thread/INFO]: Engine Mode: 1
  162. [18:12:20] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  163. [18:12:20] [Server thread/INFO]: Replace Blocks: [1, 5]
  164. [18:12:20] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  165. [18:12:20] [Server thread/INFO]: Cactus Growth Modifier: 100%
  166. [18:12:20] [Server thread/INFO]: Cane Growth Modifier: 100%
  167. [18:12:20] [Server thread/INFO]: Melon Growth Modifier: 100%
  168. [18:12:20] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  169. [18:12:20] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  170. [18:12:20] [Server thread/INFO]: Sapling Growth Modifier: 100%
  171. [18:12:20] [Server thread/INFO]: Wheat Growth Modifier: 100%
  172. [18:12:20] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  173. [18:12:20] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  174. [18:12:20] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  175. [18:12:20] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  176. [18:12:20] [Server thread/INFO]: Random Lighting Updates: false
  177. [18:12:20] [Server thread/INFO]: Structure Info Saving: true
  178. [18:12:20] [Server thread/INFO]: Sending up to 10 chunks per packet
  179. [18:12:20] [Server thread/INFO]: Max Entity Collisions: 8
  180. [18:12:20] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  181. [18:12:20] [Server thread/INFO]: Max TNT Explosions: 100
  182. [18:12:20] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  183. [18:12:20] [Server thread/INFO]: Item Despawn Rate: 6000
  184. [18:12:20] [Server thread/INFO]: Item Merge Radius: 2.5
  185. [18:12:20] [Server thread/INFO]: View Distance: 8
  186. [18:12:20] [Server thread/INFO]: Arrow Despawn Rate: 1200
  187. [18:12:20] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  188. [18:12:20] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  189. [18:12:20] [Server thread/INFO]: Chunks to Grow per Tick: 650
  190. [18:12:20] [Server thread/INFO]: Clear tick list: false
  191. [18:12:20] [Server thread/INFO]: Experience Merge Radius: 3.0
  192. [18:12:20] [Server thread/INFO]: -------- World Settings For [map_the_end] --------
  193. [18:12:20] [Server thread/INFO]: Mob Spawn Range: 4
  194. [18:12:20] [Server thread/INFO]: Anti X-Ray: true
  195. [18:12:20] [Server thread/INFO]: Engine Mode: 1
  196. [18:12:20] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  197. [18:12:20] [Server thread/INFO]: Replace Blocks: [1, 5]
  198. [18:12:20] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  199. [18:12:20] [Server thread/INFO]: Cactus Growth Modifier: 100%
  200. [18:12:20] [Server thread/INFO]: Cane Growth Modifier: 100%
  201. [18:12:20] [Server thread/INFO]: Melon Growth Modifier: 100%
  202. [18:12:20] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  203. [18:12:20] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  204. [18:12:20] [Server thread/INFO]: Sapling Growth Modifier: 100%
  205. [18:12:20] [Server thread/INFO]: Wheat Growth Modifier: 100%
  206. [18:12:20] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  207. [18:12:20] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  208. [18:12:20] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  209. [18:12:20] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  210. [18:12:20] [Server thread/INFO]: Random Lighting Updates: false
  211. [18:12:20] [Server thread/INFO]: Structure Info Saving: true
  212. [18:12:20] [Server thread/INFO]: Sending up to 10 chunks per packet
  213. [18:12:20] [Server thread/INFO]: Max Entity Collisions: 8
  214. [18:12:20] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  215. [18:12:20] [Server thread/INFO]: Max TNT Explosions: 100
  216. [18:12:20] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  217. [18:12:20] [Server thread/INFO]: Item Despawn Rate: 6000
  218. [18:12:20] [Server thread/INFO]: Item Merge Radius: 2.5
  219. [18:12:20] [Server thread/INFO]: View Distance: 8
  220. [18:12:20] [Server thread/INFO]: Arrow Despawn Rate: 1200
  221. [18:12:20] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  222. [18:12:20] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  223. [18:12:20] [Server thread/INFO]: Chunks to Grow per Tick: 650
  224. [18:12:20] [Server thread/INFO]: Clear tick list: false
  225. [18:12:20] [Server thread/INFO]: Experience Merge Radius: 3.0
  226. [18:12:20] [Server thread/INFO]: Preparing start region for level 0 (Seed: -4038063681893690640)
  227. [18:12:20] [Server thread/WARN]: Skipping Piece with id Iglu
  228. [18:12:20] [Server thread/WARN]: Skipping Piece with id Iglu
  229. [18:12:20] [Server thread/WARN]: Skipping Piece with id Iglu
  230. [18:12:20] [Server thread/WARN]: Skipping Piece with id Iglu
  231. [18:12:20] [Server thread/WARN]: Skipping Piece with id Iglu
  232. [18:12:21] [Server thread/INFO]: Preparing spawn area: 6%
  233. [18:12:22] [Server thread/INFO]: Preparing spawn area: 42%
  234. [18:12:23] [Server thread/INFO]: Preparing spawn area: 69%
  235. [18:12:23] [Server thread/INFO]: Preparing start region for level 1 (Seed: -4038063681893690640)
  236. [18:12:24] [Server thread/INFO]: Preparing spawn area: 23%
  237. [18:12:25] [Server thread/INFO]: Preparing spawn area: 57%
  238. [18:12:26] [Server thread/INFO]: Preparing spawn area: 93%
  239. [18:12:27] [Server thread/INFO]: Preparing start region for level 2 (Seed: -4038063681893690640)
  240. [18:12:27] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
  241. [18:12:27] [Server thread/INFO]: [Tim] Unused enchantments: DEPTH_STRIDER(8) LURE(62) LUCK(61) 
  242. [18:12:27] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
  243. [18:12:27] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.0.8
  244. [18:12:27] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  245. [18:12:28] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  246. [18:12:29] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  247. [18:12:29] [Server thread/INFO]: [NoHunger] Enabling NoHunger v1.0
  248. [18:12:29] [Server thread/INFO]: [ChatControl] Enabling ChatControl v5.3.0
  249. [18:12:29] [Server thread/INFO]: Hooked into: Essentials
  250. [18:12:29] [Server thread/INFO]: Hooked into: Multiverse-Core (World Alias)
  251. [18:12:29] [Server thread/INFO]: Hooked into: ProtocolLib (Packet Features)
  252. [18:12:29] [Server thread/INFO]: Hooked into: Vault
  253. [18:12:29] [Server thread/INFO]: Hooked into: Factions
  254. [18:12:29] [Server thread/INFO]: Hooked into: Factions
  255. [18:12:29] [Server thread/INFO]: [MaxBans] Enabling MaxBans v2.0
  256. [18:12:29] [Server thread/INFO]: [MaxBans] Using SQLite
  257. [18:12:30] [Server thread/INFO]: [MaxBans] Loading from DB...
  258. [18:12:30] [Server thread/INFO]: [MaxBans] Loading bans
  259. [18:12:30] [Server thread/INFO]: [MaxBans] Loading ipbans
  260. [18:12:30] [Server thread/INFO]: [MaxBans] Loading mutes
  261. [18:12:30] [Server thread/INFO]: [MaxBans] Loading player names...
  262. [18:12:30] [Server thread/INFO]: [MaxBans] Loading IP History
  263. [18:12:30] [Server thread/INFO]: [MaxBans] Loading warn history...
  264. [18:12:30] [Server thread/INFO]: [MaxBans] Loading chat commands...
  265. [18:12:30] [Server thread/INFO]: [MaxBans] Loading history...
  266. [18:12:30] [Server thread/INFO]: [MaxBans] Starting DNS blacklist
  267. [18:12:30] [Server thread/INFO]: [MaxBans] Loading proxys...
  268. [18:12:31] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  269. [18:12:31] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  270. [18:12:31] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  271. [18:12:32] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'map' - Env: NORMAL - Type: NORMAL & seed: -4038063681893690640
  272. [18:12:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'map_nether' - Env: NETHER - Type: NORMAL & seed: -4038063681893690640
  273. [18:12:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'map_the_end' - Env: THE_END - Type: NORMAL & seed: -4038063681893690640
  274. [18:12:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Factions' - Env: NORMAL - Type: FLAT & seed: 0
  275. [18:12:33] [Server thread/INFO]: -------- World Settings For [Factions] --------
  276. [18:12:33] [Server thread/INFO]: Mob Spawn Range: 4
  277. [18:12:33] [Server thread/INFO]: Anti X-Ray: true
  278. [18:12:33] [Server thread/INFO]: Engine Mode: 1
  279. [18:12:33] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  280. [18:12:33] [Server thread/INFO]: Replace Blocks: [1, 5]
  281. [18:12:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  282. [18:12:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
  283. [18:12:33] [Server thread/INFO]: Cane Growth Modifier: 100%
  284. [18:12:33] [Server thread/INFO]: Melon Growth Modifier: 100%
  285. [18:12:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  286. [18:12:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  287. [18:12:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
  288. [18:12:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
  289. [18:12:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  290. [18:12:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  291. [18:12:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  292. [18:12:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  293. [18:12:33] [Server thread/INFO]: Random Lighting Updates: false
  294. [18:12:33] [Server thread/INFO]: Structure Info Saving: true
  295. [18:12:33] [Server thread/INFO]: Sending up to 10 chunks per packet
  296. [18:12:33] [Server thread/INFO]: Max Entity Collisions: 8
  297. [18:12:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  298. [18:12:33] [Server thread/INFO]: Max TNT Explosions: 100
  299. [18:12:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  300. [18:12:33] [Server thread/INFO]: Item Despawn Rate: 6000
  301. [18:12:33] [Server thread/INFO]: Item Merge Radius: 2.5
  302. [18:12:33] [Server thread/INFO]: View Distance: 8
  303. [18:12:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
  304. [18:12:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  305. [18:12:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  306. [18:12:33] [Server thread/INFO]: Chunks to Grow per Tick: 650
  307. [18:12:33] [Server thread/INFO]: Clear tick list: false
  308. [18:12:33] [Server thread/INFO]: Experience Merge Radius: 3.0
  309. [18:12:33] [Server thread/INFO]: Preparing start region for level 3 (Seed: 0)
  310. [18:12:34] [User Authenticator #1/INFO]: UUID of player _NarutoUzumaki1 is 9743a2d4-8aa8-4685-a05c-3eeb920aaa63
  311. [18:12:34] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Faction' - Env: NORMAL - Type: NORMAL & seed: -619350521649927359
  312. [18:12:34] [Server thread/INFO]: -------- World Settings For [Faction] --------
  313. [18:12:34] [Server thread/INFO]: Mob Spawn Range: 4
  314. [18:12:34] [Server thread/INFO]: Anti X-Ray: true
  315. [18:12:34] [Server thread/INFO]: Engine Mode: 1
  316. [18:12:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  317. [18:12:34] [Server thread/INFO]: Replace Blocks: [1, 5]
  318. [18:12:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  319. [18:12:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
  320. [18:12:34] [Server thread/INFO]: Cane Growth Modifier: 100%
  321. [18:12:34] [Server thread/INFO]: Melon Growth Modifier: 100%
  322. [18:12:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  323. [18:12:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  324. [18:12:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
  325. [18:12:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
  326. [18:12:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  327. [18:12:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  328. [18:12:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  329. [18:12:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  330. [18:12:34] [Server thread/INFO]: Random Lighting Updates: false
  331. [18:12:34] [Server thread/INFO]: Structure Info Saving: true
  332. [18:12:34] [Server thread/INFO]: Sending up to 10 chunks per packet
  333. [18:12:34] [Server thread/INFO]: Max Entity Collisions: 8
  334. [18:12:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  335. [18:12:34] [Server thread/INFO]: Max TNT Explosions: 100
  336. [18:12:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  337. [18:12:34] [Server thread/INFO]: Item Despawn Rate: 6000
  338. [18:12:34] [Server thread/INFO]: Item Merge Radius: 2.5
  339. [18:12:34] [Server thread/INFO]: View Distance: 8
  340. [18:12:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
  341. [18:12:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  342. [18:12:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  343. [18:12:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
  344. [18:12:34] [Server thread/INFO]: Clear tick list: false
  345. [18:12:34] [Server thread/INFO]: Experience Merge Radius: 3.0
  346. [18:12:34] [Server thread/INFO]: Preparing start region for level 4 (Seed: -619350521649927359)
  347. [18:12:35] [Server thread/INFO]: Preparing spawn area for Faction, 24%
  348. [18:12:36] [Server thread/INFO]: Preparing spawn area for Faction, 77%
  349. [18:12:37] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Builds' - Env: NORMAL - Type: FLAT & seed: 2331740980980889280
  350. [18:12:37] [Server thread/INFO]: -------- World Settings For [Builds] --------
  351. [18:12:37] [Server thread/INFO]: Mob Spawn Range: 4
  352. [18:12:37] [Server thread/INFO]: Anti X-Ray: true
  353. [18:12:37] [Server thread/INFO]: Engine Mode: 1
  354. [18:12:37] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  355. [18:12:37] [Server thread/INFO]: Replace Blocks: [1, 5]
  356. [18:12:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  357. [18:12:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
  358. [18:12:37] [Server thread/INFO]: Cane Growth Modifier: 100%
  359. [18:12:37] [Server thread/INFO]: Melon Growth Modifier: 100%
  360. [18:12:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  361. [18:12:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  362. [18:12:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
  363. [18:12:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
  364. [18:12:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  365. [18:12:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  366. [18:12:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  367. [18:12:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  368. [18:12:37] [Server thread/INFO]: Random Lighting Updates: false
  369. [18:12:37] [Server thread/INFO]: Structure Info Saving: true
  370. [18:12:37] [Server thread/INFO]: Sending up to 10 chunks per packet
  371. [18:12:37] [Server thread/INFO]: Max Entity Collisions: 8
  372. [18:12:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  373. [18:12:37] [Server thread/INFO]: Max TNT Explosions: 100
  374. [18:12:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  375. [18:12:37] [Server thread/INFO]: Item Despawn Rate: 6000
  376. [18:12:37] [Server thread/INFO]: Item Merge Radius: 2.5
  377. [18:12:37] [Server thread/INFO]: View Distance: 8
  378. [18:12:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
  379. [18:12:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  380. [18:12:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  381. [18:12:37] [Server thread/INFO]: Chunks to Grow per Tick: 650
  382. [18:12:37] [Server thread/INFO]: Clear tick list: false
  383. [18:12:37] [Server thread/INFO]: Experience Merge Radius: 3.0
  384. [18:12:37] [Server thread/INFO]: Preparing start region for level 5 (Seed: 2331740980980889280)
  385. [18:12:38] [Server thread/INFO]: Preparing spawn area for Builds, 77%
  386. [18:12:38] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 2728826936540428852
  387. [18:12:38] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  388. [18:12:38] [Server thread/INFO]: Mob Spawn Range: 4
  389. [18:12:38] [Server thread/INFO]: Anti X-Ray: true
  390. [18:12:38] [Server thread/INFO]: Engine Mode: 1
  391. [18:12:38] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  392. [18:12:38] [Server thread/INFO]: Replace Blocks: [1, 5]
  393. [18:12:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  394. [18:12:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
  395. [18:12:38] [Server thread/INFO]: Cane Growth Modifier: 100%
  396. [18:12:38] [Server thread/INFO]: Melon Growth Modifier: 100%
  397. [18:12:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  398. [18:12:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  399. [18:12:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
  400. [18:12:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
  401. [18:12:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  402. [18:12:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  403. [18:12:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  404. [18:12:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  405. [18:12:38] [Server thread/INFO]: Random Lighting Updates: false
  406. [18:12:38] [Server thread/INFO]: Structure Info Saving: true
  407. [18:12:38] [Server thread/INFO]: Sending up to 10 chunks per packet
  408. [18:12:38] [Server thread/INFO]: Max Entity Collisions: 8
  409. [18:12:38] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  410. [18:12:38] [Server thread/INFO]: Max TNT Explosions: 100
  411. [18:12:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  412. [18:12:38] [Server thread/INFO]: Item Despawn Rate: 6000
  413. [18:12:38] [Server thread/INFO]: Item Merge Radius: 2.5
  414. [18:12:38] [Server thread/INFO]: View Distance: 8
  415. [18:12:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
  416. [18:12:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  417. [18:12:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  418. [18:12:38] [Server thread/INFO]: Chunks to Grow per Tick: 650
  419. [18:12:38] [Server thread/INFO]: Clear tick list: false
  420. [18:12:38] [Server thread/INFO]: Experience Merge Radius: 3.0
  421. [18:12:38] [Server thread/INFO]: Preparing start region for level 6 (Seed: 2728826936540428852)
  422. [18:12:39] [Server thread/INFO]: Preparing spawn area for world_nether, 48%
  423. [18:12:40] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'X_nether' - Env: NETHER - Type: NORMAL & seed: 1203261980004782297
  424. [18:12:41] [Server thread/INFO]: -------- World Settings For [X_nether] --------
  425. [18:12:41] [Server thread/INFO]: Mob Spawn Range: 4
  426. [18:12:41] [Server thread/INFO]: Anti X-Ray: true
  427. [18:12:41] [Server thread/INFO]: Engine Mode: 1
  428. [18:12:41] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  429. [18:12:41] [Server thread/INFO]: Replace Blocks: [1, 5]
  430. [18:12:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  431. [18:12:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  432. [18:12:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  433. [18:12:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  434. [18:12:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  435. [18:12:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  436. [18:12:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  437. [18:12:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  438. [18:12:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  439. [18:12:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  440. [18:12:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  441. [18:12:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  442. [18:12:41] [Server thread/INFO]: Random Lighting Updates: false
  443. [18:12:41] [Server thread/INFO]: Structure Info Saving: true
  444. [18:12:41] [Server thread/INFO]: Sending up to 10 chunks per packet
  445. [18:12:41] [Server thread/INFO]: Max Entity Collisions: 8
  446. [18:12:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  447. [18:12:41] [Server thread/INFO]: Max TNT Explosions: 100
  448. [18:12:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  449. [18:12:41] [Server thread/INFO]: Item Despawn Rate: 6000
  450. [18:12:41] [Server thread/INFO]: Item Merge Radius: 2.5
  451. [18:12:41] [Server thread/INFO]: View Distance: 8
  452. [18:12:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
  453. [18:12:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  454. [18:12:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  455. [18:12:41] [Server thread/INFO]: Chunks to Grow per Tick: 650
  456. [18:12:41] [Server thread/INFO]: Clear tick list: false
  457. [18:12:41] [Server thread/INFO]: Experience Merge Radius: 3.0
  458. [18:12:41] [Server thread/INFO]: Preparing start region for level 7 (Seed: 1203261980004782297)
  459. [18:12:42] [Server thread/INFO]: Preparing spawn area for X_nether, 65%
  460. [18:12:42] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'X' - Env: NETHER - Type: NORMAL & seed: -3885547682276150560
  461. [18:12:42] [Server thread/INFO]: -------- World Settings For [X] --------
  462. [18:12:42] [Server thread/INFO]: Mob Spawn Range: 4
  463. [18:12:42] [Server thread/INFO]: Anti X-Ray: true
  464. [18:12:42] [Server thread/INFO]: Engine Mode: 1
  465. [18:12:42] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  466. [18:12:42] [Server thread/INFO]: Replace Blocks: [1, 5]
  467. [18:12:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  468. [18:12:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
  469. [18:12:42] [Server thread/INFO]: Cane Growth Modifier: 100%
  470. [18:12:42] [Server thread/INFO]: Melon Growth Modifier: 100%
  471. [18:12:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  472. [18:12:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  473. [18:12:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
  474. [18:12:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
  475. [18:12:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  476. [18:12:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  477. [18:12:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  478. [18:12:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  479. [18:12:42] [Server thread/INFO]: Random Lighting Updates: false
  480. [18:12:42] [Server thread/INFO]: Structure Info Saving: true
  481. [18:12:42] [Server thread/INFO]: Sending up to 10 chunks per packet
  482. [18:12:42] [Server thread/INFO]: Max Entity Collisions: 8
  483. [18:12:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  484. [18:12:42] [Server thread/INFO]: Max TNT Explosions: 100
  485. [18:12:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  486. [18:12:42] [Server thread/INFO]: Item Despawn Rate: 6000
  487. [18:12:42] [Server thread/INFO]: Item Merge Radius: 2.5
  488. [18:12:42] [Server thread/INFO]: View Distance: 8
  489. [18:12:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
  490. [18:12:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  491. [18:12:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  492. [18:12:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
  493. [18:12:42] [Server thread/INFO]: Clear tick list: false
  494. [18:12:42] [Server thread/INFO]: Experience Merge Radius: 3.0
  495. [18:12:42] [Server thread/INFO]: Preparing start region for level 8 (Seed: -3885547682276150560)
  496. [18:12:43] [Server thread/INFO]: Preparing spawn area for X, 52%
  497. [18:12:44] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'factions_nether' - Env: NETHER - Type: NORMAL & seed: 4153222128004005429
  498. [18:12:44] [Server thread/INFO]: -------- World Settings For [factions_nether] --------
  499. [18:12:44] [Server thread/INFO]: Mob Spawn Range: 4
  500. [18:12:44] [Server thread/INFO]: Anti X-Ray: true
  501. [18:12:44] [Server thread/INFO]: Engine Mode: 1
  502. [18:12:44] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  503. [18:12:44] [Server thread/INFO]: Replace Blocks: [1, 5]
  504. [18:12:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  505. [18:12:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
  506. [18:12:44] [Server thread/INFO]: Cane Growth Modifier: 100%
  507. [18:12:44] [Server thread/INFO]: Melon Growth Modifier: 100%
  508. [18:12:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  509. [18:12:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  510. [18:12:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
  511. [18:12:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
  512. [18:12:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  513. [18:12:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  514. [18:12:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  515. [18:12:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  516. [18:12:44] [Server thread/INFO]: Random Lighting Updates: false
  517. [18:12:44] [Server thread/INFO]: Structure Info Saving: true
  518. [18:12:44] [Server thread/INFO]: Sending up to 10 chunks per packet
  519. [18:12:44] [Server thread/INFO]: Max Entity Collisions: 8
  520. [18:12:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  521. [18:12:44] [Server thread/INFO]: Max TNT Explosions: 100
  522. [18:12:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  523. [18:12:44] [Server thread/INFO]: Item Despawn Rate: 6000
  524. [18:12:44] [Server thread/INFO]: Item Merge Radius: 2.5
  525. [18:12:44] [Server thread/INFO]: View Distance: 8
  526. [18:12:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
  527. [18:12:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  528. [18:12:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  529. [18:12:44] [Server thread/INFO]: Chunks to Grow per Tick: 650
  530. [18:12:44] [Server thread/INFO]: Clear tick list: false
  531. [18:12:44] [Server thread/INFO]: Experience Merge Radius: 3.0
  532. [18:12:44] [Server thread/INFO]: Preparing start region for level 9 (Seed: 4153222128004005429)
  533. [18:12:45] [Server thread/INFO]: Preparing spawn area for factions_nether, 61%
  534. [18:12:46] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'factions_the_end' - Env: THE_END - Type: NORMAL & seed: -3041299492942587009
  535. [18:12:46] [Server thread/INFO]: -------- World Settings For [factions_the_end] --------
  536. [18:12:46] [Server thread/INFO]: Mob Spawn Range: 4
  537. [18:12:46] [Server thread/INFO]: Anti X-Ray: true
  538. [18:12:46] [Server thread/INFO]: Engine Mode: 1
  539. [18:12:46] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  540. [18:12:46] [Server thread/INFO]: Replace Blocks: [1, 5]
  541. [18:12:46] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  542. [18:12:46] [Server thread/INFO]: Cactus Growth Modifier: 100%
  543. [18:12:46] [Server thread/INFO]: Cane Growth Modifier: 100%
  544. [18:12:46] [Server thread/INFO]: Melon Growth Modifier: 100%
  545. [18:12:46] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  546. [18:12:46] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  547. [18:12:46] [Server thread/INFO]: Sapling Growth Modifier: 100%
  548. [18:12:46] [Server thread/INFO]: Wheat Growth Modifier: 100%
  549. [18:12:46] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  550. [18:12:46] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  551. [18:12:46] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  552. [18:12:46] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  553. [18:12:46] [Server thread/INFO]: Random Lighting Updates: false
  554. [18:12:46] [Server thread/INFO]: Structure Info Saving: true
  555. [18:12:46] [Server thread/INFO]: Sending up to 10 chunks per packet
  556. [18:12:46] [Server thread/INFO]: Max Entity Collisions: 8
  557. [18:12:46] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  558. [18:12:46] [Server thread/INFO]: Max TNT Explosions: 100
  559. [18:12:46] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  560. [18:12:46] [Server thread/INFO]: Item Despawn Rate: 6000
  561. [18:12:46] [Server thread/INFO]: Item Merge Radius: 2.5
  562. [18:12:46] [Server thread/INFO]: View Distance: 8
  563. [18:12:46] [Server thread/INFO]: Arrow Despawn Rate: 1200
  564. [18:12:46] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  565. [18:12:46] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  566. [18:12:46] [Server thread/INFO]: Chunks to Grow per Tick: 650
  567. [18:12:46] [Server thread/INFO]: Clear tick list: false
  568. [18:12:46] [Server thread/INFO]: Experience Merge Radius: 3.0
  569. [18:12:46] [Server thread/INFO]: Preparing start region for level 10 (Seed: -3041299492942587009)
  570. [18:12:47] [Server thread/INFO]: [Multiverse-Core] 11 - World(s) loaded.
  571. [18:12:47] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  572. [18:12:47] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  573. [18:12:47] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  574. [18:12:47] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  575. [18:12:47] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  576. [18:12:47] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  577. [18:12:47] [Server thread/INFO]: [BarAPI] Enabling BarAPI v3.1
  578. [18:12:47] [Server thread/INFO]: [BarAPI] Loaded
  579. [18:12:47] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  580. [18:12:47] [Server thread/INFO]: [WorldGuard] (map) TNT ignition is PERMITTED.
  581. [18:12:47] [Server thread/INFO]: [WorldGuard] (map) Lighters are PERMITTED.
  582. [18:12:47] [Server thread/INFO]: [WorldGuard] (map) Lava fire is blocked.
  583. [18:12:47] [Server thread/INFO]: [WorldGuard] (map) Fire spread is UNRESTRICTED.
  584. [18:12:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'map'
  585. [18:12:47] [Server thread/INFO]: [WorldGuard] (map_nether) TNT ignition is PERMITTED.
  586. [18:12:47] [Server thread/INFO]: [WorldGuard] (map_nether) Lighters are PERMITTED.
  587. [18:12:47] [Server thread/INFO]: [WorldGuard] (map_nether) Lava fire is blocked.
  588. [18:12:47] [Server thread/INFO]: [WorldGuard] (map_nether) Fire spread is UNRESTRICTED.
  589. [18:12:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'map_nether'
  590. [18:12:47] [Server thread/INFO]: [WorldGuard] (map_the_end) TNT ignition is PERMITTED.
  591. [18:12:47] [Server thread/INFO]: [WorldGuard] (map_the_end) Lighters are PERMITTED.
  592. [18:12:47] [Server thread/INFO]: [WorldGuard] (map_the_end) Lava fire is blocked.
  593. [18:12:47] [Server thread/INFO]: [WorldGuard] (map_the_end) Fire spread is UNRESTRICTED.
  594. [18:12:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'map_the_end'
  595. [18:12:47] [Server thread/INFO]: [WorldGuard] (Factions) TNT ignition is PERMITTED.
  596. [18:12:47] [Server thread/INFO]: [WorldGuard] (Factions) Lighters are PERMITTED.
  597. [18:12:47] [Server thread/INFO]: [WorldGuard] (Factions) Lava fire is blocked.
  598. [18:12:47] [Server thread/INFO]: [WorldGuard] (Factions) Fire spread is UNRESTRICTED.
  599. [18:12:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Factions'
  600. [18:12:47] [Server thread/INFO]: [WorldGuard] (Faction) TNT ignition is PERMITTED.
  601. [18:12:47] [Server thread/INFO]: [WorldGuard] (Faction) Lighters are PERMITTED.
  602. [18:12:47] [Server thread/INFO]: [WorldGuard] (Faction) Lava fire is blocked.
  603. [18:12:47] [Server thread/INFO]: [WorldGuard] (Faction) Fire spread is UNRESTRICTED.
  604. [18:12:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Faction'
  605. [18:12:47] [Server thread/INFO]: [WorldGuard] (Builds) TNT ignition is PERMITTED.
  606. [18:12:47] [Server thread/INFO]: [WorldGuard] (Builds) Lighters are PERMITTED.
  607. [18:12:47] [Server thread/INFO]: [WorldGuard] (Builds) Lava fire is blocked.
  608. [18:12:47] [Server thread/INFO]: [WorldGuard] (Builds) Fire spread is UNRESTRICTED.
  609. [18:12:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Builds'
  610. [18:12:47] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  611. [18:12:47] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  612. [18:12:47] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  613. [18:12:47] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  614. [18:12:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  615. [18:12:48] [Server thread/INFO]: [WorldGuard] (X_nether) TNT ignition is PERMITTED.
  616. [18:12:48] [Server thread/INFO]: [WorldGuard] (X_nether) Lighters are PERMITTED.
  617. [18:12:48] [Server thread/INFO]: [WorldGuard] (X_nether) Lava fire is blocked.
  618. [18:12:48] [Server thread/INFO]: [WorldGuard] (X_nether) Fire spread is UNRESTRICTED.
  619. [18:12:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'X_nether'
  620. [18:12:48] [Server thread/INFO]: [WorldGuard] (X) TNT ignition is PERMITTED.
  621. [18:12:48] [Server thread/INFO]: [WorldGuard] (X) Lighters are PERMITTED.
  622. [18:12:48] [Server thread/INFO]: [WorldGuard] (X) Lava fire is blocked.
  623. [18:12:48] [Server thread/INFO]: [WorldGuard] (X) Fire spread is UNRESTRICTED.
  624. [18:12:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'X'
  625. [18:12:48] [Server thread/INFO]: [WorldGuard] (factions_nether) TNT ignition is PERMITTED.
  626. [18:12:48] [Server thread/INFO]: [WorldGuard] (factions_nether) Lighters are PERMITTED.
  627. [18:12:48] [Server thread/INFO]: [WorldGuard] (factions_nether) Lava fire is blocked.
  628. [18:12:48] [Server thread/INFO]: [WorldGuard] (factions_nether) Fire spread is UNRESTRICTED.
  629. [18:12:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'factions_nether'
  630. [18:12:48] [Server thread/INFO]: [WorldGuard] (factions_the_end) TNT ignition is PERMITTED.
  631. [18:12:48] [Server thread/INFO]: [WorldGuard] (factions_the_end) Lighters are PERMITTED.
  632. [18:12:48] [Server thread/INFO]: [WorldGuard] (factions_the_end) Lava fire is blocked.
  633. [18:12:48] [Server thread/INFO]: [WorldGuard] (factions_the_end) Fire spread is UNRESTRICTED.
  634. [18:12:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'factions_the_end'
  635. [18:12:48] [Server thread/INFO]: [WorldGuard] Loading region data...
  636. [18:12:49] [Server thread/INFO]: [Commandspy] Enabling Commandspy v3.1.2
  637. [18:12:49] [Server thread/INFO]: [HubBoost] Enabling HubBoost v1.1
  638. [18:12:49] [Server thread/INFO]: [HubBoost] Loading the config...
  639. [18:12:49] [Server thread/INFO]: [ItemRenamer] Enabling ItemRenamer v1.0.7
  640. [18:12:49] [Server thread/INFO]: [ItemRenamer] ItemRenamer v1.0.7 is now enabled!
  641. [18:12:49] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
  642. [18:12:49] [Server thread/INFO]: [ChestCommands] Hooked BarAPI
  643. [18:12:49] [Thread-21/INFO]: [HubBoost] A new Update is avaible! Download the newest Verion (DiscoArmor 2.6.2) here: http://servermods.cursecdn.com/files/806/628/DiscoArmor_2_6_2.jar
  644. [18:12:49] [Server thread/INFO]: [Tornado_-_Dedicated_to_BurgerMC] Enabling Tornado_-_Dedicated_to_BurgerMC v1.5
  645. [18:12:49] [Server thread/INFO]: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  646. [18:12:49] [Server thread/INFO]: Tornado_-_Dedicated_to_BurgerMC Version: 1.5 By: 97WaterPolo has been enabled!
  647. [18:12:49] [Server thread/INFO]: Please suggest ideas by sending a PM at: burgercraftplays.enjin.com
  648. [18:12:49] [Server thread/INFO]: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  649. [18:12:49] [Server thread/INFO]: [ColoredTags] Enabling ColoredTags v2.1.3
  650. [18:12:49] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.0
  651. [18:12:49] [Server thread/INFO]: [ClearLag] Loading modules...
  652. [18:12:50] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  653. [18:12:50] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  654. [18:12:50] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  655. [18:12:50] [Thread-25/INFO]: [ClearLag] Checking for updates...
  656. [18:12:50] [Server thread/INFO]: [SimpleBroadcast] Enabling SimpleBroadcast v1.9.2
  657. [18:12:50] [Thread-25/INFO]: [ClearLag] No updates found!
  658. [18:12:51] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.12
  659. [18:12:51] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
  660. [18:12:51] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  661. [18:12:51] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  662. [18:12:51] [Server thread/INFO]: git-Spigot-db6de12-18fbb24 (MC: 1.8.8)
  663. [18:12:51] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
  664. [18:12:52] [Server thread/INFO]: Using locale en_GB
  665. [18:12:53] [Server thread/INFO]: Using locale en_GB
  666. [18:12:53] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  667. [18:12:53] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  668. [18:12:53] [Server thread/INFO]: [AsyncWorldEdit] Enabling AsyncWorldEdit v2.2.2
  669. [18:12:53] [Server thread/INFO]: [AsyncWorldEdit] BlocksHub plugin not found.
  670. [18:12:53] [Server thread/INFO]: [AsyncWorldEdit] PlotMeFix set to class org.primesoft.asyncworldedit.plotme.NullFix
  671. [18:12:53] [Server thread/INFO]: [AsyncWorldEditInjector] New class factory set to: org.primesoft.asyncworldedit.injector.async.AsyncClassFactory
  672. [18:12:54] [Server thread/INFO]: [AsyncWorldEdit] You have the latest version of the plugin.
  673. [18:12:54] [Server thread/INFO]: [AsyncWorldEdit] Enabled
  674. [18:12:54] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  675. [18:12:54] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
  676. [18:12:54] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  677. [18:12:54] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  678. [18:12:54] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  679. [18:12:54] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  680. [18:12:55] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  681. [18:12:55] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.8.8)...
  682. [18:12:55] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance
  683. [18:12:55] [Server thread/INFO]: [NoCheatPlus] Version 3.13.7-RC-sMD5NET-b925 is enabled.
  684. [18:12:55] [Server thread/INFO]: [Auction] Enabling Auction v1.0
  685. [18:12:56] [Server thread/INFO]: ERROR CONNECTING TO DATABASE!
  686. [18:12:56] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  687.  
  688. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  689. [18:12:56] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  690. [18:12:56] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  691. [18:12:56] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  692. [18:12:56] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  693. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  694. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  695. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
  696. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
  697. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  698. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  699. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  700. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  701. [18:12:56] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  702. [18:12:56] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  703. [18:12:56] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  704. [18:12:56] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  705. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  706. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  707. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  708. [18:12:56] [Server thread/WARN]: at java.sql.DriverManager.getConnection(Unknown Source)
  709. [18:12:56] [Server thread/WARN]: at java.sql.DriverManager.getConnection(Unknown Source)
  710. [18:12:56] [Server thread/WARN]: at me.recolance.auction.data.Database.openDatabaseConnection(Database.java:20)
  711. [18:12:56] [Server thread/WARN]: at me.recolance.auction.Auction.onEnable(Auction.java:27)
  712. [18:12:56] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  713. [18:12:56] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  714. [18:12:56] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  715. [18:12:56] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  716. [18:12:56] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  717. [18:12:56] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  718. [18:12:56] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  719. [18:12:56] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  720. [18:12:56] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  721. [18:12:56] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  722. [18:12:56] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  723. [18:12:56] [Server thread/WARN]: Caused by: java.net.ConnectException: Connection refused
  724. [18:12:56] [Server thread/WARN]: at java.net.PlainSocketImpl.socketConnect(Native Method)
  725. [18:12:56] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  726. [18:12:56] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  727. [18:12:56] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  728. [18:12:56] [Server thread/WARN]: at java.net.SocksSocketImpl.connect(Unknown Source)
  729. [18:12:56] [Server thread/WARN]: at java.net.Socket.connect(Unknown Source)
  730. [18:12:56] [Server thread/WARN]: at java.net.Socket.connect(Unknown Source)
  731. [18:12:56] [Server thread/WARN]: at java.net.Socket.<init>(Unknown Source)
  732. [18:12:56] [Server thread/WARN]: at java.net.Socket.<init>(Unknown Source)
  733. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
  734. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
  735. [18:12:56] [Server thread/WARN]: ... 27 more
  736. [18:12:56] [Server thread/INFO]: ERROR CONNECTING TO DATABASE!
  737. [18:12:56] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  738.  
  739. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  740. [18:12:56] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  741. [18:12:56] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  742. [18:12:56] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  743. [18:12:56] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  744. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  745. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  746. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
  747. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
  748. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  749. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  750. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  751. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  752. [18:12:56] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  753. [18:12:56] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  754. [18:12:56] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  755. [18:12:56] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  756. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  757. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  758. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  759. [18:12:56] [Server thread/WARN]: at java.sql.DriverManager.getConnection(Unknown Source)
  760. [18:12:56] [Server thread/WARN]: at java.sql.DriverManager.getConnection(Unknown Source)
  761. [18:12:56] [Server thread/WARN]: at me.recolance.auction.data.Database.openDatabaseConnection(Database.java:20)
  762. [18:12:56] [Server thread/WARN]: at me.recolance.auction.data.Database.getConnection(Database.java:39)
  763. [18:12:56] [Server thread/WARN]: at me.recolance.auction.data.DataHandler.loadListings(DataHandler.java:77)
  764. [18:12:56] [Server thread/WARN]: at me.recolance.auction.Auction.onEnable(Auction.java:28)
  765. [18:12:56] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  766. [18:12:56] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  767. [18:12:56] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  768. [18:12:56] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  769. [18:12:56] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  770. [18:12:56] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  771. [18:12:56] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  772. [18:12:56] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  773. [18:12:56] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  774. [18:12:56] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  775. [18:12:56] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  776. [18:12:56] [Server thread/WARN]: Caused by: java.net.ConnectException: Connection refused
  777. [18:12:56] [Server thread/WARN]: at java.net.PlainSocketImpl.socketConnect(Native Method)
  778. [18:12:56] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  779. [18:12:56] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  780. [18:12:56] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  781. [18:12:56] [Server thread/WARN]: at java.net.SocksSocketImpl.connect(Unknown Source)
  782. [18:12:56] [Server thread/WARN]: at java.net.Socket.connect(Unknown Source)
  783. [18:12:56] [Server thread/WARN]: at java.net.Socket.connect(Unknown Source)
  784. [18:12:56] [Server thread/WARN]: at java.net.Socket.<init>(Unknown Source)
  785. [18:12:56] [Server thread/WARN]: at java.net.Socket.<init>(Unknown Source)
  786. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
  787. [18:12:56] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
  788. [18:12:56] [Server thread/WARN]: ... 29 more
  789. [18:12:56] [Server thread/ERROR]: Error occurred while enabling Auction v1.0 (Is it up to date?)
  790. java.lang.NullPointerException
  791. at me.recolance.auction.data.DataHandler.loadListings(DataHandler.java:79) ~[?:?]
  792. at me.recolance.auction.Auction.onEnable(Auction.java:28) ~[?:?]
  793. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  794. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  795. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  796. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  797. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  798. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  799. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  800. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  801. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  802. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  803. at java.lang.Thread.run(Unknown Source) [?:1.7.0_80]
  804. [18:12:56] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  805. [18:12:56] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v2.4-b530
  806. [18:12:56] [Server thread/INFO]: [MultiVerse-NetherPortals] - Version 2.4-b530 Enabled - By Rigby and fernferret
  807. [18:12:56] [Server thread/INFO]: [KitAdder] Enabling KitAdder v2.4
  808. [18:12:56] [Server thread/INFO]: [KitAdder] KitAdder plugin has been enabled!
  809. [18:12:56] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v2.7.7
  810. [18:12:56] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.3 or above found, enabling version 2 XP handling.
  811. [18:12:56] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.2 or above found, enabling version 2 log handling.
  812. [18:12:56] [Server thread/INFO]: [EnjinMinecraftPlugin] Couldn't find the TuxTwoLib plugin. Only able to give items to online players only.
  813. [18:12:56] [Server thread/WARN]: [EnjinMinecraftPlugin] Economy plugin is not enabled.
  814. [18:12:57] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  815. [18:12:57] [Server thread/INFO]: [Factions] Enabling Factions v2.8.7Beta
  816. [18:12:57] [Server thread/INFO]: [Factions 2.8.7Beta] === ENABLE START ===
  817. [18:12:58] [Server thread/INFO]: [Factions 2.8.7Beta] Activated Integration IntegrationWorldGuard
  818. [18:12:58] [Server thread/INFO]: [Factions 2.8.7Beta] Activated Integration IntegrationSpigot
  819. [18:12:58] [Server thread/INFO]: [Factions 2.8.7Beta] === ENABLE COMPLETE (Took 1353ms) ===
  820. [18:12:58] [Server thread/INFO]: [Factions 2.8.7Beta] === ENABLE COMPLETE (Took 1357ms) ===
  821. [18:12:58] [Server thread/INFO]: [FactionChat_-_Dedicated_to_BurgerMC] Enabling FactionChat_-_Dedicated_to_BurgerMC v1.9.17
  822. [18:12:58] [Server thread/INFO]: [FactionChat] using Factions API of: nz.co.lolnet.james137137.FactionChat.FactionsAPI.FactionsAPI_2_8_0
  823. [18:12:58] [Server thread/INFO]: listening on port: 10011 for server messages.
  824. [18:12:58] [Server thread/INFO]: FactionChat_-_Dedicated_to_BurgerMC: Version: 1.9.17 Enabled.
  825. [18:12:58] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11-hack
  826. [18:12:58] [Server thread/INFO]: [CombatLog] Loading messages.properties.
  827. [18:12:58] [Server thread/INFO]: [CombatLog] Loading config.yml.
  828. [18:12:59] [Server thread/INFO]: [CombatLog] DisguiseCraft plugin not found! Disguise removal will not work.
  829. [18:12:59] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11-hack Enabled.
  830. [18:12:59] [Server thread/WARN]: Server permissions file permissions.yml is not valid YAML.
  831. java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Map
  832. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadCustomPermissions(CraftServer.java:774) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  833. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:328) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  834. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  835. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  836. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  837. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  838. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  839. at java.lang.Thread.run(Unknown Source) [?:1.7.0_80]
  840. [18:12:59] [Server thread/INFO]: Done (40.176s)! For help, type "help" or "?"
  841. [18:12:59] [Server thread/ERROR]: Couldn't load server icon
  842. java.lang.NullPointerException
  843. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:619) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  844. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:531) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  845. at java.lang.Thread.run(Unknown Source) [?:1.7.0_80]
  846. [18:12:59] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
  847. [18:12:59] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  848. [18:13:00] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  849. [18:13:00] [Craft Scheduler Thread - 5/INFO]: [PlugMan] No update was found.
  850. [18:13:00] [Craft Scheduler Thread - 1/INFO]: [ChatControl] *---------------------------------------------*
  851. [18:13:00] [Craft Scheduler Thread - 1/INFO]: [ChatControl]  [!] ChatControl Update Notification [!]
  852. [18:13:00] [Craft Scheduler Thread - 1/INFO]: [ChatControl]  A manual upgrade is now available at
  853. [18:13:00] [Craft Scheduler Thread - 1/INFO]: [ChatControl]  https://spigotmc.org/resources/10258
  854. [18:13:00] [Craft Scheduler Thread - 1/INFO]: [ChatControl]  You can hide this warning in settings.yml
  855. [18:13:00] [Craft Scheduler Thread - 1/INFO]: [ChatControl] *---------------------------------------------*
  856. [18:13:00] [Server thread/INFO]: [ViaVersion] ViaVersion detected protocol version: 47
  857. [18:13:00] [Craft Scheduler Thread - 14/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  858. [18:13:01] [Craft Scheduler Thread - 10/INFO]: [Vault] Checking for Updates ...
  859. [18:13:01] [Craft Scheduler Thread - 10/INFO]: [Vault] No new version available
  860. [18:13:22] [User Authenticator #2/INFO]: UUID of player _NarutoUzumaki1 is 9743a2d4-8aa8-4685-a05c-3eeb920aaa63
  861. [18:13:23] [Server thread/WARN]: Ignoring unknown attribute 'generic.armor'
  862. [18:13:23] [Server thread/WARN]: Ignoring unknown attribute 'generic.armor'
  863. [18:13:23] [Server thread/WARN]: Ignoring unknown attribute 'generic.armor'
  864. [18:13:23] [Server thread/INFO]: ERROR CONNECTING TO DATABASE!
  865. [18:13:23] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  866.  
  867. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  868. [18:13:23] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  869. [18:13:23] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  870. [18:13:23] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  871. [18:13:23] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  872. [18:13:23] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  873. [18:13:23] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  874. [18:13:23] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
  875. [18:13:23] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
  876. [18:13:23] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  877. [18:13:23] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  878. [18:13:23] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  879. [18:13:23] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  880. [18:13:23] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  881. [18:13:23] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  882. [18:13:23] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  883. [18:13:23] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  884. [18:13:23] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  885. [18:13:23] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  886. [18:13:23] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  887. [18:13:23] [Server thread/WARN]: at java.sql.DriverManager.getConnection(Unknown Source)
  888. [18:13:23] [Server thread/WARN]: at java.sql.DriverManager.getConnection(Unknown Source)
  889. [18:13:23] [Server thread/WARN]: at me.recolance.auction.data.Database.openDatabaseConnection(Database.java:20)
  890. [18:13:23] [Server thread/WARN]: at me.recolance.auction.data.Database.getConnection(Database.java:39)
  891. [18:13:23] [Server thread/WARN]: at me.recolance.auction.data.DataHandler.loadUnclaimedListings(DataHandler.java:101)
  892. [18:13:23] [Server thread/WARN]: at me.recolance.auction.controller.Events.onJoin(Events.java:15)
  893. [18:13:23] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  894. [18:13:23] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  895. [18:13:23] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  896. [18:13:23] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
  897. [18:13:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
  898. [18:13:23] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  899. [18:13:23] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  900. [18:13:23] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  901. [18:13:23] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
  902. [18:13:23] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
  903. [18:13:23] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
  904. [18:13:23] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
  905. [18:13:23] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
  906. [18:13:23] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
  907. [18:13:23] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
  908. [18:13:23] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  909. [18:13:23] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  910. [18:13:23] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  911. [18:13:23] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  912. [18:13:23] [Server thread/WARN]: Caused by: java.net.ConnectException: Connection refused
  913. [18:13:23] [Server thread/WARN]: at java.net.PlainSocketImpl.socketConnect(Native Method)
  914. [18:13:23] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  915. [18:13:23] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  916. [18:13:23] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  917. [18:13:23] [Server thread/WARN]: at java.net.SocksSocketImpl.connect(Unknown Source)
  918. [18:13:23] [Server thread/WARN]: at java.net.Socket.connect(Unknown Source)
  919. [18:13:23] [Server thread/WARN]: at java.net.Socket.connect(Unknown Source)
  920. [18:13:23] [Server thread/WARN]: at java.net.Socket.<init>(Unknown Source)
  921. [18:13:23] [Server thread/WARN]: at java.net.Socket.<init>(Unknown Source)
  922. [18:13:23] [Server thread/WARN]: at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
  923. [18:13:23] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
  924. [18:13:23] [Server thread/WARN]: ... 37 more
  925. [18:13:23] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to Auction v1.0
  926. org.bukkit.event.EventException
  927. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  928. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  929. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  930. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  931. at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  932. at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  933. at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  934. at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  935. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  936. at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  937. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  938. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  939. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  940. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  941. at java.lang.Thread.run(Unknown Source) [?:1.7.0_80]
  942. Caused by: java.lang.NullPointerException
  943. at me.recolance.auction.data.DataHandler.loadUnclaimedListings(DataHandler.java:103) ~[?:?]
  944. at me.recolance.auction.controller.Events.onJoin(Events.java:15) ~[?:?]
  945. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
  946. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_80]
  947. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_80]
  948. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_80]
  949. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  950. ... 14 more
  951. [18:13:23] [Server thread/WARN]: Ignoring unknown attribute 'generic.armor'
  952. [18:13:23] [Server thread/WARN]: Ignoring unknown attribute 'generic.armor'
  953. [18:13:23] [Server thread/WARN]: Failed to handle packet for /86.18.71.163:49384
  954. java.lang.NullPointerException
  955. at net.minecraft.server.v1_8_R3.WorldServer.b(WorldServer.java:577) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  956. at net.minecraft.server.v1_8_R3.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:454) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  957. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  958. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  959. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  960. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.get(AsynchronousExecutor.java:164) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  961. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:334) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  962. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  963. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  964. at net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:115) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  965. at net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:97) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  966. at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:257) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  967. at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:332) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  968. at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  969. at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  970. at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  971. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  972. at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  973. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  974. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  975. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  976. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  977. at java.lang.Thread.run(Unknown Source) [?:1.7.0_80]
  978. [18:13:23] [Server thread/WARN]: _NarutoUzumaki1 moved too quickly! -154.0,52.0,-449.0 (-154.0, 52.0, -449.0)
  979. [18:13:23] [Craft Scheduler Thread - 10/ERROR]: [NoCheatPlus] Failed to load chunk at 144,448 (real coordinates):
  980. java.lang.NullPointerException
  981. net.minecraft.server.v1_8_R3.WorldServer.b(WorldServer.java:577)
  982. net.minecraft.server.v1_8_R3.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:454)
  983. org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46)
  984. org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1)
  985. org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:337)
  986. org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
  987. org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
  988. net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:115)
  989. net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:97)
  990. org.bukkit.craftbukkit.v1_8_R3.CraftWorld.loadChunk(CraftWorld.java:253)
  991. org.bukkit.craftbukkit.v1_8_R3.CraftWorld.loadChunk(CraftWorld.java:150)
  992. fr.neatmonster.nocheatplus.utilities.BlockCache.ensureChunksLoaded(BlockCache.java:57)
  993. fr.neatmonster.nocheatplus.checks.moving.MovingListener.dataOnJoin(MovingListener.java:1534)
  994. fr.neatmonster.nocheatplus.checks.moving.MovingListener.playerJoins(MovingListener.java:1513)
  995. fr.neatmonster.nocheatplus.NoCheatPlus.onJoinLow(NoCheatPlus.java:1246)
  996. fr.neatmonster.nocheatplus.NoCheatPlus$7.onPlayerJoinLow(NoCheatPlus.java:1205)
  997. sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  998. sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  999. sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  1000. java.lang.reflect.Method.invoke(Unknown Source)
  1001. org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
  1002. org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  1003. org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  1004. org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  1005. net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
  1006. net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
  1007. net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
  1008. net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
  1009. net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
  1010. net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
  1011. net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
  1012. net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  1013. net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  1014. net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  1015. java.lang.Thread.run(Unknown Source)
  1016.  
  1017. [18:13:23] [Craft Scheduler Thread - 10/ERROR]: [NoCheatPlus] Failed to load chunk at 160,448 (real coordinates):
  1018. java.lang.NullPointerException
  1019. net.minecraft.server.v1_8_R3.WorldServer.b(WorldServer.java:577)
  1020. net.minecraft.server.v1_8_R3.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:454)
  1021. org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46)
  1022. org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1)
  1023. org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:337)
  1024. org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
  1025. org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
  1026. net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:115)
  1027. net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:97)
  1028. org.bukkit.craftbukkit.v1_8_R3.CraftWorld.loadChunk(CraftWorld.java:253)
  1029. org.bukkit.craftbukkit.v1_8_R3.CraftWorld.loadChunk(CraftWorld.java:150)
  1030. fr.neatmonster.nocheatplus.utilities.BlockCache.ensureChunksLoaded(BlockCache.java:57)
  1031. fr.neatmonster.nocheatplus.checks.moving.MovingListener.dataOnJoin(MovingListener.java:1534)
  1032. fr.neatmonster.nocheatplus.checks.moving.MovingListener.playerJoins(MovingListener.java:1513)
  1033. fr.neatmonster.nocheatplus.NoCheatPlus.onJoinLow(NoCheatPlus.java:1246)
  1034. fr.neatmonster.nocheatplus.NoCheatPlus$7.onPlayerJoinLow(NoCheatPlus.java:1205)
  1035. sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1036. sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  1037. sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  1038. java.lang.reflect.Method.invoke(Unknown Source)
  1039. org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
  1040. org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  1041. org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  1042. org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  1043. net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
  1044. net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
  1045. net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
  1046. net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
  1047. net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
  1048. net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
  1049. net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
  1050. net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  1051. net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  1052. net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  1053. java.lang.Thread.run(Unknown Source)
  1054.  
  1055. [18:13:23] [Server thread/WARN]: Ignoring unknown attribute 'generic.armor'
  1056. [18:13:23] [Server thread/ERROR]: Encountered an unexpected exception
  1057. java.lang.NullPointerException
  1058. at net.minecraft.server.v1_8_R3.WorldServer.b(WorldServer.java:577) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1059. at net.minecraft.server.v1_8_R3.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:454) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1060. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1061. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1062. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1063. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1064. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:34) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1065. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:734) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1066. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1067. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1068. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1069. at java.lang.Thread.run(Unknown Source) [?:1.7.0_80]
  1070. [18:13:23] [Server thread/ERROR]: This crash report has been saved to: /home/minecraft/servers/mine66289/./crash-reports/crash-2016-04-11_18.13.23-server.txt
  1071. [18:13:23] [Server thread/INFO]: Stopping server
  1072. [18:13:23] [Server thread/INFO]: [CombatLog] Disabling CombatLog v1.8.11-hack
  1073. [18:13:23] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11-hack Disabled.
  1074. [18:13:23] [Server thread/INFO]: [FactionChat_-_Dedicated_to_BurgerMC] Disabling FactionChat_-_Dedicated_to_BurgerMC v1.9.17
  1075. [18:13:23] [Server thread/INFO]: FactionChat_-_Dedicated_to_BurgerMC: disabled
  1076. [18:13:23] [Server thread/INFO]: [Factions] Disabling Factions v2.8.7Beta
  1077. [18:13:23] [Server thread/INFO]: [Factions 2.8.7Beta] Deactivated Integration IntegrationWorldGuard
  1078. [18:13:23] [Server thread/INFO]: [Factions 2.8.7Beta] Deactivated Integration IntegrationSpigot
  1079. [18:13:24] [Server thread/INFO]: [Factions 2.8.7Beta] Disabled
  1080. [18:13:24] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity
  1081. [18:13:24] [Server thread/INFO]: [EnjinMinecraftPlugin] Disabling EnjinMinecraftPlugin v2.7.7
  1082. [18:13:24] [Server thread/INFO]: [KitAdder] Disabling KitAdder v2.4
  1083. [18:13:24] [Server thread/INFO]: [KitAdder] KitAdder plugin has been disabled!
  1084. [18:13:24] [Server thread/INFO]: [Multiverse-NetherPortals] Disabling Multiverse-NetherPortals v2.4-b530
  1085. [18:13:24] [Server thread/INFO]: [MultiVerse-NetherPortals] - Disabled
  1086. [18:13:24] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
  1087. [18:13:24] [Server thread/INFO]: [Auction] Disabling Auction v1.0
  1088. [18:13:24] [Server thread/ERROR]: Error occurred while disabling Auction v1.0 (Is it up to date?)
  1089. java.lang.NullPointerException
  1090. at me.recolance.auction.data.Database.closeConnection(Database.java:30) ~[?:?]
  1091. at me.recolance.auction.Auction.onDisable(Auction.java:42) ~[?:?]
  1092. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1093. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1094. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1095. at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1096. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.disablePlugins(CraftServer.java:336) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1097. at net.minecraft.server.v1_8_R3.MinecraftServer.stop(MinecraftServer.java:460) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1098. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:593) [spigotmc-1.9-R0.1.jar:git-Spigot-db6de12-18fbb24]
  1099. at java.lang.Thread.run(Unknown Source) [?:1.7.0_80]
  1100. [18:13:24] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  1101. [18:13:24] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
  1102. [18:13:24] [Server thread/INFO]: Version 3.13.7-RC-sMD5NET-b925 is disabled.
  1103. [18:13:24] [Server thread/INFO]: [AsyncWorldEdit] Disabling AsyncWorldEdit v2.2.2
  1104. [18:13:24] [Server thread/INFO]: [AsyncWorldEdit] Disabled
  1105. [18:13:24] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
  1106. [18:13:24] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
  1107. [18:13:24] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.1.12
  1108. [18:13:24] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.6.5
  1109. [18:13:24] [Server thread/INFO]: [SimpleBroadcast] Disabling SimpleBroadcast v1.9.2
  1110. [18:13:24] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.9.0
  1111. [18:13:24] [Server thread/INFO]: [ClearLag] Nullifying static fields..
  1112. [18:13:24] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
  1113. [18:13:24] [Server thread/INFO]: [ColoredTags] Disabling ColoredTags v2.1.3
  1114. [18:13:24] [Server thread/INFO]: [Tornado_-_Dedicated_to_BurgerMC] Disabling Tornado_-_Dedicated_to_BurgerMC v1.5
  1115. [18:13:24] [Server thread/INFO]: Tornado_-_Dedicated_to_BurgerMC Version: 1.5 Has been disabled!
  1116. [18:13:24] [Server thread/INFO]: [ChestCommands] Disabling ChestCommands v3.1.4
  1117. [18:13:24] [Server thread/INFO]: [ItemRenamer] Disabling ItemRenamer v1.0.7
  1118. [18:13:24] [Server thread/INFO]: [ItemRenamer] ItemRenamer v1.0.7 is now disabled.
  1119. [18:13:24] [Server thread/INFO]: [HubBoost] Disabling HubBoost v1.1
  1120. [18:13:24] [Server thread/INFO]: [Commandspy] Disabling Commandspy v3.1.2
  1121. [18:13:24] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
  1122. [18:13:24] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  1123. [18:13:24] [Server thread/INFO]: [BarAPI] Disabling BarAPI v3.1
  1124. [18:13:24] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v0.7.4
  1125. [18:13:24] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload it may not work.
  1126. [18:13:24] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  1127. [18:13:24] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  1128. [18:13:24] [Server thread/INFO]: [Vault][Permission] PermissionsEx un-hooked.
  1129. [18:13:24] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat un-hooked.
  1130. [18:13:24] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.4-b527
  1131. [18:13:24] [Server thread/INFO]: [Multiverse-Core] - Disabled
  1132. [18:13:24] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
  1133. [18:13:24] [Server thread/INFO]: [MaxBans] Disabling MaxBans v2.0
  1134. [18:13:24] [Server thread/INFO]: [MassiveCore 2.8.7Beta] Deactivated Integration IntegrationVault
  1135. [18:13:24] [Server thread/INFO]: [MaxBans] Disabling Maxbans...
  1136. [18:13:24] [Server thread/INFO]: [MaxBans] Clearing buffer...
  1137. [18:13:24] [Server thread/INFO]: [MaxBans] Cleared buffer...
  1138. [18:13:24] [Server thread/INFO]: [MassiveCore] Disabling MassiveCore v2.8.7Beta
  1139. [18:13:24] [Server thread/INFO]: [MassiveCore 2.8.7Beta] Disabled
  1140. [18:13:24] [Server thread/INFO]: [ChatControl] Disabling ChatControl v5.3.0
  1141. [18:13:24] [Server thread/INFO]: [NoHunger] Disabling NoHunger v1.0
  1142. [18:13:24] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1;no_git_id
  1143. [18:13:24] [Server thread/INFO]: [AsyncWorldEditInjector] Disabling AsyncWorldEditInjector v2.2.2
  1144. [18:13:24] [Server thread/INFO]: [AsyncWorldEditInjector] Disabled
  1145. [18:13:24] [Server thread/INFO]: [PlugMan] Disabling PlugMan v2.0.8
  1146. [18:13:24] [Server thread/INFO]: [TimTheEnchanter] Disabling TimTheEnchanter v3.0
  1147. [18:13:24] [Server thread/INFO]: [TimTheEnchanter] I *warned* you, but did you listen to me? Oh, no, you *knew*, didn't you? Oh, it's just a harmless little *bunny*, isn't it?
  1148. [18:13:24] [Server thread/INFO]: Saving players
  1149. [18:13:24] [Server thread/INFO]: _NarutoUzumaki1 left the game.
  1150. [18:13:24] [Server thread/INFO]: Saving worlds
  1151. [18:13:24] [Server thread/INFO]: Saving chunks for level 'map'/Overworld
  1152. [18:13:24] [Server thread/INFO]: Saving chunks for level 'map_nether'/Nether
  1153. [18:13:25] [Server thread/INFO]: Saving chunks for level 'map_the_end'/The End
  1154. [18:13:25] [Server thread/INFO]: Saving chunks for level 'Factions'/Overworld
  1155. [18:13:25] [Server thread/INFO]: Saving chunks for level 'Faction'/Overworld
  1156. [18:13:26] [Server thread/INFO]: Saving chunks for level 'Builds'/Overworld
  1157. [18:13:26] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  1158. [18:13:26] [Server thread/INFO]: Saving chunks for level 'X_nether'/Nether
  1159. [18:13:26] [Server thread/INFO]: Saving chunks for level 'X'/Nether
  1160. [18:13:26] [Server thread/INFO]: Saving chunks for level 'factions_nether'/Nether
  1161. [18:13:26] [Server thread/INFO]: Saving chunks for level 'factions_the_end'/The End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement