Advertisement
Guest User

Untitled

a guest
May 13th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.12 KB | None | 0 0
  1. Loading libraries, please wait...
  2. 2018-05-13 14:46:42,381 ERROR Cannot access RandomAccessFile {}) java.io.FileNotFoundException: logs/latest.log (Permission non accordée)
  3. 2018-05-13 14:46:42,383 ERROR Unable to invoke method createAppender in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender for element RollingRandomAccessFile java.lang.reflect.InvocationTargetException
  4. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  5. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  6. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  7. at java.lang.reflect.Method.invoke(Method.java:498)
  8. at org.apache.logging.log4j.core.config.BaseConfiguration.createPluginObject(BaseConfiguration.java:841)
  9. at org.apache.logging.log4j.core.config.BaseConfiguration.createConfiguration(BaseConfiguration.java:595)
  10. at org.apache.logging.log4j.core.config.BaseConfiguration.createConfiguration(BaseConfiguration.java:587)
  11. at org.apache.logging.log4j.core.config.BaseConfiguration.doConfigure(BaseConfiguration.java:244)
  12. at org.apache.logging.log4j.core.config.BaseConfiguration.start(BaseConfiguration.java:142)
  13. at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:339)
  14. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:378)
  15. at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:149)
  16. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:85)
  17. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:34)
  18. at org.apache.logging.log4j.LogManager.getLogger(LogManager.java:387)
  19. at org.apache.logging.log4j.LogManager.getLogger(LogManager.java:322)
  20. at net.minecraft.server.v1_8_R3.MinecraftServer.<clinit>(MinecraftServer.java:53)
  21. at org.bukkit.craftbukkit.Main.main(Main.java:193)
  22. Caused by: java.lang.IllegalStateException: Unable to create a manager
  23. at org.apache.logging.log4j.core.appender.AbstractManager.getManager(AbstractManager.java:73)
  24. at org.apache.logging.log4j.core.appender.OutputStreamManager.getManager(OutputStreamManager.java:65)
  25. at org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.getRollingRandomAccessFileManager(RollingRandomAccessFileManager.java:62)
  26. at org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender.createAppender(RollingRandomAccessFileAppender.java:196)
  27. ... 18 more
  28.  
  29. 2018-05-13 14:46:42,395 ERROR Null object returned for RollingRandomAccessFile in Appenders
  30. 2018-05-13 14:46:43,725 ERROR Unable to locate appender File for logger
  31. [14:46:47 INFO]: Starting minecraft server version 1.8.8
  32. [14:46:47 INFO]: Loading properties
  33. [14:46:47 INFO]: Default game type: SURVIVAL
  34. [14:46:47 INFO]: This server is running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  35. [14:46:47 INFO]: Server Ping Player Sample Count: 12
  36. [14:46:47 INFO]: Using 4 threads for Netty based IO
  37. [14:46:47 INFO]: Debug logging is disabled
  38. [14:46:47 INFO]: Generating keypair
  39. [14:46:48 INFO]: Starting Minecraft server on 62.4.27.234:25570
  40. [14:46:48 INFO]: Using epoll channel type
  41. [14:46:48 ERROR]: Could not load 'plugins/ProtocolLib.jar' in folder 'plugins'
  42. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  43. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  44. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot.jar:git-Spigot-db6de12-18fbb24]
  45. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.jar:git-Spigot-db6de12-18fbb24]
  46. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.jar:git-Spigot-db6de12-18fbb24]
  47. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-18fbb24]
  48. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  49. Caused by: java.util.zip.ZipException: error in opening zip file
  50. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_171]
  51. at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_171]
  52. at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_171]
  53. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_171]
  54. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_171]
  55. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  56. ... 5 more
  57. [14:46:48 INFO]: Set PluginClassLoader as parallel capable
  58. [14:46:48 ERROR]: Could not load 'plugins/CustomPayloadFixer.jar' in folder 'plugins'
  59. org.bukkit.plugin.UnknownDependencyException: ProtocolLib
  60. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot.jar:git-Spigot-db6de12-18fbb24]
  61. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.jar:git-Spigot-db6de12-18fbb24]
  62. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.jar:git-Spigot-db6de12-18fbb24]
  63. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-18fbb24]
  64. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  65. [14:46:49 INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
  66. [14:46:49 INFO]: [VFactions] Loading VFactions v1.0
  67. [14:46:49 INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
  68. [14:46:49 INFO]: [Essentials] Loading Essentials vTeamCity
  69. [14:46:49 INFO]: [LogBlock] Loading LogBlock v1.94
  70. [14:46:49 INFO]: [LogBlock] Connecting to root@jdbc:mysql://localhost:3306/LogBlock...
  71. [14:46:50 INFO]: HikariCP pool LogBlock-Connection-Pool is starting.
  72. [14:46:51 INFO]: [MinewebBridge] Loading MinewebBridge v2.0.0
  73. [14:46:51 INFO]: [GroupManager] Loading GroupManager v2.1.31 (Phoenix)
  74. [14:46:51 INFO]: [AdvancedBan] Loading AdvancedBan v2.1.4-RELEASE
  75. [14:46:51 INFO]: [WorldBorder] Loading WorldBorder v1.7.9
  76. [14:46:51 INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  77. [14:46:51 INFO]: [WorldGuard] Loading WorldGuard v6.1
  78. [14:46:51 INFO]: [SkinsRestorer] Loading SkinsRestorer v13.3
  79. [14:46:51 INFO]: [VoidGenerator] Loading VoidGenerator v1.0
  80. [14:46:51 INFO]: [VoxelSniper] Loading VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
  81. [14:46:51 INFO]: [EssentialsChat] Loading EssentialsChat vPre2.14.1.3
  82. [14:46:51 INFO]: [BetterBrushes] Loading BetterBrushes v1.0.0.140406
  83. [14:46:51 INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vPre2.14.1.3
  84. [14:46:51 INFO]: [CustomCrates] Loading CustomCrates v1.3-release-beta
  85. [14:46:51 INFO]: [ViaVersion] Loading ViaVersion v1.3.0
  86. [14:46:51 INFO]: [ViaVersion] ViaVersion 1.3.0 is now loaded, injecting!
  87. [14:46:51 INFO]: [Vault] Loading Vault v1.5.5-b47
  88. [14:46:51 INFO]: [EssentialsSpawn] Loading EssentialsSpawn vPre2.14.1.3
  89. [14:46:51 INFO]: [MassiveCore] Loading MassiveCore v2.13.6
  90. [14:46:51 INFO]: [WorldEditSelectionVisualizer] Loading WorldEditSelectionVisualizer v1.4.2
  91. [14:46:51 INFO]: [ChestShop] Loading ChestShop v3.7.18
  92. [14:46:51 INFO]: [CreativeGates] Loading CreativeGates v2.8.0
  93. [14:46:51 INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
  94. [14:46:51 INFO]: [Factions] Loading Factions v2.13.6
  95. [14:46:51 INFO]: [AuctionHouse] Loading AuctionHouse v3.3
  96. [14:46:51 INFO]: [PvPManager] Loading PvPManager v3.3.3.2
  97. [14:46:51 INFO]: [SpawnShield] Loading SpawnShield v1.1.0
  98. [14:46:51 INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
  99. [14:46:51 INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
  100. [14:46:51 INFO]: [VoidGenerator] Enabling VoidGenerator v1.0
  101. [14:46:51 INFO]: VoidGenerator has been enabled!
  102. [14:46:51 INFO]: [Vault] Enabling Vault v1.5.5-b47
  103. [14:46:51 INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  104. [14:46:51 INFO]: [Vault] [Permission] GroupManager found: Waiting
  105. [14:46:51 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  106. [14:46:51 INFO]: [Vault] [Chat] GroupManager found: Waiting
  107. [14:46:51 INFO]: [Vault] Enabled Version 1.5.5-b47
  108. [14:46:51 INFO]: [MassiveCore] Enabling MassiveCore v2.13.6
  109. [14:46:51 INFO]: [MassiveCore 2.13.6] === ENABLE START ===
  110. [14:46:52 INFO]: [MassiveCore 2.13.6] Loading Cachefile datas...
  111. [14:46:52 INFO]: [MassiveCore 2.13.6] Loading Onlineplayer datas...
  112. [14:46:52 INFO]: [MassiveCore 2.13.6] Loading Registry datas...
  113. [14:46:52 INFO]: [MassiveCore 2.13.6] Saving Cachefile...
  114. [14:46:52 INFO]: [MassiveCore 2.13.6] Setup of IdUtil took 33ms.
  115. [14:46:55 INFO]: [MassiveCore 2.13.6] Integration Activated IntegrationVault
  116. [14:46:55 INFO]: [MassiveCore 2.13.6] === ENABLE COMPLETE (Took 3761ms) ===
  117. [14:46:55 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  118. [14:46:55 WARN]: The server will make no attempt to authenticate usernames. Beware.
  119. [14:46:55 WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
  120. [14:46:55 WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  121. [14:46:55 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  122. [14:46:55 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  123. [14:46:55 INFO]: Preparing level "terra1"
  124. [14:46:55 INFO]: -------- World Settings For [terra1] --------
  125. [14:46:55 INFO]: Mob Spawn Range: 4
  126. [14:46:55 INFO]: Anti X-Ray: true
  127. [14:46:55 INFO]: Engine Mode: 1
  128. [14:46:55 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  129. [14:46:55 INFO]: Replace Blocks: [1, 5]
  130. [14:46:55 INFO]: Nerfing mobs spawned from spawners: false
  131. [14:46:55 INFO]: Cactus Growth Modifier: 100%
  132. [14:46:55 INFO]: Cane Growth Modifier: 100%
  133. [14:46:55 INFO]: Melon Growth Modifier: 100%
  134. [14:46:55 INFO]: Mushroom Growth Modifier: 100%
  135. [14:46:55 INFO]: Pumpkin Growth Modifier: 100%
  136. [14:46:55 INFO]: Sapling Growth Modifier: 100%
  137. [14:46:55 INFO]: Wheat Growth Modifier: 100%
  138. [14:46:55 INFO]: NetherWart Growth Modifier: 100%
  139. [14:46:55 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  140. [14:46:55 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  141. [14:46:55 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  142. [14:46:55 INFO]: Random Lighting Updates: false
  143. [14:46:55 INFO]: Structure Info Saving: true
  144. [14:46:55 INFO]: Sending up to 10 chunks per packet
  145. [14:46:55 INFO]: Max Entity Collisions: 8
  146. [14:46:55 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  147. [14:46:55 INFO]: Max TNT Explosions: 100
  148. [14:46:55 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  149. [14:46:55 INFO]: Item Merge Radius: 2.5
  150. [14:46:55 INFO]: Item Despawn Rate: 6000
  151. [14:46:55 INFO]: Arrow Despawn Rate: 1200
  152. [14:46:55 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  153. [14:46:55 INFO]: View Distance: 10
  154. [14:46:55 INFO]: Zombie Aggressive Towards Villager: true
  155. [14:46:55 INFO]: Chunks to Grow per Tick: 650
  156. [14:46:55 INFO]: Clear tick list: false
  157. [14:46:55 INFO]: Experience Merge Radius: 3.0
  158. [14:46:56 INFO]: -------- World Settings For [terra1_nether] --------
  159. [14:46:56 INFO]: Mob Spawn Range: 4
  160. [14:46:56 INFO]: Anti X-Ray: true
  161. [14:46:56 INFO]: Engine Mode: 1
  162. [14:46:56 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  163. [14:46:56 INFO]: Replace Blocks: [1, 5]
  164. [14:46:56 INFO]: Nerfing mobs spawned from spawners: false
  165. [14:46:56 INFO]: Cactus Growth Modifier: 100%
  166. [14:46:56 INFO]: Cane Growth Modifier: 100%
  167. [14:46:56 INFO]: Melon Growth Modifier: 100%
  168. [14:46:56 INFO]: Mushroom Growth Modifier: 100%
  169. [14:46:56 INFO]: Pumpkin Growth Modifier: 100%
  170. [14:46:56 INFO]: Sapling Growth Modifier: 100%
  171. [14:46:56 INFO]: Wheat Growth Modifier: 100%
  172. [14:46:56 INFO]: NetherWart Growth Modifier: 100%
  173. [14:46:56 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  174. [14:46:56 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  175. [14:46:56 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  176. [14:46:56 INFO]: Random Lighting Updates: false
  177. [14:46:56 INFO]: Structure Info Saving: true
  178. [14:46:56 INFO]: Sending up to 10 chunks per packet
  179. [14:46:56 INFO]: Max Entity Collisions: 8
  180. [14:46:56 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  181. [14:46:56 INFO]: Max TNT Explosions: 100
  182. [14:46:56 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  183. [14:46:56 INFO]: Item Merge Radius: 2.5
  184. [14:46:56 INFO]: Item Despawn Rate: 6000
  185. [14:46:56 INFO]: Arrow Despawn Rate: 1200
  186. [14:46:56 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  187. [14:46:56 INFO]: View Distance: 10
  188. [14:46:56 INFO]: Zombie Aggressive Towards Villager: true
  189. [14:46:56 INFO]: Chunks to Grow per Tick: 650
  190. [14:46:56 INFO]: Clear tick list: false
  191. [14:46:56 INFO]: Experience Merge Radius: 3.0
  192. [14:46:56 INFO]: -------- World Settings For [terra1_the_end] --------
  193. [14:46:56 INFO]: Mob Spawn Range: 4
  194. [14:46:56 INFO]: Anti X-Ray: true
  195. [14:46:56 INFO]: Engine Mode: 1
  196. [14:46:56 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  197. [14:46:56 INFO]: Replace Blocks: [1, 5]
  198. [14:46:56 INFO]: Nerfing mobs spawned from spawners: false
  199. [14:46:56 INFO]: Cactus Growth Modifier: 100%
  200. [14:46:56 INFO]: Cane Growth Modifier: 100%
  201. [14:46:56 INFO]: Melon Growth Modifier: 100%
  202. [14:46:56 INFO]: Mushroom Growth Modifier: 100%
  203. [14:46:56 INFO]: Pumpkin Growth Modifier: 100%
  204. [14:46:56 INFO]: Sapling Growth Modifier: 100%
  205. [14:46:56 INFO]: Wheat Growth Modifier: 100%
  206. [14:46:56 INFO]: NetherWart Growth Modifier: 100%
  207. [14:46:56 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  208. [14:46:56 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  209. [14:46:56 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  210. [14:46:56 INFO]: Random Lighting Updates: false
  211. [14:46:56 INFO]: Structure Info Saving: true
  212. [14:46:56 INFO]: Sending up to 10 chunks per packet
  213. [14:46:56 INFO]: Max Entity Collisions: 8
  214. [14:46:56 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  215. [14:46:56 INFO]: Max TNT Explosions: 100
  216. [14:46:56 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  217. [14:46:56 INFO]: Item Merge Radius: 2.5
  218. [14:46:56 INFO]: Item Despawn Rate: 6000
  219. [14:46:56 INFO]: Arrow Despawn Rate: 1200
  220. [14:46:56 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  221. [14:46:56 INFO]: View Distance: 10
  222. [14:46:56 INFO]: Zombie Aggressive Towards Villager: true
  223. [14:46:56 INFO]: Chunks to Grow per Tick: 650
  224. [14:46:56 INFO]: Clear tick list: false
  225. [14:46:56 INFO]: Experience Merge Radius: 3.0
  226. [14:46:56 INFO]: Preparing start region for level 0 (Seed: -6269302175657974250)
  227. [14:46:57 INFO]: Preparing spawn area: 30%
  228. [14:46:58 INFO]: Preparing start region for level 1 (Seed: -6269302175657974250)
  229. [14:46:59 INFO]: UUID of player matthieu91noah is f5273fa0-1d14-318c-8faf-a352e9e61ffc
  230. [14:46:59 INFO]: Preparing spawn area: 56%
  231. [14:46:59 INFO]: Preparing start region for level 2 (Seed: -6269302175657974250)
  232. [14:46:59 INFO]: [VFactions] Enabling VFactions v1.0
  233. [14:46:59 ERROR]: Error occurred while enabling VFactions v1.0 (Is it up to date?)
  234. java.lang.NullPointerException
  235. at fr.theredfiire.vfactions.Main.onEnable(Main.java:64) ~[?:?]
  236. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  237. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-db6de12-18fbb24]
  238. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-db6de12-18fbb24]
  239. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-db6de12-18fbb24]
  240. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-db6de12-18fbb24]
  241. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-db6de12-18fbb24]
  242. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-db6de12-18fbb24]
  243. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-db6de12-18fbb24]
  244. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-db6de12-18fbb24]
  245. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-18fbb24]
  246. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  247. [14:46:59 INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
  248. [14:47:00 INFO]: WEPIF: Using the Bukkit Permissions API.
  249. [14:47:00 INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  250. [14:47:00 INFO]: [Essentials] Enabling Essentials vTeamCity
  251. [14:47:00 WARN]: §4Version mismatch! Please update EssentialsChat to the same version.
  252. [14:47:00 WARN]: §4Version mismatch! Please update EssentialsAntiBuild to the same version.
  253. [14:47:00 WARN]: §4Version mismatch! Please update EssentialsSpawn to the same version.
  254. [14:47:00 INFO]: Bukkit version format changed. Version not checked.
  255. [14:47:00 INFO]: git-Spigot-db6de12-18fbb24 (MC: 1.8.8)
  256. [14:47:00 INFO]: 1.8.8-R0.1-SNAPSHOT
  257. [14:47:00 INFO]: Using locale fr_FR
  258. [14:47:00 INFO]: Using locale fr_FR
  259. [14:47:00 INFO]: [Vault][Economy] Essentials Economy hooked.
  260. [14:47:00 INFO]: Essentials: Using config file enhanced permissions.
  261. [14:47:00 INFO]: Permissions listed in as player-commands will be given to all users.
  262. [14:47:00 INFO]: [LogBlock] Enabling LogBlock v1.94
  263. [14:47:00 INFO]: [LogBlock] Scheduled consumer with bukkit scheduler.
  264. [14:47:00 INFO]: [MinewebBridge] Enabling MinewebBridge v2.0.0
  265. [14:47:00 INFO]: [GroupManager] Enabling GroupManager v2.1.31 (Phoenix)
  266. [14:47:01 INFO]: GroupManager - INFO - World Found: terra1
  267. [14:47:01 INFO]: GroupManager - INFO - World Found: pvp-faction
  268. [14:47:01 INFO]: GroupManager - INFO - World Found: world
  269. [14:47:01 INFO]: GroupManager - INFO - Superperms support enabled.
  270. [14:47:01 INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  271. [14:47:01 INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  272. [14:47:01 INFO]: GroupManager version 2.1.31 (Phoenix) is enabled!
  273. [14:47:01 INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  274. [14:47:01 INFO]: [Vault][Permission] GroupManager hooked.
  275. [14:47:01 INFO]: [Vault][Chat] GroupManager - Chat hooked.
  276. [14:47:01 INFO]: Essentials: Using GroupManager based permissions.
  277. [14:47:01 INFO]: [AdvancedBan] Enabling AdvancedBan v2.1.4-RELEASE
  278. [14:47:02 INFO]:
  279.  
  280. []=====[Enabling AdvancedBan]=====[]
  281. | Information:
  282. | Name: AdvancedBan
  283. | Developer: Leoko
  284. | Version: 2.1.4-RELEASE
  285. | Storage: HSQLDB (local)
  286. | Support:
  287. | Skype: Leoko33
  288. | Mail: Leoko4433@gmail.com
  289. | Update:
  290. | There is a new version available! [2.1.3-RELEASE]
  291. []================================[]
  292.  
  293. [14:47:02 INFO]: [WorldBorder] Enabling WorldBorder v1.7.9
  294. [14:47:02 INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
  295. [14:47:02 INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  296. [14:47:02 INFO]: [WorldBorder] [CONFIG] World "PVP-Faction" has border radius 30200 at X: 1,0 Z: -1,0
  297. [14:47:02 INFO]: [WorldBorder] [CONFIG] World "testw1" has border radius 5000 at X: -20,0 Z: 0,0
  298. [14:47:02 INFO]: [WorldBorder] [CONFIG] World "tnterra" has border radius 10000 at X: 0,0 Z: 0,0
  299. [14:47:02 INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -108,0 Y: 64,0 Z: 57,0
  300. [14:47:02 INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  301. [14:47:02 INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  302. [14:47:02 INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  303. [14:47:02 INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -7352219635039063652
  304. [14:47:02 INFO]: -------- World Settings For [world] --------
  305. [14:47:02 INFO]: Mob Spawn Range: 4
  306. [14:47:02 INFO]: Anti X-Ray: true
  307. [14:47:02 INFO]: Engine Mode: 1
  308. [14:47:02 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  309. [14:47:02 INFO]: Replace Blocks: [1, 5]
  310. [14:47:02 INFO]: Nerfing mobs spawned from spawners: false
  311. [14:47:02 INFO]: Cactus Growth Modifier: 100%
  312. [14:47:02 INFO]: Cane Growth Modifier: 100%
  313. [14:47:02 INFO]: Melon Growth Modifier: 100%
  314. [14:47:02 INFO]: Mushroom Growth Modifier: 100%
  315. [14:47:02 INFO]: Pumpkin Growth Modifier: 100%
  316. [14:47:02 INFO]: Sapling Growth Modifier: 100%
  317. [14:47:02 INFO]: Wheat Growth Modifier: 100%
  318. [14:47:02 INFO]: NetherWart Growth Modifier: 100%
  319. [14:47:02 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  320. [14:47:02 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  321. [14:47:02 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  322. [14:47:02 INFO]: Random Lighting Updates: false
  323. [14:47:02 INFO]: Structure Info Saving: true
  324. [14:47:02 INFO]: Sending up to 10 chunks per packet
  325. [14:47:02 INFO]: Max Entity Collisions: 8
  326. [14:47:02 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  327. [14:47:02 INFO]: Max TNT Explosions: 100
  328. [14:47:02 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  329. [14:47:02 INFO]: Item Merge Radius: 2.5
  330. [14:47:02 INFO]: Item Despawn Rate: 6000
  331. [14:47:02 INFO]: Arrow Despawn Rate: 1200
  332. [14:47:02 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  333. [14:47:02 INFO]: View Distance: 10
  334. [14:47:02 INFO]: Zombie Aggressive Towards Villager: true
  335. [14:47:02 INFO]: Chunks to Grow per Tick: 650
  336. [14:47:02 INFO]: Clear tick list: false
  337. [14:47:02 INFO]: Experience Merge Radius: 3.0
  338. [14:47:02 INFO]: Preparing start region for level 3 (Seed: -7352219635039063652)
  339. [14:47:03 INFO]: Preparing spawn area for world, 65%
  340. [14:47:04 INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 1739795696104948714
  341. [14:47:04 INFO]: -------- World Settings For [world_nether] --------
  342. [14:47:04 INFO]: Mob Spawn Range: 4
  343. [14:47:04 INFO]: Anti X-Ray: true
  344. [14:47:04 INFO]: Engine Mode: 1
  345. [14:47:04 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  346. [14:47:04 INFO]: Replace Blocks: [1, 5]
  347. [14:47:04 INFO]: Nerfing mobs spawned from spawners: false
  348. [14:47:04 INFO]: Cactus Growth Modifier: 100%
  349. [14:47:04 INFO]: Cane Growth Modifier: 100%
  350. [14:47:04 INFO]: Melon Growth Modifier: 100%
  351. [14:47:04 INFO]: Mushroom Growth Modifier: 100%
  352. [14:47:04 INFO]: Pumpkin Growth Modifier: 100%
  353. [14:47:04 INFO]: Sapling Growth Modifier: 100%
  354. [14:47:04 INFO]: Wheat Growth Modifier: 100%
  355. [14:47:04 INFO]: NetherWart Growth Modifier: 100%
  356. [14:47:04 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  357. [14:47:04 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  358. [14:47:04 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  359. [14:47:04 INFO]: Random Lighting Updates: false
  360. [14:47:04 INFO]: Structure Info Saving: true
  361. [14:47:04 INFO]: Sending up to 10 chunks per packet
  362. [14:47:04 INFO]: Max Entity Collisions: 8
  363. [14:47:04 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  364. [14:47:04 INFO]: Max TNT Explosions: 100
  365. [14:47:04 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  366. [14:47:04 INFO]: Item Merge Radius: 2.5
  367. [14:47:04 INFO]: Item Despawn Rate: 6000
  368. [14:47:04 INFO]: Arrow Despawn Rate: 1200
  369. [14:47:04 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  370. [14:47:04 INFO]: View Distance: 10
  371. [14:47:04 INFO]: Zombie Aggressive Towards Villager: true
  372. [14:47:04 INFO]: Chunks to Grow per Tick: 650
  373. [14:47:04 INFO]: Clear tick list: false
  374. [14:47:04 INFO]: Experience Merge Radius: 3.0
  375. [14:47:04 INFO]: Preparing start region for level 4 (Seed: 1739795696104948714)
  376. [14:47:05 INFO]: Preparing spawn area for world_nether, 81%
  377. [14:47:05 WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
  378. [14:47:05 WARN]: [Multiverse-Core] Original Location: X: 0 Y: 0 Z: 0 P: 0 Y: 0
  379. [14:47:05 ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
  380. [14:47:05 INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 1739795696104948714
  381. [14:47:05 INFO]: -------- World Settings For [world_the_end] --------
  382. [14:47:05 INFO]: Mob Spawn Range: 4
  383. [14:47:05 INFO]: Anti X-Ray: true
  384. [14:47:05 INFO]: Engine Mode: 1
  385. [14:47:05 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  386. [14:47:05 INFO]: Replace Blocks: [1, 5]
  387. [14:47:05 INFO]: Nerfing mobs spawned from spawners: false
  388. [14:47:05 INFO]: Cactus Growth Modifier: 100%
  389. [14:47:05 INFO]: Cane Growth Modifier: 100%
  390. [14:47:05 INFO]: Melon Growth Modifier: 100%
  391. [14:47:05 INFO]: Mushroom Growth Modifier: 100%
  392. [14:47:05 INFO]: Pumpkin Growth Modifier: 100%
  393. [14:47:05 INFO]: Sapling Growth Modifier: 100%
  394. [14:47:05 INFO]: Wheat Growth Modifier: 100%
  395. [14:47:05 INFO]: NetherWart Growth Modifier: 100%
  396. [14:47:05 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  397. [14:47:05 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  398. [14:47:05 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  399. [14:47:05 INFO]: Random Lighting Updates: false
  400. [14:47:05 INFO]: Structure Info Saving: true
  401. [14:47:05 INFO]: Sending up to 10 chunks per packet
  402. [14:47:05 INFO]: Max Entity Collisions: 8
  403. [14:47:05 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  404. [14:47:05 INFO]: Max TNT Explosions: 100
  405. [14:47:05 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  406. [14:47:05 INFO]: Item Merge Radius: 2.5
  407. [14:47:05 INFO]: Item Despawn Rate: 6000
  408. [14:47:05 INFO]: Arrow Despawn Rate: 1200
  409. [14:47:05 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  410. [14:47:05 INFO]: View Distance: 10
  411. [14:47:05 INFO]: Zombie Aggressive Towards Villager: true
  412. [14:47:05 INFO]: Chunks to Grow per Tick: 650
  413. [14:47:05 INFO]: Clear tick list: false
  414. [14:47:05 INFO]: Experience Merge Radius: 3.0
  415. [14:47:05 INFO]: Preparing start region for level 5 (Seed: 1739795696104948714)
  416. [14:47:05 INFO]: [Multiverse-Core] Loading World & Settings - '-VeryCraft-' - Env: NORMAL - Type: NORMAL & seed: 2448639971510451370
  417. [14:47:05 INFO]: -------- World Settings For [-VeryCraft-] --------
  418. [14:47:05 INFO]: Mob Spawn Range: 4
  419. [14:47:05 INFO]: Anti X-Ray: true
  420. [14:47:05 INFO]: Engine Mode: 1
  421. [14:47:05 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  422. [14:47:05 INFO]: Replace Blocks: [1, 5]
  423. [14:47:05 INFO]: Nerfing mobs spawned from spawners: false
  424. [14:47:05 INFO]: Cactus Growth Modifier: 100%
  425. [14:47:05 INFO]: Cane Growth Modifier: 100%
  426. [14:47:05 INFO]: Melon Growth Modifier: 100%
  427. [14:47:05 INFO]: Mushroom Growth Modifier: 100%
  428. [14:47:05 INFO]: Pumpkin Growth Modifier: 100%
  429. [14:47:05 INFO]: Sapling Growth Modifier: 100%
  430. [14:47:05 INFO]: Wheat Growth Modifier: 100%
  431. [14:47:05 INFO]: NetherWart Growth Modifier: 100%
  432. [14:47:05 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  433. [14:47:05 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  434. [14:47:05 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  435. [14:47:05 INFO]: Random Lighting Updates: false
  436. [14:47:05 INFO]: Structure Info Saving: true
  437. [14:47:05 INFO]: Sending up to 10 chunks per packet
  438. [14:47:05 INFO]: Max Entity Collisions: 8
  439. [14:47:05 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  440. [14:47:05 INFO]: Max TNT Explosions: 100
  441. [14:47:05 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  442. [14:47:05 INFO]: Item Merge Radius: 2.5
  443. [14:47:05 INFO]: Item Despawn Rate: 6000
  444. [14:47:05 INFO]: Arrow Despawn Rate: 1200
  445. [14:47:05 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  446. [14:47:05 INFO]: View Distance: 10
  447. [14:47:05 INFO]: Zombie Aggressive Towards Villager: true
  448. [14:47:05 INFO]: Chunks to Grow per Tick: 650
  449. [14:47:05 INFO]: Clear tick list: false
  450. [14:47:05 INFO]: Experience Merge Radius: 3.0
  451. [14:47:05 INFO]: Preparing start region for level 6 (Seed: 2448639971510451370)
  452. [14:47:06 INFO]: Preparing spawn area for -VeryCraft-, 61%
  453. [14:47:07 INFO]: [Multiverse-Core] Loading World & Settings - 'PVP-Faction' - Env: NORMAL - Type: NORMAL & seed: -578780926615214822
  454. [14:47:07 INFO]: -------- World Settings For [PVP-Faction] --------
  455. [14:47:07 INFO]: Mob Spawn Range: 4
  456. [14:47:07 INFO]: Anti X-Ray: true
  457. [14:47:07 INFO]: Engine Mode: 1
  458. [14:47:07 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  459. [14:47:07 INFO]: Replace Blocks: [1, 5]
  460. [14:47:07 INFO]: Nerfing mobs spawned from spawners: false
  461. [14:47:07 INFO]: Cactus Growth Modifier: 100%
  462. [14:47:07 INFO]: Cane Growth Modifier: 100%
  463. [14:47:07 INFO]: Melon Growth Modifier: 100%
  464. [14:47:07 INFO]: Mushroom Growth Modifier: 100%
  465. [14:47:07 INFO]: Pumpkin Growth Modifier: 100%
  466. [14:47:07 INFO]: Sapling Growth Modifier: 100%
  467. [14:47:07 INFO]: Wheat Growth Modifier: 100%
  468. [14:47:07 INFO]: NetherWart Growth Modifier: 100%
  469. [14:47:07 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  470. [14:47:07 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  471. [14:47:07 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  472. [14:47:07 INFO]: Random Lighting Updates: false
  473. [14:47:07 INFO]: Structure Info Saving: true
  474. [14:47:07 INFO]: Sending up to 10 chunks per packet
  475. [14:47:07 INFO]: Max Entity Collisions: 8
  476. [14:47:07 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  477. [14:47:07 INFO]: Max TNT Explosions: 100
  478. [14:47:07 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  479. [14:47:07 INFO]: Item Merge Radius: 2.5
  480. [14:47:07 INFO]: Item Despawn Rate: 6000
  481. [14:47:07 INFO]: Arrow Despawn Rate: 1200
  482. [14:47:07 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  483. [14:47:07 INFO]: View Distance: 10
  484. [14:47:07 INFO]: Zombie Aggressive Towards Villager: true
  485. [14:47:07 INFO]: Chunks to Grow per Tick: 650
  486. [14:47:07 INFO]: Clear tick list: false
  487. [14:47:07 INFO]: Experience Merge Radius: 3.0
  488. [14:47:07 INFO]: Preparing start region for level 7 (Seed: -578780926615214822)
  489. [14:47:08 INFO]: Preparing spawn area for PVP-Faction, 69%
  490. [14:47:08 INFO]: [Multiverse-Core] Loading World & Settings - 'V2gridmap' - Env: NORMAL - Type: FLAT & seed: -7404680554254122910
  491. [14:47:08 INFO]: -------- World Settings For [V2gridmap] --------
  492. [14:47:08 INFO]: Mob Spawn Range: 4
  493. [14:47:08 INFO]: Anti X-Ray: true
  494. [14:47:08 INFO]: Engine Mode: 1
  495. [14:47:08 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  496. [14:47:08 INFO]: Replace Blocks: [1, 5]
  497. [14:47:08 INFO]: Nerfing mobs spawned from spawners: false
  498. [14:47:08 INFO]: Cactus Growth Modifier: 100%
  499. [14:47:08 INFO]: Cane Growth Modifier: 100%
  500. [14:47:08 INFO]: Melon Growth Modifier: 100%
  501. [14:47:08 INFO]: Mushroom Growth Modifier: 100%
  502. [14:47:08 INFO]: Pumpkin Growth Modifier: 100%
  503. [14:47:08 INFO]: Sapling Growth Modifier: 100%
  504. [14:47:08 INFO]: Wheat Growth Modifier: 100%
  505. [14:47:08 INFO]: NetherWart Growth Modifier: 100%
  506. [14:47:08 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  507. [14:47:08 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  508. [14:47:08 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  509. [14:47:08 INFO]: Random Lighting Updates: false
  510. [14:47:08 INFO]: Structure Info Saving: true
  511. [14:47:08 INFO]: Sending up to 10 chunks per packet
  512. [14:47:08 INFO]: Max Entity Collisions: 8
  513. [14:47:08 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  514. [14:47:08 INFO]: Max TNT Explosions: 100
  515. [14:47:08 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  516. [14:47:08 INFO]: Item Merge Radius: 2.5
  517. [14:47:08 INFO]: Item Despawn Rate: 6000
  518. [14:47:08 INFO]: Arrow Despawn Rate: 1200
  519. [14:47:08 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  520. [14:47:08 INFO]: View Distance: 10
  521. [14:47:08 INFO]: Zombie Aggressive Towards Villager: true
  522. [14:47:08 INFO]: Chunks to Grow per Tick: 650
  523. [14:47:08 INFO]: Clear tick list: false
  524. [14:47:08 INFO]: Experience Merge Radius: 3.0
  525. [14:47:08 INFO]: Preparing start region for level 8 (Seed: -7404680554254122910)
  526. [14:47:09 INFO]: [Multiverse-Core] Loading World & Settings - 'PVP-Faction_nether' - Env: NETHER - Type: NORMAL & seed: 363014879604742108
  527. [14:47:09 INFO]: -------- World Settings For [PVP-Faction_nether] --------
  528. [14:47:09 INFO]: Mob Spawn Range: 4
  529. [14:47:09 INFO]: Anti X-Ray: true
  530. [14:47:09 INFO]: Engine Mode: 1
  531. [14:47:09 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  532. [14:47:09 INFO]: Replace Blocks: [1, 5]
  533. [14:47:09 INFO]: Nerfing mobs spawned from spawners: false
  534. [14:47:09 INFO]: Cactus Growth Modifier: 100%
  535. [14:47:09 INFO]: Cane Growth Modifier: 100%
  536. [14:47:09 INFO]: Melon Growth Modifier: 100%
  537. [14:47:09 INFO]: Mushroom Growth Modifier: 100%
  538. [14:47:09 INFO]: Pumpkin Growth Modifier: 100%
  539. [14:47:09 INFO]: Sapling Growth Modifier: 100%
  540. [14:47:09 INFO]: Wheat Growth Modifier: 100%
  541. [14:47:09 INFO]: NetherWart Growth Modifier: 100%
  542. [14:47:09 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  543. [14:47:09 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  544. [14:47:09 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  545. [14:47:09 INFO]: Random Lighting Updates: false
  546. [14:47:09 INFO]: Structure Info Saving: true
  547. [14:47:09 INFO]: Sending up to 10 chunks per packet
  548. [14:47:09 INFO]: Max Entity Collisions: 8
  549. [14:47:09 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  550. [14:47:09 INFO]: Max TNT Explosions: 100
  551. [14:47:09 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  552. [14:47:09 INFO]: Item Merge Radius: 2.5
  553. [14:47:09 INFO]: Item Despawn Rate: 6000
  554. [14:47:09 INFO]: Arrow Despawn Rate: 1200
  555. [14:47:09 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  556. [14:47:09 INFO]: View Distance: 10
  557. [14:47:09 INFO]: Zombie Aggressive Towards Villager: true
  558. [14:47:09 INFO]: Chunks to Grow per Tick: 650
  559. [14:47:09 INFO]: Clear tick list: false
  560. [14:47:09 INFO]: Experience Merge Radius: 3.0
  561. [14:47:09 INFO]: Preparing start region for level 9 (Seed: 363014879604742108)
  562. [14:47:10 INFO]: Preparing spawn area for PVP-Faction_nether, 97%
  563. [14:47:10 WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
  564. [14:47:10 WARN]: [Multiverse-Core] Original Location: X: 0 Y: 0 Z: 0 P: 0 Y: 0
  565. [14:47:10 ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
  566. [14:47:10 INFO]: [Multiverse-Core] Loading World & Settings - 'PVP-Faction_the_end' - Env: THE_END - Type: NORMAL & seed: 363014879604742108
  567. [14:47:10 INFO]: -------- World Settings For [PVP-Faction_the_end] --------
  568. [14:47:10 INFO]: Mob Spawn Range: 4
  569. [14:47:10 INFO]: Anti X-Ray: true
  570. [14:47:10 INFO]: Engine Mode: 1
  571. [14:47:10 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  572. [14:47:10 INFO]: Replace Blocks: [1, 5]
  573. [14:47:10 INFO]: Nerfing mobs spawned from spawners: false
  574. [14:47:10 INFO]: Cactus Growth Modifier: 100%
  575. [14:47:10 INFO]: Cane Growth Modifier: 100%
  576. [14:47:10 INFO]: Melon Growth Modifier: 100%
  577. [14:47:10 INFO]: Mushroom Growth Modifier: 100%
  578. [14:47:10 INFO]: Pumpkin Growth Modifier: 100%
  579. [14:47:10 INFO]: Sapling Growth Modifier: 100%
  580. [14:47:10 INFO]: Wheat Growth Modifier: 100%
  581. [14:47:10 INFO]: NetherWart Growth Modifier: 100%
  582. [14:47:10 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  583. [14:47:10 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  584. [14:47:10 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  585. [14:47:10 INFO]: Random Lighting Updates: false
  586. [14:47:10 INFO]: Structure Info Saving: true
  587. [14:47:10 INFO]: Sending up to 10 chunks per packet
  588. [14:47:10 INFO]: Max Entity Collisions: 8
  589. [14:47:10 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  590. [14:47:10 INFO]: Max TNT Explosions: 100
  591. [14:47:10 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  592. [14:47:10 INFO]: Item Merge Radius: 2.5
  593. [14:47:10 INFO]: Item Despawn Rate: 6000
  594. [14:47:10 INFO]: Arrow Despawn Rate: 1200
  595. [14:47:10 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  596. [14:47:10 INFO]: View Distance: 10
  597. [14:47:10 INFO]: Zombie Aggressive Towards Villager: true
  598. [14:47:10 INFO]: Chunks to Grow per Tick: 650
  599. [14:47:10 INFO]: Clear tick list: false
  600. [14:47:10 INFO]: Experience Merge Radius: 3.0
  601. [14:47:10 INFO]: Preparing start region for level 10 (Seed: 363014879604742108)
  602. [14:47:10 INFO]: Could not set generator for world 'Terra1': Plugin 'CleanRoomGenerator' does not exist
  603. [14:47:10 INFO]: [Multiverse-Core] Loading World & Settings - 'Terra1' - Env: NORMAL - Type: NORMAL & seed: 7387029847437914615 & generator: CleanRoomGenerator:.50,stone
  604. [14:47:10 INFO]: Could not set generator for world 'testw1': Plugin 'ClearroomGenerator' does not exist
  605. [14:47:10 INFO]: [Multiverse-Core] Loading World & Settings - 'testw1' - Env: NORMAL - Type: NORMAL & seed: 4148588921768648095 & generator: ClearroomGenerator:37,dirt,1,grass
  606. [14:47:10 INFO]: -------- World Settings For [testw1] --------
  607. [14:47:10 INFO]: Mob Spawn Range: 4
  608. [14:47:10 INFO]: Anti X-Ray: true
  609. [14:47:10 INFO]: Engine Mode: 1
  610. [14:47:10 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  611. [14:47:10 INFO]: Replace Blocks: [1, 5]
  612. [14:47:10 INFO]: Nerfing mobs spawned from spawners: false
  613. [14:47:10 INFO]: Cactus Growth Modifier: 100%
  614. [14:47:10 INFO]: Cane Growth Modifier: 100%
  615. [14:47:10 INFO]: Melon Growth Modifier: 100%
  616. [14:47:10 INFO]: Mushroom Growth Modifier: 100%
  617. [14:47:10 INFO]: Pumpkin Growth Modifier: 100%
  618. [14:47:10 INFO]: Sapling Growth Modifier: 100%
  619. [14:47:10 INFO]: Wheat Growth Modifier: 100%
  620. [14:47:10 INFO]: NetherWart Growth Modifier: 100%
  621. [14:47:10 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  622. [14:47:10 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  623. [14:47:10 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  624. [14:47:10 INFO]: Random Lighting Updates: false
  625. [14:47:10 INFO]: Structure Info Saving: true
  626. [14:47:10 INFO]: Sending up to 10 chunks per packet
  627. [14:47:10 INFO]: Max Entity Collisions: 8
  628. [14:47:10 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  629. [14:47:10 INFO]: Max TNT Explosions: 100
  630. [14:47:10 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  631. [14:47:10 INFO]: Item Merge Radius: 2.5
  632. [14:47:10 INFO]: Item Despawn Rate: 6000
  633. [14:47:10 INFO]: Arrow Despawn Rate: 1200
  634. [14:47:10 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  635. [14:47:10 INFO]: View Distance: 10
  636. [14:47:10 INFO]: Zombie Aggressive Towards Villager: true
  637. [14:47:10 INFO]: Chunks to Grow per Tick: 650
  638. [14:47:10 INFO]: Clear tick list: false
  639. [14:47:10 INFO]: Experience Merge Radius: 3.0
  640. [14:47:10 INFO]: Preparing start region for level 11 (Seed: 4148588921768648095)
  641. [14:47:11 INFO]: [Multiverse-Core] Loading World & Settings - 'RushFFA' - Env: NORMAL - Type: FLAT & seed: -7052966529376397434
  642. [14:47:11 INFO]: -------- World Settings For [RushFFA] --------
  643. [14:47:11 INFO]: Mob Spawn Range: 4
  644. [14:47:11 INFO]: Anti X-Ray: true
  645. [14:47:11 INFO]: Engine Mode: 1
  646. [14:47:11 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  647. [14:47:11 INFO]: Replace Blocks: [1, 5]
  648. [14:47:11 INFO]: Nerfing mobs spawned from spawners: false
  649. [14:47:11 INFO]: Cactus Growth Modifier: 100%
  650. [14:47:11 INFO]: Cane Growth Modifier: 100%
  651. [14:47:11 INFO]: Melon Growth Modifier: 100%
  652. [14:47:11 INFO]: Mushroom Growth Modifier: 100%
  653. [14:47:11 INFO]: Pumpkin Growth Modifier: 100%
  654. [14:47:11 INFO]: Sapling Growth Modifier: 100%
  655. [14:47:11 INFO]: Wheat Growth Modifier: 100%
  656. [14:47:11 INFO]: NetherWart Growth Modifier: 100%
  657. [14:47:11 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  658. [14:47:11 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  659. [14:47:11 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  660. [14:47:11 INFO]: Random Lighting Updates: false
  661. [14:47:11 INFO]: Structure Info Saving: true
  662. [14:47:11 INFO]: Sending up to 10 chunks per packet
  663. [14:47:11 INFO]: Max Entity Collisions: 8
  664. [14:47:11 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  665. [14:47:11 INFO]: Max TNT Explosions: 100
  666. [14:47:11 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  667. [14:47:11 INFO]: Item Merge Radius: 2.5
  668. [14:47:11 INFO]: Item Despawn Rate: 6000
  669. [14:47:11 INFO]: Arrow Despawn Rate: 1200
  670. [14:47:11 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  671. [14:47:11 INFO]: View Distance: 10
  672. [14:47:11 INFO]: Zombie Aggressive Towards Villager: true
  673. [14:47:11 INFO]: Chunks to Grow per Tick: 650
  674. [14:47:11 INFO]: Clear tick list: false
  675. [14:47:11 INFO]: Experience Merge Radius: 3.0
  676. [14:47:11 INFO]: Preparing start region for level 12 (Seed: -7052966529376397434)
  677. [14:47:12 INFO]: [Multiverse-Core] Loading World & Settings - 'Rush1' - Env: NORMAL - Type: NORMAL & seed: 7793246185576621071 & generator: VoidGenerator
  678. [14:47:12 INFO]: -------- World Settings For [Rush1] --------
  679. [14:47:12 INFO]: Mob Spawn Range: 4
  680. [14:47:12 INFO]: Anti X-Ray: true
  681. [14:47:12 INFO]: Engine Mode: 1
  682. [14:47:12 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  683. [14:47:12 INFO]: Replace Blocks: [1, 5]
  684. [14:47:12 INFO]: Nerfing mobs spawned from spawners: false
  685. [14:47:12 INFO]: Cactus Growth Modifier: 100%
  686. [14:47:12 INFO]: Cane Growth Modifier: 100%
  687. [14:47:12 INFO]: Melon Growth Modifier: 100%
  688. [14:47:12 INFO]: Mushroom Growth Modifier: 100%
  689. [14:47:12 INFO]: Pumpkin Growth Modifier: 100%
  690. [14:47:12 INFO]: Sapling Growth Modifier: 100%
  691. [14:47:12 INFO]: Wheat Growth Modifier: 100%
  692. [14:47:12 INFO]: NetherWart Growth Modifier: 100%
  693. [14:47:12 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  694. [14:47:12 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  695. [14:47:12 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  696. [14:47:12 INFO]: Random Lighting Updates: false
  697. [14:47:12 INFO]: Structure Info Saving: true
  698. [14:47:12 INFO]: Sending up to 10 chunks per packet
  699. [14:47:12 INFO]: Max Entity Collisions: 8
  700. [14:47:12 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  701. [14:47:12 INFO]: Max TNT Explosions: 100
  702. [14:47:12 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  703. [14:47:12 INFO]: Item Merge Radius: 2.5
  704. [14:47:12 INFO]: Item Despawn Rate: 6000
  705. [14:47:12 INFO]: Arrow Despawn Rate: 1200
  706. [14:47:12 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  707. [14:47:12 INFO]: View Distance: 10
  708. [14:47:12 INFO]: Zombie Aggressive Towards Villager: true
  709. [14:47:12 INFO]: Chunks to Grow per Tick: 650
  710. [14:47:12 INFO]: Clear tick list: false
  711. [14:47:12 INFO]: Experience Merge Radius: 3.0
  712. [14:47:12 INFO]: Preparing start region for level 13 (Seed: 7793246185576621071)
  713. [14:47:12 INFO]: [Multiverse-Core] Loading World & Settings - 'magic' - Env: NORMAL - Type: NORMAL & seed: -8188886068929344710
  714. [14:47:12 INFO]: -------- World Settings For [magic] --------
  715. [14:47:12 INFO]: Mob Spawn Range: 4
  716. [14:47:12 INFO]: Anti X-Ray: true
  717. [14:47:12 INFO]: Engine Mode: 1
  718. [14:47:12 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  719. [14:47:12 INFO]: Replace Blocks: [1, 5]
  720. [14:47:12 INFO]: Nerfing mobs spawned from spawners: false
  721. [14:47:12 INFO]: Cactus Growth Modifier: 100%
  722. [14:47:12 INFO]: Cane Growth Modifier: 100%
  723. [14:47:12 INFO]: Melon Growth Modifier: 100%
  724. [14:47:12 INFO]: Mushroom Growth Modifier: 100%
  725. [14:47:12 INFO]: Pumpkin Growth Modifier: 100%
  726. [14:47:12 INFO]: Sapling Growth Modifier: 100%
  727. [14:47:12 INFO]: Wheat Growth Modifier: 100%
  728. [14:47:12 INFO]: NetherWart Growth Modifier: 100%
  729. [14:47:12 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  730. [14:47:12 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  731. [14:47:12 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  732. [14:47:12 INFO]: Random Lighting Updates: false
  733. [14:47:12 INFO]: Structure Info Saving: true
  734. [14:47:12 INFO]: Sending up to 10 chunks per packet
  735. [14:47:12 INFO]: Max Entity Collisions: 8
  736. [14:47:12 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  737. [14:47:12 INFO]: Max TNT Explosions: 100
  738. [14:47:12 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  739. [14:47:12 INFO]: Item Merge Radius: 2.5
  740. [14:47:12 INFO]: Item Despawn Rate: 6000
  741. [14:47:12 INFO]: Arrow Despawn Rate: 1200
  742. [14:47:12 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  743. [14:47:12 INFO]: View Distance: 10
  744. [14:47:12 INFO]: Zombie Aggressive Towards Villager: true
  745. [14:47:12 INFO]: Chunks to Grow per Tick: 650
  746. [14:47:12 INFO]: Clear tick list: false
  747. [14:47:12 INFO]: Experience Merge Radius: 3.0
  748. [14:47:12 INFO]: Preparing start region for level 14 (Seed: -8188886068929344710)
  749. [14:47:13 INFO]: Preparing spawn area for magic, 73%
  750. [14:47:13 INFO]: [Multiverse-Core] Loading World & Settings - 'tnterra' - Env: NORMAL - Type: NORMAL & seed: -1675863534626733197
  751. [14:47:13 INFO]: -------- World Settings For [tnterra] --------
  752. [14:47:13 INFO]: Mob Spawn Range: 4
  753. [14:47:13 INFO]: Anti X-Ray: true
  754. [14:47:13 INFO]: Engine Mode: 1
  755. [14:47:13 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  756. [14:47:13 INFO]: Replace Blocks: [1, 5]
  757. [14:47:13 INFO]: Nerfing mobs spawned from spawners: false
  758. [14:47:13 INFO]: Cactus Growth Modifier: 100%
  759. [14:47:13 INFO]: Cane Growth Modifier: 100%
  760. [14:47:13 INFO]: Melon Growth Modifier: 100%
  761. [14:47:13 INFO]: Mushroom Growth Modifier: 100%
  762. [14:47:13 INFO]: Pumpkin Growth Modifier: 100%
  763. [14:47:13 INFO]: Sapling Growth Modifier: 100%
  764. [14:47:13 INFO]: Wheat Growth Modifier: 100%
  765. [14:47:13 INFO]: NetherWart Growth Modifier: 100%
  766. [14:47:13 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  767. [14:47:13 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  768. [14:47:13 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  769. [14:47:13 INFO]: Random Lighting Updates: false
  770. [14:47:13 INFO]: Structure Info Saving: true
  771. [14:47:13 INFO]: Sending up to 10 chunks per packet
  772. [14:47:13 INFO]: Max Entity Collisions: 8
  773. [14:47:13 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  774. [14:47:13 INFO]: Max TNT Explosions: 100
  775. [14:47:13 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  776. [14:47:13 INFO]: Item Merge Radius: 2.5
  777. [14:47:13 INFO]: Item Despawn Rate: 6000
  778. [14:47:13 INFO]: Arrow Despawn Rate: 1200
  779. [14:47:13 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  780. [14:47:13 INFO]: View Distance: 10
  781. [14:47:13 INFO]: Zombie Aggressive Towards Villager: true
  782. [14:47:13 INFO]: Chunks to Grow per Tick: 650
  783. [14:47:13 INFO]: Clear tick list: false
  784. [14:47:13 INFO]: Experience Merge Radius: 3.0
  785. [14:47:13 INFO]: Preparing start region for level 15 (Seed: -1675863534626733197)
  786. [14:47:14 INFO]: Preparing spawn area for tnterra, 77%
  787. [14:47:15 INFO]: [Multiverse-Core] Loading World & Settings - 'PVP-Terrafaction' - Env: NORMAL - Type: NORMAL & seed: -578780926615214822
  788. [14:47:15 INFO]: -------- World Settings For [PVP-Terrafaction] --------
  789. [14:47:15 INFO]: Mob Spawn Range: 4
  790. [14:47:15 INFO]: Anti X-Ray: true
  791. [14:47:15 INFO]: Engine Mode: 1
  792. [14:47:15 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  793. [14:47:15 INFO]: Replace Blocks: [1, 5]
  794. [14:47:15 INFO]: Nerfing mobs spawned from spawners: false
  795. [14:47:15 INFO]: Cactus Growth Modifier: 100%
  796. [14:47:15 INFO]: Cane Growth Modifier: 100%
  797. [14:47:15 INFO]: Melon Growth Modifier: 100%
  798. [14:47:15 INFO]: Mushroom Growth Modifier: 100%
  799. [14:47:15 INFO]: Pumpkin Growth Modifier: 100%
  800. [14:47:15 INFO]: Sapling Growth Modifier: 100%
  801. [14:47:15 INFO]: Wheat Growth Modifier: 100%
  802. [14:47:15 INFO]: NetherWart Growth Modifier: 100%
  803. [14:47:15 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  804. [14:47:15 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  805. [14:47:15 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  806. [14:47:15 INFO]: Random Lighting Updates: false
  807. [14:47:15 INFO]: Structure Info Saving: true
  808. [14:47:15 INFO]: Sending up to 10 chunks per packet
  809. [14:47:15 INFO]: Max Entity Collisions: 8
  810. [14:47:15 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  811. [14:47:15 INFO]: Max TNT Explosions: 100
  812. [14:47:15 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  813. [14:47:15 INFO]: Item Merge Radius: 2.5
  814. [14:47:15 INFO]: Item Despawn Rate: 6000
  815. [14:47:15 INFO]: Arrow Despawn Rate: 1200
  816. [14:47:15 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  817. [14:47:15 INFO]: View Distance: 10
  818. [14:47:15 INFO]: Zombie Aggressive Towards Villager: true
  819. [14:47:15 INFO]: Chunks to Grow per Tick: 650
  820. [14:47:15 INFO]: Clear tick list: false
  821. [14:47:15 INFO]: Experience Merge Radius: 3.0
  822. [14:47:15 INFO]: World PVP-Terrafaction is a duplicate of another world and has been prevented from loading. Please delete the uid.dat file from PVP-Terrafaction's world directory if you want to be able to load the duplicate world.
  823. [14:47:15 ERROR]: [Multiverse-Core] Failed to Create/Load the world 'PVP-Terrafaction'
  824. [14:47:15 INFO]: Could not set generator for world 'terra1': Plugin 'CleanRoomGenerator' does not exist
  825. [14:47:15 INFO]: [Multiverse-Core] Loading World & Settings - 'terra1' - Env: NORMAL - Type: NORMAL & seed: -6269302175657974250 & generator: CleanRoomGenerator:.50,stone
  826. [14:47:15 INFO]: [Multiverse-Core] Loading World & Settings - 'terra1_nether' - Env: NETHER - Type: NORMAL & seed: -6269302175657974250
  827. [14:47:15 INFO]: [Multiverse-Core] Loading World & Settings - 'terra1_the_end' - Env: THE_END - Type: NORMAL & seed: -6269302175657974250
  828. [14:47:15 INFO]: [Multiverse-Core] 18 - World(s) loaded.
  829. [14:47:15 INFO]: [WorldGuard] Enabling WorldGuard v6.1
  830. [14:47:15 INFO]: [WorldGuard] (terra1) TNT ignition is PERMITTED.
  831. [14:47:15 INFO]: [WorldGuard] (terra1) Lighters are PERMITTED.
  832. [14:47:15 INFO]: [WorldGuard] (terra1) Lava fire is blocked.
  833. [14:47:15 INFO]: [WorldGuard] (terra1) Fire spread is UNRESTRICTED.
  834. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world 'terra1'
  835. [14:47:15 INFO]: [WorldGuard] (terra1_nether) TNT ignition is PERMITTED.
  836. [14:47:15 INFO]: [WorldGuard] (terra1_nether) Lighters are PERMITTED.
  837. [14:47:15 INFO]: [WorldGuard] (terra1_nether) Lava fire is blocked.
  838. [14:47:15 INFO]: [WorldGuard] (terra1_nether) Fire spread is UNRESTRICTED.
  839. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world 'terra1_nether'
  840. [14:47:15 INFO]: [WorldGuard] (terra1_the_end) TNT ignition is PERMITTED.
  841. [14:47:15 INFO]: [WorldGuard] (terra1_the_end) Lighters are PERMITTED.
  842. [14:47:15 INFO]: [WorldGuard] (terra1_the_end) Lava fire is blocked.
  843. [14:47:15 INFO]: [WorldGuard] (terra1_the_end) Fire spread is UNRESTRICTED.
  844. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world 'terra1_the_end'
  845. [14:47:15 INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  846. [14:47:15 INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  847. [14:47:15 INFO]: [WorldGuard] (world) Lava fire is blocked.
  848. [14:47:15 INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  849. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world 'world'
  850. [14:47:15 INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  851. [14:47:15 INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  852. [14:47:15 INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  853. [14:47:15 INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  854. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  855. [14:47:15 INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  856. [14:47:15 INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  857. [14:47:15 INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  858. [14:47:15 INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  859. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  860. [14:47:15 INFO]: [WorldGuard] (-VeryCraft-) TNT ignition is PERMITTED.
  861. [14:47:15 INFO]: [WorldGuard] (-VeryCraft-) Lighters are PERMITTED.
  862. [14:47:15 INFO]: [WorldGuard] (-VeryCraft-) Lava fire is blocked.
  863. [14:47:15 INFO]: [WorldGuard] (-VeryCraft-) Fire spread is UNRESTRICTED.
  864. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world '-VeryCraft-'
  865. [14:47:15 INFO]: [WorldGuard] (PVP-Faction) TNT ignition is PERMITTED.
  866. [14:47:15 INFO]: [WorldGuard] (PVP-Faction) Lighters are PERMITTED.
  867. [14:47:15 INFO]: [WorldGuard] (PVP-Faction) Lava fire is blocked.
  868. [14:47:15 INFO]: [WorldGuard] (PVP-Faction) Fire spread is UNRESTRICTED.
  869. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world 'PVP-Faction'
  870. [14:47:15 INFO]: [WorldGuard] (V2gridmap) TNT ignition is PERMITTED.
  871. [14:47:15 INFO]: [WorldGuard] (V2gridmap) Lighters are PERMITTED.
  872. [14:47:15 INFO]: [WorldGuard] (V2gridmap) Lava fire is blocked.
  873. [14:47:15 INFO]: [WorldGuard] (V2gridmap) Fire spread is UNRESTRICTED.
  874. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world 'V2gridmap'
  875. [14:47:15 INFO]: [WorldGuard] (PVP-Faction_nether) TNT ignition is PERMITTED.
  876. [14:47:15 INFO]: [WorldGuard] (PVP-Faction_nether) Lighters are PERMITTED.
  877. [14:47:15 INFO]: [WorldGuard] (PVP-Faction_nether) Lava fire is blocked.
  878. [14:47:15 INFO]: [WorldGuard] (PVP-Faction_nether) Fire spread is UNRESTRICTED.
  879. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world 'PVP-Faction_nether'
  880. [14:47:15 INFO]: [WorldGuard] (PVP-Faction_the_end) TNT ignition is PERMITTED.
  881. [14:47:15 INFO]: [WorldGuard] (PVP-Faction_the_end) Lighters are PERMITTED.
  882. [14:47:15 INFO]: [WorldGuard] (PVP-Faction_the_end) Lava fire is blocked.
  883. [14:47:15 INFO]: [WorldGuard] (PVP-Faction_the_end) Fire spread is UNRESTRICTED.
  884. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world 'PVP-Faction_the_end'
  885. [14:47:15 INFO]: [WorldGuard] (testw1) TNT ignition is PERMITTED.
  886. [14:47:15 INFO]: [WorldGuard] (testw1) Lighters are PERMITTED.
  887. [14:47:15 INFO]: [WorldGuard] (testw1) Lava fire is blocked.
  888. [14:47:15 INFO]: [WorldGuard] (testw1) Fire spread is UNRESTRICTED.
  889. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world 'testw1'
  890. [14:47:15 INFO]: [WorldGuard] (RushFFA) TNT ignition is PERMITTED.
  891. [14:47:15 INFO]: [WorldGuard] (RushFFA) Lighters are PERMITTED.
  892. [14:47:15 INFO]: [WorldGuard] (RushFFA) Lava fire is blocked.
  893. [14:47:15 INFO]: [WorldGuard] (RushFFA) Fire spread is UNRESTRICTED.
  894. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world 'RushFFA'
  895. [14:47:15 INFO]: [WorldGuard] (Rush1) TNT ignition is PERMITTED.
  896. [14:47:15 INFO]: [WorldGuard] (Rush1) Lighters are PERMITTED.
  897. [14:47:15 INFO]: [WorldGuard] (Rush1) Lava fire is blocked.
  898. [14:47:15 INFO]: [WorldGuard] (Rush1) Fire spread is UNRESTRICTED.
  899. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world 'Rush1'
  900. [14:47:15 INFO]: [WorldGuard] (magic) TNT ignition is PERMITTED.
  901. [14:47:15 INFO]: [WorldGuard] (magic) Lighters are PERMITTED.
  902. [14:47:15 INFO]: [WorldGuard] (magic) Lava fire is blocked.
  903. [14:47:15 INFO]: [WorldGuard] (magic) Fire spread is UNRESTRICTED.
  904. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world 'magic'
  905. [14:47:15 INFO]: [WorldGuard] (tnterra) TNT ignition is PERMITTED.
  906. [14:47:15 INFO]: [WorldGuard] (tnterra) Lighters are PERMITTED.
  907. [14:47:15 INFO]: [WorldGuard] (tnterra) Lava fire is blocked.
  908. [14:47:15 INFO]: [WorldGuard] (tnterra) Fire spread is UNRESTRICTED.
  909. [14:47:15 INFO]: [WorldGuard] Loaded configuration for world 'tnterra'
  910. [14:47:15 INFO]: [WorldGuard] Loading region data...
  911. [14:47:16 INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.3
  912. [14:47:16 INFO]: [SkinsRestorer] Detected Minecraft v1_8_R3, using UniversalSkinFactory.
  913. [14:47:16 INFO]: [SkinsRestorer] Detected Multiverse-Core! Using it for dimensions.
  914. [14:47:16 INFO]: [VoxelSniper] Enabling VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
  915. [14:47:16 INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
  916. [14:47:16 INFO]: [VoxelSniper] Registered Sniper Listener.
  917. [14:47:16 INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.14.1.3
  918. [14:47:16 WARN]: Mauvaise version ! Veuillez mettre des jars Essentials de même version.
  919. [14:47:16 INFO]: [BetterBrushes] Enabling BetterBrushes v1.0.0.140406
  920. [14:47:16 INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vPre2.14.1.3
  921. [14:47:16 WARN]: Mauvaise version ! Veuillez mettre des jars Essentials de même version.
  922. [14:47:16 INFO]: [CustomCrates] Enabling CustomCrates v1.3-release-beta
  923. [14:47:16 INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
  924. [14:47:16 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vPre2.14.1.3
  925. [14:47:16 WARN]: Mauvaise version ! Veuillez mettre des jars Essentials de même version.
  926. [14:47:16 INFO]: [WorldEditSelectionVisualizer] Enabling WorldEditSelectionVisualizer v1.4.2
  927. [14:47:16 INFO]: [ChestShop] Enabling ChestShop v3.7.18
  928. [14:47:17 INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  929. [14:47:17 INFO]: [CreativeGates] Enabling CreativeGates v2.8.0
  930. [14:47:17 ERROR]: Error occurred while enabling CreativeGates v2.8.0 (Is it up to date?)
  931. java.lang.NoSuchMethodError: com.massivecraft.creativegates.CreativeGates.preEnable()Z
  932. at com.massivecraft.creativegates.CreativeGates.onEnable(CreativeGates.java:66) ~[?:?]
  933. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  934. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-db6de12-18fbb24]
  935. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-db6de12-18fbb24]
  936. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-db6de12-18fbb24]
  937. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-db6de12-18fbb24]
  938. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-db6de12-18fbb24]
  939. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-db6de12-18fbb24]
  940. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-db6de12-18fbb24]
  941. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-db6de12-18fbb24]
  942. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-18fbb24]
  943. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  944. [14:47:17 INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
  945. [14:47:18 INFO]: [Factions] Enabling Factions v2.13.6
  946. [14:47:18 INFO]: [Factions 2.13.6] === ENABLE START ===
  947. [14:47:19 WARN]: [HolographicDisplays] The author of this plugin has misconfigured the Updater system.
  948. [14:47:19 WARN]: [ChestShop] The updater could not find any files for the project id 31263
  949. [14:47:19 WARN]: [HolographicDisplays] The project ID (75097) provided for updating is invalid.
  950. [14:47:19 WARN]: [HolographicDisplays] Please notify the author of this error.
  951. [14:47:20 INFO]: [Factions 2.13.6] Integration Activated IntegrationV18
  952. [14:47:20 INFO]: [Factions 2.13.6] Integration Activated IntegrationSpigot
  953. [14:47:20 INFO]: [Factions 2.13.6] Integration Activated IntegrationWorldGuard
  954. [14:47:20 INFO]: [Factions 2.13.6] === ENABLE COMPLETE (Took 1696ms) ===
  955. [14:47:20 INFO]: [AuctionHouse] Enabling AuctionHouse v3.3
  956. [14:47:20 INFO]: [PvPManager] Enabling PvPManager v3.3.3.2
  957. [14:47:20 WARN]: [PvPManager] Error! Locale 'FR' does not exist! Using default messages
  958. [14:47:20 INFO]: [PvPManager] Vault Found! Using it for currency related features
  959. [14:47:20 INFO]: [PvPManager] WorldGuard Found! Enabling WorldGuard Support
  960. [14:47:20 INFO]: [PvPManager] Factions Found! Hooked successfully
  961. [14:47:20 INFO]: [SpawnShield] Enabling SpawnShield v1.1.0
  962. [14:47:20 INFO]: [SpawnShield] Loading SpawnShield by Techcable
  963. [14:47:20 INFO]: Reflections took 150 ms to scan 12 urls, producing 1 keys and 4 values
  964. [14:47:20 INFO]: [SpawnShield] Worldguard 6 Detected, Activatin support
  965. [14:47:20 INFO]: Server permissions file permissions.yml is empty, ignoring it
  966. [14:47:21 INFO]: Done (25,458s)! For help, type "help" or "?"
  967. [14:47:21 INFO]: Starting remote control listener
  968. [14:47:21 INFO]: RCON running on 62.4.27.234:25573
  969. [14:47:21 INFO]: [PvPManager] Checking for updates...
  970. [14:47:21 INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
  971. [14:47:21 INFO]: GroupManager - INFO - Bukkit Permissions Updated!
  972. [14:47:21 WARN]: [PvPManager] The updater could not find any files for the project id 63773
  973. [14:47:21 INFO]: [PvPManager] No update found
  974. [14:47:21 INFO]: [Vault] Checking for Updates ...
  975. [14:47:21 INFO]: [SkinsRestorer] ----------------------------------------------
  976. [14:47:21 INFO]: [SkinsRestorer] +===============+
  977. [14:47:21 INFO]: [SkinsRestorer] | SkinsRestorer |
  978. [14:47:21 INFO]: [SkinsRestorer] |---------------|
  979. [14:47:21 INFO]: [SkinsRestorer] | Bungee Mode |
  980. [14:47:21 INFO]: [SkinsRestorer] +===============+
  981. [14:47:21 INFO]: [SkinsRestorer] ----------------------------------------------
  982. [14:47:21 INFO]: [SkinsRestorer] Current version: 13.3
  983. [14:47:21 INFO]: [SkinsRestorer] This is the latest version!
  984. [14:47:21 INFO]: [SkinsRestorer] ----------------------------------------------
  985. [14:47:21 WARN]: [Vault] No files found, or Feed URL is bad.
  986. [14:47:21 INFO]: [Vault] No new version available
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement