Advertisement
Guest User

Server start up

a guest
Jun 11th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 129.07 KB | None | 0 0
  1. [12:41:51] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [12:41:51] [Server thread/INFO]: Loading properties
  3. [12:41:51] [Server thread/INFO]: Default game type: ADVENTURE
  4. [12:41:51] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-5f38d38-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  5. [12:41:52] [Server thread/INFO]: Using 4 threads for Netty based IO
  6. [12:41:52] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [12:41:52] [Server thread/INFO]: Debug logging is disabled
  8. [12:41:52] [Server thread/INFO]: Generating keypair
  9. [12:41:52] [Server thread/INFO]: Starting Minecraft server on 192.168.1.159:25565
  10. [12:41:52] [Server thread/INFO]: Using default channel type
  11. [12:41:53] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  12. [12:41:53] [Server thread/ERROR]: Could not load 'plugins/InventorySortPlugin.jar' in folder 'plugins'
  13. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_11_R1/CraftServer
  14. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  15. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  16. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  17. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  18. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  19. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  20. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  21. Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_11_R1/CraftServer
  22. at com.george.invPlugin.InventorySort.<init>(InventorySort.java:25) ~[?:?]
  23. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_131]
  24. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_131]
  25. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_131]
  26. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_131]
  27. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_131]
  28. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  29. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  30. ... 6 more
  31. Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_11_R1.CraftServer
  32. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  33. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  34. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_131]
  35. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_131]
  36. at com.george.invPlugin.InventorySort.<init>(InventorySort.java:25) ~[?:?]
  37. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_131]
  38. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_131]
  39. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_131]
  40. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_131]
  41. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_131]
  42. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  43. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  44. ... 6 more
  45. [12:41:53] [Server thread/ERROR]: Could not load 'plugins/portalcommands-2.1.2.jar' in folder 'plugins'
  46. org.bukkit.plugin.UnknownDependencyException: Interactables
  47. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  48. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  49. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  50. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  51. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  52. [12:41:53] [Server thread/INFO]: [INFO][NoCheatPlus] Sun Jun 11 12:41:53 CDT 2017
  53. [12:41:53] [Server thread/INFO]: Player instances are stored for efficiency.
  54. [12:41:53] [Server thread/ERROR]: Could not load 'plugins/BossBarAPI_v2.4.1.jar' in folder 'plugins'
  55. org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
  56. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  57. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  58. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  59. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  60. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  61. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  62. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  63. Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
  64. at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:122) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  65. at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  66. at org.inventivetalent.bossbar.BossBarPlugin.<init>(BossBarPlugin.java:39) ~[?:?]
  67. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_131]
  68. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_131]
  69. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_131]
  70. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_131]
  71. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_131]
  72. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  73. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  74. ... 6 more
  75. Caused by: java.lang.IllegalStateException: Initial initialization
  76. at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:125) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  77. at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  78. at me.AdityaTD.BossBarReloaded.Main.<init>(Main.java:31) ~[?:?]
  79. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_131]
  80. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_131]
  81. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_131]
  82. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_131]
  83. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_131]
  84. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  85. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  86. ... 6 more
  87. [12:41:53] [Server thread/ERROR]: Could not load 'plugins/PermissionsEx.jar' in folder 'plugins'
  88. org.bukkit.plugin.InvalidPluginException: org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  89. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:77) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  90. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  91. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  92. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  93. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  94. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  95. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  96. Caused by: org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  97. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  98. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  99. ... 6 more
  100. Caused by: java.util.zip.ZipException: error in opening zip file
  101. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_131]
  102. at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_131]
  103. at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_131]
  104. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_131]
  105. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_131]
  106. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  107. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  108. ... 6 more
  109. [12:41:54] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
  110. [12:41:54] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
  111. [12:41:54] [Server thread/INFO]: [SystemManager] Loading SystemManager v3.0
  112. [12:41:54] [Server thread/INFO]: [DisableMobs] Loading DisableMobs v1.6
  113. [12:41:54] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  114. [12:41:54] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.7.1
  115. [12:41:54] [Server thread/INFO]: [PerWorldPlugins] Loading PerWorldPlugins v1.3.0
  116. [12:41:54] [Server thread/INFO]: [PerWorldPlugins] Registering event interceptor...
  117. [12:41:54] [Server thread/INFO]: [Buycraft] Loading Buycraft v6.8.3
  118. [12:41:54] [Server thread/INFO]: [BlacklistCommands] Loading BlacklistCommands v1.1
  119. [12:41:54] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v2.4
  120. [12:41:54] [Server thread/INFO]: [WeatherTimeLock] Loading WeatherTimeLock v1.0
  121. [12:41:54] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.21
  122. [12:41:54] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
  123. [12:41:54] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  124. [12:41:54] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.7-RC-sMD5NET-b925
  125. [12:41:54] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
  126. [12:41:54] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  127. [12:41:54] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
  128. [12:41:54] [Server thread/INFO]: [TitleWelcomeMessage] Loading TitleWelcomeMessage v4.0.0
  129. [12:41:54] [Server thread/INFO]: [BossBarReloaded] Loading BossBarReloaded v1.0.1
  130. [12:41:54] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  131. [12:41:54] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
  132. [12:41:54] [Server thread/INFO]: [CobraKits] Loading CobraKits v1.1
  133. [12:41:54] [Server thread/INFO]: [LobbyCompass] Loading LobbyCompass v2.3
  134. [12:41:54] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
  135. [12:41:54] [Server thread/INFO]: [Vault] Loading Vault v1.5.2-b33
  136. [12:41:54] [Server thread/INFO]: [TabName] Loading TabName v2.0
  137. [12:41:54] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  138. [12:41:54] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.7.5
  139. [12:41:54] [Server thread/INFO]: [SpawnerShop] Loading SpawnerShop v3.6.1
  140. [12:41:54] [Server thread/INFO]: [SkyWarsReloaded] Loading SkyWarsReloaded v2.8
  141. [12:41:54] [Server thread/INFO]: [SurvivalGames] Loading SurvivalGames vBeta dev1.9.4b
  142. [12:41:54] [Server thread/INFO]: [PerWorldInventory] Loading PerWorldInventory v1.10.0
  143. [12:41:54] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.9.3.2
  144. [12:41:54] [Server thread/INFO]: [MakeYourOwnCommands] Loading MakeYourOwnCommands v2.1
  145. [12:41:54] [Server thread/INFO]: [Marriage] Loading Marriage v2.0.16
  146. [12:41:54] [Server thread/INFO]: [Marriage] Completed plugin pre-load stage.
  147. [12:41:54] [Server thread/INFO]: [Factions] Loading Factions v2.7.5
  148. [12:41:54] [Server thread/INFO]: [SuperBuildBattle] Loading SuperBuildBattle v9.7
  149. [12:41:54] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v1.0.2 Release
  150. [12:41:54] [Server thread/INFO]: [ObsidianDestroyer] Loading ObsidianDestroyer v4.3.0
  151. [12:41:54] [Server thread/INFO]: [Vault] Enabling Vault v1.5.2-b33
  152. [12:41:54] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  153. [12:41:54] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
  154. [12:41:54] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
  155. [12:41:54] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
  156. [12:41:54] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
  157. [12:41:55] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  158. [12:41:55] [Server thread/INFO]: [Vault] Enabled Version 1.5.2-b33
  159. [12:41:55] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.7.5
  160. [12:41:55] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m=== ENABLE START === [m
  161. [12:41:55] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mLoading Cachefile datas... [m
  162. [12:41:55] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mLoading Onlineplayer datas... [m
  163. [12:41:55] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mLoading Registry datas... [m
  164. [12:41:55] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mLoading Dbmojangapi datas... [m
  165. [12:41:55] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;36;1mPlayer Strings Found: [0;35;1m0 [m
  166. [12:41:55] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;36;1mPlayer Strings Cached: [0;35;1m0 [m
  167. [12:41:55] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;36;1mPlayer Strings Remaining: [0;35;1m0 [m
  168. [12:41:55] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mNow fetching the remaining players from Mojang API ... [m
  169. [12:41:55] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1m ... done! [m
  170. [12:41:55] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mSaving Cachefile... [m
  171. [12:41:55] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mSetup of IdUtil took [0;35;1m47 [0;33;1mms. [m
  172. [12:41:55] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;32;1mActivated [0;33;1mintegration with [0;35;1mVault [m
  173. [12:41:55] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m279ms [0;33;1m) === [m
  174. [12:41:55] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  175. [12:41:55] [Server thread/INFO]: Preparing level "world"
  176. [12:41:55] [Server thread/INFO]: -------- World Settings For [world] --------
  177. [12:41:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
  178. [12:41:55] [Server thread/INFO]: Cane Growth Modifier: 100%
  179. [12:41:55] [Server thread/INFO]: Melon Growth Modifier: 100%
  180. [12:41:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  181. [12:41:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  182. [12:41:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
  183. [12:41:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
  184. [12:41:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  185. [12:41:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  186. [12:41:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  187. [12:41:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  188. [12:41:55] [Server thread/INFO]: Random Lighting Updates: false
  189. [12:41:55] [Server thread/INFO]: Structure Info Saving: true
  190. [12:41:55] [Server thread/INFO]: Mob Spawn Range: 4
  191. [12:41:55] [Server thread/INFO]: Sending up to 5 chunks per packet
  192. [12:41:55] [Server thread/INFO]: Max Entity Collisions: 8
  193. [12:41:55] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  194. [12:41:55] [Server thread/INFO]: Max TNT Explosions: 100
  195. [12:41:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  196. [12:41:55] [Server thread/INFO]: Anti X-Ray: true
  197. [12:41:55] [Server thread/INFO]: Engine Mode: 1
  198. [12:41:55] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  199. [12:41:55] [Server thread/INFO]: Replace Blocks: [1, 5]
  200. [12:41:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  201. [12:41:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  202. [12:41:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
  203. [12:41:55] [Server thread/INFO]: Clear tick list: false
  204. [12:41:55] [Server thread/INFO]: Experience Merge Radius: 3.0
  205. [12:41:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  206. [12:41:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
  207. [12:41:55] [Server thread/INFO]: View Distance: 10
  208. [12:41:55] [Server thread/INFO]: Item Despawn Rate: 6000
  209. [12:41:55] [Server thread/INFO]: Item Merge Radius: 2.5
  210. [12:41:55] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  211. [12:41:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
  212. [12:41:55] [Server thread/INFO]: Cane Growth Modifier: 100%
  213. [12:41:55] [Server thread/INFO]: Melon Growth Modifier: 100%
  214. [12:41:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  215. [12:41:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  216. [12:41:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
  217. [12:41:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
  218. [12:41:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  219. [12:41:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  220. [12:41:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  221. [12:41:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  222. [12:41:55] [Server thread/INFO]: Random Lighting Updates: false
  223. [12:41:55] [Server thread/INFO]: Structure Info Saving: true
  224. [12:41:55] [Server thread/INFO]: Mob Spawn Range: 4
  225. [12:41:55] [Server thread/INFO]: Sending up to 5 chunks per packet
  226. [12:41:55] [Server thread/INFO]: Max Entity Collisions: 8
  227. [12:41:55] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  228. [12:41:55] [Server thread/INFO]: Max TNT Explosions: 100
  229. [12:41:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  230. [12:41:55] [Server thread/INFO]: Anti X-Ray: true
  231. [12:41:55] [Server thread/INFO]: Engine Mode: 1
  232. [12:41:55] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  233. [12:41:55] [Server thread/INFO]: Replace Blocks: [1, 5]
  234. [12:41:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  235. [12:41:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  236. [12:41:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
  237. [12:41:55] [Server thread/INFO]: Clear tick list: false
  238. [12:41:55] [Server thread/INFO]: Experience Merge Radius: 3.0
  239. [12:41:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  240. [12:41:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
  241. [12:41:55] [Server thread/INFO]: View Distance: 10
  242. [12:41:55] [Server thread/INFO]: Item Despawn Rate: 6000
  243. [12:41:55] [Server thread/INFO]: Item Merge Radius: 2.5
  244. [12:41:55] [Server thread/INFO]: Preparing start region for level 0 (Seed: -7395340116011033166)
  245. [12:41:56] [Server thread/INFO]: Preparing spawn area: 16%
  246. [12:41:57] [Server thread/INFO]: Preparing spawn area: 66%
  247. [12:41:58] [Server thread/INFO]: Preparing start region for level 1 (Seed: -7395340116011033166)
  248. [12:41:58] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
  249. [12:41:58] [Server thread/INFO]: [CoreProtect] Invalid WorldEdit version found.
  250. [12:41:59] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
  251. [12:41:59] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  252. [12:41:59] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
  253. [12:41:59] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  254. [12:41:59] [Server thread/INFO]: [SystemManager] Enabling SystemManager v3.0
  255. [12:41:59] [Server thread/INFO]: [DisableMobs] Enabling DisableMobs v1.6
  256. [12:41:59] [Server thread/INFO]: DisableMobs has been enabled!
  257. [12:41:59] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  258. [12:41:59] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  259. [12:41:59] [Server thread/INFO]: git-Spigot-5f38d38-18fbb24 (MC: 1.8.8)
  260. [12:41:59] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
  261. [12:41:59] [Server thread/INFO]: Using locale en_US
  262. [12:42:00] [Server thread/INFO]: Using locale en_US
  263. [12:42:00] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  264. [12:42:00] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  265. [12:42:00] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  266. [12:42:00] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy version: 1.5.2-b33)
  267. [12:42:00] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.7.1
  268. [12:42:00] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  269. [12:42:00] [Server thread/INFO]: [PlaceholderAPI] NMS based placeholders such as %player_ping% have been enabled for your server version!
  270. [12:42:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
  271. [12:42:00] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
  272. [12:42:00] [Server thread/INFO]: [PerWorldPlugins] Enabling PerWorldPlugins v1.3.0
  273. [12:42:00] [Server thread/INFO]: [PerWorldPlugins] Enabled, attempting to inject CommandHandler...
  274. [12:42:00] [Server thread/INFO]: [Buycraft] Enabling Buycraft v6.8.3
  275. [12:42:00] [Server thread/INFO]: [Buycraft] Loaded all signs from disk
  276. [12:42:00] [Server thread/WARN]: [Buycraft] ---------------------------------------------------------------------------------------
  277. [12:42:00] [Server thread/WARN]: [Buycraft] You are running an outdated version of the Buycraft plugin.
  278. [12:42:00] [Server thread/WARN]: [Buycraft]
  279. [12:42:00] [Server thread/WARN]: [Buycraft] A new version of the Buycraft plugin, called BuycraftX is available. It features
  280. [12:42:00] [Server thread/WARN]: [Buycraft] significant improvements compared to the old Buycraft plugin. You can download
  281. [12:42:00] [Server thread/WARN]: [Buycraft] BuycraftX from https://server.buycraft.net
  282. [12:42:00] [Server thread/WARN]: [Buycraft]
  283. [12:42:00] [Server thread/WARN]: [Buycraft] You have until 1 January 2017 to move to BuycraftX. Otherwise, the plugin will fail to
  284. [12:42:00] [Server thread/WARN]: [Buycraft] work as we will shut down the API services it relies on.
  285. [12:42:00] [Server thread/WARN]: [Buycraft] ---------------------------------------------------------------------------------------
  286. [12:42:00] [Server thread/INFO]: [BlacklistCommands] Enabling BlacklistCommands v1.1
  287. [12:42:00] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v2.4
  288. [12:42:00] [Server thread/INFO]: An update is available: NametagEdit v2.4, a release for CB 1.7.9-R0.1 available at http://servermods.cursecdn.com/files/790/383/NametagEdit.jar
  289. [12:42:00] [Server thread/INFO]: Update by executing: /ne update
  290. [12:42:00] [Server thread/INFO]: [WeatherTimeLock] Enabling WeatherTimeLock v1.0
  291. [12:42:00] [Server thread/INFO]: ################## Weather & Time Lock ##################
  292. [12:42:00] [Server thread/INFO]: Author: [TeamRaiderz]
  293. [12:42:00] [Server thread/INFO]: Version: 1.0
  294. [12:42:00] [Server thread/INFO]: Registering listeners....
  295. [12:42:00] [Server thread/INFO]: Listeners registered!
  296. [12:42:00] [Server thread/INFO]: Loading configuration...
  297. [12:42:00] [Server thread/INFO]: Configutation file loaded!
  298. [12:42:00] [Server thread/INFO]: Plugin has been enabled succesfully!
  299. [12:42:00] [Server thread/INFO]: ################## Weather & Time Lock ##################
  300. [12:42:00] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.21
  301. [12:42:00] [Server thread/INFO]: [Lockette] Version 1.8.21 is being enabled! Yay! (Core version 1.3.5)
  302. [12:42:00] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_8_R3] ok.
  303. [12:42:00] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
  304. [12:42:00] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
  305. [12:42:00] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
  306. [12:42:00] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
  307. [12:42:00] [Server thread/INFO]: [Lockette] Ready to protect your containers.
  308. [12:42:00] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
  309. [12:42:00] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  310. [12:42:00] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  311. [12:42:00] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  312. [12:42:00] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  313. [12:42:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  314. [12:42:00] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  315. [12:42:00] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  316. [12:42:00] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  317. [12:42:00] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  318. [12:42:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  319. [12:42:00] [Server thread/INFO]: [WorldGuard] 3 regions loaded for 'world'
  320. [12:42:00] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
  321. [12:42:00] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  322. [12:42:00] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  323. [12:42:00] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
  324. [12:42:01] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: FLAT & seed: -7395340116011033166
  325. [12:42:01] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: FLAT & seed: -7395340116011033166
  326. [12:42:01] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Factions' - Env: NORMAL - Type: NORMAL & seed: 5580726745392371155
  327. [12:42:01] [Server thread/INFO]: -------- World Settings For [Factions] --------
  328. [12:42:01] [Server thread/INFO]: Cactus Growth Modifier: 100%
  329. [12:42:01] [Server thread/INFO]: Cane Growth Modifier: 100%
  330. [12:42:01] [Server thread/INFO]: Melon Growth Modifier: 100%
  331. [12:42:01] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  332. [12:42:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  333. [12:42:01] [Server thread/INFO]: Sapling Growth Modifier: 100%
  334. [12:42:01] [Server thread/INFO]: Wheat Growth Modifier: 100%
  335. [12:42:01] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  336. [12:42:01] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  337. [12:42:01] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  338. [12:42:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  339. [12:42:01] [Server thread/INFO]: Random Lighting Updates: false
  340. [12:42:01] [Server thread/INFO]: Structure Info Saving: true
  341. [12:42:01] [Server thread/INFO]: Mob Spawn Range: 4
  342. [12:42:01] [Server thread/INFO]: Sending up to 5 chunks per packet
  343. [12:42:01] [Server thread/INFO]: Max Entity Collisions: 8
  344. [12:42:01] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  345. [12:42:01] [Server thread/INFO]: Max TNT Explosions: 100
  346. [12:42:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  347. [12:42:01] [Server thread/INFO]: Anti X-Ray: true
  348. [12:42:01] [Server thread/INFO]: Engine Mode: 1
  349. [12:42:01] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  350. [12:42:01] [Server thread/INFO]: Replace Blocks: [1, 5]
  351. [12:42:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  352. [12:42:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  353. [12:42:01] [Server thread/INFO]: Chunks to Grow per Tick: 650
  354. [12:42:01] [Server thread/INFO]: Clear tick list: false
  355. [12:42:01] [Server thread/INFO]: Experience Merge Radius: 3.0
  356. [12:42:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  357. [12:42:01] [Server thread/INFO]: Arrow Despawn Rate: 1200
  358. [12:42:01] [Server thread/INFO]: View Distance: 10
  359. [12:42:01] [Server thread/INFO]: Item Despawn Rate: 6000
  360. [12:42:01] [Server thread/INFO]: Item Merge Radius: 2.5
  361. [12:42:01] [Server thread/INFO]: Preparing start region for level 2 (Seed: 5580726745392371155)
  362. [12:42:02] [Server thread/INFO]: Preparing spawn area for Factions, 32%
  363. [12:42:02] [Thread-10/INFO]: --------------------
  364. [12:42:02] [Thread-10/INFO]: [CoreProtect] Version 2.14.2 now available.
  365. [12:42:02] [Thread-10/INFO]: [CoreProtect] Download: Type "/co version" in-game.
  366. [12:42:02] [Thread-10/INFO]: --------------------
  367. [12:42:02] [Thread-10/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
  368. [12:42:02] [Thread-10/INFO]: --------------------
  369. [12:42:03] [Server thread/INFO]: Preparing spawn area for Factions, 81%
  370. [12:42:04] [Server thread/INFO]: [WorldGuard] (Factions) TNT ignition is PERMITTED.
  371. [12:42:04] [Server thread/INFO]: [WorldGuard] (Factions) Lighters are PERMITTED.
  372. [12:42:04] [Server thread/INFO]: [WorldGuard] (Factions) Lava fire is blocked.
  373. [12:42:04] [Server thread/INFO]: [WorldGuard] (Factions) Fire spread is UNRESTRICTED.
  374. [12:42:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Factions'
  375. [12:42:04] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'MinigamesLobby' - Env: NORMAL - Type: FLAT & seed: 0
  376. [12:42:04] [Server thread/INFO]: -------- World Settings For [MinigamesLobby] --------
  377. [12:42:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
  378. [12:42:04] [Server thread/INFO]: Cane Growth Modifier: 100%
  379. [12:42:04] [Server thread/INFO]: Melon Growth Modifier: 100%
  380. [12:42:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  381. [12:42:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  382. [12:42:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
  383. [12:42:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
  384. [12:42:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  385. [12:42:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  386. [12:42:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  387. [12:42:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  388. [12:42:04] [Server thread/INFO]: Random Lighting Updates: false
  389. [12:42:04] [Server thread/INFO]: Structure Info Saving: true
  390. [12:42:04] [Server thread/INFO]: Mob Spawn Range: 4
  391. [12:42:04] [Server thread/INFO]: Sending up to 5 chunks per packet
  392. [12:42:04] [Server thread/INFO]: Max Entity Collisions: 8
  393. [12:42:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  394. [12:42:04] [Server thread/INFO]: Max TNT Explosions: 100
  395. [12:42:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  396. [12:42:04] [Server thread/INFO]: Anti X-Ray: true
  397. [12:42:04] [Server thread/INFO]: Engine Mode: 1
  398. [12:42:04] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  399. [12:42:04] [Server thread/INFO]: Replace Blocks: [1, 5]
  400. [12:42:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  401. [12:42:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  402. [12:42:04] [Server thread/INFO]: Chunks to Grow per Tick: 650
  403. [12:42:04] [Server thread/INFO]: Clear tick list: false
  404. [12:42:04] [Server thread/INFO]: Experience Merge Radius: 3.0
  405. [12:42:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  406. [12:42:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
  407. [12:42:04] [Server thread/INFO]: View Distance: 10
  408. [12:42:04] [Server thread/INFO]: Item Despawn Rate: 6000
  409. [12:42:04] [Server thread/INFO]: Item Merge Radius: 2.5
  410. [12:42:04] [Server thread/INFO]: Preparing start region for level 3 (Seed: 0)
  411. [12:42:04] [Server thread/INFO]: [WorldGuard] (MinigamesLobby) TNT ignition is PERMITTED.
  412. [12:42:04] [Server thread/INFO]: [WorldGuard] (MinigamesLobby) Lighters are PERMITTED.
  413. [12:42:04] [Server thread/INFO]: [WorldGuard] (MinigamesLobby) Lava fire is blocked.
  414. [12:42:04] [Server thread/INFO]: [WorldGuard] (MinigamesLobby) Fire spread is UNRESTRICTED.
  415. [12:42:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MinigamesLobby'
  416. [12:42:04] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'sw_1' - Env: NORMAL - Type: FLAT & seed: -6395013250808180508
  417. [12:42:04] [Server thread/INFO]: -------- World Settings For [sw_1] --------
  418. [12:42:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
  419. [12:42:04] [Server thread/INFO]: Cane Growth Modifier: 100%
  420. [12:42:04] [Server thread/INFO]: Melon Growth Modifier: 100%
  421. [12:42:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  422. [12:42:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  423. [12:42:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
  424. [12:42:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
  425. [12:42:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  426. [12:42:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  427. [12:42:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  428. [12:42:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  429. [12:42:04] [Server thread/INFO]: Random Lighting Updates: false
  430. [12:42:04] [Server thread/INFO]: Structure Info Saving: true
  431. [12:42:04] [Server thread/INFO]: Mob Spawn Range: 4
  432. [12:42:04] [Server thread/INFO]: Sending up to 5 chunks per packet
  433. [12:42:04] [Server thread/INFO]: Max Entity Collisions: 8
  434. [12:42:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  435. [12:42:04] [Server thread/INFO]: Max TNT Explosions: 100
  436. [12:42:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  437. [12:42:04] [Server thread/INFO]: Anti X-Ray: true
  438. [12:42:04] [Server thread/INFO]: Engine Mode: 1
  439. [12:42:04] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  440. [12:42:04] [Server thread/INFO]: Replace Blocks: [1, 5]
  441. [12:42:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  442. [12:42:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  443. [12:42:04] [Server thread/INFO]: Chunks to Grow per Tick: 650
  444. [12:42:04] [Server thread/INFO]: Clear tick list: false
  445. [12:42:04] [Server thread/INFO]: Experience Merge Radius: 3.0
  446. [12:42:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  447. [12:42:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
  448. [12:42:04] [Server thread/INFO]: View Distance: 10
  449. [12:42:04] [Server thread/INFO]: Item Despawn Rate: 6000
  450. [12:42:04] [Server thread/INFO]: Item Merge Radius: 2.5
  451. [12:42:04] [Server thread/INFO]: Preparing start region for level 4 (Seed: -6395013250808180508)
  452. [12:42:05] [Server thread/INFO]: [WorldGuard] (sw_1) TNT ignition is PERMITTED.
  453. [12:42:05] [Server thread/INFO]: [WorldGuard] (sw_1) Lighters are PERMITTED.
  454. [12:42:05] [Server thread/INFO]: [WorldGuard] (sw_1) Lava fire is blocked.
  455. [12:42:05] [Server thread/INFO]: [WorldGuard] (sw_1) Fire spread is UNRESTRICTED.
  456. [12:42:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sw_1'
  457. [12:42:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'sw_2' - Env: NORMAL - Type: FLAT & seed: 1140921937246782441
  458. [12:42:05] [Server thread/INFO]: -------- World Settings For [sw_2] --------
  459. [12:42:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
  460. [12:42:05] [Server thread/INFO]: Cane Growth Modifier: 100%
  461. [12:42:05] [Server thread/INFO]: Melon Growth Modifier: 100%
  462. [12:42:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  463. [12:42:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  464. [12:42:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
  465. [12:42:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
  466. [12:42:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  467. [12:42:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  468. [12:42:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  469. [12:42:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  470. [12:42:05] [Server thread/INFO]: Random Lighting Updates: false
  471. [12:42:05] [Server thread/INFO]: Structure Info Saving: true
  472. [12:42:05] [Server thread/INFO]: Mob Spawn Range: 4
  473. [12:42:05] [Server thread/INFO]: Sending up to 5 chunks per packet
  474. [12:42:05] [Server thread/INFO]: Max Entity Collisions: 8
  475. [12:42:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  476. [12:42:05] [Server thread/INFO]: Max TNT Explosions: 100
  477. [12:42:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  478. [12:42:05] [Server thread/INFO]: Anti X-Ray: true
  479. [12:42:05] [Server thread/INFO]: Engine Mode: 1
  480. [12:42:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  481. [12:42:05] [Server thread/INFO]: Replace Blocks: [1, 5]
  482. [12:42:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  483. [12:42:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  484. [12:42:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
  485. [12:42:05] [Server thread/INFO]: Clear tick list: false
  486. [12:42:05] [Server thread/INFO]: Experience Merge Radius: 3.0
  487. [12:42:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  488. [12:42:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
  489. [12:42:05] [Server thread/INFO]: View Distance: 10
  490. [12:42:05] [Server thread/INFO]: Item Despawn Rate: 6000
  491. [12:42:05] [Server thread/INFO]: Item Merge Radius: 2.5
  492. [12:42:05] [Server thread/INFO]: Preparing start region for level 5 (Seed: 1140921937246782441)
  493. [12:42:05] [Server thread/INFO]: [WorldGuard] (sw_2) TNT ignition is PERMITTED.
  494. [12:42:05] [Server thread/INFO]: [WorldGuard] (sw_2) Lighters are PERMITTED.
  495. [12:42:05] [Server thread/INFO]: [WorldGuard] (sw_2) Lava fire is blocked.
  496. [12:42:05] [Server thread/INFO]: [WorldGuard] (sw_2) Fire spread is UNRESTRICTED.
  497. [12:42:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sw_2'
  498. [12:42:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'sw_3' - Env: NORMAL - Type: FLAT & seed: -1906633020665575341
  499. [12:42:05] [Server thread/INFO]: -------- World Settings For [sw_3] --------
  500. [12:42:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
  501. [12:42:05] [Server thread/INFO]: Cane Growth Modifier: 100%
  502. [12:42:05] [Server thread/INFO]: Melon Growth Modifier: 100%
  503. [12:42:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  504. [12:42:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  505. [12:42:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
  506. [12:42:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
  507. [12:42:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  508. [12:42:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  509. [12:42:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  510. [12:42:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  511. [12:42:05] [Server thread/INFO]: Random Lighting Updates: false
  512. [12:42:05] [Server thread/INFO]: Structure Info Saving: true
  513. [12:42:05] [Server thread/INFO]: Mob Spawn Range: 4
  514. [12:42:05] [Server thread/INFO]: Sending up to 5 chunks per packet
  515. [12:42:05] [Server thread/INFO]: Max Entity Collisions: 8
  516. [12:42:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  517. [12:42:05] [Server thread/INFO]: Max TNT Explosions: 100
  518. [12:42:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  519. [12:42:05] [Server thread/INFO]: Anti X-Ray: true
  520. [12:42:05] [Server thread/INFO]: Engine Mode: 1
  521. [12:42:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  522. [12:42:05] [Server thread/INFO]: Replace Blocks: [1, 5]
  523. [12:42:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  524. [12:42:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  525. [12:42:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
  526. [12:42:05] [Server thread/INFO]: Clear tick list: false
  527. [12:42:05] [Server thread/INFO]: Experience Merge Radius: 3.0
  528. [12:42:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  529. [12:42:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
  530. [12:42:05] [Server thread/INFO]: View Distance: 10
  531. [12:42:05] [Server thread/INFO]: Item Despawn Rate: 6000
  532. [12:42:05] [Server thread/INFO]: Item Merge Radius: 2.5
  533. [12:42:05] [Server thread/INFO]: Preparing start region for level 6 (Seed: -1906633020665575341)
  534. [12:42:06] [Server thread/INFO]: [WorldGuard] (sw_3) TNT ignition is PERMITTED.
  535. [12:42:06] [Server thread/INFO]: [WorldGuard] (sw_3) Lighters are PERMITTED.
  536. [12:42:06] [Server thread/INFO]: [WorldGuard] (sw_3) Lava fire is blocked.
  537. [12:42:06] [Server thread/INFO]: [WorldGuard] (sw_3) Fire spread is UNRESTRICTED.
  538. [12:42:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sw_3'
  539. [12:42:06] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'sw_4' - Env: NORMAL - Type: FLAT & seed: -2417197236887872847
  540. [12:42:06] [Server thread/INFO]: -------- World Settings For [sw_4] --------
  541. [12:42:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
  542. [12:42:06] [Server thread/INFO]: Cane Growth Modifier: 100%
  543. [12:42:06] [Server thread/INFO]: Melon Growth Modifier: 100%
  544. [12:42:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  545. [12:42:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  546. [12:42:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
  547. [12:42:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
  548. [12:42:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  549. [12:42:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  550. [12:42:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  551. [12:42:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  552. [12:42:06] [Server thread/INFO]: Random Lighting Updates: false
  553. [12:42:06] [Server thread/INFO]: Structure Info Saving: true
  554. [12:42:06] [Server thread/INFO]: Mob Spawn Range: 4
  555. [12:42:06] [Server thread/INFO]: Sending up to 5 chunks per packet
  556. [12:42:06] [Server thread/INFO]: Max Entity Collisions: 8
  557. [12:42:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  558. [12:42:06] [Server thread/INFO]: Max TNT Explosions: 100
  559. [12:42:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  560. [12:42:06] [Server thread/INFO]: Anti X-Ray: true
  561. [12:42:06] [Server thread/INFO]: Engine Mode: 1
  562. [12:42:06] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  563. [12:42:06] [Server thread/INFO]: Replace Blocks: [1, 5]
  564. [12:42:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  565. [12:42:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  566. [12:42:06] [Server thread/INFO]: Chunks to Grow per Tick: 650
  567. [12:42:06] [Server thread/INFO]: Clear tick list: false
  568. [12:42:06] [Server thread/INFO]: Experience Merge Radius: 3.0
  569. [12:42:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  570. [12:42:06] [Server thread/INFO]: Arrow Despawn Rate: 1200
  571. [12:42:06] [Server thread/INFO]: View Distance: 10
  572. [12:42:06] [Server thread/INFO]: Item Despawn Rate: 6000
  573. [12:42:06] [Server thread/INFO]: Item Merge Radius: 2.5
  574. [12:42:06] [Server thread/INFO]: Preparing start region for level 7 (Seed: -2417197236887872847)
  575. [12:42:06] [Server thread/INFO]: [WorldGuard] (sw_4) TNT ignition is PERMITTED.
  576. [12:42:06] [Server thread/INFO]: [WorldGuard] (sw_4) Lighters are PERMITTED.
  577. [12:42:06] [Server thread/INFO]: [WorldGuard] (sw_4) Lava fire is blocked.
  578. [12:42:06] [Server thread/INFO]: [WorldGuard] (sw_4) Fire spread is UNRESTRICTED.
  579. [12:42:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sw_4'
  580. [12:42:06] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'sw_5' - Env: NORMAL - Type: FLAT & seed: -265803089160323745
  581. [12:42:06] [Server thread/INFO]: -------- World Settings For [sw_5] --------
  582. [12:42:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
  583. [12:42:06] [Server thread/INFO]: Cane Growth Modifier: 100%
  584. [12:42:06] [Server thread/INFO]: Melon Growth Modifier: 100%
  585. [12:42:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  586. [12:42:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  587. [12:42:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
  588. [12:42:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
  589. [12:42:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  590. [12:42:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  591. [12:42:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  592. [12:42:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  593. [12:42:06] [Server thread/INFO]: Random Lighting Updates: false
  594. [12:42:06] [Server thread/INFO]: Structure Info Saving: true
  595. [12:42:06] [Server thread/INFO]: Mob Spawn Range: 4
  596. [12:42:06] [Server thread/INFO]: Sending up to 5 chunks per packet
  597. [12:42:06] [Server thread/INFO]: Max Entity Collisions: 8
  598. [12:42:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  599. [12:42:06] [Server thread/INFO]: Max TNT Explosions: 100
  600. [12:42:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  601. [12:42:06] [Server thread/INFO]: Anti X-Ray: true
  602. [12:42:06] [Server thread/INFO]: Engine Mode: 1
  603. [12:42:06] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  604. [12:42:06] [Server thread/INFO]: Replace Blocks: [1, 5]
  605. [12:42:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  606. [12:42:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  607. [12:42:06] [Server thread/INFO]: Chunks to Grow per Tick: 650
  608. [12:42:06] [Server thread/INFO]: Clear tick list: false
  609. [12:42:06] [Server thread/INFO]: Experience Merge Radius: 3.0
  610. [12:42:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  611. [12:42:06] [Server thread/INFO]: Arrow Despawn Rate: 1200
  612. [12:42:06] [Server thread/INFO]: View Distance: 10
  613. [12:42:06] [Server thread/INFO]: Item Despawn Rate: 6000
  614. [12:42:06] [Server thread/INFO]: Item Merge Radius: 2.5
  615. [12:42:06] [Server thread/INFO]: Preparing start region for level 8 (Seed: -265803089160323745)
  616. [12:42:07] [Server thread/INFO]: [WorldGuard] (sw_5) TNT ignition is PERMITTED.
  617. [12:42:07] [Server thread/INFO]: [WorldGuard] (sw_5) Lighters are PERMITTED.
  618. [12:42:07] [Server thread/INFO]: [WorldGuard] (sw_5) Lava fire is blocked.
  619. [12:42:07] [Server thread/INFO]: [WorldGuard] (sw_5) Fire spread is UNRESTRICTED.
  620. [12:42:07] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sw_5'
  621. [12:42:07] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'sw_6' - Env: NORMAL - Type: FLAT & seed: 1596508919060827253
  622. [12:42:07] [Server thread/INFO]: -------- World Settings For [sw_6] --------
  623. [12:42:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
  624. [12:42:07] [Server thread/INFO]: Cane Growth Modifier: 100%
  625. [12:42:07] [Server thread/INFO]: Melon Growth Modifier: 100%
  626. [12:42:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  627. [12:42:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  628. [12:42:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
  629. [12:42:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
  630. [12:42:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  631. [12:42:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  632. [12:42:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  633. [12:42:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  634. [12:42:07] [Server thread/INFO]: Random Lighting Updates: false
  635. [12:42:07] [Server thread/INFO]: Structure Info Saving: true
  636. [12:42:07] [Server thread/INFO]: Mob Spawn Range: 4
  637. [12:42:07] [Server thread/INFO]: Sending up to 5 chunks per packet
  638. [12:42:07] [Server thread/INFO]: Max Entity Collisions: 8
  639. [12:42:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  640. [12:42:07] [Server thread/INFO]: Max TNT Explosions: 100
  641. [12:42:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  642. [12:42:07] [Server thread/INFO]: Anti X-Ray: true
  643. [12:42:07] [Server thread/INFO]: Engine Mode: 1
  644. [12:42:07] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  645. [12:42:07] [Server thread/INFO]: Replace Blocks: [1, 5]
  646. [12:42:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  647. [12:42:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  648. [12:42:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
  649. [12:42:07] [Server thread/INFO]: Clear tick list: false
  650. [12:42:07] [Server thread/INFO]: Experience Merge Radius: 3.0
  651. [12:42:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  652. [12:42:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
  653. [12:42:07] [Server thread/INFO]: View Distance: 10
  654. [12:42:07] [Server thread/INFO]: Item Despawn Rate: 6000
  655. [12:42:07] [Server thread/INFO]: Item Merge Radius: 2.5
  656. [12:42:07] [Server thread/INFO]: Preparing start region for level 9 (Seed: 1596508919060827253)
  657. [12:42:07] [Server thread/INFO]: [WorldGuard] (sw_6) TNT ignition is PERMITTED.
  658. [12:42:07] [Server thread/INFO]: [WorldGuard] (sw_6) Lighters are PERMITTED.
  659. [12:42:07] [Server thread/INFO]: [WorldGuard] (sw_6) Lava fire is blocked.
  660. [12:42:07] [Server thread/INFO]: [WorldGuard] (sw_6) Fire spread is UNRESTRICTED.
  661. [12:42:07] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sw_6'
  662. [12:42:07] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'sw_7' - Env: NORMAL - Type: FLAT & seed: 8875170248262862964
  663. [12:42:07] [Server thread/INFO]: -------- World Settings For [sw_7] --------
  664. [12:42:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
  665. [12:42:07] [Server thread/INFO]: Cane Growth Modifier: 100%
  666. [12:42:07] [Server thread/INFO]: Melon Growth Modifier: 100%
  667. [12:42:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  668. [12:42:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  669. [12:42:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
  670. [12:42:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
  671. [12:42:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  672. [12:42:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  673. [12:42:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  674. [12:42:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  675. [12:42:07] [Server thread/INFO]: Random Lighting Updates: false
  676. [12:42:07] [Server thread/INFO]: Structure Info Saving: true
  677. [12:42:07] [Server thread/INFO]: Mob Spawn Range: 4
  678. [12:42:07] [Server thread/INFO]: Sending up to 5 chunks per packet
  679. [12:42:07] [Server thread/INFO]: Max Entity Collisions: 8
  680. [12:42:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  681. [12:42:07] [Server thread/INFO]: Max TNT Explosions: 100
  682. [12:42:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  683. [12:42:07] [Server thread/INFO]: Anti X-Ray: true
  684. [12:42:07] [Server thread/INFO]: Engine Mode: 1
  685. [12:42:07] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  686. [12:42:07] [Server thread/INFO]: Replace Blocks: [1, 5]
  687. [12:42:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  688. [12:42:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  689. [12:42:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
  690. [12:42:07] [Server thread/INFO]: Clear tick list: false
  691. [12:42:07] [Server thread/INFO]: Experience Merge Radius: 3.0
  692. [12:42:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  693. [12:42:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
  694. [12:42:07] [Server thread/INFO]: View Distance: 10
  695. [12:42:07] [Server thread/INFO]: Item Despawn Rate: 6000
  696. [12:42:07] [Server thread/INFO]: Item Merge Radius: 2.5
  697. [12:42:07] [Server thread/INFO]: Preparing start region for level 10 (Seed: 8875170248262862964)
  698. [12:42:08] [Server thread/INFO]: [WorldGuard] (sw_7) TNT ignition is PERMITTED.
  699. [12:42:08] [Server thread/INFO]: [WorldGuard] (sw_7) Lighters are PERMITTED.
  700. [12:42:08] [Server thread/INFO]: [WorldGuard] (sw_7) Lava fire is blocked.
  701. [12:42:08] [Server thread/INFO]: [WorldGuard] (sw_7) Fire spread is UNRESTRICTED.
  702. [12:42:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sw_7'
  703. [12:42:08] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'sg_sg4' - Env: NORMAL - Type: FLAT & seed: 341687286
  704. [12:42:08] [Server thread/INFO]: -------- World Settings For [sg_sg4] --------
  705. [12:42:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
  706. [12:42:08] [Server thread/INFO]: Cane Growth Modifier: 100%
  707. [12:42:08] [Server thread/INFO]: Melon Growth Modifier: 100%
  708. [12:42:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  709. [12:42:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  710. [12:42:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
  711. [12:42:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
  712. [12:42:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  713. [12:42:08] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  714. [12:42:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  715. [12:42:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  716. [12:42:08] [Server thread/INFO]: Random Lighting Updates: false
  717. [12:42:08] [Server thread/INFO]: Structure Info Saving: true
  718. [12:42:08] [Server thread/INFO]: Mob Spawn Range: 4
  719. [12:42:08] [Server thread/INFO]: Sending up to 5 chunks per packet
  720. [12:42:08] [Server thread/INFO]: Max Entity Collisions: 8
  721. [12:42:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  722. [12:42:08] [Server thread/INFO]: Max TNT Explosions: 100
  723. [12:42:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  724. [12:42:08] [Server thread/INFO]: Anti X-Ray: true
  725. [12:42:08] [Server thread/INFO]: Engine Mode: 1
  726. [12:42:08] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  727. [12:42:08] [Server thread/INFO]: Replace Blocks: [1, 5]
  728. [12:42:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  729. [12:42:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  730. [12:42:08] [Server thread/INFO]: Chunks to Grow per Tick: 650
  731. [12:42:08] [Server thread/INFO]: Clear tick list: false
  732. [12:42:08] [Server thread/INFO]: Experience Merge Radius: 3.0
  733. [12:42:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  734. [12:42:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
  735. [12:42:08] [Server thread/INFO]: View Distance: 10
  736. [12:42:08] [Server thread/INFO]: Item Despawn Rate: 6000
  737. [12:42:08] [Server thread/INFO]: Item Merge Radius: 2.5
  738. [12:42:08] [Server thread/INFO]: Preparing start region for level 11 (Seed: 341687286)
  739. [12:42:09] [Server thread/INFO]: Preparing spawn area for sg_sg4, 56%
  740. [12:42:10] [Server thread/INFO]: [WorldGuard] (sg_sg4) TNT ignition is PERMITTED.
  741. [12:42:10] [Server thread/INFO]: [WorldGuard] (sg_sg4) Lighters are PERMITTED.
  742. [12:42:10] [Server thread/INFO]: [WorldGuard] (sg_sg4) Lava fire is blocked.
  743. [12:42:10] [Server thread/INFO]: [WorldGuard] (sg_sg4) Fire spread is UNRESTRICTED.
  744. [12:42:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sg_sg4'
  745. [12:42:10] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'sg_sg6' - Env: NORMAL - Type: FLAT & seed: 0
  746. [12:42:10] [Server thread/INFO]: -------- World Settings For [sg_sg6] --------
  747. [12:42:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
  748. [12:42:10] [Server thread/INFO]: Cane Growth Modifier: 100%
  749. [12:42:10] [Server thread/INFO]: Melon Growth Modifier: 100%
  750. [12:42:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  751. [12:42:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  752. [12:42:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
  753. [12:42:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
  754. [12:42:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  755. [12:42:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  756. [12:42:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  757. [12:42:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  758. [12:42:10] [Server thread/INFO]: Random Lighting Updates: false
  759. [12:42:10] [Server thread/INFO]: Structure Info Saving: true
  760. [12:42:10] [Server thread/INFO]: Mob Spawn Range: 4
  761. [12:42:10] [Server thread/INFO]: Sending up to 5 chunks per packet
  762. [12:42:10] [Server thread/INFO]: Max Entity Collisions: 8
  763. [12:42:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  764. [12:42:10] [Server thread/INFO]: Max TNT Explosions: 100
  765. [12:42:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  766. [12:42:10] [Server thread/INFO]: Anti X-Ray: true
  767. [12:42:10] [Server thread/INFO]: Engine Mode: 1
  768. [12:42:10] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  769. [12:42:10] [Server thread/INFO]: Replace Blocks: [1, 5]
  770. [12:42:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  771. [12:42:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  772. [12:42:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
  773. [12:42:10] [Server thread/INFO]: Clear tick list: false
  774. [12:42:10] [Server thread/INFO]: Experience Merge Radius: 3.0
  775. [12:42:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  776. [12:42:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
  777. [12:42:10] [Server thread/INFO]: View Distance: 10
  778. [12:42:10] [Server thread/INFO]: Item Despawn Rate: 6000
  779. [12:42:10] [Server thread/INFO]: Item Merge Radius: 2.5
  780. [12:42:10] [Server thread/INFO]: Preparing start region for level 12 (Seed: 0)
  781. [12:42:11] [Server thread/INFO]: Preparing spawn area for sg_sg6, 56%
  782. [12:42:12] [Server thread/INFO]: Preparing spawn area for sg_sg6, 89%
  783. [12:42:12] [Server thread/INFO]: [WorldGuard] (sg_sg6) TNT ignition is PERMITTED.
  784. [12:42:12] [Server thread/INFO]: [WorldGuard] (sg_sg6) Lighters are PERMITTED.
  785. [12:42:12] [Server thread/INFO]: [WorldGuard] (sg_sg6) Lava fire is blocked.
  786. [12:42:12] [Server thread/INFO]: [WorldGuard] (sg_sg6) Fire spread is UNRESTRICTED.
  787. [12:42:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sg_sg6'
  788. [12:42:12] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
  789. [12:42:12] [Server thread/WARN]: [Multiverse-Core] Original Location: X: -28 Y: 177 Z: 142 P: 0 Y: 0
  790. [12:42:13] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
  791. [12:42:13] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'sg_breeze' - Env: NORMAL - Type: FLAT & seed: 0
  792. [12:42:13] [Server thread/INFO]: -------- World Settings For [sg_breeze] --------
  793. [12:42:13] [Server thread/INFO]: Cactus Growth Modifier: 100%
  794. [12:42:13] [Server thread/INFO]: Cane Growth Modifier: 100%
  795. [12:42:13] [Server thread/INFO]: Melon Growth Modifier: 100%
  796. [12:42:13] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  797. [12:42:13] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  798. [12:42:13] [Server thread/INFO]: Sapling Growth Modifier: 100%
  799. [12:42:13] [Server thread/INFO]: Wheat Growth Modifier: 100%
  800. [12:42:13] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  801. [12:42:13] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  802. [12:42:13] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  803. [12:42:13] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  804. [12:42:13] [Server thread/INFO]: Random Lighting Updates: false
  805. [12:42:13] [Server thread/INFO]: Structure Info Saving: true
  806. [12:42:13] [Server thread/INFO]: Mob Spawn Range: 4
  807. [12:42:13] [Server thread/INFO]: Sending up to 5 chunks per packet
  808. [12:42:13] [Server thread/INFO]: Max Entity Collisions: 8
  809. [12:42:13] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  810. [12:42:13] [Server thread/INFO]: Max TNT Explosions: 100
  811. [12:42:13] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  812. [12:42:13] [Server thread/INFO]: Anti X-Ray: true
  813. [12:42:13] [Server thread/INFO]: Engine Mode: 1
  814. [12:42:13] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  815. [12:42:13] [Server thread/INFO]: Replace Blocks: [1, 5]
  816. [12:42:13] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  817. [12:42:13] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  818. [12:42:13] [Server thread/INFO]: Chunks to Grow per Tick: 650
  819. [12:42:13] [Server thread/INFO]: Clear tick list: false
  820. [12:42:13] [Server thread/INFO]: Experience Merge Radius: 3.0
  821. [12:42:13] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  822. [12:42:13] [Server thread/INFO]: Arrow Despawn Rate: 1200
  823. [12:42:13] [Server thread/INFO]: View Distance: 10
  824. [12:42:13] [Server thread/INFO]: Item Despawn Rate: 6000
  825. [12:42:13] [Server thread/INFO]: Item Merge Radius: 2.5
  826. [12:42:13] [Server thread/INFO]: Preparing start region for level 13 (Seed: 0)
  827. [12:42:14] [Server thread/INFO]: Preparing spawn area for sg_breeze, 61%
  828. [12:42:15] [Server thread/INFO]: [WorldGuard] (sg_breeze) TNT ignition is PERMITTED.
  829. [12:42:15] [Server thread/INFO]: [WorldGuard] (sg_breeze) Lighters are PERMITTED.
  830. [12:42:15] [Server thread/INFO]: [WorldGuard] (sg_breeze) Lava fire is blocked.
  831. [12:42:15] [Server thread/INFO]: [WorldGuard] (sg_breeze) Fire spread is UNRESTRICTED.
  832. [12:42:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sg_breeze'
  833. [12:42:15] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'sg_holiday' - Env: NORMAL - Type: NORMAL & seed: 4431064177836963840
  834. [12:42:15] [Server thread/INFO]: -------- World Settings For [sg_holiday] --------
  835. [12:42:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
  836. [12:42:15] [Server thread/INFO]: Cane Growth Modifier: 100%
  837. [12:42:15] [Server thread/INFO]: Melon Growth Modifier: 100%
  838. [12:42:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  839. [12:42:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  840. [12:42:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
  841. [12:42:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
  842. [12:42:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  843. [12:42:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  844. [12:42:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  845. [12:42:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  846. [12:42:15] [Server thread/INFO]: Random Lighting Updates: false
  847. [12:42:15] [Server thread/INFO]: Structure Info Saving: true
  848. [12:42:15] [Server thread/INFO]: Mob Spawn Range: 4
  849. [12:42:15] [Server thread/INFO]: Sending up to 5 chunks per packet
  850. [12:42:15] [Server thread/INFO]: Max Entity Collisions: 8
  851. [12:42:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  852. [12:42:15] [Server thread/INFO]: Max TNT Explosions: 100
  853. [12:42:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  854. [12:42:15] [Server thread/INFO]: Anti X-Ray: true
  855. [12:42:15] [Server thread/INFO]: Engine Mode: 1
  856. [12:42:15] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  857. [12:42:15] [Server thread/INFO]: Replace Blocks: [1, 5]
  858. [12:42:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  859. [12:42:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  860. [12:42:15] [Server thread/INFO]: Chunks to Grow per Tick: 650
  861. [12:42:15] [Server thread/INFO]: Clear tick list: false
  862. [12:42:15] [Server thread/INFO]: Experience Merge Radius: 3.0
  863. [12:42:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  864. [12:42:15] [Server thread/INFO]: Arrow Despawn Rate: 1200
  865. [12:42:15] [Server thread/INFO]: View Distance: 10
  866. [12:42:15] [Server thread/INFO]: Item Despawn Rate: 6000
  867. [12:42:15] [Server thread/INFO]: Item Merge Radius: 2.5
  868. [12:42:15] [Server thread/INFO]: Preparing start region for level 14 (Seed: 4431064177836963840)
  869. [12:42:16] [Server thread/INFO]: Preparing spawn area for sg_holiday, 36%
  870. [12:42:17] [Server thread/INFO]: Preparing spawn area for sg_holiday, 77%
  871. [12:42:17] [Server thread/INFO]: [WorldGuard] (sg_holiday) TNT ignition is PERMITTED.
  872. [12:42:17] [Server thread/INFO]: [WorldGuard] (sg_holiday) Lighters are PERMITTED.
  873. [12:42:17] [Server thread/INFO]: [WorldGuard] (sg_holiday) Lava fire is blocked.
  874. [12:42:17] [Server thread/INFO]: [WorldGuard] (sg_holiday) Fire spread is UNRESTRICTED.
  875. [12:42:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sg_holiday'
  876. [12:42:17] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'buildbattle_2' - Env: NORMAL - Type: FLAT & seed: 0
  877. [12:42:17] [Server thread/INFO]: -------- World Settings For [buildbattle_2] --------
  878. [12:42:17] [Server thread/INFO]: Cactus Growth Modifier: 100%
  879. [12:42:17] [Server thread/INFO]: Cane Growth Modifier: 100%
  880. [12:42:17] [Server thread/INFO]: Melon Growth Modifier: 100%
  881. [12:42:17] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  882. [12:42:17] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  883. [12:42:17] [Server thread/INFO]: Sapling Growth Modifier: 100%
  884. [12:42:17] [Server thread/INFO]: Wheat Growth Modifier: 100%
  885. [12:42:17] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  886. [12:42:17] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  887. [12:42:17] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  888. [12:42:17] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  889. [12:42:17] [Server thread/INFO]: Random Lighting Updates: false
  890. [12:42:17] [Server thread/INFO]: Structure Info Saving: true
  891. [12:42:17] [Server thread/INFO]: Mob Spawn Range: 4
  892. [12:42:17] [Server thread/INFO]: Sending up to 5 chunks per packet
  893. [12:42:17] [Server thread/INFO]: Max Entity Collisions: 8
  894. [12:42:17] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  895. [12:42:17] [Server thread/INFO]: Max TNT Explosions: 100
  896. [12:42:17] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  897. [12:42:17] [Server thread/INFO]: Anti X-Ray: true
  898. [12:42:17] [Server thread/INFO]: Engine Mode: 1
  899. [12:42:17] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  900. [12:42:17] [Server thread/INFO]: Replace Blocks: [1, 5]
  901. [12:42:17] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  902. [12:42:17] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  903. [12:42:17] [Server thread/INFO]: Chunks to Grow per Tick: 650
  904. [12:42:17] [Server thread/INFO]: Clear tick list: false
  905. [12:42:17] [Server thread/INFO]: Experience Merge Radius: 3.0
  906. [12:42:17] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  907. [12:42:17] [Server thread/INFO]: Arrow Despawn Rate: 1200
  908. [12:42:17] [Server thread/INFO]: View Distance: 10
  909. [12:42:17] [Server thread/INFO]: Item Despawn Rate: 6000
  910. [12:42:17] [Server thread/INFO]: Item Merge Radius: 2.5
  911. [12:42:17] [Server thread/INFO]: Preparing start region for level 15 (Seed: 0)
  912. [12:42:18] [Server thread/INFO]: [WorldGuard] (buildbattle_2) TNT ignition is PERMITTED.
  913. [12:42:18] [Server thread/INFO]: [WorldGuard] (buildbattle_2) Lighters are PERMITTED.
  914. [12:42:18] [Server thread/INFO]: [WorldGuard] (buildbattle_2) Lava fire is blocked.
  915. [12:42:18] [Server thread/INFO]: [WorldGuard] (buildbattle_2) Fire spread is UNRESTRICTED.
  916. [12:42:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'buildbattle_2'
  917. [12:42:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'bw_1' - Env: NORMAL - Type: FLAT & seed: 0
  918. [12:42:18] [Server thread/INFO]: -------- World Settings For [bw_1] --------
  919. [12:42:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
  920. [12:42:18] [Server thread/INFO]: Cane Growth Modifier: 100%
  921. [12:42:18] [Server thread/INFO]: Melon Growth Modifier: 100%
  922. [12:42:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  923. [12:42:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  924. [12:42:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
  925. [12:42:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
  926. [12:42:18] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  927. [12:42:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  928. [12:42:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  929. [12:42:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  930. [12:42:18] [Server thread/INFO]: Random Lighting Updates: false
  931. [12:42:18] [Server thread/INFO]: Structure Info Saving: true
  932. [12:42:18] [Server thread/INFO]: Mob Spawn Range: 4
  933. [12:42:18] [Server thread/INFO]: Sending up to 5 chunks per packet
  934. [12:42:18] [Server thread/INFO]: Max Entity Collisions: 8
  935. [12:42:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  936. [12:42:18] [Server thread/INFO]: Max TNT Explosions: 100
  937. [12:42:18] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  938. [12:42:18] [Server thread/INFO]: Anti X-Ray: true
  939. [12:42:18] [Server thread/INFO]: Engine Mode: 1
  940. [12:42:18] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  941. [12:42:18] [Server thread/INFO]: Replace Blocks: [1, 5]
  942. [12:42:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  943. [12:42:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  944. [12:42:18] [Server thread/INFO]: Chunks to Grow per Tick: 650
  945. [12:42:18] [Server thread/INFO]: Clear tick list: false
  946. [12:42:18] [Server thread/INFO]: Experience Merge Radius: 3.0
  947. [12:42:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  948. [12:42:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
  949. [12:42:18] [Server thread/INFO]: View Distance: 10
  950. [12:42:18] [Server thread/INFO]: Item Despawn Rate: 6000
  951. [12:42:18] [Server thread/INFO]: Item Merge Radius: 2.5
  952. [12:42:18] [Server thread/INFO]: Preparing start region for level 16 (Seed: 0)
  953. [12:42:18] [Server thread/INFO]: [WorldGuard] (bw_1) TNT ignition is PERMITTED.
  954. [12:42:18] [Server thread/INFO]: [WorldGuard] (bw_1) Lighters are PERMITTED.
  955. [12:42:18] [Server thread/INFO]: [WorldGuard] (bw_1) Lava fire is blocked.
  956. [12:42:18] [Server thread/INFO]: [WorldGuard] (bw_1) Fire spread is UNRESTRICTED.
  957. [12:42:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bw_1'
  958. [12:42:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'buildbattle' - Env: NORMAL - Type: FLAT & seed: 0
  959. [12:42:18] [Server thread/INFO]: -------- World Settings For [buildbattle] --------
  960. [12:42:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
  961. [12:42:18] [Server thread/INFO]: Cane Growth Modifier: 100%
  962. [12:42:18] [Server thread/INFO]: Melon Growth Modifier: 100%
  963. [12:42:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  964. [12:42:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  965. [12:42:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
  966. [12:42:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
  967. [12:42:18] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  968. [12:42:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  969. [12:42:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  970. [12:42:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  971. [12:42:18] [Server thread/INFO]: Random Lighting Updates: false
  972. [12:42:18] [Server thread/INFO]: Structure Info Saving: true
  973. [12:42:18] [Server thread/INFO]: Mob Spawn Range: 4
  974. [12:42:18] [Server thread/INFO]: Sending up to 5 chunks per packet
  975. [12:42:18] [Server thread/INFO]: Max Entity Collisions: 8
  976. [12:42:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  977. [12:42:18] [Server thread/INFO]: Max TNT Explosions: 100
  978. [12:42:18] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  979. [12:42:18] [Server thread/INFO]: Anti X-Ray: true
  980. [12:42:18] [Server thread/INFO]: Engine Mode: 1
  981. [12:42:18] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  982. [12:42:18] [Server thread/INFO]: Replace Blocks: [1, 5]
  983. [12:42:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  984. [12:42:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  985. [12:42:18] [Server thread/INFO]: Chunks to Grow per Tick: 650
  986. [12:42:18] [Server thread/INFO]: Clear tick list: false
  987. [12:42:18] [Server thread/INFO]: Experience Merge Radius: 3.0
  988. [12:42:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  989. [12:42:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
  990. [12:42:18] [Server thread/INFO]: View Distance: 10
  991. [12:42:18] [Server thread/INFO]: Item Despawn Rate: 6000
  992. [12:42:18] [Server thread/INFO]: Item Merge Radius: 2.5
  993. [12:42:18] [Server thread/INFO]: Preparing start region for level 17 (Seed: 0)
  994. [12:42:19] [Server thread/INFO]: [WorldGuard] (buildbattle) TNT ignition is PERMITTED.
  995. [12:42:19] [Server thread/INFO]: [WorldGuard] (buildbattle) Lighters are PERMITTED.
  996. [12:42:19] [Server thread/INFO]: [WorldGuard] (buildbattle) Lava fire is blocked.
  997. [12:42:19] [Server thread/INFO]: [WorldGuard] (buildbattle) Fire spread is UNRESTRICTED.
  998. [12:42:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'buildbattle'
  999. [12:42:19] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'minilobby' - Env: NORMAL - Type: FLAT & seed: 0
  1000. [12:42:19] [Server thread/INFO]: -------- World Settings For [minilobby] --------
  1001. [12:42:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1002. [12:42:19] [Server thread/INFO]: Cane Growth Modifier: 100%
  1003. [12:42:19] [Server thread/INFO]: Melon Growth Modifier: 100%
  1004. [12:42:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1005. [12:42:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1006. [12:42:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1007. [12:42:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1008. [12:42:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1009. [12:42:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1010. [12:42:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1011. [12:42:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1012. [12:42:19] [Server thread/INFO]: Random Lighting Updates: false
  1013. [12:42:19] [Server thread/INFO]: Structure Info Saving: true
  1014. [12:42:19] [Server thread/INFO]: Mob Spawn Range: 4
  1015. [12:42:19] [Server thread/INFO]: Sending up to 5 chunks per packet
  1016. [12:42:19] [Server thread/INFO]: Max Entity Collisions: 8
  1017. [12:42:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1018. [12:42:19] [Server thread/INFO]: Max TNT Explosions: 100
  1019. [12:42:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1020. [12:42:19] [Server thread/INFO]: Anti X-Ray: true
  1021. [12:42:19] [Server thread/INFO]: Engine Mode: 1
  1022. [12:42:19] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1023. [12:42:19] [Server thread/INFO]: Replace Blocks: [1, 5]
  1024. [12:42:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1025. [12:42:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1026. [12:42:19] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1027. [12:42:19] [Server thread/INFO]: Clear tick list: false
  1028. [12:42:19] [Server thread/INFO]: Experience Merge Radius: 3.0
  1029. [12:42:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1030. [12:42:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1031. [12:42:19] [Server thread/INFO]: View Distance: 10
  1032. [12:42:19] [Server thread/INFO]: Item Despawn Rate: 6000
  1033. [12:42:19] [Server thread/INFO]: Item Merge Radius: 2.5
  1034. [12:42:19] [Server thread/INFO]: Preparing start region for level 18 (Seed: 0)
  1035. [12:42:19] [Server thread/INFO]: [WorldGuard] (minilobby) TNT ignition is PERMITTED.
  1036. [12:42:19] [Server thread/INFO]: [WorldGuard] (minilobby) Lighters are PERMITTED.
  1037. [12:42:19] [Server thread/INFO]: [WorldGuard] (minilobby) Lava fire is blocked.
  1038. [12:42:19] [Server thread/INFO]: [WorldGuard] (minilobby) Fire spread is UNRESTRICTED.
  1039. [12:42:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'minilobby'
  1040. [12:42:20] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'shop2' - Env: NORMAL - Type: NORMAL & seed: 8631603271239584889
  1041. [12:42:20] [Server thread/INFO]: -------- World Settings For [shop2] --------
  1042. [12:42:20] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1043. [12:42:20] [Server thread/INFO]: Cane Growth Modifier: 100%
  1044. [12:42:20] [Server thread/INFO]: Melon Growth Modifier: 100%
  1045. [12:42:20] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1046. [12:42:20] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1047. [12:42:20] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1048. [12:42:20] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1049. [12:42:20] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1050. [12:42:20] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1051. [12:42:20] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1052. [12:42:20] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1053. [12:42:20] [Server thread/INFO]: Random Lighting Updates: false
  1054. [12:42:20] [Server thread/INFO]: Structure Info Saving: true
  1055. [12:42:20] [Server thread/INFO]: Mob Spawn Range: 4
  1056. [12:42:20] [Server thread/INFO]: Sending up to 5 chunks per packet
  1057. [12:42:20] [Server thread/INFO]: Max Entity Collisions: 8
  1058. [12:42:20] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1059. [12:42:20] [Server thread/INFO]: Max TNT Explosions: 100
  1060. [12:42:20] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1061. [12:42:20] [Server thread/INFO]: Anti X-Ray: true
  1062. [12:42:20] [Server thread/INFO]: Engine Mode: 1
  1063. [12:42:20] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1064. [12:42:20] [Server thread/INFO]: Replace Blocks: [1, 5]
  1065. [12:42:20] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1066. [12:42:20] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1067. [12:42:20] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1068. [12:42:20] [Server thread/INFO]: Clear tick list: false
  1069. [12:42:20] [Server thread/INFO]: Experience Merge Radius: 3.0
  1070. [12:42:20] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1071. [12:42:20] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1072. [12:42:20] [Server thread/INFO]: View Distance: 10
  1073. [12:42:20] [Server thread/INFO]: Item Despawn Rate: 6000
  1074. [12:42:20] [Server thread/INFO]: Item Merge Radius: 2.5
  1075. [12:42:20] [Server thread/INFO]: Preparing start region for level 19 (Seed: 8631603271239584889)
  1076. [12:42:21] [Server thread/INFO]: Preparing spawn area for shop2, 44%
  1077. [12:42:22] [Server thread/INFO]: Preparing spawn area for shop2, 93%
  1078. [12:42:22] [Server thread/INFO]: [WorldGuard] (shop2) TNT ignition is PERMITTED.
  1079. [12:42:22] [Server thread/INFO]: [WorldGuard] (shop2) Lighters are PERMITTED.
  1080. [12:42:22] [Server thread/INFO]: [WorldGuard] (shop2) Lava fire is blocked.
  1081. [12:42:22] [Server thread/INFO]: [WorldGuard] (shop2) Fire spread is UNRESTRICTED.
  1082. [12:42:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'shop2'
  1083. [12:42:22] [Server thread/INFO]: [Multiverse-Core] 20 - World(s) loaded.
  1084. [12:42:22] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  1085. [12:42:22] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
  1086. [12:42:22] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  1087. [12:42:22] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  1088. [12:42:22] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  1089. [12:42:22] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  1090. [12:42:22] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  1091. [12:42:22] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  1092. [12:42:22] [Server thread/INFO]: [NoCheatPlus] Version 3.13.7-RC-sMD5NET-b925 is enabled.
  1093. [12:42:22] [Server thread/INFO]: [TitleWelcomeMessage] Enabling TitleWelcomeMessage v4.0.0
  1094. [12:42:22] [Server thread/INFO]: [m
  1095. [12:42:22] [Server thread/INFO]: [0;34;1m-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- [m
  1096. [12:42:22] [Server thread/INFO]: [m
  1097. [12:42:22] [Server thread/INFO]: [0;36;1m Title Welcome Message [m
  1098. [12:42:22] [Server thread/INFO]: [0;36;1m Version 4.0.0 [m
  1099. [12:42:22] [Server thread/INFO]: [0;31;1m YouTube: http://bit.ly/ATDYouTube [m
  1100. [12:42:22] [Server thread/INFO]: [m
  1101. [12:42:22] [Server thread/INFO]: [0;34;1m-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- [m
  1102. [12:42:22] [Server thread/INFO]: [BossBarReloaded] Enabling BossBarReloaded v1.0.1
  1103. [12:42:22] [Server thread/INFO]: [BossBarReloaded] §6Plugin enabled. | By: AdityaTD, API: Inventivetalent
  1104. [12:42:22] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  1105. [12:42:22] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
  1106. [12:42:23] [Server thread/INFO]: [iConomy - April Fools] Enabled (25 ms)
  1107. [12:42:23] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
  1108. [12:42:23] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
  1109. [12:42:23] [Thread-15/INFO]: [iConomy - April Fools] Purged accounts with default balance.
  1110. [12:42:23] [Server thread/INFO]: [CobraKits] Enabling CobraKits v1.1
  1111. [12:42:23] [Server thread/INFO]: [CobraKits] version 1.1 is loading...
  1112. [12:42:23] [Server thread/INFO]: [CobraKits] has begun loading kits...
  1113. [12:42:23] [Server thread/INFO]: [CobraKits] has successfully loaded 2 kits!
  1114. [12:42:23] [Server thread/INFO]: [CobraKits] has begun loading cached cooldowns...
  1115. [12:42:23] [Server thread/INFO]: [CobraKits] has successfully loaded 0 cooldowns!
  1116. [12:42:23] [Server thread/INFO]: [CobraKits] Configured Start Kit starter is not valid, clearing it.
  1117. [12:42:23] [Server thread/INFO]: [LobbyCompass] Enabling LobbyCompass v2.3
  1118. [12:42:23] [Server thread/INFO]: [LobbyCompass] Config found! Loading..
  1119. [12:42:23] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
  1120. [12:42:23] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
  1121. [12:42:23] [Server thread/INFO]: [Multiverse-Portals] 7 - Portals(s) loaded
  1122. [12:42:23] [Server thread/INFO]: [TabName] Enabling TabName v2.0
  1123. [12:42:23] [Server thread/INFO]: [TabName] has been successfully been enabled!
  1124. [12:42:23] [Server thread/INFO]: [TabName] Config already generated!
  1125. [12:42:23] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  1126. [12:42:23] [Server thread/INFO]: [SpawnerShop] Enabling SpawnerShop v3.6.1
  1127. [12:42:23] [Server thread/INFO]: [SkyWarsReloaded] Enabling SkyWarsReloaded v2.8
  1128. [12:42:23] [Server thread/INFO]: [SkyWarsReloaded] Loading support for v1_8_R3
  1129. [12:42:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1130. [12:42:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1131. [12:42:24] [Server thread/INFO]: Preparing start region for level 20 (Seed: -1024946660393637971)
  1132. [12:42:24] [Server thread/INFO]: [WorldGuard] (caves) TNT ignition is PERMITTED.
  1133. [12:42:24] [Server thread/INFO]: [WorldGuard] (caves) Lighters are PERMITTED.
  1134. [12:42:24] [Server thread/INFO]: [WorldGuard] (caves) Lava fire is blocked.
  1135. [12:42:24] [Server thread/INFO]: [WorldGuard] (caves) Fire spread is UNRESTRICTED.
  1136. [12:42:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'caves'
  1137. [12:42:24] [Server thread/INFO]: [SkyWarsReloaded] Registered Map caves!
  1138. [12:42:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1139. [12:42:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1140. [12:42:25] [Server thread/INFO]: Preparing start region for level 20 (Seed: 6226792731348190820)
  1141. [12:42:25] [Server thread/INFO]: [WorldGuard] (fall) TNT ignition is PERMITTED.
  1142. [12:42:25] [Server thread/INFO]: [WorldGuard] (fall) Lighters are PERMITTED.
  1143. [12:42:25] [Server thread/INFO]: [WorldGuard] (fall) Lava fire is blocked.
  1144. [12:42:25] [Server thread/INFO]: [WorldGuard] (fall) Fire spread is UNRESTRICTED.
  1145. [12:42:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'fall'
  1146. [12:42:25] [Server thread/INFO]: [SkyWarsReloaded] Registered Map fall!
  1147. [12:42:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1148. [12:42:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1149. [12:42:25] [Server thread/INFO]: Preparing start region for level 20 (Seed: -451671566179887111)
  1150. [12:42:26] [Server thread/INFO]: [WorldGuard] (castle) TNT ignition is PERMITTED.
  1151. [12:42:26] [Server thread/INFO]: [WorldGuard] (castle) Lighters are PERMITTED.
  1152. [12:42:26] [Server thread/INFO]: [WorldGuard] (castle) Lava fire is blocked.
  1153. [12:42:26] [Server thread/INFO]: [WorldGuard] (castle) Fire spread is UNRESTRICTED.
  1154. [12:42:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'castle'
  1155. [12:42:26] [Server thread/INFO]: [SkyWarsReloaded] Registered Map castle!
  1156. [12:42:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1157. [12:42:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1158. [12:42:26] [Server thread/INFO]: Preparing start region for level 20 (Seed: -6266577494536633030)
  1159. [12:42:26] [Server thread/INFO]: [WorldGuard] (rainbow) TNT ignition is PERMITTED.
  1160. [12:42:26] [Server thread/INFO]: [WorldGuard] (rainbow) Lighters are PERMITTED.
  1161. [12:42:26] [Server thread/INFO]: [WorldGuard] (rainbow) Lava fire is blocked.
  1162. [12:42:26] [Server thread/INFO]: [WorldGuard] (rainbow) Fire spread is UNRESTRICTED.
  1163. [12:42:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'rainbow'
  1164. [12:42:27] [Server thread/INFO]: [SkyWarsReloaded] Registered Map rainbow!
  1165. [12:42:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1166. [12:42:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1167. [12:42:27] [Server thread/INFO]: Preparing start region for level 20 (Seed: -1012964821907653571)
  1168. [12:42:27] [Server thread/INFO]: [WorldGuard] (glassitup) TNT ignition is PERMITTED.
  1169. [12:42:27] [Server thread/INFO]: [WorldGuard] (glassitup) Lighters are PERMITTED.
  1170. [12:42:27] [Server thread/INFO]: [WorldGuard] (glassitup) Lava fire is blocked.
  1171. [12:42:27] [Server thread/INFO]: [WorldGuard] (glassitup) Fire spread is UNRESTRICTED.
  1172. [12:42:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'glassitup'
  1173. [12:42:27] [Server thread/INFO]: [SkyWarsReloaded] Registered Map glassitup!
  1174. [12:42:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1175. [12:42:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1176. [12:42:27] [Server thread/INFO]: Preparing start region for level 20 (Seed: 7981668818729123401)
  1177. [12:42:28] [Server thread/INFO]: [WorldGuard] (molino) TNT ignition is PERMITTED.
  1178. [12:42:28] [Server thread/INFO]: [WorldGuard] (molino) Lighters are PERMITTED.
  1179. [12:42:28] [Server thread/INFO]: [WorldGuard] (molino) Lava fire is blocked.
  1180. [12:42:28] [Server thread/INFO]: [WorldGuard] (molino) Fire spread is UNRESTRICTED.
  1181. [12:42:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'molino'
  1182. [12:42:28] [Server thread/INFO]: [SkyWarsReloaded] Registered Map molino!
  1183. [12:42:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1184. [12:42:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1185. [12:42:28] [Server thread/INFO]: Preparing start region for level 20 (Seed: 7681520799333815037)
  1186. [12:42:29] [Server thread/INFO]: [WorldGuard] (paris) TNT ignition is PERMITTED.
  1187. [12:42:29] [Server thread/INFO]: [WorldGuard] (paris) Lighters are PERMITTED.
  1188. [12:42:29] [Server thread/INFO]: [WorldGuard] (paris) Lava fire is blocked.
  1189. [12:42:29] [Server thread/INFO]: [WorldGuard] (paris) Fire spread is UNRESTRICTED.
  1190. [12:42:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'paris'
  1191. [12:42:29] [Server thread/INFO]: [SkyWarsReloaded] Registered Map paris!
  1192. [12:42:29] [Server thread/INFO]: [SurvivalGames] Enabling SurvivalGames vBeta dev1.9.4b
  1193. [12:42:30] [Server thread/INFO]: [SurvivalGames] 98 messages loaded!
  1194. [12:42:30] [Server thread/INFO]: [SurvivalGames] Vault found!
  1195. [12:42:30] [Server thread/INFO]: [SurvivalGames] 5 scoreboard phases loaded!
  1196. [12:42:30] [Thread-17/INFO]: [SurvivalGames] Successfully connected to database! Using database type MySQL!
  1197. [12:42:31] [Server thread/INFO]: [SurvivalGames] 1 lobbys loaded!
  1198. [12:42:31] [Server thread/INFO]: [SurvivalGames] 3 signs loaded!
  1199. [12:42:31] [Server thread/INFO]: [SurvivalGames] Plugin enabled. WorldEdit found!
  1200. [12:42:31] [Server thread/INFO]: [PerWorldInventory] Enabling PerWorldInventory v1.10.0
  1201. [12:42:31] [Server thread/WARN]: [PerWorldInventory] Could not save default.json to plugins/PerWorldInventory/default.json because default.json already exists.
  1202. [12:42:31] [Server thread/INFO]: [PerWorldInventory] Registering listeners...
  1203. [12:42:31] [Server thread/INFO]: [PerWorldInventory] Listeners registered!
  1204. [12:42:31] [Server thread/INFO]: [PerWorldInventory] Registering commands...
  1205. [12:42:31] [Server thread/INFO]: [PerWorldInventory] Commands registered!
  1206. [12:42:31] [Server thread/INFO]: [PerWorldInventory] Vault found! Hooking into it...
  1207. [12:42:31] [Server thread/INFO]: [PerWorldInventory] Hooked into Vault!
  1208. [12:42:31] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.9.3.2
  1209. [12:42:31] [Server thread/INFO]: [CommandSigns] Successfully loaded 7 signs
  1210. [12:42:31] [Server thread/INFO]: [MakeYourOwnCommands] Enabling MakeYourOwnCommands v2.1
  1211. [12:42:31] [Server thread/INFO]: [MakeYourOwnCommands] (by JeterLP Version: 2.1) loading...
  1212. [12:42:31] [Server thread/INFO]: [MakeYourOwnCommands] Loading updater by TheJeterLP. Project id: 54353
  1213. [12:42:31] [Server thread/INFO]: [MakeYourOwnCommands] Loading updater-config...
  1214. [12:42:31] [Server thread/INFO]: [MakeYourOwnCommands] Done!
  1215. [12:42:31] [Server thread/INFO]: [MakeYourOwnCommands] Updatechecker is enabled.
  1216. [12:42:31] [Server thread/INFO]: [MakeYourOwnCommands] Loading command /hub
  1217. [12:42:31] [Server thread/WARN]: java.lang.NullPointerException
  1218. [12:42:31] [Server thread/WARN]: at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
  1219. [12:42:31] [Server thread/WARN]: at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
  1220. [12:42:31] [Server thread/WARN]: at java.lang.Float.parseFloat(Float.java:451)
  1221. [12:42:31] [Server thread/WARN]: at java.lang.Float.valueOf(Float.java:416)
  1222. [12:42:31] [Server thread/WARN]: at de.JeterLP.MakeYourOwnCommands.Command.Command.<init>(Command.java:46)
  1223. [12:42:31] [Server thread/WARN]: at de.JeterLP.MakeYourOwnCommands.Command.CommandManager.init(CommandManager.java:35)
  1224. [12:42:31] [Server thread/WARN]: at de.JeterLP.MakeYourOwnCommands.Main.onEnable(Main.java:29)
  1225. [12:42:31] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  1226. [12:42:31] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  1227. [12:42:31] [Server thread/WARN]: at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141)
  1228. [12:42:31] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  1229. [12:42:31] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  1230. [12:42:31] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  1231. [12:42:31] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  1232. [12:42:31] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  1233. [12:42:31] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  1234. [12:42:31] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  1235. [12:42:31] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  1236. [12:42:31] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  1237. [12:42:31] [Server thread/INFO]: [Marriage] Enabling Marriage v2.0.16
  1238. [12:42:31] [Server thread/INFO]: [Marriage] Loading config...
  1239. [12:42:31] [Server thread/INFO]: [Marriage] Hooked with SuperPerms using Vault!
  1240. [12:42:31] [Server thread/INFO]: [Marriage] Loading dependencies...
  1241. [12:42:31] [Server thread/INFO]: [Marriage] Loading database...
  1242. [12:42:31] [Server thread/INFO]: [Marriage] Loading listeners...
  1243. [12:42:31] [Server thread/INFO]: [Marriage] Loading commands...
  1244. [12:42:31] [Server thread/INFO]: [Marriage] Loading updater...
  1245. [12:42:31] [Server thread/INFO]: [Marriage] Loading converter...
  1246. [12:42:31] [Server thread/INFO]: [Marriage] Completed plugin load stage.
  1247. [12:42:31] [Server thread/INFO]: [Factions] Enabling Factions v2.7.5
  1248. [12:42:31] [Server thread/INFO]: [0;36;22m[ [0;36;1mFactions 2.7.5 [0;36;22m] [0;33;1m=== ENABLE START === [m
  1249. [12:42:31] [Server thread/INFO]: [0;36;22m[ [0;36;1mFactions 2.7.5 [0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m372ms [0;33;1m) === [m
  1250. [12:42:31] [Server thread/INFO]: [Lockette] Enabled link to plugin Factions for Groups, version 2.7.5
  1251. [12:42:31] [Server thread/INFO]: [SuperBuildBattle] Enabling SuperBuildBattle v9.7
  1252. [12:42:32] [Server thread/INFO]: [WorldGuard] 4 regions loaded for 'buildbattle'
  1253. [12:42:32] [Server thread/INFO]: [CombatLogX] Enabling CombatLogX v1.0.2 Release
  1254. [12:42:32] [Server thread/INFO]: [0;33;22m======================================================== [m
  1255. [12:42:32] [Server thread/INFO]: [0;33;1mCombatLog Updater [m
  1256. [12:42:32] [Server thread/INFO]: [0;32;1mYou are using the latest version [m
  1257. [12:42:32] [Server thread/INFO]: [0;33;22m======================================================== [m
  1258. [12:42:32] [Server thread/INFO]: [0;33;1m[ [0;37;1mCombatLog [0;33;1m] [0;37;1m [0;35;1mWorldGuard compatability is now enabled! [m
  1259. [12:42:32] [Server thread/INFO]: [ObsidianDestroyer] Enabling ObsidianDestroyer v4.3.0
  1260. [12:42:32] [Server thread/INFO]: [ObsidianDestroyer] Loading config File...
  1261. [12:42:32] [Server thread/INFO]: [0;36;22m[ [0;36;1mObsidianDestroyer [0;36;22m] [mMassiveCore Found! Version: 2.7.5 [m
  1262. [12:42:32] [Server thread/INFO]: [0;36;22m[ [0;36;1mObsidianDestroyer [0;36;22m] [mFactions Found! Version: 2.7.5 [m
  1263. [12:42:32] [Server thread/INFO]: [0;36;22m[ [0;36;1mObsidianDestroyer [0;36;22m] [m [0;32;1mFactions - MassiveCore link established. [m
  1264. [12:42:32] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  1265. [12:42:32] [Server thread/INFO]: Done (37.428s)! For help, type "help" or "?"
  1266. [12:42:32] [Craft Scheduler Thread - 3/INFO]: [Marriage] Purged 0 player entries in 11ms
  1267. [12:42:33] [Thread-19/INFO]: [SurvivalGames] A newer version of survivalgames is available. ( SurvivalGames - Version Beta 1.9.5) You can download it here: http://dev.bukkit.org/bukkit-plugins/ultimatesurvivalgames/ You're using SurvivalGames - Version Beta dev1.9.4b
  1268. [12:42:33] [Craft Scheduler Thread - 16/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  1269. [12:42:33] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mLoading Cachefile datas... [m
  1270. [12:42:33] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mLoading Onlineplayer datas... [m
  1271. [12:42:33] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mLoading Registry datas... [m
  1272. [12:42:33] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mLoading Dbmojangapi datas... [m
  1273. [12:42:33] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;36;1mPlayer Strings Found: [0;35;1m0 [m
  1274. [12:42:33] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;36;1mPlayer Strings Cached: [0;35;1m0 [m
  1275. [12:42:33] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;36;1mPlayer Strings Remaining: [0;35;1m0 [m
  1276. [12:42:33] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mNow fetching the remaining players from Mojang API ... [m
  1277. [12:42:33] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1m ... done! [m
  1278. [12:42:33] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mSaving Cachefile... [m
  1279. [12:42:33] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mUpgrading from player name to player uuid... [m
  1280. [12:42:33] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mPre update [0;35;1mfactions_mplayer [0;33;1m. [m
  1281. [12:42:33] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1mPost update [0;35;1mfactions_mplayer [0;33;1m. Took [0;35;1m2ms [0;33;1m. [0;35;1m0/8 [0;33;1mchanged. [m
  1282. [12:42:33] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;32;1m ... done! [m
  1283. [12:42:33] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1m [0;33;1m(database saving will now commence which might lock the server for a while) [m
  1284. [12:42:33] [Craft Scheduler Thread - 1/INFO]: [ObsidianDestroyer] We didn't find an update!
  1285. [12:42:33] [Server thread/ERROR]: [Buycraft] The specified Secret key could not be found.
  1286. [12:42:33] [Server thread/ERROR]: [Buycraft] Type /buycraft for further advice & help.
  1287. [12:42:33] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  1288. [12:42:33] [Craft Scheduler Thread - 10/INFO]: [PlaceholderAPI] 74 placeholder expansions are available on the cloud.
  1289. [12:42:33] [Craft Scheduler Thread - 10/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
  1290. [12:42:33] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  1291. [12:42:33] [Craft Scheduler Thread - 15/INFO]: [Vault] Checking for Updates ...
  1292. [12:42:33] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.8.0) is available at:
  1293. [12:42:33] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
  1294. [12:42:33] [Craft Scheduler Thread - 15/WARN]: [Vault] Stable Version: 1.5.6 is out! You are still running version: 1.5.2
  1295. [12:42:33] [Craft Scheduler Thread - 15/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
  1296. [12:42:36] [Server thread/INFO]: [MakeYourOwnCommands] There is no new version available. You are up-to-date!
  1297. [12:43:12] [User Authenticator #1/INFO]: UUID of player Vladipiggy is 409781f5-3150-4f2f-90ea-de940e9c5f26
  1298. [12:43:13] [Server thread/ERROR]: Cannot load plugins/LobbyCompass/config.yml
  1299. org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
  1300. in 'string', line 45, column 9:
  1301. lore:
  1302. ^
  1303.  
  1304. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1305. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1306. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1307. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1308. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1309. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:162) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1310. at com.cloud.spigot.LobbyCompass.LobbyCompassCommand.onJoin(LobbyCompassCommand.java:151) [LobbyCompass_v2.3.jar:?]
  1311. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
  1312. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
  1313. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
  1314. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
  1315. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) [PerWorldPlugins.jar:?]
  1316. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1317. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  1318. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1319. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1320. at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1321. at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1322. at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1323. at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1324. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1325. at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1326. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1327. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1328. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1329. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1330. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  1331. Caused by: org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here
  1332. in 'string', line 45, column 9:
  1333. lore:
  1334. ^
  1335.  
  1336. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:871) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1337. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1338. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1339. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:558) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1340. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1341. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1342. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1343. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1344. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1345. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1346. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1347. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1348. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1349. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1350. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1351. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1352. ... 26 more
  1353. [12:43:13] [Server thread/INFO]: [LobbyCompass] A player join error has been thrown. Please check your config or contact a developer if the problem persist.
  1354. [12:43:13] [Server thread/INFO]: Failed to send packet for player (Packet209SetScoreboardTeam) :
  1355. [12:43:13] [Server thread/WARN]: java.lang.IllegalArgumentException: Can not set java.util.Collection field net.minecraft.server.v1_8_R3.PacketPlayOutScoreboardTeam.g to java.lang.Integer
  1356. [12:43:13] [Server thread/WARN]: at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:167)
  1357. [12:43:13] [Server thread/WARN]: at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:171)
  1358. [12:43:13] [Server thread/WARN]: at sun.reflect.UnsafeObjectFieldAccessorImpl.set(UnsafeObjectFieldAccessorImpl.java:81)
  1359. [12:43:13] [Server thread/WARN]: at java.lang.reflect.Field.set(Field.java:764)
  1360. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.PacketPlayOut.setField(PacketPlayOut.java:110)
  1361. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.PacketPlayOut.<init>(PacketPlayOut.java:66)
  1362. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.NametagManager.sendTeamsToPlayer(NametagManager.java:369)
  1363. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.NametagEventHandler.onPlayerJoin(NametagEventHandler.java:38)
  1364. [12:43:13] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1365. [12:43:13] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1366. [12:43:13] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1367. [12:43:13] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:498)
  1368. [12:43:13] [Server thread/WARN]: at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116)
  1369. [12:43:13] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  1370. [12:43:13] [Server thread/WARN]: at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28)
  1371. [12:43:13] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  1372. [12:43:13] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  1373. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
  1374. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
  1375. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
  1376. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
  1377. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
  1378. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
  1379. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
  1380. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  1381. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  1382. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  1383. [12:43:13] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  1384. [12:43:13] [Server thread/INFO]: Failed to send packet for player (Packet209SetScoreboardTeam) :
  1385. [12:43:13] [Server thread/WARN]: java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Collection
  1386. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.PacketPlayOut.addAll(PacketPlayOut.java:119)
  1387. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.PacketPlayOut.<init>(PacketPlayOut.java:91)
  1388. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.NametagManager.sendPacketsRemoveFromTeam(NametagManager.java:503)
  1389. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.NametagManager.removeFromTeam(NametagManager.java:75)
  1390. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.NametagManager.clear(NametagManager.java:206)
  1391. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.NametagEventHandler.onPlayerJoin(NametagEventHandler.java:40)
  1392. [12:43:13] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1393. [12:43:13] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1394. [12:43:13] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1395. [12:43:13] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:498)
  1396. [12:43:13] [Server thread/WARN]: at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116)
  1397. [12:43:13] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  1398. [12:43:13] [Server thread/WARN]: at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28)
  1399. [12:43:13] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  1400. [12:43:13] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  1401. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
  1402. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
  1403. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
  1404. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
  1405. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
  1406. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
  1407. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
  1408. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  1409. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  1410. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  1411. [12:43:13] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  1412. [12:43:13] [Server thread/INFO]: Failed to send packet for player (Packet209SetScoreboardTeam) :
  1413. [12:43:13] [Server thread/WARN]: java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Collection
  1414. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.PacketPlayOut.addAll(PacketPlayOut.java:119)
  1415. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.PacketPlayOut.<init>(PacketPlayOut.java:91)
  1416. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.NametagManager.sendPacketsAddToTeam(NametagManager.java:464)
  1417. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.NametagManager.addToTeam(NametagManager.java:38)
  1418. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.NametagManager.overlap(NametagManager.java:195)
  1419. [12:43:13] [Server thread/WARN]: at ca.wacos.nametagedit.NametagEventHandler.onPlayerJoin(NametagEventHandler.java:62)
  1420. [12:43:13] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1421. [12:43:13] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1422. [12:43:13] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1423. [12:43:13] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:498)
  1424. [12:43:13] [Server thread/WARN]: at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116)
  1425. [12:43:13] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  1426. [12:43:13] [Server thread/WARN]: at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28)
  1427. [12:43:13] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  1428. [12:43:13] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  1429. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
  1430. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
  1431. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
  1432. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
  1433. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
  1434. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
  1435. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
  1436. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  1437. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  1438. [12:43:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  1439. [12:43:13] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  1440. [12:43:14] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'minilobby'
  1441. [12:43:14] [Server thread/INFO]: Vladipiggy[/DONT WANT YALL GETTIN MY IP] logged in with entity id 1073 at ([minilobby]-270.58788881236603, 3.0, -869.4182044782499)
  1442. [12:43:14] [Server thread/INFO]: [MakeYourOwnCommands] There is no new version available. You are up-to-date!
  1443. [12:43:18] [Server thread/INFO]: Vladipiggy issued server command: /pex
  1444. [12:43:22] [Server thread/INFO]: Vladipiggy issued server command: /pex
  1445. [12:43:33] [Craft Scheduler Thread - 16/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/DisableMobs
  1446. [12:43:43] [Server thread/INFO]: Vladipiggy issued server command: /plugins
  1447. [12:52:55] [Craft Scheduler Thread - 29/INFO]: [Metrics] Unexpected end of file from server
  1448. [12:55:01] [Server thread/INFO]: Vladipiggy issued server command: /toggledownfall
  1449. [12:55:01] [Server thread/INFO]: [Vladipiggy: Toggled downfall]
  1450. [12:57:23] [Server thread/INFO]: Vladipiggy issued server command: /pex
  1451. [13:03:17] [Craft Scheduler Thread - 46/INFO]: [Metrics] Unexpected end of file from server
  1452. [13:06:06] [Server thread/INFO]: Vladipiggy issued server command: /plugins
  1453. [13:14:37] [Craft Scheduler Thread - 56/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/DisableMobs
  1454. [13:24:16] [Server thread/INFO]: Vladipiggy lost connection: Disconnected
  1455. [13:24:16] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
  1456. Could not pass event PlayerQuitEvent to PerWorldInventory v1.10.0
  1457. org.bukkit.event.EventException
  1458. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
  1459. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1460. at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
  1461. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1462. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1463. at net.minecraft.server.v1_8_R3.PlayerList.disconnect(PlayerList.java:348) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1464. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:871) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1465. at net.minecraft.server.v1_8_R3.NetworkManager.l(NetworkManager.java:314) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1466. at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:145) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1467. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1468. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1469. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1470. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1471. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  1472. Caused by: java.lang.NoClassDefFoundError: org/bukkit/attribute/Attribute
  1473. at me.gnat008.perworldinventory.data.players.PWIPlayer.<init>(PWIPlayer.java:94) ~[?:?]
  1474. at me.gnat008.perworldinventory.data.players.PWIPlayerFactory.create(PWIPlayerFactory.java:37) ~[?:?]
  1475. at me.gnat008.perworldinventory.data.players.PWIPlayerManager.savePlayer(PWIPlayerManager.java:210) ~[?:?]
  1476. at me.gnat008.perworldinventory.process.PlayerQuitProcess.processPlayerLeave(PlayerQuitProcess.java:46) ~[?:?]
  1477. at me.gnat008.perworldinventory.listeners.player.PlayerQuitListener.onPlayerQuit(PlayerQuitListener.java:42) ~[?:?]
  1478. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
  1479. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
  1480. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
  1481. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
  1482. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  1483. ... 13 more
  1484. Caused by: java.lang.ClassNotFoundException: org.bukkit.attribute.Attribute
  1485. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1486. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
  1487. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_131]
  1488. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_131]
  1489. at me.gnat008.perworldinventory.data.players.PWIPlayer.<init>(PWIPlayer.java:94) ~[?:?]
  1490. at me.gnat008.perworldinventory.data.players.PWIPlayerFactory.create(PWIPlayerFactory.java:37) ~[?:?]
  1491. at me.gnat008.perworldinventory.data.players.PWIPlayerManager.savePlayer(PWIPlayerManager.java:210) ~[?:?]
  1492. at me.gnat008.perworldinventory.process.PlayerQuitProcess.processPlayerLeave(PlayerQuitProcess.java:46) ~[?:?]
  1493. at me.gnat008.perworldinventory.listeners.player.PlayerQuitListener.onPlayerQuit(PlayerQuitListener.java:42) ~[?:?]
  1494. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
  1495. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
  1496. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
  1497. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
  1498. at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
  1499. ... 13 more
  1500. [13:24:16] [Server thread/INFO]: Vladipiggy left the game.
  1501. [13:24:59] [Craft Scheduler Thread - 65/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/DisableMobs
  1502. [13:35:19] [Craft Scheduler Thread - 80/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/DisableMobs
  1503. [13:44:39] [Craft Scheduler Thread - 96/INFO]: [Marriage] Purged 0 player entries in 3ms
  1504. [13:45:39] [Craft Scheduler Thread - 95/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/DisableMobs
  1505. [13:55:59] [Craft Scheduler Thread - 101/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/DisableMobs
  1506. [14:05:19] [Craft Scheduler Thread - 117/INFO]: [Metrics] Unexpected end of file from server
  1507. [14:15:39] [Craft Scheduler Thread - 133/INFO]: [Metrics] Unexpected end of file from server
  1508. [14:26:00] [Craft Scheduler Thread - 142/INFO]: [Metrics] Unexpected end of file from server
  1509. [14:31:01] [Server thread/INFO]: Stopping the server
  1510. [14:31:01] [Server thread/INFO]: Stopping server
  1511. [14:31:01] [Server thread/INFO]: [ObsidianDestroyer] Disabling ObsidianDestroyer v4.3.0
  1512. [14:31:01] [Server thread/INFO]: [CombatLogX] Disabling CombatLogX v1.0.2 Release
  1513. [14:31:01] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder hook for placeholder: combatlogx
  1514. [14:31:01] [Server thread/INFO]: [0;33;1m[ [0;37;1mCombatLog [0;33;1m] [0;37;1m [0;31;22mDisabled [m
  1515. [14:31:01] [Server thread/INFO]: [SuperBuildBattle] Disabling SuperBuildBattle v9.7
  1516. [14:31:01] [Server thread/INFO]: [Factions] Disabling Factions v2.7.5
  1517. [14:31:01] [Server thread/INFO]: [Lockette] Disabled link to plugin Factions, version 2.7.5
  1518. [14:31:01] [Server thread/INFO]: [0;36;22m[ [0;36;1mFactions 2.7.5 [0;36;22m] [0;33;1mDisabled [m
  1519. [14:31:01] [Server thread/INFO]: [Marriage] Disabling Marriage v2.0.16
  1520. [14:31:01] [Server thread/INFO]: [Marriage] Loading database...
  1521. [14:31:01] [Server thread/INFO]: [Marriage] Plugin has been completely disabled.
  1522. [14:31:01] [Server thread/INFO]: [MakeYourOwnCommands] Disabling MakeYourOwnCommands v2.1
  1523. [14:31:01] [Server thread/INFO]: [MakeYourOwnCommands] (by JeterLP Version: 2.1) is now disabled.
  1524. [14:31:01] [Server thread/INFO]: [CommandSigns] Disabling CommandSigns v1.9.3.2
  1525. [14:31:01] [Server thread/INFO]: [CommandSigns] 7 signs saved
  1526. [14:31:01] [Server thread/INFO]: [PerWorldInventory] Disabling PerWorldInventory v1.10.0
  1527. [14:31:01] [Server thread/INFO]: [SurvivalGames] Disabling SurvivalGames vBeta dev1.9.4b
  1528. [14:31:01] [Server thread/INFO]: [SkyWarsReloaded] Disabling SkyWarsReloaded v2.8
  1529. [14:31:01] [Server thread/INFO]: [SpawnerShop] Disabling SpawnerShop v3.6.1
  1530. [14:31:01] [Server thread/INFO]: [MassiveCore] Disabling MassiveCore v2.7.5
  1531. [14:31:01] [Server thread/INFO]: [0;36;22m[ [0;36;1mMassiveCore 2.7.5 [0;36;22m] [0;33;1mDisabled [m
  1532. [14:31:01] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
  1533. [14:31:01] [Server thread/INFO]: [TabName] Disabling TabName v2.0
  1534. [14:31:01] [Server thread/INFO]: [TabName] has successfully been disabled.
  1535. [14:31:01] [Server thread/INFO]: [Vault] Disabling Vault v1.5.2-b33
  1536. [14:31:01] [Server thread/INFO]: [Essentials] Payment method was disabled. No longer accepting payments.
  1537. [14:31:01] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v2.4-b548
  1538. [14:31:01] [Server thread/INFO]: [LobbyCompass] Disabling LobbyCompass v2.3
  1539. [14:31:01] [Server thread/INFO]: [CobraKits] Disabling CobraKits v1.1
  1540. [14:31:01] [Thread-17/INFO]: [SurvivalGames] Disconnected from database!
  1541. [14:31:01] [Server thread/INFO]: [CobraKits] kits.yml has been successfully saved with 2 kits.
  1542. [14:31:01] [Server thread/INFO]: [CobraKits] version 1.1 has been unloaded.
  1543. [14:31:01] [Server thread/INFO]: [iConomy] Disabling iConomy v7.0
  1544. [14:31:01] [Server thread/INFO]: [iConomy] Closing general data...
  1545. [14:31:01] [Server thread/INFO]: [iConomy] Disabled. (0 ms)
  1546. [14:31:01] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity
  1547. [14:31:01] [Server thread/INFO]: [BossBarReloaded] Disabling BossBarReloaded v1.0.1
  1548. [14:31:01] [Server thread/INFO]: [TitleWelcomeMessage] Disabling TitleWelcomeMessage v4.0.0
  1549. [14:31:01] [Server thread/INFO]: [TitleWelcomeMessage] §6[TitleWelcomeMessage]§4 has been disabled!
  1550. [14:31:01] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  1551. [14:31:01] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
  1552. [14:31:01] [Server thread/INFO]: Version 3.13.7-RC-sMD5NET-b925 is disabled.
  1553. [14:31:01] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.4-b527
  1554. [14:31:01] [Server thread/INFO]: [Multiverse-Core] - Disabled
  1555. [14:31:01] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v5.9
  1556. [14:31:01] [Server thread/INFO]: [Lockette] Disabling Lockette v1.8.21
  1557. [14:31:01] [Server thread/INFO]: Lockette is being disabled... ;.;
  1558. [14:31:01] [Server thread/INFO]: [Lockette] Closing all automatic doors.
  1559. [14:31:01] [Server thread/INFO]: [WeatherTimeLock] Disabling WeatherTimeLock v1.0
  1560. [14:31:01] [Server thread/INFO]: ################## Weather & Time Lock ##################
  1561. [14:31:01] [Server thread/INFO]: Author: [TeamRaiderz]
  1562. [14:31:01] [Server thread/INFO]: Version: 1.0
  1563. [14:31:01] [Server thread/INFO]: Disabling plugin...
  1564. [14:31:01] [Server thread/INFO]: Plugin disabled!
  1565. [14:31:01] [Server thread/INFO]: ################## Weather & Time Lock ##################
  1566. [14:31:01] [Server thread/INFO]: [NametagEdit] Disabling NametagEdit v2.4
  1567. [14:31:01] [Server thread/INFO]: [BlacklistCommands] Disabling BlacklistCommands v1.1
  1568. [14:31:01] [Server thread/INFO]: [Buycraft] Disabling Buycraft v6.8.3
  1569. [14:31:01] [Server thread/INFO]: [Buycraft] Plugin has been disabled.
  1570. [14:31:01] [Server thread/INFO]: [PerWorldPlugins] Disabling PerWorldPlugins v1.3.0
  1571. [14:31:01] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.7.1
  1572. [14:31:01] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
  1573. [14:31:01] [Server thread/INFO]: [DisableMobs] Disabling DisableMobs v1.6
  1574. [14:31:01] [Server thread/INFO]: DisableMobs has been disabled!
  1575. [14:31:01] [Server thread/INFO]: [SystemManager] Disabling SystemManager v3.0
  1576. [14:31:01] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v5.6.3
  1577. [14:31:01] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.12.0
  1578. [14:31:01] [Server thread/INFO]: Saving players
  1579. [14:31:01] [Server thread/INFO]: Saving worlds
  1580. [14:31:01] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  1581. [14:31:01] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
  1582. [14:31:01] [Server thread/INFO]: Saving chunks for level 'Factions'/Overworld
  1583. [14:31:02] [Server thread/INFO]: Saving chunks for level 'MinigamesLobby'/Overworld
  1584. [14:31:02] [Server thread/INFO]: Saving chunks for level 'sw_1'/Overworld
  1585. [14:31:02] [Server thread/INFO]: Saving chunks for level 'sw_2'/Overworld
  1586. [14:31:02] [Server thread/INFO]: Saving chunks for level 'sw_3'/Overworld
  1587. [14:31:02] [Server thread/INFO]: Saving chunks for level 'sw_4'/Overworld
  1588. [14:31:02] [Server thread/INFO]: Saving chunks for level 'sw_5'/Overworld
  1589. [14:31:02] [Server thread/INFO]: Saving chunks for level 'sw_6'/Overworld
  1590. [14:31:02] [Server thread/INFO]: Saving chunks for level 'sw_7'/Overworld
  1591. [14:31:02] [Server thread/INFO]: Saving chunks for level 'sg_sg4'/Overworld
  1592. [14:31:02] [Server thread/INFO]: Saving chunks for level 'sg_sg6'/Overworld
  1593. [14:31:02] [Server thread/INFO]: Saving chunks for level 'sg_breeze'/Overworld
  1594. [14:31:03] [Server thread/INFO]: Saving chunks for level 'sg_holiday'/Overworld
  1595. [14:31:03] [Server thread/INFO]: Saving chunks for level 'buildbattle_2'/Overworld
  1596. [14:31:03] [Server thread/INFO]: Saving chunks for level 'bw_1'/Overworld
  1597. [14:31:03] [Server thread/INFO]: Saving chunks for level 'buildbattle'/Overworld
  1598. [14:31:03] [Server thread/INFO]: Saving chunks for level 'minilobby'/Overworld
  1599. [14:31:03] [Server thread/INFO]: Saving chunks for level 'shop2'/Overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement