· 6 years ago · Dec 23, 2019, 01:56 PM
1[14:32:53] [Server thread/INFO]: Starting minecraft server version 1.12.2
2[14:32:53] [Server thread/INFO]: Loading properties
3[14:32:53] [Server thread/INFO]: Default game type: SURVIVAL
4[14:32:53] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-9f4c3d2-bd30843 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
5[14:32:53] [Server thread/WARN]: Couldn't load server icon
6java.lang.IllegalArgumentException: Must be 64 pixels wide
7 at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
8 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadServerIcon0(CraftServer.java:1694) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
9 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadServerIcon0(CraftServer.java:1682) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
10 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadIcon(CraftServer.java:765) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
11 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.<init>(CraftServer.java:260) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
12 at net.minecraft.server.v1_12_R1.PlayerList.<init>(PlayerList.java:78) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
13 at net.minecraft.server.v1_12_R1.DedicatedPlayerList.<init>(SourceFile:14) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
14 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:183) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
15 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
16 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
17[14:32:53] [Server thread/INFO]: Server Ping Player Sample Count: 12
18[14:32:53] [Server thread/INFO]: Using 4 threads for Netty based IO
19[14:32:53] [Server thread/INFO]: Debug logging is disabled
20[14:32:53] [Server thread/INFO]: Generating keypair
21[14:32:53] [Server thread/INFO]: Starting Minecraft server on 94.23.12.157:25575
22[14:32:53] [Server thread/INFO]: Using epoll channel type
23[14:32:53] [Server thread/ERROR]: Ambiguous plugin name `WorldEdit' for files `plugins/worldedit-bukkit-7.0.1-rc1-dist.jar' and `plugins/worldedit-bukkit-6.1.5.jar' in `plugins'
24[14:32:53] [Server thread/ERROR]: Ambiguous plugin name `Multiverse-Core' for files `plugins/Multiverse-Core-4.0.0.jar' and `plugins/Multiverse-Core.jar' in `plugins'
25[14:32:53] [Server thread/ERROR]: Ambiguous plugin name `Multiverse-Core' for files `plugins/Multiverse-Core-2.5.jar' and `plugins/Multiverse-Core-4.0.0.jar' in `plugins'
26[14:32:53] [Server thread/ERROR]: Ambiguous plugin name `Essentials' for files `plugins/EssentialsX-2.16.1.0.jar' and `plugins/EssentialsX-2.17.1.0.jar' in `plugins'
27[14:32:53] [Server thread/ERROR]: Ambiguous plugin name `MythicArtifacts' for files `plugins/MythicArtifacts-0.1.14-SNAPSHOT.jar' and `plugins/MythicArtifacts-0.1.22.jar' in `plugins'
28[14:32:53] [Server thread/ERROR]: Ambiguous plugin name `MythicMobs' for files `plugins/MythicMobs-4.4.0.jar' and `plugins/MythicMobs-4.5.8.jar' in `plugins'
29[14:32:53] [Server thread/ERROR]: Ambiguous plugin name `WorldGuard' for files `plugins/worldguard-bukkit-6.2.2.jar' and `plugins/worldguard-6.2.jar' in `plugins'
30[14:32:53] [Server thread/INFO]: Set PluginClassLoader as parallel capable
31[14:32:53] [Server thread/ERROR]: Could not load 'plugins/UltimateBossBar.jar' in folder 'plugins'
32org.bukkit.plugin.UnknownDependencyException: AnimationLib
33 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
34 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
35 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
36 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
37 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
38[14:32:54] [Server thread/ERROR]: Could not load 'plugins/worldguard-bukkit-6.2.2.jar' in folder 'plugins'
39org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/worldedit/Location
40 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
41 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
42 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
43 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
44 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
45 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
46 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
47Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldedit/Location
48 at com.sk89q.worldguard.protection.flags.DefaultFlag.<clinit>(DefaultFlag.java:134) ~[?:?]
49 at com.sk89q.worldguard.bukkit.WorldGuardPlugin.<init>(WorldGuardPlugin.java:136) ~[?:?]
50 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212]
51 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212]
52 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212]
53 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212]
54 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_212]
55 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:90) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
56 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
57 ... 6 more
58Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.Location
59 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
60 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:152) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
61 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
62 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
63 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
64 at com.sk89q.worldguard.protection.flags.DefaultFlag.<clinit>(DefaultFlag.java:134) ~[?:?]
65 at com.sk89q.worldguard.bukkit.WorldGuardPlugin.<init>(WorldGuardPlugin.java:136) ~[?:?]
66 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212]
67 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212]
68 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212]
69 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212]
70 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_212]
71 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:90) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
72 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
73 ... 6 more
74[14:32:54] [Server thread/INFO]: [LootChest] Loading LootChest v1.8.2
75[14:32:54] [Server thread/INFO]: [CommandLog] Loading CommandLog v1.2
76[14:32:54] [Server thread/INFO]: [NoHitDelay] Loading NoHitDelay v2.2
77[14:32:54] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.7.3
78[14:32:54] [Server thread/INFO]: [Mentioned] Loading Mentioned v1.15
79[14:32:54] [Server thread/INFO]: [MOTD] Loading MOTD v2.3.6
80[14:32:54] [Server thread/INFO]: [NotifyUser] Loading NotifyUser v1.1.5
81[14:32:54] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.1.1
82[14:32:54] [Server thread/INFO]: [ViaVersion] ViaVersion 2.1.1 is now loaded, injecting!
83[14:32:54] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
84[14:32:54] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
85[14:32:54] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
86[14:32:54] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
87[14:32:54] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
88[14:32:54] [Server thread/INFO]: [ViaVersion] Loading translation mappping
89[14:32:54] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
90[14:32:55] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
91[14:32:55] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
92[14:32:55] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
93[14:32:55] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
94[14:32:55] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
95[14:32:55] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.2.9.3
96[14:32:55] [Server thread/INFO]: [Announcements] Loading Announcements v1.0
97[14:32:55] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.14.4
98[14:32:55] [Server thread/INFO]: [ItemEditor] Loading ItemEditor v0.1.7
99[14:32:55] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.1-rc1;edb2e91
100[14:32:55] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@70d64468]
101[14:32:55] [Server thread/INFO]: [MaxBansPlus] Loading MaxBansPlus v1.9
102[14:32:55] [Server thread/INFO]: [killStats] Loading killStats v3.0
103[14:32:55] [Server thread/INFO]: [BlockDisguise] Loading BlockDisguise v1.6
104[14:32:55] [Server thread/INFO]: [VolatileEssentials] Loading VolatileEssentials v1.0.0-SNAPSHOT
105[14:32:55] [Server thread/WARN]: java.lang.RuntimeException: Not running with JDK!
106[14:32:55] [Server thread/WARN]: at it.feargames.volatileessentials.shaded.me.yamakaja.runtimetransformer.RuntimeTransformer.<init>(RuntimeTransformer.java:22)
107[14:32:55] [Server thread/WARN]: at it.feargames.volatileessentials.VolatileEssentials.onLoad(VolatileEssentials.java:42)
108[14:32:55] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:310)
109[14:32:55] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
110[14:32:55] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
111[14:32:55] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
112[14:32:55] [Server thread/ERROR]: com/sun/tools/attach/VirtualMachine initializing VolatileEssentials v1.0.0-SNAPSHOT (Is it up to date?)
113java.lang.NoClassDefFoundError: com/sun/tools/attach/VirtualMachine
114 at it.feargames.volatileessentials.shaded.me.yamakaja.runtimetransformer.TransformerUtils.attachAgent(TransformerUtils.java:21) ~[?:?]
115 at it.feargames.volatileessentials.shaded.me.yamakaja.runtimetransformer.RuntimeTransformer.<init>(RuntimeTransformer.java:29) ~[?:?]
116 at it.feargames.volatileessentials.VolatileEssentials.onLoad(VolatileEssentials.java:42) ~[?:?]
117 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:310) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
118 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
119 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
120 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
121Caused by: java.lang.ClassNotFoundException: com.sun.tools.attach.VirtualMachine
122 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
123 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:152) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
124 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
125 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
126 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
127 ... 7 more
128[14:32:55] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.0
129[14:32:55] [Server thread/INFO]: [GlowAPI] Loading GlowAPI v1.4.8-SNAPSHOT
130[14:32:55] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.7
131[14:32:55] [Server thread/INFO]: [KillStreaks] Loading KillStreaks v1.4.0
132[14:32:55] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
133[14:32:55] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
134[14:32:56] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.1.2
135[14:32:56] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.19
136[14:32:56] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.5.1
137[14:32:56] [Server thread/INFO]: [PrivateChests] Loading PrivateChests v1.0
138[14:32:56] [Server thread/INFO]: [EnchantPlus] Loading EnchantPlus v1.3.4
139[14:32:56] [Server thread/INFO]: [BadlionClientModAPI] Loading BadlionClientModAPI v1.0
140[14:32:56] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
141[14:32:56] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.11.1
142[14:32:56] [Server thread/INFO]: [TAB] Loading TAB v1.7.0
143[14:32:56] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
144[14:32:56] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.14.0
145[14:32:56] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.1
146[14:32:56] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.7.2.1
147[14:32:56] [Server thread/INFO]: [SimpleRename] Loading SimpleRename v10.7.5
148[14:32:56] [Server thread/INFO]: [Command Blocker] Loading TreysCommandBlocker v1.1.1
149[14:32:56] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
150[14:32:56] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.4.0
151[14:32:56] [Server thread/INFO]: [VladeScoreboard] Loading VladeScoreboard v1.0
152[14:32:56] [Server thread/INFO]: [CookieMonster] Loading CookieMonster v1.8.1
153[14:32:56] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro v1.3.2
154[14:32:56] [Server thread/INFO]: [CustomEnderChest] Loading CustomEnderChest v1.11.1
155[14:32:56] [Server thread/INFO]: [Essentials] Loading Essentials v2.16.1.0
156[14:32:56] [Server thread/INFO]: [Banknotes] Loading Banknotes v1.8.0
157[14:32:56] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.2
158[14:32:56] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.24-SNAPSHOT (build 1605)
159[14:32:56] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.81
160[14:32:56] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.16.1.0
161[14:32:56] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.3
162[14:32:56] [Server thread/INFO]: [EnchantsPlus] Loading EnchantsPlus v1.7.5
163[14:32:56] [Server thread/INFO]: [CMI] Loading CMI v8.0.8.1
164[14:32:56] [Server thread/INFO]: [MythicArtifacts] Loading MythicArtifacts v0.1.14-SNAPSHOT
165[14:32:56] [Server thread/INFO]: [Quests] Loading Quests v3.7.8-b16
166[14:32:56] [Server thread/INFO]: [Shop] Loading Shop v2.1.0
167[14:32:56] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.7.2
168[14:32:56] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.16.1.0
169[14:32:56] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.6.0-beta1-b2226
170[14:32:56] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.5-U0.1.20
171[14:32:56] [Server thread/INFO]: [RandomCoords] Loading RandomCoords v0.6.2-RELEASE
172[14:32:56] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11-hack
173[14:32:56] [Server thread/INFO]: [RogueParkour] Loading RogueParkour v4.3
174[14:32:56] [Server thread/INFO]: [LeaderHeads] Loading LeaderHeads v3.1.8.3
175[14:32:56] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.1-rc1;edb2e91
176[14:32:56] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
177[14:32:56] [Server thread/ERROR]: [WorldEdit] Plugin WorldEdit v7.0.1-rc1;edb2e91 has failed to register events for class com.sk89q.worldedit.bukkit.WorldEditListener because org/bukkit/event/player/PlayerCommandSendEvent does not exist.
178[14:32:56] [Server thread/WARN]:
179**********************************************
180** This WorldEdit version does not fully support your version of Bukkit.
181**
182** When working with blocks or undoing, chests will be empty, signs
183** will be blank, and so on. There will be no support for entity
184** and block property-related functions.
185**
186** Please see https://worldedit.rtfd.io/en/latest/faq/#bukkit-adapters
187**********************************************
188
189[14:32:56] [Server thread/ERROR]: Error occurred while enabling WorldEdit v7.0.1-rc1;edb2e91 (Is it up to date?)
190java.lang.NoSuchMethodError: org.bukkit.Material.isLegacy()Z
191 at com.sk89q.worldedit.bukkit.WorldEditPlugin.setupRegistries(WorldEditPlugin.java:178) ~[?:?]
192 at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:155) ~[?:?]
193 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
194 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
195 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
196 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
197 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
198 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
199 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
200 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
201[14:32:56] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
202[14:32:56] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
203[14:32:56] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
204[14:32:56] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
205[14:32:56] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
206[14:32:56] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
207[14:32:56] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
208[14:32:56] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
209[14:32:56] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
210[14:32:56] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.14.0
211[14:32:56] [Server thread/INFO]: [MassiveCore 2.14.0] === ENABLE START ===
212[14:32:56] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Cachefile datas...
213[14:32:56] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Onlineplayer datas...
214[14:32:56] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Registry datas...
215[14:32:56] [Server thread/INFO]: [MassiveCore 2.14.0] Saving Cachefile...
216[14:32:56] [Server thread/INFO]: [MassiveCore 2.14.0] Setup of IdUtil took 50ms.
217[14:32:57] [Server thread/INFO]: [MassiveCore 2.14.0] Integration Activated IntegrationLiabilityAreaEffectCloud
218[14:32:57] [Server thread/INFO]: [MassiveCore 2.14.0] Integration Activated IntegrationVault
219[14:32:57] [Server thread/INFO]: [MassiveCore 2.14.0] === ENABLE COMPLETE (Took 1318ms) ===
220[14:32:57] [Server thread/INFO]: [CustomEnderChest] Enabling CustomEnderChest v1.11.1
221[14:32:57] [Server thread/INFO]: [CustomEnderChest] Loading the config file...
222[14:32:57] [Server thread/INFO]: [CustomEnderChest] Config loaded successfully!
223[14:32:57] [Server thread/INFO]: [CustomEnderChest] Using FlatFile system for data. IMPORTANT! We recommend MySQL.
224[14:32:57] [Server thread/INFO]: [CustomEnderChest] CustomEnderChest loaded successfully!
225[14:32:57] [Server thread/INFO]: [EnchantsPlus] Enabling EnchantsPlus v1.7.5
226[14:32:57] [Server thread/INFO]: [33m[EnchantsPlus] Seems like WG isn't loaded, skipping[0m
227[14:32:57] [Server thread/INFO]: [33;1m[EnchantsPlus] Loaded configs; Assigned instance[0m
228[14:32:57] [Server thread/INFO]: [33;1m[EnchantsPlus] Registered timers; Registered events[0m
229[14:32:57] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
230[14:32:57] [Server thread/INFO]: Preparing level "Prova"
231[14:32:57] [Server thread/INFO]: -------- World Settings For [Prova] --------
232[14:32:57] [Server thread/INFO]: Mob Spawn Range: 4
233[14:32:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
234[14:32:57] [Server thread/INFO]: Cane Growth Modifier: 100%
235[14:32:57] [Server thread/INFO]: Melon Growth Modifier: 100%
236[14:32:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
237[14:32:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
238[14:32:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
239[14:32:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
240[14:32:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
241[14:32:57] [Server thread/INFO]: Vine Growth Modifier: 100%
242[14:32:57] [Server thread/INFO]: Cocoa Growth Modifier: 100%
243[14:32:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
244[14:32:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
245[14:32:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
246[14:32:57] [Server thread/INFO]: Random Lighting Updates: false
247[14:32:57] [Server thread/INFO]: Structure Info Saving: true
248[14:32:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
249[14:32:57] [Server thread/INFO]: Max TNT Explosions: 100
250[14:32:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
251[14:32:57] [Server thread/INFO]: Item Despawn Rate: 6000
252[14:32:57] [Server thread/INFO]: Item Merge Radius: 2.5
253[14:32:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
254[14:32:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
255[14:32:57] [Server thread/INFO]: View Distance: 6
256[14:32:57] [Server thread/INFO]: Experience Merge Radius: 3.0
257[14:32:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
258[14:32:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
259[14:32:58] [Server thread/WARN]: [WorldEdit] The version of Spigot/Paper you are using doesn't support Tags. The usage of tags with WorldEdit will not work until you update.
260[14:32:58] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
261[14:32:58] [Server thread/ERROR]: Could not dispatch event: com.sk89q.worldedit.event.platform.PlatformReadyEvent@5d92af96 to handler EventHandler{priority=NORMAL}
262java.lang.reflect.InvocationTargetException: null
263 at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:75) ~[worldedit-bukkit-7.0.1-rc1-dist.jar:?]
264 at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:193) [worldedit-bukkit-7.0.1-rc1-dist.jar:?]
265 at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:181) [worldedit-bukkit-7.0.1-rc1-dist.jar:?]
266 at com.sk89q.worldedit.bukkit.WorldEditPlugin.setupWorldData(WorldEditPlugin.java:167) [worldedit-bukkit-7.0.1-rc1-dist.jar:?]
267 at com.sk89q.worldedit.bukkit.WorldEditPlugin.access$100(WorldEditPlugin.java:94) [worldedit-bukkit-7.0.1-rc1-dist.jar:?]
268 at com.sk89q.worldedit.bukkit.WorldEditPlugin$WorldInitListener.onWorldInit(WorldEditPlugin.java:476) [worldedit-bukkit-7.0.1-rc1-dist.jar:?]
269 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
270 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
271 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
272 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
273 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
274 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
275 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
276 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
277 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
278 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
279 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
280 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
281Caused by: java.lang.reflect.InvocationTargetException
282 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
283 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
284 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
285 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
286 at com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58) ~[?:?]
287 at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[?:?]
288 ... 17 more
289Caused by: java.lang.NullPointerException
290 at com.sk89q.worldedit.extension.platform.PlatformCommandManager.registerCommandsWith(PlatformCommandManager.java:404) ~[?:?]
291 at com.sk89q.worldedit.extension.platform.Capability$2.initialize(Capability.java:53) ~[?:?]
292 at com.sk89q.worldedit.extension.platform.PlatformManager.choosePreferred(PlatformManager.java:189) ~[?:?]
293 at com.sk89q.worldedit.extension.platform.PlatformManager.handlePlatformReady(PlatformManager.java:298) ~[?:?]
294 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
295 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
296 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
297 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
298 at com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58) ~[?:?]
299 at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[?:?]
300 ... 17 more
301[14:32:58] [Server thread/INFO]: -------- World Settings For [Prova_nether] --------
302[14:32:58] [Server thread/INFO]: Mob Spawn Range: 4
303[14:32:58] [Server thread/INFO]: Cactus Growth Modifier: 100%
304[14:32:58] [Server thread/INFO]: Cane Growth Modifier: 100%
305[14:32:58] [Server thread/INFO]: Melon Growth Modifier: 100%
306[14:32:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%
307[14:32:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
308[14:32:58] [Server thread/INFO]: Sapling Growth Modifier: 100%
309[14:32:58] [Server thread/INFO]: Wheat Growth Modifier: 100%
310[14:32:58] [Server thread/INFO]: NetherWart Growth Modifier: 100%
311[14:32:58] [Server thread/INFO]: Vine Growth Modifier: 100%
312[14:32:58] [Server thread/INFO]: Cocoa Growth Modifier: 100%
313[14:32:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
314[14:32:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
315[14:32:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
316[14:32:58] [Server thread/INFO]: Random Lighting Updates: false
317[14:32:58] [Server thread/INFO]: Structure Info Saving: true
318[14:32:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
319[14:32:58] [Server thread/INFO]: Max TNT Explosions: 100
320[14:32:58] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
321[14:32:58] [Server thread/INFO]: Item Despawn Rate: 6000
322[14:32:58] [Server thread/INFO]: Item Merge Radius: 2.5
323[14:32:58] [Server thread/INFO]: Arrow Despawn Rate: 1200
324[14:32:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
325[14:32:58] [Server thread/INFO]: View Distance: 6
326[14:32:58] [Server thread/INFO]: Experience Merge Radius: 3.0
327[14:32:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
328[14:32:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
329[14:32:58] [Server thread/INFO]: -------- World Settings For [Prova_the_end] --------
330[14:32:58] [Server thread/INFO]: Mob Spawn Range: 4
331[14:32:58] [Server thread/INFO]: Cactus Growth Modifier: 100%
332[14:32:58] [Server thread/INFO]: Cane Growth Modifier: 100%
333[14:32:58] [Server thread/INFO]: Melon Growth Modifier: 100%
334[14:32:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%
335[14:32:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
336[14:32:58] [Server thread/INFO]: Sapling Growth Modifier: 100%
337[14:32:58] [Server thread/INFO]: Wheat Growth Modifier: 100%
338[14:32:58] [Server thread/INFO]: NetherWart Growth Modifier: 100%
339[14:32:58] [Server thread/INFO]: Vine Growth Modifier: 100%
340[14:32:58] [Server thread/INFO]: Cocoa Growth Modifier: 100%
341[14:32:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
342[14:32:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
343[14:32:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
344[14:32:58] [Server thread/INFO]: Random Lighting Updates: false
345[14:32:58] [Server thread/INFO]: Structure Info Saving: true
346[14:32:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
347[14:32:58] [Server thread/INFO]: Max TNT Explosions: 100
348[14:32:58] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
349[14:32:58] [Server thread/INFO]: Item Despawn Rate: 6000
350[14:32:58] [Server thread/INFO]: Item Merge Radius: 2.5
351[14:32:58] [Server thread/INFO]: Arrow Despawn Rate: 1200
352[14:32:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
353[14:32:58] [Server thread/INFO]: View Distance: 6
354[14:32:58] [Server thread/INFO]: Experience Merge Radius: 3.0
355[14:32:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
356[14:32:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
357[14:32:58] [Server thread/INFO]: Preparing start region for level 0 (Seed: 6466475196726527777)
358[14:32:59] [Server thread/INFO]: Preparing spawn area: 11%
359[14:33:00] [Server thread/INFO]: Preparing spawn area: 22%
360[14:33:01] [Server thread/INFO]: Preparing spawn area: 35%
361[14:33:02] [Server thread/INFO]: Preparing spawn area: 46%
362[14:33:03] [Server thread/INFO]: Preparing spawn area: 55%
363[14:33:04] [Server thread/INFO]: Preparing spawn area: 64%
364[14:33:05] [Server thread/INFO]: Preparing spawn area: 74%
365[14:33:06] [Server thread/INFO]: Preparing spawn area: 83%
366[14:33:07] [Server thread/INFO]: Preparing spawn area: 93%
367[14:33:08] [Server thread/INFO]: Preparing start region for level 1 (Seed: 6466475196726527777)
368[14:33:09] [Server thread/INFO]: Preparing spawn area: 23%
369[14:33:10] [Server thread/INFO]: Preparing spawn area: 41%
370[14:33:11] [Server thread/INFO]: Preparing spawn area: 66%
371[14:33:12] [Server thread/INFO]: Preparing spawn area: 86%
372[14:33:12] [Server thread/INFO]: Preparing start region for level 2 (Seed: 6466475196726527777)
373[14:33:13] [Server thread/INFO]: Preparing spawn area: 77%
374[14:33:14] [Server thread/INFO]: [LootChest] Enabling LootChest v1.8.2
375[14:33:14] [Server thread/INFO]: [CommandLog] Enabling CommandLog v1.2
376[14:33:14] [Server thread/INFO]: There are 2 commands in the ignore list
377[14:33:14] [Server thread/INFO]: [NoHitDelay] Enabling NoHitDelay v2.2
378[14:33:14] [Server thread/INFO]: [NoHitDelay] NoHitDelay v2.2 by Hendrik_the_best enable
379[14:33:14] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.7.3
380[14:33:14] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_12_R1, using UniversalSkinFactory.
381[14:33:14] [Server thread/INFO]: [Mentioned] Enabling Mentioned v1.15
382[14:33:14] [Server thread/INFO]: [MOTD] Enabling MOTD v2.3.6
383[14:33:14] [Server thread/INFO]: [NotifyUser] Enabling NotifyUser v1.1.5
384[14:33:14] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.1.1
385[14:33:14] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.2.9.3
386[14:33:14] [Server thread/INFO]: API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance.
387[14:33:14] [Server thread/INFO]: [ReflectionHelper] I am loaded from package org.inventivetalent.packetlistener.reflection.minecraft
388[14:33:14] [Server thread/INFO]: [ReflectionHelper] Version is v1_12_R1 (11201)
389[14:33:14] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
390[14:33:14] [Server thread/INFO]: Injected custom channel handlers.
391[14:33:14] [Server thread/INFO]: Adding channels for online players...
392[14:33:14] [Server thread/INFO]: [Staff+] Version protocol set to 'v1_12_R1'.
393[14:33:14] [Server thread/INFO]: [Staff+] Staff+ has been enabled! Initialization took 87ms.
394[14:33:14] [Server thread/INFO]: [Staff+] Plugin created by Shortninja.
395[14:33:14] [Server thread/INFO]: [Announcements] Enabling Announcements v1.0
396[14:33:14] [Server thread/INFO]: [Announcements] Hello.
397[14:33:14] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.14.4
398[14:33:14] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
399[14:33:14] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
400[14:33:14] [Server thread/INFO]: [ItemEditor] Enabling ItemEditor v0.1.7
401[14:33:14] [Server thread/INFO]: [ItemEditor] §fItemEditor §7v0.1.7, by §bFreakey
402[14:33:14] [Server thread/INFO]: [MaxBansPlus] Enabling MaxBansPlus v1.9
403[14:33:14] [Server thread/WARN]: No 'stacktrace.app.packages' was configured, this option is highly recommended as it affects stacktrace grouping and display on Sentry. See documentation: https://docs.sentry.io/clients/java/config/#in-application-stack-frames
404[14:33:14] [Server thread/WARN]: No 'stacktrace.app.packages' was configured, this option is highly recommended as it affects stacktrace grouping and display on Sentry. See documentation: https://docs.sentry.io/clients/java/config/#in-application-stack-frames
405[14:33:14] [Server thread/INFO]: Flyway 4.0.3 by Boxfuse
406[14:33:14] [Server thread/INFO]: Database: jdbc:h2:./plugins/MaxBansPlus/storage (H2 1.4)
407[14:33:14] [Server thread/INFO]: Successfully validated 2 migrations (execution time 00:00.010s)
408[14:33:14] [Server thread/INFO]: Current version of schema "PUBLIC": 1.2
409[14:33:14] [Server thread/INFO]: Schema "PUBLIC" is up to date. No migration necessary.
410[14:33:15] [Server thread/INFO]: HHH000412: Hibernate Core {[WORKING]}
411[14:33:15] [Server thread/INFO]: HHH000206: hibernate.properties not found
412[14:33:15] [Server thread/INFO]: HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
413[14:33:15] [Server thread/INFO]: HHH000130: Instantiating explicit connection provider: org.hibernate.connection.C3P0ConnectionProvider
414[14:33:15] [Server thread/INFO]: HHH010002: C3P0 using driver: org.h2.Driver at URL: jdbc:h2:./plugins/MaxBansPlus/storage
415[14:33:15] [Server thread/INFO]: HHH10001001: Connection properties: {user=root, password=****}
416[14:33:15] [Server thread/INFO]: HHH10001003: Autocommit mode: false
417[14:33:15] [Server thread/INFO]: HHH10001007: JDBC isolation level: <unknown>
418[14:33:15] [Server thread/INFO]: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
419[14:33:17] [Server thread/INFO]: [killStats] Enabling killStats v3.0
420[14:33:17] [Server thread/WARN]: [killStats] Could not save rewards.yml to plugins/killStats/rewards.yml because rewards.yml already exists.
421[14:33:17] [Server thread/ERROR]: false
422[14:33:17] [Server thread/ERROR]: Error occurred while enabling killStats v3.0 (Is it up to date?)
423java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
424 at com.gmail.dejayyy.killStats.API.ksAPI.populateLeaderBoards(ksAPI.java:2212) ~[?:?]
425 at com.gmail.dejayyy.killStats.ksMain.onEnable(ksMain.java:101) ~[?:?]
426 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
427 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
428 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
429 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
430 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
431 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
432 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
433 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
434 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
435 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
436 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
437[14:33:17] [Server thread/INFO]: [BlockDisguise] Enabling BlockDisguise v1.6
438[14:33:17] [Server thread/INFO]: [VolatileEssentials] Enabling VolatileEssentials v1.0.0-SNAPSHOT
439[14:33:17] [Server thread/INFO]: Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
440[14:33:17] [Server thread/ERROR]: Error occurred while enabling VolatileEssentials v1.0.0-SNAPSHOT (Is it up to date?)
441java.lang.IllegalArgumentException: target object must not be null
442 at org.apache.commons.lang.reflect.FieldUtils.readDeclaredField(FieldUtils.java:382) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
443 at it.feargames.volatileessentials.VolatileEssentials.onEnable(VolatileEssentials.java:54) ~[?:?]
444 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
445 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
446 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
447 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
448 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
449 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
450 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
451 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
452 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
453 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
454 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
455[14:33:17] [cluster-ClusterId{value='5e00c21dd1f3ba49794b35e6', description='null'}-localhost:27017/INFO]: Exception in monitor thread while connecting to server localhost:27017
456com.mongodb.MongoSocketOpenException: Exception opening socket
457 at com.mongodb.internal.connection.SocketStream.open(SocketStream.java:70) ~[volatileessentials-1.0.0-SNAPSHOT.jar:?]
458 at com.mongodb.internal.connection.InternalStreamConnection.open(InternalStreamConnection.java:128) ~[volatileessentials-1.0.0-SNAPSHOT.jar:?]
459 at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:117) [volatileessentials-1.0.0-SNAPSHOT.jar:?]
460 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
461Caused by: java.net.ConnectException: Connection refused (Connection refused)
462 at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_212]
463 at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_212]
464 at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_212]
465 at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_212]
466 at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_212]
467 at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_212]
468 at com.mongodb.internal.connection.SocketStreamHelper.initialize(SocketStreamHelper.java:64) ~[?:?]
469 at com.mongodb.internal.connection.SocketStream.initializeSocket(SocketStream.java:79) ~[?:?]
470 at com.mongodb.internal.connection.SocketStream.open(SocketStream.java:65) ~[?:?]
471 ... 3 more
472[14:33:17] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.0
473[14:33:17] [Server thread/INFO]: [ClearLag] Loading modules...
474[14:33:17] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
475[14:33:17] [Server thread/INFO]: [ClearLag] Modules have been loaded!
476[14:33:17] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
477[14:33:17] [Thread-33/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.12]...
478[14:33:17] [Server thread/INFO]: [GlowAPI] Enabling GlowAPI v1.4.8-SNAPSHOT
479[14:33:17] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.7
480[14:33:17] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
481[14:33:17] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
482[14:33:17] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Give" has border radius 20 at X: -3936.5 Z: -4871.7
483[14:33:17] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -106.0 Y: 64.0 Z: 143.0
484[14:33:17] [Server thread/INFO]: [KillStreaks] Enabling KillStreaks v1.4.0
485[14:33:17] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
486[14:33:17] [Server thread/INFO]: -------- World Settings For [spawn10] --------
487[14:33:17] [Server thread/INFO]: Mob Spawn Range: 4
488[14:33:17] [Server thread/INFO]: Cactus Growth Modifier: 100%
489[14:33:17] [Server thread/INFO]: Cane Growth Modifier: 100%
490[14:33:17] [Server thread/INFO]: Melon Growth Modifier: 100%
491[14:33:17] [Server thread/INFO]: Mushroom Growth Modifier: 100%
492[14:33:17] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
493[14:33:17] [Server thread/INFO]: Sapling Growth Modifier: 100%
494[14:33:17] [Server thread/INFO]: Wheat Growth Modifier: 100%
495[14:33:17] [Server thread/INFO]: NetherWart Growth Modifier: 100%
496[14:33:17] [Server thread/INFO]: Vine Growth Modifier: 100%
497[14:33:17] [Server thread/INFO]: Cocoa Growth Modifier: 100%
498[14:33:17] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
499[14:33:17] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
500[14:33:17] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
501[14:33:17] [Server thread/INFO]: Random Lighting Updates: false
502[14:33:17] [Server thread/INFO]: Structure Info Saving: true
503[14:33:17] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
504[14:33:17] [Server thread/INFO]: Max TNT Explosions: 100
505[14:33:17] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
506[14:33:17] [Server thread/INFO]: Item Despawn Rate: 6000
507[14:33:17] [Server thread/INFO]: Item Merge Radius: 2.5
508[14:33:17] [Server thread/INFO]: Arrow Despawn Rate: 1200
509[14:33:17] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
510[14:33:17] [Server thread/INFO]: View Distance: 6
511[14:33:17] [Server thread/INFO]: Experience Merge Radius: 3.0
512[14:33:17] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
513[14:33:17] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
514[14:33:17] [Thread-33/INFO]: [ClearLag] No updates found!
515[14:33:18] [Server thread/INFO]: Preparing start region for level 3 (Seed: -5790341290012899267)
516[14:33:19] [Server thread/INFO]: Preparing spawn area for spawn10, 20%
517[14:33:20] [Server thread/INFO]: Preparing spawn area for spawn10, 36%
518[14:33:21] [Server thread/INFO]: Preparing spawn area for spawn10, 53%
519[14:33:22] [Server thread/INFO]: Preparing spawn area for spawn10, 73%
520[14:33:23] [Server thread/INFO]: Preparing spawn area for spawn10, 93%
521[14:33:24] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Warp
522[14:33:24] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
523[14:33:24] [Server thread/INFO]: -------- World Settings For [ArenaS_the_end] --------
524[14:33:24] [Server thread/INFO]: Mob Spawn Range: 4
525[14:33:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
526[14:33:24] [Server thread/INFO]: Cane Growth Modifier: 100%
527[14:33:24] [Server thread/INFO]: Melon Growth Modifier: 100%
528[14:33:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
529[14:33:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
530[14:33:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
531[14:33:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
532[14:33:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
533[14:33:24] [Server thread/INFO]: Vine Growth Modifier: 100%
534[14:33:24] [Server thread/INFO]: Cocoa Growth Modifier: 100%
535[14:33:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
536[14:33:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
537[14:33:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
538[14:33:24] [Server thread/INFO]: Random Lighting Updates: false
539[14:33:24] [Server thread/INFO]: Structure Info Saving: true
540[14:33:24] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
541[14:33:24] [Server thread/INFO]: Max TNT Explosions: 100
542[14:33:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
543[14:33:24] [Server thread/INFO]: Item Despawn Rate: 6000
544[14:33:24] [Server thread/INFO]: Item Merge Radius: 2.5
545[14:33:24] [Server thread/INFO]: Arrow Despawn Rate: 1200
546[14:33:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
547[14:33:24] [Server thread/INFO]: View Distance: 6
548[14:33:24] [Server thread/INFO]: Experience Merge Radius: 3.0
549[14:33:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
550[14:33:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
551[14:33:24] [Server thread/INFO]: Preparing start region for level 4 (Seed: 4764917862770187261)
552[14:33:24] [Server thread/INFO]: -------- World Settings For [Flo_nether] --------
553[14:33:24] [Server thread/INFO]: Mob Spawn Range: 4
554[14:33:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
555[14:33:24] [Server thread/INFO]: Cane Growth Modifier: 100%
556[14:33:24] [Server thread/INFO]: Melon Growth Modifier: 100%
557[14:33:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
558[14:33:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
559[14:33:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
560[14:33:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
561[14:33:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
562[14:33:24] [Server thread/INFO]: Vine Growth Modifier: 100%
563[14:33:24] [Server thread/INFO]: Cocoa Growth Modifier: 100%
564[14:33:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
565[14:33:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
566[14:33:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
567[14:33:24] [Server thread/INFO]: Random Lighting Updates: false
568[14:33:24] [Server thread/INFO]: Structure Info Saving: true
569[14:33:24] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
570[14:33:24] [Server thread/INFO]: Max TNT Explosions: 100
571[14:33:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
572[14:33:24] [Server thread/INFO]: Item Despawn Rate: 6000
573[14:33:24] [Server thread/INFO]: Item Merge Radius: 2.5
574[14:33:24] [Server thread/INFO]: Arrow Despawn Rate: 1200
575[14:33:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
576[14:33:24] [Server thread/INFO]: View Distance: 6
577[14:33:24] [Server thread/INFO]: Experience Merge Radius: 3.0
578[14:33:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
579[14:33:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
580[14:33:24] [Server thread/INFO]: Preparing start region for level 5 (Seed: 95695)
581[14:33:25] [Server thread/INFO]: -------- World Settings For [Give] --------
582[14:33:25] [Server thread/INFO]: Mob Spawn Range: 4
583[14:33:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
584[14:33:25] [Server thread/INFO]: Cane Growth Modifier: 100%
585[14:33:25] [Server thread/INFO]: Melon Growth Modifier: 100%
586[14:33:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
587[14:33:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
588[14:33:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
589[14:33:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
590[14:33:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
591[14:33:25] [Server thread/INFO]: Vine Growth Modifier: 100%
592[14:33:25] [Server thread/INFO]: Cocoa Growth Modifier: 100%
593[14:33:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
594[14:33:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
595[14:33:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
596[14:33:25] [Server thread/INFO]: Random Lighting Updates: false
597[14:33:25] [Server thread/INFO]: Structure Info Saving: true
598[14:33:25] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
599[14:33:25] [Server thread/INFO]: Max TNT Explosions: 100
600[14:33:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
601[14:33:25] [Server thread/INFO]: Item Despawn Rate: 6000
602[14:33:25] [Server thread/INFO]: Item Merge Radius: 2.5
603[14:33:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
604[14:33:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
605[14:33:25] [Server thread/INFO]: View Distance: 6
606[14:33:25] [Server thread/INFO]: Experience Merge Radius: 3.0
607[14:33:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
608[14:33:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
609[14:33:25] [Server thread/INFO]: Preparing start region for level 6 (Seed: 4828526602635811956)
610[14:33:25] [Server thread/INFO]: -------- World Settings For [Flo_the_end] --------
611[14:33:25] [Server thread/INFO]: Mob Spawn Range: 4
612[14:33:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
613[14:33:25] [Server thread/INFO]: Cane Growth Modifier: 100%
614[14:33:25] [Server thread/INFO]: Melon Growth Modifier: 100%
615[14:33:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
616[14:33:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
617[14:33:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
618[14:33:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
619[14:33:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
620[14:33:25] [Server thread/INFO]: Vine Growth Modifier: 100%
621[14:33:25] [Server thread/INFO]: Cocoa Growth Modifier: 100%
622[14:33:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
623[14:33:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
624[14:33:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
625[14:33:25] [Server thread/INFO]: Random Lighting Updates: false
626[14:33:25] [Server thread/INFO]: Structure Info Saving: true
627[14:33:25] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
628[14:33:25] [Server thread/INFO]: Max TNT Explosions: 100
629[14:33:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
630[14:33:25] [Server thread/INFO]: Item Despawn Rate: 6000
631[14:33:25] [Server thread/INFO]: Item Merge Radius: 2.5
632[14:33:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
633[14:33:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
634[14:33:25] [Server thread/INFO]: View Distance: 6
635[14:33:25] [Server thread/INFO]: Experience Merge Radius: 3.0
636[14:33:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
637[14:33:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
638[14:33:25] [Server thread/INFO]: Preparing start region for level 7 (Seed: 95695)
639[14:33:25] [Server thread/INFO]: -------- World Settings For [faction_nether] --------
640[14:33:25] [Server thread/INFO]: Mob Spawn Range: 4
641[14:33:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
642[14:33:25] [Server thread/INFO]: Cane Growth Modifier: 100%
643[14:33:25] [Server thread/INFO]: Melon Growth Modifier: 100%
644[14:33:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
645[14:33:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
646[14:33:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
647[14:33:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
648[14:33:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
649[14:33:25] [Server thread/INFO]: Vine Growth Modifier: 100%
650[14:33:25] [Server thread/INFO]: Cocoa Growth Modifier: 100%
651[14:33:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
652[14:33:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
653[14:33:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
654[14:33:25] [Server thread/INFO]: Random Lighting Updates: false
655[14:33:25] [Server thread/INFO]: Structure Info Saving: true
656[14:33:25] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
657[14:33:25] [Server thread/INFO]: Max TNT Explosions: 100
658[14:33:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
659[14:33:25] [Server thread/INFO]: Item Despawn Rate: 6000
660[14:33:25] [Server thread/INFO]: Item Merge Radius: 2.5
661[14:33:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
662[14:33:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
663[14:33:25] [Server thread/INFO]: View Distance: 6
664[14:33:25] [Server thread/INFO]: Experience Merge Radius: 3.0
665[14:33:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
666[14:33:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
667[14:33:25] [Server thread/INFO]: Preparing start region for level 8 (Seed: 95695)
668[14:33:26] [Server thread/INFO]: -------- World Settings For [Abissaldungeon] --------
669[14:33:26] [Server thread/INFO]: Mob Spawn Range: 4
670[14:33:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
671[14:33:26] [Server thread/INFO]: Cane Growth Modifier: 100%
672[14:33:26] [Server thread/INFO]: Melon Growth Modifier: 100%
673[14:33:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
674[14:33:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
675[14:33:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
676[14:33:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
677[14:33:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
678[14:33:26] [Server thread/INFO]: Vine Growth Modifier: 100%
679[14:33:26] [Server thread/INFO]: Cocoa Growth Modifier: 100%
680[14:33:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
681[14:33:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
682[14:33:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
683[14:33:26] [Server thread/INFO]: Random Lighting Updates: false
684[14:33:26] [Server thread/INFO]: Structure Info Saving: true
685[14:33:26] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
686[14:33:26] [Server thread/INFO]: Max TNT Explosions: 100
687[14:33:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
688[14:33:26] [Server thread/INFO]: Item Despawn Rate: 6000
689[14:33:26] [Server thread/INFO]: Item Merge Radius: 2.5
690[14:33:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
691[14:33:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
692[14:33:26] [Server thread/INFO]: View Distance: 6
693[14:33:26] [Server thread/INFO]: Experience Merge Radius: 3.0
694[14:33:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
695[14:33:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
696[14:33:26] [Server thread/INFO]: Preparing start region for level 9 (Seed: -1961569213754678710)
697[14:33:26] [Server thread/INFO]: -------- World Settings For [miao_nether] --------
698[14:33:26] [Server thread/INFO]: Mob Spawn Range: 4
699[14:33:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
700[14:33:26] [Server thread/INFO]: Cane Growth Modifier: 100%
701[14:33:26] [Server thread/INFO]: Melon Growth Modifier: 100%
702[14:33:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
703[14:33:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
704[14:33:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
705[14:33:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
706[14:33:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
707[14:33:26] [Server thread/INFO]: Vine Growth Modifier: 100%
708[14:33:26] [Server thread/INFO]: Cocoa Growth Modifier: 100%
709[14:33:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
710[14:33:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
711[14:33:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
712[14:33:26] [Server thread/INFO]: Random Lighting Updates: false
713[14:33:26] [Server thread/INFO]: Structure Info Saving: true
714[14:33:26] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
715[14:33:26] [Server thread/INFO]: Max TNT Explosions: 100
716[14:33:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
717[14:33:26] [Server thread/INFO]: Item Despawn Rate: 6000
718[14:33:26] [Server thread/INFO]: Item Merge Radius: 2.5
719[14:33:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
720[14:33:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
721[14:33:26] [Server thread/INFO]: View Distance: 6
722[14:33:26] [Server thread/INFO]: Experience Merge Radius: 3.0
723[14:33:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
724[14:33:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
725[14:33:26] [Server thread/INFO]: Preparing start region for level 10 (Seed: 27594263)
726[14:33:27] [Server thread/INFO]: -------- World Settings For [Infernal] --------
727[14:33:27] [Server thread/INFO]: Mob Spawn Range: 4
728[14:33:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
729[14:33:27] [Server thread/INFO]: Cane Growth Modifier: 100%
730[14:33:27] [Server thread/INFO]: Melon Growth Modifier: 100%
731[14:33:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
732[14:33:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
733[14:33:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
734[14:33:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
735[14:33:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
736[14:33:27] [Server thread/INFO]: Vine Growth Modifier: 100%
737[14:33:27] [Server thread/INFO]: Cocoa Growth Modifier: 100%
738[14:33:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
739[14:33:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
740[14:33:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
741[14:33:27] [Server thread/INFO]: Random Lighting Updates: false
742[14:33:27] [Server thread/INFO]: Structure Info Saving: true
743[14:33:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
744[14:33:27] [Server thread/INFO]: Max TNT Explosions: 100
745[14:33:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
746[14:33:27] [Server thread/INFO]: Item Despawn Rate: 6000
747[14:33:27] [Server thread/INFO]: Item Merge Radius: 2.5
748[14:33:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
749[14:33:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
750[14:33:27] [Server thread/INFO]: View Distance: 6
751[14:33:27] [Server thread/INFO]: Experience Merge Radius: 3.0
752[14:33:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
753[14:33:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
754[14:33:27] [Server thread/INFO]: Preparing start region for level 11 (Seed: 780593294084419193)
755[14:33:27] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Spawn
756[14:33:27] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
757[14:33:27] [Server thread/INFO]: -------- World Settings For [miao_the_end] --------
758[14:33:27] [Server thread/INFO]: Mob Spawn Range: 4
759[14:33:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
760[14:33:27] [Server thread/INFO]: Cane Growth Modifier: 100%
761[14:33:27] [Server thread/INFO]: Melon Growth Modifier: 100%
762[14:33:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
763[14:33:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
764[14:33:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
765[14:33:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
766[14:33:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
767[14:33:27] [Server thread/INFO]: Vine Growth Modifier: 100%
768[14:33:27] [Server thread/INFO]: Cocoa Growth Modifier: 100%
769[14:33:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
770[14:33:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
771[14:33:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
772[14:33:27] [Server thread/INFO]: Random Lighting Updates: false
773[14:33:27] [Server thread/INFO]: Structure Info Saving: true
774[14:33:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
775[14:33:27] [Server thread/INFO]: Max TNT Explosions: 100
776[14:33:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
777[14:33:27] [Server thread/INFO]: Item Despawn Rate: 6000
778[14:33:27] [Server thread/INFO]: Item Merge Radius: 2.5
779[14:33:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
780[14:33:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
781[14:33:27] [Server thread/INFO]: View Distance: 6
782[14:33:27] [Server thread/INFO]: Experience Merge Radius: 3.0
783[14:33:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
784[14:33:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
785[14:33:27] [Server thread/INFO]: Preparing start region for level 12 (Seed: 27594263)
786[14:33:27] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: 2_nether
787[14:33:27] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
788[14:33:27] [Server thread/INFO]: -------- World Settings For [Abissal_nether] --------
789[14:33:27] [Server thread/INFO]: Mob Spawn Range: 4
790[14:33:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
791[14:33:27] [Server thread/INFO]: Cane Growth Modifier: 100%
792[14:33:27] [Server thread/INFO]: Melon Growth Modifier: 100%
793[14:33:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
794[14:33:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
795[14:33:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
796[14:33:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
797[14:33:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
798[14:33:27] [Server thread/INFO]: Vine Growth Modifier: 100%
799[14:33:27] [Server thread/INFO]: Cocoa Growth Modifier: 100%
800[14:33:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
801[14:33:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
802[14:33:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
803[14:33:27] [Server thread/INFO]: Random Lighting Updates: false
804[14:33:27] [Server thread/INFO]: Structure Info Saving: true
805[14:33:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
806[14:33:27] [Server thread/INFO]: Max TNT Explosions: 100
807[14:33:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
808[14:33:27] [Server thread/INFO]: Item Despawn Rate: 6000
809[14:33:27] [Server thread/INFO]: Item Merge Radius: 2.5
810[14:33:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
811[14:33:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
812[14:33:27] [Server thread/INFO]: View Distance: 6
813[14:33:27] [Server thread/INFO]: Experience Merge Radius: 3.0
814[14:33:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
815[14:33:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
816[14:33:27] [Server thread/INFO]: Preparing start region for level 13 (Seed: 95695)
817[14:33:28] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: race
818[14:33:28] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
819[14:33:28] [Server thread/INFO]: -------- World Settings For [Spawning] --------
820[14:33:28] [Server thread/INFO]: Mob Spawn Range: 4
821[14:33:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
822[14:33:28] [Server thread/INFO]: Cane Growth Modifier: 100%
823[14:33:28] [Server thread/INFO]: Melon Growth Modifier: 100%
824[14:33:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
825[14:33:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
826[14:33:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
827[14:33:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
828[14:33:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
829[14:33:28] [Server thread/INFO]: Vine Growth Modifier: 100%
830[14:33:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
831[14:33:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
832[14:33:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
833[14:33:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
834[14:33:28] [Server thread/INFO]: Random Lighting Updates: false
835[14:33:28] [Server thread/INFO]: Structure Info Saving: true
836[14:33:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
837[14:33:28] [Server thread/INFO]: Max TNT Explosions: 100
838[14:33:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
839[14:33:28] [Server thread/INFO]: Item Despawn Rate: 6000
840[14:33:28] [Server thread/INFO]: Item Merge Radius: 2.5
841[14:33:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
842[14:33:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
843[14:33:28] [Server thread/INFO]: View Distance: 6
844[14:33:28] [Server thread/INFO]: Experience Merge Radius: 3.0
845[14:33:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
846[14:33:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
847[14:33:28] [Server thread/INFO]: Preparing start region for level 14 (Seed: -5765061966858716508)
848[14:33:29] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: minecraft1078_omgserv_com_10048
849[14:33:29] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
850[14:33:29] [Server thread/INFO]: -------- World Settings For [ArenaS_nether] --------
851[14:33:29] [Server thread/INFO]: Mob Spawn Range: 4
852[14:33:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
853[14:33:29] [Server thread/INFO]: Cane Growth Modifier: 100%
854[14:33:29] [Server thread/INFO]: Melon Growth Modifier: 100%
855[14:33:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
856[14:33:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
857[14:33:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
858[14:33:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
859[14:33:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
860[14:33:29] [Server thread/INFO]: Vine Growth Modifier: 100%
861[14:33:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
862[14:33:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
863[14:33:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
864[14:33:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
865[14:33:29] [Server thread/INFO]: Random Lighting Updates: false
866[14:33:29] [Server thread/INFO]: Structure Info Saving: true
867[14:33:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
868[14:33:29] [Server thread/INFO]: Max TNT Explosions: 100
869[14:33:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
870[14:33:29] [Server thread/INFO]: Item Despawn Rate: 6000
871[14:33:29] [Server thread/INFO]: Item Merge Radius: 2.5
872[14:33:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
873[14:33:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
874[14:33:29] [Server thread/INFO]: View Distance: 6
875[14:33:29] [Server thread/INFO]: Experience Merge Radius: 3.0
876[14:33:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
877[14:33:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
878[14:33:29] [Server thread/INFO]: Preparing start region for level 15 (Seed: 4764917862770187261)
879[14:33:29] [Server thread/INFO]: -------- World Settings For [faction_the_end] --------
880[14:33:29] [Server thread/INFO]: Mob Spawn Range: 4
881[14:33:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
882[14:33:29] [Server thread/INFO]: Cane Growth Modifier: 100%
883[14:33:29] [Server thread/INFO]: Melon Growth Modifier: 100%
884[14:33:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
885[14:33:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
886[14:33:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
887[14:33:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
888[14:33:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
889[14:33:29] [Server thread/INFO]: Vine Growth Modifier: 100%
890[14:33:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
891[14:33:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
892[14:33:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
893[14:33:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
894[14:33:29] [Server thread/INFO]: Random Lighting Updates: false
895[14:33:29] [Server thread/INFO]: Structure Info Saving: true
896[14:33:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
897[14:33:29] [Server thread/INFO]: Max TNT Explosions: 100
898[14:33:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
899[14:33:29] [Server thread/INFO]: Item Despawn Rate: 6000
900[14:33:29] [Server thread/INFO]: Item Merge Radius: 2.5
901[14:33:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
902[14:33:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
903[14:33:29] [Server thread/INFO]: View Distance: 6
904[14:33:29] [Server thread/INFO]: Experience Merge Radius: 3.0
905[14:33:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
906[14:33:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
907[14:33:29] [Server thread/INFO]: Preparing start region for level 16 (Seed: 95695)
908[14:33:30] [Server thread/INFO]: -------- World Settings For [ArenaS] --------
909[14:33:30] [Server thread/INFO]: Mob Spawn Range: 4
910[14:33:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
911[14:33:30] [Server thread/INFO]: Cane Growth Modifier: 100%
912[14:33:30] [Server thread/INFO]: Melon Growth Modifier: 100%
913[14:33:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
914[14:33:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
915[14:33:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
916[14:33:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
917[14:33:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
918[14:33:30] [Server thread/INFO]: Vine Growth Modifier: 100%
919[14:33:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
920[14:33:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
921[14:33:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
922[14:33:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
923[14:33:30] [Server thread/INFO]: Random Lighting Updates: false
924[14:33:30] [Server thread/INFO]: Structure Info Saving: true
925[14:33:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
926[14:33:30] [Server thread/INFO]: Max TNT Explosions: 100
927[14:33:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
928[14:33:30] [Server thread/INFO]: Item Despawn Rate: 6000
929[14:33:30] [Server thread/INFO]: Item Merge Radius: 2.5
930[14:33:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
931[14:33:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
932[14:33:30] [Server thread/INFO]: View Distance: 6
933[14:33:30] [Server thread/INFO]: Experience Merge Radius: 3.0
934[14:33:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
935[14:33:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
936[14:33:30] [Server thread/INFO]: Preparing start region for level 17 (Seed: 4764917862770187261)
937[14:33:30] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: AbissalDungeon
938[14:33:30] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
939[14:33:30] [Server thread/INFO]: -------- World Settings For [Mondo2] --------
940[14:33:30] [Server thread/INFO]: Mob Spawn Range: 4
941[14:33:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
942[14:33:30] [Server thread/INFO]: Cane Growth Modifier: 100%
943[14:33:30] [Server thread/INFO]: Melon Growth Modifier: 100%
944[14:33:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
945[14:33:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
946[14:33:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
947[14:33:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
948[14:33:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
949[14:33:30] [Server thread/INFO]: Vine Growth Modifier: 100%
950[14:33:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
951[14:33:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
952[14:33:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
953[14:33:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
954[14:33:30] [Server thread/INFO]: Random Lighting Updates: false
955[14:33:30] [Server thread/INFO]: Structure Info Saving: true
956[14:33:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
957[14:33:30] [Server thread/INFO]: Max TNT Explosions: 100
958[14:33:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
959[14:33:30] [Server thread/INFO]: Item Despawn Rate: 6000
960[14:33:30] [Server thread/INFO]: Item Merge Radius: 2.5
961[14:33:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
962[14:33:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
963[14:33:30] [Server thread/INFO]: View Distance: 6
964[14:33:30] [Server thread/INFO]: Experience Merge Radius: 3.0
965[14:33:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
966[14:33:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
967[14:33:30] [Server thread/INFO]: Preparing start region for level 18 (Seed: 7677052498382845989)
968[14:33:31] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: 2
969[14:33:31] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
970[14:33:31] [Server thread/INFO]: -------- World Settings For [spawn] --------
971[14:33:31] [Server thread/INFO]: Mob Spawn Range: 4
972[14:33:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
973[14:33:31] [Server thread/INFO]: Cane Growth Modifier: 100%
974[14:33:31] [Server thread/INFO]: Melon Growth Modifier: 100%
975[14:33:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
976[14:33:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
977[14:33:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
978[14:33:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
979[14:33:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
980[14:33:31] [Server thread/INFO]: Vine Growth Modifier: 100%
981[14:33:31] [Server thread/INFO]: Cocoa Growth Modifier: 100%
982[14:33:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
983[14:33:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
984[14:33:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
985[14:33:31] [Server thread/INFO]: Random Lighting Updates: false
986[14:33:31] [Server thread/INFO]: Structure Info Saving: true
987[14:33:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
988[14:33:31] [Server thread/INFO]: Max TNT Explosions: 100
989[14:33:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
990[14:33:31] [Server thread/INFO]: Item Despawn Rate: 6000
991[14:33:31] [Server thread/INFO]: Item Merge Radius: 2.5
992[14:33:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
993[14:33:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
994[14:33:31] [Server thread/INFO]: View Distance: 6
995[14:33:31] [Server thread/INFO]: Experience Merge Radius: 3.0
996[14:33:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
997[14:33:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
998[14:33:31] [Server thread/INFO]: Preparing start region for level 19 (Seed: 6453370106558331128)
999[14:33:31] [Server thread/INFO]: -------- World Settings For [Amon] --------
1000[14:33:31] [Server thread/INFO]: Mob Spawn Range: 4
1001[14:33:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
1002[14:33:31] [Server thread/INFO]: Cane Growth Modifier: 100%
1003[14:33:31] [Server thread/INFO]: Melon Growth Modifier: 100%
1004[14:33:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1005[14:33:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1006[14:33:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
1007[14:33:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
1008[14:33:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1009[14:33:31] [Server thread/INFO]: Vine Growth Modifier: 100%
1010[14:33:31] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1011[14:33:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1012[14:33:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1013[14:33:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1014[14:33:31] [Server thread/INFO]: Random Lighting Updates: false
1015[14:33:31] [Server thread/INFO]: Structure Info Saving: true
1016[14:33:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
1017[14:33:31] [Server thread/INFO]: Max TNT Explosions: 100
1018[14:33:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1019[14:33:31] [Server thread/INFO]: Item Despawn Rate: 6000
1020[14:33:31] [Server thread/INFO]: Item Merge Radius: 2.5
1021[14:33:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
1022[14:33:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1023[14:33:31] [Server thread/INFO]: View Distance: 6
1024[14:33:31] [Server thread/INFO]: Experience Merge Radius: 3.0
1025[14:33:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1026[14:33:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1027[14:33:31] [Server thread/INFO]: Preparing start region for level 20 (Seed: 7295587055065022233)
1028[14:33:31] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: 2_the_end
1029[14:33:31] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1030[14:33:31] [Server thread/INFO]: -------- World Settings For [Provini] --------
1031[14:33:31] [Server thread/INFO]: Mob Spawn Range: 4
1032[14:33:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
1033[14:33:31] [Server thread/INFO]: Cane Growth Modifier: 100%
1034[14:33:31] [Server thread/INFO]: Melon Growth Modifier: 100%
1035[14:33:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1036[14:33:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1037[14:33:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
1038[14:33:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
1039[14:33:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1040[14:33:31] [Server thread/INFO]: Vine Growth Modifier: 100%
1041[14:33:31] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1042[14:33:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1043[14:33:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1044[14:33:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1045[14:33:31] [Server thread/INFO]: Random Lighting Updates: false
1046[14:33:31] [Server thread/INFO]: Structure Info Saving: true
1047[14:33:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
1048[14:33:31] [Server thread/INFO]: Max TNT Explosions: 100
1049[14:33:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1050[14:33:31] [Server thread/INFO]: Item Despawn Rate: 6000
1051[14:33:31] [Server thread/INFO]: Item Merge Radius: 2.5
1052[14:33:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
1053[14:33:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1054[14:33:31] [Server thread/INFO]: View Distance: 6
1055[14:33:31] [Server thread/INFO]: Experience Merge Radius: 3.0
1056[14:33:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1057[14:33:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1058[14:33:31] [Server thread/INFO]: Preparing start region for level 21 (Seed: -6609276675161171656)
1059[14:33:32] [Server thread/INFO]: -------- World Settings For [LeoShoppa] --------
1060[14:33:32] [Server thread/INFO]: Mob Spawn Range: 4
1061[14:33:32] [Server thread/INFO]: Cactus Growth Modifier: 100%
1062[14:33:32] [Server thread/INFO]: Cane Growth Modifier: 100%
1063[14:33:32] [Server thread/INFO]: Melon Growth Modifier: 100%
1064[14:33:32] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1065[14:33:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1066[14:33:32] [Server thread/INFO]: Sapling Growth Modifier: 100%
1067[14:33:32] [Server thread/INFO]: Wheat Growth Modifier: 100%
1068[14:33:32] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1069[14:33:32] [Server thread/INFO]: Vine Growth Modifier: 100%
1070[14:33:32] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1071[14:33:32] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1072[14:33:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1073[14:33:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1074[14:33:32] [Server thread/INFO]: Random Lighting Updates: false
1075[14:33:32] [Server thread/INFO]: Structure Info Saving: true
1076[14:33:32] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
1077[14:33:32] [Server thread/INFO]: Max TNT Explosions: 100
1078[14:33:32] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1079[14:33:32] [Server thread/INFO]: Item Despawn Rate: 6000
1080[14:33:32] [Server thread/INFO]: Item Merge Radius: 2.5
1081[14:33:32] [Server thread/INFO]: Arrow Despawn Rate: 1200
1082[14:33:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1083[14:33:32] [Server thread/INFO]: View Distance: 6
1084[14:33:32] [Server thread/INFO]: Experience Merge Radius: 3.0
1085[14:33:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1086[14:33:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1087[14:33:32] [Server thread/INFO]: Preparing start region for level 22 (Seed: 5564714899582853961)
1088[14:33:32] [Server thread/INFO]: -------- World Settings For [Flameus] --------
1089[14:33:32] [Server thread/INFO]: Mob Spawn Range: 4
1090[14:33:32] [Server thread/INFO]: Cactus Growth Modifier: 100%
1091[14:33:32] [Server thread/INFO]: Cane Growth Modifier: 100%
1092[14:33:32] [Server thread/INFO]: Melon Growth Modifier: 100%
1093[14:33:32] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1094[14:33:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1095[14:33:32] [Server thread/INFO]: Sapling Growth Modifier: 100%
1096[14:33:32] [Server thread/INFO]: Wheat Growth Modifier: 100%
1097[14:33:32] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1098[14:33:32] [Server thread/INFO]: Vine Growth Modifier: 100%
1099[14:33:32] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1100[14:33:32] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1101[14:33:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1102[14:33:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1103[14:33:32] [Server thread/INFO]: Random Lighting Updates: false
1104[14:33:32] [Server thread/INFO]: Structure Info Saving: true
1105[14:33:32] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
1106[14:33:32] [Server thread/INFO]: Max TNT Explosions: 100
1107[14:33:32] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1108[14:33:32] [Server thread/INFO]: Item Despawn Rate: 6000
1109[14:33:32] [Server thread/INFO]: Item Merge Radius: 2.5
1110[14:33:32] [Server thread/INFO]: Arrow Despawn Rate: 1200
1111[14:33:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1112[14:33:32] [Server thread/INFO]: View Distance: 6
1113[14:33:32] [Server thread/INFO]: Experience Merge Radius: 3.0
1114[14:33:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1115[14:33:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1116[14:33:32] [Server thread/INFO]: Preparing start region for level 23 (Seed: 94901025463239175)
1117[14:33:33] [Server thread/INFO]: -------- World Settings For [miao] --------
1118[14:33:33] [Server thread/INFO]: Mob Spawn Range: 4
1119[14:33:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
1120[14:33:33] [Server thread/INFO]: Cane Growth Modifier: 100%
1121[14:33:33] [Server thread/INFO]: Melon Growth Modifier: 100%
1122[14:33:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1123[14:33:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1124[14:33:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
1125[14:33:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
1126[14:33:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1127[14:33:33] [Server thread/INFO]: Vine Growth Modifier: 100%
1128[14:33:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1129[14:33:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1130[14:33:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1131[14:33:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1132[14:33:33] [Server thread/INFO]: Random Lighting Updates: false
1133[14:33:33] [Server thread/INFO]: Structure Info Saving: true
1134[14:33:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
1135[14:33:33] [Server thread/INFO]: Max TNT Explosions: 100
1136[14:33:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1137[14:33:33] [Server thread/INFO]: Item Despawn Rate: 6000
1138[14:33:33] [Server thread/INFO]: Item Merge Radius: 2.5
1139[14:33:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
1140[14:33:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1141[14:33:33] [Server thread/INFO]: View Distance: 6
1142[14:33:33] [Server thread/INFO]: Experience Merge Radius: 3.0
1143[14:33:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1144[14:33:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1145[14:33:33] [Server thread/INFO]: Preparing start region for level 24 (Seed: 27594263)
1146[14:33:33] [Server thread/INFO]: -------- World Settings For [Abissal] --------
1147[14:33:33] [Server thread/INFO]: Mob Spawn Range: 4
1148[14:33:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
1149[14:33:33] [Server thread/INFO]: Cane Growth Modifier: 100%
1150[14:33:33] [Server thread/INFO]: Melon Growth Modifier: 100%
1151[14:33:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1152[14:33:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1153[14:33:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
1154[14:33:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
1155[14:33:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1156[14:33:33] [Server thread/INFO]: Vine Growth Modifier: 100%
1157[14:33:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1158[14:33:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1159[14:33:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1160[14:33:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1161[14:33:33] [Server thread/INFO]: Random Lighting Updates: false
1162[14:33:33] [Server thread/INFO]: Structure Info Saving: true
1163[14:33:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
1164[14:33:33] [Server thread/INFO]: Max TNT Explosions: 100
1165[14:33:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1166[14:33:33] [Server thread/INFO]: Item Despawn Rate: 6000
1167[14:33:33] [Server thread/INFO]: Item Merge Radius: 2.5
1168[14:33:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
1169[14:33:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1170[14:33:33] [Server thread/INFO]: View Distance: 6
1171[14:33:33] [Server thread/INFO]: Experience Merge Radius: 3.0
1172[14:33:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1173[14:33:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1174[14:33:33] [Server thread/INFO]: World Abissal is a duplicate of another world and has been prevented from loading. Please delete the uid.dat file from Abissal's world directory if you want to be able to load the duplicate world.
1175[14:33:33] [Server thread/ERROR]: [Multiverse-Core] The world 'Abissal' could NOT be loaded because the server didn't like it!
1176[14:33:33] [Server thread/ERROR]: [Multiverse-Core] We don't really know why this is. Contact the developer of your server software!
1177[14:33:33] [Server thread/ERROR]: [Multiverse-Core] Server version info: git-Spigot-9f4c3d2-bd30843 (MC: 1.12.2)
1178[14:33:33] [Server thread/INFO]: -------- World Settings For [warp] --------
1179[14:33:33] [Server thread/INFO]: Mob Spawn Range: 4
1180[14:33:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
1181[14:33:33] [Server thread/INFO]: Cane Growth Modifier: 100%
1182[14:33:33] [Server thread/INFO]: Melon Growth Modifier: 100%
1183[14:33:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1184[14:33:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1185[14:33:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
1186[14:33:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
1187[14:33:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1188[14:33:33] [Server thread/INFO]: Vine Growth Modifier: 100%
1189[14:33:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1190[14:33:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1191[14:33:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1192[14:33:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1193[14:33:33] [Server thread/INFO]: Random Lighting Updates: false
1194[14:33:33] [Server thread/INFO]: Structure Info Saving: true
1195[14:33:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
1196[14:33:33] [Server thread/INFO]: Max TNT Explosions: 100
1197[14:33:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1198[14:33:33] [Server thread/INFO]: Item Despawn Rate: 6000
1199[14:33:33] [Server thread/INFO]: Item Merge Radius: 2.5
1200[14:33:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
1201[14:33:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1202[14:33:33] [Server thread/INFO]: View Distance: 6
1203[14:33:33] [Server thread/INFO]: Experience Merge Radius: 3.0
1204[14:33:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1205[14:33:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1206[14:33:34] [Server thread/INFO]: Preparing start region for level 25 (Seed: -5481337983238911894)
1207[14:33:35] [Server thread/INFO]: Preparing spawn area for warp, 20%
1208[14:33:36] [Server thread/INFO]: Preparing spawn area for warp, 40%
1209[14:33:37] [Server thread/INFO]: Preparing spawn area for warp, 53%
1210[14:33:38] [Server thread/INFO]: Preparing spawn area for warp, 69%
1211[14:33:39] [Server thread/INFO]: Preparing spawn area for warp, 85%
1212[14:33:39] [Server thread/INFO]: [Multiverse-Core] 26 - World(s) loaded.
1213[14:33:40] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
1214[14:33:40] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.1.2
1215[14:33:40] [Server thread/INFO]: [LibsDisguises] Discovered MC version: v1_12_R1
1216[14:33:40] [Server thread/WARN]: Error finding the FlagType for EVOKER! Index 13 can't be found!
1217[14:33:40] [Server thread/WARN]: Value is 0 (class java.lang.Byte) (class net.minecraft.server.v1_12_R1.EntityEvoker) & EvokerWatcher
1218[14:33:40] [Server thread/WARN]: Lib's Disguises will continue to load, but this will not work properly!
1219[14:33:40] [Server thread/WARN]: Error finding the FlagType for FIREWORK! Index 7 can't be found!
1220[14:33:40] [Server thread/WARN]: Value is 0 (class java.lang.Integer) (class net.minecraft.server.v1_12_R1.EntityFireworks) & FireworkWatcher
1221[14:33:40] [Server thread/WARN]: Lib's Disguises will continue to load, but this will not work properly!
1222[14:33:40] [Server thread/WARN]: Error finding the FlagType for PIG! Index 14 can't be found!
1223[14:33:40] [Server thread/WARN]: Value is 0 (class java.lang.Integer) (class net.minecraft.server.v1_12_R1.EntityPig) & PigWatcher
1224[14:33:40] [Server thread/WARN]: Lib's Disguises will continue to load, but this will not work properly!
1225[14:33:40] [Server thread/WARN]: Error finding the FlagType for PLAYER! Index 15 can't be found!
1226[14:33:40] [Server thread/WARN]: Value is {} (class net.minecraft.server.v1_12_R1.NBTTagCompound) (class net.minecraft.server.v1_12_R1.EntityPlayer) & PlayerWatcher
1227[14:33:40] [Server thread/WARN]: Lib's Disguises will continue to load, but this will not work properly!
1228[14:33:40] [Server thread/WARN]: Error finding the FlagType for PLAYER! Index 16 can't be found!
1229[14:33:40] [Server thread/WARN]: Value is {} (class net.minecraft.server.v1_12_R1.NBTTagCompound) (class net.minecraft.server.v1_12_R1.EntityPlayer) & PlayerWatcher
1230[14:33:40] [Server thread/WARN]: Lib's Disguises will continue to load, but this will not work properly!
1231[14:33:40] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.19
1232[14:33:40] [Server thread/WARN]: [VotingPlugin] Detected no voting sites, this may mean something isn't properly setup
1233[14:33:40] [Server thread/INFO]: [VotingPlugin] Giving VotingPlugin.Player permission by default, can be disabled in the config
1234[14:33:40] [Server thread/ERROR]: [VotingPlugin] Plugin VotingPlugin v5.19 has failed to register events for class com.Ben12345rocks.VotingPlugin.Listeners.VotiferEvent because com/vexsoftware/votifier/model/VotifierEvent does not exist.
1235[14:33:40] [Server thread/ERROR]: [VotingPlugin] Plugin VotingPlugin v5.19 has failed to register events for class com.Ben12345rocks.VotingPlugin.Listeners.PlayerCommandSendListener because org/bukkit/event/player/PlayerCommandSendEvent does not exist.
1236[14:33:40] [Server thread/WARN]: [VotingPlugin] No VotifierEvent found, install Votifier, NuVotifier, or another Votifier plugin
1237[14:33:40] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 5.19
1238[14:33:41] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.5.1
1239[14:33:41] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
1240[14:33:41] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
1241[14:33:41] [Server thread/INFO]: [PrivateChests] Enabling PrivateChests v1.0
1242[14:33:41] [Server thread/INFO]: [EnchantPlus] Enabling EnchantPlus v1.3.4
1243[14:33:41] [Server thread/ERROR]: Error occurred while enabling EnchantPlus v1.3.4 (Is it up to date?)
1244java.lang.NoSuchMethodError: org.bukkit.enchantments.Enchantment.getKey()Lorg/bukkit/NamespacedKey;
1245 at com.darkblade12.enchantplus.Settings.loadEnchantmentNames(Settings.java:87) ~[?:?]
1246 at com.darkblade12.enchantplus.Settings.onLoad(Settings.java:76) ~[?:?]
1247 at com.darkblade12.enchantplus.EnchantPlus.onEnable(EnchantPlus.java:33) ~[?:?]
1248 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
1249 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
1250 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
1251 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
1252 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
1253 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
1254 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
1255 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
1256 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
1257 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
1258 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
1259[14:33:41] [Server thread/INFO]: [BadlionClientModAPI] Enabling BadlionClientModAPI v1.0
1260[14:33:41] [Server thread/INFO]: [BadlionClientModAPI] Found version v1_12_R1
1261[14:33:41] [Server thread/INFO]: [BadlionClientModAPI] Successfully setup BadlionClientModAPI plugin.
1262[14:33:41] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
1263[14:33:41] [Server thread/INFO]: [PermissionsEx] Initializing file backend
1264[14:33:41] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
1265[14:33:41] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
1266[14:33:41] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
1267[14:33:41] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
1268[14:33:41] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.11.1
1269[14:33:41] [Server thread/INFO]: [FeatherBoard] Cracked by t0R
1270[14:33:41] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
1271[14:33:41] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.11.1
1272[14:33:41] [Server thread/INFO]: [FeatherBoard] Framework version: 2018-06
1273[14:33:41] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
1274[14:33:41] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
1275[14:33:41] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
1276[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
1277[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
1278[14:33:41] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
1279[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
1280[14:33:41] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
1281[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
1282[14:33:41] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
1283[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
1284[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading messages ...
1285[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_ita
1286[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
1287[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_ita
1288[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
1289[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
1290[14:33:41] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
1291[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Armor] ...
1292[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Bukkit] ...
1293[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [BungeeCord] ...
1294[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Color] ...
1295[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [CommandPlaceholderPack] ...
1296[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Compass placeholders] ...
1297[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [EZRanksPro] ...
1298[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading event hook: EZRanksUp Rankup event ...
1299[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading event hook: EZRanksUp Rankup event ...
1300[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Economy] ...
1301[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Effects] ...
1302[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Entities] ...
1303[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Essentials] ...
1304[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Facebook] ...
1305[14:33:41] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Factions] ...
1306[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Factions 1.8] ...
1307[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [FireworkEffect] ...
1308[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Geographical] ...
1309[14:33:42] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading City database ...
1310[14:33:42] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoLiteCity.dat updated
1311[14:33:42] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading Country database ...
1312[14:33:42] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIP.dat updated
1313[14:33:42] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading IPV6 database ...
1314[14:33:42] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIPv6.dat updated
1315[14:33:42] [Server thread/INFO]: [MVdWPlaceholderAPI] Updater disabled.
1316[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Hotbar] ...
1317[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [JavaInfo] ...
1318[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [LeaderHeads] ...
1319[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [LibsDisguises] ...
1320[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Memory] ...
1321[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Multiverse-Core] ...
1322[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Permissions] ...
1323[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Player] ...
1324[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Previous Names] ...
1325[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Quests] ...
1326[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [RedisBungee] ...
1327[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [ServerPinger] ...
1328[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Sound Effects] ...
1329[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Statistics] ...
1330[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [TicksPerSecond] ...
1331[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Twitter] ...
1332[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Unicode Characters] ...
1333[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [VanillaEvents] ...
1334[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
1335[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
1336[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
1337[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
1338[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
1339[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
1340[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
1341[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
1342[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
1343[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
1344[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
1345[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
1346[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
1347[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
1348[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
1349[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
1350[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [World] ...
1351[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [WorldBorder] ...
1352[14:33:42] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
1353[14:33:42] [Server thread/INFO]: [FeatherBoard] Loaded 6201 of the 6201 placholders
1354[14:33:42] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
1355[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example1' ...
1356[14:33:42] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example1
1357[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example2' ...
1358[14:33:42] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example2
1359[14:33:42] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example3' ...
1360[14:33:42] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example3
1361[14:33:44] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
1362[14:33:44] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'combat-scoreboard-example' ...
1363[14:33:44] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'mcmmo-levelup' ...
1364[14:33:44] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'benchmark' ...
1365[14:33:44] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'towny-town-example' ...
1366[14:33:44] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'default' ...
1367[14:33:44] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
1368[14:33:44] [Server thread/INFO]: [FeatherBoard] Generating metrics information ...
1369[14:33:44] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
1370[14:33:44] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
1371[14:33:44] [Server thread/INFO]: [TAB] Enabling TAB v1.7.0
1372[14:33:44] [Server thread/INFO]: [TAB] Enabled in 8ms
1373[14:33:44] [Server thread/INFO]: [TAB] Original autor: NEZNAMY
1374[14:33:44] [Server thread/INFO]: [TAB] New versions by Wisky987 | 1.6.4+
1375[14:33:44] [Server thread/INFO]: [TAB] Please, if you have an issue use the Discussion page in TAB thread of Spigot forums
1376[14:33:44] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.1
1377[14:33:45] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.7.2.1
1378[14:33:45] [Server thread/INFO]: [Crazy Crates]>> Loading all crate information...
1379[14:33:45] [Server thread/INFO]: [Crazy Crates]>> Loading Vote information....
1380[14:33:45] [Server thread/INFO]: [Crazy Crates]>> Vote has been loaded.
1381[14:33:45] [Server thread/INFO]: [Crazy Crates]>> Loading Party information....
1382[14:33:45] [Server thread/INFO]: [Crazy Crates]>> Party has been loaded.
1383[14:33:45] [Server thread/INFO]: [Crazy Crates]>> Loading Rare information....
1384[14:33:45] [Server thread/INFO]: [Crazy Crates]>> Rare has been loaded.
1385[14:33:45] [Server thread/INFO]: [Crazy Crates]>> Loading Legendary information....
1386[14:33:45] [Server thread/INFO]: [Crazy Crates]>> Legendary has been loaded.
1387[14:33:45] [Server thread/INFO]: [Crazy Crates]>> Loading Classic information....
1388[14:33:45] [Server thread/INFO]: [Crazy Crates]>> Classic has been loaded.
1389[14:33:45] [Server thread/INFO]: [Crazy Crates]>> All crate information has been loaded.
1390[14:33:45] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.crate@3442336a}
1391[14:33:45] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.crate@1ecfed40}
1392[14:33:45] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.crate@3bb35490}
1393[14:33:45] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.crate@71f5539a}
1394[14:33:45] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.crate@1769ee74}
1395[14:33:45] [Server thread/INFO]: [SimpleRename] Enabling SimpleRename v10.7.5
1396[14:33:45] [Server thread/INFO]: SimpleRename enabled!
1397[14:33:45] [Server thread/INFO]: [Command Blocker] Enabling TreysCommandBlocker v1.1.1
1398[14:33:45] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
1399[14:33:45] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
1400[14:33:45] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
1401[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'shop' was in the world 'faction' but it wasn't loaded.
1402[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'shop2' was in the world 'faction' but it wasn't loaded.
1403[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'minerali' was in the world 'faction' but it wasn't loaded.
1404[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'legna' was in the world 'faction' but it wasn't loaded.
1405[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'hyper' was in the world 'faction' but it wasn't loaded.
1406[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'pozioni' was in the world 'faction' but it wasn't loaded.
1407[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'banca' was in the world 'faction' but it wasn't loaded.
1408[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'venditoriinfernali' was in the world 'faction' but it wasn't loaded.
1409[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'parkour' was in the world 'Flo' but it wasn't loaded.
1410[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'rtp1' was in the world 'Flo' but it wasn't loaded.
1411[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'vote' was in the world 'Flo' but it wasn't loaded.
1412[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'classic' was in the world 'Flo' but it wasn't loaded.
1413[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'party' was in the world 'Flo' but it wasn't loaded.
1414[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'rare' was in the world 'Flo' but it wasn't loaded.
1415[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'g' was in the world 'Flo' but it wasn't loaded.
1416[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'bosco' was in the world 'shop' but it wasn't loaded.
1417[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'farm' was in the world 'shop' but it wasn't loaded.
1418[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'd' was in the world 'shop' but it wasn't loaded.
1419[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'hd' was in the world 'Spawn3' but it wasn't loaded.
1420[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'p' was in the world 'Mondo' but it wasn't loaded.
1421[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'ponte1' was in the world 'Bossrush' but it wasn't loaded.
1422[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'ponte2' was in the world 'Bossrush' but it wasn't loaded.
1423[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'ponte3' was in the world 'Bossrush' but it wasn't loaded.
1424[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'eventoorde' was in the world 'Bossrush' but it wasn't loaded.
1425[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'eventoinfo' was in the world 'Bossrush' but it wasn't loaded.
1426[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'infodifficolta' was in the world 'Bossrush' but it wasn't loaded.
1427[14:33:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'miao' was in the world 'Bossrush' but it wasn't loaded.
1428[14:33:45] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.4.0
1429[14:33:45] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_12_R1 (Minecraft 1.12)...
1430[14:33:45] [Server thread/INFO]: [MythicMobs] MythicMobs EnchantsPlus Support has been enabled!
1431[14:33:45] [Server thread/INFO]: [MythicMobs] MythicMobs Lib's Disguises Support has been enabled!
1432[14:33:45] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
1433[14:33:45] [Server thread/INFO]: [MythicMobs] Loaded item shadeheadchange:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1434[14:33:45] [Server thread/INFO]: [MythicMobs] Loaded item shadeweapon2:5 dropVar=5,amount=RandomDouble{1.0 to 1.0},weight=1.0
1435[14:33:45] [Server thread/INFO]: [MythicMobs] Loaded item shadeheadred:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1436[14:33:45] [Server thread/INFO]: [MythicMobs] Loaded item chestplateshade2:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1437[14:33:45] [Server thread/INFO]: [MythicMobs] Loaded item leggingsshade2:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1438[14:33:45] [Server thread/INFO]: [MythicMobs] Loaded item bootsshade2:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1439[14:33:45] [Server thread/INFO]: [MythicMobs] Loaded item shadeweapon2:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1440[14:33:45] [Server thread/INFO]: [ReflectionHelper] I am loaded from package org.inventivetalent.glow.reflection.minecraft
1441[14:33:45] [Server thread/INFO]: [ReflectionHelper] Version is v1_12_R1 (11201)
1442[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item voodoodoll:5 dropVar=5,amount=RandomDouble{1.0 to 1.0},weight=1.0
1443[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shadehead4:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1444[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shadehead3:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1445[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shadehead2:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1446[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shadehead:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1447[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shadehead2:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1448[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shadehead3:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1449[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shadehead4:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1450[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shadehead5:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1451[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shadeheadreddamaged:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1452[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shadeheadred:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1453[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headfirefrost1:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1454[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headfirefrost:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1455[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headflameus:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1456[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headflameus1:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1457[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headflameus2:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1458[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headflameus1:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1459[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headglaceus:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1460[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headglaceus1:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1461[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headglaceus2:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1462[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headglaceus1:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1463[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headastroclosedeyes:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1464[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headastro:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1465[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item chestplateastro:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1466[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leggingsastro:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1467[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bootsastro:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1468[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item rakanot:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1469[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item fish1:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1470[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item fish:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1471[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ciao:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1472[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ciao:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1473[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ciao:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1474[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ciao:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1475[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ciao:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1476[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item gardon_disguise:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1477[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item gardon:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1478[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ambrosia:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1479[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarlettweapon1:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1480[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarlettweapon2:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1481[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item flower1:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1482[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item flower1:5 dropVar=5,amount=RandomDouble{1.0 to 1.0},weight=1.0
1483[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarlettweapon2:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1484[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarlettweapon2:5 dropVar=5,amount=RandomDouble{1.0 to 1.0},weight=1.0
1485[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item flower5:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1486[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item flower5:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1487[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item flower5:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1488[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1489[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead2:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1490[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead3:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1491[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead4:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1492[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead5:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1493[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead6:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1494[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead7:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1495[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead8:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1496[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead9:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1497[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead10:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1498[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead11:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1499[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead12:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1500[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead13:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1501[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead14:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1502[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead15:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1503[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead16:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1504[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead17:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1505[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarlettweapon2:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1506[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarlettweapon2:5 dropVar=5,amount=RandomDouble{1.0 to 1.0},weight=1.0
1507[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item chestplatescarlett2:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1508[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leggingsscarlett2:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1509[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bootsscarlett2:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1510[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item chestplatescarlett1:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1511[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leggingsscarlett1:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1512[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bootsscarlett1:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1513[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item chestplatescarlett2:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1514[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leggingsscarlett2:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1515[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bootsscarlett2:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1516[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item chestplatescarlett1:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1517[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leggingsscarlett1:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1518[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bootsscarlett1:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1519[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item stormstone:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1520[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item stormstone1:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1521[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item stormstone:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1522[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item reattore:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1523[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item reattore1:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1524[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Rebellion:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1525[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Cerberus:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1526[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Lucifer:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1527[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item LuciferSword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1528[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Rebellion:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1529[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Cerberus:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1530[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Lucifer:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1531[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item LuciferSword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1532[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Rebellion:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1533[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Cerberus:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1534[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Lucifer:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1535[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item LuciferSword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1536[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item EbonyAndIvory:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1537[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item EbonyAndIvory:5 dropVar=5,amount=RandomDouble{1.0 to 1.0},weight=1.0
1538[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Shotgun:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1539[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Spiral:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1540[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GrenadeLauncher:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1541[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item KalinaAnn:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1542[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shadeheadchange:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1543[14:33:46] [Server thread/ERROR]: [MythicMobs] Could not load MythicMob Drops! No Type specified.
1544[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shade dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1545[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shade dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1546[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shadehead:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1547[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item chestplateshade1:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1548[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leggingsshade1:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1549[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bootsshade1:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1550[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shadeweapon1:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1551[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item EbonyAndIvory:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1552[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item EbonyAndIvory:5 dropVar=5,amount=RandomDouble{1.0 to 1.0},weight=1.0
1553[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item EbonyAndIvory:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1554[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item EbonyAndIvory:5 dropVar=5,amount=RandomDouble{1.0 to 1.0},weight=1.0
1555[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item exp 10000 1 dropVar=null,amount=RandomDouble{10000.0 to 10000.0},weight=1.0
1556[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item exp 10000 1 dropVar=null,amount=RandomDouble{10000.0 to 10000.0},weight=1.0
1557[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Rebellion:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1558[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item air:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1559[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item air:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1560[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item SlackjawBow 1 .03 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=0.029999999329447746
1561[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item SlackjawBow 1 .03 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=0.029999999329447746
1562[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item SlackjawBow:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1563[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ChainHelm:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1564[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ChainChestplate:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1565[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ChainLeggings:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1566[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ChainBoots:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1567[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLD_NUGGET{display="Gold<&sp>Coin"} 1to2 0.5 dropVar=null,amount=RandomDouble{1.0 to 2.0},weight=0.5
1568[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLD_NUGGET{display="GoldCoin"} 1to2 0.5 dropVar=null,amount=RandomDouble{1.0 to 2.0},weight=0.5
1569[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_HELMET HEAD dropVar=HEAD,amount=RandomDouble{1.0 to 1.0},weight=1.0
1570[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_CHESTPLATE CHEST dropVar=CHEST,amount=RandomDouble{1.0 to 1.0},weight=1.0
1571[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_LEGGINGS LEGS dropVar=LEGS,amount=RandomDouble{1.0 to 1.0},weight=1.0
1572[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_BOOTS FEET dropVar=FEET,amount=RandomDouble{1.0 to 1.0},weight=1.0
1573[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_SWORD HAND dropVar=HAND,amount=RandomDouble{1.0 to 1.0},weight=1.0
1574[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item SHIELD OFFHAND dropVar=OFFHAND,amount=RandomDouble{1.0 to 1.0},weight=1.0
1575[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item SkeletonKingDrops dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1576[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item SkeletonKingDrops dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1577[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item KingsCrown HEAD dropVar=HEAD,amount=RandomDouble{1.0 to 1.0},weight=1.0
1578[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item SkeletonKingSword HAND dropVar=HAND,amount=RandomDouble{1.0 to 1.0},weight=1.0
1579[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bow:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1580[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item elytra:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1581[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leather_leggings:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1582[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leather_boots:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1583[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item exp 10-50 1 dropVar=null,amount=RandomDouble{10.0 to 50.0},weight=1.0
1584[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item money 500-1500 1 dropVar=null,amount=RandomDouble{500.0 to 1500.0},weight=1.0
1585[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item exp 10-50 1 dropVar=null,amount=RandomDouble{10.0 to 50.0},weight=1.0
1586[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item money 500-1500 1 dropVar=null,amount=RandomDouble{500.0 to 1500.0},weight=1.0
1587[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item diamond_sword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1588[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item diamond_sword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1589[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item diamond_sword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1590[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item iron_hoe:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1591[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item iron_hoe:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1592[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bow:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1593[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item elytra:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1594[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leather_leggings:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1595[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leather_boots:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1596[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item diamond_sword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1597[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_HELMET HEAD dropVar=HEAD,amount=RandomDouble{1.0 to 1.0},weight=1.0
1598[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_CHESTPLATE CHEST dropVar=CHEST,amount=RandomDouble{1.0 to 1.0},weight=1.0
1599[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_LEGGINGS LEGS dropVar=LEGS,amount=RandomDouble{1.0 to 1.0},weight=1.0
1600[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_BOOTS FEET dropVar=FEET,amount=RandomDouble{1.0 to 1.0},weight=1.0
1601[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_SWORD HAND dropVar=HAND,amount=RandomDouble{1.0 to 1.0},weight=1.0
1602[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item SHIELD OFFHAND dropVar=OFFHAND,amount=RandomDouble{1.0 to 1.0},weight=1.0
1603[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLD_HELMET HEAD dropVar=HEAD,amount=RandomDouble{1.0 to 1.0},weight=1.0
1604[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLD_CHESTPLATE CHEST dropVar=CHEST,amount=RandomDouble{1.0 to 1.0},weight=1.0
1605[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLD_LEGGINGS LEGS dropVar=LEGS,amount=RandomDouble{1.0 to 1.0},weight=1.0
1606[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLD_BOOTS FEET dropVar=FEET,amount=RandomDouble{1.0 to 1.0},weight=1.0
1607[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLD_SWORD HAND dropVar=HAND,amount=RandomDouble{1.0 to 1.0},weight=1.0
1608[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item SHIELD OFFHAND dropVar=OFFHAND,amount=RandomDouble{1.0 to 1.0},weight=1.0
1609[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Moneta1 1to10 0.7 dropVar=null,amount=RandomDouble{1.0 to 10.0},weight=0.699999988079071
1610[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Moneta1 1to10 0.7 dropVar=null,amount=RandomDouble{1.0 to 10.0},weight=0.699999988079071
1611[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bastone:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1612[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item mago:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1613[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item l1:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1614[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item l2:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1615[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item l4:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1616[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item novas1:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1617[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item coal:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1618[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item supernova:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1619[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item FerroLiscio 1to10 0.5 dropVar=null,amount=RandomDouble{1.0 to 10.0},weight=0.5
1620[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item FerroLiscio 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1621[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Moneta1 1to20 0.5 dropVar=null,amount=RandomDouble{1.0 to 20.0},weight=0.5
1622[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Moneta1 5 dropVar=null,amount=RandomDouble{5.0 to 5.0},weight=1.0
1623[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item FerroLiscio 1to10 0.5 dropVar=null,amount=RandomDouble{1.0 to 10.0},weight=0.5
1624[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item FerroLiscio 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1625[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Moneta1 1to20 0.5 dropVar=null,amount=RandomDouble{1.0 to 20.0},weight=0.5
1626[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Moneta1 5 dropVar=null,amount=RandomDouble{5.0 to 5.0},weight=1.0
1627[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item iron:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1628[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item corazzai:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1629[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item gambalii:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1630[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item stivalii:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1631[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item spadai:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1632[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item FerroLiscio 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1633[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item FerroLiscio 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1634[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item iron1:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1635[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scheggieira 5 dropVar=null,amount=RandomDouble{5.0 to 5.0},weight=1.0
1636[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scheggieira 5 dropVar=null,amount=RandomDouble{5.0 to 5.0},weight=1.0
1637[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item l1:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1638[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item l2:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1639[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item l4:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1640[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ira:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1641[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item void:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1642[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item fire:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1643[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Cuorenether 4 dropVar=null,amount=RandomDouble{4.0 to 4.0},weight=1.0
1644[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Moneta1 1to20 0.5 dropVar=null,amount=RandomDouble{1.0 to 20.0},weight=0.5
1645[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Moneta1 5 dropVar=null,amount=RandomDouble{5.0 to 5.0},weight=1.0
1646[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Cuorenether 4 dropVar=null,amount=RandomDouble{4.0 to 4.0},weight=1.0
1647[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Moneta1 1to20 0.5 dropVar=null,amount=RandomDouble{1.0 to 20.0},weight=0.5
1648[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Moneta1 5 dropVar=null,amount=RandomDouble{5.0 to 5.0},weight=1.0
1649[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item COS_RedChest:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1650[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item spadafire:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1651[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item frammentostellare 64 dropVar=null,amount=RandomDouble{64.0 to 64.0},weight=1.0
1652[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item frammentostellare 64 dropVar=null,amount=RandomDouble{64.0 to 64.0},weight=1.0
1653[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item spada:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1654[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item corazza:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1655[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item gambalid:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1656[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item astral:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1657[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item stivalid:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1658[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item frammentinovas 10 dropVar=null,amount=RandomDouble{10.0 to 10.0},weight=1.0
1659[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item frammentinovas 10 dropVar=null,amount=RandomDouble{10.0 to 10.0},weight=1.0
1660[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item novas:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1661[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item corazza:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1662[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item asciag:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1663[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item gambalid:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1664[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item stivalid:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1665[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item firefrost dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1666[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item firefrost dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1667[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headfirefrost:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1668[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item chestplateflameus:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1669[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leggingsglaceus:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1670[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bootsglaceus:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1671[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item axeflameus:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1672[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item axeglaceus:5 dropVar=5,amount=RandomDouble{1.0 to 1.0},weight=1.0
1673[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Cuorenether 4 dropVar=null,amount=RandomDouble{4.0 to 4.0},weight=1.0
1674[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Moneta1 10to20 0.5 dropVar=null,amount=RandomDouble{10.0 to 20.0},weight=0.5
1675[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Cuorenether 4 dropVar=null,amount=RandomDouble{4.0 to 4.0},weight=1.0
1676[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Moneta1 10to20 0.5 dropVar=null,amount=RandomDouble{10.0 to 20.0},weight=0.5
1677[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headflameus:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1678[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item chestplateflameus:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1679[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leggingsflameus:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1680[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bootsflameus:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1681[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item axeflameus:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1682[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item glaceus dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1683[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item glaceus dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1684[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headglaceus:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1685[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item chestplateglaceus:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1686[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leggingsglaceus:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1687[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bootsglaceus:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1688[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item axeglaceus:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1689[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Purificatore 1to4 0.5 dropVar=null,amount=RandomDouble{1.0 to 4.0},weight=0.5
1690[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Purificatore 1to4 0.5 dropVar=null,amount=RandomDouble{1.0 to 4.0},weight=0.5
1691[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item p1:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1692[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item p2:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1693[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item p4:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1694[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item oscurita:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1695[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item oscura:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1696[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item p1:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1697[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item p2:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1698[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item p4:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1699[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item oscura1:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1700[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item l1:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1701[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item l2:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1702[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item l4:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1703[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item legno:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1704[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ferroantico 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1705[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item moneta 5 dropVar=null,amount=RandomDouble{5.0 to 5.0},weight=1.0
1706[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ferroantico 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1707[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item moneta 5 dropVar=null,amount=RandomDouble{5.0 to 5.0},weight=1.0
1708[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item iron1:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1709[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item knight:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1710[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item knight1:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1711[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item knight2:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1712[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item knight4:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1713[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item miele 10 dropVar=null,amount=RandomDouble{10.0 to 10.0},weight=1.0
1714[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item miele 10 dropVar=null,amount=RandomDouble{10.0 to 10.0},weight=1.0
1715[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item alveare:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1716[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item miele 2 dropVar=null,amount=RandomDouble{2.0 to 2.0},weight=1.0
1717[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item miele 2 dropVar=null,amount=RandomDouble{2.0 to 2.0},weight=1.0
1718[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ape1:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1719[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item astro dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1720[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item astro dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1721[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item chestplateastro:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1722[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bootsastro:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1723[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leggingsastro:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1724[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headastro:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1725[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item weaponastro:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1726[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Oscuritahead 1to1 0.2 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=0.20000000298023224
1727[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Oscuritahead 1to1 0.2 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=0.20000000298023224
1728[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item p1:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1729[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item p2:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1730[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item p4:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1731[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item oscurita:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1732[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item rakanot:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1733[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item elementodrops 2 dropVar=null,amount=RandomDouble{2.0 to 2.0},weight=1.0
1734[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item elementodrops 2 dropVar=null,amount=RandomDouble{2.0 to 2.0},weight=1.0
1735[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item elemento:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1736[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item elemento1:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1737[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item elemento2:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1738[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item elemento4:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1739[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item elementosword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1740[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item astarotdrops 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1741[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item astarotdrops 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1742[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_CHESTPLATE CHEST dropVar=CHEST,amount=RandomDouble{1.0 to 1.0},weight=1.0
1743[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_LEGGINGS LEGS dropVar=LEGS,amount=RandomDouble{1.0 to 1.0},weight=1.0
1744[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_BOOTS FEET dropVar=FEET,amount=RandomDouble{1.0 to 1.0},weight=1.0
1745[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item astarotsword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1746[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item astarot:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1747[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item tempestoso:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1748[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item oscurodrops 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1749[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item oscurodrops 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1750[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item BEDROCK:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1751[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item kimeradrops 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1752[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item kimeradrops 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1753[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item LEATHER_CHESTPLATE CHEST dropVar=CHEST,amount=RandomDouble{1.0 to 1.0},weight=1.0
1754[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item LEATHER_LEGGINGS LEGS dropVar=LEGS,amount=RandomDouble{1.0 to 1.0},weight=1.0
1755[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item LEATHER_BOOTS FEET dropVar=FEET,amount=RandomDouble{1.0 to 1.0},weight=1.0
1756[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item kimerasword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1757[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item kimera:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1758[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item fishdrops dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1759[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item fishdrops dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1760[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_CHESTPLATE CHEST dropVar=CHEST,amount=RandomDouble{1.0 to 1.0},weight=1.0
1761[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_LEGGINGS LEGS dropVar=LEGS,amount=RandomDouble{1.0 to 1.0},weight=1.0
1762[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_BOOTS FEET dropVar=FEET,amount=RandomDouble{1.0 to 1.0},weight=1.0
1763[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item fishsword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1764[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item fish:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1765[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLD_CHESTPLATE CHEST dropVar=CHEST,amount=RandomDouble{1.0 to 1.0},weight=1.0
1766[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLD_LEGGINGS LEGS dropVar=LEGS,amount=RandomDouble{1.0 to 1.0},weight=1.0
1767[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLD_BOOTS FEET dropVar=FEET,amount=RandomDouble{1.0 to 1.0},weight=1.0
1768[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item BEACON HEAD dropVar=HEAD,amount=RandomDouble{1.0 to 1.0},weight=1.0
1769[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item spadaauror 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1770[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item frammentifiammanti 5 dropVar=null,amount=RandomDouble{5.0 to 5.0},weight=1.0
1771[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item spadaauror 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1772[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item frammentifiammanti 5 dropVar=null,amount=RandomDouble{5.0 to 5.0},weight=1.0
1773[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item COS_RedChest:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1774[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item auror:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1775[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item aurorsword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1776[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item COS_RedChest:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1777[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item auror1:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1778[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ancient dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1779[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ancient dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1780[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item gardon:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1781[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item gardon_leggins:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1782[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item gardon_chestplate:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1783[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item gardon_boots:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1784[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item gardon_sword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1785[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item echodrops dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1786[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item echodrops dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1787[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item echo:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1788[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item echo_sword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1789[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item pixelgun 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1790[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item pixelgun 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1791[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_HELMET HEAD dropVar=HEAD,amount=RandomDouble{1.0 to 1.0},weight=1.0
1792[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_CHESTPLATE CHEST dropVar=CHEST,amount=RandomDouble{1.0 to 1.0},weight=1.0
1793[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_LEGGINGS LEGS dropVar=LEGS,amount=RandomDouble{1.0 to 1.0},weight=1.0
1794[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_BOOTS FEET dropVar=FEET,amount=RandomDouble{1.0 to 1.0},weight=1.0
1795[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item IRON_SWORD HAND dropVar=HAND,amount=RandomDouble{1.0 to 1.0},weight=1.0
1796[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item pixelgun 2 dropVar=null,amount=RandomDouble{2.0 to 2.0},weight=1.0
1797[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item pixelgun 2 dropVar=null,amount=RandomDouble{2.0 to 2.0},weight=1.0
1798[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item DIAMOND_HELMET HEAD dropVar=HEAD,amount=RandomDouble{1.0 to 1.0},weight=1.0
1799[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item DIAMOND_CHESTPLATE CHEST dropVar=CHEST,amount=RandomDouble{1.0 to 1.0},weight=1.0
1800[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item DIAMOND_LEGGINGS LEGS dropVar=LEGS,amount=RandomDouble{1.0 to 1.0},weight=1.0
1801[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item DIAMOND_BOOTS FEET dropVar=FEET,amount=RandomDouble{1.0 to 1.0},weight=1.0
1802[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item DIAMOND_SWORD HAND dropVar=HAND,amount=RandomDouble{1.0 to 1.0},weight=1.0
1803[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item SHIELD OFFHAND dropVar=OFFHAND,amount=RandomDouble{1.0 to 1.0},weight=1.0
1804[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item pixelgun 5 dropVar=null,amount=RandomDouble{5.0 to 5.0},weight=1.0
1805[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item pixelgun 5 dropVar=null,amount=RandomDouble{5.0 to 5.0},weight=1.0
1806[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLDEN_HELMET HEAD dropVar=HEAD,amount=RandomDouble{1.0 to 1.0},weight=1.0
1807[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLDEN_CHESTPLATE CHEST dropVar=CHEST,amount=RandomDouble{1.0 to 1.0},weight=1.0
1808[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLDEN_LEGGINGS LEGS dropVar=LEGS,amount=RandomDouble{1.0 to 1.0},weight=1.0
1809[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLDEN_BOOTS FEET dropVar=FEET,amount=RandomDouble{1.0 to 1.0},weight=1.0
1810[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLDEN_SWORD HAND dropVar=HAND,amount=RandomDouble{1.0 to 1.0},weight=1.0
1811[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item pixelgun 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1812[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item pixelgun 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1813[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item LEATHER_HELMET HEAD dropVar=HEAD,amount=RandomDouble{1.0 to 1.0},weight=1.0
1814[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item LEATHER_CHESTPLATE CHEST dropVar=CHEST,amount=RandomDouble{1.0 to 1.0},weight=1.0
1815[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item LEATHER_LEGGINGS LEGS dropVar=LEGS,amount=RandomDouble{1.0 to 1.0},weight=1.0
1816[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item LEATHER_BOOTS FEET dropVar=FEET,amount=RandomDouble{1.0 to 1.0},weight=1.0
1817[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item STONE_SWORD HAND dropVar=HAND,amount=RandomDouble{1.0 to 1.0},weight=1.0
1818[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item quarzardrops 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1819[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item quarzardrops 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1820[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item quarzar:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1821[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item quarzarsword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1822[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item quarzar1:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1823[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item quarzar2:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1824[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item quarzar4:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1825[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item haveldrops 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1826[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item haveldrops 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1827[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item corrupted:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1828[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item STONE_SWORD HAND dropVar=HAND,amount=RandomDouble{1.0 to 1.0},weight=1.0
1829[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarlett dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1830[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarlett dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1831[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1832[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item chestplatescarlett2:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1833[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leggingsscarlett2:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1834[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bootsscarlett2:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1835[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarlettweapon1:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1836[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item manaheat dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1837[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item manaheat dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1838[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item manaheat1:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1839[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ferrooscuro dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1840[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ferrooscuro dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1841[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item iron_Sword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1842[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item moneta 5 dropVar=null,amount=RandomDouble{5.0 to 5.0},weight=1.0
1843[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item moneta 5 dropVar=null,amount=RandomDouble{5.0 to 5.0},weight=1.0
1844[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item iron_Sword:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1845[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item frammentovuoto dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1846[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item frammentovuoto dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1847[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item dark:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1848[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item darkchest:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1849[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item darkchest1:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1850[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item darkchest2:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1851[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Animainfernale 3 dropVar=null,amount=RandomDouble{3.0 to 3.0},weight=1.0
1852[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Animainfernale 0to10 0.7 dropVar=null,amount=RandomDouble{0.0 to 10.0},weight=0.699999988079071
1853[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Animainfernale 3 dropVar=null,amount=RandomDouble{3.0 to 3.0},weight=1.0
1854[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Animainfernale 0to10 0.7 dropVar=null,amount=RandomDouble{0.0 to 10.0},weight=0.699999988079071
1855[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headflameus HEAD dropVar=HEAD,amount=RandomDouble{1.0 to 1.0},weight=1.0
1856[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item volcanicsetchestplate CHEST dropVar=CHEST,amount=RandomDouble{1.0 to 1.0},weight=1.0
1857[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item DIAMOND_SWORD HAND dropVar=HAND,amount=RandomDouble{1.0 to 1.0},weight=1.0
1858[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item firefrost dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1859[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item firefrost dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1860[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headfirefrost:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1861[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item chestplateflameus:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1862[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leggingsglaceus:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1863[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bootsglaceus:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1864[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item axeflameus:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1865[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item axeglaceus:5 dropVar=5,amount=RandomDouble{1.0 to 1.0},weight=1.0
1866[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item amuleto 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1867[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item amuleto 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1868[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item DIAMOND_SWORD:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1869[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Moneta1 1to10 0.7 dropVar=null,amount=RandomDouble{1.0 to 10.0},weight=0.699999988079071
1870[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item Moneta1 1to10 0.7 dropVar=null,amount=RandomDouble{1.0 to 10.0},weight=0.699999988079071
1871[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item DIAMOND_SWORD:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1872[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item corpettogiallo:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1873[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item headdeserto:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1874[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarlett dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1875[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarlett dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1876[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarletthead:4 dropVar=4,amount=RandomDouble{1.0 to 1.0},weight=1.0
1877[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item chestplatescarlett2:3 dropVar=3,amount=RandomDouble{1.0 to 1.0},weight=1.0
1878[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item leggingsscarlett2:2 dropVar=2,amount=RandomDouble{1.0 to 1.0},weight=1.0
1879[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item bootsscarlett2:1 dropVar=1,amount=RandomDouble{1.0 to 1.0},weight=1.0
1880[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item scarlettweapon1:0 dropVar=0,amount=RandomDouble{1.0 to 1.0},weight=1.0
1881[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item sunken 1 0.3 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=0.30000001192092896
1882[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item perception 1 0.3 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=0.30000001192092896
1883[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item ultraviolet 1 0.3 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=0.30000001192092896
1884[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item darkmatter 16-32 1 dropVar=null,amount=RandomDouble{16.0 to 32.0},weight=1.0
1885[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item silhouette 1 0.1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=0.10000000149011612
1886[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item duskberries 1 0.1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=0.10000000149011612
1887[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item voidsethelmet 1 0.3 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=0.30000001192092896
1888[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item voidsetchestplate 1 0.3 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=0.30000001192092896
1889[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item voidsetleggings 1 0.3 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=0.30000001192092896
1890[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item voidsetboots 1 0.3 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=0.30000001192092896
1891[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item shadehead 1 0.03 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=0.029999999329447746
1892[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item SkeletonKingItemDrops 1 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=1.0
1893[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item experience 100 dropVar=null,amount=RandomDouble{100.0 to 100.0},weight=1.0
1894[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item heroesexp 200 dropVar=null,amount=RandomDouble{200.0 to 200.0},weight=1.0
1895[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item KingsCrown 1 0.01 dropVar=null,amount=RandomDouble{1.0 to 1.0},weight=0.009999999776482582
1896[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item SkeletonKingSword 0.1 dropVar=null,amount=RandomDouble{0.1 to 0.1},weight=1.0
1897[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item GOLD_NUGGET 32-64 1 dropVar=null,amount=RandomDouble{32.0 to 64.0},weight=1.0
1898[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded item DIAMOND 1-12 0.8 dropVar=null,amount=RandomDouble{1.0 to 12.0},weight=0.800000011920929
1899[14:33:46] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner novatici: enable debugging for stacktrace.
1900[14:33:46] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner novatici3: enable debugging for stacktrace.
1901[14:33:46] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner novatici1: enable debugging for stacktrace.
1902[14:33:46] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner novatici2: enable debugging for stacktrace.
1903[14:33:46] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ddd: enable debugging for stacktrace.
1904[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill Dante-FormPortal
1905[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill AIEAIPChain1Execute
1906[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill MaxFireRes
1907[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill SlackjawJumperAngry
1908[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill SlackjawRevenge
1909[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill SlackjawJumperAngry
1910[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill JumperToxicShot
1911[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill JumperRevenge
1912[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill Glide2
1913[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill dreameff
1914[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill Glide2
1915[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill Hover2
1916[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill zeusarr29
1917[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill GoUp2
1918[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill RFM2
1919[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill Equip2
1920[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill borda1
1921[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill borda2
1922[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill borda4
1923[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill borda6
1924[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill amoneff
1925[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill amon1
1926[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill amon4
1927[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill amon2
1928[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill amonprison
1929[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill nightkill
1930[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill osiriseff
1931[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill osirisspawn
1932[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill nightkill
1933[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill osiris1
1934[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill osiris2
1935[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill osiris3
1936[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill osiris4
1937[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill osiris6
1938[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill osiris7
1939[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill osiris8
1940[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill osiris9
1941[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill axe
1942[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill shooot
1943[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill punch
1944[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill bomb
1945[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill summonslave
1946[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill raeffect
1947[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill ra1
1948[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill ra3
1949[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill ra4
1950[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill ra5
1951[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill ra6
1952[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill raspawn
1953[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill crospawn
1954[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill croair
1955[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill cro2
1956[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill cro3
1957[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill cro4
1958[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill cro5
1959[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill ha1
1960[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill ha2
1961[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill ha4
1962[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill ha6
1963[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill ha7
1964[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill poseff
1965[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill pose
1966[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill pose2
1967[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill pose3
1968[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill zeus
1969[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill Glide
1970[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill Glide
1971[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill Hover
1972[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill zeusarr
1973[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill zeusarr2
1974[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill GoUp
1975[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill zeuseff
1976[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill RFM
1977[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill Equip
1978[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill hefff
1979[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill heff
1980[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill he1
1981[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill he2
1982[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill he3
1983[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill he4
1984[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill KarazschBossParticles
1985[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill Summoncreepers
1986[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill firearrow
1987[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill tp
1988[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill Leap
1989[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill tp
1990[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill potion
1991[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill tp
1992[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill laser1
1993[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz1
1994[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz2
1995[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz3
1996[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill saokskill1
1997[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill saokskill2
1998[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill saokskill3
1999[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill saokskill4
2000[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill saokskill5
2001[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill saokskill6
2002[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill saokskill7
2003[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill saokskill8
2004[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill saokmsg
2005[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill saokskill3
2006[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz8
2007[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz1
2008[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz2
2009[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz3
2010[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz4
2011[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz5
2012[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz6
2013[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz7
2014[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz9
2015[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz10
2016[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz11
2017[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz12
2018[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz13
2019[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill wiz14
2020[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill vexwiz
2021[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill boom
2022[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill ornan1
2023[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill tp2
2024[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill ornan3
2025[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill ornan4
2026[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill o7
2027[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill o8
2028[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill ornan2
2029[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill shootphase
2030[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill fishpawn
2031[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill MountCreeper
2032[14:33:46] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill herobrinefinal
2033[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded 106 mobs.
2034[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded 3 vanilla mob overrides.
2035[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
2036[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded 923 skills.
2037[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded 6 random spawns.
2038[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded 360 mythic items.
2039[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded 3 drop tables.
2040[14:33:46] [Server thread/INFO]: [MythicMobs] Loaded 21 mob spawners.
2041[14:33:46] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
2042[14:33:46] [Server thread/INFO]: [MythicMobs] v4.4.0 has been successfully loaded!
2043[14:33:46] [Server thread/INFO]: [VladeScoreboard] Enabling VladeScoreboard v1.0
2044[14:33:46] [Server thread/INFO]: [VladeScoreboard] Vault Plugin found, trying starting Modules.
2045[14:33:46] [Server thread/INFO]: [VladeScoreboard] Economy (Essentials Economy) Plugin found, Economy functions are enabled!
2046[14:33:46] [Server thread/INFO]: [VladeScoreboard] Permissions (PermissionsEx) functions are enabled!
2047[14:33:46] [Server thread/INFO]: [VladeScoreboard] Sideboard loaded and playing.
2048[14:33:46] [Server thread/INFO]: [VladeScoreboard] Version: 1.0
2049[14:33:46] [Server thread/INFO]: [CookieMonster] Enabling CookieMonster v1.8.1
2050[14:33:46] [Server thread/WARN]: [CookieMonster] Unexpected error while loading region manager
2051[14:33:46] [Server thread/INFO]: [CookieMonster] Using Vault v1.5.6-b49 for economy
2052[14:33:46] [Server thread/INFO]: [CookieMonster] v1.8.1 loaded successfully.
2053[14:33:46] [Server thread/INFO]: [CookieMonster] Developed by: [jascotty2, Coelho]
2054[14:33:46] [Server thread/INFO]: [EZRanksPro] Enabling EZRanksPro v1.3.2
2055[14:33:46] [Server thread/WARN]: [EZRanksPro] Could not setup an NMS class for your server version!
2056[14:33:46] [Server thread/WARN]: [EZRanksPro] The actionbar, effect, and JSON rankup actions will not be available
2057[14:33:46] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro messages.yml
2058[14:33:46] [Server thread/INFO]: [EZRanksPro] Loading rankups.yml....
2059[14:33:46] [Server thread/WARN]: [EZRanksPro] Rankup requirement message successfully loaded!
2060[14:33:46] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Z
2061[14:33:46] [Server thread/INFO]: [EZRanksPro] Rankup: A to B successfully loaded
2062[14:33:46] [Server thread/INFO]: [EZRanksPro] Rankup: TEST to c successfully loaded
2063[14:33:46] [Server thread/INFO]: [EZRanksPro] 2 rankup(s) loaded
2064[14:33:46] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Z
2065[14:33:46] [Server thread/INFO]: [EZRanksPro] 1 rankup cost discounts loaded!
2066[14:33:46] [Server thread/INFO]: [EZRanksPro] 1 rankup cost multipliers loaded!
2067[14:33:46] [Server thread/INFO]: [EZRanksPro] Autorankup task started and will check if toggled players can rankup every 60 seconds
2068[14:33:46] [Server thread/INFO]: [EZRanksPro] Failed to check for a update on spigot.
2069[14:33:46] [Server thread/INFO]: [EZRanksPro] You are running the latest version of EZRanksPro!
2070[14:33:46] [Server thread/INFO]: [Essentials] Enabling Essentials v2.16.1.0
2071[14:33:46] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
2072[14:33:46] [Server thread/INFO]: No kits found to migrate.
2073[14:33:46] [Server thread/INFO]: [Essentials] Using legacy item data provider as mob spawner provider.
2074[14:33:46] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
2075[14:33:46] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
2076[14:33:46] [Server thread/INFO]: Loaded 852 items from items.csv.
2077[14:33:46] [Server thread/INFO]: Using locale en_US
2078[14:33:46] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
2079[14:33:46] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
2080[14:33:46] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
2081[14:33:46] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
2082[14:33:46] [Server thread/INFO]: [Banknotes] Enabling Banknotes v1.8.0
2083[14:33:46] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.2
2084[14:33:47] [Server thread/INFO]: [BuycraftX] Validating your server key...
2085[14:33:47] [Server thread/INFO]: [BuycraftX] A new version of BuycraftX (12.0.6) is available. Go to your server panel at https://server.tebex.io/plugins to download the update.
2086[14:33:47] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
2087[14:33:48] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.24-SNAPSHOT (build 1605)
2088[14:33:48] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.81
2089[14:33:48] [Server thread/ERROR]: [Shopkeepers] Potentially incompatible server version: v1_12_R1
2090[14:33:48] [Server thread/ERROR]: [Shopkeepers] Shopkeepers is trying to run in 'compatibility mode'.
2091[14:33:48] [Server thread/INFO]: [Shopkeepers] Check for updates at: http://dev.bukkit.org/server-mods/shopkeepers/
2092[14:33:48] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.16.1.0
2093[14:33:48] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.3
2094[14:33:48] [Server thread/INFO]: [CMI] Enabling CMI v8.0.8.1
2095[14:33:49] [Server thread/INFO]: [CMI] PEX permission plugin will be used
2096[14:33:49] [Server thread/INFO]: [CMI] Loaded (43) regular alias into memory. Took 14ms
2097[14:33:49] [Server thread/INFO]: [CMI] Loaded (1) custom text's into memory. Took 1ms
2098[14:33:49] [Server thread/INFO]: [CMI] Started (SqLite) data base. Took 103ms
2099[14:33:49] [Server thread/INFO]: [CMI] Vault was found - Enabling capabilities. Economy: Essentials Economy
2100[14:33:49] [Server thread/INFO]: [CMI] Loaded (5) warning categories into memory. Took 1ms
2101[14:33:49] [Server thread/INFO]: [CMI] Loaded (3) warning commands into memory. Took 0ms
2102[14:33:49] [Server thread/INFO]: [CMI] Loaded (0) cooldowns into memory. Took 1ms
2103[14:33:49] [Server thread/INFO]: [CMI] Can't find world with (Flo) name
2104[14:33:49] [Server thread/INFO]: [CMI] Can't find world with (Corsa) name
2105[14:33:49] [Server thread/INFO]: [CMI] Can't find world with (Inferno) name
2106[14:33:49] [Server thread/INFO]: [CMI] Can't find world with (Bossrush) name
2107[14:33:49] [Server thread/INFO]: [CMI] Can't find world with (pianura) name
2108[14:33:49] [Server thread/INFO]: [CMI] Can't find world with (FFA) name
2109[14:33:49] [Server thread/INFO]: [CMI] Can't find world with (Natural) name
2110[14:33:49] [Server thread/INFO]: [CMI] Can't find world with (Spawn3) name
2111[14:33:49] [Server thread/INFO]: [CMI] Can't find world with (testthekilldark) name
2112[14:33:49] [Server thread/INFO]: [CMI] Can't find world with (shop) name
2113[14:33:49] [Server thread/INFO]: [CMI] Can't find world with (Mondo) name
2114[14:33:49] [Server thread/INFO]: [CMI] Can't find world with (thekilldark) name
2115[14:33:49] [Server thread/INFO]: [CMI] Loaded (7) ranks into memory. Took 7ms
2116[14:33:49] [Server thread/INFO]: [CMI] Loaded (8) playtime rewards into memory. Took 1ms
2117[14:33:49] [Server thread/INFO]: [CMI]
2118Attention! Found 1 duplicates in database. Same name, different UUID. This can cause some minor issues. Please remove one of them from database with /cmi removeuser [uuid] or /cmi removeuser duplicates
2119guaro05 797dd579-53f5-3c63-bcf1-ec9866e22de1 last seen: 111 days 19 hours 31 min 37 sec
2120Guaro05 68bb4352-f740-3500-8cdd-fa5074a22751 last seen: 114 days 1 hour 32 min 50 sec
2121[14:33:49] [Server thread/INFO]: [CMI] Loaded (130) Player data into memory. Took 34ms
2122[14:33:49] [Server thread/INFO]: [CMI] Loaded (445) playtime records into memory. Took 14ms
2123[14:33:49] [Server thread/INFO]: [CMI] Loaded (0) playtime reward records into memory. Took 0ms
2124[14:33:49] [Server thread/INFO]: [CMI] Registered events. Took 270ms
2125[14:33:49] [Server thread/INFO]: [CMI] Failed to load worth for: wheat
2126[14:33:49] [Server thread/INFO]: [CMI] Loaded (346) worth values into memory. Took 5ms
2127[14:33:49] [Server thread/INFO]: [CMI] Loaded (0) event action commands into memory. Took 3ms
2128[14:33:49] [Server thread/INFO]: [CMI] Updated (EN) language file. Took 72ms
2129[14:33:50] [Server thread/INFO]: [CMI] Vault permissions was found - Enabling capabilities.
2130[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_left}
2131[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_max}
2132[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_time}
2133[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_cooldown}
2134[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_display_name}
2135[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nickname}
2136[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_name}
2137[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_cuffed}
2138[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_god}
2139[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk}
2140[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_symbol}
2141[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_joinedcounter}
2142[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_banned}
2143[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_maxhomes}
2144[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_homeamount}
2145[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_vanished_symbol}
2146[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance_formated}
2147[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance_formatted}
2148[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance}
2149[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_prefix}
2150[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_suffix}
2151[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_group}
2152[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly}
2153[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly_formated}
2154[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly_formatted}
2155[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod}
2156[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod_formated}
2157[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod_formatted}
2158[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_votecount}
2159[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_rank}
2160[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextranks}
2161[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextrankpercent}
2162[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextvalidranks}
2163[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_canrankup}
2164[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_country}
2165[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_country_code}
2166[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_city}
2167[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailname}
2168[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailcell}
2169[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailtime}
2170[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailreason}
2171[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_bungeeserver}
2172[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_days}
2173[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_dayst}
2174[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hours}
2175[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hoursf}
2176[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hourst}
2177[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_minutes}
2178[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_minutest}
2179[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_displayname}
2180[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_realname}
2181[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_type}
2182[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_itemdata}
2183[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_amount}
2184[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_worth}
2185[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_schedule_nextin_*}
2186[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_baltop_name_*}
2187[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_baltop_money_*}
2188[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_worth_buy_*}
2189[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_worth_sell_*}
2190[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_total_*}
2191[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_current_*}
2192[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_motd_*}
2193[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_onlinestatus_*}
2194[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_world}
2195[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_x}
2196[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_y}
2197[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_z}
2198[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_biome}
2199[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {vault_eco_balance_formatted}
2200[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_online}
2201[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_max_players}
2202[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_unique_joins}
2203[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {onlineplayers_names}
2204[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {onlineplayers_displaynames}
2205[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_random_player_name}
2206[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_random_*_*}
2207[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_rank_percent_*}
2208[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_meta_*}
2209[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_kitcd_*}
2210[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_time_*_*}
2211[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_username_*_*}
2212[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_reason_*_*}
2213[14:33:50] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_time_*}
2214[14:33:50] [Server thread/INFO]: [CMI] MVdWPlaceholderAPI support enabled
2215[14:33:50] [Server thread/INFO]: [CMI] MVdWPlaceholderAPI hooked.
2216[14:33:50] [Server thread/INFO]: [CMI] PlaceholderMVdWAPI was found - Enabling capabilities.
2217[14:33:50] [Server thread/INFO]: [CMI] Essentials was found - Enabling capabilities.
2218[14:33:50] [Server thread/INFO]: [CMI] Starting world timer.
2219[14:33:50] [Server thread/INFO]: [CMI] Initializing world manager.
2220[14:33:50] [Server thread/INFO]: [CMI] Loaded (5) schedules into memory. Took 3ms
2221[14:33:50] [Server thread/INFO]: [CMI] Loaded (0) skin cache entries into memory. Took 0ms
2222[14:33:50] [Server thread/INFO]: [CMI] Version 8.0.8.1 has been enabled
2223[14:33:50] [Server thread/INFO]: [MythicArtifacts] Enabling MythicArtifacts v0.1.14-SNAPSHOT
2224[14:33:50] [Server thread/INFO]: [MythicArtifacts] §6------------------------------------------------
2225[14:33:50] [Server thread/INFO]: [MythicArtifacts] §bLoading MythicArtifacts for Bukkit v1_12_R1(MC v12)
2226[14:33:50] [Server thread/INFO]: [MythicArtifacts] §6------------------------------------------------
2227[14:33:51] [Server thread/ERROR]: Error occurred while enabling MythicArtifacts v0.1.14-SNAPSHOT (Is it up to date?)
2228java.lang.OutOfMemoryError: Metaspace
2229 at io.lumine.xikage.mythicartifacts.commands.BaseCommand.<init>(BaseCommand.java:17) ~[?:?]
2230 at io.lumine.xikage.mythicartifacts.MythicArtifacts.onEnable(MythicArtifacts.java:69) ~[?:?]
2231 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2232 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2233 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2234 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2235 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2236 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2237 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2238 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2239 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2240 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2241 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2242[14:33:51] [Server thread/INFO]: [Quests] Enabling Quests v3.7.8-b16
2243[14:33:52] [Server thread/ERROR]: Error occurred while enabling Quests v3.7.8-b16 (Is it up to date?)
2244java.lang.OutOfMemoryError: Metaspace
2245 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_212]
2246 at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_212]
2247 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_212]
2248 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:148) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2249 at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:191) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2250 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2251 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2252 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
2253 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
2254 at me.blackvein.quests.Quests.onEnable(Quests.java:141) ~[?:?]
2255 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2256 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2257 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2258 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2259 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2260 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2261 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2262 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2263 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2264 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2265 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2266[14:33:52] [Server thread/INFO]: [Shop] Enabling Shop v2.1.0
2267[14:33:53] [Server thread/ERROR]: Error occurred while enabling Shop v2.1.0 (Is it up to date?)
2268java.lang.OutOfMemoryError: Metaspace
2269[14:33:53] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.7.2
2270[14:33:54] [Server thread/ERROR]: Error occurred while enabling CommandNPC v1.7.2 (Is it up to date?)
2271java.lang.OutOfMemoryError: Metaspace
2272[14:33:54] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.16.1.0
2273[14:33:55] [Server thread/ERROR]: Error occurred while enabling EssentialsSpawn v2.16.1.0 (Is it up to date?)
2274java.lang.OutOfMemoryError: Metaspace
2275[14:33:55] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-beta1-b2226
2276[14:33:56] [Server thread/ERROR]: Error occurred while enabling AuthMe v5.6.0-beta1-b2226 (Is it up to date?)
2277java.lang.OutOfMemoryError: Metaspace
2278[14:33:56] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.5-U0.1.20
2279[14:33:56] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.20] === ENABLE START ===
2280[14:33:57] [Server thread/ERROR]: Error occurred while enabling Factions v1.6.9.5-U0.1.20 (Is it up to date?)
2281java.lang.OutOfMemoryError: Metaspace
2282[14:33:57] [Server thread/INFO]: [RandomCoords] Enabling RandomCoords v0.6.2-RELEASE
2283[14:33:57] [Server thread/INFO]: [34m[1m[RandomCoords][34m[1mRandomCoords[34m[1m Version: [34m[1m0.6.2-RELEASE[34m[1m enabled.[0m
2284[14:33:58] [Server thread/ERROR]: Error occurred while enabling RandomCoords v0.6.2-RELEASE (Is it up to date?)
2285java.lang.OutOfMemoryError: Metaspace
2286[14:33:59] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11-hack
2287[14:33:59] [Server thread/ERROR]: Error occurred while enabling CombatLog v1.8.11-hack (Is it up to date?)
2288java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration;
2289 at com.jackproehl.plugins.MessagesConfig.reloadMessages(MessagesConfig.java:31) ~[?:?]
2290 at com.jackproehl.plugins.MessagesConfig.getMessages(MessagesConfig.java:44) ~[?:?]
2291 at com.jackproehl.plugins.CombatLog.loadSettings(CombatLog.java:227) ~[?:?]
2292 at com.jackproehl.plugins.CombatLog.onEnable(CombatLog.java:152) ~[?:?]
2293 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2294 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2295 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2296 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2297 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2298 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2299 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2300 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2301 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2302 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-9f4c3d2-bd30843]
2303 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2304[14:33:59] [Server thread/INFO]: [RogueParkour] Enabling RogueParkour v4.3
2305[14:33:59] [Server thread/INFO]: --------------------------------------
2306[14:33:59] [Server thread/INFO]: RogueParkour 4.3 enabling
2307[14:33:59] [Server thread/INFO]: Made by: Kledioz (omegacraft.cl)
2308[14:33:59] [Server thread/INFO]: Any feedbacks on Spigot PM: Kledioz
2309[14:33:59] [Server thread/INFO]: --------------------------------------
2310[14:33:59] [Server thread/INFO]: RP> Using players.yml flatfile..
2311[14:33:59] [Server thread/INFO]: [LeaderHeads] Enabling LeaderHeads v3.1.8.3
2312[14:34:00] [Server thread/ERROR]: Error occurred while enabling LeaderHeads v3.1.8.3 (Is it up to date?)
2313java.lang.OutOfMemoryError: Metaspace
2314[14:34:26] [Server thread/ERROR]: Encountered an unexpected exception
2315java.lang.OutOfMemoryError: Metaspace
2316[14:34:29] [Server thread/INFO]: Stopping server