Advertisement
Guest User

minitest

a guest
Mar 29th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 84.73 KB | None | 0 0
  1. [18:50:29] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [18:50:29] [Server thread/INFO]: Loading properties
  3. [18:50:30] [Server thread/INFO]: Default game type: SURVIVAL
  4. [18:50:30] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-5f38d38-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  5. [18:50:30] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [18:50:30] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [18:50:30] [Server thread/INFO]: Debug logging is disabled
  8. [18:50:30] [Server thread/INFO]: Generating keypair
  9. [18:50:31] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
  10. [18:50:31] [Server thread/INFO]: Using epoll channel type
  11. [18:50:31] [Server thread/ERROR]: Ambiguous plugin name `ShopGUIPlus' for files `plugins/ShopGUIPlus-1.2.26-SNAPSHOT.jar' and `plugins/ShopGUIPlus-1.3.5-SNAPSHOT.jar' in `plugins'
  12. [18:50:31] [Server thread/ERROR]: Ambiguous plugin name `boosCooldowns' for files `plugins/boosCooldowns.jar' and `plugins/boosCooldowns (1).jar' in `plugins'
  13. [18:50:31] [Server thread/ERROR]: Ambiguous plugin name `Essentials' for files `plugins/Essentials-2.x-SNAPSHOT.jar' and `plugins/EssentialsX-2.0.1 (4).jar' in `plugins'
  14. [18:50:31] [Server thread/ERROR]: Ambiguous plugin name `UltimateAnnounce' for files `plugins/UltimateAnnounce.jar' and `plugins/UltimateAnnounce-v1.3.7.jar' in `plugins'
  15. [18:50:31] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  16. [18:50:31] [Server thread/ERROR]: Could not load 'plugins/Buycraft.jar' in folder 'plugins'
  17. org.bukkit.plugin.InvalidPluginException: org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  18. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:77) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  19. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  20. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  21. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  22. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  23. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  24. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  25. Caused by: org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  26. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  27. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  28. ... 6 more
  29. Caused by: java.util.zip.ZipException: error in opening zip file
  30. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_111]
  31. at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_111]
  32. at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_111]
  33. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_111]
  34. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_111]
  35. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  36. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  37. ... 6 more
  38. [18:50:32] [Server thread/ERROR]: Could not load 'plugins/SilkSpawners.jar' in folder 'plugins'
  39. org.bukkit.plugin.InvalidPluginException: org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  40. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:77) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  41. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  42. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  43. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  44. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  45. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  46. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  47. Caused by: org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  48. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  49. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  50. ... 6 more
  51. Caused by: java.util.zip.ZipException: error in opening zip file
  52. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_111]
  53. at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_111]
  54. at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_111]
  55. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_111]
  56. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_111]
  57. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  58. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  59. ... 6 more
  60. [18:50:32] [Server thread/INFO]: [UltimateAnnounce] Loading UltimateAnnounce v1.3.9
  61. [18:50:32] [Server thread/INFO]: [AutoLapiz] Loading AutoLapiz v1.1.1
  62. [18:50:32] [Server thread/INFO]: [renametool] Loading renametool v1.2
  63. [18:50:32] [Server thread/INFO]: [AutoRestart] Loading AutoRestart v2.4
  64. [18:50:32] [Server thread/INFO]: [NoFall] Loading NoFall v1
  65. [18:50:32] [Server thread/INFO]: [PotionFix] Loading PotionFix v1.2.2
  66. [18:50:32] [Server thread/INFO]: [MCStatTrak] Loading MCStatTrak v1.0
  67. [18:50:32] [Server thread/INFO]: [ChatColor] Loading ChatColor v2.1
  68. [18:50:32] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
  69. [18:50:32] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  70. [18:50:32] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.2
  71. [18:50:32] [Server thread/INFO]: [ByeHunger] Loading ByeHunger v1.8
  72. [18:50:32] [Server thread/INFO]: [Skript] Loading Skript v2.2-SNAPSHOT
  73. [18:50:32] [Server thread/INFO]: [BetterMcmmoStats] Loading BetterMcmmoStats v1.2.1
  74. [18:50:32] [Server thread/INFO]: [killStats] Loading killStats v3.0
  75. [18:50:32] [Server thread/INFO]: [Slap] Loading Slap v4.0
  76. [18:50:32] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.0
  77. [18:50:32] [Server thread/INFO]: [TrainingPvP] Loading TrainingPvP v6.4
  78. [18:50:32] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.4
  79. [18:50:32] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
  80. [18:50:32] [Server thread/INFO]: [Votifier] Loading Votifier v2.3
  81. [18:50:32] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4
  82. [18:50:32] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.8.8) has not yet been tested! Proceed with caution.
  83. [18:50:32] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  84. [18:50:32] [Server thread/INFO]: [DeathMessagesPrime] Loading DeathMessagesPrime v1.1
  85. [18:50:32] [Server thread/INFO]: [AntiWDL] Loading AntiWDL v0.1
  86. [18:50:32] [Server thread/INFO]: [NightVision] Loading NightVision v1.0
  87. [18:50:32] [Server thread/INFO]: [weeTrade] Loading weeTrade v1.5
  88. [18:50:32] [Server thread/INFO]: [SignEdit] Loading SignEdit v1.8.1
  89. [18:50:32] [Server thread/INFO]: [HungerPlusPlus] Loading HungerPlusPlus v0.4a
  90. [18:50:32] [Server thread/INFO]: [ObsidianBreak] Loading ObsidianBreak v1.0
  91. [18:50:32] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  92. [18:50:32] [Server thread/INFO]: [Tab] Loading Tab v5.7.1
  93. [18:50:32] [Server thread/INFO]: cMMO] Loading mcMMO v1.5.03-dev-b45
  94. [18:50:32] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  95. [18:50:32] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4
  96. [18:50:32] [Server thread/INFO]: [DisguiseCraft] Loading DisguiseCraft v5.2
  97. [18:50:32] [Server thread/INFO]: [RedeemableMCMMO] Loading RedeemableMCMMO v1.1
  98. [18:50:32] [Server thread/INFO]: [ItemSlotMachine] Loading ItemSlotMachine v1.3.3
  99. [18:50:32] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
  100. [18:50:32] [Server thread/INFO]: [ChatProtectionPlus] Loading ChatProtectionPlus v1.0.1
  101. [18:50:32] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  102. [18:50:32] [Server thread/INFO]: [AAC] Loading AAC v1.9.7
  103. [18:50:32] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v1.0
  104. [18:50:32] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.5.6-b181
  105. [18:50:32] [Server thread/INFO]: [Umbaska] Loading Umbaska vBETA_1.5.1
  106. [18:50:32] [Server thread/INFO]: [boosCooldowns] Loading boosCooldowns v3.9.12
  107. [18:50:32] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  108. [18:50:32] [Server thread/INFO]: [Banknotes] Loading Banknotes v1.8.0
  109. [18:50:32] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.0.4
  110. [18:50:32] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v1.3.62
  111. [18:50:32] [Server thread/INFO]: [VanishNoPacket] Loading VanishNoPacket v3.19.1
  112. [18:50:32] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  113. [18:50:32] [Server thread/INFO]: [AncientGates] Loading AncientGates v2.0.6
  114. [18:50:32] [Server thread/INFO]: [GAListener] Loading GAListener v1.4.5
  115. [18:50:32] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.5-U0.1.18-b298
  116. [18:50:32] [Server thread/INFO]: [LeaderHeads] Loading LeaderHeads v8.9
  117. [18:50:32] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  118. [18:50:32] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.2.26
  119. [18:50:32] [Server thread/INFO]: [HeadHunter] Loading HeadHunter v2.2a
  120. [18:50:32] [Server thread/INFO]: [FBasics] Loading FBasics v2.0.0
  121. [18:50:32] [Server thread/INFO]: [CombatTagPlus] Loading CombatTagPlus v1.2.1
  122. [18:50:32] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4
  123. [18:50:32] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  124. [18:50:32] [Server thread/INFO]: cMMO] Enabling mcMMO v1.5.03-dev-b45
  125. [18:50:34] [Server thread/INFO]: cMMO] HealthBar plugin found, mcMMO's healthbars are automatically disabled.
  126. [18:50:34] [Server thread/ERROR]: cMMO] Location: com.mysql.jdbc.SQLError createSQLException 1073
  127. [18:50:34] [Server thread/ERROR]: cMMO] SQLException: Access denied for user 'root'@'localhost' (using password: YES)
  128. [18:50:34] [Server thread/ERROR]: cMMO] SQLState: 28000
  129. [18:50:34] [Server thread/ERROR]: cMMO] VendorError: 1045
  130. [18:50:35] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  131. [18:50:35] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  132. [18:50:35] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  133. [18:50:35] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  134. [18:50:35] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  135. [18:50:35] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  136. [18:50:35] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  137. [18:50:35] [Server thread/INFO]: Preparing level "world"
  138. [18:50:35] [Server thread/INFO]: -------- World Settings For [world] --------
  139. [18:50:35] [Server thread/INFO]: Mob Spawn Range: 4
  140. [18:50:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
  141. [18:50:35] [Server thread/INFO]: Cane Growth Modifier: 100%
  142. [18:50:35] [Server thread/INFO]: Melon Growth Modifier: 100%
  143. [18:50:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  144. [18:50:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  145. [18:50:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
  146. [18:50:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
  147. [18:50:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  148. [18:50:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  149. [18:50:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  150. [18:50:35] [Server thread/INFO]: Anti X-Ray: true
  151. [18:50:35] [Server thread/INFO]: Engine Mode: 1
  152. [18:50:35] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  153. [18:50:35] [Server thread/INFO]: Replace Blocks: [1, 5]
  154. [18:50:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  155. [18:50:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  156. [18:50:35] [Server thread/INFO]: Random Lighting Updates: false
  157. [18:50:35] [Server thread/INFO]: Structure Info Saving: true
  158. [18:50:35] [Server thread/INFO]: Sending up to 10 chunks per packet
  159. [18:50:35] [Server thread/INFO]: Max Entity Collisions: 8
  160. [18:50:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  161. [18:50:35] [Server thread/INFO]: Max TNT Explosions: 100
  162. [18:50:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  163. [18:50:35] [Server thread/INFO]: Item Despawn Rate: 6000
  164. [18:50:35] [Server thread/INFO]: Item Merge Radius: 2.5
  165. [18:50:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
  166. [18:50:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  167. [18:50:35] [Server thread/INFO]: View Distance: 10
  168. [18:50:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  169. [18:50:35] [Server thread/INFO]: Chunks to Grow per Tick: 650
  170. [18:50:35] [Server thread/INFO]: Clear tick list: false
  171. [18:50:35] [Server thread/INFO]: Experience Merge Radius: 3.0
  172. [18:50:35] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  173. [18:50:35] [Server thread/INFO]: Mob Spawn Range: 4
  174. [18:50:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
  175. [18:50:35] [Server thread/INFO]: Cane Growth Modifier: 100%
  176. [18:50:35] [Server thread/INFO]: Melon Growth Modifier: 100%
  177. [18:50:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  178. [18:50:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  179. [18:50:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
  180. [18:50:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
  181. [18:50:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  182. [18:50:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  183. [18:50:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  184. [18:50:35] [Server thread/INFO]: Anti X-Ray: true
  185. [18:50:35] [Server thread/INFO]: Engine Mode: 1
  186. [18:50:35] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  187. [18:50:35] [Server thread/INFO]: Replace Blocks: [1, 5]
  188. [18:50:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  189. [18:50:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  190. [18:50:35] [Server thread/INFO]: Random Lighting Updates: false
  191. [18:50:35] [Server thread/INFO]: Structure Info Saving: true
  192. [18:50:35] [Server thread/INFO]: Sending up to 10 chunks per packet
  193. [18:50:35] [Server thread/INFO]: Max Entity Collisions: 8
  194. [18:50:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  195. [18:50:35] [Server thread/INFO]: Max TNT Explosions: 100
  196. [18:50:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  197. [18:50:35] [Server thread/INFO]: Item Despawn Rate: 6000
  198. [18:50:35] [Server thread/INFO]: Item Merge Radius: 2.5
  199. [18:50:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
  200. [18:50:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  201. [18:50:35] [Server thread/INFO]: View Distance: 10
  202. [18:50:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  203. [18:50:35] [Server thread/INFO]: Chunks to Grow per Tick: 650
  204. [18:50:35] [Server thread/INFO]: Clear tick list: false
  205. [18:50:35] [Server thread/INFO]: Experience Merge Radius: 3.0
  206. [18:50:35] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  207. [18:50:35] [Server thread/INFO]: Mob Spawn Range: 4
  208. [18:50:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
  209. [18:50:35] [Server thread/INFO]: Cane Growth Modifier: 100%
  210. [18:50:35] [Server thread/INFO]: Melon Growth Modifier: 100%
  211. [18:50:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  212. [18:50:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  213. [18:50:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
  214. [18:50:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
  215. [18:50:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  216. [18:50:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  217. [18:50:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  218. [18:50:35] [Server thread/INFO]: Anti X-Ray: true
  219. [18:50:35] [Server thread/INFO]: Engine Mode: 1
  220. [18:50:35] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  221. [18:50:35] [Server thread/INFO]: Replace Blocks: [1, 5]
  222. [18:50:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  223. [18:50:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  224. [18:50:35] [Server thread/INFO]: Random Lighting Updates: false
  225. [18:50:35] [Server thread/INFO]: Structure Info Saving: true
  226. [18:50:35] [Server thread/INFO]: Sending up to 10 chunks per packet
  227. [18:50:35] [Server thread/INFO]: Max Entity Collisions: 8
  228. [18:50:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  229. [18:50:35] [Server thread/INFO]: Max TNT Explosions: 100
  230. [18:50:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  231. [18:50:35] [Server thread/INFO]: Item Despawn Rate: 6000
  232. [18:50:35] [Server thread/INFO]: Item Merge Radius: 2.5
  233. [18:50:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
  234. [18:50:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  235. [18:50:35] [Server thread/INFO]: View Distance: 10
  236. [18:50:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  237. [18:50:35] [Server thread/INFO]: Chunks to Grow per Tick: 650
  238. [18:50:35] [Server thread/INFO]: Clear tick list: false
  239. [18:50:35] [Server thread/INFO]: Experience Merge Radius: 3.0
  240. [18:50:35] [Server thread/INFO]: Preparing start region for level 0 (Seed: -1828630710697268004)
  241. [18:50:36] [Server thread/INFO]: Preparing spawn area: 45%
  242. [18:50:36] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1828630710697268004)
  243. [18:50:37] [Server thread/INFO]: Preparing spawn area: 95%
  244. [18:50:37] [Server thread/INFO]: Preparing start region for level 2 (Seed: -1828630710697268004)
  245. [18:50:38] [Server thread/INFO]: [UltimateAnnounce] Enabling UltimateAnnounce v1.3.9
  246. [18:50:38] [Server thread/INFO]: UltimateAnnounce> I'm working from 1.8.4-1.8.8 Mode.
  247. [18:50:38] [Server thread/INFO]: UltimateAnnounce> Tried to hook into PlaceholderAPI, but it's not found.
  248. [18:50:38] [Server thread/INFO]: ==============================================
  249. [18:50:38] [Server thread/INFO]:  UltimateAnnounce Updater 
  250. [18:50:38] [Server thread/INFO]:  
  251. [18:50:38] [Server thread/INFO]:  An update for UltimateAnnounce has been found!
  252. [18:50:38] [Server thread/INFO]:  UltimateAnnounce v1.4.9
  253. [18:50:38] [Server thread/INFO]:  You are running v1.3.9
  254. [18:50:38] [Server thread/INFO]:  
  255. [18:50:38] [Server thread/INFO]:  Download at http://www.spigotmc.org/resources/ultimateannounce.7459/
  256. [18:50:38] [Server thread/INFO]: ==============================================
  257. [18:50:38] [Server thread/INFO]: [AutoLapiz] Enabling AutoLapiz v1.1.1
  258. [18:50:38] [Server thread/INFO]: [renametool] Enabling renametool v1.2
  259. [18:50:38] [Server thread/INFO]: [renametool] Plugin is working fine
  260. [18:50:38] [Server thread/INFO]: [AutoRestart] Enabling AutoRestart v2.4
  261. [18:50:38] [Server thread/INFO]: [NoFall] Enabling NoFall v1
  262. [18:50:38] [Thread-11/WARN]: [AutoRestart] checking for update!
  263. [18:50:38] [Server thread/INFO]: [PotionFix] Enabling PotionFix v1.2.2
  264. [18:50:38] [Server thread/INFO]: [MCStatTrak] Enabling MCStatTrak v1.0
  265. [18:50:38] [Server thread/INFO]: [ChatColor] Enabling ChatColor v2.1
  266. [18:50:39] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
  267. [18:50:39] [Server thread/WARN]: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
  268. [18:50:39] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  269. [18:50:39] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  270. [18:50:39] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  271. [18:50:39] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
  272. [18:50:39] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
  273. [18:50:39] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  274. [18:50:39] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
  275. [18:50:39] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  276. [18:50:39] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  277. [18:50:39] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  278. [18:50:39] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  279. [18:50:39] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  280. [18:50:39] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  281. [18:50:39] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  282. [18:50:39] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  283. [18:50:39] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  284. [18:50:39] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  285. [18:50:39] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  286. [18:50:39] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:664)
  287. [18:50:39] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:247)
  288. [18:50:39] [Server thread/WARN]: at net.coreprotect.database.Database.getConnection(Database.java:39)
  289. [18:50:39] [Server thread/WARN]: at net.coreprotect.model.Config.loadDatabase(Config.java:1004)
  290. [18:50:39] [Server thread/WARN]: at net.coreprotect.model.Config.init(Config.java:1232)
  291. [18:50:39] [Server thread/WARN]: at net.coreprotect.CoreProtect.onEnable(CoreProtect.java:46)
  292. [18:50:39] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  293. [18:50:39] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  294. [18:50:39] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  295. [18:50:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  296. [18:50:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  297. [18:50:39] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  298. [18:50:39] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  299. [18:50:39] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  300. [18:50:39] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  301. [18:50:39] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  302. [18:50:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  303. [18:50:39] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
  304. [18:50:39] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  305. [18:50:39] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  306. [18:50:39] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  307. [18:50:40] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  308. [18:50:40] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.2
  309. [18:50:40] [Server thread/INFO]: [ByeHunger] Enabling ByeHunger v1.8
  310. [18:50:40] [Server thread/INFO]: ByeHunger by [PerezHD] v1.8 Loading!
  311. [18:50:40] [Server thread/INFO]: ----------------------------
  312. [18:50:40] [Server thread/INFO]: ByeHunger Updater
  313. [18:50:40] [Server thread/INFO]:
  314. [18:50:40] [Server thread/INFO]: An update for ByeHunger has been found!
  315. [18:50:40] [Server thread/INFO]: ByeHunger 1.11.1
  316. [18:50:40] [Server thread/INFO]: You are running 1.8
  317. [18:50:40] [Server thread/INFO]:
  318. [18:50:40] [Server thread/INFO]: Download at http://www.spigotmc.org/resources/byehunger.4378/
  319. [18:50:40] [Server thread/INFO]: ----------------------------
  320. [18:50:40] [Server thread/INFO]: [Skript] Enabling Skript v2.2-SNAPSHOT
  321. [18:50:40] [Thread-11/ERROR]: [AutoRestart] please go to "https://www.spigotmc.org/resources/autorestart.2538/" to get the latest update! New version v2.10.0
  322. [18:50:41] [Server thread/ERROR]: [Skript] 'locked chest' is not an item type (aliases-english.sk, line 118: fuel?s = lava bucket, blaze rod, any coal, planks, log, huge mushroom, workbench, fence, wooden stairs, trapdoor, sapling, stick, chest, locked chest, jukebox, note block')
  323. [18:50:41] [Server thread/INFO]: [Skript] Loaded a total of 11616 english aliases
  324. [18:50:41] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
  325. [18:50:41] [Server thread/INFO]: [Skript] ~ created by & ? Peter G?ttinger aka Njol ~
  326. [18:50:41] [Server thread/INFO]: [BetterMcmmoStats] Enabling BetterMcmmoStats v1.2.1
  327. [18:50:41] [Server thread/INFO]: BetterMcmmoStats Has Been Enabled!
  328. [18:50:41] [Server thread/INFO]: [killStats] Enabling killStats v3.0
  329. [18:50:41] [Server thread/WARN]: [killStats] Could not save rewards.yml to plugins/killStats/rewards.yml because rewards.yml already exists.
  330. [18:50:41] [Server thread/ERROR]: false
  331. [18:50:41] [Server thread/INFO]: [Slap] Enabling Slap v4.0
  332. [18:50:41] [Server thread/INFO]: [Slap] has been enabled!
  333. [18:50:41] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.0
  334. [18:50:41] [Server thread/INFO]: [ClearLag] Loading modules...
  335. [18:50:41] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  336. [18:50:41] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  337. [18:50:41] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  338. [18:50:41] [Thread-19/INFO]: [ClearLag] Checking for updates...
  339. [18:50:41] [Server thread/INFO]: [TrainingPvP] Enabling TrainingPvP v6.4
  340. [18:50:41] [Thread-13/INFO]: --------------------
  341. [18:50:41] [Thread-13/INFO]: [CoreProtect] Version 2.14.2 now available.
  342. [18:50:41] [Thread-13/INFO]: [CoreProtect] Download: Type "/co version" in-game.
  343. [18:50:41] [Thread-13/INFO]: --------------------
  344. [18:50:41] [Thread-13/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
  345. [18:50:41] [Thread-13/INFO]: --------------------
  346. [18:50:41] [Server thread/INFO]: [TrainingPvP] Enabled v6.4
  347. [18:50:41] [Thread-19/INFO]: [ClearLag] Clearlag version v2.9.3 update available! Downloading...
  348. [18:50:42] [Thread-19/INFO]: [ClearLag] Updating finished! Restart your server for files to take effect
  349. [18:50:42] [Server thread/INFO]: [TrainingPvP] Loaded 4 configuration files!
  350. [18:50:42] [Server thread/INFO]: [TrainingPvP] Enabled stats system!
  351. [18:50:42] [Server thread/INFO]: [TrainingPvP] Tags won't be used because they are disabled!
  352. [18:50:42] [Server thread/INFO]: [TrainingPvP] Loading 4 arena's!
  353. [18:50:42] [Server thread/INFO]: [TrainingPvP] Loaded 4 arena's!
  354. [18:50:42] [Server thread/INFO]: [TrainingPvP] Found an invalid arena (Quartz), removed it for now!!
  355. [18:50:42] [Server thread/INFO]: [TrainingPvP] Found an invalid arena (Athens), removed it for now!!
  356. [18:50:42] [Server thread/INFO]: [TrainingPvP] Found an invalid arena (Roma), removed it for now!!
  357. [18:50:42] [Server thread/INFO]: [TrainingPvP] Found an invalid arena (Oblivian), removed it for now!!
  358. [18:50:42] [Server thread/INFO]: [TrainingPvP] Plugin Metrics have been enabled!
  359. [18:50:42] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.4
  360. [18:50:42] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
  361. [18:50:42] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  362. [18:50:42] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 10000 at X: -44.5 Z: 198.5
  363. [18:50:42] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_nether" has border radius 5000 at X: 200.1 Z: 487.7
  364. [18:50:42] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_the_end" has border radius 2000 at X: 23.5 Z: -8.5
  365. [18:50:42] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -23.0 Y: 68.0 Z: 245.0
  366. [18:50:42] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
  367. [18:50:42] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
  368. [18:50:42] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
  369. [18:50:42] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
  370. [18:50:42] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
  371. [18:50:42] [Server thread/INFO]: [skQuery] Out of 163 classes, 160 classes were loaded from SkQuery
  372. [18:50:42] [Server thread/INFO]: [Votifier] Enabling Votifier v2.3
  373. [18:50:42] [Server thread/INFO]: [Votifier] Loaded token for website: default
  374. [18:50:43] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
  375. [18:50:43] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  376. [18:50:43] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  377. [18:50:43] [nioEventLoopGroup-2-1/ERROR]: [Votifier] Votifier was not able to bind to /69.30.252.106:8192
  378. java.net.BindException: Cannot assign requested address
  379. at sun.nio.ch.Net.bind0(Native Method) ~[?:1.8.0_111]
  380. at sun.nio.ch.Net.bind(Net.java:433) ~[?:1.8.0_111]
  381. at sun.nio.ch.Net.bind(Net.java:425) ~[?:1.8.0_111]
  382. at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) ~[?:1.8.0_111]
  383. at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[?:1.8.0_111]
  384. at com.vexsoftware.votifier.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:125) ~[nuvotifier-universal-2.3.jar:?]
  385. at com.vexsoftware.votifier.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:485) [nuvotifier-universal-2.3.jar:?]
  386. at com.vexsoftware.votifier.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1089) [nuvotifier-universal-2.3.jar:?]
  387. at com.vexsoftware.votifier.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:430) [nuvotifier-universal-2.3.jar:?]
  388. at com.vexsoftware.votifier.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:415) [nuvotifier-universal-2.3.jar:?]
  389. at com.vexsoftware.votifier.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:903) [nuvotifier-universal-2.3.jar:?]
  390. at com.vexsoftware.votifier.netty.channel.AbstractChannel.bind(AbstractChannel.java:198) [nuvotifier-universal-2.3.jar:?]
  391. at com.vexsoftware.votifier.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:348) [nuvotifier-universal-2.3.jar:?]
  392. at com.vexsoftware.votifier.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358) [nuvotifier-universal-2.3.jar:?]
  393. at com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) [nuvotifier-universal-2.3.jar:?]
  394. at com.vexsoftware.votifier.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112) [nuvotifier-universal-2.3.jar:?]
  395. at com.vexsoftware.votifier.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [nuvotifier-universal-2.3.jar:?]
  396. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  397. [18:50:43] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  398. [18:50:43] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -1828630710697268004
  399. [18:50:43] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -1828630710697268004
  400. [18:50:43] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -1828630710697268004
  401. [18:50:43] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'pvp' - Env: NORMAL - Type: FLAT & seed: 5341854260471044939
  402. [18:50:43] [Server thread/INFO]: -------- World Settings For [pvp] --------
  403. [18:50:43] [Server thread/INFO]: Mob Spawn Range: 4
  404. [18:50:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
  405. [18:50:43] [Server thread/INFO]: Cane Growth Modifier: 100%
  406. [18:50:43] [Server thread/INFO]: Melon Growth Modifier: 100%
  407. [18:50:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  408. [18:50:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  409. [18:50:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
  410. [18:50:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
  411. [18:50:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  412. [18:50:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  413. [18:50:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  414. [18:50:43] [Server thread/INFO]: Anti X-Ray: true
  415. [18:50:43] [Server thread/INFO]: Engine Mode: 1
  416. [18:50:43] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  417. [18:50:43] [Server thread/INFO]: Replace Blocks: [1, 5]
  418. [18:50:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  419. [18:50:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  420. [18:50:43] [Server thread/INFO]: Random Lighting Updates: false
  421. [18:50:43] [Server thread/INFO]: Structure Info Saving: true
  422. [18:50:43] [Server thread/INFO]: Sending up to 10 chunks per packet
  423. [18:50:43] [Server thread/INFO]: Max Entity Collisions: 8
  424. [18:50:43] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  425. [18:50:43] [Server thread/INFO]: Max TNT Explosions: 100
  426. [18:50:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  427. [18:50:43] [Server thread/INFO]: Item Despawn Rate: 6000
  428. [18:50:43] [Server thread/INFO]: Item Merge Radius: 2.5
  429. [18:50:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
  430. [18:50:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  431. [18:50:43] [Server thread/INFO]: View Distance: 10
  432. [18:50:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  433. [18:50:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
  434. [18:50:43] [Server thread/INFO]: Clear tick list: false
  435. [18:50:43] [Server thread/INFO]: Experience Merge Radius: 3.0
  436. [18:50:43] [Server thread/INFO]: Preparing start region for level 3 (Seed: 5341854260471044939)
  437. [18:50:43] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
  438. [18:50:43] [Server thread/INFO]: [DeathMessagesPrime] Enabling DeathMessagesPrime v1.1
  439. [18:50:43] [Server thread/INFO]: [AntiWDL] Enabling AntiWDL v0.1
  440. [18:50:43] [Server thread/INFO]: [AntiWDL] -----------------------------
  441. [18:50:43] [Server thread/INFO]: [AntiWDL] Loading AntiWDL by Upd4ting
  442. [18:50:43] [Server thread/INFO]: [AntiWDL] Check out my twitter: twitter.com/upd4ting
  443. [18:50:43] [Server thread/INFO]: [AntiWDL] -----------------------------
  444. [18:50:43] [Server thread/INFO]: [NightVision] Enabling NightVision v1.0
  445. [18:50:43] [Server thread/INFO]: [weeTrade] Enabling weeTrade v1.5
  446. [18:50:43] [Server thread/INFO]: [SignEdit] Enabling SignEdit v1.8.1
  447. [18:50:43] [Server thread/ERROR]: Error occurred while enabling SignEdit v1.8.1 (Is it up to date?)
  448. java.lang.NullPointerException
  449. at net.timroden.signedit.VersionChecker.versionCheck(VersionChecker.java:55) ~[?:?]
  450. at net.timroden.signedit.SignEdit.onEnable(SignEdit.java:56) ~[?:?]
  451. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  452. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  453. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  454. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  455. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  456. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  457. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  458. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  459. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  460. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  461. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  462. [18:50:43] [Server thread/INFO]: [HungerPlusPlus] Enabling HungerPlusPlus v0.4a
  463. [18:50:43] [Server thread/INFO]: [HungerPlusPlus] 0.4a enabled!
  464. [18:50:43] [Server thread/INFO]: [ObsidianBreak] Enabling ObsidianBreak v1.0
  465. [18:50:43] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  466. [18:50:43] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  467. [18:50:44] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  468. [18:50:44] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  469. [18:50:44] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  470. [18:50:44] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  471. [18:50:44] [Server thread/INFO]: [Tab] Enabling Tab v5.7.1
  472. [18:50:44] [Server thread/INFO]: [Tab] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  473. [18:50:44] [Server thread/INFO]: [Tab] Plugin: Tab v5.7.1
  474. [18:50:44] [Server thread/INFO]: [Tab] Framework version: 2016-01
  475. [18:50:44] [Server thread/INFO]: [Tab] Author: Maximvdw (Maxim Van de Wynckel)
  476. [18:50:44] [Server thread/INFO]: [Tab] Site: http://www.mvdw-software.com/
  477. [18:50:44] [Server thread/INFO]: [Tab] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  478. [18:50:44] [Server thread/INFO]: [Tab] Loading configuration ...
  479. [18:50:44] [Server thread/INFO]: [Tab] Loading placeholders ...
  480. [18:50:46] [Server thread/INFO]: [Tab] An error occured while initializing placeholders code=facebook
  481. [18:50:46] [Server thread/INFO]: [Tab] The placeholders have been disabled for use.
  482. [18:50:46] [Server thread/WARN]: java.lang.NullPointerException
  483. [18:50:46] [Server thread/WARN]: at be.maximvdw.tabcore.facebook.auth.AuthType.of(AuthType.java:31)
  484. [18:50:46] [Server thread/WARN]: at be.maximvdw.tabcore.facebook.auth.AccessToken.<init>(AccessToken.java:53)
  485. [18:50:46] [Server thread/WARN]: at be.maximvdw.tabcore.facebook.auth.OAuthAuthorization.getOAuthAppAccessToken(OAuthAuthorization.java:154)
  486. [18:50:46] [Server thread/WARN]: at be.maximvdw.tabcore.facebook.FacebookBaseImpl.getOAuthAppAccessToken(FacebookBaseImpl.java:258)
  487. [18:50:46] [Server thread/WARN]: at be.maximvdw.tabcore.placeholders.H.a(FacebookPlaceholder.java:293)
  488. [18:50:46] [Server thread/WARN]: at be.maximvdw.tabcore.placeholders.H.initialize(FacebookPlaceholder.java:330)
  489. [18:50:46] [Server thread/WARN]: at be.maximvdw.tabcore.placeholders.Placeholder.registerPlaceHolder(Placeholder.java:2278)
  490. [18:50:46] [Server thread/WARN]: at be.maximvdw.tabcore.placeholders.H.<init>(FacebookPlaceholder.java:284)
  491. [18:50:46] [Server thread/WARN]: at be.maximvdw.tabcore.placeholders.az.a(PlaceholderLoader.java:375)
  492. [18:50:46] [Server thread/WARN]: at be.maximvdw.tab.Tab.initPlaceholders(Unknown Source)
  493. [18:50:46] [Server thread/WARN]: at be.maximvdw.tab.Tab.loadConfiguration(Unknown Source)
  494. [18:50:46] [Server thread/WARN]: at be.maximvdw.tabcore.BasePlugin.initialize(Unknown Source)
  495. [18:50:46] [Server thread/WARN]: at be.maximvdw.tabcore.BasePlugin.onEnable(Unknown Source)
  496. [18:50:46] [Server thread/WARN]: at be.maximvdw.tab.Tab.onEnable(Unknown Source)
  497. [18:50:46] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  498. [18:50:46] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  499. [18:50:46] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  500. [18:50:46] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  501. [18:50:46] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  502. [18:50:46] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  503. [18:50:46] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  504. [18:50:46] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  505. [18:50:46] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  506. [18:50:46] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  507. [18:50:46] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  508. [18:50:47] [Server thread/INFO]: [Tab] Loaded 2950 of the 4743 placholders
  509. [18:50:47] [Server thread/INFO]: [Tab] Loading Event hooks ...
  510. [18:50:47] [Server thread/INFO]: [Tab] Loading event hook: mcMMO Level down event ...
  511. [18:50:47] [Server thread/INFO]: [Tab] Loading event hook: mcMMO Level up event ...
  512. [18:50:47] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Death hook ...
  513. [18:50:47] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Block break hook ...
  514. [18:50:47] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Block place hook ...
  515. [18:50:47] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Create portal hook ...
  516. [18:50:47] [Server thread/INFO]: [Tab] Loading event hook: mcMMO Party Level up ...
  517. [18:50:47] [Server thread/INFO]: [Tab] Loading event hook: Vanilla player join ...
  518. [18:50:47] [Server thread/INFO]: [Tab] Loading event hook: Vanilla player rejoin ...
  519. [18:50:47] [Server thread/INFO]: [Tab] Loading event hook: Vanilla player first join ...
  520. [18:50:47] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Combat hook ...
  521. [18:50:47] [Server thread/INFO]: [Tab] Creating new custom effect: warning
  522. [18:50:47] [Server thread/INFO]: [Tab] Lines: 2
  523. [18:50:47] [Server thread/INFO]: [Tab] Arguments: 1
  524. [18:50:47] [Server thread/INFO]: [Tab] Adding tab group 'default' ...
  525. [18:50:47] [Server thread/INFO]: [Tab] Loading messages ...
  526. [18:50:47] [Server thread/INFO]: [Tab] Loading language file: lang_en
  527. [18:50:48] [Server thread/INFO]: [Tab] A new update for Tab is available for download on Spigot!
  528. [18:50:48] [Server thread/INFO]: [Tab] Adding command 'tab'
  529. [18:50:48] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4
  530. [18:50:48] [Server thread/INFO]: [ServerListPlus] [Core] Starting...
  531. [18:50:48] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
  532. [18:50:48] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
  533. [18:50:48] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
  534. [18:50:48] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
  535. [18:50:48] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
  536. [18:50:48] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4 enabled.
  537. [18:50:48] [Server thread/INFO]: [DisguiseCraft] Enabling DisguiseCraft v5.2
  538. [18:50:49] [Server thread/INFO]: [DisguiseCraft] Version 5.2 is enabled!
  539. [18:50:49] [Server thread/INFO]: [RedeemableMCMMO] Enabling RedeemableMCMMO v1.1
  540. [18:50:49] [Server thread/INFO]: [ItemSlotMachine] Enabling ItemSlotMachine v1.3.3
  541. [18:50:49] [Server thread/INFO]: [ItemSlotMachine] config.yml successfully loaded.
  542. [18:50:49] [Server thread/INFO]: [ItemSlotMachine] Vault hooked, money distribution is active.
  543. [18:50:50] [Server thread/INFO]: [ItemSlotMachine] lang_EN.txt successfully loaded.
  544. [18:50:50] [Server thread/INFO]: [ItemSlotMachine] 1 design loaded.
  545. [18:50:50] [Server thread/INFO]: [ItemSlotMachine] 2 slot machines loaded.
  546. [18:50:50] [Server thread/INFO]: [ItemSlotMachine] 8 player statistics loaded.
  547. [18:50:50] [Server thread/INFO]: [ItemSlotMachine] This plugin is using Metrics by Hidendra!
  548. [18:50:50] [Server thread/INFO]: [ItemSlotMachine] Gambling system version 1.3.3 activated! Have fun ;D (168 ms)
  549. [18:50:50] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
  550. [18:50:50] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
  551. [18:50:50] [Server thread/INFO]: [ChatProtectionPlus] Enabling ChatProtectionPlus v1.0.1
  552. [18:50:50] [Server thread/INFO]: [ChatProtection+] Loading configuration file!
  553. [18:50:50] [Server thread/INFO]: [ChatProtection+] is using [Vault] for permissions!
  554. [18:50:50] [Server thread/INFO]: [ChatProtection+] Loading messages from messages.properties file!
  555. [18:50:50] [Server thread/INFO]: [ChatProtection+] Loading listeners...
  556. [18:50:50] [Server thread/INFO]: [ChatProtection+] Player Join/Leave Listener loaded!
  557. [18:50:50] [Server thread/INFO]: [ChatProtection+] Chat Listener loaded!
  558. [18:50:50] [Server thread/INFO]: [ChatProtection+] Command Listener loaded!
  559. [18:50:50] [Server thread/INFO]: [ChatProtection+] Attempting to send statis to MCStats!
  560. [18:50:50] [Server thread/INFO]: [ChatProtection+] is now Loaded!
  561. [18:50:50] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  562. [18:50:50] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  563. [18:50:50] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  564. [18:50:50] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  565. [18:50:50] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  566. [18:50:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  567. [18:50:50] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  568. [18:50:50] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  569. [18:50:50] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  570. [18:50:50] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  571. [18:50:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  572. [18:50:50] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  573. [18:50:50] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  574. [18:50:50] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  575. [18:50:50] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  576. [18:50:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  577. [18:50:50] [Server thread/INFO]: [WorldGuard] (pvp) TNT ignition is PERMITTED.
  578. [18:50:50] [Server thread/INFO]: [WorldGuard] (pvp) Lighters are PERMITTED.
  579. [18:50:50] [Server thread/INFO]: [WorldGuard] (pvp) Lava fire is blocked.
  580. [18:50:50] [Server thread/INFO]: [WorldGuard] (pvp) Fire spread is UNRESTRICTED.
  581. [18:50:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'pvp'
  582. [18:50:50] [Server thread/INFO]: [WorldGuard] Loading region data...
  583. [18:50:50] [Server thread/INFO]: [AAC] Enabling AAC v1.9.7
  584. [18:50:51] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v1.0
  585. [18:50:51] [Thread-23/INFO]: [AAC] Checking for updates...
  586. [18:50:51] [Server thread/INFO]: ERROR CONNECTING TO DATABASE!
  587. [18:50:51] [Server thread/WARN]: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
  588. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  589. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  590. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  591. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
  592. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
  593. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  594. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
  595. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  596. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  597. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  598. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  599. [18:50:51] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  600. [18:50:51] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  601. [18:50:51] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  602. [18:50:51] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  603. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  604. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  605. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  606. [18:50:51] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:664)
  607. [18:50:51] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:247)
  608. [18:50:51] [Server thread/WARN]: at net.cfilatov.auctionhouse.data.Database.openDatabaseConnection(Database.java:20)
  609. [18:50:51] [Server thread/WARN]: at net.cfilatov.auctionhouse.AuctionHouse.onEnable(AuctionHouse.java:27)
  610. [18:50:51] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  611. [18:50:51] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  612. [18:50:51] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  613. [18:50:51] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  614. [18:50:51] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  615. [18:50:51] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  616. [18:50:51] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  617. [18:50:51] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  618. [18:50:51] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  619. [18:50:51] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  620. [18:50:51] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  621. [18:50:51] [Server thread/INFO]: ERROR CONNECTING TO DATABASE!
  622. [18:50:51] [Server thread/WARN]: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
  623. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  624. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  625. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  626. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
  627. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
  628. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  629. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
  630. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  631. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  632. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  633. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  634. [18:50:51] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  635. [18:50:51] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  636. [18:50:51] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  637. [18:50:51] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  638. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  639. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  640. [18:50:51] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  641. [18:50:51] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:664)
  642. [18:50:51] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:247)
  643. [18:50:51] [Server thread/WARN]: at net.cfilatov.auctionhouse.data.Database.openDatabaseConnection(Database.java:20)
  644. [18:50:51] [Server thread/WARN]: at net.cfilatov.auctionhouse.data.Database.getConnection(Database.java:39)
  645. [18:50:51] [Server thread/WARN]: at net.cfilatov.auctionhouse.data.DataHandler.loadListings(DataHandler.java:64)
  646. [18:50:51] [Server thread/WARN]: at net.cfilatov.auctionhouse.AuctionHouse.onEnable(AuctionHouse.java:28)
  647. [18:50:51] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  648. [18:50:51] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  649. [18:50:51] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  650. [18:50:51] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  651. [18:50:51] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  652. [18:50:51] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  653. [18:50:51] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  654. [18:50:51] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  655. [18:50:51] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  656. [18:50:51] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  657. [18:50:51] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  658. [18:50:51] [Server thread/ERROR]: Error occurred while enabling AuctionHouse v1.0 (Is it up to date?)
  659. java.lang.NullPointerException
  660. at net.cfilatov.auctionhouse.data.DataHandler.loadListings(DataHandler.java:66) ~[?:?]
  661. at net.cfilatov.auctionhouse.AuctionHouse.onEnable(AuctionHouse.java:28) ~[?:?]
  662. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  663. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  664. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  665. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  666. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  667. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  668. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  669. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  670. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  671. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  672. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  673. [18:50:51] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.5.6-b181
  674. [18:50:51] [Server thread/INFO]: [Umbaska] Enabling Umbaska vBETA_1.5.1
  675. [18:50:51] [Server thread/INFO]: [Umbaska] ?a[Umbaska] Hooked into metrics! :)
  676. [18:50:51] [Server thread/INFO]: V1_8_R3
  677. [18:50:51] [Server thread/INFO]: V1_8_R3
  678. [18:50:51] [Server thread/INFO]: V1_8_R3
  679. [18:50:51] [Server thread/INFO]: V1_8_R3
  680. [18:50:51] [Server thread/INFO]: V1_8_R3
  681. [18:50:51] [Server thread/INFO]: V1_8_R3
  682. [18:50:51] [Server thread/INFO]: V1_8_R3
  683. [18:50:51] [Server thread/INFO]: V1_8_R3
  684. [18:50:51] [Server thread/INFO]: V1_8_R3
  685. [18:50:51] [Server thread/INFO]: V1_8_R3
  686. [18:50:51] [Server thread/INFO]: V1_8_R3
  687. [18:50:51] [Server thread/INFO]: V1_8_R3
  688. [18:50:51] [Server thread/INFO]: V1_8_R3
  689. [18:50:51] [Server thread/INFO]: V1_8_R3
  690. [18:50:51] [Server thread/INFO]: V1_8_R3
  691. [18:50:51] [Server thread/INFO]: V1_8_R3
  692. [18:50:51] [Server thread/INFO]: V1_8_R3
  693. [18:50:51] [Server thread/INFO]: V1_8_R3
  694. [18:50:51] [Server thread/ERROR]: Error occurred while enabling Umbaska vBETA_1.5.1 (Is it up to date?)
  695. java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/Packet
  696. at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_111]
  697. at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) ~[?:1.8.0_111]
  698. at java.lang.Class.getConstructor0(Class.java:3075) ~[?:1.8.0_111]
  699. at java.lang.Class.getConstructor(Class.java:1825) ~[?:1.8.0_111]
  700. at ch.njol.skript.lang.SyntaxElementInfo.<init>(SyntaxElementInfo.java:37) ~[?:?]
  701. at ch.njol.skript.Skript.registerEffect(Skript.java:912) ~[?:?]
  702. at uk.co.umbaska.Managers.Effects.registerNewEffect(Effects.java:87) ~[?:?]
  703. at uk.co.umbaska.Managers.Effects.runRegister(Effects.java:290) ~[?:?]
  704. at uk.co.umbaska.Managers.Register.registerAll(Register.java:38) ~[?:?]
  705. at uk.co.umbaska.Main.onEnable(Main.java:92) ~[?:?]
  706. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  707. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  708. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  709. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  710. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  711. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  712. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  713. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  714. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  715. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  716. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  717. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.Packet
  718. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  719. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
  720. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_111]
  721. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_111]
  722. ... 21 more
  723. [18:50:51] [Server thread/INFO]: [boosCooldowns] Enabling boosCooldowns v3.9.12
  724. [18:50:51] [Thread-23/INFO]: <----------------------------------->
  725. [18:50:51] [Thread-23/INFO]: [AAC] Redistribution detected. Contact konsolas on Spigot.
  726. [18:50:51] [Thread-23/INFO]: <----------------------------------->
  727. [18:50:51] [Thread-23/ERROR]: [AAC] ERROR: Disabled due to piracy.
  728. [18:50:51] [Thread-23/ERROR]: [AAC] AAC has been disabled
  729. [18:50:51] [Thread-23/INFO]: [AAC] Disabling AAC v1.9.7
  730. [18:50:51] [Thread-23/INFO]: [AAC] Saving log file...
  731. [18:50:51] [Thread-23/WARN]: [AAC] Could not save log file as none was created.
  732. [18:50:51] [Server thread/INFO]: [boosCooldowns] version 3.9.12 by [LordBoos (boosik)] is enabled!
  733. [18:50:51] [Server thread/INFO]: [boosCooldowns] found [Vault] searching for economy plugin.
  734. [18:50:51] [Server thread/INFO]: [boosCooldowns] found [Essentials Economy] plugin, enabling prices support.
  735. [18:50:51] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  736. [18:50:51] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  737. [18:50:51] [Server thread/INFO]: git-Spigot-5f38d38-18fbb24 (MC: 1.8.8)
  738. [18:50:51] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
  739. [18:50:51] [Server thread/INFO]: Using locale en_US
  740. [18:50:51] [Server thread/INFO]: Using locale en_US
  741. [18:50:51] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  742. [18:50:51] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  743. [18:50:51] [Server thread/INFO]: [Banknotes] Enabling Banknotes v1.8.0
  744. [18:50:51] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.0.4
  745. [18:50:52] [Server thread/INFO]: [LiteBans] Loading SQL driver: mysql (com.mysql.jdbc.Driver)
  746. [18:50:52] [Server thread/INFO]: [LiteBans] Connecting to database...
  747. [18:51:27] [Server thread/ERROR]: [LiteBans] Failed to connect to [jdbc:mysql://localhost:3306/lb] using mysql driver.
  748. [18:51:27] [Server thread/ERROR]: [LiteBans] Error: Exception during pool initialization: litebans-pool - Connection is not available, request timed out after 30000ms.
  749. [18:51:27] [Server thread/ERROR]: [LiteBans] Cause: Access denied for user 'root'@'localhost' (using password: YES)
  750. [18:51:27] [Server thread/ERROR]: [LiteBans] Access to the database "lb" was denied.
  751. [18:51:27] [Server thread/ERROR]: [LiteBans] Possible solutions:
  752. [18:51:27] [Server thread/ERROR]: [LiteBans] - Ensure that the database "lb" has been created.
  753. [18:51:27] [Server thread/ERROR]: [LiteBans] - Your database host may need to allow connections from your server's IP address.
  754. [18:51:27] [Server thread/ERROR]: [LiteBans] Database connectivity issues are not problems with LiteBans!
  755. [18:51:27] [Server thread/ERROR]: [LiteBans] Please configure: plugins/LiteBans/config.yml
  756. [18:51:27] [Server thread/ERROR]: [LiteBans] Connection failed.
  757. [18:51:27] [Server thread/INFO]: [LiteBans] v2.0.4 enabled. Startup took 35187 ms.
  758. [18:51:27] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v1.3.62
  759. [18:51:28] [Server thread/INFO]: [CrateReloaded] Please check Spigotmc.org to get the latest CrateReloaded Version.
  760. [18:51:28] [Server thread/INFO]: [VanishNoPacket] Enabling VanishNoPacket v3.19.1
  761. [18:51:28] [Server thread/INFO]: [VanishNoPacket] Colored nametags enabled, but I couldn't find TagAPI
  762. [18:51:28] [Server thread/INFO]: [VanishNoPacket] For awesome colored nametags on vanish, visit
  763. [18:51:28] [Server thread/INFO]: [VanishNoPacket] http://dev.bukkit.org/server-mods/tag/
  764. [18:51:28] [Server thread/INFO]: [VanishNoPacket] and download TagAPI.jar
  765. [18:51:28] [Server thread/INFO]: [VanishNoPacket] Now hooking into Essentials
  766. [18:51:28] [Server thread/INFO]: [VanishNoPacket] 3.19.1 loaded.
  767. [18:51:28] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  768. [18:51:28] [Server thread/INFO]: [AncientGates] Enabling AncientGates v2.0.6
  769. [18:51:28] [Server thread/INFO]: [AncientGates] Loading conf from disk
  770. [18:51:28] [Server thread/INFO]: [GAListener] Enabling GAListener v1.4.5
  771. [18:51:28] [Server thread/INFO]: [GAListener] Loaded stored uuids.
  772. [18:51:28] [Server thread/INFO]: [GAListener] Loaded signs.
  773. [18:51:28] [Server thread/INFO]: [GAListener] GAListener v1.4.5 Enabled
  774. [18:51:28] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.5-U0.1.18-b298
  775. [18:51:28] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] === ENABLE START ===
  776. [18:51:29] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Loaded 0 players
  777. [18:51:29] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Loaded 3 Factions
  778. [18:51:29] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Loading board from disk
  779. [18:51:29] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Loaded 20627 board locations
  780. [18:51:29] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Economy integration through Vault plugin successful.
  781. [18:51:29] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
  782. [18:51:29] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] === ENABLE DONE (Took 609ms) ===
  783. [18:51:29] [Server thread/INFO]: [LeaderHeads] Enabling LeaderHeads v8.9
  784. [18:51:29] [Server thread/INFO]: [LeaderHeads] Connected to database
  785. [18:51:30] [Server thread/INFO]: [LeaderHeads] Generating API file
  786. [18:51:30] [Server thread/INFO]: [LeaderHeads] Hooked into HolographicDisplays
  787. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the balance board with interval 180
  788. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mine board with interval 180
  789. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the damage-receive board with interval 180
  790. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the pig board with interval 180
  791. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the drop board with interval 180
  792. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the played board with interval 180
  793. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the dive board with interval 180
  794. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the bred board with interval 180
  795. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the kills board with interval 180
  796. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the boat board with interval 180
  797. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the fish board with interval 180
  798. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the joined board with interval 180
  799. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the minecart board with interval 180
  800. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mobkills board with interval 180
  801. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the fly board with interval 180
  802. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the traded board with interval 180
  803. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the cake board with interval 180
  804. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the treasure board with interval 180
  805. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the enchanted board with interval 180
  806. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the swim board with interval 180
  807. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the climb board with interval 180
  808. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the walk board with interval 180
  809. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the damage-give board with interval 180
  810. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the horse board with interval 180
  811. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the deaths board with interval 180
  812. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-creeper board with interval 180
  813. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-skeleton board with interval 180
  814. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-spider board with interval 180
  815. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-zombie board with interval 180
  816. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-slime board with interval 180
  817. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-ghast board with interval 180
  818. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-pigzombie board with interval 180
  819. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-enderman board with interval 180
  820. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-cavespider board with interval 180
  821. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-silverfish board with interval 180
  822. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-blaze board with interval 180
  823. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-magmacube board with interval 180
  824. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-bat board with interval 180
  825. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-witch board with interval 180
  826. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-endermite board with interval 180
  827. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-guardian board with interval 180
  828. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-pig board with interval 180
  829. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-sheep board with interval 180
  830. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-cow board with interval 180
  831. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-chicken board with interval 180
  832. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-squid board with interval 180
  833. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-wolf board with interval 180
  834. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-mushroomcow board with interval 180
  835. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-ocelot board with interval 180
  836. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-horse board with interval 180
  837. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-rabbit board with interval 180
  838. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the va-villager board with interval 180
  839. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the gal-votes board with interval 180
  840. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the ks-kills board with interval 180
  841. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the ks-deaths board with interval 180
  842. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the ks-streak board with interval 180
  843. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the ks-ratio board with interval 180
  844. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the uf-chunks board with interval 180
  845. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the uf-members board with interval 180
  846. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the uf-power board with interval 180
  847. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the uf-balance board with interval 180
  848. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmo-acrobatics board with interval 180
  849. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmol-acrobatics board with interval 180
  850. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmo-alchemy board with interval 180
  851. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmol-alchemy board with interval 180
  852. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmo-archery board with interval 180
  853. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmol-archery board with interval 180
  854. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmo-axes board with interval 180
  855. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmol-axes board with interval 180
  856. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmo-excavation board with interval 180
  857. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmol-excavation board with interval 180
  858. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmo-fishing board with interval 180
  859. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmol-fishing board with interval 180
  860. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmo-herbalism board with interval 180
  861. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmol-herbalism board with interval 180
  862. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmo-mining board with interval 180
  863. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmol-mining board with interval 180
  864. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmo-repair board with interval 180
  865. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmol-repair board with interval 180
  866. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmo-salvage board with interval 180
  867. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmol-salvage board with interval 180
  868. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmo-smelting board with interval 180
  869. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmol-smelting board with interval 180
  870. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmo-swords board with interval 180
  871. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmol-swords board with interval 180
  872. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmo-taming board with interval 180
  873. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmol-taming board with interval 180
  874. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmo-unarmed board with interval 180
  875. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmol-unarmed board with interval 180
  876. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmo-woodcutting board with interval 180
  877. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mmol-woodcutting board with interval 180
  878. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the mcmmo-power board with interval 180
  879. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the tp-kills board with interval 180
  880. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the tp-elo board with interval 180
  881. [18:51:30] [Server thread/INFO]: [LeaderHeads] Launching the tp-deaths board with interval 180
  882. [18:51:30] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  883. [18:51:30] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.2.26
  884. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 1, item not loaded
  885. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 2, item not loaded
  886. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 3, item not loaded
  887. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 4, item not loaded
  888. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 5, item not loaded
  889. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 6, item not loaded
  890. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 7, item not loaded
  891. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 8, item not loaded
  892. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 9, item not loaded
  893. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 10, item not loaded
  894. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 11, item not loaded
  895. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 12, item not loaded
  896. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 13, item not loaded
  897. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 14, item not loaded
  898. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 15, item not loaded
  899. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 16, item not loaded
  900. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 17, item not loaded
  901. [18:51:30] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 18, item not loaded
  902. [18:51:30] [Server thread/INFO]: [HeadHunter] Enabling HeadHunter v2.2a
  903. [18:51:30] [Server thread/INFO]: HeadHunter v2.2a has been Enabled!
  904. [18:51:30] [Server thread/INFO]: [FBasics] Enabling FBasics v2.0.0
  905. [18:51:30] [Server thread/INFO]: [FBasics] Using Factions v1_6 support.
  906. [18:51:30] [Server thread/INFO]: [CombatTagPlus] Enabling CombatTagPlus v1.2.1
  907. [18:51:30] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  908. [18:51:31] [Server thread/INFO]: Done (55.878s)! For help, type "help" or "?"
  909. [18:51:31] [Server thread/INFO]: [Banknotes] Found economy provider Vault
  910. [18:51:31] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.2.5
  911. [18:51:31] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  912. [18:51:31] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  913. [18:51:31] [Craft Scheduler Thread - 16/INFO]: [PlayerVaults] We didn't find an update!
  914. [18:51:31] [Craft Scheduler Thread - 17/INFO]: [Skript] Checking for the latest version of Skript...
  915. [18:51:31] [Server thread/ERROR]: [Skript] Error while loading plugin hooks
  916. [18:51:31] [Server thread/INFO]: [Skript] Loading variables...
  917. [18:51:31] [Server thread/INFO]: [Skript] Loaded 13 variables in 0.0 seconds
  918. [18:51:31] [Skript update thread/INFO]: [Skript] An internal error occurred while checking for the latest version of Skript. Please refer to the server log for details.
  919. [18:51:31] [Skript update thread/ERROR]: #!#!
  920. [18:51:31] [Skript update thread/ERROR]: #!#! [Skript] Severe Error:
  921. [18:51:31] [Skript update thread/ERROR]: #!#! Unexpected error while checking for a new version of Skript
  922. [18:51:31] [Skript update thread/ERROR]: #!#!
  923. [18:51:31] [Skript update thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
  924. [18:51:31] [Skript update thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
  925. [18:51:31] [Skript update thread/ERROR]: #!#! and check whether this error has already been reported.
  926. [18:51:31] [Skript update thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
  927. [18:51:31] [Skript update thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
  928. [18:51:31] [Skript update thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
  929. [18:51:31] [Skript update thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
  930. [18:51:31] [Skript update thread/ERROR]: #!#!
  931. [18:51:31] [Skript update thread/ERROR]: #!#! Stack trace:
  932. [18:51:31] [Skript update thread/ERROR]: #!#! javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
  933. Message: Premature end of file.
  934. [18:51:31] [Skript update thread/ERROR]: #!#! at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:596)
  935. [18:51:31] [Skript update thread/ERROR]: #!#! at com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(XMLEventReaderImpl.java:83)
  936. [18:51:31] [Skript update thread/ERROR]: #!#! at ch.njol.skript.Updater.getChangelogs(Updater.java:286)
  937. [18:51:31] [Skript update thread/ERROR]: #!#! at ch.njol.skript.Updater$2.run(Updater.java:210)
  938. [18:51:31] [Skript update thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
  939. [18:51:31] [Skript update thread/ERROR]: #!#!
  940. [18:51:31] [Skript update thread/ERROR]: #!#! Version Information:
  941. [18:51:31] [Skript update thread/ERROR]: #!#! Skript: 2.2-SNAPSHOT
  942. [18:51:31] [Skript update thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
  943. [18:51:31] [Skript update thread/ERROR]: #!#! Minecraft: 1.8.8
  944. [18:51:31] [Skript update thread/ERROR]: #!#! Java: 1.8.0_111 (OpenJDK 64-Bit Server VM 25.111-b14)
  945. [18:51:31] [Skript update thread/ERROR]: #!#! OS: Linux amd64 3.16.0-4-amd64
  946. [18:51:31] [Skript update thread/ERROR]: #!#!
  947. [18:51:31] [Skript update thread/ERROR]: #!#! Running CraftBukkit: false
  948. [18:51:31] [Skript update thread/ERROR]: #!#!
  949. [18:51:31] [Skript update thread/ERROR]: #!#! Current node: if arg-2 is set: (Cooldowns.sk, line 4)
  950. [18:51:31] [Skript update thread/ERROR]: #!#! Current item: null
  951. [18:51:31] [Skript update thread/ERROR]: #!#!
  952. [18:51:31] [Skript update thread/ERROR]: #!#! Thread: Skript update thread
  953. [18:51:31] [Skript update thread/ERROR]: #!#!
  954. [18:51:31] [Skript update thread/ERROR]: #!#! End of Error.
  955. [18:51:31] [Skript update thread/ERROR]: #!#!
  956. [18:51:31] [Skript update thread/INFO]: [Skript] You're currently running a beta version of Skript, and no new stable version is available. Please note that you have to update to newer beta versions manually!
  957. [18:51:31] [Server thread/ERROR]: [Skript] can't understand this condition: 'player does not have permission' (GUI Control Panel.sk, line 6: if player does not have permission:')
  958. [18:51:32] [Server thread/ERROR]: [Skript] can't understand this condition: 'player does not have permission' (warpgui.sk, line 6: if player does not have permission:')
  959. [18:51:32] [Server thread/INFO]: [Skript] Loaded 11 scripts with a total of 1 trigger and 11 commands in 1.39 seconds
  960. [18:51:32] [Server thread/INFO]: [Skript] Finished loading.
  961. [18:51:32] [Craft Scheduler Thread - 8/INFO]: ****** KillStats ******
  962. [18:51:32] [Craft Scheduler Thread - 8/INFO]: All files up to date. Enjoy!
  963. [18:51:32] [Craft Scheduler Thread - 8/INFO]: ***********************
  964. [18:51:32] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins/PlayerVaults/uuidvaults directory.
  965. [18:51:32] [Craft Scheduler Thread - 4/INFO]: [GAListener] Connection established!
  966. [18:51:32] [Craft Scheduler Thread - 4/INFO]: [GAListener] Loaded 0 queued votes
  967. [18:51:32] [Server thread/INFO]: [HealthBar] Found an update: v1.8.3 (Your version: v1.8.2)
  968. [18:51:32] [Server thread/INFO]: [HealthBar] Type "/hbr update" or download it from:
  969. [18:51:32] [Server thread/INFO]: [HealthBar] dev.bukkit.org/bukkit-plugins/health-bar
  970. [18:51:32] [Server thread/INFO]: [AncientGates] Loading gates from disk
  971. [18:51:32] [Server thread/INFO]: [AncientGates] Loading gates into memory
  972. [18:51:32] [Thread-27/WARN]: cMMO] Could not get information about this mcMMO version; perhaps you are running a custom one?
  973. [18:51:33] [Server thread/INFO]: [AncientGates] Enabled
  974. [18:51:33] [Craft Scheduler Thread - 21/INFO]: [Vault] Checking for Updates ...
  975. [18:51:33] [Craft Scheduler Thread - 21/INFO]: [Vault] No new version available
  976. [18:51:34] [Server thread/INFO]: [TrainingPvP] Didn't hook into CombatLog!
  977. [18:51:34] [Server thread/INFO]: [TrainingPvP] Loading 4 arena's!
  978. [18:51:34] [Server thread/INFO]: [TrainingPvP] Loaded 4 arena's!
  979. [18:51:34] [Craft Scheduler Thread - 19/INFO]: [VanishNoPacket] Error: Could not check if plugin was up to date. Will try later
  980. >
  981. MineOS created and maintained by William Dizon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement