· 6 years ago · Mar 08, 2020, 12:28 PM
1[13:23:20] [Server thread/INFO]: Starting minecraft server version 1.12
2[13:23:20] [Server thread/INFO]: Loading properties
3[13:23:20] [Server thread/INFO]: Default game type: SURVIVAL
4[13:23:20] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-596221b-9a1fc1e (MC: 1.12) (Implementing API version 1.12-R0.1-SNAPSHOT)
5[13:23:20] [Server thread/INFO]: Debug logging is disabled
6[13:23:20] [Server thread/INFO]: Server Ping Player Sample Count: 12
7[13:23:20] [Server thread/INFO]: Using 4 threads for Netty based IO
8[13:23:20] [Server thread/INFO]: Generating keypair
9[13:23:20] [Server thread/INFO]: Starting Minecraft server on 188.165.55.77:27500
10[13:23:20] [Server thread/INFO]: Using epoll channel type
11[13:23:21] [Server thread/INFO]: Set PluginClassLoader as parallel capable
12[13:23:21] [Server thread/ERROR]: Could not load 'plugins/Dynmap-Factions-0.60(1).jar' in folder 'plugins'
13org.bukkit.plugin.UnknownDependencyException: dynmap
14 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
15 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:298) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
16 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
17 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
18 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_231]
19[13:23:21] [Server thread/ERROR]: Could not load 'plugins/Spusic.jar' in folder 'plugins'
20org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/getspout/spoutapi/material/CustomItem
21 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
22 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:326) ~[minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
23 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
24 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:298) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
25 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
26 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
27 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_231]
28Caused by: java.lang.NoClassDefFoundError: org/getspout/spoutapi/material/CustomItem
29 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_231]
30 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_231]
31 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
32 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
33 ... 6 more
34Caused by: java.lang.ClassNotFoundException: org.getspout.spoutapi.material.CustomItem
35 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_231]
36 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
37 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
38 at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_231]
39 at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_231]
40 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_231]
41 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_231]
42 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
43 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
44 ... 6 more
45[13:23:22] [Server thread/ERROR]: Could not load 'plugins/MultiInv.jar' in folder 'plugins'
46org.bukkit.plugin.UnknownDependencyException: TuxTwoLib
47 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
48 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:298) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
49 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
50 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
51 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_231]
52[13:23:23] [Server thread/INFO]: [AdvancedAntiXray] Loading AdvancedAntiXray v1.5.2
53[13:23:23] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.3
54[13:23:23] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.4.0
55[13:23:23] [Server thread/INFO]: [RandomLootChest] Loading RandomLootChest v2.0
56[13:23:23] [Server thread/INFO]: [jump] Loading jump v1.0
57[13:23:23] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.7.5
58[13:23:23] [Server thread/INFO]: [MaxBans] Loading MaxBans v2.7
59[13:23:23] [Server thread/INFO]: [UnclaimFinder] Loading UnclaimFinder v3.0.0
60[13:23:23] [Server thread/INFO]: [BossBarMessage] Loading BossBarMessage v1.3
61[13:23:23] [Server thread/INFO]: [TrollBoss] Loading TrollBoss v5.8
62[13:23:23] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.1.2
63[13:23:23] [Server thread/INFO]: [ViaVersion] ViaVersion 2.1.2 is now loaded, injecting!
64[13:23:23] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
65[13:23:23] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
66[13:23:23] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
67[13:23:23] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
68[13:23:23] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
69[13:23:23] [Server thread/INFO]: [ViaVersion] Loading translation mappping
70[13:23:24] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
71[13:23:24] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
72[13:23:24] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
73[13:23:24] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
74[13:23:24] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
75[13:23:24] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
76[13:23:24] [Server thread/INFO]: [CutClean] Loading CutClean v1.0
77[13:23:24] [Server thread/INFO]: [TigerReports] Loading TigerReports v4.9.8
78[13:23:24] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
79[13:23:24] [Server thread/INFO]: [LeakParkour] Loading LeakParkour v2.5.2
80[13:23:24] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.7
81[13:23:24] [Server thread/INFO]: [Skript] Loading Skript v2.4
82[13:23:24] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.6
83[13:23:24] [Server thread/INFO]: [Modifyworld] Loading Modifyworld v${project.version}
84[13:23:24] [Server thread/INFO]: [SkQuery] Loading SkQuery v4.1.1
85[13:23:24] [Server thread/INFO]: [ESFreeze] Loading ESFreeze v0.9
86[13:23:24] [Server thread/INFO]: [MessageAnnouncer] Loading MessageAnnouncer v1.11.0
87[13:23:24] [Server thread/INFO]: [MySkin] Loading MySkin v1.2
88[13:23:24] [Server thread/INFO]: [Votifier] Loading Votifier v3.0.0-SNAPSHOT
89[13:23:24] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
90[13:23:25] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
91[13:23:25] [Server thread/INFO]: [AntiAFKPro] Loading AntiAFKPro v2.1.2
92[13:23:25] [Server thread/INFO]: [ItemTags] Loading ItemTags v1.5
93[13:23:25] [Server thread/INFO]: [ColoredTags] Loading ColoredTags v0.2
94[13:23:25] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
95[13:23:25] [Server thread/INFO]: [MundoSK] Loading MundoSK v1.8.5
96[13:23:25] [Server thread/INFO]: [ColorUp] Loading ColorUp v1.0
97[13:23:25] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
98[13:23:25] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
99[13:23:25] [Server thread/INFO]: [ProMaintenanceMode] Loading ProMaintenanceMode v1.0.5
100[13:23:25] [Server thread/INFO]: [PAC] Loading PAC v2.0.0-pre6
101[13:23:25] [Server thread/INFO]: [CustomJoinItems] Loading CustomJoinItems v1.5.2
102[13:23:25] [Server thread/INFO]: [Sketch] Loading Sketch vAlpha 0.3
103[13:23:25] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5.0-b751
104[13:23:25] [Server thread/INFO]: [UltraStaffChat] Loading UltraStaffChat v1.1.0
105[13:23:25] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
106[13:23:25] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.14.0
107[13:23:25] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.11.1-RELEASE
108[13:23:25] [Server thread/INFO]: [MinewebBridge] Loading MinewebBridge v3.0.3
109[13:23:25] [Server thread/INFO]: [PerWorldInventory] Loading PerWorldInventory v2.3.1
110[13:23:25] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.2
111[13:23:25] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
112[13:23:25] [Server thread/INFO]: [Images] Loading Images v2.0.4
113[13:23:25] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.2.0
114[13:23:25] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.5.2
115[13:23:25] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.21.0
116[13:23:25] [Server thread/INFO]: [UltimateRepairing] Loading UltimateRepairing v1.3.4
117[13:23:25] [Server thread/INFO]: [RainbowArmour] Loading RainbowArmour v1.7.2
118[13:23:25] [Server thread/INFO]: [CustomEnderChest] Loading CustomEnderChest v1.12.2
119[13:23:25] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b488
120[13:23:25] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.24-SNAPSHOT (build 1605)
121[13:23:25] [Server thread/INFO]: [zAuctionHouseV2] Loading zAuctionHouseV2 v2.0.0.5
122[13:23:25] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.2.2
123[13:23:25] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
124[13:23:25] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.3
125[13:23:25] [Server thread/INFO]: [DefensiveTurrets] Loading DefensiveTurrets v3.8.1
126[13:23:25] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.4.0-b1877
127[13:23:25] [Server thread/INFO]: [MCJukebox] Loading MCJukebox v2.6.5
128[13:23:25] [Server thread/INFO]: [SkMorkaz] Loading SkMorkaz v0.21
129[13:23:25] [Server thread/INFO]: [Factions] Loading Factions v2.14.0
130[13:23:25] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.18
131[13:23:25] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.13.1
132[13:23:25] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
133[13:23:25] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.1.5
134[13:23:25] [Server thread/INFO]: [BeautyQuests] Loading BeautyQuests v0.15.2
135[13:23:25] [Server thread/INFO]: New logger inserted: fr.skytasul.quests.QuestsLogger
136[13:23:25] [Server thread/INFO]: [Skellett] Loading Skellett v1.9.8
137[13:23:25] [Server thread/INFO]: [Umbaska] Loading Umbaska v3.3
138[13:23:25] [Server thread/INFO]: [TuSKe] Loading TuSKe v1.8.2
139[13:23:25] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
140[13:23:25] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
141[13:23:25] [Server thread/INFO]: [PAC] Enabling PAC v2.0.0-pre6
142[13:23:25] [Server thread/INFO]: [PAC] Running on Spigot v1_12_R1 (MC: 1.12)
143[13:23:25] [Server thread/INFO]: [PAC] Enabled 14 modules
144[13:23:25] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
145[13:23:25] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
146[13:23:25] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
147[13:23:25] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
148[13:23:25] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
149[13:23:25] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
150[13:23:25] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.14.0
151[13:23:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m=== ENABLE START ===[m
152[13:23:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m[0;33;1mLoading Cachefile datas...[m
153[13:23:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m[0;33;1mLoading Onlineplayer datas...[m
154[13:23:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m[0;33;1mLoading Registry datas...[m
155[13:23:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m[0;33;1mSaving Cachefile...[m
156[13:23:25] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m[0;33;1mSetup of IdUtil took [0;35;1m26[0;33;1mms.[m
157[13:23:27] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m[0;32;1mIntegration Activated [0;35;1mIntegrationLiabilityAreaEffectCloud[m
158[13:23:27] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m[0;32;1mIntegration Activated [0;35;1mIntegrationVault[m
159[13:23:27] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.14.0[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m1851ms[0;33;1m) ===[m
160[13:23:27] [Server thread/INFO]: [MinewebBridge] Enabling MinewebBridge v3.0.3
161[13:23:27] [Server thread/INFO]: [CustomEnderChest] Enabling CustomEnderChest v1.12.2
162[13:23:27] [Server thread/INFO]: [CustomEnderChest] Compatible server version detected: 1.12
163[13:23:27] [Server thread/INFO]: [CustomEnderChest] Loading the config file...
164[13:23:27] [Server thread/INFO]: [CustomEnderChest] Config loaded successfully!
165[13:23:27] [Server thread/INFO]: [CustomEnderChest] Using FlatFile system for data. IMPORTANT! We recommend MySQL.
166[13:23:27] [Server thread/INFO]: [CustomEnderChest] CustomEnderChest loaded successfully!
167[13:23:27] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
168[13:23:27] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
169[13:23:27] [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.
170[13:23:27] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
171[13:23:27] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
172[13:23:27] [Server thread/INFO]: Preparing level "world"
173[13:23:27] [Server thread/INFO]: -------- World Settings For [world] --------
174[13:23:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
175[13:23:27] [Server thread/INFO]: Cane Growth Modifier: 100%
176[13:23:27] [Server thread/INFO]: Melon Growth Modifier: 100%
177[13:23:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
178[13:23:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
179[13:23:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
180[13:23:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
181[13:23:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
182[13:23:27] [Server thread/INFO]: Vine Growth Modifier: 100%
183[13:23:27] [Server thread/INFO]: Cocoa Growth Modifier: 100%
184[13:23:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
185[13:23:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
186[13:23:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
187[13:23:27] [Server thread/INFO]: Random Lighting Updates: false
188[13:23:27] [Server thread/INFO]: Structure Info Saving: true
189[13:23:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
190[13:23:27] [Server thread/INFO]: Max TNT Explosions: 100
191[13:23:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
192[13:23:27] [Server thread/INFO]: Mob Spawn Range: 4
193[13:23:27] [Server thread/INFO]: Item Merge Radius: 2.5
194[13:23:27] [Server thread/INFO]: Item Despawn Rate: 6000
195[13:23:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
196[13:23:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
197[13:23:27] [Server thread/INFO]: View Distance: 10
198[13:23:27] [Server thread/INFO]: Experience Merge Radius: 3.0
199[13:23:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
200[13:23:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
201[13:23:27] [Server thread/INFO]: -------- World Settings For [world_nether] --------
202[13:23:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
203[13:23:27] [Server thread/INFO]: Cane Growth Modifier: 100%
204[13:23:27] [Server thread/INFO]: Melon Growth Modifier: 100%
205[13:23:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
206[13:23:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
207[13:23:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
208[13:23:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
209[13:23:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
210[13:23:27] [Server thread/INFO]: Vine Growth Modifier: 100%
211[13:23:27] [Server thread/INFO]: Cocoa Growth Modifier: 100%
212[13:23:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
213[13:23:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
214[13:23:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
215[13:23:27] [Server thread/INFO]: Random Lighting Updates: false
216[13:23:27] [Server thread/INFO]: Structure Info Saving: true
217[13:23:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
218[13:23:27] [Server thread/INFO]: Max TNT Explosions: 100
219[13:23:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
220[13:23:27] [Server thread/INFO]: Mob Spawn Range: 4
221[13:23:27] [Server thread/INFO]: Item Merge Radius: 2.5
222[13:23:27] [Server thread/INFO]: Item Despawn Rate: 6000
223[13:23:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
224[13:23:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
225[13:23:27] [Server thread/INFO]: View Distance: 10
226[13:23:27] [Server thread/INFO]: Experience Merge Radius: 3.0
227[13:23:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
228[13:23:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
229[13:23:28] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
230[13:23:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
231[13:23:28] [Server thread/INFO]: Cane Growth Modifier: 100%
232[13:23:28] [Server thread/INFO]: Melon Growth Modifier: 100%
233[13:23:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
234[13:23:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
235[13:23:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
236[13:23:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
237[13:23:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
238[13:23:28] [Server thread/INFO]: Vine Growth Modifier: 100%
239[13:23:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
240[13:23:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
241[13:23:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
242[13:23:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
243[13:23:28] [Server thread/INFO]: Random Lighting Updates: false
244[13:23:28] [Server thread/INFO]: Structure Info Saving: true
245[13:23:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
246[13:23:28] [Server thread/INFO]: Max TNT Explosions: 100
247[13:23:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
248[13:23:28] [Server thread/INFO]: Mob Spawn Range: 4
249[13:23:28] [Server thread/INFO]: Item Merge Radius: 2.5
250[13:23:28] [Server thread/INFO]: Item Despawn Rate: 6000
251[13:23:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
252[13:23:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
253[13:23:28] [Server thread/INFO]: View Distance: 10
254[13:23:28] [Server thread/INFO]: Experience Merge Radius: 3.0
255[13:23:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
256[13:23:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
257[13:23:28] [Server thread/INFO]: Preparing start region for level 0 (Seed: 0)
258[13:23:28] [Server thread/INFO]: Preparing start region for level 1 (Seed: 8492681386490716517)
259[13:23:29] [Server thread/INFO]: Preparing spawn area: 83%
260[13:23:29] [Server thread/INFO]: Preparing start region for level 2 (Seed: 8492681386490716517)
261[13:23:30] [Server thread/INFO]: [AdvancedAntiXray] Enabling AdvancedAntiXray v1.5.2
262[13:23:30] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.3
263[13:23:30] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
264[13:23:30] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.4.0
265[13:23:30] [Server thread/INFO]: [NametagEdit] Found PermissionsEx! Hooking in.
266[13:23:30] [Server thread/INFO]: [RandomLootChest] Enabling RandomLootChest v2.0
267[13:23:30] [Server thread/INFO]: [jump] Enabling jump v1.0
268[13:23:30] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.7.5
269[13:23:30] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1mDetected Minecraft [0;33;1mv1_12_R1[0;32;1m, using [0;33;1mUniversalSkinFactory[0;32;1m.[m
270[13:23:30] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
271[13:23:30] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;31;1mWe have detected MundoSK on your server with [0;33;1m'enable_custom_skin_and_tablist: true'[0;31;1m.[m
272[13:23:30] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;31;1mThat setting is located in [0;33;1m/plugins/MundoSK/config.yml[m
273[13:23:30] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;31;1mYou have to disable it to get SkinsRestorer to work.[m
274[13:23:30] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
275[13:23:30] [Server thread/INFO]: [SkinsRestorer] Verbose is missing in config.yml! Using default value.
276[13:23:30] [Server thread/INFO]: [MaxBans] Enabling MaxBans v2.7
277[13:23:30] [Server thread/INFO]: [MaxBans] Using SQLite
278[13:23:30] [Server thread/INFO]: [MaxBans] Loading from DB...
279[13:23:30] [Server thread/INFO]: [MaxBans] Loading bans
280[13:23:30] [Server thread/INFO]: [MaxBans] Loading ipbans
281[13:23:30] [Server thread/INFO]: [MaxBans] Loading mutes
282[13:23:30] [Server thread/INFO]: [MaxBans] Loading player names...
283[13:23:30] [Server thread/INFO]: [MaxBans] Loading IP History
284[13:23:30] [Server thread/INFO]: [MaxBans] Loading warn history...
285[13:23:30] [Server thread/INFO]: [MaxBans] Loading chat commands...
286[13:23:30] [Server thread/INFO]: [MaxBans] Loading history...
287[13:23:30] [Server thread/INFO]: [MaxBans] Starting DNS blacklist
288[13:23:30] [Server thread/INFO]: [MaxBans] Loading proxys...
289[13:23:30] [Server thread/INFO]: [UnclaimFinder] Enabling UnclaimFinder v3.0.0
290[13:23:30] [Server thread/INFO]: [BossBarMessage] Enabling BossBarMessage v1.3
291[13:23:30] [Server thread/INFO]: [TrollBoss] Enabling TrollBoss v5.8
292[13:23:31] [Thread-18/INFO]: [TrollBoss] Finished updating.
293[13:23:31] [Server thread/INFO]: [TrollBoss] Metrics started!
294[13:23:31] [Server thread/INFO]: [TrollBoss] Plugin enabled!
295[13:23:31] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.1.2
296[13:23:31] [Server thread/INFO]: [CutClean] Enabling CutClean v1.0
297[13:23:31] [Server thread/INFO]: [CutClean] Reading configuration. Loading !
298[13:23:31] [Server thread/INFO]: [TigerReports] Enabling TigerReports v4.9.8
299[13:23:31] [Server thread/INFO]: [TigerReports] Le plugin n'utilise pas BungeeCord.
300[13:23:31] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
301[13:23:32] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
302[13:23:32] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R1 as the Bukkit adapter
303[13:23:32] [Server thread/INFO]: [LeakParkour] Enabling LeakParkour v2.5.2
304[13:23:32] [Server thread/INFO]: [0;32;1m [m[m
305[13:23:32] [Server thread/INFO]: [0;32;1m**************************************************[m[m
306[13:23:32] [Server thread/INFO]: [0;32;1m----------------- LEAK PARKOUR ------------------[m[m
307[13:23:32] [Server thread/INFO]: [0;32;1m [m[m
308[13:23:32] [Server thread/INFO]: [0;31;1mLicense:[m[m
309[13:23:32] [Server thread/INFO]: [0;31;1m - Do not modify plugin![m[m
310[13:23:32] [Server thread/INFO]: [0;31;1m - Do not share/upload anywhere![m[m
311[13:23:32] [Server thread/INFO]: [0;31;1m - Do not use for commercial purposes![m[m
312[13:23:32] [Server thread/INFO]: [0;32;1m [m[m
313[13:23:32] [Server thread/INFO]: [0;33;1mIf you want download new version just copy this:[m[m
314[13:23:32] [Server thread/INFO]: [0;33;1m> http://bit.ly/2w7Qilh[m[m
315[13:23:32] [Server thread/INFO]: [0;32;1m [m[m
316[13:23:32] [Server thread/INFO]: [0;32;1m---------------- PROBLEM DETECTOR ---------------[m[m
317[13:23:32] [Server thread/INFO]: [0;32;1m [m[m
318[13:23:32] [Server thread/INFO]: [0;32;1m > No problems found. :)[m[m
319[13:23:32] [Server thread/INFO]: [0;32;1m [m[m
320[13:23:32] [Server thread/INFO]: [0;32;1m**************************************************[m[m
321[13:23:32] [Server thread/INFO]: [0;32;1m [m[m
322[13:23:32] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.7
323[13:23:32] [Server thread/INFO]: [Skript] Enabling Skript v2.4
324[13:23:33] [ForkJoinPool.commonPool-worker-9/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m A new version of Skript is available: [0;33;22m2.4.1[m (you're currently running [0;33;22m2.4[m)[m
325[13:23:33] [ForkJoinPool.commonPool-worker-9/INFO]: [0;37;1mDownload it at: <aqua><u><link:https://github.com/SkriptLang/Skript/releases/download/2.4.1/Skript.jar>https://github.com/SkriptLang/Skript/releases/download/2.4.1/Skript.jar[m
326[13:23:36] [Server thread/INFO]: [Skript] Loaded 18192 aliases in 3108ms
327[13:23:36] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
328[13:23:36] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.6
329[13:23:36] [Server thread/INFO]: [ClearLag] Loading modules...
330[13:23:36] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
331[13:23:36] [Server thread/INFO]: [ClearLag] Modules have been loaded!
332[13:23:36] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
333[13:23:36] [Server thread/INFO]: [Modifyworld] Enabling Modifyworld v${project.version}
334[13:23:36] [Thread-21/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.12]...
335[13:23:36] [Server thread/INFO]: [Modifyworld] Modifyworld enabled!
336[13:23:36] [Server thread/INFO]: [SkQuery] Enabling SkQuery v4.1.1
337[13:23:36] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
338[13:23:37] [Server thread/INFO]: [skQuery] Beginning to process a total of 139 from SkQuery
339[13:23:37] [Server thread/INFO]: [skQuery] Out of 139 classes, 137 classes were loaded from SkQuery
340[13:23:37] [Server thread/INFO]: [ESFreeze] Enabling ESFreeze v0.9
341[13:23:37] [Server thread/INFO]: ------------------[ESFreeze]------------------
342[13:23:37] [Server thread/INFO]:
343[13:23:37] [Server thread/INFO]:
344[13:23:37] [Server thread/INFO]:
345[13:23:37] [Server thread/INFO]:
346[13:23:37] [Server thread/INFO]:
347[13:23:37] [Server thread/INFO]:
348[13:23:37] [Server thread/INFO]: [ESFreeze] Successfully initialized ESFreeze plugin.
349[13:23:37] [Server thread/INFO]:
350[13:23:37] [Server thread/INFO]:
351[13:23:37] [Server thread/INFO]:
352[13:23:37] [Server thread/INFO]:
353[13:23:37] [Server thread/INFO]:
354[13:23:37] [Server thread/INFO]:
355[13:23:37] [Server thread/INFO]: ------------------[ESFreeze]------------------
356[13:23:37] [Server thread/INFO]: [MessageAnnouncer] Enabling MessageAnnouncer v1.11.0
357[13:23:37] [Server thread/INFO]: [MessageAnnouncer] PlaceholderAPI integration was successful!
358[13:23:37] [Server thread/INFO]: [MySkin] Enabling MySkin v1.2
359[13:23:37] [Server thread/WARN]: java.lang.NullPointerException
360[13:23:37] [Server thread/WARN]: at org.bukkit.configuration.MemorySection.mapChildrenValues(MemorySection.java:744)
361[13:23:37] [Server thread/WARN]: at org.bukkit.configuration.MemorySection.getValues(MemorySection.java:100)
362[13:23:37] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.saveToString(YamlConfiguration.java:39)
363[13:23:37] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:68)
364[13:23:37] [Server thread/WARN]: at eu.blackfire62.myskin.shared.Localize.<init>(Localize.java:41)
365[13:23:37] [Server thread/WARN]: at eu.blackfire62.myskin.bukkit.MySkin.onEnable(MySkin.java:32)
366[13:23:37] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
367[13:23:37] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
368[13:23:37] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402)
369[13:23:37] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374)
370[13:23:37] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323)
371[13:23:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421)
372[13:23:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382)
373[13:23:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337)
374[13:23:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
375[13:23:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
376[13:23:37] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
377[13:23:37] [Server thread/INFO]: [0;37;22m[MySkin] Detected server version [0;32;1mv1_12_R1[m
378[13:23:37] [Server thread/INFO]: [Votifier] Enabling Votifier v3.0.0-SNAPSHOT
379[13:23:37] [Server thread/INFO]: [Votifier] Loaded token for website: default
380[13:23:37] [Thread-21/INFO]: [ClearLag] No updates found!
381[13:23:37] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
382[13:23:37] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
383[13:23:37] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /188.165.55.77:8192.
384[13:23:37] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
385[13:23:37] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
386[13:23:37] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
387[13:23:37] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
388[13:23:37] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
389[13:23:37] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
390[13:23:37] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
391[13:23:37] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
392[13:23:37] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: village_evolution
393[13:23:37] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
394[13:23:37] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Lobby2
395[13:23:37] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
396[13:23:37] [Server thread/INFO]: -------- World Settings For [minage2] --------
397[13:23:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
398[13:23:37] [Server thread/INFO]: Cane Growth Modifier: 100%
399[13:23:37] [Server thread/INFO]: Melon Growth Modifier: 100%
400[13:23:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
401[13:23:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
402[13:23:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
403[13:23:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
404[13:23:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
405[13:23:37] [Server thread/INFO]: Vine Growth Modifier: 100%
406[13:23:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
407[13:23:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
408[13:23:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
409[13:23:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
410[13:23:37] [Server thread/INFO]: Random Lighting Updates: false
411[13:23:37] [Server thread/INFO]: Structure Info Saving: true
412[13:23:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
413[13:23:37] [Server thread/INFO]: Max TNT Explosions: 100
414[13:23:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
415[13:23:37] [Server thread/INFO]: Mob Spawn Range: 4
416[13:23:37] [Server thread/INFO]: Item Merge Radius: 2.5
417[13:23:37] [Server thread/INFO]: Item Despawn Rate: 6000
418[13:23:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
419[13:23:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
420[13:23:37] [Server thread/INFO]: View Distance: 10
421[13:23:37] [Server thread/INFO]: Experience Merge Radius: 3.0
422[13:23:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
423[13:23:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
424[13:23:38] [Server thread/INFO]: Preparing start region for level 3 (Seed: -5134977294480818388)
425[13:23:39] [Server thread/INFO]: Preparing spawn area for minage2, 65%
426[13:23:39] [Thread-22/INFO]: [ESFreeze] About to download a new update: ESFreeze-v0.9
427[13:23:39] [Thread-22/INFO]: [ESFreeze] Downloading update: 10% of 40477 bytes.
428[13:23:39] [Thread-22/INFO]: [ESFreeze] Downloading update: 20% of 40477 bytes.
429[13:23:39] [Thread-22/INFO]: [ESFreeze] Downloading update: 30% of 40477 bytes.
430[13:23:39] [Thread-22/INFO]: [ESFreeze] Downloading update: 40% of 40477 bytes.
431[13:23:39] [Thread-22/INFO]: [ESFreeze] Downloading update: 40% of 40477 bytes.
432[13:23:39] [Thread-22/INFO]: [ESFreeze] Downloading update: 50% of 40477 bytes.
433[13:23:39] [Thread-22/INFO]: [ESFreeze] Downloading update: 60% of 40477 bytes.
434[13:23:39] [Thread-22/INFO]: [ESFreeze] Downloading update: 70% of 40477 bytes.
435[13:23:39] [Thread-22/INFO]: [ESFreeze] Downloading update: 80% of 40477 bytes.
436[13:23:39] [Thread-22/INFO]: [ESFreeze] Downloading update: 80% of 40477 bytes.
437[13:23:39] [Thread-22/INFO]: [ESFreeze] Downloading update: 100% of 40477 bytes.
438[13:23:39] [Thread-22/INFO]: [ESFreeze] Finished updating.
439[13:23:39] [Server thread/INFO]: -------- World Settings For [login_nether] --------
440[13:23:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
441[13:23:39] [Server thread/INFO]: Cane Growth Modifier: 100%
442[13:23:39] [Server thread/INFO]: Melon Growth Modifier: 100%
443[13:23:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
444[13:23:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
445[13:23:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
446[13:23:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
447[13:23:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
448[13:23:39] [Server thread/INFO]: Vine Growth Modifier: 100%
449[13:23:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
450[13:23:39] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
451[13:23:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
452[13:23:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
453[13:23:39] [Server thread/INFO]: Random Lighting Updates: false
454[13:23:39] [Server thread/INFO]: Structure Info Saving: true
455[13:23:39] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
456[13:23:39] [Server thread/INFO]: Max TNT Explosions: 100
457[13:23:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
458[13:23:39] [Server thread/INFO]: Mob Spawn Range: 4
459[13:23:39] [Server thread/INFO]: Item Merge Radius: 2.5
460[13:23:39] [Server thread/INFO]: Item Despawn Rate: 6000
461[13:23:39] [Server thread/INFO]: Arrow Despawn Rate: 1200
462[13:23:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
463[13:23:39] [Server thread/INFO]: View Distance: 10
464[13:23:39] [Server thread/INFO]: Experience Merge Radius: 3.0
465[13:23:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
466[13:23:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
467[13:23:39] [Server thread/INFO]: Preparing start region for level 4 (Seed: 9218691190784053930)
468[13:23:40] [Server thread/INFO]: -------- World Settings For [minage1] --------
469[13:23:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
470[13:23:40] [Server thread/INFO]: Cane Growth Modifier: 100%
471[13:23:40] [Server thread/INFO]: Melon Growth Modifier: 100%
472[13:23:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
473[13:23:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
474[13:23:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
475[13:23:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
476[13:23:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
477[13:23:40] [Server thread/INFO]: Vine Growth Modifier: 100%
478[13:23:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
479[13:23:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
480[13:23:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
481[13:23:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
482[13:23:40] [Server thread/INFO]: Random Lighting Updates: false
483[13:23:40] [Server thread/INFO]: Structure Info Saving: true
484[13:23:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
485[13:23:40] [Server thread/INFO]: Max TNT Explosions: 100
486[13:23:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
487[13:23:40] [Server thread/INFO]: Mob Spawn Range: 4
488[13:23:40] [Server thread/INFO]: Item Merge Radius: 2.5
489[13:23:40] [Server thread/INFO]: Item Despawn Rate: 6000
490[13:23:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
491[13:23:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
492[13:23:40] [Server thread/INFO]: View Distance: 10
493[13:23:40] [Server thread/INFO]: Experience Merge Radius: 3.0
494[13:23:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
495[13:23:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
496[13:23:40] [Server thread/INFO]: Preparing start region for level 5 (Seed: -6184709154607026544)
497[13:23:41] [Server thread/INFO]: Preparing spawn area for minage1, 20%
498[13:23:42] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: build-battle
499[13:23:42] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
500[13:23:42] [Server thread/INFO]: -------- World Settings For [login] --------
501[13:23:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
502[13:23:42] [Server thread/INFO]: Cane Growth Modifier: 100%
503[13:23:42] [Server thread/INFO]: Melon Growth Modifier: 100%
504[13:23:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
505[13:23:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
506[13:23:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
507[13:23:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
508[13:23:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
509[13:23:42] [Server thread/INFO]: Vine Growth Modifier: 100%
510[13:23:42] [Server thread/INFO]: Cocoa Growth Modifier: 100%
511[13:23:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
512[13:23:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
513[13:23:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
514[13:23:42] [Server thread/INFO]: Random Lighting Updates: false
515[13:23:42] [Server thread/INFO]: Structure Info Saving: true
516[13:23:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
517[13:23:42] [Server thread/INFO]: Max TNT Explosions: 100
518[13:23:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
519[13:23:42] [Server thread/INFO]: Mob Spawn Range: 4
520[13:23:42] [Server thread/INFO]: Item Merge Radius: 2.5
521[13:23:42] [Server thread/INFO]: Item Despawn Rate: 6000
522[13:23:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
523[13:23:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
524[13:23:42] [Server thread/INFO]: View Distance: 10
525[13:23:42] [Server thread/INFO]: Experience Merge Radius: 3.0
526[13:23:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
527[13:23:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
528[13:23:42] [Server thread/INFO]: Preparing start region for level 6 (Seed: 9218691190784053930)
529[13:23:42] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: KitPvP
530[13:23:42] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
531[13:23:42] [Server thread/INFO]: -------- World Settings For [maplumina2] --------
532[13:23:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
533[13:23:42] [Server thread/INFO]: Cane Growth Modifier: 100%
534[13:23:42] [Server thread/INFO]: Melon Growth Modifier: 100%
535[13:23:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
536[13:23:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
537[13:23:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
538[13:23:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
539[13:23:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
540[13:23:42] [Server thread/INFO]: Vine Growth Modifier: 100%
541[13:23:42] [Server thread/INFO]: Cocoa Growth Modifier: 100%
542[13:23:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
543[13:23:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
544[13:23:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
545[13:23:42] [Server thread/INFO]: Random Lighting Updates: false
546[13:23:42] [Server thread/INFO]: Structure Info Saving: true
547[13:23:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
548[13:23:42] [Server thread/INFO]: Max TNT Explosions: 100
549[13:23:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
550[13:23:42] [Server thread/INFO]: Mob Spawn Range: 4
551[13:23:42] [Server thread/INFO]: Item Merge Radius: 2.5
552[13:23:42] [Server thread/INFO]: Item Despawn Rate: 6000
553[13:23:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
554[13:23:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
555[13:23:42] [Server thread/INFO]: View Distance: 10
556[13:23:42] [Server thread/INFO]: Experience Merge Radius: 3.0
557[13:23:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
558[13:23:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
559[13:23:42] [Server thread/INFO]: Preparing start region for level 7 (Seed: 9013593822944835395)
560[13:23:42] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: skywars
561[13:23:42] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
562[13:23:42] [Server thread/INFO]: -------- World Settings For [tuto-depart] --------
563[13:23:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
564[13:23:42] [Server thread/INFO]: Cane Growth Modifier: 100%
565[13:23:42] [Server thread/INFO]: Melon Growth Modifier: 100%
566[13:23:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
567[13:23:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
568[13:23:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
569[13:23:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
570[13:23:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
571[13:23:42] [Server thread/INFO]: Vine Growth Modifier: 100%
572[13:23:42] [Server thread/INFO]: Cocoa Growth Modifier: 100%
573[13:23:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
574[13:23:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
575[13:23:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
576[13:23:42] [Server thread/INFO]: Random Lighting Updates: false
577[13:23:42] [Server thread/INFO]: Structure Info Saving: true
578[13:23:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
579[13:23:42] [Server thread/INFO]: Max TNT Explosions: 100
580[13:23:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
581[13:23:42] [Server thread/INFO]: Mob Spawn Range: 4
582[13:23:42] [Server thread/INFO]: Item Merge Radius: 2.5
583[13:23:42] [Server thread/INFO]: Item Despawn Rate: 6000
584[13:23:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
585[13:23:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
586[13:23:42] [Server thread/INFO]: View Distance: 10
587[13:23:42] [Server thread/INFO]: Experience Merge Radius: 3.0
588[13:23:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
589[13:23:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
590[13:23:43] [Server thread/INFO]: Preparing start region for level 8 (Seed: -5325034315682612843)
591[13:23:44] [Server thread/INFO]: Preparing spawn area for tuto-depart, 61%
592[13:23:44] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: village_evolution_the_end
593[13:23:44] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
594[13:23:44] [Server thread/INFO]: -------- World Settings For [Lobby] --------
595[13:23:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
596[13:23:44] [Server thread/INFO]: Cane Growth Modifier: 100%
597[13:23:44] [Server thread/INFO]: Melon Growth Modifier: 100%
598[13:23:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
599[13:23:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
600[13:23:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
601[13:23:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
602[13:23:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
603[13:23:44] [Server thread/INFO]: Vine Growth Modifier: 100%
604[13:23:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
605[13:23:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
606[13:23:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
607[13:23:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
608[13:23:44] [Server thread/INFO]: Random Lighting Updates: false
609[13:23:44] [Server thread/INFO]: Structure Info Saving: true
610[13:23:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
611[13:23:44] [Server thread/INFO]: Max TNT Explosions: 100
612[13:23:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
613[13:23:44] [Server thread/INFO]: Mob Spawn Range: 4
614[13:23:44] [Server thread/INFO]: Item Merge Radius: 2.5
615[13:23:44] [Server thread/INFO]: Item Despawn Rate: 6000
616[13:23:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
617[13:23:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
618[13:23:44] [Server thread/INFO]: View Distance: 10
619[13:23:44] [Server thread/INFO]: Experience Merge Radius: 3.0
620[13:23:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
621[13:23:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
622[13:23:44] [Server thread/INFO]: Preparing start region for level 9 (Seed: 709028548654986713)
623[13:23:45] [Server thread/INFO]: Preparing spawn area for Lobby, 77%
624[13:23:45] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Paintball
625[13:23:45] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
626[13:23:45] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: selecfac
627[13:23:45] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
628[13:23:45] [Server thread/INFO]: -------- World Settings For [scenario] --------
629[13:23:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
630[13:23:45] [Server thread/INFO]: Cane Growth Modifier: 100%
631[13:23:45] [Server thread/INFO]: Melon Growth Modifier: 100%
632[13:23:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
633[13:23:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
634[13:23:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
635[13:23:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
636[13:23:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
637[13:23:45] [Server thread/INFO]: Vine Growth Modifier: 100%
638[13:23:45] [Server thread/INFO]: Cocoa Growth Modifier: 100%
639[13:23:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
640[13:23:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
641[13:23:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
642[13:23:45] [Server thread/INFO]: Random Lighting Updates: false
643[13:23:45] [Server thread/INFO]: Structure Info Saving: true
644[13:23:45] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
645[13:23:45] [Server thread/INFO]: Max TNT Explosions: 100
646[13:23:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
647[13:23:45] [Server thread/INFO]: Mob Spawn Range: 4
648[13:23:45] [Server thread/INFO]: Item Merge Radius: 2.5
649[13:23:45] [Server thread/INFO]: Item Despawn Rate: 6000
650[13:23:45] [Server thread/INFO]: Arrow Despawn Rate: 1200
651[13:23:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
652[13:23:45] [Server thread/INFO]: View Distance: 10
653[13:23:45] [Server thread/INFO]: Experience Merge Radius: 3.0
654[13:23:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
655[13:23:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
656[13:23:45] [Server thread/INFO]: Preparing start region for level 10 (Seed: -7013802323493855873)
657[13:23:46] [Server thread/INFO]: -------- World Settings For [Build] --------
658[13:23:46] [Server thread/INFO]: Cactus Growth Modifier: 100%
659[13:23:46] [Server thread/INFO]: Cane Growth Modifier: 100%
660[13:23:46] [Server thread/INFO]: Melon Growth Modifier: 100%
661[13:23:46] [Server thread/INFO]: Mushroom Growth Modifier: 100%
662[13:23:46] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
663[13:23:46] [Server thread/INFO]: Sapling Growth Modifier: 100%
664[13:23:46] [Server thread/INFO]: Wheat Growth Modifier: 100%
665[13:23:46] [Server thread/INFO]: NetherWart Growth Modifier: 100%
666[13:23:46] [Server thread/INFO]: Vine Growth Modifier: 100%
667[13:23:46] [Server thread/INFO]: Cocoa Growth Modifier: 100%
668[13:23:46] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
669[13:23:46] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
670[13:23:46] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
671[13:23:46] [Server thread/INFO]: Random Lighting Updates: false
672[13:23:46] [Server thread/INFO]: Structure Info Saving: true
673[13:23:46] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
674[13:23:46] [Server thread/INFO]: Max TNT Explosions: 100
675[13:23:46] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
676[13:23:46] [Server thread/INFO]: Mob Spawn Range: 4
677[13:23:46] [Server thread/INFO]: Item Merge Radius: 2.5
678[13:23:46] [Server thread/INFO]: Item Despawn Rate: 6000
679[13:23:46] [Server thread/INFO]: Arrow Despawn Rate: 1200
680[13:23:46] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
681[13:23:46] [Server thread/INFO]: View Distance: 10
682[13:23:46] [Server thread/INFO]: Experience Merge Radius: 3.0
683[13:23:46] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
684[13:23:46] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
685[13:23:46] [Server thread/INFO]: Preparing start region for level 11 (Seed: -5423006981010758514)
686[13:23:46] [Server thread/INFO]: -------- World Settings For [confirm-grades] --------
687[13:23:46] [Server thread/INFO]: Cactus Growth Modifier: 100%
688[13:23:46] [Server thread/INFO]: Cane Growth Modifier: 100%
689[13:23:46] [Server thread/INFO]: Melon Growth Modifier: 100%
690[13:23:46] [Server thread/INFO]: Mushroom Growth Modifier: 100%
691[13:23:46] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
692[13:23:46] [Server thread/INFO]: Sapling Growth Modifier: 100%
693[13:23:46] [Server thread/INFO]: Wheat Growth Modifier: 100%
694[13:23:46] [Server thread/INFO]: NetherWart Growth Modifier: 100%
695[13:23:46] [Server thread/INFO]: Vine Growth Modifier: 100%
696[13:23:46] [Server thread/INFO]: Cocoa Growth Modifier: 100%
697[13:23:46] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
698[13:23:46] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
699[13:23:46] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
700[13:23:46] [Server thread/INFO]: Random Lighting Updates: false
701[13:23:46] [Server thread/INFO]: Structure Info Saving: true
702[13:23:46] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
703[13:23:46] [Server thread/INFO]: Max TNT Explosions: 100
704[13:23:46] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
705[13:23:46] [Server thread/INFO]: Mob Spawn Range: 4
706[13:23:46] [Server thread/INFO]: Item Merge Radius: 2.5
707[13:23:46] [Server thread/INFO]: Item Despawn Rate: 6000
708[13:23:46] [Server thread/INFO]: Arrow Despawn Rate: 1200
709[13:23:46] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
710[13:23:46] [Server thread/INFO]: View Distance: 10
711[13:23:46] [Server thread/INFO]: Experience Merge Radius: 3.0
712[13:23:46] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
713[13:23:46] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
714[13:23:46] [Server thread/INFO]: Preparing start region for level 12 (Seed: 6785671843512115434)
715[13:23:47] [Server thread/INFO]: -------- World Settings For [login_the_end] --------
716[13:23:47] [Server thread/INFO]: Cactus Growth Modifier: 100%
717[13:23:47] [Server thread/INFO]: Cane Growth Modifier: 100%
718[13:23:47] [Server thread/INFO]: Melon Growth Modifier: 100%
719[13:23:47] [Server thread/INFO]: Mushroom Growth Modifier: 100%
720[13:23:47] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
721[13:23:47] [Server thread/INFO]: Sapling Growth Modifier: 100%
722[13:23:47] [Server thread/INFO]: Wheat Growth Modifier: 100%
723[13:23:47] [Server thread/INFO]: NetherWart Growth Modifier: 100%
724[13:23:47] [Server thread/INFO]: Vine Growth Modifier: 100%
725[13:23:47] [Server thread/INFO]: Cocoa Growth Modifier: 100%
726[13:23:47] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
727[13:23:47] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
728[13:23:47] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
729[13:23:47] [Server thread/INFO]: Random Lighting Updates: false
730[13:23:47] [Server thread/INFO]: Structure Info Saving: true
731[13:23:47] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
732[13:23:47] [Server thread/INFO]: Max TNT Explosions: 100
733[13:23:47] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
734[13:23:47] [Server thread/INFO]: Mob Spawn Range: 4
735[13:23:47] [Server thread/INFO]: Item Merge Radius: 2.5
736[13:23:47] [Server thread/INFO]: Item Despawn Rate: 6000
737[13:23:47] [Server thread/INFO]: Arrow Despawn Rate: 1200
738[13:23:47] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
739[13:23:47] [Server thread/INFO]: View Distance: 10
740[13:23:47] [Server thread/INFO]: Experience Merge Radius: 3.0
741[13:23:47] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
742[13:23:47] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
743[13:23:47] [Server thread/INFO]: Preparing start region for level 13 (Seed: 9218691190784053930)
744[13:23:47] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: BedWars2
745[13:23:47] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
746[13:23:47] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: jeux-l
747[13:23:47] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
748[13:23:47] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: TNT
749[13:23:47] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
750[13:23:47] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: noel
751[13:23:47] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
752[13:23:47] [Server thread/INFO]: -------- World Settings For [MapDarkia] --------
753[13:23:47] [Server thread/INFO]: Cactus Growth Modifier: 100%
754[13:23:47] [Server thread/INFO]: Cane Growth Modifier: 100%
755[13:23:47] [Server thread/INFO]: Melon Growth Modifier: 100%
756[13:23:47] [Server thread/INFO]: Mushroom Growth Modifier: 100%
757[13:23:47] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
758[13:23:47] [Server thread/INFO]: Sapling Growth Modifier: 100%
759[13:23:47] [Server thread/INFO]: Wheat Growth Modifier: 100%
760[13:23:47] [Server thread/INFO]: NetherWart Growth Modifier: 100%
761[13:23:47] [Server thread/INFO]: Vine Growth Modifier: 100%
762[13:23:47] [Server thread/INFO]: Cocoa Growth Modifier: 100%
763[13:23:47] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
764[13:23:47] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
765[13:23:47] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
766[13:23:47] [Server thread/INFO]: Random Lighting Updates: false
767[13:23:47] [Server thread/INFO]: Structure Info Saving: true
768[13:23:47] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
769[13:23:47] [Server thread/INFO]: Max TNT Explosions: 100
770[13:23:47] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
771[13:23:47] [Server thread/INFO]: Mob Spawn Range: 4
772[13:23:47] [Server thread/INFO]: Item Merge Radius: 2.5
773[13:23:47] [Server thread/INFO]: Item Despawn Rate: 6000
774[13:23:47] [Server thread/INFO]: Arrow Despawn Rate: 1200
775[13:23:47] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
776[13:23:47] [Server thread/INFO]: View Distance: 10
777[13:23:47] [Server thread/INFO]: Experience Merge Radius: 3.0
778[13:23:47] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
779[13:23:47] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
780[13:23:47] [Server thread/INFO]: Preparing start region for level 14 (Seed: 8493186027357274138)
781[13:23:48] [Server thread/INFO]: Preparing spawn area for MapDarkia, 52%
782[13:23:49] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: prison
783[13:23:49] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
784[13:23:49] [Server thread/INFO]: -------- World Settings For [MapLuminia] --------
785[13:23:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
786[13:23:49] [Server thread/INFO]: Cane Growth Modifier: 100%
787[13:23:49] [Server thread/INFO]: Melon Growth Modifier: 100%
788[13:23:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
789[13:23:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
790[13:23:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
791[13:23:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
792[13:23:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
793[13:23:49] [Server thread/INFO]: Vine Growth Modifier: 100%
794[13:23:49] [Server thread/INFO]: Cocoa Growth Modifier: 100%
795[13:23:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
796[13:23:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
797[13:23:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
798[13:23:49] [Server thread/INFO]: Random Lighting Updates: false
799[13:23:49] [Server thread/INFO]: Structure Info Saving: true
800[13:23:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
801[13:23:49] [Server thread/INFO]: Max TNT Explosions: 100
802[13:23:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
803[13:23:49] [Server thread/INFO]: Mob Spawn Range: 4
804[13:23:49] [Server thread/INFO]: Item Merge Radius: 2.5
805[13:23:49] [Server thread/INFO]: Item Despawn Rate: 6000
806[13:23:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
807[13:23:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
808[13:23:49] [Server thread/INFO]: View Distance: 10
809[13:23:49] [Server thread/INFO]: Experience Merge Radius: 3.0
810[13:23:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
811[13:23:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
812[13:23:49] [Server thread/INFO]: Preparing start region for level 15 (Seed: -2949674412166893200)
813[13:23:50] [Server thread/INFO]: Preparing spawn area for MapLuminia, 85%
814[13:23:50] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: hallowen
815[13:23:50] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
816[13:23:50] [Server thread/INFO]: -------- World Settings For [Minigame_Lobby] --------
817[13:23:50] [Server thread/INFO]: Cactus Growth Modifier: 100%
818[13:23:50] [Server thread/INFO]: Cane Growth Modifier: 100%
819[13:23:50] [Server thread/INFO]: Melon Growth Modifier: 100%
820[13:23:50] [Server thread/INFO]: Mushroom Growth Modifier: 100%
821[13:23:50] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
822[13:23:50] [Server thread/INFO]: Sapling Growth Modifier: 100%
823[13:23:50] [Server thread/INFO]: Wheat Growth Modifier: 100%
824[13:23:50] [Server thread/INFO]: NetherWart Growth Modifier: 100%
825[13:23:50] [Server thread/INFO]: Vine Growth Modifier: 100%
826[13:23:50] [Server thread/INFO]: Cocoa Growth Modifier: 100%
827[13:23:50] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
828[13:23:50] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
829[13:23:50] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
830[13:23:50] [Server thread/INFO]: Random Lighting Updates: false
831[13:23:50] [Server thread/INFO]: Structure Info Saving: true
832[13:23:50] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
833[13:23:50] [Server thread/INFO]: Max TNT Explosions: 100
834[13:23:50] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
835[13:23:50] [Server thread/INFO]: Mob Spawn Range: 4
836[13:23:50] [Server thread/INFO]: Item Merge Radius: 2.5
837[13:23:50] [Server thread/INFO]: Item Despawn Rate: 6000
838[13:23:50] [Server thread/INFO]: Arrow Despawn Rate: 1200
839[13:23:50] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
840[13:23:50] [Server thread/INFO]: View Distance: 10
841[13:23:50] [Server thread/INFO]: Experience Merge Radius: 3.0
842[13:23:50] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
843[13:23:50] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
844[13:23:50] [Server thread/INFO]: Preparing start region for level 16 (Seed: 1129481756477388917)
845[13:23:51] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: lobby_d
846[13:23:51] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
847[13:23:51] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: d-a-coudre
848[13:23:51] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
849[13:23:51] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: h-a-s
850[13:23:51] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
851[13:23:51] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: village_evolution_nether
852[13:23:51] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
853[13:23:51] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Double
854[13:23:51] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
855[13:23:51] [Server thread/INFO]: -------- World Settings For [Jump] --------
856[13:23:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
857[13:23:51] [Server thread/INFO]: Cane Growth Modifier: 100%
858[13:23:51] [Server thread/INFO]: Melon Growth Modifier: 100%
859[13:23:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
860[13:23:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
861[13:23:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
862[13:23:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
863[13:23:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
864[13:23:51] [Server thread/INFO]: Vine Growth Modifier: 100%
865[13:23:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
866[13:23:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
867[13:23:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
868[13:23:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
869[13:23:51] [Server thread/INFO]: Random Lighting Updates: false
870[13:23:51] [Server thread/INFO]: Structure Info Saving: true
871[13:23:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
872[13:23:51] [Server thread/INFO]: Max TNT Explosions: 100
873[13:23:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
874[13:23:51] [Server thread/INFO]: Mob Spawn Range: 4
875[13:23:51] [Server thread/INFO]: Item Merge Radius: 2.5
876[13:23:51] [Server thread/INFO]: Item Despawn Rate: 6000
877[13:23:51] [Server thread/INFO]: Arrow Despawn Rate: 1200
878[13:23:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
879[13:23:51] [Server thread/INFO]: View Distance: 10
880[13:23:51] [Server thread/INFO]: Experience Merge Radius: 3.0
881[13:23:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
882[13:23:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
883[13:23:51] [Server thread/INFO]: Preparing start region for level 17 (Seed: 6074009696912337286)
884[13:23:52] [Server thread/INFO]: -------- World Settings For [salle-dechange] --------
885[13:23:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
886[13:23:52] [Server thread/INFO]: Cane Growth Modifier: 100%
887[13:23:52] [Server thread/INFO]: Melon Growth Modifier: 100%
888[13:23:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
889[13:23:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
890[13:23:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
891[13:23:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
892[13:23:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
893[13:23:52] [Server thread/INFO]: Vine Growth Modifier: 100%
894[13:23:52] [Server thread/INFO]: Cocoa Growth Modifier: 100%
895[13:23:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
896[13:23:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
897[13:23:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
898[13:23:52] [Server thread/INFO]: Random Lighting Updates: false
899[13:23:52] [Server thread/INFO]: Structure Info Saving: true
900[13:23:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
901[13:23:52] [Server thread/INFO]: Max TNT Explosions: 100
902[13:23:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
903[13:23:52] [Server thread/INFO]: Mob Spawn Range: 4
904[13:23:52] [Server thread/INFO]: Item Merge Radius: 2.5
905[13:23:52] [Server thread/INFO]: Item Despawn Rate: 6000
906[13:23:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
907[13:23:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
908[13:23:52] [Server thread/INFO]: View Distance: 10
909[13:23:52] [Server thread/INFO]: Experience Merge Radius: 3.0
910[13:23:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
911[13:23:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
912[13:23:52] [Server thread/INFO]: Preparing start region for level 18 (Seed: -8078376717356805004)
913[13:23:52] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: tntr_lobby
914[13:23:52] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
915[13:23:52] [Server thread/INFO]: -------- World Settings For [NightTown] --------
916[13:23:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
917[13:23:52] [Server thread/INFO]: Cane Growth Modifier: 100%
918[13:23:52] [Server thread/INFO]: Melon Growth Modifier: 100%
919[13:23:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
920[13:23:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
921[13:23:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
922[13:23:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
923[13:23:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
924[13:23:52] [Server thread/INFO]: Vine Growth Modifier: 100%
925[13:23:52] [Server thread/INFO]: Cocoa Growth Modifier: 100%
926[13:23:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
927[13:23:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
928[13:23:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
929[13:23:52] [Server thread/INFO]: Random Lighting Updates: false
930[13:23:52] [Server thread/INFO]: Structure Info Saving: true
931[13:23:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
932[13:23:52] [Server thread/INFO]: Max TNT Explosions: 100
933[13:23:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
934[13:23:52] [Server thread/INFO]: Mob Spawn Range: 4
935[13:23:52] [Server thread/INFO]: Item Merge Radius: 2.5
936[13:23:52] [Server thread/INFO]: Item Despawn Rate: 6000
937[13:23:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
938[13:23:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
939[13:23:52] [Server thread/INFO]: View Distance: 10
940[13:23:52] [Server thread/INFO]: Experience Merge Radius: 3.0
941[13:23:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
942[13:23:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
943[13:23:52] [Server thread/INFO]: Preparing start region for level 19 (Seed: 3216949898105327942)
944[13:23:53] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: lobby-d
945[13:23:53] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
946[13:23:53] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: bedwars
947[13:23:53] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
948[13:23:53] [Server thread/INFO]: -------- World Settings For [CasteCity] --------
949[13:23:53] [Server thread/INFO]: Cactus Growth Modifier: 100%
950[13:23:53] [Server thread/INFO]: Cane Growth Modifier: 100%
951[13:23:53] [Server thread/INFO]: Melon Growth Modifier: 100%
952[13:23:53] [Server thread/INFO]: Mushroom Growth Modifier: 100%
953[13:23:53] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
954[13:23:53] [Server thread/INFO]: Sapling Growth Modifier: 100%
955[13:23:53] [Server thread/INFO]: Wheat Growth Modifier: 100%
956[13:23:53] [Server thread/INFO]: NetherWart Growth Modifier: 100%
957[13:23:53] [Server thread/INFO]: Vine Growth Modifier: 100%
958[13:23:53] [Server thread/INFO]: Cocoa Growth Modifier: 100%
959[13:23:53] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
960[13:23:53] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
961[13:23:53] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
962[13:23:53] [Server thread/INFO]: Random Lighting Updates: false
963[13:23:53] [Server thread/INFO]: Structure Info Saving: true
964[13:23:53] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
965[13:23:53] [Server thread/INFO]: Max TNT Explosions: 100
966[13:23:53] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
967[13:23:53] [Server thread/INFO]: Mob Spawn Range: 4
968[13:23:53] [Server thread/INFO]: Item Merge Radius: 2.5
969[13:23:53] [Server thread/INFO]: Item Despawn Rate: 6000
970[13:23:53] [Server thread/INFO]: Arrow Despawn Rate: 1200
971[13:23:53] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
972[13:23:53] [Server thread/INFO]: View Distance: 10
973[13:23:53] [Server thread/INFO]: Experience Merge Radius: 3.0
974[13:23:53] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
975[13:23:53] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
976[13:23:53] [Server thread/INFO]: Preparing start region for level 20 (Seed: 6894278002003219525)
977[13:23:54] [Server thread/INFO]: -------- World Settings For [tp] --------
978[13:23:54] [Server thread/INFO]: Cactus Growth Modifier: 100%
979[13:23:54] [Server thread/INFO]: Cane Growth Modifier: 100%
980[13:23:54] [Server thread/INFO]: Melon Growth Modifier: 100%
981[13:23:54] [Server thread/INFO]: Mushroom Growth Modifier: 100%
982[13:23:54] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
983[13:23:54] [Server thread/INFO]: Sapling Growth Modifier: 100%
984[13:23:54] [Server thread/INFO]: Wheat Growth Modifier: 100%
985[13:23:54] [Server thread/INFO]: NetherWart Growth Modifier: 100%
986[13:23:54] [Server thread/INFO]: Vine Growth Modifier: 100%
987[13:23:54] [Server thread/INFO]: Cocoa Growth Modifier: 100%
988[13:23:54] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
989[13:23:54] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
990[13:23:54] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
991[13:23:54] [Server thread/INFO]: Random Lighting Updates: false
992[13:23:54] [Server thread/INFO]: Structure Info Saving: true
993[13:23:54] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
994[13:23:54] [Server thread/INFO]: Max TNT Explosions: 100
995[13:23:54] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
996[13:23:54] [Server thread/INFO]: Mob Spawn Range: 4
997[13:23:54] [Server thread/INFO]: Item Merge Radius: 2.5
998[13:23:54] [Server thread/INFO]: Item Despawn Rate: 6000
999[13:23:54] [Server thread/INFO]: Arrow Despawn Rate: 1200
1000[13:23:54] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1001[13:23:54] [Server thread/INFO]: View Distance: 10
1002[13:23:54] [Server thread/INFO]: Experience Merge Radius: 3.0
1003[13:23:54] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1004[13:23:54] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1005[13:23:55] [Server thread/INFO]: Preparing start region for level 21 (Seed: -4325801107698470318)
1006[13:23:55] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: octobre
1007[13:23:55] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1008[13:23:55] [Server thread/INFO]: [Multiverse-Core] 22 - World(s) loaded.
1009[13:23:55] [Server thread/WARN]: [Multiverse-Core] The location for anchor 'Lobby' is INVALID.
1010[13:23:55] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
1011[13:23:55] [Server thread/INFO]: [AntiAFKPro] Enabling AntiAFKPro v2.1.2
1012[13:23:55] [Server thread/INFO]:
1013[AntiAFKPro] Initializing Plugin
1014[13:23:55] [Server thread/INFO]: [AntiAFKPro] config.yml found, loading!
1015[13:23:55] [Server thread/INFO]: [AntiAFKPro] timeplayedgui.yml found, loading!
1016[13:23:55] [Server thread/INFO]: [AntiAFKPro] messages.yml found, loading!
1017[13:23:55] [Server thread/INFO]: [AntiAFKPro] Initializing Complete in 224 Ms
1018
1019[13:23:55] [Server thread/INFO]: [ItemTags] Enabling ItemTags v1.5
1020[13:23:55] [Server thread/INFO]: APPLE:&POMME 1
1021[13:23:55] [Server thread/INFO]: [ColoredTags] Enabling ColoredTags v0.2
1022[13:23:55] [Server thread/INFO]: [ColoredTags] ColoredTags has successfully loaded!
1023[13:23:55] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
1024[13:23:55] [Server thread/INFO]: [WildSkript] skQuery hooked!
1025[13:23:55] [Server thread/ERROR]: Error occurred while enabling WildSkript v1.8 (Is it up to date?)
1026java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1027 at net.dzikoysk.wildskript.WildSkript.utils(WildSkript.java:124) ~[?:?]
1028 at net.dzikoysk.wildskript.WildSkript.onEnable(WildSkript.java:52) ~[?:?]
1029 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1030 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1031 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1032 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1033 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1034 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1035 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1036 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1037 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1038 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1039 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_231]
1040[13:23:55] [Server thread/INFO]: [MundoSK] Enabling MundoSK v1.8.5
1041[13:23:55] [Server thread/INFO]: [MundoSK] No worlds were assigned to load automatically
1042[13:23:55] [Server thread/INFO]: [MundoSK] Pie is awesome :D
1043[13:23:55] [Server thread/ERROR]: Error occurred while enabling MundoSK v1.8.5 (Is it up to date?)
1044java.lang.NoSuchMethodError: ch.njol.skript.lang.SyntaxElementInfo.<init>([Ljava/lang/String;Ljava/lang/Class;)V
1045 at com.pie.tlatoani.Registration.ModifiableSyntaxElementInfo$Effect.<init>(ModifiableSyntaxElementInfo.java:57) ~[?:?]
1046 at com.pie.tlatoani.ListUtil.ListUtil.load(ListUtil.java:41) ~[?:?]
1047 at com.pie.tlatoani.Registration.Registration.register(Registration.java:29) ~[?:?]
1048 at com.pie.tlatoani.Mundo.onEnable(Mundo.java:80) ~[?:?]
1049 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1050 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1051 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1052 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1053 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1054 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1055 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1056 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1057 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1058 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1059 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_231]
1060[13:23:55] [Server thread/INFO]: [ColorUp] Enabling ColorUp v1.0
1061[13:23:55] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
1062[13:23:55] [Server thread/INFO]: [PermissionsEx] Initializing file backend
1063[13:23:55] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
1064[13:23:55] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
1065[13:23:55] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
1066[13:23:55] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
1067[13:23:56] [Server thread/INFO]: [ProMaintenanceMode] Enabling ProMaintenanceMode v1.0.5
1068[13:23:56] [Server thread/INFO]: [0;32;1m[MaintenanceMode] Enabled![m
1069[13:23:56] [Server thread/INFO]: [0;32;1m[MaintenanceMode] [0;32;1mThe maintenance icon has been successfully loaded.[m
1070[13:23:56] [Server thread/INFO]: [CustomJoinItems] Enabling CustomJoinItems v1.5.2
1071[13:23:56] [Server thread/INFO]: [Sketch] Enabling Sketch vAlpha 0.3
1072[13:23:56] [Server thread/WARN]: [Skript] The plugin Sketch uses a non-standard version syntax: 'Alpha 0.3'. Skript will use 0.3 instead.
1073[13:23:56] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5.0-b751
1074[13:23:56] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5.0-b751 Enabled - By Rigby and fernferret
1075[13:23:56] [Thread-23/WARN]: [PermissionsEx] The updater could not find any files for the project id 31279
1076[13:23:56] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: Luminia2 (World Error, World did not exist or was not imported into Multiverse-Core!)
1077[13:23:56] [Server thread/WARN]: [MVPLogging] Portal Luminia2 has an invalid LOCATION!
1078[13:23:56] [Server thread/WARN]: [MVPLogging] Portal 'Luminia2' not loaded due to invalid location!
1079[13:23:56] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: Darkia2 (World Error, World did not exist or was not imported into Multiverse-Core!)
1080[13:23:56] [Server thread/WARN]: [MVPLogging] Portal Darkia2 has an invalid LOCATION!
1081[13:23:56] [Server thread/WARN]: [MVPLogging] Portal 'Darkia2' not loaded due to invalid location!
1082[13:23:56] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: dac (World Error, World did not exist or was not imported into Multiverse-Core!)
1083[13:23:56] [Server thread/WARN]: [MVPLogging] Portal dac has an invalid LOCATION!
1084[13:23:56] [Server thread/WARN]: [MVPLogging] Portal 'dac' not loaded due to invalid location!
1085[13:23:56] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: tntrun (World Error, World did not exist or was not imported into Multiverse-Core!)
1086[13:23:56] [Server thread/WARN]: [MVPLogging] Portal tntrun has an invalid LOCATION!
1087[13:23:56] [Server thread/WARN]: [MVPLogging] Portal 'tntrun' not loaded due to invalid location!
1088[13:23:56] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: lobby (World Error, World did not exist or was not imported into Multiverse-Core!)
1089[13:23:56] [Server thread/WARN]: [MVPLogging] Portal lobby has an invalid LOCATION!
1090[13:23:56] [Server thread/WARN]: [MVPLogging] Portal 'lobby' not loaded due to invalid location!
1091[13:23:56] [Server thread/INFO]: [MVPLogging] 11 - Portals(s) loaded
1092[13:23:56] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
1093[13:23:56] [Server thread/INFO]: [UltraStaffChat] Enabling UltraStaffChat v1.1.0
1094[13:23:56] [Server thread/INFO]: [UltraStaffChat] Plugin Starting...
1095[13:23:56] [Server thread/INFO]: [UltraStaffChat] Plugin Started!
1096[13:23:56] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.11.1-RELEASE
1097[13:23:56] [Server thread/INFO]: [BlockParticles] Loading the config.yml
1098[13:23:56] [Server thread/INFO]: [BlockParticles] Successfully loaded config.yml
1099[13:23:56] [Server thread/INFO]: [BlockParticles] Loading the data.yml
1100[13:23:56] [Server thread/INFO]: [BlockParticles] Successfully loaded data.yml
1101[13:23:56] [Server thread/INFO]: [PerWorldInventory] Enabling PerWorldInventory v2.3.1
1102[13:23:57] [Server thread/INFO]: [PerWorldInventory] Vault found! Hooking into it...
1103[13:23:57] [Server thread/INFO]: [PerWorldInventory] Hooked into Vault!
1104[13:23:57] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.2
1105[13:23:57] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
1106[13:23:57] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
1107[13:23:57] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
1108[13:23:57] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
1109[13:23:57] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
1110[13:23:57] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
1111[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
1112[13:23:57] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
1113[13:23:57] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
1114[13:23:57] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
1115[13:23:57] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
1116[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
1117[13:23:57] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
1118[13:23:57] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
1119[13:23:57] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
1120[13:23:57] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
1121[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
1122[13:23:57] [Server thread/INFO]: [WorldGuard] (minage2) TNT ignition is PERMITTED.
1123[13:23:57] [Server thread/INFO]: [WorldGuard] (minage2) Lighters are PERMITTED.
1124[13:23:57] [Server thread/INFO]: [WorldGuard] (minage2) Lava fire is blocked.
1125[13:23:57] [Server thread/INFO]: [WorldGuard] (minage2) Fire spread is UNRESTRICTED.
1126[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'minage2'
1127[13:23:57] [Server thread/INFO]: [WorldGuard] (login_nether) TNT ignition is PERMITTED.
1128[13:23:57] [Server thread/INFO]: [WorldGuard] (login_nether) Lighters are PERMITTED.
1129[13:23:57] [Server thread/INFO]: [WorldGuard] (login_nether) Lava fire is blocked.
1130[13:23:57] [Server thread/INFO]: [WorldGuard] (login_nether) Fire spread is UNRESTRICTED.
1131[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'login_nether'
1132[13:23:57] [Server thread/INFO]: [WorldGuard] (minage1) TNT ignition is PERMITTED.
1133[13:23:57] [Server thread/INFO]: [WorldGuard] (minage1) Lighters are PERMITTED.
1134[13:23:57] [Server thread/INFO]: [WorldGuard] (minage1) Lava fire is blocked.
1135[13:23:57] [Server thread/INFO]: [WorldGuard] (minage1) Fire spread is UNRESTRICTED.
1136[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'minage1'
1137[13:23:57] [Server thread/INFO]: [WorldGuard] (login) TNT ignition is PERMITTED.
1138[13:23:57] [Server thread/INFO]: [WorldGuard] (login) Lighters are PERMITTED.
1139[13:23:57] [Server thread/INFO]: [WorldGuard] (login) Lava fire is blocked.
1140[13:23:57] [Server thread/INFO]: [WorldGuard] (login) Fire spread is UNRESTRICTED.
1141[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'login'
1142[13:23:57] [Server thread/INFO]: [WorldGuard] (maplumina2) TNT ignition is PERMITTED.
1143[13:23:57] [Server thread/INFO]: [WorldGuard] (maplumina2) Lighters are PERMITTED.
1144[13:23:57] [Server thread/INFO]: [WorldGuard] (maplumina2) Lava fire is blocked.
1145[13:23:57] [Server thread/INFO]: [WorldGuard] (maplumina2) Fire spread is UNRESTRICTED.
1146[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'maplumina2'
1147[13:23:57] [Server thread/INFO]: [WorldGuard] (tuto-depart) TNT ignition is PERMITTED.
1148[13:23:57] [Server thread/INFO]: [WorldGuard] (tuto-depart) Lighters are PERMITTED.
1149[13:23:57] [Server thread/INFO]: [WorldGuard] (tuto-depart) Lava fire is blocked.
1150[13:23:57] [Server thread/INFO]: [WorldGuard] (tuto-depart) Fire spread is UNRESTRICTED.
1151[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'tuto-depart'
1152[13:23:57] [Server thread/INFO]: [WorldGuard] (Lobby) TNT ignition is PERMITTED.
1153[13:23:57] [Server thread/INFO]: [WorldGuard] (Lobby) Lighters are PERMITTED.
1154[13:23:57] [Server thread/INFO]: [WorldGuard] (Lobby) Lava fire is blocked.
1155[13:23:57] [Server thread/INFO]: [WorldGuard] (Lobby) Fire spread is UNRESTRICTED.
1156[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Lobby'
1157[13:23:57] [Server thread/INFO]: [WorldGuard] (scenario) TNT ignition is PERMITTED.
1158[13:23:57] [Server thread/INFO]: [WorldGuard] (scenario) Lighters are PERMITTED.
1159[13:23:57] [Server thread/INFO]: [WorldGuard] (scenario) Lava fire is blocked.
1160[13:23:57] [Server thread/INFO]: [WorldGuard] (scenario) Fire spread is UNRESTRICTED.
1161[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'scenario'
1162[13:23:57] [Server thread/INFO]: [WorldGuard] (Build) TNT ignition is PERMITTED.
1163[13:23:57] [Server thread/INFO]: [WorldGuard] (Build) Lighters are PERMITTED.
1164[13:23:57] [Server thread/INFO]: [WorldGuard] (Build) Lava fire is blocked.
1165[13:23:57] [Server thread/INFO]: [WorldGuard] (Build) Fire spread is UNRESTRICTED.
1166[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Build'
1167[13:23:57] [Server thread/INFO]: [WorldGuard] (confirm-grades) TNT ignition is PERMITTED.
1168[13:23:57] [Server thread/INFO]: [WorldGuard] (confirm-grades) Lighters are PERMITTED.
1169[13:23:57] [Server thread/INFO]: [WorldGuard] (confirm-grades) Lava fire is blocked.
1170[13:23:57] [Server thread/INFO]: [WorldGuard] (confirm-grades) Fire spread is UNRESTRICTED.
1171[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'confirm-grades'
1172[13:23:57] [Server thread/INFO]: [WorldGuard] (login_the_end) TNT ignition is PERMITTED.
1173[13:23:57] [Server thread/INFO]: [WorldGuard] (login_the_end) Lighters are PERMITTED.
1174[13:23:57] [Server thread/INFO]: [WorldGuard] (login_the_end) Lava fire is blocked.
1175[13:23:57] [Server thread/INFO]: [WorldGuard] (login_the_end) Fire spread is UNRESTRICTED.
1176[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'login_the_end'
1177[13:23:57] [Server thread/INFO]: [WorldGuard] (MapDarkia) TNT ignition is PERMITTED.
1178[13:23:57] [Server thread/INFO]: [WorldGuard] (MapDarkia) Lighters are PERMITTED.
1179[13:23:57] [Server thread/INFO]: [WorldGuard] (MapDarkia) Lava fire is blocked.
1180[13:23:57] [Server thread/INFO]: [WorldGuard] (MapDarkia) Fire spread is UNRESTRICTED.
1181[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MapDarkia'
1182[13:23:57] [Server thread/INFO]: [WorldGuard] (MapLuminia) TNT ignition is PERMITTED.
1183[13:23:57] [Server thread/INFO]: [WorldGuard] (MapLuminia) Lighters are PERMITTED.
1184[13:23:57] [Server thread/INFO]: [WorldGuard] (MapLuminia) Lava fire is blocked.
1185[13:23:57] [Server thread/INFO]: [WorldGuard] (MapLuminia) Fire spread is UNRESTRICTED.
1186[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MapLuminia'
1187[13:23:57] [Server thread/INFO]: [WorldGuard] (Minigame_Lobby) TNT ignition is PERMITTED.
1188[13:23:57] [Server thread/INFO]: [WorldGuard] (Minigame_Lobby) Lighters are PERMITTED.
1189[13:23:57] [Server thread/INFO]: [WorldGuard] (Minigame_Lobby) Lava fire is blocked.
1190[13:23:57] [Server thread/INFO]: [WorldGuard] (Minigame_Lobby) Fire spread is UNRESTRICTED.
1191[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Minigame_Lobby'
1192[13:23:57] [Server thread/INFO]: [WorldGuard] (Jump) TNT ignition is PERMITTED.
1193[13:23:57] [Server thread/INFO]: [WorldGuard] (Jump) Lighters are PERMITTED.
1194[13:23:57] [Server thread/INFO]: [WorldGuard] (Jump) Lava fire is blocked.
1195[13:23:57] [Server thread/INFO]: [WorldGuard] (Jump) Fire spread is UNRESTRICTED.
1196[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Jump'
1197[13:23:57] [Server thread/INFO]: [WorldGuard] (salle-dechange) TNT ignition is PERMITTED.
1198[13:23:57] [Server thread/INFO]: [WorldGuard] (salle-dechange) Lighters are PERMITTED.
1199[13:23:57] [Server thread/INFO]: [WorldGuard] (salle-dechange) Lava fire is blocked.
1200[13:23:57] [Server thread/INFO]: [WorldGuard] (salle-dechange) Fire spread is UNRESTRICTED.
1201[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'salle-dechange'
1202[13:23:57] [Server thread/INFO]: [WorldGuard] (NightTown) TNT ignition is PERMITTED.
1203[13:23:57] [Server thread/INFO]: [WorldGuard] (NightTown) Lighters are PERMITTED.
1204[13:23:57] [Server thread/INFO]: [WorldGuard] (NightTown) Lava fire is blocked.
1205[13:23:57] [Server thread/INFO]: [WorldGuard] (NightTown) Fire spread is UNRESTRICTED.
1206[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NightTown'
1207[13:23:57] [Server thread/INFO]: [WorldGuard] (CasteCity) TNT ignition is PERMITTED.
1208[13:23:57] [Server thread/INFO]: [WorldGuard] (CasteCity) Lighters are PERMITTED.
1209[13:23:57] [Server thread/INFO]: [WorldGuard] (CasteCity) Lava fire is blocked.
1210[13:23:57] [Server thread/INFO]: [WorldGuard] (CasteCity) Fire spread is UNRESTRICTED.
1211[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CasteCity'
1212[13:23:57] [Server thread/INFO]: [WorldGuard] (tp) TNT ignition is PERMITTED.
1213[13:23:57] [Server thread/INFO]: [WorldGuard] (tp) Lighters are PERMITTED.
1214[13:23:57] [Server thread/INFO]: [WorldGuard] (tp) Lava fire is blocked.
1215[13:23:57] [Server thread/INFO]: [WorldGuard] (tp) Fire spread is UNRESTRICTED.
1216[13:23:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'tp'
1217[13:23:57] [Server thread/INFO]: [WorldGuard] Loading region data...
1218[13:23:58] [Server thread/INFO]: [Images] Enabling Images v2.0.4
1219[13:23:58] [Server thread/INFO]: [Images] ProtocolLib detected. Enabling generic packet handling...
1220[13:23:58] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.2.0
1221[13:23:58] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.5.2
1222[13:23:58] [Server thread/INFO]: [0;36;1mCratesPlus Version 4.5.2[m
1223[13:23:58] [Server thread/INFO]: [0;32;1mHolographicDisplays was found, hooking in![m
1224[13:23:58] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.21.0
1225[13:23:58] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
1226[13:23:58] [Server thread/INFO]: [ShopGUIPlus] Vault economy support enabled.
1227[13:23:58] [Server thread/INFO]: [UltimateRepairing] Enabling UltimateRepairing v1.3.4
1228[13:23:58] [Server thread/INFO]: [m
1229[13:23:58] [Server thread/INFO]: [0;32;1m=============================[m
1230[13:23:58] [Server thread/INFO]: [0;37;22mUltimateRepairing 1.3.4 by [0;35;22mSongoda <3![m
1231[13:23:58] [Server thread/INFO]: [0;37;22mAction: [0;32;1mEnabling[0;37;22m...[m
1232[13:23:58] [Server thread/INFO]: [UltimateRepairing] Loaded locale "en_US"
1233[13:23:58] [Server thread/INFO]: [SongodaCore] Hooked UltimateRepairing.
1234[13:23:58] [Server thread/INFO]: [UltimateRepairing] Loaded locale "fr_FR"
1235[13:23:58] [Server thread/INFO]: [0;32;1m=============================[m
1236[13:23:58] [Server thread/INFO]: [m
1237[13:23:58] [Server thread/INFO]: [RainbowArmour] Enabling RainbowArmour v1.7.2
1238[13:23:58] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b488
1239[13:23:59] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsChat to the same version.
1240[13:23:59] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsAntiBuild to the same version.
1241[13:23:59] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
1242[13:23:59] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
1243[13:23:59] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
1244[13:23:59] [Server thread/INFO]: Using locale fr_FR
1245[13:23:59] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
1246[13:23:59] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
1247[13:23:59] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
1248[13:23:59] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.24-SNAPSHOT (build 1605)
1249[13:23:59] [Server thread/INFO]: [zAuctionHouseV2] Enabling zAuctionHouseV2 v2.0.0.5
1250[13:23:59] [Server thread/INFO]: [0;30;1m[[0;33;1mzAuctionHouseV2 v2.0.0.5[0;30;1m] [0;33;1m=== ENABLE START ===[m
1251[13:23:59] [Server thread/INFO]: [0;30;1m[[0;33;1mzAuctionHouseV2 v2.0.0.5[0;30;1m] [0;37;22mPlugin Version V[0;31;1m2.0.0.5[m
1252[13:23:59] [Server thread/INFO]: [0;30;1m[[0;33;1mzAuctionHouseV2 v2.0.0.5[0;30;1m] [0;32;22mLoading 2 commands[m
1253[13:23:59] [Server thread/INFO]: [0;30;1m[[0;33;1mzAuctionHouseV2 v2.0.0.5[0;30;1m] [0;32;22mLoading 9 inventories[m
1254[13:23:59] [Server thread/INFO]: [0;30;1m[[0;33;1mzAuctionHouseV2 v2.0.0.5[0;30;1m] [0;37;22mUsing storage Â[0;33;22mJSON[m
1255[13:23:59] [Server thread/INFO]: [0;30;1m[[0;33;1mzAuctionHouseV2 v2.0.0.5[0;30;1m] [0;32;22m/home/gameserver/servers/serveur48/minecraft/plugins/zAuctionHouseV2/config.json loaded successfully ![m
1256[13:23:59] [Server thread/INFO]: [0;30;1m[[0;33;1mzAuctionHouseV2 v2.0.0.5[0;30;1m] [0;32;22m/home/gameserver/servers/serveur48/minecraft/plugins/zAuctionHouseV2/lang.json loaded successfully ![m
1257[13:23:59] [Server thread/INFO]: [0;30;1m[[0;33;1mzAuctionHouseV2 v2.0.0.5[0;30;1m] [0;32;22m/home/gameserver/servers/serveur48/minecraft/plugins/zAuctionHouseV2/items.json loaded successfully ![m
1258[13:23:59] [Server thread/INFO]: [0;30;1m[[0;33;1mzAuctionHouseV2 v2.0.0.5[0;30;1m] [0;33;1m=== ENABLE DONE [0;37;22m([0;33;22m52ms[0;37;22m) [0;33;1m===[m
1259[13:23:59] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.2.2
1260[13:23:59] [Server thread/INFO]: [Shopkeepers] Loading data of 1 shopkeepers..
1261[13:23:59] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
1262[13:23:59] [Server thread/WARN]: Mauvaise version ! Veuillez mettre des jars Essentials de même version.
1263[13:23:59] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.3
1264[13:23:59] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
1265[13:23:59] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
1266[13:23:59] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
1267[13:23:59] [Server thread/INFO]: [DefensiveTurrets] Enabling DefensiveTurrets v3.8.1
1268[13:23:59] [Server thread/INFO]: [0;30;1m[[0;34;1mDefensiveTurrets[0;30;1m] [0;33;1mHas been enabled! [0;37;1mVersion: 3.8.1[m
1269[13:23:59] [Server thread/INFO]: [0;30;1m[[0;34;1mDefensiveTurrets[0;30;1m] [0;33;1mThanks for using my plugin! [0;37;1m~Ajneb97[m
1270[13:23:59] [Server thread/INFO]: [0;31;1mThere is a new version available. [0;33;1m([0;37;22m3.9.3[0;33;1m)[m
1271[13:23:59] [Server thread/INFO]: [0;31;1mYou can download it at: [0;37;1mhttps://www.spigotmc.org/resources/67188/[m
1272[13:23:59] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.4.0-b1877
1273[13:24:00] [Server thread/INFO]: [AuthMe] SQLite Setup finished
1274[13:24:00] [Server thread/INFO]: [AuthMe] Hooked into PermissionsEx!
1275[13:24:00] [Thread-29/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
1276[13:24:00] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
1277[13:24:00] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
1278[13:24:00] [Server thread/INFO]: [AuthMe] Essentials spawn file not found: '/home/gameserver/servers/serveur48/minecraft/plugins/Essentials/spawn.yml'
1279[13:24:00] [Server thread/WARN]: [AuthMe] Failed to read welcome.txt file: [MalformedInputException]: Input length = 1
1280[13:24:00] [Server thread/INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
1281[13:24:00] [Server thread/INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
1282[13:24:00] [Server thread/INFO]: [AuthMe] AuthMe 5.4.0 build n.1877 correctly enabled!
1283[13:24:00] [Server thread/INFO]: [MCJukebox] Enabling MCJukebox v2.6.5
1284[13:24:00] [Server thread/INFO]: [MCJukebox] Skript integration enabled!
1285[13:24:00] [Server thread/INFO]: [MCJukebox] MCJukebox has been loaded!
1286[13:24:00] [Server thread/INFO]: [SkMorkaz] Enabling SkMorkaz v0.21
1287[13:24:00] [Server thread/INFO]: §f§l[§9§lSk§b§lMorkaz§f§l] §3§lStarting..
1288[13:24:00] [Server thread/INFO]: §f§l[§9§lSk§b§lMorkaz§f§l] §3§lAuthMe additional features loaded!
1289[13:24:00] [Server thread/INFO]: §f§l[§9§lSk§b§lMorkaz§f§l] §3§lStarted!
1290[13:24:00] [Server thread/INFO]: [Factions] Enabling Factions v2.14.0
1291[13:24:00] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.14.0[0;36;22m] [0;33;1m=== ENABLE START ===[m
1292[13:24:01] [EventThread/INFO]: [MCJukebox] Key accepted and connection to MCJukebox established.
1293[13:24:01] [EventThread/INFO]: [MCJukebox] Predicted time offset: -2ms.
1294[13:24:01] [EventThread/INFO]: [MCJukebox] This will be silently updated every 30 seconds.
1295[13:24:02] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.14.0[0;36;22m] [0;33;1m[0;32;1mIntegration Activated [0;35;1mIntegrationV18[m
1296[13:24:02] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.14.0[0;36;22m] [0;33;1m[0;32;1mIntegration Activated [0;35;1mIntegrationV19[m
1297[13:24:02] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.14.0[0;36;22m] [0;33;1m[0;32;1mIntegration Activated [0;35;1mIntegrationSpigot[m
1298[13:24:02] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.14.0[0;36;22m] [0;33;1m[0;32;1mIntegration Activated [0;35;1mIntegrationWorldGuard[m
1299[13:24:02] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.14.0[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m2172ms[0;33;1m) ===[m
1300[13:24:03] [Server thread/INFO]: [skRayFall] Enabling skRayFall v1.9.18
1301[13:24:03] [Server thread/INFO]: [skRayFall] Yay! You are running skRayFall 1.9.18!
1302[13:24:03] [Server thread/INFO]: [skRayFall] Nathan and Lewis <3 you.
1303[13:24:03] [Server thread/INFO]: [skRayFall] Cooking Bacon...
1304[13:24:03] [Server thread/INFO]: [skRayFall] Getting more bacon for the army of citizens...
1305[13:24:03] [Server thread/INFO]: [skRayFall] Got bacon for the EffectLib particle ninjas!
1306[13:24:03] [Server thread/INFO]: [skRayFall] Getting more bacon for the Votifier runners!
1307[13:24:03] [Server thread/INFO]: [skRayFall] Bacon holograms found
1308[13:24:03] [Server thread/INFO]: [skRayFall] Client Side bacon holograms enabled
1309[13:24:03] [Server thread/INFO]: [skRayFall] Enabling general 1.8+ bacon!
1310[13:24:03] [Server thread/INFO]: [skRayFall] Getting the general 1.9+ bacon!
1311[13:24:03] [Server thread/INFO]: [skRayFall] Getting the extra special 1.12 bacon!
1312[13:24:03] [Server thread/INFO]: [[0;36;22mskRayFall[m] [0;31;1mAn update for skRayFall is available![m
1313[13:24:03] [Server thread/INFO]: [skRayFall] Bacon is ready!
1314[13:24:03] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.13.1
1315[13:24:03] [Server thread/ERROR]: Error occurred while enabling EssentialsAntiBuild v2.13.1 (Is it up to date?)
1316java.lang.NoSuchMethodError: com.earth2me.essentials.I18n._(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
1317 at com.earth2me.essentials.antibuild.EssentialsConnect.<init>(EssentialsConnect.java:24) ~[?:?]
1318 at com.earth2me.essentials.antibuild.EssentialsAntiBuild.onEnable(EssentialsAntiBuild.java:28) ~[?:?]
1319 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1320 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1321 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1322 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1323 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1324 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1325 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1326 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1327 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1328 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1329 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_231]
1330[13:24:03] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
1331[13:24:03] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mVault compatible economy found! Economy support for CommandNPC has been enabled.[m
1332[13:24:03] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInitiating Database[m
1333[13:24:03] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInjecting command info into Citizens.[m
1334[13:24:03] [Thread-53/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mLoading commands complete![m
1335[13:24:03] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mCommandNPC successfully loaded![m
1336[13:24:03] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.1.5
1337[13:24:04] [Server thread/INFO]: [BeautyQuests] Enabling BeautyQuests v0.15.2
1338[13:24:04] [Server thread/INFO]: [BeautyQuests] Placeholders registereds !
1339[13:24:04] [Server thread/INFO]: [BeautyQuests] Loaded valid version v1_12_R1
1340[13:24:05] [Server thread/INFO]: [BeautyQuests] Loaded language file locales/fr_FR.yml (0.01s)!
1341[13:24:05] [Server thread/INFO]: [BeautyQuests] Loaded start particles: REDSTONE in shape POINT with color "R255 G255 B0"
1342[13:24:05] [Server thread/INFO]: [BeautyQuests] Loaded talk particles: VILLAGER_HAPPY in shape BAR
1343[13:24:05] [Server thread/INFO]: [BeautyQuests] Loaded next particles: SMOKE_NORMAL in shape SPOT
1344[13:24:05] [Server thread/INFO]: [Skellett] Enabling Skellett v1.9.8
1345[13:24:06] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mRegistered [0;32;1m53 [0;33;1mEffects, [0;32;1m16[0;33;1m Conditions, [0;32;1m142[0;33;1m Expressions and [0;32;1m25[0;33;1m Events[m
1346[13:24:06] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1m[0;32;1mHas been enabled![m
1347[13:24:06] [Server thread/INFO]: [Umbaska] Enabling Umbaska v3.3
1348[13:24:06] [Server thread/INFO]: [Umbaska] The config /home/gameserver/servers/serveur48/minecraft/plugins/Umbaska/config.yml is up to date (version 6)
1349[13:24:06] [Server thread/INFO]: [Umbaska Module Manager] You don't have any modules in the folder of Umbaska, why don't you download one? Try the command /umb modules
1350[13:24:06] [Server thread/INFO]: [Umbaska Module Manager] WE ARE INSTALLING THE MODULE CORE FOR YOU, HOLD ON!
1351[13:24:06] [Server thread/ERROR]: Error occurred while enabling Umbaska v3.3 (Is it up to date?)
1352org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1]
1353 at org.json.JSONTokener.syntaxError(JSONTokener.java:505) ~[?:?]
1354 at org.json.JSONObject.<init>(JSONObject.java:215) ~[?:?]
1355 at org.json.JSONObject.<init>(JSONObject.java:399) ~[?:?]
1356 at uk.co.umbaska.utils.ModuleUtil.getAllAvailableModules(ModuleUtil.java:48) ~[?:?]
1357 at uk.co.umbaska.utils.ModuleUtil.installModule(ModuleUtil.java:66) ~[?:?]
1358 at uk.co.umbaska.modules.ModuleManager.enableModules(ModuleManager.java:101) ~[?:?]
1359 at uk.co.umbaska.modules.ModuleManager.loadAndEnableModules(ModuleManager.java:53) ~[?:?]
1360 at uk.co.umbaska.Umbaska.onEnable(Umbaska.java:125) ~[?:?]
1361 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1362 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1363 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1364 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1365 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1366 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1367 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1368 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1369 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1370 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1371 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_231]
1372[13:24:06] [Server thread/INFO]: [TuSKe] Enabling TuSKe v1.8.2
1373[13:24:06] [Server thread/INFO]: [TuSKe] Enabling Metrics... Done!
1374[13:24:06] [Server thread/INFO]: [TuSKe] Check for updates enabled. It will check in some seconds.
1375[13:24:06] [Server thread/INFO]: [TuSKe] Documentation enabled. Some files containing all syntax of all addons will be generated.
1376[13:24:06] [Server thread/INFO]: [TuSKe]
1377[13:24:06] [Server thread/INFO]: [TuSKe] A special thanks for donators:
1378[13:24:06] [Server thread/INFO]: [TuSKe] @X0Freak - 50$
1379[13:24:06] [Server thread/INFO]: [TuSKe] @RepublicanSensei - 10$
1380[13:24:06] [Server thread/INFO]: [TuSKe]
1381[13:24:06] [Server thread/ERROR]: #!#!
1382[13:24:06] [Server thread/ERROR]: #!#! [Skript] Severe Error:
1383[13:24:06] [Server thread/ERROR]: #!#! TuSKe's class com.github.tukenuke.tuske.effects.EffMakeDrop generated an exception while loading
1384[13:24:06] [Server thread/ERROR]: #!#!
1385[13:24:06] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
1386[13:24:06] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
1387[13:24:06] [Server thread/ERROR]: #!#! You're running outdated version of Skript! Please try updating it NOW; it might fix this.
1388[13:24:06] [Server thread/ERROR]: #!#! Run /sk update check to get a download link to latest Skript!
1389[13:24:06] [Server thread/ERROR]: #!#! You will be given instructions how to report this error if it persists after update.
1390[13:24:06] [Server thread/ERROR]: #!#!
1391[13:24:06] [Server thread/ERROR]: #!#! Stack trace:
1392[13:24:06] [Server thread/ERROR]: #!#! java.lang.NullPointerException
1393[13:24:06] [Server thread/ERROR]: #!#! at com.github.tukenuke.tuske.effects.EffMakeDrop.<clinit>(EffMakeDrop.java:25)
1394[13:24:06] [Server thread/ERROR]: #!#! at java.lang.Class.forName0(Native Method)
1395[13:24:06] [Server thread/ERROR]: #!#! at java.lang.Class.forName(Class.java:348)
1396[13:24:06] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptAddon.loadClasses(SkriptAddon.java:108)
1397[13:24:06] [Server thread/ERROR]: #!#! at com.github.tukenuke.tuske.TuSKe.onEnable(TuSKe.java:100)
1398[13:24:06] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
1399[13:24:06] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
1400[13:24:06] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402)
1401[13:24:06] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:374)
1402[13:24:06] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:323)
1403[13:24:06] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421)
1404[13:24:06] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382)
1405[13:24:06] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337)
1406[13:24:06] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
1407[13:24:06] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
1408[13:24:06] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
1409[13:24:06] [Server thread/ERROR]: #!#!
1410[13:24:06] [Server thread/ERROR]: #!#! Version Information:
1411[13:24:06] [Server thread/ERROR]: #!#! Skript: 2.4 (OUTDATED)
1412[13:24:06] [Server thread/ERROR]: #!#! Flavor: skriptlang-github
1413[13:24:06] [Server thread/ERROR]: #!#! Date: 2019-11-30
1414[13:24:06] [Server thread/ERROR]: #!#! Bukkit: 1.12-R0.1-SNAPSHOT
1415[13:24:06] [Server thread/ERROR]: #!#! Minecraft: 1.12
1416[13:24:06] [Server thread/ERROR]: #!#! Java: 1.8.0_231 (Java HotSpot(TM) 64-Bit Server VM 25.231-b11)
1417[13:24:06] [Server thread/ERROR]: #!#! OS: Linux amd64 5.3.18-mtxserv
1418[13:24:06] [Server thread/ERROR]: #!#!
1419[13:24:06] [Server thread/ERROR]: #!#! Server platform: Spigot
1420[13:24:06] [Server thread/ERROR]: #!#!
1421[13:24:06] [Server thread/ERROR]: #!#! Current node: null
1422[13:24:06] [Server thread/ERROR]: #!#! Current item: null
1423[13:24:06] [Server thread/ERROR]: #!#!
1424[13:24:06] [Server thread/ERROR]: #!#! Thread: Server thread
1425[13:24:06] [Server thread/ERROR]: #!#!
1426[13:24:06] [Server thread/ERROR]: #!#! Language: english
1427[13:24:06] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
1428[13:24:06] [Server thread/ERROR]: #!#!
1429[13:24:06] [Server thread/ERROR]: #!#! End of Error.
1430[13:24:06] [Server thread/ERROR]: #!#!
1431[13:24:07] [Server thread/INFO]: [TuSKe] Loaded 8 events, 12 conditions, 20 effects, 62 expressions and 0 types. Have fun!
1432[13:24:07] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
1433[13:24:08] [Server thread/INFO]: Done (40,993s)! For help, type "help" or "?"
1434[13:24:08] [Server thread/INFO]: Starting GS4 status listener
1435[13:24:08] [Server thread/INFO]: Starting remote control listener
1436[13:24:08] [Query Listener #1/INFO]: Query running on 188.165.55.77:27505
1437[13:24:08] [RCON Listener #2/INFO]: RCON running on 188.165.55.77:27506
1438[13:24:08] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.12(335)
1439[13:24:08] [Craft Scheduler Thread - 0/INFO]: [TigerReports] Le plugin utilise la base de donnees SQLite (par defaut).
1440[13:24:08] [Craft Scheduler Thread - 5/WARN]: ------------------------------------------------------
1441[13:24:08] [Craft Scheduler Thread - 5/WARN]: [TigerReports] Le plugin a ete mis a jour.
1442[13:24:08] [Craft Scheduler Thread - 5/WARN]: La nouvelle version 4.9.11 est disponible ici:
1443[13:24:08] [Craft Scheduler Thread - 5/WARN]: https://www.spigotmc.org/resources/tigerreports.25773/
1444[13:24:08] [Craft Scheduler Thread - 5/WARN]: ------------------------------------------------------
1445[13:24:08] [Server thread/INFO]: [Skript] Loading variables...
1446[13:24:08] [Server thread/INFO]: [Skript] Loaded 146 variables in 0.0 seconds
1447[13:24:08] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (ADCombat.sk, line 58: if {bypassadc.%attacker%} is true:')
1448[13:24:08] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (ADCombat.sk, line 60: else if {bypassadc.%victim%} is true:')
1449[13:24:08] [Server thread/ERROR]: [Skript] indentation error: expected 3 tabs, but found 24 spaces (ADCombat.sk, line 86: show action bar from "&6Vous n'êtes plus en combat" to loop-player')
1450[13:24:08] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (ADCombat.sk, line 111: if command is "{@command}":')
1451[13:24:08] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (commandes.sk, line 35: if arg-1 is set:')
1452[13:24:08] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (commandes.sk, line 48: if arg-1 is set:')
1453[13:24:08] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 1 tab (commandes.sk, line 177: set {_ping} to player�s ping')
1454[13:24:08] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 1 tab (commandes.sk, line 178: send "&6&l[&b&lPING&6&l] &eVotre ping est de:&a&l%{_ping}%" to player')
1455[13:24:08] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 1 tab (commandes.sk, line 179: set {_ping} to player's ping')
1456[13:24:08] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 1 tab (commandes.sk, line 180: broadcast "%{_ping}%"')
1457[13:24:08] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (mod.sk, line 11: if arg 1 is "on":')
1458[13:24:08] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (mod.sk, line 12: if {staffmode.%player%} is false:')
1459[13:24:08] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (mod.sk, line 23: if {staffmode.%player%} is not set:')
1460[13:24:08] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 12 spaces (mod.sk, line 60: cancel event')
1461[13:24:08] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 12 spaces (mod.sk, line 61: make attacker execute command "/ban %victim% Vous avez ete banni par un moderateur"')
1462[13:24:08] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (mod.sk, line 59: if attacker's tool is a blaze rod:')
1463[13:24:08] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
1464[13:24:08] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m +===============+[m
1465[13:24:08] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m | SkinsRestorer |[m
1466[13:24:08] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m +===============+[m
1467[13:24:08] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
1468[13:24:08] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;36;1m Current version: [0;32;1m13.7.5[m
1469[13:24:08] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m This is the latest version![m
1470[13:24:08] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
1471[13:24:09] [Server thread/WARN]: [Skript] an entity cannot be saved, i.e. the contents of the variable {combatplayer.%the attacked entity%} will be lost when the server stops. (ADCombat.sk, line 71: set {combatplayer.%victim%} to attacker')
1472[13:24:09] [Server thread/WARN]: [Skript] an entity cannot be saved, i.e. the contents of the variable {combatplayer.%the attacker%} will be lost when the server stops. (ADCombat.sk, line 76: set {combatplayer.%attacker%} to attacker')
1473[13:24:09] [Server thread/INFO]: [0;33;22m[21mADCombat [0;37;1m» [0;30;1m[[0;32;1mON[0;30;1m] [0;32;22m✔[m
1474[13:24:10] [Server thread/WARN]: [Skript] the UUID of the 2nd argument is already a text, so you should not put it in one (e.g. the UUID of the 2nd argument instead of "%the UUID of the 2nd argument%") (amis.sk, line 40: if "%{amiuuid.%player's uuid%::*}%" contains "%UUID of arg 2%":')
1475[13:24:10] [Server thread/WARN]: [Skript] the UUID of the 2nd argument is already a text, so you should not put it in one (e.g. the UUID of the 2nd argument instead of "%the UUID of the 2nd argument%") (amis.sk, line 63: add "%UUID of arg 2%" to {amiuuid.%player's uuid%::*}')
1476[13:24:10] [Server thread/WARN]: [Skript] the UUID of the player is already a text, so you should not put it in one (e.g. the UUID of the player instead of "%the UUID of the player%") (amis.sk, line 65: add "%player's uuid%" to {amiuuid.%UUID of arg 2%::*}')
1477[13:24:10] [Server thread/WARN]: [Skript] the UUID of the 2nd argument is already a text, so you should not put it in one (e.g. the UUID of the 2nd argument instead of "%the UUID of the 2nd argument%") (amis.sk, line 81: else if "%{amiuuid.%player's uuid%::*}%" contains "%UUID of arg 2%":')
1478[13:24:10] [Server thread/WARN]: [Skript] the UUID of the 2nd argument is already a text, so you should not put it in one (e.g. the UUID of the 2nd argument instead of "%the UUID of the 2nd argument%") (amis.sk, line 85: remove "%UUID of arg 2%" from {amiuuid.%player's uuid%::*}')
1479[13:24:10] [Server thread/WARN]: [Skript] the UUID of the player is already a text, so you should not put it in one (e.g. the UUID of the player instead of "%the UUID of the player%") (amis.sk, line 87: remove "%player's uuid%" from {amiuuid.%UUID of arg 2%::*}')
1480[13:24:11] [Server thread/WARN]: [Skript] Possible name conflict of variables {m::%loop-index%} and {m::*} (there might be more conflicts). (json.sk, line 191: set {_m::%loop-index%} to "\"""# """')
1481[13:24:12] [Server thread/INFO]: [Skript] Loaded 16 scripts with a total of 17 triggers and 82 commands in 3.76 seconds
1482[13:24:12] [Server thread/INFO]: [Skript] Finished loading.
1483[13:24:12] [Server thread/INFO]: [UltraStaffChat] = = = = [ ULTRASTAFFCHAT ] = = = =
1484[13:24:12] [Server thread/INFO]: [UltraStaffChat] Running Latest Version!
1485[13:24:12] [Server thread/INFO]: [UltraStaffChat] Thanks for using UltraStaffChat!
1486[13:24:12] [Server thread/INFO]: [UltraStaffChat] = = = = [ ULTRASTAFFCHAT ] = = = =
1487[13:24:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'luminia2' was in the world 'selecfac' but it wasn't loaded.
1488[13:24:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'darkia2' was in the world 'selecfac' but it wasn't loaded.
1489[13:24:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'hub' was in the world 'selecfac' but it wasn't loaded.
1490[13:24:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'duel' was in the world 'jeux-l' but it wasn't loaded.
1491[13:24:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'dac' was in the world 'jeux-l' but it wasn't loaded.
1492[13:24:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'tntrun' was in the world 'jeux-l' but it wasn't loaded.
1493[13:24:12] [Server thread/WARN]: [HolographicDisplays] Hologram 'buildbattle' was in the world 'jeux-l' but it wasn't loaded.
1494[13:24:12] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.4.1
1495[13:24:12] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
1496[13:24:12] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
1497[13:24:12] [Thread-57/WARN]: [RainbowArmour] The author of this plugin (xtechgamer735) has misconfigured their Auto Update system
1498[13:24:12] [Thread-57/WARN]: [RainbowArmour] File versions should follow the format 'PluginName vVERSION'
1499[13:24:12] [Thread-57/WARN]: [RainbowArmour] Please notify the author of this error.
1500[13:24:13] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
1501[13:24:13] [Craft Scheduler Thread - 1/INFO]: [0;30;1m[[0;33;1mzAuctionHouseV2 v2.0.0.5[0;30;1m] [0;33;22mYou do not use the latest version of the plugin! Thank you for taking the latest version to avoid any risk of problem![m
1502[13:24:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
1503[13:24:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
1504[13:24:13] [Server thread/WARN]: [PlaceholderAPI] Task #22 for PlaceholderAPI v2.10.3 generated an exception
1505java.lang.NoClassDefFoundError: net/luckperms/api/LuckPerms
1506 at me.lucko.luckperms.placeholders.LuckPermsExpansion.canRegister(LuckPermsExpansion.java:48) ~[?:?]
1507 at me.clip.placeholderapi.expansion.ExpansionManager.registerExpansion(ExpansionManager.java:102) ~[?:?]
1508 at me.clip.placeholderapi.expansion.ExpansionManager.registerAllExpansions(ExpansionManager.java:154) ~[?:?]
1509 at me.clip.placeholderapi.PlaceholderAPIPlugin.lambda$onEnable$0(PlaceholderAPIPlugin.java:145) ~[?:?]
1510 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1511 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1512 at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1513 at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1514 at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1515 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [minecraft_server.jar:git-Spigot-596221b-9a1fc1e]
1516 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_231]
1517Caused by: java.lang.ClassNotFoundException: net.luckperms.api.LuckPerms
1518 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_231]
1519 at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_231]
1520 at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_231]
1521 ... 11 more
1522[13:24:13] [Server thread/INFO]: [ShopGUIPlus] No external spawner plugins registered, using built-in spawners support!
1523[13:24:13] [Server thread/INFO]: [ShopGUIPlus] Loaded 9 main menu items!
1524[13:24:13] [Server thread/INFO]: [ShopGUIPlus] Loaded 9 shops with total of 164 items!
1525[13:24:13] [Server thread/INFO]: [Citizens] 31 PNJs chargé(s).
1526[13:24:13] [Craft Scheduler Thread - 5/INFO]: [Vault] Checking for Updates ...
1527[13:24:13] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.10.4) is available at:
1528[13:24:13] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
1529[13:24:13] [Server thread/WARN]: [ViaVersion] There is a newer version available: 2.2.3, you're on: 2.1.2
1530[13:24:13] [Craft Scheduler Thread - 5/INFO]: [Vault] No new version available
1531[13:24:15] [Craft Scheduler Thread - 5/INFO]: [0;32;1mChecking for updates via Spigot...[m
1532[13:24:15] [Craft Scheduler Thread - 4/INFO]: [TuSKe] Checking for latest update...
1533[13:24:15] [Craft Scheduler Thread - 5/INFO]: [0;37;22m[[0;36;1mCratesPlus[0;37;22m] [mNo update was found, you are running the latest version. Will check again later.[m
1534[13:24:16] [Craft Scheduler Thread - 4/INFO]: [TuSKe] No new update was found!
1535[13:24:17] [Server thread/ERROR]: [BeautyQuests] The NPC 42 no longer exists. Quest 5 cannot be loaded.
1536[13:24:17] [Server thread/ERROR]: [BeautyQuests] Quest from file 5.yml not activated
1537[13:24:17] [Craft Scheduler Thread - 5/INFO]: [Images] Loaded 2 images...
1538[13:24:17] [Server thread/INFO]: [BeautyQuests] 5 quests loaded (0.043s)!
1539[13:24:18] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 168 placeholder expansions are available on the cloud.
1540[13:24:18] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 1 installed expansions have updates available.
1541[13:24:19] [Craft Scheduler Thread - 2/INFO]: [TuSKe] Generating documentation of Skript & Addons.
1542[13:24:19] [Craft Scheduler Thread - 2/INFO]: [TuSKe] Documentation was generated successfully.