CommandBlock Command block s'ouvre pas. 1.9

Louis126

Bucheron
22 Octobre 2015
7
2
14
19
Bonsoir,
Je viens de passer mon serveur en 1.9 et quand je pose un commandblock,
Aucune animation de main n’apparaît... Et il ne s'ouvre pas !
J'aimerais besoin d'aide étant donné que mon serveur est un serveur parc à thème je prépare un spectacle...

Merci !
 
Hey !
Pourrais-tu nous donner plus d'information ?
Hébergeur du serveur, type de serveur (vanilla, spigot, bukkit, forge...)
Les command-blocks sont-ils bien activé sur ton serveur ?
 
Bon, je ne te cache pas que je n'ai que peu de connaissance dans le domaine du serveur, j'appelle donc quelqu'un de plus qualifié que moi ;)
@Detobel36, si tu as un peu de temps pour regarder ici ! :)
 
  • J'aime
Reactions: Louis126 et Oromis
Ep ! Évite les double-posts !
Je viens de fusionner tes deux messages ;)
 
Met tous tes logs entre balise code
Pour cela, tu écris :
[*code*]Message [*/code*]
Sans les astérisques, tu auras un rendu de la sorte :
Code:
Message
Voilà ;)
 
Code:
[20:34:29] [Server thread/INFO]: Starting minecraft server version 1.9.4
[20:34:29] [Server thread/INFO]: Loading properties
[20:34:29] [Server thread/WARN]: ressource-pack-hash is depricated and found along side resource-pack-sha1. resource-pack-hash will be ignored.
[20:34:29] [Server thread/INFO]: Default game type: CREATIVE
[20:34:29] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-798f32d-0cd0397 (MC: 1.9.4) (Implementing API version 1.9.4-R0.1-SNAPSHOT)
[20:34:29] [Server thread/INFO]: Using 4 threads for Netty based IO
[20:34:29] [Server thread/INFO]: Server Ping Player Sample Count: 12
[20:34:29] [Server thread/INFO]: Debug logging is disabled
[20:34:29] [Server thread/INFO]: Generating keypair
[20:34:30] [Server thread/INFO]: Starting Minecraft server on 37.59.12.94:26904
[20:34:30] [Server thread/INFO]: Using epoll channel type
[20:34:30] [Server thread/ERROR]: Could not load 'plugins/BuycraftX.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:154) ~[spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at org.bukkit.craftbukkit.v1_9_R2.CraftServer.loadPlugins(CraftServer.java:297) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at net.minecraft.server.v1_9_R2.DedicatedServer.init(DedicatedServer.java:200) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:532) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at java.lang.Thread.run(Unknown Source) [?:1.7.0_80]
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
    ... 6 more
[20:34:30] [Server thread/WARN]: Plugin `Train_Carts v1.75-SNAPSHOT' uses the space-character (0x20) in its name `Train Carts' - this is discouraged
[20:34:30] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[20:34:30] [Server thread/ERROR]: Could not load 'plugins/AuthMe-5.2-SNAPSHOT-spigot.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: fr/xephi/authme/AuthMe : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at org.bukkit.craftbukkit.v1_9_R2.CraftServer.loadPlugins(CraftServer.java:297) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at net.minecraft.server.v1_9_R2.DedicatedServer.init(DedicatedServer.java:200) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:532) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at java.lang.Thread.run(Unknown Source) [?:1.7.0_80]
Caused by: java.lang.UnsupportedClassVersionError: fr/xephi/authme/AuthMe : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_80]
    at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_80]
    at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_80]
    at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_80]
    at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_80]
    at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_80]
    at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_80]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_80]
    at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_80]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_80]
    at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_80]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    ... 6 more
[20:34:30] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0 (Phoenix)
[20:34:30] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
[20:34:30] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
[20:34:30] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v12.9.5
[20:34:30] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[20:34:30] [Server thread/INFO]: [Umbaska] Loading Umbaska v2.0 Beta 5.0541
[20:34:30] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
[20:34:30] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
[20:34:30] [Server thread/INFO]: [ClearChat] Loading ClearChat v2.0.0
[20:34:30] [Server thread/INFO]: [Pixelator] Loading Pixelator v1.2.1
[20:34:30] [Server thread/INFO]: [MCJukebox] Loading MCJukebox v2.2
[20:34:30] [Server thread/INFO]: [ArmorStandTools] Loading ArmorStandTools v2.1.1
[20:34:30] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
[20:34:30] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.59-SNAPSHOT
[20:34:30] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.20
[20:34:30] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
[20:34:30] [Server thread/INFO]: [Train_Carts] Loading Train_Carts v1.75-SNAPSHOT
[20:34:30] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[20:34:30] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.19-SNAPSHOT (build 1374)
[20:34:30] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
[20:34:30] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[20:34:30] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity
[20:34:30] [Server thread/INFO]: [WirelessRedstone] Loading WirelessRedstone v2.2
[20:34:30] [Server thread/INFO]: [Movecraft] Loading Movecraft v4.0.1
[20:34:30] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[20:34:30] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[20:34:30] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[20:34:30] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[20:34:30] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[20:34:30] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[20:34:30] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[20:34:30] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.59-SNAPSHOT
[20:34:30] [Server thread/ERROR]: [BKCommonLib] This version of BKCommonLib is not compatible with: Spigot (git-Spigot-798f32d-0cd0397) : v1_9_R2 (Minecraft 1.9.4)
[20:34:30] [Server thread/ERROR]: [BKCommonLib] It could be that BKCommonLib has to be updated, as the current version is built for MC v1_7_R4
[20:34:30] [Server thread/ERROR]: [BKCommonLib] Please look for an available BKCommonLib version that is compatible:
[20:34:30] [Server thread/ERROR]: [BKCommonLib] http://dev.bukkit.org/server-mods/bkcommonlib/
[20:34:30] [Server thread/ERROR]: [BKCommonLib] BKCommonLib and all depending plugins will now disable...
[20:34:30] [Server thread/INFO]: [BKCommonLib] Disabling BKCommonLib v1.59-SNAPSHOT
[20:34:30] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[20:34:30] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[20:34:30] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[20:34:30] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[20:34:30] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[20:34:30] [Server thread/INFO]: Preparing level "spawnnouveaux"
[20:34:30] [Server thread/INFO]: -------- World Settings For [spawnnouveaux] --------
[20:34:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:30] [Server thread/INFO]: View Distance: 6
[20:34:30] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:30] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:30] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:30] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:30] [Server thread/INFO]: Random Lighting Updates: false
[20:34:30] [Server thread/INFO]: Structure Info Saving: true
[20:34:30] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:30] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:30] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:30] [Server thread/INFO]: -------- World Settings For [spawnnouveaux_nether] --------
[20:34:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:30] [Server thread/INFO]: View Distance: 6
[20:34:30] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:30] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:30] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:30] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:30] [Server thread/INFO]: Random Lighting Updates: false
[20:34:30] [Server thread/INFO]: Structure Info Saving: true
[20:34:30] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:30] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:30] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:30] [Server thread/INFO]: -------- World Settings For [spawnnouveaux_the_end] --------
[20:34:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:30] [Server thread/INFO]: View Distance: 6
[20:34:30] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:30] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:30] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:30] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:30] [Server thread/INFO]: Random Lighting Updates: false
[20:34:30] [Server thread/INFO]: Structure Info Saving: true
[20:34:30] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:30] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:30] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:31] [Server thread/INFO]: Preparing start region for level 0 (Seed: -2295408118581717741)
[20:34:32] [Server thread/INFO]: Preparing spawn area: 53%
[20:34:32] [Server thread/INFO]: Preparing start region for level 1 (Seed: -2295408118581717741)
[20:34:33] [Server thread/INFO]: Preparing start region for level 2 (Seed: -2295408118581717741)
[20:34:33] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0 (Phoenix)
[20:34:33] [Server thread/INFO]: GroupManager - INFO - World Found: spawnnouveaux
[20:34:33] [Server thread/INFO]: GroupManager - INFO - World Found: world
[20:34:33] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[20:34:33] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[20:34:33] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[20:34:33] [Server thread/INFO]: GroupManager version 2.0 (Phoenix) is enabled!
[20:34:33] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[20:34:33] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[20:34:33] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
[20:34:33] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[20:34:33] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_9_R2 as the Bukkit adapter
[20:34:33] [Server thread/WARN]: [WorldEdit] WorldEdit has detected you are using Java 7 (based on detected version 1.7.0_80).
[20:34:33] [Server thread/WARN]: [WorldEdit] WorldEdit will stop supporting Java less than version 8 in the future, due to Java 7 being EOL since April 2015. Please update your server to Java 8.
[20:34:33] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2
[20:34:34] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
[20:34:34] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 255, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448
[20:34:34] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[20:34:34] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v12.9.5
[20:34:34] [Server thread/INFO]: [0;32;1mDetected Minecraft [0;33;1mv1_9_R2[0;32;1m, using [0;33;1mUniversalSkinFactory[m
[20:34:34] [Server thread/INFO]: [Umbaska] Enabling Umbaska v2.0 Beta 5.0541
[20:34:34] [Server thread/INFO]: [Umbaska] §a[Umbaska] Hooked into metrics! :)
[20:34:34] [Server thread/ERROR]: [Umbaska] Plugin Umbaska v2.0 Beta 5.0541 has failed to register events for class uk.co.umbaska.Main because com/comphenix/protocol/ProtocolManager does not exist.
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Effect for Open Inventory due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Effect for Open Inventory due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Effect for Clear Bounding Box due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Effect for Set Attribute due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Effect for Title due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Effect for Action Bar due to Can't find Class!
[20:34:34] [Server thread/INFO]: [Umbaska] It appears you might be using a 1.8 Build! I'm going to attempt to register some things related to it :)
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Effect for Trail Entity due to Can't find Class!
[20:34:34] [Server thread/INFO]: [Umbaska] [Umbaska > SkQuery] Attempting to register new Spawn Particle Effect.
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Effect for Better Particle due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Effect for Better Particle All due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Effect for Better Effect due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Effect for Better Effect All due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Effect for Register Player due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Effect for Set Display Name Fake player due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Effect for Set location fake player due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Effect for Set Skin fake player due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Expression for Armor Stand Marker due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Expression for NoAI due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Expression for Silent due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Expression for ItemAttributeGeneric due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Expression for ItemAttributePredefined due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Expression for Glow due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Expression for Absorption Hearts due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Expression for No AI Entity due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Expression for Get Player from Fake Player due to Can't find Class!
[20:34:34] [Server thread/INFO]: Umbaska »»» Can't Register Enum for entityattribute due to 
Wrong Spigot/Bukkit Version!
[20:34:34] [Server thread/INFO]: [Umbaska] [Umbaska > SkQuery] Registered Custom Particle Enum. Have some BACON!!!!
[20:34:34] [Server thread/INFO]: Registering Entity Interact Event
[20:34:34] [Server thread/INFO]: [Umbaska 2.0] Configuration file loaded.
[20:34:34] [Server thread/INFO]: [Umbaska 2.0] THE CONFIG FILE CONTAINS UNSET VALUES - YOU MUST FIX THEM BEFORE THE UMBASKACORD HOOK WILL WORK 
[20:34:34] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
[20:34:34] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
[20:34:34] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
[20:34:34] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Disney_the_end' - Env: THE_END - Type: FLAT & seed: -4824986211714729000
[20:34:34] [Server thread/INFO]: -------- World Settings For [Disney_the_end] --------
[20:34:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:34] [Server thread/INFO]: View Distance: 6
[20:34:34] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:34] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:34] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:34] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:34] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:34] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:34] [Server thread/INFO]: Random Lighting Updates: false
[20:34:34] [Server thread/INFO]: Structure Info Saving: true
[20:34:34] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:34] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:34] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:34] [Server thread/INFO]: Preparing start region for level 3 (Seed: -4824986211714729000)
[20:34:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -3490145377262576326
[20:34:35] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[20:34:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:35] [Server thread/INFO]: View Distance: 6
[20:34:35] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:35] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:35] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:35] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:35] [Server thread/INFO]: Random Lighting Updates: false
[20:34:35] [Server thread/INFO]: Structure Info Saving: true
[20:34:35] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:35] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:35] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:35] [Server thread/INFO]: Preparing start region for level 4 (Seed: -3490145377262576326)
[20:34:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Crᅢatif' - Env: NORMAL - Type: FLAT & seed: 7019841009698814949
[20:34:35] [Server thread/INFO]: -------- World Settings For [Crᅢatif] --------
[20:34:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:35] [Server thread/INFO]: View Distance: 6
[20:34:35] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:35] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:35] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:35] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:35] [Server thread/INFO]: Random Lighting Updates: false
[20:34:35] [Server thread/INFO]: Structure Info Saving: true
[20:34:35] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:35] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:35] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:35] [Server thread/INFO]: Preparing start region for level 5 (Seed: 7019841009698814949)
[20:34:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'dlpchemat' - Env: NORMAL - Type: NORMAL & seed: 2980449430616207584
[20:34:35] [Server thread/INFO]: -------- World Settings For [dlpchemat] --------
[20:34:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:35] [Server thread/INFO]: View Distance: 6
[20:34:35] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:35] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:35] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:35] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:35] [Server thread/INFO]: Random Lighting Updates: false
[20:34:35] [Server thread/INFO]: Structure Info Saving: true
[20:34:35] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:35] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:35] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:35] [Server thread/INFO]: Preparing start region for level 6 (Seed: 2980449430616207584)
[20:34:36] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ud1' - Env: NORMAL - Type: FLAT & seed: 830446278031058295
[20:34:36] [Server thread/INFO]: -------- World Settings For [ud1] --------
[20:34:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:36] [Server thread/INFO]: View Distance: 6
[20:34:36] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:36] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:36] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:36] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:36] [Server thread/INFO]: Random Lighting Updates: false
[20:34:36] [Server thread/INFO]: Structure Info Saving: true
[20:34:36] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:36] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:36] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:36] [Server thread/INFO]: Preparing start region for level 7 (Seed: 830446278031058295)
[20:34:36] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'UniversDisneyParc' - Env: NORMAL - Type: FLAT & seed: 6885897988790374256
[20:34:36] [Server thread/INFO]: -------- World Settings For [UniversDisneyParc] --------
[20:34:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:36] [Server thread/INFO]: View Distance: 6
[20:34:36] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:36] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:36] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:36] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:36] [Server thread/INFO]: Random Lighting Updates: false
[20:34:36] [Server thread/INFO]: Structure Info Saving: true
[20:34:36] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:36] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:36] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:36] [Server thread/INFO]: Preparing start region for level 8 (Seed: 6885897988790374256)
[20:34:36] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:flower_pot
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:flower_pot
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:flower_pot
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:flower_pot
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:flower_pot
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:flower_pot
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:flower_pot
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:command_block
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:command_block
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:flower_pot
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:command_block
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/WARN]: Skipping BlockEntity with id minecraft:daylight_detector
[20:34:37] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'tot' - Env: NORMAL - Type: NORMAL & seed: 4431064177836963840
[20:34:37] [Server thread/INFO]: -------- World Settings For [tot] --------
[20:34:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:37] [Server thread/INFO]: View Distance: 6
[20:34:37] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:37] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:37] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:37] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:37] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:37] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:37] [Server thread/INFO]: Random Lighting Updates: false
[20:34:37] [Server thread/INFO]: Structure Info Saving: true
[20:34:37] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:37] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:37] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:37] [Server thread/INFO]: Preparing start region for level 9 (Seed: 4431064177836963840)
[20:34:38] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Disney2' - Env: NORMAL - Type: FLAT & seed: 1106525782148705600
[20:34:38] [Server thread/INFO]: -------- World Settings For [Disney2] --------
[20:34:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:38] [Server thread/INFO]: View Distance: 6
[20:34:38] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:38] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:38] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:38] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:38] [Server thread/INFO]: Random Lighting Updates: false
[20:34:38] [Server thread/INFO]: Structure Info Saving: true
[20:34:38] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:38] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:38] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:38] [Server thread/INFO]: Preparing start region for level 10 (Seed: 1106525782148705600)
[20:34:38] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'mc_magic_craft_fr' - Env: NORMAL - Type: FLAT & seed: 0
[20:34:38] [Server thread/INFO]: -------- World Settings For [mc_magic_craft_fr] --------
[20:34:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:38] [Server thread/INFO]: View Distance: 6
[20:34:38] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:38] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:38] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:38] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:38] [Server thread/INFO]: Random Lighting Updates: false
[20:34:38] [Server thread/INFO]: Structure Info Saving: true
[20:34:38] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:38] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:38] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:38] [Server thread/INFO]: Preparing start region for level 11 (Seed: 0)
[20:34:38] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Ville' - Env: NORMAL - Type: FLAT & seed: 0
[20:34:38] [Server thread/INFO]: -------- World Settings For [Ville] --------
[20:34:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:38] [Server thread/INFO]: View Distance: 6
[20:34:38] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:38] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:38] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:38] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:38] [Server thread/INFO]: Random Lighting Updates: false
[20:34:38] [Server thread/INFO]: Structure Info Saving: true
[20:34:38] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:38] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:38] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:38] [Server thread/INFO]: Preparing start region for level 12 (Seed: 0)
[20:34:38] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ASkyBlock_nether' - Env: NETHER - Type: FLAT & seed: -5153056309648660488
[20:34:38] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
[20:34:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:38] [Server thread/INFO]: View Distance: 6
[20:34:38] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:38] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:38] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:38] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:38] [Server thread/INFO]: Random Lighting Updates: false
[20:34:38] [Server thread/INFO]: Structure Info Saving: true
[20:34:38] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:38] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:38] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:38] [Server thread/INFO]: Preparing start region for level 13 (Seed: -5153056309648660488)
[20:34:39] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Mj' - Env: NORMAL - Type: FLAT & seed: 3897916527283135137
[20:34:39] [Server thread/INFO]: -------- World Settings For [Mj] --------
[20:34:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:39] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:39] [Server thread/INFO]: View Distance: 6
[20:34:39] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:39] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:39] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:39] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:39] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:39] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:39] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:39] [Server thread/INFO]: Random Lighting Updates: false
[20:34:39] [Server thread/INFO]: Structure Info Saving: true
[20:34:39] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:39] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:39] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:39] [Server thread/INFO]: Preparing start region for level 14 (Seed: 3897916527283135137)
[20:34:40] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'spawnnouveaux' - Env: NORMAL - Type: NORMAL & seed: -2295408118581717741
[20:34:40] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Survie' - Env: NORMAL - Type: NORMAL & seed: 903939055793583092
[20:34:40] [Server thread/INFO]: -------- World Settings For [Survie] --------
[20:34:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:40] [Server thread/INFO]: View Distance: 6
[20:34:40] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:40] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:40] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:40] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:40] [Server thread/INFO]: Random Lighting Updates: false
[20:34:40] [Server thread/INFO]: Structure Info Saving: true
[20:34:40] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:40] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:40] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:40] [Server thread/INFO]: Preparing start region for level 15 (Seed: 903939055793583092)
[20:34:40] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ud' - Env: NORMAL - Type: FLAT & seed: -4824986211714729000
[20:34:40] [Server thread/INFO]: -------- World Settings For [ud] --------
[20:34:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:40] [Server thread/INFO]: View Distance: 6
[20:34:40] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:40] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:40] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:40] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:40] [Server thread/INFO]: Random Lighting Updates: false
[20:34:40] [Server thread/INFO]: Structure Info Saving: true
[20:34:40] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:40] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:40] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:40] [Server thread/INFO]: Preparing start region for level 16 (Seed: -4824986211714729000)
[20:34:41] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Fiction-Land' - Env: NORMAL - Type: FLAT & seed: 3037214773305671784
[20:34:41] [Server thread/INFO]: -------- World Settings For [Fiction-Land] --------
[20:34:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:41] [Server thread/INFO]: View Distance: 6
[20:34:41] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:41] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:41] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:41] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:41] [Server thread/INFO]: Random Lighting Updates: false
[20:34:41] [Server thread/INFO]: Structure Info Saving: true
[20:34:41] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:41] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:41] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:41] [Server thread/INFO]: Preparing start region for level 17 (Seed: 3037214773305671784)
[20:34:41] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'spawnnouveaux_the_end' - Env: THE_END - Type: NORMAL & seed: -2295408118581717741
[20:34:41] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'FᅢteForaine' - Env: NORMAL - Type: FLAT & seed: 8542096180129627722
[20:34:41] [Server thread/INFO]: -------- World Settings For [FᅢteForaine] --------
[20:34:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:41] [Server thread/INFO]: View Distance: 6
[20:34:41] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:41] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:41] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:41] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:41] [Server thread/INFO]: Random Lighting Updates: false
[20:34:41] [Server thread/INFO]: Structure Info Saving: true
[20:34:41] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:41] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:41] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:41] [Server thread/INFO]: Preparing start region for level 18 (Seed: 8542096180129627722)
[20:34:42] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'SpectacleInteractif' - Env: NORMAL - Type: FLAT & seed: -8984835359009579917
[20:34:42] [Server thread/INFO]: -------- World Settings For [SpectacleInteractif] --------
[20:34:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:42] [Server thread/INFO]: View Distance: 6
[20:34:42] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:42] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:42] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:42] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:42] [Server thread/INFO]: Random Lighting Updates: false
[20:34:42] [Server thread/INFO]: Structure Info Saving: true
[20:34:42] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:42] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:42] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:42] [Server thread/INFO]: Preparing start region for level 19 (Seed: -8984835359009579917)
[20:34:42] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'SecretCraft' - Env: NORMAL - Type: FLAT & seed: 1860129172020500871
[20:34:42] [Server thread/INFO]: -------- World Settings For [SecretCraft] --------
[20:34:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:42] [Server thread/INFO]: View Distance: 6
[20:34:42] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:42] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:42] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:42] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:42] [Server thread/INFO]: Random Lighting Updates: false
[20:34:42] [Server thread/INFO]: Structure Info Saving: true
[20:34:42] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:42] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:42] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:42] [Server thread/INFO]: Preparing start region for level 20 (Seed: 1860129172020500871)
[20:34:42] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'spawnnouveaux_nether' - Env: NETHER - Type: NORMAL & seed: -2295408118581717741
[20:34:42] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'nature' - Env: NORMAL - Type: NORMAL & seed: -5146092026664378024
[20:34:42] [Server thread/INFO]: -------- World Settings For [nature] --------
[20:34:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:42] [Server thread/INFO]: View Distance: 6
[20:34:42] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:42] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:42] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:42] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:42] [Server thread/INFO]: Random Lighting Updates: false
[20:34:42] [Server thread/INFO]: Structure Info Saving: true
[20:34:42] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:42] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:42] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:42] [Server thread/INFO]: Preparing start region for level 21 (Seed: -5146092026664378024)
[20:34:43] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Ozir' - Env: NORMAL - Type: FLAT & seed: -7684428323515429951
[20:34:43] [Server thread/INFO]: -------- World Settings For [Ozir] --------
[20:34:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:43] [Server thread/INFO]: View Distance: 6
[20:34:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:43] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:43] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:43] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:43] [Server thread/INFO]: Random Lighting Updates: false
[20:34:43] [Server thread/INFO]: Structure Info Saving: true
[20:34:43] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:43] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:43] [Server thread/INFO]: Preparing start region for level 22 (Seed: -7684428323515429951)
[20:34:43] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'alis' - Env: NORMAL - Type: FLAT & seed: 9033601347477437981
[20:34:43] [Server thread/INFO]: -------- World Settings For [alis] --------
[20:34:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:43] [Server thread/INFO]: View Distance: 6
[20:34:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:43] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:43] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:43] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:43] [Server thread/INFO]: Random Lighting Updates: false
[20:34:43] [Server thread/INFO]: Structure Info Saving: true
[20:34:43] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:43] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:43] [Server thread/INFO]: Preparing start region for level 23 (Seed: 9033601347477437981)
[20:34:43] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'starwars' - Env: NORMAL - Type: FLAT & seed: 3037214773305671784
[20:34:43] [Server thread/INFO]: -------- World Settings For [starwars] --------
[20:34:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:43] [Server thread/INFO]: View Distance: 6
[20:34:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:43] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:43] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:43] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:43] [Server thread/INFO]: Random Lighting Updates: false
[20:34:43] [Server thread/INFO]: Structure Info Saving: true
[20:34:43] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:43] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:43] [Server thread/INFO]: World starwars is a duplicate of another world and has been prevented from loading. Please delete the uid.dat file from starwars's world directory if you want to be able to load the duplicate world.
[20:34:43] [Server thread/ERROR]: [Multiverse-Core] Failed to Create/Load the world 'starwars'
[20:34:43] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Dory' - Env: NORMAL - Type: NORMAL & seed: -8808906062681901098
[20:34:43] [Server thread/INFO]: -------- World Settings For [Dory] --------
[20:34:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:43] [Server thread/INFO]: View Distance: 6
[20:34:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:43] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:43] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:43] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:43] [Server thread/INFO]: Random Lighting Updates: false
[20:34:43] [Server thread/INFO]: Structure Info Saving: true
[20:34:43] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:43] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:43] [Server thread/INFO]: Preparing start region for level 24 (Seed: -8808906062681901098)
[20:34:44] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'concert' - Env: NORMAL - Type: FLAT & seed: 3059540093482248671
[20:34:44] [Server thread/INFO]: -------- World Settings For [concert] --------
[20:34:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:44] [Server thread/INFO]: View Distance: 6
[20:34:44] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:44] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:44] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:44] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:44] [Server thread/INFO]: Random Lighting Updates: false
[20:34:44] [Server thread/INFO]: Structure Info Saving: true
[20:34:44] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:44] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:44] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:44] [Server thread/INFO]: Preparing start region for level 25 (Seed: 3059540093482248671)
[20:34:44] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'technical' - Env: NORMAL - Type: FLAT & seed: 3533483277366703595
[20:34:44] [Server thread/INFO]: -------- World Settings For [technical] --------
[20:34:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:44] [Server thread/INFO]: View Distance: 6
[20:34:44] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:44] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:44] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:44] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:44] [Server thread/INFO]: Random Lighting Updates: false
[20:34:44] [Server thread/INFO]: Structure Info Saving: true
[20:34:44] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:44] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:44] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:44] [Server thread/INFO]: Preparing start region for level 26 (Seed: 3533483277366703595)
[20:34:44] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'test' - Env: NORMAL - Type: FLAT & seed: 9045366781496342213
[20:34:44] [Server thread/INFO]: -------- World Settings For [test] --------
[20:34:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:44] [Server thread/INFO]: View Distance: 6
[20:34:44] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:44] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:44] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:44] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:44] [Server thread/INFO]: Random Lighting Updates: false
[20:34:44] [Server thread/INFO]: Structure Info Saving: true
[20:34:44] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:44] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:44] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:44] [Server thread/INFO]: Preparing start region for level 27 (Seed: 9045366781496342213)
[20:34:45] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'villa' - Env: NORMAL - Type: FLAT & seed: 289348478715915279
[20:34:45] [Server thread/INFO]: -------- World Settings For [villa] --------
[20:34:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:34:45] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:34:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:34:45] [Server thread/INFO]: View Distance: 6
[20:34:45] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:34:45] [Server thread/INFO]: Item Despawn Rate: 6000
[20:34:45] [Server thread/INFO]: Item Merge Radius: 2.5
[20:34:45] [Server thread/INFO]: Mob Spawn Range: 4
[20:34:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:34:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:34:45] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:34:45] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:34:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:34:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:34:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:34:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:34:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:34:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:34:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:34:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:34:45] [Server thread/INFO]: Random Lighting Updates: false
[20:34:45] [Server thread/INFO]: Structure Info Saving: true
[20:34:45] [Server thread/INFO]: Max Entity Collisions: 8
[20:34:45] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:34:45] [Server thread/INFO]: Max TNT Explosions: 100
[20:34:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:34:45] [Server thread/INFO]: Preparing start region for level 28 (Seed: 289348478715915279)
[20:34:45] [Server thread/INFO]: [Multiverse-Core] 30 - World(s) loaded.
[20:34:45] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
[20:34:45] [Server thread/INFO]: [WorldGuard] (spawnnouveaux) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (spawnnouveaux) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (spawnnouveaux) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (spawnnouveaux) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawnnouveaux'
[20:34:45] [Server thread/INFO]: [WorldGuard] (spawnnouveaux_nether) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (spawnnouveaux_nether) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (spawnnouveaux_nether) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (spawnnouveaux_nether) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawnnouveaux_nether'
[20:34:45] [Server thread/INFO]: [WorldGuard] (spawnnouveaux_the_end) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (spawnnouveaux_the_end) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (spawnnouveaux_the_end) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (spawnnouveaux_the_end) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawnnouveaux_the_end'
[20:34:45] [Server thread/INFO]: [WorldGuard] (Disney_the_end) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Disney_the_end) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Disney_the_end) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Disney_the_end) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Disney_the_end'
[20:34:45] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[20:34:45] [Server thread/INFO]: [WorldGuard] (Crᅢatif) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Crᅢatif) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Crᅢatif) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Crᅢatif) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Crᅢatif'
[20:34:45] [Server thread/INFO]: [WorldGuard] (dlpchemat) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (dlpchemat) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (dlpchemat) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (dlpchemat) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'dlpchemat'
[20:34:45] [Server thread/INFO]: [WorldGuard] (ud1) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (ud1) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (ud1) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (ud1) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ud1'
[20:34:45] [Server thread/INFO]: [WorldGuard] (UniversDisneyParc) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (UniversDisneyParc) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (UniversDisneyParc) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (UniversDisneyParc) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'UniversDisneyParc'
[20:34:45] [Server thread/INFO]: [WorldGuard] (tot) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (tot) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (tot) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (tot) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'tot'
[20:34:45] [Server thread/INFO]: [WorldGuard] (Disney2) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Disney2) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Disney2) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Disney2) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Disney2'
[20:34:45] [Server thread/INFO]: [WorldGuard] (mc_magic_craft_fr) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (mc_magic_craft_fr) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (mc_magic_craft_fr) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (mc_magic_craft_fr) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'mc_magic_craft_fr'
[20:34:45] [Server thread/INFO]: [WorldGuard] (Ville) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Ville) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Ville) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Ville) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Ville'
[20:34:45] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock_nether'
[20:34:45] [Server thread/INFO]: [WorldGuard] (Mj) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Mj) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Mj) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Mj) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Mj'
[20:34:45] [Server thread/INFO]: [WorldGuard] (Survie) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Survie) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Survie) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Survie) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survie'
[20:34:45] [Server thread/INFO]: [WorldGuard] (ud) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (ud) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (ud) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (ud) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ud'
[20:34:45] [Server thread/INFO]: [WorldGuard] (Fiction-Land) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Fiction-Land) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Fiction-Land) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Fiction-Land) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Fiction-Land'
[20:34:45] [Server thread/INFO]: [WorldGuard] (FᅢteForaine) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (FᅢteForaine) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (FᅢteForaine) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (FᅢteForaine) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FᅢteForaine'
[20:34:45] [Server thread/INFO]: [WorldGuard] (SpectacleInteractif) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (SpectacleInteractif) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (SpectacleInteractif) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (SpectacleInteractif) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SpectacleInteractif'
[20:34:45] [Server thread/INFO]: [WorldGuard] (SecretCraft) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (SecretCraft) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (SecretCraft) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (SecretCraft) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SecretCraft'
[20:34:45] [Server thread/INFO]: [WorldGuard] (nature) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (nature) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (nature) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (nature) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'nature'
[20:34:45] [Server thread/INFO]: [WorldGuard] (Ozir) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Ozir) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Ozir) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Ozir) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Ozir'
[20:34:45] [Server thread/INFO]: [WorldGuard] (alis) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (alis) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (alis) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (alis) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'alis'
[20:34:45] [Server thread/INFO]: [WorldGuard] (Dory) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Dory) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Dory) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (Dory) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Dory'
[20:34:45] [Server thread/INFO]: [WorldGuard] (concert) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (concert) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (concert) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (concert) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'concert'
[20:34:45] [Server thread/INFO]: [WorldGuard] (technical) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (technical) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (technical) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (technical) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'technical'
[20:34:45] [Server thread/INFO]: [WorldGuard] (test) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (test) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (test) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (test) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'test'
[20:34:45] [Server thread/INFO]: [WorldGuard] (villa) TNT ignition is PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (villa) Lighters are PERMITTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] (villa) Lava fire is blocked.
[20:34:45] [Server thread/INFO]: [WorldGuard] (villa) Fire spread is UNRESTRICTED.
[20:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'villa'
[20:34:45] [Server thread/INFO]: [WorldGuard] Loading region data...
[20:34:45] [Server thread/INFO]: [ClearChat] Enabling ClearChat v2.0.0
[20:34:45] [Server thread/INFO]: [ClearChat] Total Autoclear time = 1800
[20:34:45] [Server thread/INFO]: [ClearChat] AutoClear Started!
[20:34:45] [Server thread/INFO]: [Pixelator] Enabling Pixelator v1.2.1
[20:34:45] [Server thread/INFO]: [Pixelator] config.yml successfully loaded.
[20:34:45] [Server thread/INFO]: [Pixelator] 8 renderers loaded.
[20:34:45] [Server thread/INFO]: [Pixelator] This plugin is using Metrics by Hidendra!
[20:34:45] [Server thread/INFO]: [Pixelator] Plugin version 1.2.1 activated! (27 ms)
[20:34:45] [Server thread/INFO]: [MCJukebox] Enabling MCJukebox v2.2
[20:34:45] [Thread-12/WARN]: Exception in thread "Thread-12" 
[20:34:45] [Thread-12/WARN]: java.lang.NullPointerException: The source does not contain an image
[20:34:45] [Thread-12/WARN]:     at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
[20:34:45] [Server thread/INFO]: [MCJukebox] MCJukebox has been loaded!
[20:34:45] [Server thread/INFO]: [ArmorStandTools] Enabling ArmorStandTools v2.1.1
[20:34:45] [Thread-17/WARN]: Exception in thread "Thread-17" 
[20:34:45] [Thread-17/WARN]: java.lang.NullPointerException: The source does not contain an image
[20:34:45] [Thread-17/WARN]:     at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
[20:34:45] [Thread-16/WARN]: Exception in thread "Thread-16" 
[20:34:45] [Thread-16/WARN]: java.lang.NullPointerException: The source does not contain an image
[20:34:46] [Thread-16/WARN]:     at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
[20:34:46] [Server thread/INFO]: [ArmorStandTools] WorldGuard plugin found. WorldGuard support enabled.
[20:34:46] [Thread-11/WARN]: Exception in thread "Thread-11" 
[20:34:46] [Thread-11/WARN]: java.lang.NullPointerException: The source does not contain an image
[20:34:46] [Thread-11/WARN]:     at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
[20:34:46] [Thread-15/WARN]: Exception in thread "Thread-15" 
[20:34:46] [Thread-15/WARN]: java.lang.NullPointerException: The source does not contain an image
[20:34:46] [Thread-15/WARN]:     at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
[20:34:46] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
[20:34:46] [Server thread/INFO]: [WildSkript] skQuery hooked!
[20:34:46] [Server thread/ERROR]: Error occurred while enabling WildSkript v1.8 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at net.dzikoysk.wildskript.WildSkript.utils(WildSkript.java:124) ~[?:?]
    at net.dzikoysk.wildskript.WildSkript.onEnable(WildSkript.java:52) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at org.bukkit.craftbukkit.v1_9_R2.CraftServer.loadPlugin(CraftServer.java:362) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at org.bukkit.craftbukkit.v1_9_R2.CraftServer.enablePlugins(CraftServer.java:322) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at net.minecraft.server.v1_9_R2.MinecraftServer.t(MinecraftServer.java:416) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at net.minecraft.server.v1_9_R2.MinecraftServer.l(MinecraftServer.java:381) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at net.minecraft.server.v1_9_R2.MinecraftServer.a(MinecraftServer.java:336) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at net.minecraft.server.v1_9_R2.DedicatedServer.init(DedicatedServer.java:268) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:532) [spigotmc-1.9.4-R0.1.jar:git-Spigot-798f32d-0cd0397]
    at java.lang.Thread.run(Unknown Source) [?:1.7.0_80]
[20:34:46] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.20
[20:34:46] [Server thread/INFO]: [Lockette] Version 1.8.20 is being enabled!  Yay!  (Core version 1.3.5)
[20:34:46] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_9_R2] ok.
[20:34:46] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
[20:34:46] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
[20:34:46] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
[20:34:46] [Server thread/INFO]: [Lockette] Enabled link to plugin GroupManager for Groups, version 2.0 (Phoenix)
[20:34:46] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
[20:34:46] [Server thread/INFO]: [Lockette] Ready to protect your containers.
[20:34:46] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
[20:34:46] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
[20:34:46] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[20:34:46] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
[20:34:46] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
[20:34:46] [Server thread/INFO]: [skQuery] Out of 163 classes, 156 classes were loaded from SkQuery
[20:34:46] [Server thread/INFO]: [Train_Carts] Enabling Train_Carts v1.75-SNAPSHOT
[20:34:46] [Server thread/ERROR]: [Train_Carts] Could not enable 'Train_Carts v1.75-SNAPSHOT' because dependency 'BKCommonLib' failed to enable!
[20:34:46] [Server thread/ERROR]: [Train_Carts] Perhaps the dependency has to be updated? Please check the log for any errors related to BKCommonLib
[20:34:46] [Server thread/INFO]: [Train_Carts] Disabling Train_Carts v1.75-SNAPSHOT
[20:34:46] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[20:34:46] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[20:34:46] [Server thread/INFO]: git-Spigot-798f32d-0cd0397 (MC: 1.9.4)
[20:34:46] [Server thread/INFO]: 1.9.4-R0.1-SNAPSHOT
[20:34:46] [Server thread/INFO]: Using locale fr_FR
[20:34:46] [User Authenticator #1/INFO]: UUID of player ruby80 is c0198f9f-efcc-3142-a1d9-c076992b1e81
[20:34:46] [Server thread/INFO]: Using locale fr_FR
[20:34:46] [EventThread/INFO]: [MCJukebox] Key accepted and connection to MCJukebox established.
[20:34:46] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[20:34:46] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
[20:34:46] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.19-SNAPSHOT (build 1374)
[20:34:46] [Server thread/ERROR]: [Citizens] v2.0.19-SNAPSHOT (build 1374) nest pas compatible avec Minecraft v{1}. Désactivation.
[20:34:46] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.19-SNAPSHOT (build 1374)
[20:34:46] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
[20:34:46] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[20:34:46] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity
[20:34:46] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
[20:34:46] [Server thread/INFO]: [WirelessRedstone] Enabling WirelessRedstone v2.2
[20:34:46] [EventThread/INFO]: [MCJukebox] Predicted time offset: 1035ms.
[20:34:48] [Server thread/INFO]: [0;31;1m[WirelessRedstone][m WirelessRedstone version 2.2 is loading...[m
[20:34:48] [Server thread/INFO]: [0;31;1m[WirelessRedstone][m Loading Permissions...[m
[20:34:48] [Server thread/INFO]: [0;31;1m[WirelessRedstone][m Using Vault for permissions ![m
[20:34:48] [Server thread/INFO]: [0;31;1m[WirelessRedstone][m Registering commands...[m
[20:34:48] [Server thread/INFO]: [0;31;1m[WirelessRedstone][m Loading Chunks...[m
[20:34:49] [Server thread/INFO]: WirelessRedstone version 2.2 is enabled!
[20:34:49] [Server thread/INFO]: [Movecraft] Enabling Movecraft v4.0.1
[20:34:49] [Server thread/INFO]: [Movecraft] Recognized PilotTool setting of: 280
[20:34:49] [Server thread/INFO]: [Movecraft] CompatiblityMode is set to true
[20:34:49] [Server thread/INFO]: [Movecraft] Found a compatible version of WorldGuard. Enabling WorldGuard integration
[20:34:49] [Server thread/INFO]: [Movecraft] Settings: WorldGuardBlockMoveOnBuildPerm - true, WorldGuardBlockSinkOnPVPPerm - true
[20:34:49] [Server thread/INFO]: [Movecraft] Found a compatible version of WorldEdit. Enabling WorldEdit integration
[20:34:49] [Server thread/INFO]: [Movecraft] Movecraft did not find a compatible version of WGCustomFlags. Disabling WGCustomFlags integration.
[20:34:49] [Server thread/INFO]: [Movecraft] Movecraft did not find a compatible version of Towny. Disabling Towny integration.
[20:34:49] [Server thread/INFO]: [Movecraft] Found a compatible version of Essentials. Enabling Essentials integration.
[20:34:49] [Server thread/INFO]: [Movecraft] Found a compatible Vault plugin.
[20:34:49] [Server thread/INFO]: [Movecraft] Loaded 10 Craft files
[20:34:49] [Server thread/INFO]: [Movecraft] Submitted statistics to mcstats.org succesfully. Thank you for your support.
[20:34:49] [Server thread/INFO]: [Movecraft] [V 4.0.1] has been enabled.
[20:34:49] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[20:34:49] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[20:34:49] [Server thread/INFO]: Done (19,089s)! For help, type "help" or "?"
 
  • J'aime
Reactions: Detobel36