Guest User

Log

a guest
Jun 22nd, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.77 KB | None | 0 0
  1. [10:15:38] [Server thread/INFO]: Starting minecraft server version 1.9.4
  2. [10:15:38] [Server thread/INFO]: Loading properties
  3. [10:15:39] [Server thread/INFO]: Default game type: SURVIVAL
  4. [10:15:39] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-4af49dc-c5e9a16 (MC: 1.9.4) (Implementing API version 1.9.4-R0.1-SNAPSHOT)
  5. [10:15:39] [Server thread/WARN]: Couldn't load server icon
  6. java.lang.IllegalArgumentException: Must be 64 pixels wide
  7. at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  8. at org.bukkit.craftbukkit.v1_9_R2.CraftServer.loadServerIcon0(CraftServer.java:1682) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  9. at org.bukkit.craftbukkit.v1_9_R2.CraftServer.loadServerIcon0(CraftServer.java:1670) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  10. at org.bukkit.craftbukkit.v1_9_R2.CraftServer.loadIcon(CraftServer.java:753) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  11. at org.bukkit.craftbukkit.v1_9_R2.CraftServer.<init>(CraftServer.java:254) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  12. at net.minecraft.server.v1_9_R2.PlayerList.<init>(PlayerList.java:72) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  13. at net.minecraft.server.v1_9_R2.DedicatedPlayerList.<init>(SourceFile:14) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  14. at net.minecraft.server.v1_9_R2.DedicatedServer.init(DedicatedServer.java:178) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  15. at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:532) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  16. at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
  17. [10:15:39] [Server thread/INFO]: Server Ping Player Sample Count: 12
  18. [10:15:39] [Server thread/INFO]: Using 4 threads for Netty based IO
  19. [10:15:39] [Server thread/INFO]: Debug logging is disabled
  20. [10:15:39] [Server thread/INFO]: Generating keypair
  21. [10:15:39] [Server thread/INFO]: Starting Minecraft server on 192.99.148.39:25583
  22. [10:15:39] [Server thread/INFO]: Using epoll channel type
  23. [10:15:40] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  24. [10:15:40] [Server thread/ERROR]: Could not load 'plugins/DropParty.jar' in folder 'plugins'
  25. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: noorgh/dropparty/Main : Unsupported major.minor version 52.0
  26. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  27. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  28. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  29. at org.bukkit.craftbukkit.v1_9_R2.CraftServer.loadPlugins(CraftServer.java:296) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  30. at net.minecraft.server.v1_9_R2.DedicatedServer.init(DedicatedServer.java:200) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  31. at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:532) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  32. at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
  33. Caused by: java.lang.UnsupportedClassVersionError: noorgh/dropparty/Main : Unsupported major.minor version 52.0
  34. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51]
  35. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  36. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  37. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  38. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_51]
  39. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  40. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  41. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
  42. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51]
  43. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  44. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  45. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  46. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  47. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
  48. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
  49. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  50. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  51. ... 6 more
  52. [10:15:41] [Server thread/ERROR]: Could not load 'plugins/CommandSpy.jar' in folder 'plugins'
  53. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/phaseprison/commandspy/Main : Unsupported major.minor version 52.0
  54. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  55. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  56. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  57. at org.bukkit.craftbukkit.v1_9_R2.CraftServer.loadPlugins(CraftServer.java:296) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  58. at net.minecraft.server.v1_9_R2.DedicatedServer.init(DedicatedServer.java:200) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  59. at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:532) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  60. at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
  61. Caused by: java.lang.UnsupportedClassVersionError: com/phaseprison/commandspy/Main : Unsupported major.minor version 52.0
  62. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51]
  63. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  64. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  65. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51]
  66. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_51]
  67. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  68. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
  69. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
  70. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51]
  71. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  72. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  73. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  74. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  75. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
  76. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
  77. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  78. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  79. ... 6 more
  80. [10:15:41] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.1
  81. [10:15:41] [Server thread/INFO]: [ChatManager] Loading ChatManager v1.0
  82. [10:15:41] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  83. [10:15:41] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
  84. [10:15:41] [Server thread/INFO]: [GUIShop] Loading GUIShop v4.3
  85. [10:15:41] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.171.0-SNAPSHOT
  86. [10:15:41] [Server thread/INFO]: [TPA] Loading TPA v0.1
  87. [10:15:41] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.13
  88. [10:15:41] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
  89. [10:15:41] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  90. [10:15:41] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  91. [10:15:41] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  92. [10:15:41] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.05-SNAPSHOT-b136
  93. [10:15:41] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  94. [10:15:41] [Server thread/INFO]: [SmartSpawn] Loading SmartSpawn v1.1
  95. [10:15:41] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  96. [10:15:41] [Server thread/INFO]: [Adfly4Bukkit] Loading Adfly4Bukkit v1.0
  97. [10:15:41] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v2.9.8.1
  98. [10:15:41] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  99. [10:15:41] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  100. [10:15:41] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v14.6
  101. [10:15:41] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v2.7.7
  102. [10:15:41] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.13
  103. [10:15:41] [Server thread/INFO]: [MassiveCore 2.8.13] === ENABLE START ===
  104. [10:15:41] [Server thread/INFO]: [MassiveCore 2.8.13] Loading Cachefile datas...
  105. [10:15:41] [Server thread/INFO]: [MassiveCore 2.8.13] Loading Onlineplayer datas...
  106. [10:15:41] [Server thread/INFO]: [MassiveCore 2.8.13] Loading Registry datas...
  107. [10:15:41] [Server thread/INFO]: [MassiveCore 2.8.13] Saving Cachefile...
  108. [10:15:41] [Server thread/INFO]: [MassiveCore 2.8.13] Setup of IdUtil took 13ms.
  109. [10:15:42] [Server thread/INFO]: [MassiveCore 2.8.13] === ENABLE COMPLETE (Took 681ms) ===
  110. [10:15:42] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  111. [10:15:42] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  112. [10:15:42] [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.
  113. [10:15:42] [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!
  114. [10:15:42] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
  115. [10:15:42] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
  116. [10:15:42] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  117. [10:15:42] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  118. [10:15:42] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  119. [10:15:42] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  120. [10:15:42] [Server thread/INFO]: [MassiveCore 2.8.13] Activated Integration IntegrationVault
  121. [10:15:42] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.05-SNAPSHOT-b136
  122. [10:15:42] [Server thread/WARN]: [mcMMO] Invalid material: POTION_POISON
  123. [10:15:42] [Server thread/WARN]: [mcMMO] Potion format for Treasures.yml has changed
  124. [10:15:42] [Server thread/WARN]: [mcMMO] Invalid material: POTION_INSTANT_HEAL
  125. [10:15:42] [Server thread/WARN]: [mcMMO] Potion format for Treasures.yml has changed
  126. [10:15:42] [Server thread/WARN]: [mcMMO] Invalid material: POTION_FIRE_RESISTANCE
  127. [10:15:42] [Server thread/WARN]: [mcMMO] Potion format for Treasures.yml has changed
  128. [10:15:42] [Server thread/WARN]: [mcMMO] Invalid material: POTION_SPEED
  129. [10:15:42] [Server thread/WARN]: [mcMMO] Potion format for Treasures.yml has changed
  130. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 64
  131. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 832
  132. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 1088
  133. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 2112
  134. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 2368
  135. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 2880
  136. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 3904
  137. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 4416
  138. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 5184
  139. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 5440
  140. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 5696
  141. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 17216
  142. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 17472
  143. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 18496
  144. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 18752
  145. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 19264
  146. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 20288
  147. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 20800
  148. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 21568
  149. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 21824
  150. [10:15:42] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 22080
  151. [10:15:43] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v2.9.8.1
  152. [10:15:43] [Server thread/INFO]: [ASkyBlock] No NMS Handler found for v1_9_R2, falling back to Bukkit API.
  153. [10:15:43] [Server thread/INFO]: [ASkyBlock] No NMS Handler found for v1_9_R2, falling back to Bukkit API.
  154. [10:15:43] [Server thread/INFO]: [ASkyBlock] No NMS Handler found for v1_9_R2, falling back to Bukkit API.
  155. [10:15:43] [Server thread/INFO]: [ASkyBlock] Loading schematic The Original (island.schematic) for all players, order 1
  156. [10:15:43] [Server thread/INFO]: [ASkyBlock] No NMS Handler found for v1_9_R2, falling back to Bukkit API.
  157. [10:15:43] [Server thread/INFO]: [ASkyBlock] Loading schematic NetherBlock Island (nether.schematic) for all players, order 0
  158. [10:15:43] [Server thread/INFO]: [ASkyBlock] No NMS Handler found for v1_9_R2, falling back to Bukkit API.
  159. [10:15:43] [Server thread/ERROR]: [ASkyBlock] Could not parse biome FLOWER_FOREST using default instead.
  160. [10:15:43] [Server thread/INFO]: [ASkyBlock] Loading schematic Island Duo (double.schematic) for all players, order 2
  161. [10:15:43] [Server thread/INFO]: [ASkyBlock] No NMS Handler found for v1_9_R2, falling back to Bukkit API.
  162. [10:15:43] [Server thread/ERROR]: [ASkyBlock] Could not parse biome COLD_TAIGA using default instead.
  163. [10:15:43] [Server thread/INFO]: [ASkyBlock] Loading schematic §lBlack §bDiamonds (harder.schematic) for all players, order 3
  164. [10:15:43] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
  165. [10:15:43] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  166. [10:15:43] [Server thread/INFO]: Preparing level "Survival"
  167. [10:15:43] [Server thread/INFO]: -------- World Settings For [Survival] --------
  168. [10:15:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  169. [10:15:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  170. [10:15:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  171. [10:15:43] [Server thread/INFO]: Random Lighting Updates: false
  172. [10:15:43] [Server thread/INFO]: Structure Info Saving: true
  173. [10:15:43] [Server thread/INFO]: Max Entity Collisions: 8
  174. [10:15:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  175. [10:15:44] [Server thread/INFO]: Max TNT Explosions: 100
  176. [10:15:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  177. [10:15:44] [Server thread/INFO]: Mob Spawn Range: 4
  178. [10:15:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  179. [10:15:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
  180. [10:15:44] [Server thread/INFO]: Cane Growth Modifier: 100%
  181. [10:15:44] [Server thread/INFO]: Melon Growth Modifier: 100%
  182. [10:15:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  183. [10:15:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  184. [10:15:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
  185. [10:15:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
  186. [10:15:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  187. [10:15:44] [Server thread/INFO]: Item Despawn Rate: 6000
  188. [10:15:44] [Server thread/INFO]: Item Merge Radius: 2.5
  189. [10:15:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
  190. [10:15:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  191. [10:15:44] [Server thread/INFO]: View Distance: 10
  192. [10:15:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  193. [10:15:44] [Server thread/INFO]: Experience Merge Radius: 3.0
  194. [10:15:44] [Server thread/INFO]: -------- World Settings For [Survival_nether] --------
  195. [10:15:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  196. [10:15:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  197. [10:15:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  198. [10:15:44] [Server thread/INFO]: Random Lighting Updates: false
  199. [10:15:44] [Server thread/INFO]: Structure Info Saving: true
  200. [10:15:44] [Server thread/INFO]: Max Entity Collisions: 8
  201. [10:15:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  202. [10:15:44] [Server thread/INFO]: Max TNT Explosions: 100
  203. [10:15:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  204. [10:15:44] [Server thread/INFO]: Mob Spawn Range: 4
  205. [10:15:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  206. [10:15:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
  207. [10:15:44] [Server thread/INFO]: Cane Growth Modifier: 100%
  208. [10:15:44] [Server thread/INFO]: Melon Growth Modifier: 100%
  209. [10:15:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  210. [10:15:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  211. [10:15:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
  212. [10:15:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
  213. [10:15:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  214. [10:15:44] [Server thread/INFO]: Item Despawn Rate: 6000
  215. [10:15:44] [Server thread/INFO]: Item Merge Radius: 2.5
  216. [10:15:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
  217. [10:15:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  218. [10:15:44] [Server thread/INFO]: View Distance: 10
  219. [10:15:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  220. [10:15:44] [Server thread/INFO]: Experience Merge Radius: 3.0
  221. [10:15:44] [Server thread/INFO]: -------- World Settings For [Survival_the_end] --------
  222. [10:15:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  223. [10:15:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  224. [10:15:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  225. [10:15:44] [Server thread/INFO]: Random Lighting Updates: false
  226. [10:15:44] [Server thread/INFO]: Structure Info Saving: true
  227. [10:15:44] [Server thread/INFO]: Max Entity Collisions: 8
  228. [10:15:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  229. [10:15:44] [Server thread/INFO]: Max TNT Explosions: 100
  230. [10:15:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  231. [10:15:44] [Server thread/INFO]: Mob Spawn Range: 4
  232. [10:15:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  233. [10:15:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
  234. [10:15:44] [Server thread/INFO]: Cane Growth Modifier: 100%
  235. [10:15:44] [Server thread/INFO]: Melon Growth Modifier: 100%
  236. [10:15:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  237. [10:15:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  238. [10:15:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
  239. [10:15:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
  240. [10:15:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  241. [10:15:44] [Server thread/INFO]: Item Despawn Rate: 6000
  242. [10:15:44] [Server thread/INFO]: Item Merge Radius: 2.5
  243. [10:15:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
  244. [10:15:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  245. [10:15:44] [Server thread/INFO]: View Distance: 10
  246. [10:15:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  247. [10:15:44] [Server thread/INFO]: Experience Merge Radius: 3.0
  248. [10:15:44] [Server thread/INFO]: Preparing start region for level 0 (Seed: -4586371547188194946)
  249. [10:15:44] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
  250. [10:15:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  251. [10:15:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  252. [10:15:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  253. [10:15:44] [Server thread/INFO]: Random Lighting Updates: false
  254. [10:15:44] [Server thread/INFO]: Structure Info Saving: true
  255. [10:15:44] [Server thread/INFO]: Max Entity Collisions: 8
  256. [10:15:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  257. [10:15:44] [Server thread/INFO]: Max TNT Explosions: 100
  258. [10:15:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  259. [10:15:44] [Server thread/INFO]: Mob Spawn Range: 4
  260. [10:15:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  261. [10:15:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
  262. [10:15:44] [Server thread/INFO]: Cane Growth Modifier: 100%
  263. [10:15:44] [Server thread/INFO]: Melon Growth Modifier: 100%
  264. [10:15:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  265. [10:15:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  266. [10:15:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
  267. [10:15:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
  268. [10:15:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  269. [10:15:44] [Server thread/INFO]: Item Despawn Rate: 6000
  270. [10:15:44] [Server thread/INFO]: Item Merge Radius: 2.5
  271. [10:15:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
  272. [10:15:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  273. [10:15:44] [Server thread/INFO]: View Distance: 10
  274. [10:15:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  275. [10:15:44] [Server thread/INFO]: Experience Merge Radius: 3.0
  276. [10:15:44] [Server thread/INFO]: Preparing start region for level 3 (Seed: -3937093725262482788)
  277. [10:15:45] [Server thread/INFO]: Creating ASkyBlock's Nether...
  278. [10:15:45] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
  279. [10:15:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  280. [10:15:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  281. [10:15:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  282. [10:15:45] [Server thread/INFO]: Random Lighting Updates: false
  283. [10:15:45] [Server thread/INFO]: Structure Info Saving: true
  284. [10:15:45] [Server thread/INFO]: Max Entity Collisions: 8
  285. [10:15:45] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  286. [10:15:45] [Server thread/INFO]: Max TNT Explosions: 100
  287. [10:15:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  288. [10:15:45] [Server thread/INFO]: Mob Spawn Range: 4
  289. [10:15:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  290. [10:15:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
  291. [10:15:45] [Server thread/INFO]: Cane Growth Modifier: 100%
  292. [10:15:45] [Server thread/INFO]: Melon Growth Modifier: 100%
  293. [10:15:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  294. [10:15:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  295. [10:15:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
  296. [10:15:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
  297. [10:15:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  298. [10:15:45] [Server thread/INFO]: Item Despawn Rate: 6000
  299. [10:15:45] [Server thread/INFO]: Item Merge Radius: 2.5
  300. [10:15:45] [Server thread/INFO]: Arrow Despawn Rate: 1200
  301. [10:15:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  302. [10:15:45] [Server thread/INFO]: View Distance: 10
  303. [10:15:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  304. [10:15:45] [Server thread/INFO]: Experience Merge Radius: 3.0
  305. [10:15:45] [Server thread/INFO]: Preparing start region for level 4 (Seed: -1820797486286676935)
  306. [10:15:45] [Server thread/INFO]: Preparing spawn area: 0%
  307. [10:15:46] [Server thread/INFO]: Preparing start region for level 1 (Seed: 6663177564446091081)
  308. [10:15:47] [Server thread/INFO]: Preparing start region for level 2 (Seed: 5495129814932426748)
  309. [10:15:47] [Server thread/INFO]: Preparing start region for level 3 (Seed: -3937093725262482788)
  310. [10:15:47] [Server thread/INFO]: Preparing start region for level 4 (Seed: -1820797486286676935)
  311. [10:15:47] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.1
  312. [10:15:47] [Server thread/INFO]: [ChatManager] Enabling ChatManager v1.0
  313. [10:15:47] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  314. [10:15:47] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  315. [10:15:47] [Server thread/WARN]: [WorldEdit]
  316. **********************************************
  317. ** This WorldEdit version does not fully support your version of Bukkit.
  318. **
  319. ** When working with blocks or undoing, chests will be empty, signs
  320. ** will be blank, and so on. There will be no support for entity
  321. ** and biome-related functions.
  322. **
  323. ** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters
  324. **********************************************
  325.  
  326. [10:15:47] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
  327. [10:15:47] [Server thread/INFO]: [iConomy - April Fools] Enabled (58 ms)
  328. [10:15:47] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
  329. [10:15:47] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
  330. [10:15:47] [Thread-19/INFO]: [iConomy - April Fools] Purged accounts with default balance.
  331. [10:15:47] [Server thread/INFO]: [GUIShop] Enabling GUIShop v4.3
  332. [10:15:47] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.171.0-SNAPSHOT
  333. [10:15:47] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
  334. [10:15:47] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
  335. [10:15:47] [Server thread/INFO]: [TPA] Enabling TPA v0.1
  336. [10:15:47] [Server thread/INFO]: (TPA) Enabled!
  337. [10:15:47] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  338. [10:15:47] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  339. [10:15:47] [Server thread/ERROR]: [PermissionsEx]
  340. ========== UNABLE TO LOAD PERMISSIONS BACKEND =========
  341. Your configuration must be fixed before PEX will enable
  342. Details: Error loading permissions file!
  343. =======================================================
  344. ru.tehkode.permissions.exceptions.PermissionBackendException: Error loading permissions file!
  345. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:321) ~[PermissionsEx-1.23.4.jar:?]
  346. at ru.tehkode.permissions.backends.file.FileBackend.<init>(FileBackend.java:120) ~[PermissionsEx-1.23.4.jar:?]
  347. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_51]
  348. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_51]
  349. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_51]
  350. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_51]
  351. at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:392) ~[PermissionsEx-1.23.4.jar:?]
  352. at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:367) ~[PermissionsEx-1.23.4.jar:?]
  353. at ru.tehkode.permissions.PermissionManager.createBackend(PermissionManager.java:624) ~[PermissionsEx-1.23.4.jar:?]
  354. at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:606) ~[PermissionsEx-1.23.4.jar:?]
  355. at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:693) ~[PermissionsEx-1.23.4.jar:?]
  356. at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:67) ~[PermissionsEx-1.23.4.jar:?]
  357. at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:175) [PermissionsEx-1.23.4.jar:?]
  358. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  359. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  360. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  361. at org.bukkit.craftbukkit.v1_9_R2.CraftServer.loadPlugin(CraftServer.java:361) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  362. at org.bukkit.craftbukkit.v1_9_R2.CraftServer.enablePlugins(CraftServer.java:321) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  363. at net.minecraft.server.v1_9_R2.MinecraftServer.t(MinecraftServer.java:416) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  364. at net.minecraft.server.v1_9_R2.MinecraftServer.l(MinecraftServer.java:381) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  365. at net.minecraft.server.v1_9_R2.MinecraftServer.a(MinecraftServer.java:336) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  366. at net.minecraft.server.v1_9_R2.DedicatedServer.init(DedicatedServer.java:268) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  367. at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:532) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  368. at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
  369. Caused by: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  370. in 'string', line 1, column 1:
  371. groups:
  372. ^
  373. expected <block end>, but found BlockMappingStart
  374. in 'string', line 27, column 3:
  375. Moderator:
  376. ^
  377.  
  378. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:56) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  379. at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[PermissionsEx-1.23.4.jar:?]
  380. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:184) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  381. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  382. at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[PermissionsEx-1.23.4.jar:?]
  383. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[PermissionsEx-1.23.4.jar:?]
  384. ... 23 more
  385. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  386. in 'string', line 1, column 1:
  387. groups:
  388. ^
  389. expected <block end>, but found BlockMappingStart
  390. in 'string', line 27, column 3:
  391. Moderator:
  392. ^
  393.  
  394. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  395. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  396. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  397. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  398. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  399. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  400. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  401. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  402. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  403. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  404. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  405. at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[PermissionsEx-1.23.4.jar:?]
  406. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:184) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  407. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  408. at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[PermissionsEx-1.23.4.jar:?]
  409. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[PermissionsEx-1.23.4.jar:?]
  410. ... 23 more
  411. [10:15:47] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  412. [10:15:47] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  413. [10:15:47] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  414. [10:15:47] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  415. [10:15:47] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  416. [10:15:47] [Server thread/INFO]: [Votifier] Votifier enabled.
  417. [10:15:48] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  418. [10:15:48] [Server thread/INFO]: [WorldGuard] (Survival) TNT ignition is PERMITTED.
  419. [10:15:48] [Server thread/INFO]: [WorldGuard] (Survival) Lighters are PERMITTED.
  420. [10:15:48] [Server thread/INFO]: [WorldGuard] (Survival) Lava fire is blocked.
  421. [10:15:48] [Server thread/INFO]: [WorldGuard] (Survival) Fire spread is UNRESTRICTED.
  422. [10:15:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival'
  423. [10:15:48] [Server thread/INFO]: [WorldGuard] (Survival_nether) TNT ignition is PERMITTED.
  424. [10:15:48] [Server thread/INFO]: [WorldGuard] (Survival_nether) Lighters are PERMITTED.
  425. [10:15:48] [Server thread/INFO]: [WorldGuard] (Survival_nether) Lava fire is blocked.
  426. [10:15:48] [Server thread/INFO]: [WorldGuard] (Survival_nether) Fire spread is UNRESTRICTED.
  427. [10:15:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival_nether'
  428. [10:15:48] [Server thread/INFO]: [WorldGuard] (Survival_the_end) TNT ignition is PERMITTED.
  429. [10:15:48] [Server thread/INFO]: [WorldGuard] (Survival_the_end) Lighters are PERMITTED.
  430. [10:15:48] [Server thread/INFO]: [WorldGuard] (Survival_the_end) Lava fire is blocked.
  431. [10:15:48] [Server thread/INFO]: [WorldGuard] (Survival_the_end) Fire spread is UNRESTRICTED.
  432. [10:15:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival_the_end'
  433. [10:15:48] [Server thread/INFO]: [WorldGuard] (ASkyBlock) TNT ignition is PERMITTED.
  434. [10:15:48] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lighters are PERMITTED.
  435. [10:15:48] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lava fire is blocked.
  436. [10:15:48] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Fire spread is UNRESTRICTED.
  437. [10:15:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock'
  438. [10:15:48] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) TNT ignition is PERMITTED.
  439. [10:15:48] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lighters are PERMITTED.
  440. [10:15:48] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lava fire is blocked.
  441. [10:15:48] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Fire spread is UNRESTRICTED.
  442. [10:15:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock_nether'
  443. [10:15:48] [Server thread/INFO]: [WorldGuard] Loading region data...
  444. [10:15:48] [Server thread/INFO]: [SmartSpawn] Enabling SmartSpawn v1.1
  445. [10:15:48] [Server thread/INFO]: SmartSpawn version 1.1 by Azergagash has been enabled
  446. [10:15:48] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  447. [10:15:48] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  448. [10:15:48] [Server thread/INFO]: git-Spigot-4af49dc-c5e9a16 (MC: 1.9.4)
  449. [10:15:48] [Server thread/INFO]: 1.9.4-R0.1-SNAPSHOT
  450. [10:15:48] [Server thread/INFO]: Using locale en_US
  451. [10:15:48] [Server thread/INFO]: Using locale en_US
  452. [10:15:48] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  453. [10:15:48] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  454. [10:15:48] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  455. [10:15:48] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.5.6-b49)
  456. [10:15:48] [Server thread/INFO]: [Adfly4Bukkit] Enabling Adfly4Bukkit v1.0
  457. [10:15:48] [Server thread/INFO]: Adf.ly plugin loaded, version: Unknown-Version
  458. [10:15:48] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  459. [10:15:48] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  460. [10:15:48] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  461. [10:15:48] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
  462. [10:15:49] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'SkyWarsMapOne_the_end' - Env: THE_END - Type: NORMAL & seed: 5941781449164700308
  463. [10:15:49] [Server thread/INFO]: -------- World Settings For [SkyWarsMapOne_the_end] --------
  464. [10:15:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  465. [10:15:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  466. [10:15:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  467. [10:15:49] [Server thread/INFO]: Random Lighting Updates: false
  468. [10:15:49] [Server thread/INFO]: Structure Info Saving: true
  469. [10:15:49] [Server thread/INFO]: Max Entity Collisions: 8
  470. [10:15:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  471. [10:15:49] [Server thread/INFO]: Max TNT Explosions: 100
  472. [10:15:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  473. [10:15:49] [Server thread/INFO]: Mob Spawn Range: 4
  474. [10:15:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  475. [10:15:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
  476. [10:15:49] [Server thread/INFO]: Cane Growth Modifier: 100%
  477. [10:15:49] [Server thread/INFO]: Melon Growth Modifier: 100%
  478. [10:15:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  479. [10:15:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  480. [10:15:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
  481. [10:15:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
  482. [10:15:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  483. [10:15:49] [Server thread/INFO]: Item Despawn Rate: 6000
  484. [10:15:49] [Server thread/INFO]: Item Merge Radius: 2.5
  485. [10:15:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
  486. [10:15:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  487. [10:15:49] [Server thread/INFO]: View Distance: 10
  488. [10:15:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  489. [10:15:49] [Server thread/INFO]: Experience Merge Radius: 3.0
  490. [10:15:49] [Server thread/INFO]: Preparing start region for level 5 (Seed: 5941781449164700308)
  491. [10:15:49] [Server thread/INFO]: [WorldGuard] (SkyWarsMapOne_the_end) TNT ignition is PERMITTED.
  492. [10:15:49] [Server thread/INFO]: [WorldGuard] (SkyWarsMapOne_the_end) Lighters are PERMITTED.
  493. [10:15:49] [Server thread/INFO]: [WorldGuard] (SkyWarsMapOne_the_end) Lava fire is blocked.
  494. [10:15:49] [Server thread/INFO]: [WorldGuard] (SkyWarsMapOne_the_end) Fire spread is UNRESTRICTED.
  495. [10:15:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SkyWarsMapOne_the_end'
  496. [10:15:49] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'sw1' - Env: NORMAL - Type: FLAT & seed: 8453757779742918682
  497. [10:15:49] [Server thread/INFO]: -------- World Settings For [sw1] --------
  498. [10:15:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  499. [10:15:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  500. [10:15:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  501. [10:15:49] [Server thread/INFO]: Random Lighting Updates: false
  502. [10:15:49] [Server thread/INFO]: Structure Info Saving: true
  503. [10:15:49] [Server thread/INFO]: Max Entity Collisions: 8
  504. [10:15:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  505. [10:15:49] [Server thread/INFO]: Max TNT Explosions: 100
  506. [10:15:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  507. [10:15:49] [Server thread/INFO]: Mob Spawn Range: 4
  508. [10:15:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  509. [10:15:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
  510. [10:15:49] [Server thread/INFO]: Cane Growth Modifier: 100%
  511. [10:15:49] [Server thread/INFO]: Melon Growth Modifier: 100%
  512. [10:15:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  513. [10:15:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  514. [10:15:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
  515. [10:15:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
  516. [10:15:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  517. [10:15:49] [Server thread/INFO]: Item Despawn Rate: 6000
  518. [10:15:49] [Server thread/INFO]: Item Merge Radius: 2.5
  519. [10:15:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
  520. [10:15:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  521. [10:15:49] [Server thread/INFO]: View Distance: 10
  522. [10:15:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  523. [10:15:49] [Server thread/INFO]: Experience Merge Radius: 3.0
  524. [10:15:49] [Server thread/INFO]: Preparing start region for level 6 (Seed: 8453757779742918682)
  525. [10:15:49] [Server thread/INFO]: [WorldGuard] (sw1) TNT ignition is PERMITTED.
  526. [10:15:49] [Server thread/INFO]: [WorldGuard] (sw1) Lighters are PERMITTED.
  527. [10:15:49] [Server thread/INFO]: [WorldGuard] (sw1) Lava fire is blocked.
  528. [10:15:49] [Server thread/INFO]: [WorldGuard] (sw1) Fire spread is UNRESTRICTED.
  529. [10:15:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sw1'
  530. [10:15:49] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'sw1_the_end' - Env: THE_END - Type: NORMAL & seed: 7357937680296077556
  531. [10:15:49] [Server thread/INFO]: -------- World Settings For [sw1_the_end] --------
  532. [10:15:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  533. [10:15:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  534. [10:15:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  535. [10:15:49] [Server thread/INFO]: Random Lighting Updates: false
  536. [10:15:49] [Server thread/INFO]: Structure Info Saving: true
  537. [10:15:49] [Server thread/INFO]: Max Entity Collisions: 8
  538. [10:15:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  539. [10:15:49] [Server thread/INFO]: Max TNT Explosions: 100
  540. [10:15:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  541. [10:15:49] [Server thread/INFO]: Mob Spawn Range: 4
  542. [10:15:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  543. [10:15:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
  544. [10:15:49] [Server thread/INFO]: Cane Growth Modifier: 100%
  545. [10:15:49] [Server thread/INFO]: Melon Growth Modifier: 100%
  546. [10:15:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  547. [10:15:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  548. [10:15:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
  549. [10:15:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
  550. [10:15:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  551. [10:15:49] [Server thread/INFO]: Item Despawn Rate: 6000
  552. [10:15:49] [Server thread/INFO]: Item Merge Radius: 2.5
  553. [10:15:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
  554. [10:15:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  555. [10:15:49] [Server thread/INFO]: View Distance: 10
  556. [10:15:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  557. [10:15:49] [Server thread/INFO]: Experience Merge Radius: 3.0
  558. [10:15:49] [Server thread/INFO]: Preparing start region for level 7 (Seed: 7357937680296077556)
  559. [10:15:49] [Server thread/INFO]: [WorldGuard] (sw1_the_end) TNT ignition is PERMITTED.
  560. [10:15:49] [Server thread/INFO]: [WorldGuard] (sw1_the_end) Lighters are PERMITTED.
  561. [10:15:49] [Server thread/INFO]: [WorldGuard] (sw1_the_end) Lava fire is blocked.
  562. [10:15:49] [Server thread/INFO]: [WorldGuard] (sw1_the_end) Fire spread is UNRESTRICTED.
  563. [10:15:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sw1_the_end'
  564. [10:15:49] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ASkyBlock' - Env: NORMAL - Type: FLAT & seed: -3937093725262482788 & generator: ASkyBlock
  565. [10:15:49] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ASkyBlock_nether' - Env: NETHER - Type: FLAT & seed: -1820797486286676935 & generator: ASkyBlock
  566. [10:15:49] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'BotanicalGardens' - Env: NORMAL - Type: FLAT & seed: -5564900361933206533
  567. [10:15:49] [Server thread/INFO]: -------- World Settings For [BotanicalGardens] --------
  568. [10:15:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  569. [10:15:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  570. [10:15:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  571. [10:15:49] [Server thread/INFO]: Random Lighting Updates: false
  572. [10:15:49] [Server thread/INFO]: Structure Info Saving: true
  573. [10:15:49] [Server thread/INFO]: Max Entity Collisions: 8
  574. [10:15:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  575. [10:15:49] [Server thread/INFO]: Max TNT Explosions: 100
  576. [10:15:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  577. [10:15:49] [Server thread/INFO]: Mob Spawn Range: 4
  578. [10:15:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  579. [10:15:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
  580. [10:15:49] [Server thread/INFO]: Cane Growth Modifier: 100%
  581. [10:15:49] [Server thread/INFO]: Melon Growth Modifier: 100%
  582. [10:15:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  583. [10:15:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  584. [10:15:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
  585. [10:15:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
  586. [10:15:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  587. [10:15:49] [Server thread/INFO]: Item Despawn Rate: 6000
  588. [10:15:49] [Server thread/INFO]: Item Merge Radius: 2.5
  589. [10:15:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
  590. [10:15:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  591. [10:15:49] [Server thread/INFO]: View Distance: 10
  592. [10:15:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  593. [10:15:49] [Server thread/INFO]: Experience Merge Radius: 3.0
  594. [10:15:50] [Server thread/INFO]: Preparing start region for level 8 (Seed: -5564900361933206533)
  595. [10:15:50] [Server thread/INFO]: [WorldGuard] (BotanicalGardens) TNT ignition is PERMITTED.
  596. [10:15:50] [Server thread/INFO]: [WorldGuard] (BotanicalGardens) Lighters are PERMITTED.
  597. [10:15:50] [Server thread/INFO]: [WorldGuard] (BotanicalGardens) Lava fire is blocked.
  598. [10:15:50] [Server thread/INFO]: [WorldGuard] (BotanicalGardens) Fire spread is UNRESTRICTED.
  599. [10:15:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'BotanicalGardens'
  600. [10:15:50] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Survival' - Env: NORMAL - Type: NORMAL & seed: -4586371547188194946
  601. [10:15:50] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Survival_the_end' - Env: THE_END - Type: NORMAL & seed: 5495129814932426748
  602. [10:15:50] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'shops' - Env: NORMAL - Type: NORMAL & seed: -7879259979120621568
  603. [10:15:50] [Server thread/INFO]: -------- World Settings For [shops] --------
  604. [10:15:50] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  605. [10:15:50] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  606. [10:15:50] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  607. [10:15:50] [Server thread/INFO]: Random Lighting Updates: false
  608. [10:15:50] [Server thread/INFO]: Structure Info Saving: true
  609. [10:15:50] [Server thread/INFO]: Max Entity Collisions: 8
  610. [10:15:50] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  611. [10:15:50] [Server thread/INFO]: Max TNT Explosions: 100
  612. [10:15:50] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  613. [10:15:50] [Server thread/INFO]: Mob Spawn Range: 4
  614. [10:15:50] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  615. [10:15:50] [Server thread/INFO]: Cactus Growth Modifier: 100%
  616. [10:15:50] [Server thread/INFO]: Cane Growth Modifier: 100%
  617. [10:15:50] [Server thread/INFO]: Melon Growth Modifier: 100%
  618. [10:15:50] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  619. [10:15:50] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  620. [10:15:50] [Server thread/INFO]: Sapling Growth Modifier: 100%
  621. [10:15:50] [Server thread/INFO]: Wheat Growth Modifier: 100%
  622. [10:15:50] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  623. [10:15:50] [Server thread/INFO]: Item Despawn Rate: 6000
  624. [10:15:50] [Server thread/INFO]: Item Merge Radius: 2.5
  625. [10:15:50] [Server thread/INFO]: Arrow Despawn Rate: 1200
  626. [10:15:50] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  627. [10:15:50] [Server thread/INFO]: View Distance: 10
  628. [10:15:50] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  629. [10:15:50] [Server thread/INFO]: Experience Merge Radius: 3.0
  630. [10:15:50] [Server thread/INFO]: Preparing start region for level 9 (Seed: -7879259979120621568)
  631. [10:15:50] [Server thread/INFO]: [WorldGuard] (shops) TNT ignition is PERMITTED.
  632. [10:15:50] [Server thread/INFO]: [WorldGuard] (shops) Lighters are PERMITTED.
  633. [10:15:50] [Server thread/INFO]: [WorldGuard] (shops) Lava fire is blocked.
  634. [10:15:50] [Server thread/INFO]: [WorldGuard] (shops) Fire spread is UNRESTRICTED.
  635. [10:15:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'shops'
  636. [10:15:50] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'shops_the_end' - Env: THE_END - Type: NORMAL & seed: 653130823967401412
  637. [10:15:50] [Server thread/INFO]: -------- World Settings For [shops_the_end] --------
  638. [10:15:50] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  639. [10:15:50] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  640. [10:15:50] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  641. [10:15:50] [Server thread/INFO]: Random Lighting Updates: false
  642. [10:15:50] [Server thread/INFO]: Structure Info Saving: true
  643. [10:15:50] [Server thread/INFO]: Max Entity Collisions: 8
  644. [10:15:50] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  645. [10:15:50] [Server thread/INFO]: Max TNT Explosions: 100
  646. [10:15:50] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  647. [10:15:50] [Server thread/INFO]: Mob Spawn Range: 4
  648. [10:15:50] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  649. [10:15:50] [Server thread/INFO]: Cactus Growth Modifier: 100%
  650. [10:15:50] [Server thread/INFO]: Cane Growth Modifier: 100%
  651. [10:15:50] [Server thread/INFO]: Melon Growth Modifier: 100%
  652. [10:15:50] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  653. [10:15:50] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  654. [10:15:50] [Server thread/INFO]: Sapling Growth Modifier: 100%
  655. [10:15:50] [Server thread/INFO]: Wheat Growth Modifier: 100%
  656. [10:15:50] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  657. [10:15:50] [Server thread/INFO]: Item Despawn Rate: 6000
  658. [10:15:50] [Server thread/INFO]: Item Merge Radius: 2.5
  659. [10:15:50] [Server thread/INFO]: Arrow Despawn Rate: 1200
  660. [10:15:50] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  661. [10:15:50] [Server thread/INFO]: View Distance: 10
  662. [10:15:50] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  663. [10:15:50] [Server thread/INFO]: Experience Merge Radius: 3.0
  664. [10:15:51] [Server thread/INFO]: Preparing start region for level 10 (Seed: 653130823967401412)
  665. [10:15:51] [Server thread/INFO]: [WorldGuard] (shops_the_end) TNT ignition is PERMITTED.
  666. [10:15:51] [Server thread/INFO]: [WorldGuard] (shops_the_end) Lighters are PERMITTED.
  667. [10:15:51] [Server thread/INFO]: [WorldGuard] (shops_the_end) Lava fire is blocked.
  668. [10:15:51] [Server thread/INFO]: [WorldGuard] (shops_the_end) Fire spread is UNRESTRICTED.
  669. [10:15:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'shops_the_end'
  670. [10:15:51] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'shops_nether' - Env: NETHER - Type: NORMAL & seed: 6535841463198751099
  671. [10:15:51] [Server thread/INFO]: -------- World Settings For [shops_nether] --------
  672. [10:15:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  673. [10:15:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  674. [10:15:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  675. [10:15:51] [Server thread/INFO]: Random Lighting Updates: false
  676. [10:15:51] [Server thread/INFO]: Structure Info Saving: true
  677. [10:15:51] [Server thread/INFO]: Max Entity Collisions: 8
  678. [10:15:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  679. [10:15:51] [Server thread/INFO]: Max TNT Explosions: 100
  680. [10:15:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  681. [10:15:51] [Server thread/INFO]: Mob Spawn Range: 4
  682. [10:15:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  683. [10:15:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
  684. [10:15:51] [Server thread/INFO]: Cane Growth Modifier: 100%
  685. [10:15:51] [Server thread/INFO]: Melon Growth Modifier: 100%
  686. [10:15:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  687. [10:15:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  688. [10:15:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
  689. [10:15:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
  690. [10:15:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  691. [10:15:51] [Server thread/INFO]: Item Despawn Rate: 6000
  692. [10:15:51] [Server thread/INFO]: Item Merge Radius: 2.5
  693. [10:15:51] [Server thread/INFO]: Arrow Despawn Rate: 1200
  694. [10:15:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  695. [10:15:51] [Server thread/INFO]: View Distance: 10
  696. [10:15:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  697. [10:15:51] [Server thread/INFO]: Experience Merge Radius: 3.0
  698. [10:15:51] [Server thread/INFO]: Preparing start region for level 11 (Seed: 6535841463198751099)
  699. [10:15:51] [Server thread/INFO]: [WorldGuard] (shops_nether) TNT ignition is PERMITTED.
  700. [10:15:51] [Server thread/INFO]: [WorldGuard] (shops_nether) Lighters are PERMITTED.
  701. [10:15:51] [Server thread/INFO]: [WorldGuard] (shops_nether) Lava fire is blocked.
  702. [10:15:51] [Server thread/INFO]: [WorldGuard] (shops_nether) Fire spread is UNRESTRICTED.
  703. [10:15:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'shops_nether'
  704. [10:15:51] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Survival_nether' - Env: NETHER - Type: NORMAL & seed: 6663177564446091081
  705. [10:15:51] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'WyattBuild' - Env: NORMAL - Type: FLAT & seed: -1430286543890117695
  706. [10:15:52] [Server thread/INFO]: -------- World Settings For [WyattBuild] --------
  707. [10:15:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  708. [10:15:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  709. [10:15:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  710. [10:15:52] [Server thread/INFO]: Random Lighting Updates: false
  711. [10:15:52] [Server thread/INFO]: Structure Info Saving: true
  712. [10:15:52] [Server thread/INFO]: Max Entity Collisions: 8
  713. [10:15:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  714. [10:15:52] [Server thread/INFO]: Max TNT Explosions: 100
  715. [10:15:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  716. [10:15:52] [Server thread/INFO]: Mob Spawn Range: 4
  717. [10:15:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  718. [10:15:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
  719. [10:15:52] [Server thread/INFO]: Cane Growth Modifier: 100%
  720. [10:15:52] [Server thread/INFO]: Melon Growth Modifier: 100%
  721. [10:15:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  722. [10:15:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  723. [10:15:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
  724. [10:15:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
  725. [10:15:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  726. [10:15:52] [Server thread/INFO]: Item Despawn Rate: 6000
  727. [10:15:52] [Server thread/INFO]: Item Merge Radius: 2.5
  728. [10:15:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
  729. [10:15:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  730. [10:15:52] [Server thread/INFO]: View Distance: 10
  731. [10:15:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  732. [10:15:52] [Server thread/INFO]: Experience Merge Radius: 3.0
  733. [10:15:52] [Server thread/INFO]: Preparing start region for level 12 (Seed: -1430286543890117695)
  734. [10:15:52] [Server thread/INFO]: [WorldGuard] (WyattBuild) TNT ignition is PERMITTED.
  735. [10:15:52] [Server thread/INFO]: [WorldGuard] (WyattBuild) Lighters are PERMITTED.
  736. [10:15:52] [Server thread/INFO]: [WorldGuard] (WyattBuild) Lava fire is blocked.
  737. [10:15:52] [Server thread/INFO]: [WorldGuard] (WyattBuild) Fire spread is UNRESTRICTED.
  738. [10:15:52] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'WyattBuild'
  739. [10:15:52] [Server thread/INFO]: [Multiverse-Core] 13 - World(s) loaded.
  740. [10:15:52] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v14.6
  741. [10:15:52] [Server thread/INFO]: GriefPrevention: Grief Prevention boot start.
  742. [10:15:52] [Server thread/INFO]: GriefPrevention: Finished loading configuration.
  743. [10:15:52] [Server thread/INFO]: GriefPrevention: 9 total claims loaded.
  744. [10:15:52] [Server thread/INFO]: GriefPrevention: Customizable messages loaded.
  745. [10:15:52] [Server thread/INFO]: GriefPrevention: Successfully hooked into WorldGuard.
  746. [10:15:52] [Server thread/INFO]: GriefPrevention: Finished loading data (File Mode).
  747. [10:15:52] [Server thread/INFO]: GriefPrevention: Boot finished.
  748. [10:15:52] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v2.7.7
  749. [10:15:52] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.3 or above found, enabling version 2 XP handling.
  750. [10:15:52] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.2 or above found, enabling version 2 log handling.
  751. [10:15:52] [Server thread/INFO]: [EnjinMinecraftPlugin] Couldn't find the TuxTwoLib plugin. Only able to give items to online players only.
  752. [10:15:52] [Server thread/WARN]: [EnjinMinecraftPlugin] Economy plugin is not enabled.
  753. [10:15:52] [Server thread/ERROR]: [EnjinMinecraftPlugin] Plugin EnjinMinecraftPlugin v2.7.7 has failed to register events for class com.enjin.officialplugin.permlisteners.PexChangeListener because ru/tehkode/permissions/events/PermissionEntityEvent does not exist.
  754. [10:15:52] [Server thread/INFO]: [Enjin Minecraft Plugin] Votifier plugin found, enabling Votifier support.
  755. [10:15:53] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  756. [10:15:53] [Server thread/INFO]: Done (9.167s)! For help, type "help" or "?"
  757. [10:15:53] [Server thread/ERROR]: Couldn't load server icon
  758. java.lang.IllegalStateException: Must be 64 pixels wide
  759. at org.apache.commons.lang3.Validate.validState(Validate.java:826) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  760. at net.minecraft.server.v1_9_R2.MinecraftServer.a(MinecraftServer.java:630) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  761. at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:538) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
  762. at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
  763. [10:15:53] [Server thread/INFO]: [ASkyBlock] Checking for new updates...
  764. [10:15:53] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
  765. [10:15:53] [Server thread/INFO]: [ASkyBlock] Loading island grid...
  766. [10:15:53] [Server thread/INFO]: [ASkyBlock] Loading islands.yml
  767. [10:15:53] [Server thread/INFO]: [ASkyBlock] Loading warps...
  768. [10:15:53] [Server thread/INFO]: [ASkyBlock] All files loaded. Ready to play...
  769. [10:15:53] [Craft Scheduler Thread - 6/INFO]: [Vault] Checking for Updates ...
  770. [10:15:54] [Craft Scheduler Thread - 2/INFO]: [PlugMan] No update was found.
  771. [10:15:54] [Craft Scheduler Thread - 6/INFO]: [Vault] No new version available
  772. [10:15:55] [Server thread/INFO]: [ASkyBlock] ASkyBlock V3.0.1 is available! You are running 2.9.8.1
  773. [10:15:55] [Server thread/INFO]: [ASkyBlock] Update at: http://dev.bukkit.org/bukkit-plugins/skyblock
  774. [10:16:11] [User Authenticator #1/INFO]: UUID of player _niner is 8de29f93-ad45-4e77-877f-ea1022a0c4e6
  775. [10:16:12] [Server thread/INFO]: _niner[/75.74.231.58:55335] logged in with entity id 867 at ([Survival]162.44234264821736, 100.0, 375.3436905980572)
  776. [10:16:14] [Server thread/INFO]: _niner issued server command: /spawn
  777. [10:16:14] [Server thread/INFO]: [Survival]<~NinerMC> connected with an iPhone using MineChat
  778. [10:16:16] [Server thread/INFO]: _niner issued server command: /list
Add Comment
Please, Sign In to add comment