Onaylı Tanıtım Server hataları nasıl anlaşılır?

adriis

Kömür Madencisi
Mesajlar
131
En iyi cevaplar
1
Beğeniler
11
Puanları
40
Merhabalar, Server hataları nasıl anlaşılır? Hata dediğim çakışan pluginler vs. Ben oyundaki tüm bugları kapattığımı düşünüyorum.
 


Exkaar

YASAKLANDI
Mesajlar
613
En iyi cevaplar
35
Beğeniler
566
Puanları
1,905
/plugins yazdığında zaten çakışan eklentiler genelde kırmızı olacaktır. Ya da aynı alanda bulunan pluginleri test et.
 

adriis

Kömür Madencisi
Mesajlar
131
En iyi cevaplar
1
Beğeniler
11
Puanları
40
Mesela WorldEdit'te //calc gibi buglar mevcut ya ben bunları ve log ile konsol hatalarını öğrenmek istiyorum.
 

Exkaar

YASAKLANDI
Mesajlar
613
En iyi cevaplar
35
Beğeniler
566
Puanları
1,905
Mesela WorldEdit'te //calc gibi buglar mevcut ya ben bunları ve log ile konsol hatalarını öğrenmek istiyorum.

Öyle buglar/açıklar konsola veya loga yansımaz. //calc bugu diye bir şey 1.8 dışında ki sürümlerde yok / kapatıldı diye biliyorum.
 

adriis

Kömür Madencisi
Mesajlar
131
En iyi cevaplar
1
Beğeniler
11
Puanları
40
Öyle buglar/açıklar konsola veya loga yansımaz. //calc bugu diye bir şey 1.8 dışında ki sürümlerde yok / kapatıldı diye biliyorum.
Peki sana loglarımı paylaşsam hatalarımı bana söylebilir misin?
 

adriis

Kömür Madencisi
Mesajlar
131
En iyi cevaplar
1
Beğeniler
11
Puanları
40
[07:13:42] [Server thread/INFO]: Starting minecraft server version 1.8.8
[07:13:42] [Server thread/INFO]: Loading properties
[07:13:42] [Server thread/INFO]: Default game type: SURVIVAL
[07:13:43] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[07:13:44] [Server thread/INFO]: Server Ping Player Sample Count: 12
[07:13:44] [Server thread/INFO]: Using 4 threads for Netty based IO
[07:13:44] [Server thread/INFO]: Debug logging is disabled
[07:13:44] [Server thread/INFO]: Generating keypair
[07:13:44] [Server thread/INFO]: Starting Minecraft server on 185.29.120.67:1103
[07:13:45] [Server thread/INFO]: Using epoll channel type
[07:13:46] [Server thread/ERROR]: Ambiguous plugin name `ChestShop' for files `plugins/ChestShop.jar' and `plugins/ChestShop-3.9.1-1.8.8-hotfix.jar' in `plugins'
[07:13:47] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[07:13:48] [Server thread/ERROR]: Could not load 'plugins/LeaderBoards-1.7.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/iCo6/system/Accounts
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]
Caused by: java.lang.NoClassDefFoundError: com/iCo6/system/Accounts
at me.micrlink.LeaderBoards.LeaderBoards.<init>(LeaderBoards.java:64) -[?:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) -[?:1.8.0_141]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) -[?:1.8.0_141]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) -[?:1.8.0_141]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) -[?:1.8.0_141]
at java.lang.Class.newInstance(Class.java:442) -[?:1.8.0_141]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
... 6 more
Caused by: java.lang.ClassNotFoundException: com.iCo6.system.Accounts
at java.net.URLClassLoader.findClass(URLClassLoader.java:381) -[?:1.8.0_141]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) -[?:1.8.0_141]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) -[?:1.8.0_141]
at me.micrlink.LeaderBoards.LeaderBoards.<init>(LeaderBoards.java:64) -[?:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) -[?:1.8.0_141]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) -[?:1.8.0_141]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) -[?:1.8.0_141]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) -[?:1.8.0_141]
at java.lang.Class.newInstance(Class.java:442) -[?:1.8.0_141]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
... 6 more
[07:13:50] [Server thread/INFO]: [MotdManager] Loading MotdManager v1.41-b20
[07:13:50] [Server thread/INFO]: [Skript] Loading Skript v2.2-dev20
[07:13:50] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[07:13:50] [Server thread/INFO]: [isim-bug-fixed] Loading isim-bug-fixed v1.0.0
[07:13:50] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.1.31 (Phoenix)
[07:13:50] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.0.6
[07:13:50] [Server thread/INFO]: [AlphaChest] Loading AlphaChest v1.16.0
[07:13:50] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
[07:13:50] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.2.0
[07:13:50] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4
[07:13:50] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.8.8) has not yet been tested! Proceed with caution.
[07:13:51] [Server thread/INFO]: [DeathMessagesPrime] Loading DeathMessagesPrime v1.14.5
[07:13:51] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.15
[07:13:51] [Server thread/INFO]: [SimpleVIPPerks] Loading SimpleVIPPerks v3.5
[07:13:51] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.7.1
[07:13:51] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v19.07.12-5cc5ce5-1277-22.3.0
[07:13:51] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
[07:13:51] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[07:13:51] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
[07:13:51] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v1.11.2
[07:13:51] [Server thread/INFO]: [CommandWatcher] Loading CommandWatcher v0.5
[07:13:51] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[07:13:51] [Server thread/INFO]: [PlayerParticles] Loading PlayerParticles v2.6
[07:13:51] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[07:13:51] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro v1.5.0
[07:13:51] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.5.9
[07:13:51] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
[07:13:51] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11-hack
[07:13:51] [Server thread/INFO]: [UltraCosmetics] Loading UltraCosmetics v2.4.11
[07:13:51] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v18.06.09-9897890-2008
[07:13:51] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
[07:13:51] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
[07:13:51] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
[07:13:51] [Server thread/INFO]: [Magic] Loading Magic v5.5.6
[07:13:51] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.61
[07:13:51] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
[07:13:51] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v2.4.5
[07:13:51] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
[07:13:51] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.10
[07:13:51] [Server thread/INFO]: [ArmorStandEditor] Loading ArmorStandEditor v1.8-0.1.5BETA
[07:13:51] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.2
[07:13:51] [Server thread/INFO]: [Yenileyici] Loading Yenileyici v0.3.6
[07:13:51] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4
[07:13:51] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[07:13:51] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.15
[07:13:51] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v19.07.12-5cc5ce5-1277-22.3.0
[07:13:54] [Server thread/INFO]: ====== USE PAPER ======[m
[07:13:54] [Server thread/INFO]: DOWNLOAD: Paper [Jenkins][m
[07:13:54] [Server thread/INFO]: GUIDE: [GUIDE] Optimizing Spigot - Remove lag, Fix tps & Improve performance![m
[07:13:54] [Server thread/INFO]: - This is only a recommendation[m
[07:13:54] [Server thread/INFO]: ==============================[m
[07:13:54] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[07:13:54] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[07:13:54] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
[07:13:54] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
[07:13:54] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
[07:13:54] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
[07:13:54] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[07:13:54] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[07:13:54] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[07:13:54] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[07:13:54] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v18.06.09-9897890-2008
[07:13:54] [Server thread/INFO]: Version is PlotSquared-18.6.9-9897890-2008
[07:13:55] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mMetrics enabled.[m
[07:13:55] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m [0;33;22mPlotSquared is using online UUIDs[m
[07:13:56] [Server thread/INFO]: PlotSquared hooked into WorldEdit.[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mplot-expiry[0;31;1m, Value: [0;33;22mfalse[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mkill-road-mobs[0;31;1m, Value: [0;33;22mfalse[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mkill-road-items[0;31;1m, Value: [0;33;22mfalse[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mworlds[0;31;1m, Value: [0;33;22mfalse[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mworldedit-restrictions[0;31;1m, Value: [0;33;22mtrue[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mdatabase-purger[0;31;1m, Value: [0;33;22mfalse[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22meconomy[0;31;1m, Value: [0;33;22mtrue[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mblock-cache[0;31;1m, Value: [0;33;22mtrue[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mkill-road-vehicles[0;31;1m, Value: [0;33;22mfalse[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mpersistent-meta[0;31;1m, Value: [0;33;22mtrue[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mban-deleter[0;31;1m, Value: [0;33;22mfalse[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mupdater[0;31;1m, Value: [0;33;22mtrue[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mdatabase[0;31;1m, Value: [0;33;22mtrue[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mplotme-converter[0;31;1m, Value: [0;33;22mtrue[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mpermission-cache[0;31;1m, Value: [0;33;22mtrue[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mrating-cache[0;31;1m, Value: [0;33;22mtrue[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mcomment-notifier[0;31;1m, Value: [0;33;22mfalse[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mmetrics[0;31;1m, Value: [0;33;22mtrue[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mchunk-processor[0;31;1m, Value: [0;33;22mfalse[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22muuid-cache[0;31;1m, Value: [0;33;22mtrue[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mevents[0;31;1m, Value: [0;33;22mtrue[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mcommands[0;31;1m, Value: [0;33;22mtrue[m
[07:13:56] [Server thread/INFO]: [0;33;22mPlotSquared is now enabled[m
[07:13:56] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mMetrics enabled.[m
[07:13:56] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[07:13:56] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[07:13:56] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[07:13:56] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[07:13:56] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[07:13:56] [Server thread/INFO]: Preparing level "world"
[07:13:56] [Server thread/INFO]: -------- World Settings For [world] --------
[07:13:56] [Server thread/INFO]: Mob Spawn Range: 4
[07:13:56] [Server thread/INFO]: Anti X-Ray: true
[07:13:56] [Server thread/INFO]: Engine Mode: 1
[07:13:56] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[07:13:56] [Server thread/INFO]: Replace Blocks: [1, 5]
[07:13:56] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:13:56] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:13:56] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:13:56] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[07:13:56] [Server thread/INFO]: Random Lighting Updates: false
[07:13:56] [Server thread/INFO]: Structure Info Saving: true
[07:13:56] [Server thread/INFO]: Sending up to 10 chunks per packet
[07:13:56] [Server thread/INFO]: Max Entity Collisions: 8
[07:13:56] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[07:13:56] [Server thread/INFO]: Max TNT Explosions: 100
[07:13:56] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:13:56] [Server thread/INFO]: Item Despawn Rate: 6000
[07:13:56] [Server thread/INFO]: Item Merge Radius: 2.5
[07:13:56] [Server thread/INFO]: View Distance: 7
[07:13:56] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:13:56] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:13:56] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:13:56] [Server thread/INFO]: Chunks to Grow per Tick: 650
[07:13:56] [Server thread/INFO]: Clear tick list: false
[07:13:56] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:13:56] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
[07:13:56] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[07:13:56] [Server thread/INFO]: Mob Spawn Range: 4
[07:13:56] [Server thread/INFO]: Anti X-Ray: true
[07:13:56] [Server thread/INFO]: Engine Mode: 1
[07:13:56] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[07:13:56] [Server thread/INFO]: Replace Blocks: [1, 5]
[07:13:56] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:13:56] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:13:56] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:13:56] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:13:56] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[07:13:56] [Server thread/INFO]: Random Lighting Updates: false
[07:13:56] [Server thread/INFO]: Structure Info Saving: true
[07:13:56] [Server thread/INFO]: Sending up to 10 chunks per packet
[07:13:56] [Server thread/INFO]: Max Entity Collisions: 8
[07:13:56] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[07:13:56] [Server thread/INFO]: Max TNT Explosions: 100
[07:13:56] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:13:56] [Server thread/INFO]: Item Despawn Rate: 6000
[07:13:56] [Server thread/INFO]: Item Merge Radius: 2.5
[07:13:56] [Server thread/INFO]: View Distance: 7
[07:13:56] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:13:56] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:13:56] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:13:56] [Server thread/INFO]: Chunks to Grow per Tick: 650
[07:13:56] [Server thread/INFO]: Clear tick list: false
[07:13:56] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:13:56] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
[07:13:57] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[07:13:57] [Server thread/INFO]: Mob Spawn Range: 4
[07:13:57] [Server thread/INFO]: Anti X-Ray: true
[07:13:57] [Server thread/INFO]: Engine Mode: 1
[07:13:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[07:13:57] [Server thread/INFO]: Replace Blocks: [1, 5]
[07:13:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:13:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:13:57] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:13:57] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:13:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:13:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:13:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:13:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:13:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:13:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:13:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:13:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[07:13:57] [Server thread/INFO]: Random Lighting Updates: false
[07:13:57] [Server thread/INFO]: Structure Info Saving: true
[07:13:57] [Server thread/INFO]: Sending up to 10 chunks per packet
[07:13:57] [Server thread/INFO]: Max Entity Collisions: 8
[07:13:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[07:13:57] [Server thread/INFO]: Max TNT Explosions: 100
[07:13:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:13:57] [Server thread/INFO]: Item Despawn Rate: 6000
[07:13:57] [Server thread/INFO]: Item Merge Radius: 2.5
[07:13:57] [Server thread/INFO]: View Distance: 7
[07:13:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:13:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:13:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:13:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
[07:13:57] [Server thread/INFO]: Clear tick list: false
[07:13:57] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:13:57] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
[07:13:57] [Server thread/INFO]: Preparing start region for level 0 (Seed: 3940660522424423460)
[07:13:58] [Server thread/INFO]: Preparing spawn area: 7%
[07:13:59] [Server thread/INFO]: Preparing spawn area: 26%
[07:14:00] [Server thread/INFO]: Preparing spawn area: 64%
[07:14:00] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3940660522424423460)
[07:14:01] [Server thread/INFO]: Preparing spawn area: 48%
[07:14:02] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3940660522424423460)
[07:14:03] [Server thread/INFO]: Preparing spawn area: 44%
[07:14:04] [Server thread/INFO]: [MotdManager] Enabling MotdManager v1.41-b20
[07:14:04] [Server thread/INFO]: [MotdManager] version 1.41-b20 is enabled!
[07:14:04] [Server thread/INFO]: [Skript] Enabling Skript v2.2-dev20
[07:14:06] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
[07:14:06] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
[07:14:06] [Server thread/INFO]: [Skript] - created by & © Peter Güttinger aka Njol -
[07:14:06] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[07:14:06] [Server thread/INFO]: Surum uyumsuz.
[07:14:06] [Server thread/INFO]: git-Spigot-db6de12-18fbb24 (MC: 1.8.8)
[07:14:06] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
[07:14:06] [Server thread/INFO]: Using locale tr
[07:14:06] [Server thread/INFO]: Using locale tr
[07:14:06] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[07:14:06] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[07:14:06] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[07:14:06] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy version: 1.5.6-b49)
[07:14:06] [Server thread/INFO]: [isim-bug-fixed] Enabling isim-bug-fixed v1.0.0
[07:14:06] [Server thread/INFO]: [0;36;22misim-bug-fixed Version 1.0.0 has been enabled[m
[07:14:06] [Server thread/INFO]: [0;32;1mConnecting to SQLite[m
[07:14:06] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.1.31 (Phoenix)
[07:14:06] [Server thread/INFO]: GroupManager - INFO - World Found: world
[07:14:06] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[07:14:06] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[07:14:06] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[07:14:06] [Server thread/INFO]: GroupManager version 2.1.31 (Phoenix) is enabled!
[07:14:06] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[07:14:06] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[07:14:06] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
[07:14:06] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.0.6
[07:14:06] [Server thread/INFO]: [ClearLag] Loading modules...
[07:14:06] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[07:14:06] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[07:14:06] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[07:14:06] [Thread-8/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
[07:14:06] [Server thread/INFO]: [AlphaChest] Enabling AlphaChest v1.16.0
[07:14:06] [Server thread/INFO]: [AlphaChest] loaded 7 chests
[07:14:06] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
[07:14:06] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
[07:14:06] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[07:14:06] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
[07:14:06] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
[07:14:07] [Server thread/INFO]: [skQuery] Out of 163 classes, 160 classes were loaded from SkQuery
[07:14:07] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.2.0
[07:14:07] [Server thread/INFO]: [NametagEdit] Found GroupManager! Hooking in.
[07:14:07] [Server thread/INFO]: [DeathMessagesPrime] Enabling DeathMessagesPrime v1.14.5
[07:14:07] [Server thread/INFO]: [DeathMessagesPrime] Minecraft version is 1.8.8
[07:14:07] [Server thread/INFO]: [SimpleVIPPerks] Enabling SimpleVIPPerks v3.5
[07:14:07] [Server thread/INFO]: [SimpleVIPPerks] SimpleVIPPerks 3.50 has been enabled!
[07:14:07] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.7.1
[07:14:07] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1mDetected Minecraft [0;33;1mv1_8_R3[0;32;1m, using [0;33;1mUniversalSkinFactory[0;32;1m.[m
[07:14:08] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
[07:14:08] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[07:14:08] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
[07:14:08] [Server thread/INFO]: [iConomy - April Fools] Enabled (35 ms)
[07:14:08] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[07:14:08] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
[07:14:08] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v1.11.2
[07:14:08] [Thread-10/INFO]: [iConomy - April Fools] Purged accounts with default balance.
[07:14:08] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[07:14:08] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v1.11.2
[07:14:08] [Server thread/INFO]: [FeatherBoard] Framework version: 2015-01
[07:14:08] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw
[07:14:08] [Server thread/INFO]: [FeatherBoard] Site: MVdW-Software - Home
[07:14:08] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[07:14:08] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
[07:14:08] [Server thread/INFO]: [FeatherBoard] Loading placeholders ...
[07:14:08] [Server thread/INFO]: [FeatherBoard] Downloading City database ...
[07:14:08] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz in main server thread
[07:14:08] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection socket://geolite.maxmind.com:80 in main server thread
[07:14:08] [Server thread/INFO]: [FeatherBoard] ./plugins/MVdWPlugin/db/GeoLiteCity.dat updated
[07:14:08] [Server thread/INFO]: [FeatherBoard] Downloading Country database ...
[07:14:08] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz in main server thread
[07:14:08] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection socket://geolite.maxmind.com:80 in main server thread
[07:14:08] [Server thread/INFO]: [FeatherBoard] ./plugins/MVdWPlugin/db/GeoIP.dat updated
[07:14:08] [Server thread/INFO]: [FeatherBoard] Downloading IPV6 database ...
[07:14:08] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz in main server thread
[07:14:08] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection socket://geolite.maxmind.com:80 in main server thread
[07:14:08] [Server thread/INFO]: [FeatherBoard] ./plugins/MVdWPlugin/db/GeoIPv6.dat updated
[07:14:08] [Server thread/INFO]: [FeatherBoard] Updater disabled.
[07:14:08] [Server thread/INFO]: [FeatherBoard] Hooked into Multiverse!
[07:14:09] [Server thread/INFO]: [FeatherBoard] Loaded 697 of the 952 placholders
[07:14:10] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
[07:14:10] [Server thread/INFO]: [FeatherBoard] Loading messages ...
[07:14:10] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
[07:14:10] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection http://api5.mvdw-software.com/versioncheck.php?plugin=FeatherBoard&version=1.11.2 in main server thread
[07:14:10] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection socket://api5.mvdw-software.com:80 in main server thread
[07:14:10] [Server thread/INFO]: [0;35;22m[[0;34;1mFeatherBoard[0;35;22m] [0;31;1mERROR: Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists
[07:14:10] [Server thread/INFO]: after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after u
[07:14:10] [Server thread/INFO]: pdating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating,
[07:14:10] [Server thread/INFO]: contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact
[07:14:10] [Server thread/INFO]: Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvd
[07:14:10] [Server thread/INFO]: w through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw throug
[07:14:10] [Server thread/INFO]: h spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot
[07:14:10] [Server thread/INFO]: PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Crit
[07:14:10] [Server thread/INFO]: ical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical sta
[07:14:10] [Server thread/INFO]: rtup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup err
[07:14:10] [Server thread/INFO]: or. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Plea
[07:14:10] [Server thread/INFO]: se update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please updat
[07:14:10] [Server thread/INFO]: e your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your p
[07:14:10] [Server thread/INFO]: lugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
I
[07:14:10] [Server thread/INFO]: f the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the er
[07:14:10] [Server thread/INFO]: ror persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM[m
[07:14:10] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
[07:14:10] [Server thread/INFO]: [CommandWatcher] Enabling CommandWatcher v0.5
[07:14:10] [Server thread/INFO]: [PlayerParticles] Enabling PlayerParticles v2.6
[07:14:10] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[07:14:10] [Server thread/INFO]: [EZRanksPro] Enabling EZRanksPro v1.5.0
[07:14:10] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro messages.yml
[07:14:10] [Server thread/INFO]: [EZRanksPro] Loading rankups.yml....
[07:14:10] [Server thread/WARN]: [EZRanksPro] Rankup requirement message successfully loaded!
[07:14:10] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Katliamci
[07:14:10] [Server thread/INFO]: [EZRanksPro] Rankup: Caylak to Oyuncu successfully loaded
[07:14:10] [Server thread/INFO]: [EZRanksPro] Rankup: Oyuncu to Tecrubeli successfully loaded
[07:14:10] [Server thread/INFO]: [EZRanksPro] Rankup: Tecrubeli to Uzman successfully loaded
[07:14:10] [Server thread/INFO]: [EZRanksPro] Rankup: Uzman to Usta successfully loaded
[07:14:10] [Server thread/INFO]: [EZRanksPro] Rankup: Usta to Ustad successfully loaded
[07:14:10] [Server thread/INFO]: [EZRanksPro] Rankup: Ustad to Soylu successfully loaded
[07:14:10] [Server thread/INFO]: [EZRanksPro] Rankup: Soylu to Asil successfully loaded
[07:14:10] [Server thread/INFO]: [EZRanksPro] Rankup: Asil to Kahraman successfully loaded
[07:14:10] [Server thread/INFO]: [EZRanksPro] Rankup: Kahraman to Kral successfully loaded
[07:14:10] [Server thread/INFO]: [EZRanksPro] Rankup: Kral to Efsane successfully loaded
[07:14:10] [Server thread/INFO]: [EZRanksPro] Rankup: Efsane to Katliamci successfully loaded
[07:14:10] [Server thread/WARN]: [EZRanksPro] The rankup Katliamci is invalid:
[07:14:10] [Server thread/WARN]: [EZRanksPro] Does not contain a rankup name
[07:14:10] [Server thread/WARN]: [EZRanksPro] Has an invalid cost
[07:14:10] [Server thread/WARN]: [EZRanksPro] Rankup: Katliamci was not loaded
[07:14:10] [Server thread/INFO]: [EZRanksPro] 11 rankup(s) loaded
[07:14:10] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Katliamci
[07:14:10] [Server thread/INFO]: [EZRanksPro] 1 rankup cost discounts loaded!
[07:14:10] [Server thread/INFO]: [EZRanksPro] 1 rankup cost multipliers loaded!
[07:14:10] [Server thread/INFO]: [EZRanksPro] Autorankup task started and will check if toggled players can rankup every 30 seconds
[07:14:10] [Server thread/INFO]: [EZRanksPro] Plugin Cracked by Carlos083 for ***********MC
[07:14:10] [Server thread/INFO]: [EZRanksPro] You are running the latest version of EZRanksPro!
[07:14:10] [Server thread/INFO]: [TitleManager] Enabling TitleManager v1.5.9
[07:14:10] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
[07:14:10] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[07:14:11] [Thread-8/INFO]: [ClearLag] No updates found!
[07:14:11] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[07:14:11] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11-hack
[07:14:11] [Server thread/INFO]: [CombatLog] Loading messages.properties.
[07:14:11] [Server thread/INFO]: [CombatLog] Loading config.yml.
[07:14:11] [Server thread/INFO]: [0;31;1m[CombatLog] DisguiseCraft plugin not found! Disguise removal will not work.[m
[07:14:11] [Server thread/INFO]: [0;31;1m[CombatLog] Factions plugin not found! Safezone untagging will not work.[m
[07:14:11] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11-hack Enabled.
[07:14:11] [Server thread/INFO]: [UltraCosmetics] Enabling UltraCosmetics v2.4.11
[07:14:11] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]: -------------------------------------------------------------------
[07:14:11] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]: UltraCosmetics v2.4.11 is loading... (server: 1.8.8)
[07:14:11] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]: Thanks for downloading it!
[07:14:11] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]: Plugin by iSach.
[07:14:11] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]: Link: http://******/UltraCosmetics
[07:14:13] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]: Initializing module v1_8_R3
[07:14:13] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]: Module initialized
[07:14:15] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]:
[07:14:15] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]: Morphs require Lib's Disguises!
[07:14:15] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]:
[07:14:15] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]: Morphs disabled.
[07:14:15] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]:
[07:14:15] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]:
[07:14:15] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]: Hooked into Vault for economy: iConomy 7
[07:14:15] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]:
[07:14:16] [Server thread/WARN]: [AutoSaveWorld] Plugin UltraCosmetics attempted to establish connection https://api.spiget.org/v2/resources/10905/versions?size=1&sort=-id in main server thread
[07:14:16] [Server thread/WARN]: [AutoSaveWorld] Plugin UltraCosmetics attempted to establish connection socket://api.spiget.org:443 in main server thread
[07:14:16] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]: UltraCosmetics successfully finished loading and is now enabled!
[07:14:16] [Server thread/INFO]: 07/17/2019 - UltraCosmetics [INFO]: -------------------------------------------------------------------
[07:14:16] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
[07:14:16] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[07:14:16] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[07:14:16] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[07:14:16] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[07:14:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[07:14:16] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[07:14:16] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[07:14:16] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[07:14:16] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[07:14:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[07:14:16] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[07:14:16] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[07:14:16] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[07:14:16] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[07:14:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[07:14:16] [Server thread/INFO]: [WorldGuard] Loading region data...
[07:14:17] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
[07:14:17] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
[07:14:17] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
[07:14:17] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 3940660522424423460
[07:14:17] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 3940660522424423460
[07:14:17] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
[07:14:17] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 64 Z: 0 P: 0 Y: 0
[07:14:18] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
[07:14:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 3940660522424423460
[07:14:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'flatroom' - Env: NORMAL - Type: FLAT & seed: -1509457853423778587
[07:14:18] [Server thread/INFO]: -------- World Settings For [flatroom] --------
[07:14:18] [Server thread/INFO]: Mob Spawn Range: 4
[07:14:18] [Server thread/INFO]: Anti X-Ray: true
[07:14:18] [Server thread/INFO]: Engine Mode: 1
[07:14:18] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[07:14:18] [Server thread/INFO]: Replace Blocks: [1, 5]
[07:14:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:14:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:14:18] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:14:18] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:14:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:14:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:14:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:14:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:14:18] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:14:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:14:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:14:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[07:14:18] [Server thread/INFO]: Random Lighting Updates: false
[07:14:18] [Server thread/INFO]: Structure Info Saving: true
[07:14:18] [Server thread/INFO]: Sending up to 10 chunks per packet
[07:14:18] [Server thread/INFO]: Max Entity Collisions: 8
[07:14:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[07:14:18] [Server thread/INFO]: Max TNT Explosions: 100
[07:14:18] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:14:18] [Server thread/INFO]: Item Despawn Rate: 6000
[07:14:18] [Server thread/INFO]: Item Merge Radius: 2.5
[07:14:18] [Server thread/INFO]: View Distance: 7
[07:14:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:14:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:14:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:14:18] [Server thread/INFO]: Chunks to Grow per Tick: 650
[07:14:18] [Server thread/INFO]: Clear tick list: false
[07:14:18] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:14:18] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
[07:14:18] [Server thread/INFO]: Preparing start region for level 3 (Seed: -1509457853423778587)
[07:14:19] [Server thread/INFO]: Preparing spawn area for flatroom, 77%
[07:14:19] [Server thread/INFO]: [WorldGuard] (flatroom) TNT ignition is PERMITTED.
[07:14:19] [Server thread/INFO]: [WorldGuard] (flatroom) Lighters are PERMITTED.
[07:14:19] [Server thread/INFO]: [WorldGuard] (flatroom) Lava fire is blocked.
[07:14:19] [Server thread/INFO]: [WorldGuard] (flatroom) Fire spread is UNRESTRICTED.
[07:14:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroom'
[07:14:19] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'duzdunya' - Env: NORMAL - Type: FLAT & seed: -3932123893399141519
[07:14:19] [Server thread/INFO]: -------- World Settings For [duzdunya] --------
[07:14:19] [Server thread/INFO]: Mob Spawn Range: 4
[07:14:19] [Server thread/INFO]: Anti X-Ray: true
[07:14:19] [Server thread/INFO]: Engine Mode: 1
[07:14:19] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[07:14:19] [Server thread/INFO]: Replace Blocks: [1, 5]
[07:14:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:14:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:14:19] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:14:19] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:14:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:14:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:14:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:14:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:14:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:14:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:14:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:14:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[07:14:19] [Server thread/INFO]: Random Lighting Updates: false
[07:14:19] [Server thread/INFO]: Structure Info Saving: true
[07:14:19] [Server thread/INFO]: Sending up to 10 chunks per packet
[07:14:19] [Server thread/INFO]: Max Entity Collisions: 8
[07:14:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[07:14:19] [Server thread/INFO]: Max TNT Explosions: 100
[07:14:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:14:19] [Server thread/INFO]: Item Despawn Rate: 6000
[07:14:19] [Server thread/INFO]: Item Merge Radius: 2.5
[07:14:19] [Server thread/INFO]: View Distance: 7
[07:14:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:14:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:14:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:14:19] [Server thread/INFO]: Chunks to Grow per Tick: 650
[07:14:19] [Server thread/INFO]: Clear tick list: false
[07:14:19] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:14:19] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
[07:14:19] [Server thread/INFO]: Preparing start region for level 4 (Seed: -3932123893399141519)
[07:14:20] [Server thread/INFO]: Preparing spawn area for duzdunya, 48%
[07:14:21] [Server thread/INFO]: Preparing spawn area for duzdunya, 61%
[07:14:22] [Server thread/INFO]: [WorldGuard] (duzdunya) TNT ignition is PERMITTED.
[07:14:22] [Server thread/INFO]: [WorldGuard] (duzdunya) Lighters are PERMITTED.
[07:14:22] [Server thread/INFO]: [WorldGuard] (duzdunya) Lava fire is blocked.
[07:14:22] [Server thread/INFO]: [WorldGuard] (duzdunya) Fire spread is UNRESTRICTED.
[07:14:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'duzdunya'
[07:14:22] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'buildworld' - Env: NORMAL - Type: FLAT & seed: 856819878395223715
[07:14:22] [Server thread/INFO]: -------- World Settings For [buildworld] --------
[07:14:22] [Server thread/INFO]: Mob Spawn Range: 4
[07:14:22] [Server thread/INFO]: Anti X-Ray: true
[07:14:22] [Server thread/INFO]: Engine Mode: 1
[07:14:22] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[07:14:22] [Server thread/INFO]: Replace Blocks: [1, 5]
[07:14:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:14:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:14:22] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:14:22] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:14:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:14:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:14:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:14:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:14:22] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:14:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:14:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:14:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[07:14:22] [Server thread/INFO]: Random Lighting Updates: false
[07:14:22] [Server thread/INFO]: Structure Info Saving: true
[07:14:22] [Server thread/INFO]: Sending up to 10 chunks per packet
[07:14:22] [Server thread/INFO]: Max Entity Collisions: 8
[07:14:22] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[07:14:22] [Server thread/INFO]: Max TNT Explosions: 100
[07:14:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:14:22] [Server thread/INFO]: Item Despawn Rate: 6000
[07:14:22] [Server thread/INFO]: Item Merge Radius: 2.5
[07:14:22] [Server thread/INFO]: View Distance: 7
[07:14:22] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:14:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:14:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:14:22] [Server thread/INFO]: Chunks to Grow per Tick: 650
[07:14:22] [Server thread/INFO]: Clear tick list: false
[07:14:22] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:14:22] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
[07:14:22] [Server thread/INFO]: Preparing start region for level 5 (Seed: 856819878395223715)
[07:14:23] [Server thread/INFO]: Preparing spawn area for buildworld, 52%
[07:14:24] [Server thread/INFO]: [WorldGuard] (buildworld) TNT ignition is PERMITTED.
[07:14:24] [Server thread/INFO]: [WorldGuard] (buildworld) Lighters are PERMITTED.
[07:14:24] [Server thread/INFO]: [WorldGuard] (buildworld) Lava fire is blocked.
[07:14:24] [Server thread/INFO]: [WorldGuard] (buildworld) Fire spread is UNRESTRICTED.
[07:14:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'buildworld'
[07:14:24] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'buildworld_backup' - Env: NORMAL - Type: NORMAL & seed: 856819878395223715
[07:14:24] [Server thread/INFO]: -------- World Settings For [buildworld_backup] --------
[07:14:24] [Server thread/INFO]: Mob Spawn Range: 4
[07:14:24] [Server thread/INFO]: Anti X-Ray: true
[07:14:24] [Server thread/INFO]: Engine Mode: 1
[07:14:24] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[07:14:24] [Server thread/INFO]: Replace Blocks: [1, 5]
[07:14:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:14:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:14:24] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:14:24] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:14:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:14:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:14:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:14:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:14:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:14:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:14:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:14:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[07:14:24] [Server thread/INFO]: Random Lighting Updates: false
[07:14:24] [Server thread/INFO]: Structure Info Saving: true
[07:14:24] [Server thread/INFO]: Sending up to 10 chunks per packet
[07:14:24] [Server thread/INFO]: Max Entity Collisions: 8
[07:14:24] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[07:14:24] [Server thread/INFO]: Max TNT Explosions: 100
[07:14:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:14:24] [Server thread/INFO]: Item Despawn Rate: 6000
[07:14:24] [Server thread/INFO]: Item Merge Radius: 2.5
[07:14:24] [Server thread/INFO]: View Distance: 7
[07:14:24] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:14:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:14:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:14:24] [Server thread/INFO]: Chunks to Grow per Tick: 650
[07:14:24] [Server thread/INFO]: Clear tick list: false
[07:14:24] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:14:24] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
[07:14:24] [Server thread/INFO]: Preparing start region for level 6 (Seed: 856819878395223715)
[07:14:25] [Server thread/INFO]: Preparing spawn area for buildworld_backup, 52%
[07:14:26] [Server thread/INFO]: Preparing spawn area for buildworld_backup, 81%
[07:14:26] [Server thread/INFO]: [WorldGuard] (buildworld_backup) TNT ignition is PERMITTED.
[07:14:26] [Server thread/INFO]: [WorldGuard] (buildworld_backup) Lighters are PERMITTED.
[07:14:26] [Server thread/INFO]: [WorldGuard] (buildworld_backup) Lava fire is blocked.
[07:14:26] [Server thread/INFO]: [WorldGuard] (buildworld_backup) Fire spread is UNRESTRICTED.
[07:14:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'buildworld_backup'
[07:14:26] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'flatroom_backup' - Env: NORMAL - Type: NORMAL & seed: -1509457853423778587
[07:14:26] [Server thread/INFO]: -------- World Settings For [flatroom_backup] --------
[07:14:26] [Server thread/INFO]: Mob Spawn Range: 4
[07:14:26] [Server thread/INFO]: Anti X-Ray: true
[07:14:26] [Server thread/INFO]: Engine Mode: 1
[07:14:26] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[07:14:26] [Server thread/INFO]: Replace Blocks: [1, 5]
[07:14:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:14:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:14:26] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:14:26] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:14:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:14:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:14:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:14:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:14:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:14:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:14:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:14:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[07:14:26] [Server thread/INFO]: Random Lighting Updates: false
[07:14:26] [Server thread/INFO]: Structure Info Saving: true
[07:14:26] [Server thread/INFO]: Sending up to 10 chunks per packet
[07:14:26] [Server thread/INFO]: Max Entity Collisions: 8
[07:14:26] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[07:14:26] [Server thread/INFO]: Max TNT Explosions: 100
[07:14:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:14:26] [Server thread/INFO]: Item Despawn Rate: 6000
[07:14:26] [Server thread/INFO]: Item Merge Radius: 2.5
[07:14:26] [Server thread/INFO]: View Distance: 7
[07:14:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:14:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:14:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:14:26] [Server thread/INFO]: Chunks to Grow per Tick: 650
[07:14:26] [Server thread/INFO]: Clear tick list: false
[07:14:26] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:14:26] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
[07:14:26] [Server thread/INFO]: Preparing start region for level 7 (Seed: -1509457853423778587)
[07:14:27] [Server thread/INFO]: Preparing spawn area for flatroom_backup, 85%
[07:14:27] [Server thread/INFO]: [WorldGuard] (flatroom_backup) TNT ignition is PERMITTED.
[07:14:27] [Server thread/INFO]: [WorldGuard] (flatroom_backup) Lighters are PERMITTED.
[07:14:27] [Server thread/INFO]: [WorldGuard] (flatroom_backup) Lava fire is blocked.
[07:14:27] [Server thread/INFO]: [WorldGuard] (flatroom_backup) Fire spread is UNRESTRICTED.
[07:14:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroom_backup'
[07:14:27] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'PlotWorld' - Env: NORMAL - Type: NORMAL & seed: 1526332179818914251 & generator: PlotMe-DefaultGenerator
[07:14:28] [Server thread/INFO]: -------- World Settings For [PlotWorld] --------
[07:14:28] [Server thread/INFO]: Mob Spawn Range: 4
[07:14:28] [Server thread/INFO]: Anti X-Ray: true
[07:14:28] [Server thread/INFO]: Engine Mode: 1
[07:14:28] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[07:14:28] [Server thread/INFO]: Replace Blocks: [1, 5]
[07:14:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:14:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:14:28] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:14:28] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:14:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:14:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:14:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:14:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:14:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:14:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:14:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:14:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[07:14:28] [Server thread/INFO]: Random Lighting Updates: false
[07:14:28] [Server thread/INFO]: Structure Info Saving: true
[07:14:28] [Server thread/INFO]: Sending up to 10 chunks per packet
[07:14:28] [Server thread/INFO]: Max Entity Collisions: 8
[07:14:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[07:14:28] [Server thread/INFO]: Max TNT Explosions: 100
[07:14:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:14:28] [Server thread/INFO]: Item Despawn Rate: 6000
[07:14:28] [Server thread/INFO]: Item Merge Radius: 2.5
[07:14:28] [Server thread/INFO]: View Distance: 7
[07:14:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:14:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:14:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:14:28] [Server thread/INFO]: Chunks to Grow per Tick: 650
[07:14:28] [Server thread/INFO]: Clear tick list: false
[07:14:28] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:14:28] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'PlotWorld'[m
[07:14:28] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
[07:14:28] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - plotworld: [0;37;22mcom.intellectualcrafters.plot.generator.HybridPlotWorld[m
[07:14:28] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - manager: [0;37;22mcom.intellectualcrafters.plot.generator.HybridPlotManager[m
[07:14:28] [Server thread/INFO]: World possibly already loaded: PlotWorld[m
[07:14:28] [Server thread/INFO]: Preparing start region for level 8 (Seed: 1526332179818914251)
[07:14:29] [Server thread/INFO]: Preparing spawn area for PlotWorld, 0%
[07:14:30] [Server thread/INFO]: Preparing spawn area for PlotWorld, 40%
[07:14:31] [Server thread/INFO]: Preparing spawn area for PlotWorld, 57%
[07:14:32] [Server thread/INFO]: Preparing spawn area for PlotWorld, 89%
[07:14:32] [Server thread/INFO]: [WorldGuard] (PlotWorld) TNT ignition is PERMITTED.
[07:14:32] [Server thread/INFO]: [WorldGuard] (PlotWorld) Lighters are PERMITTED.
[07:14:32] [Server thread/INFO]: [WorldGuard] (PlotWorld) Lava fire is blocked.
[07:14:32] [Server thread/INFO]: [WorldGuard] (PlotWorld) Fire spread is UNRESTRICTED.
[07:14:32] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PlotWorld'
[07:14:32] [Server thread/INFO]: [Multiverse-Core] 9 - World(s) loaded.
[07:14:32] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
[07:14:33] [Server thread/INFO]: [Magic] Enabling Magic v5.5.6
[07:14:33] [Server thread/INFO]: [Magic] EffectLib initialized
[07:14:33] [Server thread/INFO]: [Magic] Loading config.yml
[07:14:33] [Server thread/INFO]: [Magic] Based on defaults defaults/config.defaults.yml
[07:14:33] [Server thread/INFO]: [Magic] Loading messages.yml
[07:14:33] [Server thread/INFO]: [Magic] Based on defaults defaults/messages.defaults.yml
[07:14:33] [Server thread/INFO]: [Magic] Loading materials.yml
[07:14:33] [Server thread/INFO]: [Magic] Based on defaults defaults/materials.defaults.yml
[07:14:33] [Server thread/INFO]: [Magic] Loading spells.yml
[07:14:33] [Server thread/INFO]: [Magic] Based on defaults defaults/spells.defaults.yml
[07:14:33] [Server thread/INFO]: [Magic] Loading enchanting.yml
[07:14:33] [Server thread/INFO]: [Magic] Based on defaults defaults/enchanting.defaults.yml
[07:14:33] [Server thread/INFO]: [Magic] Loading wands.yml
[07:14:33] [Server thread/INFO]: [Magic] Based on defaults defaults/wands.defaults.yml
[07:14:33] [Server thread/INFO]: [Magic] Loading crafting.yml
[07:14:33] [Server thread/INFO]: [Magic] Based on defaults defaults/crafting.defaults.yml
[07:14:33] [Server thread/INFO]: [Magic] Loading mobs.yml
[07:14:33] [Server thread/INFO]: [Magic] Based on defaults defaults/mobs.defaults.yml
[07:14:33] [Server thread/INFO]: [Magic] Loading items.yml
[07:14:33] [Server thread/INFO]: [Magic] Based on defaults defaults/items.defaults.yml
[07:14:33] [Server thread/INFO]: [Magic] Wand enchanting is enabled
[07:14:33] [Server thread/INFO]: [Magic] Wand crafting is enabled
[07:14:33] [Server thread/INFO]: [Magic] Wand anvil organizing is enabled
[07:14:33] [Server thread/INFO]: [Magic] Skin-based custom icons enabled
[07:14:33] [Server thread/INFO]: [Magic] Loaded 37 items
[07:14:33] [Server thread/INFO]: [Magic] Loaded 11 mob templates
[07:14:34] [Server thread/INFO]: [Magic] Loaded 358 spells
[07:14:34] [Server thread/INFO]: [Magic] Loaded 14 enchanting paths
[07:14:34] [Server thread/INFO]: [Magic] Loaded 104 wands
[07:14:34] [Server thread/INFO]: [Magic] Loaded 16 crafting recipes
[07:14:34] [Server thread/INFO]: [Magic] BlockPhysics not found- install BlockPhysics for physics-based block effects
[07:14:34] [Server thread/INFO]: [Magic] LibsDisguises not found
[07:14:34] [Server thread/INFO]: [Magic] Integrated with Vault, virtual economy and descriptive item names available
[07:14:34] [Server thread/INFO]: [Magic] Integrating with Essentials for Recall warps
[07:14:34] [Server thread/INFO]: [Magic] dtlTraders not found, will not integrate.
[07:14:34] [Server thread/INFO]: [Magic] Factions not found, will not integrate.
[07:14:34] [Server thread/INFO]: [Magic] WorldGuard found, will respect build permissions for construction spells
[07:14:34] [Server thread/INFO]: [Magic] Multiverse-Core found, will respect PVP settings
[07:14:34] [Server thread/INFO]: [Magic] Towny not found, region protection and pvp checks will not be used.
[07:14:34] [Server thread/INFO]: [Magic] Lockette not found, will not integrate.
[07:14:34] [Server thread/INFO]: [Magic] GriefPrevention not found, claim protection will not be used.
[07:14:34] [Server thread/INFO]: [Magic] NoCheatPlus not found, will not integrate.
[07:14:34] [Server thread/INFO]: [Magic] dynmap not found, not integrating.
[07:14:34] [Server thread/INFO]: [Magic] Activated MCStats
[07:14:34] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardleggings
[07:14:34] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticeleggings
[07:14:34] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_SPADE
[07:14:34] [Server thread/INFO]: [Magic] Adding crafting recipe for broomstick
[07:14:34] [Server thread/INFO]: [Magic] Adding crafting recipe for magichat
[07:14:34] [Server thread/INFO]: [Magic] Adding crafting recipe for goggles
[07:14:34] [Server thread/INFO]: [Magic] Disabled default crafting recipe for WOOD_HOE
[07:14:34] [Server thread/INFO]: [Magic] Adding crafting recipe for default
[07:14:34] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_AXE
[07:14:34] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardhelmet
[07:14:34] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticehelmet
[07:14:34] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_HOE
[07:14:34] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardboots
[07:14:34] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticeboots
[07:14:34] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_SWORD
[07:14:34] [Server thread/INFO]: [Magic] Adding crafting recipe for battle
[07:14:34] [Server thread/INFO]: [Magic] Adding crafting recipe for divinghelmet
[07:14:34] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardchestplate
[07:14:34] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticechestplate
[07:14:35] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.61
[07:14:35] [Server thread/INFO]: [Shopkeepers] Citizens found, enabling NPC shopkeepers
[07:14:35] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
[07:14:35] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v2.4.5
[07:14:35] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_8_R3 (Minecraft 1.8)...
[07:14:35] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
[07:14:35] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem5' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem5: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem32' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem32: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem24' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem24: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto35' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto35: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto9' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto9: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'boss3' - MobType 'boss' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner boss3: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem35' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem35: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem13' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem13: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ormanboss1' - MobType 'ormanboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ormanboss1: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak3' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak3: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ormanboss2' - MobType 'ormanboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ormanboss2: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto24' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto24: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem14' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem14: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman8' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman8: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto34' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto34: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak8' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak8: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'boss5' - MobType 'boss' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner boss5: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman30' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman30: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman6' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman6: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem15' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem15: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto3' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto3: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman20' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman20: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman28' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman28: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman4' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman4: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman9' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman9: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'yer1' - MobType 'yerboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner yer1: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto21' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto21: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'arion2' - MobType 'arionboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner arion2: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'kboss1' - MobType 'kzboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner kboss1: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto17' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto17: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'boss6' - MobType 'boss' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner boss6: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman34' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman34: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak13' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak13: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto29' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto29: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman11' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman11: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman16' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman16: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem4' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem4: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem29' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem29: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak19' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak19: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak5' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak5: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak4' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak4: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto10' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto10: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto18' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto18: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman25' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman25: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman15' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman15: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman1' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman1: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem10' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem10: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto5' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto5: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'tvp4' - MobType 'tvpboss2' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner tvp4: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem26' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem26: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman10' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman10: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman29' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman29: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto28' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto28: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem27' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem27: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'col3' - MobType 'colmobs' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner col3: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak12' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak12: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman22' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman22: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto6' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto6: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem3' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem3: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'col4' - MobType 'colmobs' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner col4: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'colboss4' - MobType 'colboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner colboss4: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'kat4' - MobType 'kat4' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner kat4: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak11' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak11: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak17' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak17: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem25' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem25: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'tvp1' - MobType 'tvpboss2' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner tvp1: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem18' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem18: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem6' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem6: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'tvpboss1' - MobType 'tvpboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner tvpboss1: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman2' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman2: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'col7' - MobType 'colmobs' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner col7: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto7' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto7: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto15' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto15: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'tvp2' - MobType 'tvpboss2' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner tvp2: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak20' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak20: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman19' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman19: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'boss7' - MobType 'boss' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner boss7: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman26' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman26: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto13' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto13: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem28' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem28: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem1' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem1: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman14' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman14: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem19' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem19: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman33' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman33: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak18' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak18: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto31' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto31: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman31' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman31: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem23' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem23: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman5' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman5: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem31' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem31: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'buzboss1' - MobType 'buzboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner buzboss1: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto32' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto32: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto33' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto33: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'col6' - MobType 'colmobs' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner col6: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak1' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak1: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'k20' - MobType 'kzmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner k20: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman17' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman17: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'paladin' - MobType 'paladinboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner paladin: enable debugging for stacktrace.
[07:14:35] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'boss9' - MobType 'boss' is invalid! Spawner cannot initialize. Disabling.
[07:14:35] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner boss9: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto2' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto2: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'boss4' - MobType 'boss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner boss4: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman23' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman23: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman36' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman36: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman27' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman27: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corakbos3' - MobType 'corakboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corakbos3: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem2' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem2: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak14' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak14: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman18' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman18: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem20' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem20: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto11' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto11: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman7' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman7: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem21' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem21: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'buzboss3' - MobType 'buzboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner buzboss3: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak6' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak6: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'colboss2' - MobType 'colboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner colboss2: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem34' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem34: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto19' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto19: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'col8' - MobType 'colmobs' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner col8: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman24' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman24: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto14' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto14: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'kat3' - MobType 'kat3' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner kat3: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem17' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem17: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem33' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem33: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corakbos2' - MobType 'corakboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corakbos2: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennemboss' - MobType 'cehennemboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennemboss: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ormanboss3' - MobType 'ormanboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ormanboss3: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'kat1' - MobType 'kat1' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner kat1: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto23' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto23: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'k19' - MobType 'kzmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner k19: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'col2' - MobType 'colmobs' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner col2: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'k18' - MobType 'kzmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner k18: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'col5' - MobType 'colmobs' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner col5: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto16' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto16: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak16' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak16: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem22' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem22: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'colboss3' - MobType 'colboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner colboss3: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'arion1' - MobType 'arionboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner arion1: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'boss10' - MobType 'boss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner boss10: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem30' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem30: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ka60' - MobType 'kar' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ka60: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corakbos1' - MobType 'corakboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corakbos1: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'boss1' - MobType 'boss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner boss1: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'buzboss2' - MobType 'buzboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner buzboss2: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman12' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman12: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'vip1' - MobType 'vipboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner vip1: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'eski' - MobType 'eskiboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner eski: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak7' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak7: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak15' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak15: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto27' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto27: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'kat2' - MobType 'kat2' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner kat2: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman32' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman32: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'col1' - MobType 'colmobs' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner col1: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto22' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto22: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto12' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto12: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto30' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto30: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto4' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto4: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman21' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman21: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak2' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak2: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'tvp3' - MobType 'tvpboss2' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner tvp3: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman13' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman13: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto8' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto8: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto20' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto20: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem12' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem12: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto1' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto1: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem7' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem7: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak10' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak10: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem16' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem16: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'colboss1' - MobType 'colboss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner colboss1: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem8' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem8: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'boss8' - MobType 'boss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner boss8: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem11' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem11: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman3' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman3: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'orman35' - MobType 'ormanmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner orman35: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'kat5' - MobType 'kat5' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner kat5: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'boss2' - MobType 'boss' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner boss2: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'cehennem9' - MobType 'cehennemmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner cehennem9: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'ulto25' - MobType 'ultomob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner ulto25: enable debugging for stacktrace.
[07:14:36] [Server thread/WARN]: [MythicMobs] Error enabling spawner 'corak9' - MobType 'corakmob' is invalid! Spawner cannot initialize. Disabling.
[07:14:36] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner corak9: enable debugging for stacktrace.
[07:14:36] [Server thread/INFO]: [MythicMobs] Loaded 8 mobs.
[07:14:36] [Server thread/INFO]: [MythicMobs] Loaded 3 vanilla mob overrides.
[07:14:36] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
[07:14:36] [Server thread/INFO]: [MythicMobs] Loaded 4 skills.
[07:14:36] [Server thread/INFO]: [MythicMobs] Loaded 0 random spawns.
[07:14:36] [Server thread/INFO]: [MythicMobs] Loaded 11 mythic items.
[07:14:36] [Server thread/INFO]: [MythicMobs] Loaded 0 drop tables.
[07:14:36] [Server thread/INFO]: [MythicMobs] Loaded 3 mob spawners.
[07:14:36] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
[07:14:36] [Server thread/INFO]: [MythicMobs] v2.4.5 has been successfully loaded!
[07:14:36] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
[07:14:36] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mVault compatible economy found! Economy support for CommandNPC has been enabled.[m
[07:14:36] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInitiating Database[m
[07:14:36] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInjecting command info into Citizens.[m
[07:14:36] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mCommandNPC successfully loaded![m
[07:14:36] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.10
[07:14:36] [Thread-14/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mLoading commands complete![m
[07:14:36] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[07:14:37] [Server thread/INFO]: [ArmorStandEditor] Enabling ArmorStandEditor v1.8-0.1.5BETA
[07:14:37] [Server thread/INFO]: ArmorStandEditor: WoldGuard detected
[07:14:37] [Server thread/INFO]: ArmorStandEditor: PlotSquared detected
[07:14:37] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.2
[07:14:37] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using old version.
[07:14:37] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'lapis' was in the world 'Lapis2' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'edit' was in the world 'Lapis2' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'pvpmaden' was in the world 'Lapis2' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'market' was in the world 'Lapis2' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'rutbe1' was in the world 'Lapis2' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'rutbe2' was in the world 'Lapis2' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'rutbe3' was in the world 'Lapis2' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'rutbe4' was in the world 'Lapis2' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'rutbe5' was in the world 'Lapis2' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'rutbe' was in the world 'Lapis2' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'orman' was in the world 'Orman' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'arsa' was in the world 'plotworld2' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'vipham' was in the world 'Lapis2' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'pvpitem' was in the world 'Lapis2' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'event' was in the world 'Lapis2' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'rutbe9' was in the world 'Lapis2' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'arenaaa' was in the world 'Lapis' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'minarena' was in the world 'Lapis' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram '1vs1' was in the world 'Lapis' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'ormankurallari' was in the world 'Orman' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'vipedit' was in the world 'Vipedit' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'yeniorman' was in the world 'YeniOrman' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'ormandis' was in the world 'YeniOrman' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'bilge' was in the world 'YeniOrman' but it wasn't loaded.
[07:14:37] [Server thread/WARN]: [HolographicDisplays] Hologram '1vs1yeni' was in the world 'Arena' but it wasn't loaded.
[07:14:37] [Server thread/INFO]: [Yenileyici] Enabling Yenileyici v0.3.6
[07:14:37] [Server thread/ERROR]: Cannot load plugins/Yenileyici/config.yml
org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
in 'string', line 3, column 7:
locale: en
^

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at com.koletar.jj.mineresetlite.Config.initConfig(Config.java:108) [Yenileyici.jar:?]
at com.koletar.jj.mineresetlite.MineResetLite.setupConfig(MineResetLite.java:295) [Yenileyici.jar:?]
at com.koletar.jj.mineresetlite.MineResetLite.onEnable(MineResetLite.java:87) [Yenileyici.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]
Caused by: org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here
in 'string', line 3, column 7:
locale: en
^

at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:871) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.yaml.snakeyaml.scanner.ScannerImpl.peekToken(ScannerImpl.java:249) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentEnd.produce(ParserImpl.java:253) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.yaml.snakeyaml.parser.ParserImpl.getEvent(ParserImpl.java:168) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:124) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) -[craftbukkit.jar:git-Spigot-db6de12-18fbb24]
... 17 more
[07:14:37] [Server thread/INFO]: [Yenileyici] Loading mine from file 'Ustad.mine.yml'...
[07:14:37] [Server thread/INFO]: [Yenileyici] Loading mine from file 'Kral.mine.yml'...
[07:14:37] [Server thread/INFO]: [Yenileyici] Loading mine from file 'Kahraman.mine.yml'...
[07:14:37] [Server thread/INFO]: [Yenileyici] Loading mine from file 'Edit.mine.yml'...
[07:14:37] [Server thread/INFO]: [Yenileyici] Loading mine from file 'Usta.mine.yml'...
[07:14:37] [Server thread/INFO]: [Yenileyici] Loading mine from file 'Asil.mine.yml'...
[07:14:37] [Server thread/INFO]: [Yenileyici] Loading mine from file 'Soylu.mine.yml'...
[07:14:37] [Server thread/INFO]: [Yenileyici] Loading mine from file 'Katliamci.mine.yml'...
[07:14:37] [Server thread/INFO]: [Yenileyici] Loading mine from file 'Uzman.mine.yml'...
[07:14:37] [Server thread/INFO]: [Yenileyici] Loading mine from file 'Efsane.mine.yml'...
[07:14:37] [Server thread/INFO]: [Yenileyici] Loading mine from file 'Lapis.mine.yml'...
[07:14:37] [Server thread/INFO]: [Yenileyici] Loading mine from file 'Vip.mine.yml'...
[07:14:37] [Server thread/INFO]: [Yenileyici] MineResetLite version 0.3.6 enabled!
[07:14:37] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[07:14:38] [Server thread/INFO]: Done (41.513s)! For help, type "help" or "?"
[07:14:38] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Plugin 'WorldGuard' found. Using it now.[m
[07:14:38] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Optimizing PlotSquared[m
[07:14:38] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - QueueProvider: class com.boydti.fawe.regions.general.plot.FaweLocalBlockQueue[m
[07:14:38] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - HybridPlotManager.REGENERATIVE_CLEAR: false[m
[07:14:38] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - SchematicHandler: com.boydti.fawe.regions.general.plot.FaweSchematicHandler@5eefb851[m
[07:14:38] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - ChunkManager: com.boydti.fawe.regions.general.plot.FaweChunkManager@3f135876[m
[07:14:38] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Plugin 'PlotSquared' found. Using it now.[m
[07:14:38] [Server thread/INFO]: [0;32;22m[[0;32;1mChestCommands[0;32;22m] [0;32;1mFound a new version: v3.2.0[0;37;1m (yours: v3.1.4)[m
[07:14:38] [Server thread/INFO]: [0;32;22m[[0;32;1mChestCommands[0;32;22m] [0;32;1m[0;37;1mDownload it on Bukkit Dev:[m
[07:14:38] [Server thread/INFO]: [0;32;22m[[0;32;1mChestCommands[0;32;22m] [0;32;1m[0;37;1mdev.bukkit.org/bukkit-plugins/chest-commands[m
[07:14:38] [Craft Scheduler Thread - 28/INFO]: [TitleManager] Searching for updates.
[07:14:38] [Craft Scheduler Thread - 32/INFO]: [FeatherBoard] Loaded '0' players from the database!
[07:14:38] [Craft Scheduler Thread - 28/INFO]: [TitleManager] No update was found.
[07:14:38] [Server thread/INFO]: [Skript] Loading variables...
[07:14:38] [Craft Scheduler Thread - 31/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
[07:14:38] [Craft Scheduler Thread - 31/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m +===============+[m
[07:14:38] [Craft Scheduler Thread - 31/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m | SkinsRestorer |[m
[07:14:38] [Craft Scheduler Thread - 31/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m +===============+[m
[07:14:38] [Craft Scheduler Thread - 31/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
[07:14:38] [Craft Scheduler Thread - 31/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;36;1m Current version: [0;32;1m13.7.1[m
[07:14:38] [Craft Scheduler Thread - 31/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m This is the latest version![m
[07:14:38] [Craft Scheduler Thread - 31/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
[07:14:38] [Server thread/INFO]: [Skript] Loaded 7714 variables in 0.4 seconds
[07:14:38] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (ChatKapat.sk, line 10: if arg 1 is "ac":')
[07:14:39] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (ChatKapat.sk, line 10: if arg 1 is "ac":')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '351:8' with e.g. 'gray dye'. (Donustr.sk, line 3: if player has 64 351:8 named "&8> &7Krom &8<" in inventory:')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '351:8' with e.g. 'gray dye'. (Donustr.sk, line 4: remove 64 351:8 named "&8> &7Krom &8<" from player')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '351:8' with e.g. 'gray dye'. (Donustr.sk, line 10: if player has 64 351:8 named "&8> &7Krom &8<" in inventory:')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '351:8' with e.g. 'gray dye'. (Donustr.sk, line 11: remove 64 351:8 named "&8> &7Krom &8<" from player')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '351:8' with e.g. 'gray dye'. (Donustr.sk, line 17: if player has 64 351:8 named "&8> &7Krom &8<" in inventory:')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '351:8' with e.g. 'gray dye'. (Donustr.sk, line 18: remove 64 351:8 named "&8> &7Krom &8<" from player')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '351:8' with e.g. 'gray dye'. (Donustr.sk, line 24: if player has 64 351:8 named "&8> &7Krom &8<" in inventory:')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '351:8' with e.g. 'gray dye'. (Donustr.sk, line 25: remove 64 351:8 named "&8> &7Krom &8<" from player')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '263' (COAL) in aliases-english.sk or the script's aliases section and use that instead. (Donustr.sk, line 59: if player has 128 263 named "&8> &7Kobalt &8<" in inventory:')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '263' (COAL) in aliases-english.sk or the script's aliases section and use that instead. (Donustr.sk, line 60: remove 128 263 named "&8> &7Kobalt &8<" from player')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '263' (COAL) in aliases-english.sk or the script's aliases section and use that instead. (Donustr.sk, line 66: if player has 128 263 named "&8> &7Kobalt &8<" in inventory:')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '263' (COAL) in aliases-english.sk or the script's aliases section and use that instead. (Donustr.sk, line 67: remove 128 263 named "&8> &7Kobalt &8<" from player')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '263' (COAL) in aliases-english.sk or the script's aliases section and use that instead. (Donustr.sk, line 73: if player has 128 263 named "&8> &7Kobalt &8<" in inventory:')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '263' (COAL) in aliases-english.sk or the script's aliases section and use that instead. (Donustr.sk, line 74: remove 128 263 named "&8> &7Kobalt &8<" from player')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '263' (COAL) in aliases-english.sk or the script's aliases section and use that instead. (Donustr.sk, line 80: if player has 128 263 named "&8> &7Kobalt &8<" in inventory:')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '263' (COAL) in aliases-english.sk or the script's aliases section and use that instead. (Donustr.sk, line 81: remove 128 263 named "&8> &7Kobalt &8<" from player')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please crate an alias for '263' (COAL) in aliases-english.sk or the script's aliases section and use that instead. (Donustr.sk, line 88: give a 263 named "&8> &7Kobalt &8<" to player')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '406' with e.g. 'nether quartz item'. (Donustr.sk, line 93: give a 406 named "&8> &7Bor &8<" to player')
[07:14:39] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '351:8' with e.g. 'gray dye'. (Donustr.sk, line 98: give a 351:8 named "&8> &7Krom &8<" to player')
[07:14:41] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[07:14:41] [Server thread/INFO]: [Skript] Loaded 18 scripts with a total of 20 triggers and 20 commands in 2.69 seconds
[07:14:41] [Server thread/INFO]: [Skript] Finished loading.
[07:14:41] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[07:14:42] [Server thread/INFO]: [Citizens] Loaded 5 NPCs.
[07:14:42] [Craft Scheduler Thread - 9/INFO]: [Vault] Checking for Updates ...
[07:14:42] [Server thread/INFO]: [Magic] Essentials found, hooked up custom item handler
[07:14:42] [Server thread/INFO]: [Magic] Loading lost wand data
[07:14:42] [Server thread/INFO]: [Magic] Loaded 0 lost wands
[07:14:42] [Server thread/INFO]: [Magic] Loading automata data
[07:14:42] [Server thread/INFO]: [Magic] Loaded 0 automata
[07:14:42] [Server thread/INFO]: [Magic] Loading image map data from imagemaps.yml
[07:14:42] [Server thread/INFO]: [Magic] Loaded 0 image maps
[07:14:42] [Server thread/INFO]: [Magic] Finished loading data.
[07:14:42] [Server thread/INFO]: Starting UUID caching[m
[07:14:42] [Craft Scheduler Thread - 31/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mStarting player data caching for: world[m
[07:14:42] [Craft Scheduler Thread - 31/INFO]: [0;32;1mFast mode UUID caching enabled![m
[07:14:42] [Craft Scheduler Thread - 31/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mCached a total of: 3 UUIDs[m
[07:14:43] [Craft Scheduler Thread - 9/WARN]: [Vault] Stable Version: 1.7.2 is out! You are still running version: 1.5.6
[07:14:43] [Craft Scheduler Thread - 9/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
[07:16:55] [Thread-18/INFO]: UUID of player feenixpawl is d4cf7985-0cff-3f14-a3d0-8103b4f008a8
[07:16:55] [Server thread/INFO]: feenixpawl[/88.228.135.14:4291] logged in with entity id 154 at ([flatroom]123.06060462531568, 9.0, -162.66642707143586)
[07:17:08] [Server thread/WARN]: [MythicMobs] Error in DropTable 'null': Item KingsCrown is not a valid material type!
[07:17:12] [Server thread/INFO]: feenixpawl issued server command: /gm 1
[07:19:24] [Server thread/INFO]: feenixpawl issued server command: /hologram delete
[07:19:26] [Server thread/INFO]: feenixpawl issued server command: /hologram delete a1
 

Exkaar

YASAKLANDI
Mesajlar
613
En iyi cevaplar
35
Beğeniler
566
Puanları
1,905
ChestShop eklentisinde belirsiz eklenti adı diyor, tekrar yüklemeyi deneyin. Skript eklentisini ve klasörünü tamamen kaldırın skriptlerinizi yedekleyip skripti buraya tıklayıp indirin ve tekrar kurun. FeatherBoard büyük ihtimalle nulled kullanıyorsunuz o yüzden hata veriyor, kaldırın. MythicMobs'ta böyle bir mob türü bulunamadı diyor, çözümü bilmiyorum sanırım moblardan mobtype ayarlamanız gerekiyor.

HolographicDisplays zarar görmüş, tüm hologramları silip tekrar yapabilirsin yada konsolda hatalı bulunanları silip tekrar yap. Skriptin son verdiği hatalar ise chatkapat skriptinde ki bir hata ve Donustr skriptinde ID kullanma onun yerine o itemin ismini yaz diyor. Vaultu yeniden yükle, güncellensin. Ve yenileyici eklentisi hatalı, benim gördüklerim bu kadar, iyi çalışmalar.
 

Daohangg

Kızıltaş Madencisi
Mesajlar
412
En iyi cevaplar
0
Beğeniler
19
Puanları
130
Ruh hali
[07:14:10] [Server thread/INFO]: [0;35;22m[[0;34;1mFeatherBoard[0;35;22m] [0;31;1mERROR: Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
Critical startup error. Please update your plugin!
Feather Board Hatalı..
 

Üst