Advertisement
Guest User

Crash Java.socket

a guest
Jul 25th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 190.40 KB | None | 0 0
  1. [15:17:00] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [15:17:00] [Server thread/INFO]: Loading properties
  3. [15:17:00] [Server thread/INFO]: Default game type: SURVIVAL
  4. [15:17:01] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1649 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
  5. [15:17:01] [Server thread/INFO]: Debug logging is disabled
  6. [15:17:01] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [15:17:01] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [15:17:01] [Server thread/INFO]: Generating keypair
  9. [15:17:01] [Server thread/INFO]: Starting Minecraft server on 198.24.178.162:36239
  10. [15:17:01] [Server thread/ERROR]: Could not load 'plugins/VoxelSniper-5.169.0-SNAPSHOT-javadoc.jar' in folder 'plugins'
  11. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  12. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  13. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  14. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  15. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  16. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  17. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  18. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
  19. ... 6 more
  20. [15:17:02] [Server thread/ERROR]: Could not load 'plugins/VoxelSniper-5.169.0-SNAPSHOT-sources.jar' in folder 'plugins'
  21. org.bukkit.plugin.InvalidDescriptionException: name '${project.artifactId}' contains invalid characters.
  22. at org.bukkit.plugin.PluginDescriptionFile.loadMap(PluginDescriptionFile.java:889) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  23. at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:232) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  24. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:157) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  25. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  26. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  27. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  28. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  29. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  30. [15:17:02] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  31. [15:17:03] [Server thread/ERROR]: Could not load 'plugins/mcore.jar' in folder 'plugins'
  32. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R3/PlayerInventory
  33. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  34. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:341) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  35. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:263) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  36. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  37. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  38. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  39. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  40. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R3/PlayerInventory
  41. at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:84) ~[?:?]
  42. at com.massivecraft.mcore.MCore.<clinit>(MCore.java:69) ~[?:?]
  43. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_72]
  44. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_72]
  45. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  46. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  47. ... 6 more
  48. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R3.PlayerInventory
  49. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  50. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  51. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_72]
  52. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_72]
  53. at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:84) ~[?:?]
  54. at com.massivecraft.mcore.MCore.<clinit>(MCore.java:69) ~[?:?]
  55. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_72]
  56. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_72]
  57. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  58. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  59. ... 6 more
  60. [15:17:03] [Server thread/ERROR]: Could not load 'plugins/DynmapPlotMe.jar' in folder 'plugins'
  61. org.bukkit.plugin.UnknownDependencyException: dynmap
  62. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:228) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  63. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  64. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  65. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  66. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  67. [15:17:03] [Server thread/ERROR]: Could not load 'plugins/WGRegionCommands.jar' in folder 'plugins'
  68. org.bukkit.plugin.UnknownDependencyException: WGRegionEvents
  69. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:228) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  70. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  71. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  72. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  73. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  74. [15:17:03] [Server thread/ERROR]: Could not load 'plugins/AdvancedSelector_v2.0.jar' in folder 'plugins'
  75. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/Packet
  76. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  77. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:341) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  78. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:263) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  79. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  80. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  81. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  82. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  83. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/Packet
  84. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_72]
  85. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_72]
  86. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  87. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  88. ... 6 more
  89. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.Packet
  90. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  91. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  92. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_72]
  93. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_72]
  94. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_72]
  95. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_72]
  96. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  97. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  98. ... 6 more
  99. [15:17:03] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.0
  100. [15:17:03] [Server thread/INFO]: [TuxTwoLib] Loading TuxTwoLib v1.8.3-b4
  101. [15:17:03] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.1.20 (Phoenix)
  102. [15:17:03] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.0.5
  103. [15:17:03] [Server thread/INFO]: [TabHF] Loading TabHF v1.1
  104. [15:17:03] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.169.0-SNAPSHOT-jnks309-git7b2b282
  105. [15:17:03] [Server thread/INFO]: [Buycraft] Loading Buycraft v6.7
  106. [15:17:03] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.7.5
  107. [15:17:03] [Server thread/INFO]: [PlayerParticles] Loading PlayerParticles v2.6
  108. [15:17:03] [Server thread/INFO]: [Vault] Loading Vault v1.2.27-b349
  109. [15:17:03] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.16.3
  110. [15:17:03] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.4.0
  111. [15:17:03] [Server thread/INFO]: [Head] Loading Head v1.0
  112. [15:17:03] [Server thread/INFO]: [PerWorldPlugins] Loading PerWorldPlugins v1.2.4
  113. [15:17:03] [Server thread/INFO]: [PerWorldPlugins] Registering event interceptor...
  114. [15:17:03] [Server thread/INFO]: [WhatIsIt] Loading WhatIsIt v1.3.8
  115. [15:17:03] [Server thread/INFO]: [ButtonCommands] Loading ButtonCommands v1.9
  116. [15:17:03] [Server thread/INFO]: [HoloAPI] Loading HoloAPI v1.2.3
  117. [15:17:03] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  118. [15:17:03] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.00-b3547
  119. [15:17:03] [Server thread/INFO]: [PlotMe-DefaultGenerator] Loading PlotMe-DefaultGenerator v0.16.1
  120. [15:17:03] [Server thread/INFO]: [GAListener] Loading GAListener v1.3.1
  121. [15:17:03] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1247)
  122. [15:17:03] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.5.6
  123. [15:17:03] [Server thread/INFO]: [Void2Spawn] Loading Void2Spawn v1.1.0
  124. [15:17:03] [Server thread/INFO]: [EmptyWorldGenerator] Loading EmptyWorldGenerator v1.4
  125. [15:17:03] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
  126. [15:17:03] [Server thread/INFO]: [ChatManagerPlus] Loading ChatManagerPlus v1.3.2
  127. [15:17:03] [Server thread/INFO]: [SignEdit] Loading SignEdit v3.3.2
  128. [15:17:03] [Server thread/INFO]: [MasterPromote] Loading MasterPromote v1.6
  129. [15:17:03] [Server thread/INFO]: [TimeLock] Loading TimeLock v0.5
  130. [15:17:03] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.7.7
  131. [15:17:03] [Server thread/INFO]: [BoostPlates] Loading BoostPlates v1.1
  132. [15:17:03] [Server thread/INFO]: [StaffMode] Loading StaffMode v1.0
  133. [15:17:03] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
  134. [15:17:03] [Server thread/INFO]: [floAuction] Loading floAuction v3.1.0
  135. [15:17:03] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  136. [15:17:03] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v3.6.6
  137. [15:17:03] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
  138. [15:17:03] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.4
  139. [15:17:03] [Server thread/INFO]: [WGCustomFlags] Loading WGCustomFlags v1.7
  140. [15:17:03] [Server thread/INFO]: [SafeEdit] Loading SafeEdit v1.2.0
  141. [15:17:03] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
  142. [15:17:03] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
  143. [15:17:03] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
  144. [15:17:03] [Server thread/INFO]: [Factions] Loading Factions v1.8.2
  145. [15:17:03] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5-b699
  146. [15:17:03] [Server thread/INFO]: [ObsidianDestroyer] Loading ObsidianDestroyer v4.3.0
  147. [15:17:03] [Server thread/INFO]: [WGRegionEffects] Loading WGRegionEffects v1.4
  148. [15:17:03] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v2.5-b675
  149. [15:17:03] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.7.5
  150. [15:17:03] [Server thread/INFO]: [MassiveCore 2.7.5] === ENABLE START ===
  151. [15:17:03] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Cachefile datas...
  152. [15:17:04] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Onlineplayer datas...
  153. [15:17:04] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Registry datas...
  154. [15:17:04] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Dbmojangapi datas...
  155. [15:17:04] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Found: 0
  156. [15:17:04] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Cached: 0
  157. [15:17:04] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Remaining: 0
  158. [15:17:04] [Server thread/INFO]: [MassiveCore 2.7.5] Now fetching the remaining players from Mojang API ...
  159. [15:17:04] [Server thread/INFO]: [MassiveCore 2.7.5] ... done!
  160. [15:17:04] [Server thread/INFO]: [MassiveCore 2.7.5] Saving Cachefile...
  161. [15:17:04] [Server thread/INFO]: [MassiveCore 2.7.5] Setup of IdUtil took 142ms.
  162. [15:17:04] [Server thread/INFO]: [MassiveCore 2.7.5] === ENABLE COMPLETE (Took 278ms) ===
  163. [15:17:04] [Server thread/INFO]: [Vault] Enabling Vault v1.2.27-b349
  164. [15:17:04] [Server thread/INFO]: [Vault][Economy] Essentials Economy found: Waiting
  165. [15:17:04] [Server thread/INFO]: [Vault][Permission] GroupManager found: Waiting
  166. [15:17:04] [Server thread/INFO]: [Vault][Permission] SuperPermissions loaded as backup permission system.
  167. [15:17:04] [Server thread/INFO]: [Vault][Chat] GroupManager found: Waiting
  168. [15:17:04] [Server thread/INFO]: [Vault] Enabled Version 1.2.27-b349
  169. [15:17:04] [Server thread/INFO]: [MassiveCore 2.7.5] Activated integration with Vault
  170. [15:17:04] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.16.3
  171. [15:17:04] [Server thread/WARN]: [PlotMe] You are using an unsupported version of worldedit. The PlotMe WorldEdit Listener not be enabled.
  172. [15:17:04] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.00-b3547
  173. [15:17:07] [Server thread/INFO]: [PlotMe-DefaultGenerator] Enabling PlotMe-DefaultGenerator v0.16.1
  174. [15:17:07] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe
  175. [15:17:07] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe-DefaultGenerator
  176. [15:17:07] [Server thread/INFO]: [PlotMe-DefaultGenerator] No old PlotMe configs to import.
  177. [15:17:07] [Server thread/INFO]: [EmptyWorldGenerator] Enabling EmptyWorldGenerator v1.4
  178. [15:17:07] [Server thread/INFO]: [EmptyWorldGenerator] EmptyWorldGenerator has been enabled
  179. [15:17:07] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  180. [15:17:07] [Server thread/INFO]: Preparing level "FactionsSpawn"
  181. [15:17:07] [Server thread/INFO]: -------- World Settings For [FactionsSpawn] --------
  182. [15:17:07] [Server thread/INFO]: Anti X-Ray: true
  183. [15:17:07] [Server thread/INFO]: Engine Mode: 1
  184. [15:17:07] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  185. [15:17:07] [Server thread/INFO]: Replace Blocks: [1, 5]
  186. [15:17:07] [Server thread/INFO]: Mob Spawn Range: 4
  187. [15:17:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  188. [15:17:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
  189. [15:17:07] [Server thread/INFO]: Cane Growth Modifier: 100%
  190. [15:17:07] [Server thread/INFO]: Melon Growth Modifier: 100%
  191. [15:17:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  192. [15:17:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  193. [15:17:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
  194. [15:17:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
  195. [15:17:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  196. [15:17:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  197. [15:17:07] [Server thread/INFO]: Alternative Hopper Ticking: false
  198. [15:17:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  199. [15:17:07] [Server thread/INFO]: Random Lighting Updates: false
  200. [15:17:07] [Server thread/INFO]: Structure Info Saving: true
  201. [15:17:07] [Server thread/INFO]: Sending up to 5 chunks per packet
  202. [15:17:07] [Server thread/INFO]: Max Entity Collisions: 8
  203. [15:17:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  204. [15:17:07] [Server thread/INFO]: Max TNT Explosions: 100
  205. [15:17:07] [Server thread/INFO]: View Distance: 6
  206. [15:17:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
  207. [15:17:07] [Server thread/INFO]: Clear tick list: false
  208. [15:17:07] [Server thread/INFO]: Experience Merge Radius: 3.0
  209. [15:17:07] [Server thread/INFO]: Item Despawn Rate: 6000
  210. [15:17:07] [Server thread/INFO]: Item Merge Radius: 2.5
  211. [15:17:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
  212. [15:17:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  213. [15:17:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  214. [15:17:07] [Server thread/INFO]: -------- World Settings For [FactionsSpawn_nether] --------
  215. [15:17:07] [Server thread/INFO]: Anti X-Ray: true
  216. [15:17:07] [Server thread/INFO]: Engine Mode: 1
  217. [15:17:07] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  218. [15:17:07] [Server thread/INFO]: Replace Blocks: [1, 5]
  219. [15:17:07] [Server thread/INFO]: Mob Spawn Range: 4
  220. [15:17:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  221. [15:17:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
  222. [15:17:07] [Server thread/INFO]: Cane Growth Modifier: 100%
  223. [15:17:07] [Server thread/INFO]: Melon Growth Modifier: 100%
  224. [15:17:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  225. [15:17:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  226. [15:17:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
  227. [15:17:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
  228. [15:17:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  229. [15:17:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  230. [15:17:07] [Server thread/INFO]: Alternative Hopper Ticking: false
  231. [15:17:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  232. [15:17:07] [Server thread/INFO]: Random Lighting Updates: false
  233. [15:17:07] [Server thread/INFO]: Structure Info Saving: true
  234. [15:17:07] [Server thread/INFO]: Sending up to 5 chunks per packet
  235. [15:17:07] [Server thread/INFO]: Max Entity Collisions: 8
  236. [15:17:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  237. [15:17:07] [Server thread/INFO]: Max TNT Explosions: 100
  238. [15:17:07] [Server thread/INFO]: View Distance: 6
  239. [15:17:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
  240. [15:17:07] [Server thread/INFO]: Clear tick list: false
  241. [15:17:07] [Server thread/INFO]: Experience Merge Radius: 3.0
  242. [15:17:07] [Server thread/INFO]: Item Despawn Rate: 6000
  243. [15:17:07] [Server thread/INFO]: Item Merge Radius: 2.5
  244. [15:17:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
  245. [15:17:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  246. [15:17:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  247. [15:17:07] [Server thread/INFO]: -------- World Settings For [FactionsSpawn_the_end] --------
  248. [15:17:07] [Server thread/INFO]: Anti X-Ray: true
  249. [15:17:07] [Server thread/INFO]: Engine Mode: 1
  250. [15:17:07] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  251. [15:17:07] [Server thread/INFO]: Replace Blocks: [1, 5]
  252. [15:17:07] [Server thread/INFO]: Mob Spawn Range: 4
  253. [15:17:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  254. [15:17:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
  255. [15:17:07] [Server thread/INFO]: Cane Growth Modifier: 100%
  256. [15:17:07] [Server thread/INFO]: Melon Growth Modifier: 100%
  257. [15:17:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  258. [15:17:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  259. [15:17:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
  260. [15:17:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
  261. [15:17:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  262. [15:17:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  263. [15:17:07] [Server thread/INFO]: Alternative Hopper Ticking: false
  264. [15:17:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  265. [15:17:07] [Server thread/INFO]: Random Lighting Updates: false
  266. [15:17:07] [Server thread/INFO]: Structure Info Saving: true
  267. [15:17:07] [Server thread/INFO]: Sending up to 5 chunks per packet
  268. [15:17:07] [Server thread/INFO]: Max Entity Collisions: 8
  269. [15:17:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  270. [15:17:07] [Server thread/INFO]: Max TNT Explosions: 100
  271. [15:17:07] [Server thread/INFO]: View Distance: 6
  272. [15:17:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
  273. [15:17:07] [Server thread/INFO]: Clear tick list: false
  274. [15:17:07] [Server thread/INFO]: Experience Merge Radius: 3.0
  275. [15:17:07] [Server thread/INFO]: Item Despawn Rate: 6000
  276. [15:17:07] [Server thread/INFO]: Item Merge Radius: 2.5
  277. [15:17:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
  278. [15:17:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  279. [15:17:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  280. [15:17:07] [Server thread/INFO]: Preparing start region for level 0 (Seed: -4121361989859322052)
  281. [15:17:08] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3383052921563775543)
  282. [15:17:09] [Server thread/INFO]: Preparing spawn area: 91%
  283. [15:17:09] [Server thread/INFO]: Preparing start region for level 2 (Seed: -3383052921563775543)
  284. [15:17:09] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.0
  285. [15:17:09] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
  286. [15:17:09] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  287. [15:17:09] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Factions" has border radius 10000 at X: 0.0 Z: 0.0
  288. [15:17:09] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Factions_nether" has border radius 10000 at X: 0.0 Z: 0.0
  289. [15:17:09] [Server thread/INFO]: [WorldBorder] [CONFIG] World "FactionsEnd" has border radius 10000 at X: 0.0 Z: 0.0
  290. [15:17:09] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 0.0 Y: 100.0 Z: 0.0
  291. [15:17:09] [Server thread/INFO]: [TuxTwoLib] Enabling TuxTwoLib v1.8.3-b4
  292. [15:17:09] [Server thread/WARN]: [TuxTwoLib] Current version incompatible with this version of Craftbukkit! Checking for and downloading a compatible version.
  293. [15:17:10] [Server thread/ERROR]: [TuxTwoLib] New version download was unsuccessful. Please download the correct version of the library from http://dev.bukkit.org/server-mods/tuxtwolib/
  294. [15:17:10] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.1.20 (Phoenix)
  295. [15:17:10] [Server thread/WARN]: GroupManager - WARNING - Mirroring error with factionsspawn. Recursive loop detected!
  296. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: creative
  297. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: playthrough
  298. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: rpgmap
  299. [15:17:10] [Server thread/WARN]: GroupManager - WARNING - The group 'Disabled' has no 'info' section!
  300. [15:17:10] [Server thread/WARN]: GroupManager - WARNING - Using default values: plugins/GroupManager/worlds/rpgmap/groups.yml
  301. [15:17:10] [Server thread/WARN]: GroupManager - WARNING - Inherited group 'Bronze' not found for group VIP. Ignoring entry in file: plugins/GroupManager/worlds/rpgmap/groups.yml
  302. [15:17:10] [Server thread/WARN]: GroupManager - WARNING - Inherited group 'Silver' not found for group MVP. Ignoring entry in file: plugins/GroupManager/worlds/rpgmap/groups.yml
  303. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: factionsvoid_the_end
  304. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: bowspawn
  305. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: rpg
  306. [15:17:10] [Server thread/WARN]: GroupManager - WARNING - Inherited group 'Bronze' not found for group VIP. Ignoring entry in file: plugins/GroupManager/worlds/rpg/groups.yml
  307. [15:17:10] [Server thread/WARN]: GroupManager - WARNING - Inherited group 'Silver' not found for group MVP. Ignoring entry in file: plugins/GroupManager/worlds/rpg/groups.yml
  308. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: hub_nether
  309. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: factionsvoid_nether
  310. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: factionsspawn_nether
  311. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: factions_the_end
  312. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: factionsspawn
  313. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: world
  314. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: hub_the_end
  315. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: factionsend
  316. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: Factions_nether
  317. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: lobby
  318. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: events
  319. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: factionsspawn_the_end
  320. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: factionsvoid
  321. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: plotworld
  322. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: skyworld
  323. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: factions
  324. [15:17:10] [Server thread/INFO]: GroupManager - INFO - World Found: hub
  325. [15:17:10] [Server thread/WARN]: GroupManager - WARNING - The group 'Disabled' has no 'info' section!
  326. [15:17:10] [Server thread/WARN]: GroupManager - WARNING - Using default values: plugins/GroupManager/worlds/hub/groups.yml
  327. [15:17:10] [Server thread/WARN]: GroupManager - WARNING - Inherited group 'Bronze' not found for group VIP. Ignoring entry in file: plugins/GroupManager/worlds/hub/groups.yml
  328. [15:17:10] [Server thread/WARN]: GroupManager - WARNING - Inherited group 'Silver' not found for group MVP. Ignoring entry in file: plugins/GroupManager/worlds/hub/groups.yml
  329. [15:17:10] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
  330. [15:17:10] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  331. [15:17:10] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  332. [15:17:10] [Server thread/INFO]: GroupManager version 2.1.20 (Phoenix) is enabled!
  333. [15:17:10] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
  334. [15:17:10] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
  335. [15:17:10] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.0.5
  336. [15:17:10] [Server thread/INFO]: [TabHF] Enabling TabHF v1.1
  337. [15:17:10] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.169.0-SNAPSHOT-jnks309-git7b2b282
  338. [15:17:10] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
  339. [15:17:10] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
  340. [15:17:10] [Server thread/INFO]: [Buycraft] Enabling Buycraft v6.7
  341. [15:17:10] [Server thread/INFO]: [PlayerParticles] Enabling PlayerParticles v2.6
  342. [15:17:10] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.4.0
  343. [15:17:10] [Server thread/INFO]: [Head] Enabling Head v1.0
  344. [15:17:10] [Server thread/INFO]: Head version 1.0 enabled.
  345. [15:17:10] [Server thread/INFO]: [PerWorldPlugins] Enabling PerWorldPlugins v1.2.4
  346. [15:17:10] [Server thread/INFO]: [PerWorldPlugins] Enabled, attempting to inject CommandHandler...
  347. [15:17:10] [Server thread/INFO]: [WhatIsIt] Enabling WhatIsIt v1.3.8
  348. [15:17:10] [Server thread/INFO]: [WhatIsIt] has been enabled.
  349. [15:17:10] [Server thread/INFO]: [ButtonCommands] Enabling ButtonCommands v1.9
  350. [15:17:10] [Server thread/INFO]: [HoloAPI] Enabling HoloAPI v1.2.3
  351. [15:17:10] [Server thread/INFO]: [HoloAPI] [Vault] Successfully hooked
  352. [15:17:10] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  353. [15:17:10] [Server thread/INFO]: [Votifier] Votifier enabled.
  354. [15:17:10] [Server thread/INFO]: [GAListener] Enabling GAListener v1.3.1
  355. [15:17:10] [Server thread/INFO]: [GAListener] GAListener v1.3.1 Enabled
  356. [15:17:10] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1247)
  357. [15:17:11] [Server thread/ERROR]: Error occurred while enabling Citizens v2.0.16-SNAPSHOT (build 1247) (Is it up to date?)
  358. java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_8_R3/CraftServer
  359. at net.citizensnpcs.util.Util.getMinecraftRevision(Util.java:78) ~[?:?]
  360. at net.citizensnpcs.Citizens.onEnable(Citizens.java:260) ~[?:?]
  361. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  362. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  363. at us.Myles.PWP.TransparentListeners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:145) [PerWorldPlugins%20(2).jar:?]
  364. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  365. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  366. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  367. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  368. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  369. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  370. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  371. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  372. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigotRSNAPSHOT.jar:git-Spigot-1649]
  373. Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_8_R3.CraftServer
  374. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  375. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigotRSNAPSHOT.jar:git-Spigot-1649]
  376. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_72]
  377. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_72]
  378. ... 14 more
  379. [15:17:11] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.5.6
  380. [15:17:11] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  381. [15:17:11] [Server thread/INFO]: [Void2Spawn] Enabling Void2Spawn v1.1.0
  382. [15:17:11] [Server thread/INFO]: [Void2Spawn] Void2Spawn Starting!
  383. [15:17:11] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
  384. [15:17:11] [Server thread/INFO]: [WorldGuard] (FactionsSpawn) TNT ignition is PERMITTED.
  385. [15:17:11] [Server thread/INFO]: [WorldGuard] (FactionsSpawn) Lighters are PERMITTED.
  386. [15:17:11] [Server thread/INFO]: [WorldGuard] (FactionsSpawn) Lava fire is blocked.
  387. [15:17:11] [Server thread/INFO]: [WorldGuard] (FactionsSpawn) Fire spread is UNRESTRICTED.
  388. [15:17:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FactionsSpawn'
  389. [15:17:11] [Server thread/INFO]: [WorldGuard] (FactionsSpawn_nether) TNT ignition is PERMITTED.
  390. [15:17:11] [Server thread/INFO]: [WorldGuard] (FactionsSpawn_nether) Lighters are PERMITTED.
  391. [15:17:11] [Server thread/INFO]: [WorldGuard] (FactionsSpawn_nether) Lava fire is blocked.
  392. [15:17:11] [Server thread/INFO]: [WorldGuard] (FactionsSpawn_nether) Fire spread is UNRESTRICTED.
  393. [15:17:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FactionsSpawn_nether'
  394. [15:17:11] [Server thread/INFO]: [WorldGuard] (FactionsSpawn_the_end) TNT ignition is PERMITTED.
  395. [15:17:11] [Server thread/INFO]: [WorldGuard] (FactionsSpawn_the_end) Lighters are PERMITTED.
  396. [15:17:11] [Server thread/INFO]: [WorldGuard] (FactionsSpawn_the_end) Lava fire is blocked.
  397. [15:17:11] [Server thread/INFO]: [WorldGuard] (FactionsSpawn_the_end) Fire spread is UNRESTRICTED.
  398. [15:17:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FactionsSpawn_the_end'
  399. [15:17:11] [Server thread/INFO]: [WorldGuard] 4 regions loaded for 'FactionsSpawn'
  400. [15:17:11] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'FactionsSpawn_nether'
  401. [15:17:11] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'FactionsSpawn_the_end'
  402. [15:17:11] [Server thread/INFO]: [ChatManagerPlus] Enabling ChatManagerPlus v1.3.2
  403. [15:17:11] [Server thread/INFO]: ChatManagerPlus v1.3.2 by Henryjake121 has been enabled!
  404. [15:17:11] [Server thread/INFO]: [SignEdit] Enabling SignEdit v3.3.2
  405. [15:17:11] [Server thread/INFO]: [MasterPromote] Enabling MasterPromote v1.6
  406. [15:17:11] [Server thread/INFO]: [MasterPromote] Using GroupManager
  407. [15:17:11] [Server thread/INFO]: [MasterPromote] v.1.6 enabled!
  408. [15:17:11] [Server thread/INFO]: [MasterPromote] PluginMetrics enabled!
  409. [15:17:11] [Server thread/INFO]: [TimeLock] Enabling TimeLock v0.5
  410. [15:17:11] [Server thread/INFO]: [TimeLock] Enabled
  411. [15:17:11] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.7.7
  412. [15:17:11] [Server thread/INFO]: [ClearLag] Loading modules...
  413. [15:17:11] [Server thread/WARN]: [ClearLag] ARMOR_STAND is NOT a valid Entity!
  414. [15:17:11] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  415. [15:17:11] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  416. [15:17:11] [Thread-13/INFO]: [ClearLag] Checking for updates...
  417. [15:17:11] [Server thread/INFO]: [BoostPlates] Enabling BoostPlates v1.1
  418. [15:17:11] [Server thread/INFO]: [StaffMode] Enabling StaffMode v1.0
  419. [15:17:11] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
  420. [15:17:11] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  421. [15:17:11] [Server thread/INFO]: git-Spigot-1649 (MC: 1.7.10)
  422. [15:17:11] [Server thread/INFO]: 1.7.10-R0.1-SNAPSHOT
  423. [15:17:11] [Thread-13/INFO]: [ClearLag] No updates found!
  424. [15:17:11] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  425. [15:17:11] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
  426. [15:17:11] [Server thread/INFO]: [floAuction] Enabling floAuction v3.1.0
  427. [15:17:12] [Server thread/INFO]: [Auction] has been enabled.
  428. [15:17:12] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  429. [15:17:12] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  430. [15:17:12] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  431. [15:17:12] [Thread-12/WARN]: [SignEdit] ยง5This server is running a development version of SignEdit. Expect bugs!
  432. [15:17:12] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Events' - Env: NORMAL - Type: FLAT & seed: -6831692609525065845
  433. [15:17:12] [Server thread/INFO]: -------- World Settings For [Events] --------
  434. [15:17:12] [Server thread/INFO]: Anti X-Ray: true
  435. [15:17:12] [Server thread/INFO]: Engine Mode: 1
  436. [15:17:12] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  437. [15:17:12] [Server thread/INFO]: Replace Blocks: [1, 5]
  438. [15:17:12] [Server thread/INFO]: Mob Spawn Range: 4
  439. [15:17:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  440. [15:17:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
  441. [15:17:12] [Server thread/INFO]: Cane Growth Modifier: 100%
  442. [15:17:12] [Server thread/INFO]: Melon Growth Modifier: 100%
  443. [15:17:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  444. [15:17:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  445. [15:17:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
  446. [15:17:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
  447. [15:17:12] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  448. [15:17:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  449. [15:17:12] [Server thread/INFO]: Alternative Hopper Ticking: false
  450. [15:17:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  451. [15:17:12] [Server thread/INFO]: Random Lighting Updates: false
  452. [15:17:12] [Server thread/INFO]: Structure Info Saving: true
  453. [15:17:12] [Server thread/INFO]: Sending up to 5 chunks per packet
  454. [15:17:12] [Server thread/INFO]: Max Entity Collisions: 8
  455. [15:17:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  456. [15:17:12] [Server thread/INFO]: Max TNT Explosions: 100
  457. [15:17:12] [Server thread/INFO]: View Distance: 6
  458. [15:17:12] [Server thread/INFO]: Chunks to Grow per Tick: 650
  459. [15:17:12] [Server thread/INFO]: Clear tick list: false
  460. [15:17:12] [Server thread/INFO]: Experience Merge Radius: 3.0
  461. [15:17:12] [Server thread/INFO]: Item Despawn Rate: 6000
  462. [15:17:12] [Server thread/INFO]: Item Merge Radius: 2.5
  463. [15:17:12] [Server thread/INFO]: Arrow Despawn Rate: 1200
  464. [15:17:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  465. [15:17:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  466. [15:17:12] [Server thread/INFO]: Preparing start region for level 3 (Seed: -6831692609525065845)
  467. [15:17:13] [Server thread/INFO]: [WorldGuard] (Events) TNT ignition is PERMITTED.
  468. [15:17:13] [Server thread/INFO]: [WorldGuard] (Events) Lighters are PERMITTED.
  469. [15:17:13] [Server thread/INFO]: [WorldGuard] (Events) Lava fire is blocked.
  470. [15:17:13] [Server thread/INFO]: [WorldGuard] (Events) Fire spread is UNRESTRICTED.
  471. [15:17:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Events'
  472. [15:17:13] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'BoWSpawn' - Env: NORMAL - Type: FLAT & seed: -2503917028133690788
  473. [15:17:13] [Server thread/INFO]: -------- World Settings For [BoWSpawn] --------
  474. [15:17:13] [Server thread/INFO]: Anti X-Ray: true
  475. [15:17:13] [Server thread/INFO]: Engine Mode: 1
  476. [15:17:13] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  477. [15:17:13] [Server thread/INFO]: Replace Blocks: [1, 5]
  478. [15:17:13] [Server thread/INFO]: Mob Spawn Range: 4
  479. [15:17:13] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  480. [15:17:13] [Server thread/INFO]: Cactus Growth Modifier: 100%
  481. [15:17:13] [Server thread/INFO]: Cane Growth Modifier: 100%
  482. [15:17:13] [Server thread/INFO]: Melon Growth Modifier: 100%
  483. [15:17:13] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  484. [15:17:13] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  485. [15:17:13] [Server thread/INFO]: Sapling Growth Modifier: 100%
  486. [15:17:13] [Server thread/INFO]: Wheat Growth Modifier: 100%
  487. [15:17:13] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  488. [15:17:13] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  489. [15:17:13] [Server thread/INFO]: Alternative Hopper Ticking: false
  490. [15:17:13] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  491. [15:17:13] [Server thread/INFO]: Random Lighting Updates: false
  492. [15:17:13] [Server thread/INFO]: Structure Info Saving: true
  493. [15:17:13] [Server thread/INFO]: Sending up to 5 chunks per packet
  494. [15:17:13] [Server thread/INFO]: Max Entity Collisions: 8
  495. [15:17:13] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  496. [15:17:13] [Server thread/INFO]: Max TNT Explosions: 100
  497. [15:17:13] [Server thread/INFO]: View Distance: 6
  498. [15:17:13] [Server thread/INFO]: Chunks to Grow per Tick: 650
  499. [15:17:13] [Server thread/INFO]: Clear tick list: false
  500. [15:17:13] [Server thread/INFO]: Experience Merge Radius: 3.0
  501. [15:17:13] [Server thread/INFO]: Item Despawn Rate: 6000
  502. [15:17:13] [Server thread/INFO]: Item Merge Radius: 2.5
  503. [15:17:13] [Server thread/INFO]: Arrow Despawn Rate: 1200
  504. [15:17:13] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  505. [15:17:13] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  506. [15:17:13] [Server thread/INFO]: Preparing start region for level 4 (Seed: -2503917028133690788)
  507. [15:17:13] [Server thread/INFO]: [WorldGuard] (BoWSpawn) TNT ignition is PERMITTED.
  508. [15:17:13] [Server thread/INFO]: [WorldGuard] (BoWSpawn) Lighters are PERMITTED.
  509. [15:17:13] [Server thread/INFO]: [WorldGuard] (BoWSpawn) Lava fire is blocked.
  510. [15:17:13] [Server thread/INFO]: [WorldGuard] (BoWSpawn) Fire spread is UNRESTRICTED.
  511. [15:17:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'BoWSpawn'
  512. [15:17:13] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'RPG' - Env: NORMAL - Type: FLAT & seed: -563015843904086920
  513. [15:17:13] [Server thread/INFO]: -------- World Settings For [RPG] --------
  514. [15:17:13] [Server thread/INFO]: Anti X-Ray: true
  515. [15:17:13] [Server thread/INFO]: Engine Mode: 1
  516. [15:17:13] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  517. [15:17:13] [Server thread/INFO]: Replace Blocks: [1, 5]
  518. [15:17:13] [Server thread/INFO]: Mob Spawn Range: 4
  519. [15:17:13] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  520. [15:17:13] [Server thread/INFO]: Cactus Growth Modifier: 100%
  521. [15:17:13] [Server thread/INFO]: Cane Growth Modifier: 100%
  522. [15:17:13] [Server thread/INFO]: Melon Growth Modifier: 100%
  523. [15:17:13] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  524. [15:17:13] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  525. [15:17:13] [Server thread/INFO]: Sapling Growth Modifier: 100%
  526. [15:17:13] [Server thread/INFO]: Wheat Growth Modifier: 100%
  527. [15:17:13] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  528. [15:17:13] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  529. [15:17:13] [Server thread/INFO]: Alternative Hopper Ticking: false
  530. [15:17:13] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  531. [15:17:13] [Server thread/INFO]: Random Lighting Updates: false
  532. [15:17:13] [Server thread/INFO]: Structure Info Saving: true
  533. [15:17:13] [Server thread/INFO]: Sending up to 5 chunks per packet
  534. [15:17:13] [Server thread/INFO]: Max Entity Collisions: 8
  535. [15:17:13] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  536. [15:17:13] [Server thread/INFO]: Max TNT Explosions: 100
  537. [15:17:13] [Server thread/INFO]: View Distance: 6
  538. [15:17:13] [Server thread/INFO]: Chunks to Grow per Tick: 650
  539. [15:17:13] [Server thread/INFO]: Clear tick list: false
  540. [15:17:13] [Server thread/INFO]: Experience Merge Radius: 3.0
  541. [15:17:13] [Server thread/INFO]: Item Despawn Rate: 6000
  542. [15:17:13] [Server thread/INFO]: Item Merge Radius: 2.5
  543. [15:17:13] [Server thread/INFO]: Arrow Despawn Rate: 1200
  544. [15:17:13] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  545. [15:17:13] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  546. [15:17:13] [Server thread/INFO]: Preparing start region for level 5 (Seed: -563015843904086920)
  547. [15:17:14] [Server thread/INFO]: [WorldGuard] (RPG) TNT ignition is PERMITTED.
  548. [15:17:14] [Server thread/INFO]: [WorldGuard] (RPG) Lighters are PERMITTED.
  549. [15:17:14] [Server thread/INFO]: [WorldGuard] (RPG) Lava fire is blocked.
  550. [15:17:14] [Server thread/INFO]: [WorldGuard] (RPG) Fire spread is UNRESTRICTED.
  551. [15:17:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'RPG'
  552. [15:17:14] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'RPGMap' - Env: NORMAL - Type: FLAT & seed: 790299267001105767
  553. [15:17:14] [Server thread/INFO]: -------- World Settings For [RPGMap] --------
  554. [15:17:14] [Server thread/INFO]: Anti X-Ray: true
  555. [15:17:14] [Server thread/INFO]: Engine Mode: 1
  556. [15:17:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  557. [15:17:14] [Server thread/INFO]: Replace Blocks: [1, 5]
  558. [15:17:14] [Server thread/INFO]: Mob Spawn Range: 4
  559. [15:17:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  560. [15:17:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
  561. [15:17:14] [Server thread/INFO]: Cane Growth Modifier: 100%
  562. [15:17:14] [Server thread/INFO]: Melon Growth Modifier: 100%
  563. [15:17:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  564. [15:17:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  565. [15:17:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
  566. [15:17:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
  567. [15:17:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  568. [15:17:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  569. [15:17:14] [Server thread/INFO]: Alternative Hopper Ticking: false
  570. [15:17:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  571. [15:17:14] [Server thread/INFO]: Random Lighting Updates: false
  572. [15:17:14] [Server thread/INFO]: Structure Info Saving: true
  573. [15:17:14] [Server thread/INFO]: Sending up to 5 chunks per packet
  574. [15:17:14] [Server thread/INFO]: Max Entity Collisions: 8
  575. [15:17:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  576. [15:17:14] [Server thread/INFO]: Max TNT Explosions: 100
  577. [15:17:14] [Server thread/INFO]: View Distance: 6
  578. [15:17:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
  579. [15:17:14] [Server thread/INFO]: Clear tick list: false
  580. [15:17:14] [Server thread/INFO]: Experience Merge Radius: 3.0
  581. [15:17:14] [Server thread/INFO]: Item Despawn Rate: 6000
  582. [15:17:14] [Server thread/INFO]: Item Merge Radius: 2.5
  583. [15:17:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
  584. [15:17:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  585. [15:17:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  586. [15:17:14] [Server thread/INFO]: Preparing start region for level 6 (Seed: 790299267001105767)
  587. [15:17:14] [Server thread/INFO]: [WorldGuard] (RPGMap) TNT ignition is PERMITTED.
  588. [15:17:14] [Server thread/INFO]: [WorldGuard] (RPGMap) Lighters are PERMITTED.
  589. [15:17:14] [Server thread/INFO]: [WorldGuard] (RPGMap) Lava fire is blocked.
  590. [15:17:14] [Server thread/INFO]: [WorldGuard] (RPGMap) Fire spread is UNRESTRICTED.
  591. [15:17:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'RPGMap'
  592. [15:17:14] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'FactionsEnd' - Env: THE_END - Type: NORMAL & seed: 3676360727779347973
  593. [15:17:14] [Server thread/INFO]: -------- World Settings For [FactionsEnd] --------
  594. [15:17:14] [Server thread/INFO]: Anti X-Ray: true
  595. [15:17:14] [Server thread/INFO]: Engine Mode: 1
  596. [15:17:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  597. [15:17:14] [Server thread/INFO]: Replace Blocks: [1, 5]
  598. [15:17:14] [Server thread/INFO]: Mob Spawn Range: 4
  599. [15:17:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  600. [15:17:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
  601. [15:17:14] [Server thread/INFO]: Cane Growth Modifier: 100%
  602. [15:17:14] [Server thread/INFO]: Melon Growth Modifier: 100%
  603. [15:17:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  604. [15:17:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  605. [15:17:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
  606. [15:17:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
  607. [15:17:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  608. [15:17:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  609. [15:17:14] [Server thread/INFO]: Alternative Hopper Ticking: false
  610. [15:17:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  611. [15:17:14] [Server thread/INFO]: Random Lighting Updates: false
  612. [15:17:14] [Server thread/INFO]: Structure Info Saving: true
  613. [15:17:14] [Server thread/INFO]: Sending up to 5 chunks per packet
  614. [15:17:14] [Server thread/INFO]: Max Entity Collisions: 8
  615. [15:17:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  616. [15:17:14] [Server thread/INFO]: Max TNT Explosions: 100
  617. [15:17:14] [Server thread/INFO]: View Distance: 6
  618. [15:17:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
  619. [15:17:14] [Server thread/INFO]: Clear tick list: false
  620. [15:17:14] [Server thread/INFO]: Experience Merge Radius: 3.0
  621. [15:17:14] [Server thread/INFO]: Item Despawn Rate: 6000
  622. [15:17:14] [Server thread/INFO]: Item Merge Radius: 2.5
  623. [15:17:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
  624. [15:17:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  625. [15:17:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  626. [15:17:14] [Server thread/INFO]: Preparing start region for level 7 (Seed: 3676360727779347973)
  627. [15:17:14] [Server thread/INFO]: [WorldGuard] (FactionsEnd) TNT ignition is PERMITTED.
  628. [15:17:14] [Server thread/INFO]: [WorldGuard] (FactionsEnd) Lighters are PERMITTED.
  629. [15:17:14] [Server thread/INFO]: [WorldGuard] (FactionsEnd) Lava fire is blocked.
  630. [15:17:14] [Server thread/INFO]: [WorldGuard] (FactionsEnd) Fire spread is UNRESTRICTED.
  631. [15:17:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FactionsEnd'
  632. [15:17:14] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Factions_nether' - Env: NETHER - Type: NORMAL & seed: -8157459868602835754
  633. [15:17:14] [Server thread/INFO]: -------- World Settings For [Factions_nether] --------
  634. [15:17:14] [Server thread/INFO]: Anti X-Ray: true
  635. [15:17:14] [Server thread/INFO]: Engine Mode: 1
  636. [15:17:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  637. [15:17:14] [Server thread/INFO]: Replace Blocks: [1, 5]
  638. [15:17:14] [Server thread/INFO]: Mob Spawn Range: 4
  639. [15:17:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  640. [15:17:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
  641. [15:17:14] [Server thread/INFO]: Cane Growth Modifier: 100%
  642. [15:17:14] [Server thread/INFO]: Melon Growth Modifier: 100%
  643. [15:17:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  644. [15:17:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  645. [15:17:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
  646. [15:17:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
  647. [15:17:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  648. [15:17:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  649. [15:17:14] [Server thread/INFO]: Alternative Hopper Ticking: false
  650. [15:17:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  651. [15:17:14] [Server thread/INFO]: Random Lighting Updates: false
  652. [15:17:14] [Server thread/INFO]: Structure Info Saving: true
  653. [15:17:14] [Server thread/INFO]: Sending up to 5 chunks per packet
  654. [15:17:14] [Server thread/INFO]: Max Entity Collisions: 8
  655. [15:17:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  656. [15:17:14] [Server thread/INFO]: Max TNT Explosions: 100
  657. [15:17:14] [Server thread/INFO]: View Distance: 6
  658. [15:17:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
  659. [15:17:14] [Server thread/INFO]: Clear tick list: false
  660. [15:17:14] [Server thread/INFO]: Experience Merge Radius: 3.0
  661. [15:17:14] [Server thread/INFO]: Item Despawn Rate: 6000
  662. [15:17:14] [Server thread/INFO]: Item Merge Radius: 2.5
  663. [15:17:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
  664. [15:17:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  665. [15:17:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  666. [15:17:14] [Server thread/INFO]: Preparing start region for level 8 (Seed: -8157459868602835754)
  667. [15:17:15] [Server thread/INFO]: [WorldGuard] (Factions_nether) TNT ignition is PERMITTED.
  668. [15:17:15] [Server thread/INFO]: [WorldGuard] (Factions_nether) Lighters are PERMITTED.
  669. [15:17:15] [Server thread/INFO]: [WorldGuard] (Factions_nether) Lava fire is blocked.
  670. [15:17:15] [Server thread/INFO]: [WorldGuard] (Factions_nether) Fire spread is UNRESTRICTED.
  671. [15:17:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Factions_nether'
  672. [15:17:15] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'FactionsVoid' - Env: NORMAL - Type: NORMAL & seed: 268315414867973975 & generator: EmptyWorldGenerator
  673. [15:17:15] [Server thread/INFO]: -------- World Settings For [FactionsVoid] --------
  674. [15:17:15] [Server thread/INFO]: Anti X-Ray: true
  675. [15:17:15] [Server thread/INFO]: Engine Mode: 1
  676. [15:17:15] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  677. [15:17:15] [Server thread/INFO]: Replace Blocks: [1, 5]
  678. [15:17:15] [Server thread/INFO]: Mob Spawn Range: 4
  679. [15:17:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  680. [15:17:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
  681. [15:17:15] [Server thread/INFO]: Cane Growth Modifier: 100%
  682. [15:17:15] [Server thread/INFO]: Melon Growth Modifier: 100%
  683. [15:17:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  684. [15:17:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  685. [15:17:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
  686. [15:17:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
  687. [15:17:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  688. [15:17:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  689. [15:17:15] [Server thread/INFO]: Alternative Hopper Ticking: false
  690. [15:17:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  691. [15:17:15] [Server thread/INFO]: Random Lighting Updates: false
  692. [15:17:15] [Server thread/INFO]: Structure Info Saving: true
  693. [15:17:15] [Server thread/INFO]: Sending up to 5 chunks per packet
  694. [15:17:15] [Server thread/INFO]: Max Entity Collisions: 8
  695. [15:17:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  696. [15:17:15] [Server thread/INFO]: Max TNT Explosions: 100
  697. [15:17:15] [Server thread/INFO]: View Distance: 6
  698. [15:17:15] [Server thread/INFO]: Chunks to Grow per Tick: 650
  699. [15:17:15] [Server thread/INFO]: Clear tick list: false
  700. [15:17:15] [Server thread/INFO]: Experience Merge Radius: 3.0
  701. [15:17:15] [Server thread/INFO]: Item Despawn Rate: 6000
  702. [15:17:15] [Server thread/INFO]: Item Merge Radius: 2.5
  703. [15:17:15] [Server thread/INFO]: Arrow Despawn Rate: 1200
  704. [15:17:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  705. [15:17:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  706. [15:17:15] [Server thread/INFO]: Preparing start region for level 9 (Seed: 268315414867973975)
  707. [15:17:16] [Server thread/INFO]: [WorldGuard] (FactionsVoid) TNT ignition is PERMITTED.
  708. [15:17:16] [Server thread/INFO]: [WorldGuard] (FactionsVoid) Lighters are PERMITTED.
  709. [15:17:16] [Server thread/INFO]: [WorldGuard] (FactionsVoid) Lava fire is blocked.
  710. [15:17:16] [Server thread/INFO]: [WorldGuard] (FactionsVoid) Fire spread is UNRESTRICTED.
  711. [15:17:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FactionsVoid'
  712. [15:17:16] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'FactionsVoid_nether' - Env: NETHER - Type: NORMAL & seed: -9197445522110573678
  713. [15:17:16] [Server thread/INFO]: -------- World Settings For [FactionsVoid_nether] --------
  714. [15:17:16] [Server thread/INFO]: Anti X-Ray: true
  715. [15:17:16] [Server thread/INFO]: Engine Mode: 1
  716. [15:17:16] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  717. [15:17:16] [Server thread/INFO]: Replace Blocks: [1, 5]
  718. [15:17:16] [Server thread/INFO]: Mob Spawn Range: 4
  719. [15:17:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  720. [15:17:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
  721. [15:17:16] [Server thread/INFO]: Cane Growth Modifier: 100%
  722. [15:17:16] [Server thread/INFO]: Melon Growth Modifier: 100%
  723. [15:17:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  724. [15:17:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  725. [15:17:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
  726. [15:17:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
  727. [15:17:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  728. [15:17:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  729. [15:17:16] [Server thread/INFO]: Alternative Hopper Ticking: false
  730. [15:17:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  731. [15:17:16] [Server thread/INFO]: Random Lighting Updates: false
  732. [15:17:16] [Server thread/INFO]: Structure Info Saving: true
  733. [15:17:16] [Server thread/INFO]: Sending up to 5 chunks per packet
  734. [15:17:16] [Server thread/INFO]: Max Entity Collisions: 8
  735. [15:17:16] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  736. [15:17:16] [Server thread/INFO]: Max TNT Explosions: 100
  737. [15:17:16] [Server thread/INFO]: View Distance: 6
  738. [15:17:16] [Server thread/INFO]: Chunks to Grow per Tick: 650
  739. [15:17:16] [Server thread/INFO]: Clear tick list: false
  740. [15:17:16] [Server thread/INFO]: Experience Merge Radius: 3.0
  741. [15:17:16] [Server thread/INFO]: Item Despawn Rate: 6000
  742. [15:17:16] [Server thread/INFO]: Item Merge Radius: 2.5
  743. [15:17:16] [Server thread/INFO]: Arrow Despawn Rate: 1200
  744. [15:17:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  745. [15:17:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  746. [15:17:16] [Server thread/INFO]: Preparing start region for level 10 (Seed: -9197445522110573678)
  747. [15:17:16] [Server thread/INFO]: [WorldGuard] (FactionsVoid_nether) TNT ignition is PERMITTED.
  748. [15:17:16] [Server thread/INFO]: [WorldGuard] (FactionsVoid_nether) Lighters are PERMITTED.
  749. [15:17:16] [Server thread/INFO]: [WorldGuard] (FactionsVoid_nether) Lava fire is blocked.
  750. [15:17:16] [Server thread/INFO]: [WorldGuard] (FactionsVoid_nether) Fire spread is UNRESTRICTED.
  751. [15:17:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FactionsVoid_nether'
  752. [15:17:16] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'FactionsVoid_the_end' - Env: THE_END - Type: NORMAL & seed: -9197445522110573678
  753. [15:17:16] [Server thread/INFO]: -------- World Settings For [FactionsVoid_the_end] --------
  754. [15:17:16] [Server thread/INFO]: Anti X-Ray: true
  755. [15:17:16] [Server thread/INFO]: Engine Mode: 1
  756. [15:17:16] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  757. [15:17:16] [Server thread/INFO]: Replace Blocks: [1, 5]
  758. [15:17:16] [Server thread/INFO]: Mob Spawn Range: 4
  759. [15:17:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  760. [15:17:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
  761. [15:17:16] [Server thread/INFO]: Cane Growth Modifier: 100%
  762. [15:17:16] [Server thread/INFO]: Melon Growth Modifier: 100%
  763. [15:17:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  764. [15:17:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  765. [15:17:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
  766. [15:17:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
  767. [15:17:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  768. [15:17:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  769. [15:17:16] [Server thread/INFO]: Alternative Hopper Ticking: false
  770. [15:17:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  771. [15:17:16] [Server thread/INFO]: Random Lighting Updates: false
  772. [15:17:16] [Server thread/INFO]: Structure Info Saving: true
  773. [15:17:16] [Server thread/INFO]: Sending up to 5 chunks per packet
  774. [15:17:16] [Server thread/INFO]: Max Entity Collisions: 8
  775. [15:17:16] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  776. [15:17:16] [Server thread/INFO]: Max TNT Explosions: 100
  777. [15:17:16] [Server thread/INFO]: View Distance: 6
  778. [15:17:16] [Server thread/INFO]: Chunks to Grow per Tick: 650
  779. [15:17:16] [Server thread/INFO]: Clear tick list: false
  780. [15:17:16] [Server thread/INFO]: Experience Merge Radius: 3.0
  781. [15:17:16] [Server thread/INFO]: Item Despawn Rate: 6000
  782. [15:17:16] [Server thread/INFO]: Item Merge Radius: 2.5
  783. [15:17:16] [Server thread/INFO]: Arrow Despawn Rate: 1200
  784. [15:17:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  785. [15:17:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  786. [15:17:16] [Server thread/INFO]: Preparing start region for level 11 (Seed: -9197445522110573678)
  787. [15:17:17] [Server thread/INFO]: [WorldGuard] (FactionsVoid_the_end) TNT ignition is PERMITTED.
  788. [15:17:17] [Server thread/INFO]: [WorldGuard] (FactionsVoid_the_end) Lighters are PERMITTED.
  789. [15:17:17] [Server thread/INFO]: [WorldGuard] (FactionsVoid_the_end) Lava fire is blocked.
  790. [15:17:17] [Server thread/INFO]: [WorldGuard] (FactionsVoid_the_end) Fire spread is UNRESTRICTED.
  791. [15:17:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FactionsVoid_the_end'
  792. [15:17:17] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Factions' - Env: NORMAL - Type: NORMAL & seed: 4378081951868973315
  793. [15:17:17] [Server thread/INFO]: -------- World Settings For [Factions] --------
  794. [15:17:17] [Server thread/INFO]: Anti X-Ray: true
  795. [15:17:17] [Server thread/INFO]: Engine Mode: 1
  796. [15:17:17] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  797. [15:17:17] [Server thread/INFO]: Replace Blocks: [1, 5]
  798. [15:17:17] [Server thread/INFO]: Mob Spawn Range: 4
  799. [15:17:17] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  800. [15:17:17] [Server thread/INFO]: Cactus Growth Modifier: 100%
  801. [15:17:17] [Server thread/INFO]: Cane Growth Modifier: 100%
  802. [15:17:17] [Server thread/INFO]: Melon Growth Modifier: 100%
  803. [15:17:17] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  804. [15:17:17] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  805. [15:17:17] [Server thread/INFO]: Sapling Growth Modifier: 100%
  806. [15:17:17] [Server thread/INFO]: Wheat Growth Modifier: 100%
  807. [15:17:17] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  808. [15:17:17] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  809. [15:17:17] [Server thread/INFO]: Alternative Hopper Ticking: false
  810. [15:17:17] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  811. [15:17:17] [Server thread/INFO]: Random Lighting Updates: false
  812. [15:17:17] [Server thread/INFO]: Structure Info Saving: true
  813. [15:17:17] [Server thread/INFO]: Sending up to 5 chunks per packet
  814. [15:17:17] [Server thread/INFO]: Max Entity Collisions: 8
  815. [15:17:17] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  816. [15:17:17] [Server thread/INFO]: Max TNT Explosions: 100
  817. [15:17:17] [Server thread/INFO]: View Distance: 6
  818. [15:17:17] [Server thread/INFO]: Chunks to Grow per Tick: 650
  819. [15:17:17] [Server thread/INFO]: Clear tick list: false
  820. [15:17:17] [Server thread/INFO]: Experience Merge Radius: 3.0
  821. [15:17:17] [Server thread/INFO]: Item Despawn Rate: 6000
  822. [15:17:17] [Server thread/INFO]: Item Merge Radius: 2.5
  823. [15:17:17] [Server thread/INFO]: Arrow Despawn Rate: 1200
  824. [15:17:17] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  825. [15:17:17] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  826. [15:17:17] [Server thread/INFO]: Preparing start region for level 12 (Seed: 4378081951868973315)
  827. [15:17:18] [Server thread/INFO]: [WorldGuard] (Factions) TNT ignition is PERMITTED.
  828. [15:17:18] [Server thread/INFO]: [WorldGuard] (Factions) Lighters are PERMITTED.
  829. [15:17:18] [Server thread/INFO]: [WorldGuard] (Factions) Lava fire is blocked.
  830. [15:17:18] [Server thread/INFO]: [WorldGuard] (Factions) Fire spread is UNRESTRICTED.
  831. [15:17:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Factions'
  832. [15:17:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'FactionsSpawn' - Env: NORMAL - Type: NORMAL & seed: -4121361989859322052 & generator: EmptyWorldGenerator
  833. [15:17:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Factions_the_end' - Env: THE_END - Type: NORMAL & seed: 4827184602263513844
  834. [15:17:18] [Server thread/INFO]: -------- World Settings For [Factions_the_end] --------
  835. [15:17:18] [Server thread/INFO]: Anti X-Ray: true
  836. [15:17:18] [Server thread/INFO]: Engine Mode: 1
  837. [15:17:18] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  838. [15:17:18] [Server thread/INFO]: Replace Blocks: [1, 5]
  839. [15:17:18] [Server thread/INFO]: Mob Spawn Range: 4
  840. [15:17:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  841. [15:17:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
  842. [15:17:18] [Server thread/INFO]: Cane Growth Modifier: 100%
  843. [15:17:18] [Server thread/INFO]: Melon Growth Modifier: 100%
  844. [15:17:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  845. [15:17:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  846. [15:17:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
  847. [15:17:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
  848. [15:17:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  849. [15:17:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  850. [15:17:18] [Server thread/INFO]: Alternative Hopper Ticking: false
  851. [15:17:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  852. [15:17:18] [Server thread/INFO]: Random Lighting Updates: false
  853. [15:17:18] [Server thread/INFO]: Structure Info Saving: true
  854. [15:17:18] [Server thread/INFO]: Sending up to 5 chunks per packet
  855. [15:17:18] [Server thread/INFO]: Max Entity Collisions: 8
  856. [15:17:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  857. [15:17:18] [Server thread/INFO]: Max TNT Explosions: 100
  858. [15:17:18] [Server thread/INFO]: View Distance: 6
  859. [15:17:18] [Server thread/INFO]: Chunks to Grow per Tick: 650
  860. [15:17:18] [Server thread/INFO]: Clear tick list: false
  861. [15:17:18] [Server thread/INFO]: Experience Merge Radius: 3.0
  862. [15:17:18] [Server thread/INFO]: Item Despawn Rate: 6000
  863. [15:17:18] [Server thread/INFO]: Item Merge Radius: 2.5
  864. [15:17:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
  865. [15:17:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  866. [15:17:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  867. [15:17:18] [Server thread/INFO]: Preparing start region for level 13 (Seed: 4827184602263513844)
  868. [15:17:18] [Server thread/INFO]: [WorldGuard] (Factions_the_end) TNT ignition is PERMITTED.
  869. [15:17:18] [Server thread/INFO]: [WorldGuard] (Factions_the_end) Lighters are PERMITTED.
  870. [15:17:18] [Server thread/INFO]: [WorldGuard] (Factions_the_end) Lava fire is blocked.
  871. [15:17:18] [Server thread/INFO]: [WorldGuard] (Factions_the_end) Fire spread is UNRESTRICTED.
  872. [15:17:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Factions_the_end'
  873. [15:17:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'FactionsSpawn_nether' - Env: NETHER - Type: NORMAL & seed: -3383052921563775543
  874. [15:17:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'FactionsSpawn_the_end' - Env: THE_END - Type: NORMAL & seed: -3383052921563775543
  875. [15:17:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Skyworld' - Env: NORMAL - Type: NORMAL & seed: -3206299187865711204 & generator: EmptyWorldGenerator
  876. [15:17:18] [Server thread/INFO]: -------- World Settings For [Skyworld] --------
  877. [15:17:18] [Server thread/INFO]: Anti X-Ray: true
  878. [15:17:18] [Server thread/INFO]: Engine Mode: 1
  879. [15:17:18] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  880. [15:17:18] [Server thread/INFO]: Replace Blocks: [1, 5]
  881. [15:17:18] [Server thread/INFO]: Mob Spawn Range: 4
  882. [15:17:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  883. [15:17:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
  884. [15:17:18] [Server thread/INFO]: Cane Growth Modifier: 100%
  885. [15:17:18] [Server thread/INFO]: Melon Growth Modifier: 100%
  886. [15:17:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  887. [15:17:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  888. [15:17:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
  889. [15:17:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
  890. [15:17:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  891. [15:17:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  892. [15:17:18] [Server thread/INFO]: Alternative Hopper Ticking: false
  893. [15:17:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  894. [15:17:18] [Server thread/INFO]: Random Lighting Updates: false
  895. [15:17:18] [Server thread/INFO]: Structure Info Saving: true
  896. [15:17:18] [Server thread/INFO]: Sending up to 5 chunks per packet
  897. [15:17:18] [Server thread/INFO]: Max Entity Collisions: 8
  898. [15:17:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  899. [15:17:18] [Server thread/INFO]: Max TNT Explosions: 100
  900. [15:17:18] [Server thread/INFO]: View Distance: 6
  901. [15:17:18] [Server thread/INFO]: Chunks to Grow per Tick: 650
  902. [15:17:18] [Server thread/INFO]: Clear tick list: false
  903. [15:17:18] [Server thread/INFO]: Experience Merge Radius: 3.0
  904. [15:17:18] [Server thread/INFO]: Item Despawn Rate: 6000
  905. [15:17:18] [Server thread/INFO]: Item Merge Radius: 2.5
  906. [15:17:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
  907. [15:17:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  908. [15:17:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  909. [15:17:18] [Server thread/INFO]: Preparing start region for level 14 (Seed: -3206299187865711204)
  910. [15:17:18] [Server thread/INFO]: [WorldGuard] (Skyworld) TNT ignition is PERMITTED.
  911. [15:17:18] [Server thread/INFO]: [WorldGuard] (Skyworld) Lighters are PERMITTED.
  912. [15:17:18] [Server thread/INFO]: [WorldGuard] (Skyworld) Lava fire is blocked.
  913. [15:17:18] [Server thread/INFO]: [WorldGuard] (Skyworld) Fire spread is UNRESTRICTED.
  914. [15:17:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Skyworld'
  915. [15:17:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Creative' - Env: NORMAL - Type: FLAT & seed: 8374369170352285627
  916. [15:17:18] [Server thread/INFO]: -------- World Settings For [Creative] --------
  917. [15:17:18] [Server thread/INFO]: Anti X-Ray: true
  918. [15:17:18] [Server thread/INFO]: Engine Mode: 1
  919. [15:17:18] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  920. [15:17:18] [Server thread/INFO]: Replace Blocks: [1, 5]
  921. [15:17:18] [Server thread/INFO]: Mob Spawn Range: 4
  922. [15:17:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  923. [15:17:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
  924. [15:17:18] [Server thread/INFO]: Cane Growth Modifier: 100%
  925. [15:17:18] [Server thread/INFO]: Melon Growth Modifier: 100%
  926. [15:17:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  927. [15:17:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  928. [15:17:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
  929. [15:17:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
  930. [15:17:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  931. [15:17:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  932. [15:17:18] [Server thread/INFO]: Alternative Hopper Ticking: false
  933. [15:17:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  934. [15:17:18] [Server thread/INFO]: Random Lighting Updates: false
  935. [15:17:18] [Server thread/INFO]: Structure Info Saving: true
  936. [15:17:18] [Server thread/INFO]: Sending up to 5 chunks per packet
  937. [15:17:18] [Server thread/INFO]: Max Entity Collisions: 8
  938. [15:17:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  939. [15:17:18] [Server thread/INFO]: Max TNT Explosions: 100
  940. [15:17:18] [Server thread/INFO]: View Distance: 6
  941. [15:17:18] [Server thread/INFO]: Chunks to Grow per Tick: 650
  942. [15:17:18] [Server thread/INFO]: Clear tick list: false
  943. [15:17:18] [Server thread/INFO]: Experience Merge Radius: 3.0
  944. [15:17:18] [Server thread/INFO]: Item Despawn Rate: 6000
  945. [15:17:18] [Server thread/INFO]: Item Merge Radius: 2.5
  946. [15:17:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
  947. [15:17:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  948. [15:17:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  949. [15:17:18] [Server thread/INFO]: Preparing start region for level 15 (Seed: 8374369170352285627)
  950. [15:17:19] [Server thread/INFO]: [WorldGuard] (Creative) TNT ignition is PERMITTED.
  951. [15:17:19] [Server thread/INFO]: [WorldGuard] (Creative) Lighters are PERMITTED.
  952. [15:17:19] [Server thread/INFO]: [WorldGuard] (Creative) Lava fire is blocked.
  953. [15:17:19] [Server thread/INFO]: [WorldGuard] (Creative) Fire spread is UNRESTRICTED.
  954. [15:17:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Creative'
  955. [15:17:19] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Hub' - Env: NORMAL - Type: FLAT & seed: -7980379610977477405
  956. [15:17:19] [Server thread/INFO]: -------- World Settings For [Hub] --------
  957. [15:17:19] [Server thread/INFO]: Anti X-Ray: true
  958. [15:17:19] [Server thread/INFO]: Engine Mode: 1
  959. [15:17:19] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  960. [15:17:19] [Server thread/INFO]: Replace Blocks: [1, 5]
  961. [15:17:19] [Server thread/INFO]: Mob Spawn Range: 4
  962. [15:17:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  963. [15:17:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
  964. [15:17:19] [Server thread/INFO]: Cane Growth Modifier: 100%
  965. [15:17:19] [Server thread/INFO]: Melon Growth Modifier: 100%
  966. [15:17:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  967. [15:17:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  968. [15:17:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
  969. [15:17:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
  970. [15:17:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  971. [15:17:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  972. [15:17:19] [Server thread/INFO]: Alternative Hopper Ticking: false
  973. [15:17:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  974. [15:17:19] [Server thread/INFO]: Random Lighting Updates: false
  975. [15:17:19] [Server thread/INFO]: Structure Info Saving: true
  976. [15:17:19] [Server thread/INFO]: Sending up to 5 chunks per packet
  977. [15:17:19] [Server thread/INFO]: Max Entity Collisions: 8
  978. [15:17:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  979. [15:17:19] [Server thread/INFO]: Max TNT Explosions: 100
  980. [15:17:19] [Server thread/INFO]: View Distance: 6
  981. [15:17:19] [Server thread/INFO]: Chunks to Grow per Tick: 650
  982. [15:17:19] [Server thread/INFO]: Clear tick list: false
  983. [15:17:19] [Server thread/INFO]: Experience Merge Radius: 3.0
  984. [15:17:19] [Server thread/INFO]: Item Despawn Rate: 6000
  985. [15:17:19] [Server thread/INFO]: Item Merge Radius: 2.5
  986. [15:17:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
  987. [15:17:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  988. [15:17:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  989. [15:17:19] [Server thread/INFO]: Preparing start region for level 16 (Seed: -7980379610977477405)
  990. [15:17:19] [Server thread/INFO]: [WorldGuard] (Hub) TNT ignition is PERMITTED.
  991. [15:17:19] [Server thread/INFO]: [WorldGuard] (Hub) Lighters are PERMITTED.
  992. [15:17:19] [Server thread/INFO]: [WorldGuard] (Hub) Lava fire is blocked.
  993. [15:17:19] [Server thread/INFO]: [WorldGuard] (Hub) Fire spread is UNRESTRICTED.
  994. [15:17:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Hub'
  995. [15:17:19] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'plotworld' - Env: NORMAL - Type: NORMAL & seed: 1192632229328912699 & generator: PlotMe-DefaultGenerator
  996. [15:17:19] [Server thread/INFO]: -------- World Settings For [plotworld] --------
  997. [15:17:19] [Server thread/INFO]: Anti X-Ray: true
  998. [15:17:19] [Server thread/INFO]: Engine Mode: 1
  999. [15:17:19] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1000. [15:17:19] [Server thread/INFO]: Replace Blocks: [1, 5]
  1001. [15:17:19] [Server thread/INFO]: Mob Spawn Range: 4
  1002. [15:17:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1003. [15:17:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1004. [15:17:19] [Server thread/INFO]: Cane Growth Modifier: 100%
  1005. [15:17:19] [Server thread/INFO]: Melon Growth Modifier: 100%
  1006. [15:17:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1007. [15:17:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1008. [15:17:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1009. [15:17:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1010. [15:17:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1011. [15:17:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1012. [15:17:19] [Server thread/INFO]: Alternative Hopper Ticking: false
  1013. [15:17:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1014. [15:17:19] [Server thread/INFO]: Random Lighting Updates: false
  1015. [15:17:19] [Server thread/INFO]: Structure Info Saving: true
  1016. [15:17:19] [Server thread/INFO]: Sending up to 5 chunks per packet
  1017. [15:17:19] [Server thread/INFO]: Max Entity Collisions: 8
  1018. [15:17:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1019. [15:17:19] [Server thread/INFO]: Max TNT Explosions: 100
  1020. [15:17:19] [Server thread/INFO]: View Distance: 6
  1021. [15:17:19] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1022. [15:17:19] [Server thread/INFO]: Clear tick list: false
  1023. [15:17:19] [Server thread/INFO]: Experience Merge Radius: 3.0
  1024. [15:17:19] [Server thread/INFO]: Item Despawn Rate: 6000
  1025. [15:17:19] [Server thread/INFO]: Item Merge Radius: 2.5
  1026. [15:17:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1027. [15:17:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1028. [15:17:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1029. [15:17:19] [Server thread/INFO]: Preparing start region for level 17 (Seed: 1192632229328912699)
  1030. [15:17:20] [Server thread/INFO]: [WorldGuard] (plotworld) TNT ignition is PERMITTED.
  1031. [15:17:20] [Server thread/INFO]: [WorldGuard] (plotworld) Lighters are PERMITTED.
  1032. [15:17:20] [Server thread/INFO]: [WorldGuard] (plotworld) Lava fire is blocked.
  1033. [15:17:20] [Server thread/INFO]: [WorldGuard] (plotworld) Fire spread is UNRESTRICTED.
  1034. [15:17:20] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plotworld'
  1035. [15:17:20] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'hub' - Env: NORMAL - Type: NORMAL & seed: -6857949991307754186
  1036. [15:17:20] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'hub_nether' - Env: NETHER - Type: NORMAL & seed: -6857949991307754186
  1037. [15:17:20] [Server thread/INFO]: -------- World Settings For [hub_nether] --------
  1038. [15:17:20] [Server thread/INFO]: Anti X-Ray: true
  1039. [15:17:20] [Server thread/INFO]: Engine Mode: 1
  1040. [15:17:20] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1041. [15:17:20] [Server thread/INFO]: Replace Blocks: [1, 5]
  1042. [15:17:20] [Server thread/INFO]: Mob Spawn Range: 4
  1043. [15:17:20] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1044. [15:17:20] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1045. [15:17:20] [Server thread/INFO]: Cane Growth Modifier: 100%
  1046. [15:17:20] [Server thread/INFO]: Melon Growth Modifier: 100%
  1047. [15:17:20] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1048. [15:17:20] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1049. [15:17:20] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1050. [15:17:20] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1051. [15:17:20] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1052. [15:17:20] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1053. [15:17:20] [Server thread/INFO]: Alternative Hopper Ticking: false
  1054. [15:17:20] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1055. [15:17:20] [Server thread/INFO]: Random Lighting Updates: false
  1056. [15:17:20] [Server thread/INFO]: Structure Info Saving: true
  1057. [15:17:20] [Server thread/INFO]: Sending up to 5 chunks per packet
  1058. [15:17:20] [Server thread/INFO]: Max Entity Collisions: 8
  1059. [15:17:20] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1060. [15:17:20] [Server thread/INFO]: Max TNT Explosions: 100
  1061. [15:17:20] [Server thread/INFO]: View Distance: 6
  1062. [15:17:20] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1063. [15:17:20] [Server thread/INFO]: Clear tick list: false
  1064. [15:17:20] [Server thread/INFO]: Experience Merge Radius: 3.0
  1065. [15:17:20] [Server thread/INFO]: Item Despawn Rate: 6000
  1066. [15:17:20] [Server thread/INFO]: Item Merge Radius: 2.5
  1067. [15:17:20] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1068. [15:17:20] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1069. [15:17:20] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1070. [15:17:20] [Server thread/INFO]: Preparing start region for level 18 (Seed: -6857949991307754186)
  1071. [15:17:20] [Server thread/INFO]: [WorldGuard] (hub_nether) TNT ignition is PERMITTED.
  1072. [15:17:20] [Server thread/INFO]: [WorldGuard] (hub_nether) Lighters are PERMITTED.
  1073. [15:17:20] [Server thread/INFO]: [WorldGuard] (hub_nether) Lava fire is blocked.
  1074. [15:17:20] [Server thread/INFO]: [WorldGuard] (hub_nether) Fire spread is UNRESTRICTED.
  1075. [15:17:20] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'hub_nether'
  1076. [15:17:20] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'hub_the_end' - Env: THE_END - Type: NORMAL & seed: -6857949991307754186
  1077. [15:17:20] [Server thread/INFO]: -------- World Settings For [hub_the_end] --------
  1078. [15:17:20] [Server thread/INFO]: Anti X-Ray: true
  1079. [15:17:20] [Server thread/INFO]: Engine Mode: 1
  1080. [15:17:20] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1081. [15:17:20] [Server thread/INFO]: Replace Blocks: [1, 5]
  1082. [15:17:20] [Server thread/INFO]: Mob Spawn Range: 4
  1083. [15:17:20] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1084. [15:17:20] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1085. [15:17:20] [Server thread/INFO]: Cane Growth Modifier: 100%
  1086. [15:17:20] [Server thread/INFO]: Melon Growth Modifier: 100%
  1087. [15:17:20] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1088. [15:17:20] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1089. [15:17:20] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1090. [15:17:20] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1091. [15:17:20] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1092. [15:17:20] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1093. [15:17:20] [Server thread/INFO]: Alternative Hopper Ticking: false
  1094. [15:17:20] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1095. [15:17:20] [Server thread/INFO]: Random Lighting Updates: false
  1096. [15:17:20] [Server thread/INFO]: Structure Info Saving: true
  1097. [15:17:20] [Server thread/INFO]: Sending up to 5 chunks per packet
  1098. [15:17:20] [Server thread/INFO]: Max Entity Collisions: 8
  1099. [15:17:20] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1100. [15:17:20] [Server thread/INFO]: Max TNT Explosions: 100
  1101. [15:17:20] [Server thread/INFO]: View Distance: 6
  1102. [15:17:20] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1103. [15:17:20] [Server thread/INFO]: Clear tick list: false
  1104. [15:17:20] [Server thread/INFO]: Experience Merge Radius: 3.0
  1105. [15:17:20] [Server thread/INFO]: Item Despawn Rate: 6000
  1106. [15:17:20] [Server thread/INFO]: Item Merge Radius: 2.5
  1107. [15:17:20] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1108. [15:17:20] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1109. [15:17:20] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1110. [15:17:20] [Server thread/INFO]: Preparing start region for level 19 (Seed: -6857949991307754186)
  1111. [15:17:21] [Server thread/INFO]: [WorldGuard] (hub_the_end) TNT ignition is PERMITTED.
  1112. [15:17:21] [Server thread/INFO]: [WorldGuard] (hub_the_end) Lighters are PERMITTED.
  1113. [15:17:21] [Server thread/INFO]: [WorldGuard] (hub_the_end) Lava fire is blocked.
  1114. [15:17:21] [Server thread/INFO]: [WorldGuard] (hub_the_end) Fire spread is UNRESTRICTED.
  1115. [15:17:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'hub_the_end'
  1116. [15:17:21] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Playthrough' - Env: NORMAL - Type: FLAT & seed: 5930695329366154063
  1117. [15:17:21] [Server thread/INFO]: -------- World Settings For [Playthrough] --------
  1118. [15:17:21] [Server thread/INFO]: Anti X-Ray: true
  1119. [15:17:21] [Server thread/INFO]: Engine Mode: 1
  1120. [15:17:21] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1121. [15:17:21] [Server thread/INFO]: Replace Blocks: [1, 5]
  1122. [15:17:21] [Server thread/INFO]: Mob Spawn Range: 4
  1123. [15:17:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1124. [15:17:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1125. [15:17:21] [Server thread/INFO]: Cane Growth Modifier: 100%
  1126. [15:17:21] [Server thread/INFO]: Melon Growth Modifier: 100%
  1127. [15:17:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1128. [15:17:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1129. [15:17:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1130. [15:17:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1131. [15:17:21] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1132. [15:17:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1133. [15:17:21] [Server thread/INFO]: Alternative Hopper Ticking: false
  1134. [15:17:21] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1135. [15:17:21] [Server thread/INFO]: Random Lighting Updates: false
  1136. [15:17:21] [Server thread/INFO]: Structure Info Saving: true
  1137. [15:17:21] [Server thread/INFO]: Sending up to 5 chunks per packet
  1138. [15:17:21] [Server thread/INFO]: Max Entity Collisions: 8
  1139. [15:17:21] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1140. [15:17:21] [Server thread/INFO]: Max TNT Explosions: 100
  1141. [15:17:21] [Server thread/INFO]: View Distance: 6
  1142. [15:17:21] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1143. [15:17:21] [Server thread/INFO]: Clear tick list: false
  1144. [15:17:21] [Server thread/INFO]: Experience Merge Radius: 3.0
  1145. [15:17:21] [Server thread/INFO]: Item Despawn Rate: 6000
  1146. [15:17:21] [Server thread/INFO]: Item Merge Radius: 2.5
  1147. [15:17:21] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1148. [15:17:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1149. [15:17:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1150. [15:17:21] [Server thread/INFO]: Preparing start region for level 20 (Seed: 5930695329366154063)
  1151. [15:17:21] [Server thread/INFO]: [WorldGuard] (Playthrough) TNT ignition is PERMITTED.
  1152. [15:17:21] [Server thread/INFO]: [WorldGuard] (Playthrough) Lighters are PERMITTED.
  1153. [15:17:21] [Server thread/INFO]: [WorldGuard] (Playthrough) Lava fire is blocked.
  1154. [15:17:21] [Server thread/INFO]: [WorldGuard] (Playthrough) Fire spread is UNRESTRICTED.
  1155. [15:17:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Playthrough'
  1156. [15:17:21] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Lobby' - Env: NORMAL - Type: FLAT & seed: 7633402974560434618
  1157. [15:17:21] [Server thread/INFO]: -------- World Settings For [Lobby] --------
  1158. [15:17:21] [Server thread/INFO]: Anti X-Ray: true
  1159. [15:17:21] [Server thread/INFO]: Engine Mode: 1
  1160. [15:17:21] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1161. [15:17:21] [Server thread/INFO]: Replace Blocks: [1, 5]
  1162. [15:17:21] [Server thread/INFO]: Mob Spawn Range: 4
  1163. [15:17:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1164. [15:17:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1165. [15:17:21] [Server thread/INFO]: Cane Growth Modifier: 100%
  1166. [15:17:21] [Server thread/INFO]: Melon Growth Modifier: 100%
  1167. [15:17:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1168. [15:17:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1169. [15:17:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1170. [15:17:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1171. [15:17:21] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1172. [15:17:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1173. [15:17:21] [Server thread/INFO]: Alternative Hopper Ticking: false
  1174. [15:17:21] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1175. [15:17:21] [Server thread/INFO]: Random Lighting Updates: false
  1176. [15:17:21] [Server thread/INFO]: Structure Info Saving: true
  1177. [15:17:21] [Server thread/INFO]: Sending up to 5 chunks per packet
  1178. [15:17:21] [Server thread/INFO]: Max Entity Collisions: 8
  1179. [15:17:21] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1180. [15:17:21] [Server thread/INFO]: Max TNT Explosions: 100
  1181. [15:17:21] [Server thread/INFO]: View Distance: 6
  1182. [15:17:21] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1183. [15:17:21] [Server thread/INFO]: Clear tick list: false
  1184. [15:17:21] [Server thread/INFO]: Experience Merge Radius: 3.0
  1185. [15:17:21] [Server thread/INFO]: Item Despawn Rate: 6000
  1186. [15:17:21] [Server thread/INFO]: Item Merge Radius: 2.5
  1187. [15:17:21] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1188. [15:17:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1189. [15:17:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1190. [15:17:21] [Server thread/INFO]: Preparing start region for level 21 (Seed: 7633402974560434618)
  1191. [15:17:21] [Server thread/INFO]: [WorldGuard] (Lobby) TNT ignition is PERMITTED.
  1192. [15:17:21] [Server thread/INFO]: [WorldGuard] (Lobby) Lighters are PERMITTED.
  1193. [15:17:21] [Server thread/INFO]: [WorldGuard] (Lobby) Lava fire is blocked.
  1194. [15:17:21] [Server thread/INFO]: [WorldGuard] (Lobby) Fire spread is UNRESTRICTED.
  1195. [15:17:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Lobby'
  1196. [15:17:21] [Server thread/INFO]: [Multiverse-Core] 23 - World(s) loaded.
  1197. [15:17:21] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v3.6.6
  1198. [15:17:21] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  1199. [15:17:21] [Server thread/INFO]: [SilkSpawners] Loading support for v1_7_R4
  1200. [15:17:21] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
  1201. [15:17:22] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
  1202. [15:17:22] [Server thread/INFO]: [SilkSpawners] BarAPI was not found and remains disabled!
  1203. [15:17:22] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
  1204. [15:17:22] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.4
  1205. [15:17:23] [Server thread/INFO]: [WGCustomFlags] Enabling WGCustomFlags v1.7
  1206. [15:17:23] [Server thread/INFO]: [WGCustomFlags] Loading configuration...
  1207. [15:17:23] [Server thread/INFO]: [WGCustomFlags] Configuration loaded.
  1208. [15:17:23] [Server thread/INFO]: [SafeEdit] Enabling SafeEdit v1.2.0
  1209. [15:17:24] [Server thread/INFO]: SafeEdit Version 1.2.0 Has Been Enabled!
  1210. [15:17:24] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
  1211. [15:17:24] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
  1212. [15:17:24] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
  1213. [15:17:24] [Server thread/INFO]: [Multiverse-Inventories 2.5-b335] enabled.
  1214. [15:17:24] [Server thread/INFO]: [Factions] Enabling Factions v1.8.2
  1215. [15:17:24] [Server thread/INFO]: [Factions v1.8.2] === ENABLE START ===
  1216. [15:17:24] [Server thread/INFO]: [Factions v1.8.2] Loading board from disk
  1217. [15:17:24] [Server thread/INFO]: [Factions v1.8.2] Economy integration through Vault plugin successful.
  1218. [15:17:24] [Server thread/INFO]: [Factions v1.8.2] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
  1219. [15:17:24] [Server thread/INFO]: [Factions v1.8.2] === ENABLE DONE (Took 278ms) ===
  1220. [15:17:25] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b699
  1221. [15:17:25] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5-b699 Enabled - By Rigby and fernferret
  1222. [15:17:26] [Server thread/INFO]: [MVPLogging] 7 - Portals(s) loaded
  1223. [15:17:26] [Server thread/INFO]: [ObsidianDestroyer] Enabling ObsidianDestroyer v4.3.0
  1224. [15:17:26] [Server thread/INFO]: [ObsidianDestroyer] Loading config File...
  1225. [15:17:26] [Server thread/INFO]: [ObsidianDestroyer] MassiveCore Found! Version: 2.7.5
  1226. [15:17:26] [Server thread/INFO]: [ObsidianDestroyer] Factions found, but version 1.8.2 is not supported! :(
  1227. [15:17:26] [Server thread/INFO]: [ObsidianDestroyer] Factions - MassiveCore link failed!
  1228. [15:17:29] [Server thread/INFO]: [WGRegionEffects] Enabling WGRegionEffects v1.4
  1229. [15:17:29] [Server thread/INFO]: Added custom flag "effects" to WorldGuard.
  1230. [15:17:29] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'Events'
  1231. [15:17:29] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'BoWSpawn'
  1232. [15:17:29] [Server thread/INFO]: [WorldGuard] 2 regions loaded for 'RPG'
  1233. [15:17:29] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'RPGMap'
  1234. [15:17:29] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'FactionsEnd'
  1235. [15:17:29] [Server thread/INFO]: [WorldGuard] 2 regions loaded for 'Factions_nether'
  1236. [15:17:29] [Server thread/INFO]: [WorldGuard] 2 regions loaded for 'FactionsVoid'
  1237. [15:17:29] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'FactionsVoid_nether'
  1238. [15:17:29] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'FactionsVoid_the_end'
  1239. [15:17:29] [Server thread/INFO]: [WorldGuard] 2 regions loaded for 'Factions'
  1240. [15:17:29] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'Factions_the_end'
  1241. [15:17:29] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'Skyworld'
  1242. [15:17:29] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'Creative'
  1243. [15:17:29] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'Hub'
  1244. [15:17:29] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'plotworld'
  1245. [15:17:29] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'hub_nether'
  1246. [15:17:29] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'hub_the_end'
  1247. [15:17:29] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'Playthrough'
  1248. [15:17:29] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'Lobby'
  1249. [15:17:29] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v2.5-b675
  1250. [15:17:29] [Server thread/INFO]: [Multiverse-NetherPortals] - Version 2.5-b675 Enabled - By Rigby and fernferret
  1251. [15:17:29] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  1252. [15:17:30] [Server thread/INFO]: Done (23.138s)! For help, type "help" or "?"
  1253. [15:17:30] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.1.10
  1254. [15:17:30] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  1255. [15:17:30] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  1256. [15:17:30] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Cachefile datas...
  1257. [15:17:30] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Onlineplayer datas...
  1258. [15:17:30] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Registry datas...
  1259. [15:17:30] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Dbmojangapi datas...
  1260. [15:17:30] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Found: 0
  1261. [15:17:30] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Cached: 0
  1262. [15:17:30] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Remaining: 0
  1263. [15:17:30] [Server thread/INFO]: [MassiveCore 2.7.5] Now fetching the remaining players from Mojang API ...
  1264. [15:17:30] [Server thread/INFO]: [MassiveCore 2.7.5] ... done!
  1265. [15:17:30] [Server thread/INFO]: [MassiveCore 2.7.5] Saving Cachefile...
  1266. [15:17:30] [Server thread/INFO]: [MassiveCore 2.7.5] Upgrading from player name to player uuid...
  1267. [15:17:30] [Server thread/INFO]: [MassiveCore 2.7.5] ... done!
  1268. [15:17:30] [Server thread/INFO]: [MassiveCore 2.7.5] (database saving will now commence which might lock the server for a while)
  1269. [15:17:30] [Server thread/INFO]: [Buycraft] Authenticated with the specified Secret key.
  1270. [15:17:30] [Server thread/INFO]: [Buycraft] Plugin is now ready to be used.
  1271. [15:17:30] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
  1272. [15:17:31] [Craft Scheduler Thread - 11/WARN]: [ButtonCommands] Failed to check for updates: Didn't find plugin on file!
  1273. [15:17:31] [pool-9-thread-2/INFO]: [Buycraft] Loaded 2 package(s) into the cache.
  1274. [15:17:31] [Craft Scheduler Thread - 18/INFO]: [GAListener] Connection established!
  1275. [15:17:31] [Craft Scheduler Thread - 18/INFO]: [GAListener] Loading queued votes
  1276. [15:17:31] [Craft Scheduler Thread - 18/INFO]: [GAListener] Loaded 1 queued votes
  1277. [15:17:31] [Craft Scheduler Thread - 17/INFO]: [ObsidianDestroyer] We didn't find an update!
  1278. [15:17:34] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
  1279. [15:17:34] [Craft Scheduler Thread - 21/INFO]: [PlugMan] No update was found.
  1280. [15:17:36] [Craft Scheduler Thread - 13/INFO]: [PlotMe] Checking if conversion to UUID needed...
  1281. [15:17:37] [Craft Scheduler Thread - 13/INFO]: [PlotMe] No plot conversion needed
  1282. [15:17:48] [Server thread/INFO]: [HoloAPI] Holograms loaded
  1283. [15:19:48] [User Authenticator #1/INFO]: UUID of player ZiggyKhan is 4c26a993-fc61-4834-8469-012537013afd
  1284. [15:19:48] [Server thread/INFO]: [+] ZiggyKhan
  1285. [15:19:48] [Server thread/INFO]: ZiggyKhan[/67.180.81.151:51470] logged in with entity id 1508 at ([FactionsSpawn] -2.5, 241.0, 4.5)
  1286. [15:19:48] [Craft Scheduler Thread - 27/INFO]: [GAListener] Player: ZiggyKhan has 0 votes
  1287. [15:19:48] [pool-10-thread-1/INFO]: Creating empty config: /home/root/multicraft/servers/server127666/plugins/Essentials/userdata/ziggykhan.yml
  1288. [15:19:54] [Server thread/INFO]: ZiggyKhan issued server command: //wand
  1289. [15:19:54] [Server thread/WARN]: [WorldEdit] No compatible nms block class found.
  1290. [15:19:57] [Server thread/INFO]: ZiggyKhan issued server command: /op
  1291. [15:20:48] [Server thread/INFO]: ZiggyKhan lost connection: Disconnected
  1292. [15:20:48] [Server thread/INFO]: [-] ZiggyKhan
  1293. [15:23:16] [User Authenticator #2/INFO]: UUID of player StormerSage is 6c39a718-34bf-449b-8a9d-018da8ff40da
  1294. [15:23:16] [Server thread/INFO]: [+] StormerSage
  1295. [15:23:17] [Server thread/INFO]: StormerSage[/108.64.253.3:62408] logged in with entity id 1537 at ([plotworld] 104.94650099238741, 71.41540487275961, 18.979726298995885)
  1296. [15:23:17] [Craft Scheduler Thread - 28/INFO]: [GAListener] Player: StormerSage has 1 votes
  1297. [15:23:21] [Server thread/INFO]: StormerSage issued server command: /gm 1
  1298. [15:23:26] [Server thread/INFO]: StormerSage issued server command: /plotme home:3
  1299. [15:24:24] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  1300. [15:25:04] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  1301. [15:25:24] [Server thread/INFO]: [ClearLag] Removed 1 Entities!
  1302. [15:26:07] [Server thread/INFO]: StormerSage lost connection: Disconnected
  1303. [15:26:07] [Server thread/INFO]: [-] StormerSage
  1304. [15:27:10] [pool-8-thread-1/INFO]: GroupManager - INFO - Data files refreshed.
  1305. [15:28:11] [User Authenticator #3/INFO]: UUID of player StormerSage is 6c39a718-34bf-449b-8a9d-018da8ff40da
  1306. [15:28:11] [Server thread/INFO]: [+] StormerSage
  1307. [15:28:11] [Server thread/INFO]: StormerSage[/108.64.253.3:62489] logged in with entity id 1601 at ([plotworld] 1239.233204985979, 75.0, -399.51674393277506)
  1308. [15:28:11] [Craft Scheduler Thread - 34/INFO]: [GAListener] Player: StormerSage has 1 votes
  1309. [15:28:17] [Server thread/INFO]: StormerSage issued server command: /gm 1
  1310. [15:29:15] [Server thread/INFO]: StormerSage lost connection: Disconnected
  1311. [15:29:15] [Server thread/INFO]: [-] StormerSage
  1312. [15:32:10] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  1313. [15:32:50] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  1314. [15:33:10] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  1315. [15:37:38] [Server thread/INFO]: Unknown command. Type "/help" for help.
  1316. [15:39:50] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  1317. [15:40:10] [User Authenticator #4/INFO]: UUID of player StormerSage is 6c39a718-34bf-449b-8a9d-018da8ff40da
  1318. [15:40:10] [Server thread/INFO]: [+] StormerSage
  1319. [15:40:11] [Server thread/INFO]: StormerSage[/108.64.253.3:62607] logged in with entity id 1616 at ([plotworld] 1242.1969527198041, 73.0, -399.92607561760167)
  1320. [15:40:11] [Craft Scheduler Thread - 60/INFO]: [GAListener] Player: StormerSage has 1 votes
  1321. [15:40:22] [Server thread/INFO]: StormerSage lost connection: Disconnected
  1322. [15:40:22] [Server thread/INFO]: [-] StormerSage
  1323. [15:40:30] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  1324. [15:40:50] [Server thread/INFO]: [ClearLag] Removed 1 Entities!
  1325. [15:42:38] [User Authenticator #5/INFO]: UUID of player StormerSage is 6c39a718-34bf-449b-8a9d-018da8ff40da
  1326. [15:42:38] [Server thread/INFO]: [+] StormerSage
  1327. [15:42:39] [Server thread/INFO]: StormerSage[/108.64.253.3:62691] logged in with entity id 1630 at ([plotworld] 1234.4484380466122, 73.5, -400.69999998807907)
  1328. [15:42:39] [Craft Scheduler Thread - 62/INFO]: [GAListener] Player: StormerSage has 1 votes
  1329. [15:42:43] [Server thread/INFO]: StormerSage issued server command: /gm 1
  1330. [15:42:59] [Server thread/INFO]: StormerSage lost connection: Disconnected
  1331. [15:42:59] [Server thread/INFO]: [-] StormerSage
  1332. [15:47:31] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  1333. [15:48:11] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  1334. [15:48:31] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  1335. [15:52:52] [Server thread/INFO]: [Factions v1.8.2] Player ubertaco25 was auto-removed due to inactivity.
  1336. [15:52:52] [Server thread/INFO]: [Factions v1.8.2] ubertaco25 left the faction: Fedaykiin
  1337. [15:55:12] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  1338. [15:55:52] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  1339. [15:56:12] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  1340. [15:57:47] [Server thread/INFO]: Unknown command. Type "/help" for help.
  1341. [16:02:53] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  1342. [16:03:33] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  1343. [16:03:53] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  1344. [16:10:33] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  1345. [16:11:13] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  1346. [16:11:33] [Server thread/INFO]: [ClearLag] Removed 1 Entities!
  1347. [16:17:57] [Server thread/INFO]: Unknown command. Type "/help" for help.
  1348. [16:18:16] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  1349. [16:18:56] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  1350. [16:19:16] [Server thread/INFO]: [ClearLag] Removed 1 Entities!
  1351. [16:25:57] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  1352. [16:26:37] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  1353. [16:26:57] [Server thread/INFO]: [ClearLag] Removed 1 Entities!
  1354. [16:33:39] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  1355. [16:34:19] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  1356. [16:34:39] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  1357. [16:38:06] [Server thread/INFO]: Unknown command. Type "/help" for help.
  1358. [16:41:20] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  1359. [16:42:00] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  1360. [16:42:20] [Server thread/INFO]: [ClearLag] Removed 1 Entities!
  1361. [16:49:01] [Spigot Watchdog Thread/ERROR]: The server has stopped responding!
  1362. [16:49:01] [Spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/
  1363. [16:49:01] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
  1364. [16:49:01] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-1649 (MC: 1.7.10)
  1365. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1366. [16:49:01] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
  1367. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1368. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
  1369. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 14 | Suspended: false | Native: true | State: RUNNABLE
  1370. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1371. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  1372. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1373. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  1374. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1375. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  1376. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1377. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1378. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  1379. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1380. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1381. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  1382. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1383. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1384. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  1385. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1386. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  1387. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1388. [16:49:01] [Spigot Watchdog Thread/ERROR]: me.sinnoh.MasterPromote.Metrics.Metrics.postPlugin(Metrics.java:412)
  1389. [16:49:01] [Spigot Watchdog Thread/ERROR]: me.sinnoh.MasterPromote.Metrics.Metrics.access$5(Metrics.java:354)
  1390. [16:49:01] [Spigot Watchdog Thread/ERROR]: me.sinnoh.MasterPromote.Metrics.Metrics$1.run(Metrics.java:255)
  1391. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  1392. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  1393. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641)
  1394. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
  1395. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
  1396. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
  1397. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
  1398. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1399. [16:49:01] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
  1400. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1401. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 183
  1402. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 307 | Suspended: false | Native: true | State: RUNNABLE
  1403. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1404. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1405. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.http.HttpClient.openServer(Unknown Source)
  1406. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1407. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1408. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  1409. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1410. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  1411. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1412. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  1413. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1414. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1415. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  1416. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1417. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1418. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  1419. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1420. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1421. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  1422. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1423. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  1424. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1425. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.anjocaido.groupmanager.metrics.Metrics.postPlugin(Metrics.java:449)
  1426. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.anjocaido.groupmanager.metrics.Metrics.access$400(Metrics.java:57)
  1427. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.anjocaido.groupmanager.metrics.Metrics$1.run(Metrics.java:223)
  1428. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  1429. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1430. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1431. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1432. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1433. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1434. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 182
  1435. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 306 | Suspended: false | Native: true | State: RUNNABLE
  1436. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1437. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1438. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.http.HttpClient.openServer(Unknown Source)
  1439. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1440. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1441. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  1442. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1443. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  1444. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1445. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  1446. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1447. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1448. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  1449. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1450. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1451. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  1452. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1453. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1454. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  1455. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1456. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  1457. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1458. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.TeamNovus.AutoMessage.Util.Metrics.postPlugin(Metrics.java:454)
  1459. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.TeamNovus.AutoMessage.Util.Metrics.access$4(Metrics.java:368)
  1460. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.TeamNovus.AutoMessage.Util.Metrics$1.run(Metrics.java:263)
  1461. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  1462. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1463. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1464. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1465. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1466. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1467. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 181
  1468. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 305 | Suspended: false | Native: true | State: RUNNABLE
  1469. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1470. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1471. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.http.HttpClient.openServer(Unknown Source)
  1472. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1473. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1474. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  1475. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1476. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  1477. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1478. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  1479. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1480. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1481. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  1482. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1483. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1484. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  1485. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1486. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1487. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  1488. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1489. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  1490. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1491. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.worldcretornica.plotme_core.Metrics.postPlugin(Metrics.java:449)
  1492. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.worldcretornica.plotme_core.Metrics.access$400(Metrics.java:57)
  1493. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.worldcretornica.plotme_core.Metrics$1.run(Metrics.java:223)
  1494. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  1495. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1496. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1497. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1498. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1499. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1500. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 180
  1501. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 304 | Suspended: false | Native: true | State: RUNNABLE
  1502. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1503. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1504. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.http.HttpClient.openServer(Unknown Source)
  1505. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1506. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1507. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  1508. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1509. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  1510. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1511. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  1512. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1513. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1514. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  1515. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1516. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1517. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  1518. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1519. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1520. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  1521. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1522. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  1523. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1524. [16:49:01] [Spigot Watchdog Thread/ERROR]: de.dustplanet.util.Metrics.postPlugin(Metrics.java:449)
  1525. [16:49:01] [Spigot Watchdog Thread/ERROR]: de.dustplanet.util.Metrics.access$400(Metrics.java:57)
  1526. [16:49:01] [Spigot Watchdog Thread/ERROR]: de.dustplanet.util.Metrics$1.run(Metrics.java:223)
  1527. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  1528. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1529. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1530. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1531. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1532. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1533. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 179
  1534. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 303 | Suspended: false | Native: true | State: RUNNABLE
  1535. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1536. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1537. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.http.HttpClient.openServer(Unknown Source)
  1538. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1539. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1540. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  1541. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1542. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  1543. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1544. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  1545. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1546. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1547. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  1548. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1549. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1550. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  1551. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1552. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1553. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  1554. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1555. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  1556. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1557. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.dsh105.holoapi.data.Metrics.postPlugin(Metrics.java:428)
  1558. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.dsh105.holoapi.data.Metrics.access$400(Metrics.java:36)
  1559. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.dsh105.holoapi.data.Metrics$1.run(Metrics.java:202)
  1560. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  1561. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1562. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1563. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1564. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1565. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1566. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 178
  1567. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 302 | Suspended: false | Native: true | State: RUNNABLE
  1568. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1569. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1570. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.http.HttpClient.openServer(Unknown Source)
  1571. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1572. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1573. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  1574. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1575. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  1576. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1577. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  1578. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1579. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1580. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  1581. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1582. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1583. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  1584. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1585. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1586. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  1587. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1588. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  1589. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1590. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.drtshock.obsidiandestroyer.util.Metrics.postPlugin(Metrics.java:439)
  1591. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.drtshock.obsidiandestroyer.util.Metrics.access$400(Metrics.java:46)
  1592. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.drtshock.obsidiandestroyer.util.Metrics$1.run(Metrics.java:213)
  1593. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  1594. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1595. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1596. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1597. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1598. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1599. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 177
  1600. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 301 | Suspended: false | Native: true | State: RUNNABLE
  1601. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1602. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1603. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.http.HttpClient.openServer(Unknown Source)
  1604. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1605. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1606. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  1607. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1608. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  1609. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1610. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  1611. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1612. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1613. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  1614. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1615. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1616. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  1617. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1618. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1619. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  1620. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1621. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  1622. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1623. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.barancode.mc.emptyworldgenerator.Metrics.postPlugin(Metrics.java:450)
  1624. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.barancode.mc.emptyworldgenerator.Metrics.access$4(Metrics.java:329)
  1625. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.barancode.mc.emptyworldgenerator.Metrics$1.run(Metrics.java:224)
  1626. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  1627. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1628. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1629. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1630. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1631. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1632. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 176
  1633. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 300 | Suspended: false | Native: true | State: RUNNABLE
  1634. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1635. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1636. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.http.HttpClient.openServer(Unknown Source)
  1637. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1638. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1639. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  1640. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1641. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  1642. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1643. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  1644. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1645. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1646. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  1647. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1648. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1649. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  1650. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1651. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1652. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  1653. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1654. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  1655. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1656. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.milkbowl.vault.Metrics.postPlugin(Metrics.java:501)
  1657. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.milkbowl.vault.Metrics.access$400(Metrics.java:63)
  1658. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.milkbowl.vault.Metrics$4.run(Metrics.java:275)
  1659. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  1660. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1661. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1662. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1663. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1664. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1665. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 175
  1666. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 299 | Suspended: false | Native: true | State: RUNNABLE
  1667. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1668. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1669. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.http.HttpClient.openServer(Unknown Source)
  1670. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1671. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1672. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  1673. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1674. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  1675. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1676. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  1677. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1678. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1679. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  1680. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1681. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1682. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  1683. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1684. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1685. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  1686. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1687. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  1688. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1689. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.mcstats.Metrics.postPlugin(Metrics.java:449)
  1690. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.mcstats.Metrics.access$400(Metrics.java:57)
  1691. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.mcstats.Metrics$1.run(Metrics.java:223)
  1692. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  1693. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1694. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1695. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1696. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1697. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1698. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 174
  1699. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 298 | Suspended: false | Native: true | State: RUNNABLE
  1700. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1701. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1702. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.http.HttpClient.openServer(Unknown Source)
  1703. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1704. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1705. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  1706. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1707. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  1708. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1709. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  1710. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1711. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1712. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  1713. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1714. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1715. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  1716. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1717. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1718. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  1719. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1720. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  1721. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1722. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.mcstats.Metrics.postPlugin(Metrics.java:449)
  1723. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.mcstats.Metrics.access$400(Metrics.java:57)
  1724. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.mcstats.Metrics$1.run(Metrics.java:223)
  1725. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  1726. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1727. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1728. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1729. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1730. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1731. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 173
  1732. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 297 | Suspended: false | Native: true | State: RUNNABLE
  1733. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1734. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1735. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.http.HttpClient.openServer(Unknown Source)
  1736. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1737. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1738. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  1739. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1740. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  1741. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1742. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  1743. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1744. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1745. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  1746. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1747. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1748. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  1749. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1750. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1751. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  1752. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1753. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  1754. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1755. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.flobi.WhatIsIt.MetricsLite.postPlugin(MetricsLite.java:361)
  1756. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.flobi.WhatIsIt.MetricsLite.access$3(MetricsLite.java:280)
  1757. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.flobi.WhatIsIt.MetricsLite$1.run(MetricsLite.java:175)
  1758. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  1759. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1760. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1761. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1762. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1763. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1764. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 172
  1765. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 296 | Suspended: false | Native: false | State: TIMED_WAITING
  1766. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1767. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  1768. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
  1769. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source)
  1770. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
  1771. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue.poll(Unknown Source)
  1772. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  1773. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1774. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1775. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1776. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1777. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 171
  1778. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 295 | Suspended: false | Native: true | State: RUNNABLE
  1779. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1780. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1781. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.http.HttpClient.openServer(Unknown Source)
  1782. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1783. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1784. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  1785. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1786. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  1787. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1788. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  1789. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1790. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1791. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  1792. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1793. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1794. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  1795. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1796. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1797. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  1798. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1799. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  1800. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1801. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.worldcretornica.plotme_core.Metrics.postPlugin(Metrics.java:449)
  1802. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.worldcretornica.plotme_core.Metrics.access$400(Metrics.java:57)
  1803. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.worldcretornica.plotme_core.Metrics$1.run(Metrics.java:223)
  1804. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  1805. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1806. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1807. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1808. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1809. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1810. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 170
  1811. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 294 | Suspended: false | Native: true | State: RUNNABLE
  1812. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1813. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1814. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.http.HttpClient.openServer(Unknown Source)
  1815. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1816. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1817. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  1818. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1819. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  1820. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1821. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  1822. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1823. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1824. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  1825. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1826. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1827. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  1828. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1829. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1830. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  1831. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1832. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  1833. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1834. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.mcstats.Metrics.postPlugin(Metrics.java:449)
  1835. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.mcstats.Metrics.access$400(Metrics.java:57)
  1836. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.mcstats.Metrics$1.run(Metrics.java:223)
  1837. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  1838. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1839. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1840. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1841. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1842. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1843. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 169
  1844. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 292 | Suspended: false | Native: true | State: RUNNABLE
  1845. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1846. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1847. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.http.HttpClient.openServer(Unknown Source)
  1848. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1849. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1850. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  1851. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  1852. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  1853. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  1854. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  1855. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1856. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  1857. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  1858. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1859. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  1860. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  1861. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1862. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  1863. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  1864. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  1865. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  1866. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  1867. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.earth2me.essentials.metrics.Metrics.postPlugin(Metrics.java:480)
  1868. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.earth2me.essentials.metrics.Metrics.access$400(Metrics.java:42)
  1869. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.earth2me.essentials.metrics.Metrics$1.run(Metrics.java:223)
  1870. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  1871. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1872. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1873. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1874. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1875. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1876. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Chunk I/O Executor Thread-1
  1877. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 102 | Suspended: false | Native: false | State: WAITING
  1878. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1879. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  1880. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  1881. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  1882. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  1883. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  1884. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1885. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1886. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1887. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1888. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-9-thread-5
  1889. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 95 | Suspended: false | Native: false | State: WAITING
  1890. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1891. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  1892. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  1893. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  1894. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  1895. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  1896. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1897. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1898. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1899. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1900. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-10-thread-1
  1901. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 94 | Suspended: false | Native: false | State: WAITING
  1902. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1903. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  1904. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  1905. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  1906. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  1907. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  1908. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1909. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1910. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1911. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1912. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: MV-Inv Profile Write Thread
  1913. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 89 | Suspended: false | Native: false | State: WAITING
  1914. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1915. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  1916. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  1917. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  1918. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  1919. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.onarandombox.multiverseinventories.util.data.FlatFilePlayerData$FileWriteThread.run(FlatFilePlayerData.java:208)
  1920. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1921. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty IO #3
  1922. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 26 | Suspended: false | Native: true | State: RUNNABLE
  1923. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1924. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  1925. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  1926. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  1927. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1928. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1929. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.poll(Unknown Source)
  1930. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollSelectorImpl.doSelect(Unknown Source)
  1931. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  1932. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.select(Unknown Source)
  1933. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:591)
  1934. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:301)
  1935. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  1936. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1937. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1938. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-9-thread-4
  1939. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 84 | Suspended: false | Native: false | State: WAITING
  1940. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1941. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  1942. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  1943. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  1944. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  1945. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  1946. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1947. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1948. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1949. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1950. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty IO #2
  1951. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 25 | Suspended: false | Native: true | State: RUNNABLE
  1952. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1953. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  1954. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  1955. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  1956. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1957. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1958. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.poll(Unknown Source)
  1959. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollSelectorImpl.doSelect(Unknown Source)
  1960. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  1961. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.select(Unknown Source)
  1962. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:591)
  1963. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:301)
  1964. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  1965. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1966. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1967. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty IO #1
  1968. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 24 | Suspended: false | Native: true | State: RUNNABLE
  1969. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  1970. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  1971. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  1972. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  1973. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1974. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1975. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.poll(Unknown Source)
  1976. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollSelectorImpl.doSelect(Unknown Source)
  1977. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  1978. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.select(Unknown Source)
  1979. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:591)
  1980. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:301)
  1981. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  1982. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1983. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1984. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-9-thread-3
  1985. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 78 | Suspended: false | Native: false | State: WAITING
  1986. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1987. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  1988. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  1989. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  1990. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  1991. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  1992. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  1993. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  1994. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  1995. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1996. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: File IO Thread
  1997. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 77 | Suspended: false | Native: false | State: TIMED_WAITING
  1998. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  1999. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  2000. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R4.FileIOThread.b(SourceFile:44)
  2001. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R4.FileIOThread.run(SourceFile:23)
  2002. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  2003. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2004. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-9-thread-2
  2005. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 60 | Suspended: false | Native: false | State: WAITING
  2006. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2007. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2008. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  2009. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  2010. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  2011. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  2012. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  2013. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  2014. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  2015. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2016. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-4-thread-4
  2017. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 59 | Suspended: false | Native: false | State: WAITING
  2018. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2019. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2020. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  2021. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  2022. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  2023. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  2024. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  2025. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  2026. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  2027. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2028. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-4-thread-3
  2029. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 58 | Suspended: false | Native: false | State: WAITING
  2030. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2031. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2032. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  2033. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  2034. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  2035. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  2036. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  2037. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  2038. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  2039. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2040. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-11
  2041. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 37 | Suspended: false | Native: true | State: RUNNABLE
  2042. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2043. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketAccept(Native Method)
  2044. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.accept(Unknown Source)
  2045. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.ServerSocket.implAccept(Unknown Source)
  2046. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.ServerSocket.accept(Unknown Source)
  2047. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.vexsoftware.votifier.net.VoteReceiver.run(VoteReceiver.java:114)
  2048. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2049. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-9-thread-1
  2050. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 36 | Suspended: false | Native: false | State: WAITING
  2051. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2052. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2053. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  2054. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  2055. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  2056. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  2057. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  2058. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  2059. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  2060. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2061. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-8-thread-1
  2062. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 34 | Suspended: false | Native: false | State: TIMED_WAITING
  2063. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2064. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2065. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
  2066. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
  2067. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
  2068. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
  2069. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  2070. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  2071. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  2072. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  2073. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2074. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-4-thread-2
  2075. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 31 | Suspended: false | Native: false | State: WAITING
  2076. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2077. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2078. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  2079. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  2080. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  2081. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  2082. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  2083. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  2084. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  2085. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2086. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-4-thread-1
  2087. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 30 | Suspended: false | Native: false | State: WAITING
  2088. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2089. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2090. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  2091. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  2092. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  2093. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  2094. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  2095. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  2096. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  2097. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2098. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: MStore ExamineThread
  2099. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 29 | Suspended: false | Native: false | State: TIMED_WAITING
  2100. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2101. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  2102. [16:49:01] [Spigot Watchdog Thread/ERROR]: com.massivecraft.massivecore.store.ExamineThread.run(ExamineThread.java:55)
  2103. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2104. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty IO #0
  2105. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 23 | Suspended: false | Native: true | State: RUNNABLE
  2106. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  2107. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  2108. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  2109. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  2110. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2111. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  2112. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.poll(Unknown Source)
  2113. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollSelectorImpl.doSelect(Unknown Source)
  2114. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  2115. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.select(Unknown Source)
  2116. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:591)
  2117. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:301)
  2118. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  2119. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  2120. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2121. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
  2122. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 21 | Suspended: false | Native: false | State: TIMED_WAITING
  2123. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2124. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2125. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Unknown Source)
  2126. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Unknown Source)
  2127. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2128. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
  2129. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 20 | Suspended: false | Native: false | State: RUNNABLE
  2130. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2131. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpThreads0(Native Method)
  2132. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
  2133. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
  2134. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2135. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-5
  2136. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 18 | Suspended: false | Native: false | State: WAITING
  2137. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2138. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  2139. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  2140. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  2141. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  2142. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:73)
  2143. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:25)
  2144. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  2145. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2146. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
  2147. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 17 | Suspended: false | Native: true | State: RUNNABLE
  2148. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  2149. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.io.BufferedInputStream.read(Unknown Source)
  2150. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267)
  2151. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
  2152. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2153. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.io.FileInputStream.readBytes(Native Method)
  2154. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.io.FileInputStream.read(Unknown Source)
  2155. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.fill(Unknown Source)
  2156. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.read(Unknown Source)
  2157. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.io.FilterInputStream.read(Unknown Source)
  2158. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167)
  2159. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267)
  2160. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
  2161. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995)
  2162. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:1506)
  2163. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1153)
  2164. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1117)
  2165. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1105)
  2166. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R4.ThreadCommandReader.run(ThreadCommandReader.java:34)
  2167. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2168. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
  2169. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 16 | Suspended: false | Native: false | State: RUNNABLE
  2170. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2171. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2172. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
  2173. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 14 | Suspended: false | Native: true | State: RUNNABLE
  2174. [16:49:01] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  2175. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  2176. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.http.HttpClient.openServer(Unknown Source)
  2177. [16:49:01] [Spigot Watchdog Thread/ERROR]: Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  2178. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2179. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketConnect(Native Method)
  2180. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  2181. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  2182. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  2183. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.SocksSocketImpl.connect(Unknown Source)
  2184. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  2185. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.net.Socket.connect(Unknown Source)
  2186. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.NetworkClient.doConnect(Unknown Source)
  2187. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  2188. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source)
  2189. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.<init>(Unknown Source)
  2190. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  2191. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.http.HttpClient.New(Unknown Source)
  2192. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
  2193. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
  2194. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
  2195. [16:49:01] [Spigot Watchdog Thread/ERROR]: sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  2196. [16:49:01] [Spigot Watchdog Thread/ERROR]: me.sinnoh.MasterPromote.Metrics.Metrics.postPlugin(Metrics.java:412)
  2197. [16:49:01] [Spigot Watchdog Thread/ERROR]: me.sinnoh.MasterPromote.Metrics.Metrics.access$5(Metrics.java:354)
  2198. [16:49:01] [Spigot Watchdog Thread/ERROR]: me.sinnoh.MasterPromote.Metrics.Metrics$1.run(Metrics.java:255)
  2199. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
  2200. [16:49:01] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  2201. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641)
  2202. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
  2203. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
  2204. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
  2205. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
  2206. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2207. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
  2208. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 15 | Suspended: false | Native: false | State: TIMED_WAITING
  2209. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2210. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  2211. [16:49:01] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R4.ThreadSleepForever.run(SourceFile:63)
  2212. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2213. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
  2214. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 11 | Suspended: false | Native: false | State: TIMED_WAITING
  2215. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2216. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2217. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Unknown Source)
  2218. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Unknown Source)
  2219. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2220. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
  2221. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 5 | Suspended: false | Native: false | State: RUNNABLE
  2222. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2223. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2224. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
  2225. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING
  2226. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2227. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2228. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(Unknown Source)
  2229. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(Unknown Source)
  2230. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
  2231. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2232. [16:49:01] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
  2233. [16:49:01] [Spigot Watchdog Thread/ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING
  2234. [16:49:01] [Spigot Watchdog Thread/ERROR]: Stack:
  2235. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  2236. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:503)
  2237. [16:49:01] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
  2238. [16:49:01] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2239. [16:49:01] [Spigot Watchdog Thread/INFO]: Startup script './start.sh' does not exist! Stopping server.
  2240. [16:49:01] [Thread-4/INFO]: Stopping server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement