· 8 years ago · Jun 04, 2018, 04:42 AM
1[03:47:07] [Server thread/INFO]: Starting minecraft server version 1.8.8
2[03:47:07] [Server thread/INFO]: Loading properties
3[03:47:07] [Server thread/INFO]: Default game type: SURVIVAL
4[03:47:07] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-3f3c65f (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
5[03:47:07] [Server thread/INFO]: Server Ping Player Sample Count: 12
6[03:47:07] [Server thread/INFO]: Using 4 threads for Netty based IO
7[03:47:07] [Server thread/INFO]: Debug logging is disabled
8[03:47:07] [Server thread/INFO]: Generating keypair
9[03:47:07] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
10[03:47:07] [Server thread/INFO]: Using epoll channel type
11[03:47:07] [Server thread/ERROR]: Ambiguous plugin name `PacketListenerApi' for files `plugins/PacketListenerAPI_v3.4.4.jar' and `plugins/PacketListenerAPI.jar' in `plugins'
12[03:47:07] [Server thread/ERROR]: Ambiguous plugin name `FeatherBoard' for files `plugins/FeatherBoard.jar' and `plugins/FeatherBoard (5).jar' in `plugins'
13[03:47:07] [Server thread/ERROR]: Ambiguous plugin name `PacketListenerApi' for files `plugins/PacketListenerAPI_v3.6.0-SNAPSHOT.jar' and `plugins/PacketListenerAPI_v3.4.4.jar' in `plugins'
14[03:47:07] [Server thread/ERROR]: Ambiguous plugin name `PlotSquared' for files `plugins/PlotSquared-3.3.3.jar' and `plugins/PlotSquared.jar' in `plugins'
15[03:47:07] [Server thread/ERROR]: Ambiguous plugin name `Shopkeepers' for files `plugins/Shopkeepers.jar' and `plugins/Shopkeepers-0.jar' in `plugins'
16[03:47:07] [Server thread/ERROR]: Ambiguous plugin name `Skript' for files `plugins/Skript.jar' and `plugins/Skript-2.1.2.jar' in `plugins'
17[03:47:07] [Server thread/ERROR]: Ambiguous plugin name `KitCreator' for files `plugins/KitCreator-1.1 (1).jar' and `plugins/KitCreator-1.1.jar' in `plugins'
18[03:47:07] [Server thread/ERROR]: Ambiguous plugin name `Itemizer' for files `plugins/Itemizer (2).jar' and `plugins/Itemizer.jar' in `plugins'
19[03:47:07] [Server thread/ERROR]: Ambiguous plugin name `ItemSlotMachine' for files `plugins/ItemSlotMachine.jar' and `plugins/ItemSlotMachine_1.3.3.jar' in `plugins'
20[03:47:07] [Server thread/ERROR]: Ambiguous plugin name `MVdWPlaceholderAPI' for files `plugins/MVdWPlaceholderAPI.jar' and `plugins/MVdWPlaceholderAPI (1).jar' in `plugins'
21[03:47:07] [Server thread/ERROR]: Ambiguous plugin name `PT-PermRemover' for files `plugins/PluginforTyler (4).jar' and `plugins/PT-PermRemover.jar' in `plugins'
22[03:47:07] [Server thread/ERROR]: Ambiguous plugin name `BlockParticles' for files `plugins/BlockParticles.jar' and `plugins/BlockParticles[v1.9.7.2].jar' in `plugins'
23[03:47:07] [Server thread/ERROR]: Ambiguous plugin name `MobLoot' for files `plugins/Mobloot-2.0.jar' and `plugins/Mobloot.jar' in `plugins'
24[03:47:07] [Server thread/INFO]: Set PluginClassLoader as parallel capable
25[03:47:07] [Server thread/ERROR]: Could not load 'plugins/DelayedCommand.jar' in folder 'plugins'
26org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/Packet
27 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
28 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
29 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
30 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
31 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
32 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
33 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
34Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/Packet
35 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_161]
36 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_161]
37 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
38 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
39 ... 6 more
40Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.Packet
41 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
42 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
43 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_161]
44 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_161]
45 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_161]
46 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_161]
47 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
48 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
49 ... 6 more
50[03:47:08] [Server thread/ERROR]: Could not load 'plugins/SellGUITrait.jar' in folder 'plugins'
51org.bukkit.plugin.UnknownDependencyException: SellGUI
52 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
53 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
54 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
55 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
56 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
57[03:47:08] [Server thread/INFO]: [eZProtector] Your server is running version v1_8_R3
58[03:47:08] [User Authenticator #1/INFO]: UUID of player NullQubed is 16d2735a-b542-46a0-a737-f0054e564df1
59[03:47:08] [Server thread/INFO]: [LampControl] Loading LampControl v3.0
60[03:47:08] [Server thread/INFO]: [BarAPI] Loading BarAPI v3.1
61[03:47:08] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.0.8
62[03:47:08] [Server thread/INFO]: [Questions] Loading Questions v1.1
63[03:47:08] [Server thread/INFO]: [NoHitDelay] Loading NoHitDelay v2.1
64[03:47:08] [Server thread/INFO]: [JailDuty] Loading JailDuty v2.7
65[03:47:08] [Server thread/INFO]: [Arconix] Loading Arconix v1.1.1
66[03:47:08] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.7.1
67[03:47:08] [Server thread/INFO]: [TpGui] Loading TpGui v1.6
68[03:47:08] [Server thread/INFO]: [Enchants] Loading Enchants v3.1.9
69[03:47:08] [Server thread/INFO]: [SimpleAPI] Loading SimpleAPI v3.7
70[03:47:08] [Server thread/INFO]: [BetterAlias] Loading BetterAlias v1.5.2
71[03:47:08] [Server thread/INFO]: [ItemRestrict] Loading ItemRestrict v2.1.3
72[03:47:08] [Server thread/INFO]: [CustomHelpMessage] Loading CustomHelpMessage v1.4
73[03:47:08] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.2.17
74[03:47:08] [Server thread/INFO]: [Itemizer] Loading Itemizer v3.4
75[03:47:08] [Server thread/INFO]: [SpawnTP] Loading SpawnTP v1.5.7
76[03:47:08] [Server thread/INFO]: [FastCraft] Loading FastCraft v2.0.3
77[03:47:08] [Server thread/INFO]: [Skript] Loading Skript v2.2-dev35
78[03:47:08] [Server thread/INFO]: [SketchMap] Loading SketchMap v1.0.0
79[03:47:08] [Server thread/INFO]: [AgarthaLib] Loading AgarthaLib vMysthoria
80[03:47:08] [Server thread/INFO]: [AutoBroadcast] Loading AutoBroadcast v2.1-SNAPSHOT
81[03:47:08] [Server thread/INFO]: [ChatControl] Loading ChatControl v5.5.6
82[03:47:08] [Server thread/INFO]: [NoBreeding] Loading NoBreeding v1.0
83[03:47:08] [Server thread/INFO]: [NoSnow] Loading NoSnow v1.0
84[03:47:08] [Server thread/INFO]: [JoinDate] Loading JoinDate v1.7
85[03:47:08] [Server thread/INFO]: [Giveall] Loading Giveall v1.1.0
86[03:47:08] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.6.1
87[03:47:08] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.5.1
88[03:47:08] [Server thread/INFO]: [VoidGenerator] Loading VoidGenerator v1.0
89[03:47:08] [Server thread/INFO]: [PT-PermRemover] Loading PT-PermRemover v1.0
90[03:47:08] [Server thread/INFO]: [LimitCrafting] Loading LimitCrafting v4.0
91[03:47:08] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.7.0
92[03:47:08] [Server thread/INFO]: [Lottery] Loading Lottery v0.9.4
93[03:47:08] [Server thread/INFO]: [BloodMoon] Loading BloodMoon v0.55-Samistine
94[03:47:08] [Server thread/INFO]: [PlayerParticles] Loading PlayerParticles v4.5
95[03:47:08] [Server thread/INFO]: [SimpleSit] Loading SimpleSit v1.6.3
96[03:47:08] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
97[03:47:08] [Server thread/INFO]: [DiscoArmour] Loading DiscoArmour v1.4
98[03:47:08] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.35
99[03:47:08] [Server thread/INFO]: [ReservedSlots] Loading ReservedSlots v1.0.0-RELEASE
100[03:47:08] [Server thread/INFO]: [Minetrends] Loading Minetrends v2.0.2
101[03:47:08] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.6
102[03:47:08] [Server thread/INFO]: [OneWayBlocks] Loading OneWayBlocks v1.4.0-SNAPSHOT
103[03:47:08] [Server thread/INFO]: [ConsoleScheduler] Loading ConsoleScheduler v1.4.6.0
104[03:47:08] [Server thread/INFO]: [BetterChairs] Loading BetterChairs v0.9.5
105[03:47:08] [Server thread/INFO]: [AntiWorldFly] Loading AntiWorldFly v2.3.4
106[03:47:08] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.1.2
107[03:47:08] [Server thread/INFO]: [MusicBox] Loading MusicBox v1.1
108[03:47:08] [Server thread/INFO]: [MyItems] Loading MyItems vMysthoria
109[03:47:08] [Server thread/INFO]: [MyEmojis] Loading MyEmojis v1.2
110[03:47:08] [Server thread/INFO]: [Prestige] Loading Prestige v1.0
111[03:47:08] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
112[03:47:08] [Server thread/INFO]: [HeadsLite] Loading HeadsLite v1.2
113[03:47:08] [Server thread/INFO]: [NoteBlockAPI] Loading NoteBlockAPI v1.2.0
114[03:47:08] [Server thread/INFO]: [IPLogger] Loading IPLogger v1.0
115[03:47:08] [Server thread/INFO]: [ParticleLIB] Loading ParticleLIB v2.1.1
116[03:47:08] [Server thread/INFO]: [ServerMusic] Loading ServerMusic v1.1.3
117[03:47:08] [Server thread/INFO]: [AntiBotDeluxe] Loading AntiBotDeluxe v9.2 - GALAXY
118[03:47:08] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
119[03:47:08] [Server thread/INFO]: [VoteRoulette] Loading VoteRoulette v3.2.1
120[03:47:08] [Server thread/INFO]: [CustomEnderChest] Loading CustomEnderChest v1.4.2
121[03:47:08] [Server thread/INFO]: [SimpleUc] Loading SimpleUc v1.4.5
122[03:47:08] [Server thread/INFO]: [PacketListenerApi] Loading PacketListenerApi v3.6.0-SNAPSHOT
123[03:47:08] [Server thread/INFO]: [ReflectionHelper] Version is v1_8_R3 (10803)
124[03:47:08] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
125[03:47:08] [Server thread/INFO]: Injected custom channel handlers.
126[03:47:08] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
127[03:47:08] [Server thread/INFO]: [ColourNames] Loading ColourNames v0.0.1
128[03:47:08] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
129[03:47:08] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.6
130[03:47:08] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.6.0
131[03:47:08] [Server thread/INFO]: [Votifier] Loading Votifier v2.3.7
132[03:47:08] [Server thread/INFO]: [EditDrops] Loading EditDrops v1.0.6
133[03:47:08] [Server thread/INFO]: [VPNGuard] Loading VPNGuard v3.1
134[03:47:08] [Server thread/INFO]: [EnhancedBalTop] Loading EnhancedBalTop v1.5.9
135[03:47:08] [Server thread/INFO]: [SignEdit] Loading SignEdit v1.1-Beta
136[03:47:08] [Server thread/INFO]: [0;33;22mSignEdit [0;37;22mâ–º [0;33;1mloading....[m
137[03:47:08] [Server thread/INFO]: [0;33;22mSignEdit [0;37;22mâ–º [0;31;1mBuildNummber[0;37;22m:[0;36;22m Tue Apr 10 00:36:54 GMT 2018[m
138[03:47:08] [Server thread/INFO]: [KeepXP] Loading KeepXP v1.0
139[03:47:08] [Server thread/INFO]: [WorldEditCrashFix] Loading WorldEditCrashFix v2.0
140[03:47:08] [Server thread/INFO]: [Effect Library] Loading EffectLib v5.5
141[03:47:08] [Server thread/INFO]: [hub] Loading hub v1.0
142[03:47:08] [Server thread/INFO]: [AutoReplant] Loading AutoReplant v0.5
143[03:47:08] [Server thread/INFO]: [PrisonTechPermissionFix] Loading PrisonTechPermissionFix v1.0
144[03:47:08] [Server thread/INFO]: [ActionAnnouncer] Loading ActionAnnouncer v1.11.0
145[03:47:08] [Server thread/INFO]: [Vault] Loading Vault v1.6.6-b${env.TRAVIS_BUILD_NUMBER}
146[03:47:08] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
147[03:47:08] [Server thread/INFO]: [Shop] Loading Shop v1.5.3.11
148[03:47:08] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v4.0.5
149[03:47:08] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.3.0
150[03:47:08] [Server thread/INFO]: [ViaVersion] ViaVersion 1.3.0 is now loaded, injecting!
151[03:47:09] [Server thread/INFO]: [CustomArrow] Loading CustomArrow vMysthoria
152[03:47:09] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
153[03:47:09] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro v1.2.4
154[03:47:09] [Server thread/INFO]: [MineMaze] Loading MineMaze v2.1
155[03:47:09] [Server thread/INFO]: [HologramAPI] Loading HologramAPI v1.6.2
156[03:47:09] [Server thread/INFO]: [NamelessMC] Loading NamelessMC vPre-1.1.0
157[03:47:09] [Server thread/INFO]: [BountyHunters] Loading BountyHunters v1.4.5.1
158[03:47:09] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.2.1
159[03:47:09] [Server thread/WARN]: [ProtocolLib] Updater section is missing, regenerate your config!
160[03:47:09] [Server thread/INFO]: [BankNote] Loading BankNote v2.1-SNAPSHOT
161[03:47:09] [Server thread/INFO]: [OnTime] Loading OnTime v4.1.4
162[03:47:09] [Server thread/INFO]: [CustomGUI] Loading CustomGUI v2.2.3.6
163[03:47:09] [Server thread/INFO]: [AntiSwear] Loading AntiSwear v5.2
164[03:47:09] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.7
165[03:47:09] [Server thread/INFO]: [VT] Loading VariableTriggers v1.3.3
166[03:47:09] [Server thread/INFO]: [MobLoot] Loading MobLoot v2.1.6
167[03:47:09] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
168[03:47:09] [Server thread/INFO]: [BossShop] Loading BossShop v2.7.3
169[03:47:09] [Server thread/INFO]: [ScratchCards] Loading ScratchCards v1.10.7
170[03:47:09] [Server thread/INFO]: [EZPrestige] Loading EZPrestige v1.2.2
171[03:47:09] [Server thread/INFO]: [boosCooldowns] Loading boosCooldowns v3.8.6
172[03:47:09] [Server thread/INFO]: [CustomPayloadFixer] Loading CustomPayloadFixer v1.5
173[03:47:09] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.1
174[03:47:09] [Server thread/INFO]: [WorldGuardFlyStop] Loading WorldGuardFlyStop v1.4
175[03:47:09] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.2.15
176[03:47:09] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.1.2
177[03:47:09] [Server thread/INFO]: [eZProtector] Loading eZProtector v4.1.3
178[03:47:09] [Server thread/INFO]: [VanishNoPacket] Loading VanishNoPacket v3.20
179[03:47:09] [Server thread/INFO]: [KitPreview] Loading KitPreview v5.4.1
180[03:47:09] [Server thread/INFO]: [CraftBook] Loading CraftBook v3.9-SNAPSHOT
181[03:47:09] [Server thread/INFO]: [iControlU] Loading iControlU vv1.9.8
182[03:47:09] [Server thread/INFO]: [CombatTagPlus] Loading CombatTagPlus v1.3.1
183[03:47:09] [Server thread/INFO]: [NoFlyZone] Loading NoFlyZone v1.0
184[03:47:09] [Server thread/INFO]: [AAC] Loading AAC v3.3.14
185[03:47:09] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.15.0.1
186[03:47:09] [Server thread/INFO]: [StaffList] Loading StaffList v3.84
187[03:47:09] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.5.12
188[03:47:09] [Server thread/INFO]: [Orebfuscator4] Loading Orebfuscator4 v4.3.3
189[03:47:09] [Server thread/INFO]: [SimplePets] Loading SimplePets v3.9
190[03:47:09] [Server thread/INFO]: [Statscraft] Loading Statscraft v1.2.0
191[03:47:09] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat v1.12.7
192[03:47:09] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
193[03:47:09] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.15.0.1
194[03:47:09] [Server thread/INFO]: [WGRegionEvents] Loading WGRegionEvents vS_Ryan
195[03:47:09] [Server thread/INFO]: [WGCustomFlags] Loading WGCustomFlags v1.8.1-beta
196[03:47:09] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
197[03:47:09] [Server thread/INFO]: [DirtyDealer] Loading DirtyDealer v1.1.6
198[03:47:09] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v3.4.5
199[03:47:09] [Server thread/INFO]: [EssentialsXMPP] Loading EssentialsXMPP v2.15.0.1
200[03:47:09] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.15.0.1
201[03:47:09] [Server thread/INFO]: [KitCreator] Loading KitCreator v1.1
202[03:47:09] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.15.0.1
203[03:47:09] [Server thread/INFO]: [WGRegionCommands] Loading WGRegionCommands v0.1
204[03:47:09] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
205[03:47:09] [Server thread/INFO]: [WGTreeFarmFlag] Loading WGTreeFarmFlag vS_Ryan
206[03:47:09] [Server thread/INFO]: [BeastTokens] Loading BeastTokens v2.7
207[03:47:09] [Server thread/INFO]: [EssentialsMysqlStorage] Loading EssentialsMysqlStorage v1.16.4
208[03:47:09] [Server thread/INFO]: [BarGamble] Loading BarGamble v1.3.1
209[03:47:09] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
210[03:47:09] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.81
211[03:47:09] [Server thread/INFO]: [ItemSlotMachine] Loading ItemSlotMachine v1.3.3
212[03:47:09] [Server thread/INFO]: [PrisonCells] Loading PrisonCells v2.2.3
213[03:47:09] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.2.1
214[03:47:09] [Server thread/INFO]: [KoTH] Loading KoTH v1.3.3
215[03:47:09] [Server thread/INFO]: [HeavySpleef] Loading HeavySpleef v2.4.1
216[03:47:09] [Server thread/INFO]: [AncientGates] Loading AncientGates v2.0.6
217[03:47:09] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.9.5.1
218[03:47:09] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
219[03:47:09] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.0.1
220[03:47:09] [Server thread/INFO]: [GangsPlus] Loading GangsPlus v2.0.22
221[03:47:09] [Server thread/INFO]: [SupplyCrates] Loading SupplyCrates v2.3-STABLE
222[03:47:09] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v1.3.98.3
223[03:47:09] [Server thread/INFO]: [AutoPickup] Loading AutoPickup v3.9
224[03:47:09] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.4
225[03:47:09] [Server thread/INFO]: [LeaderHeads] Loading LeaderHeads v3.1.8
226[03:47:09] [Server thread/INFO]: [PrisonMines] Loading PrisonMines v3.0.5
227[03:47:09] [Server thread/INFO]: [MineCrates] Loading MineCrates v2.6.1
228[03:47:09] [Server thread/INFO]: [ProQuests] Loading ProQuests v2.0.4.4
229[03:47:09] [Server thread/INFO]: [SimpleAPI] Enabling SimpleAPI v3.7
230[03:47:09] [Server thread/INFO]: [SimpleAPI] Checking for updates...
231[03:47:09] [Server thread/INFO]: [SimpleAPI] loading BStats...
232[03:47:09] [Server thread/INFO]: [SimpleAPI] BStats Location: https://bstats.org/plugin/bukkit/SimpleAPI
233[03:47:09] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.2.17
234[03:47:09] [Server thread/INFO]: [0;36;1m __ [0;36;22m __ ___ __ __ [m
235[03:47:09] [Server thread/INFO]: [0;36;1m | | | / ` |__/ [0;36;22m|__) |__ |__) |\/| /__` [m
236[03:47:09] [Server thread/INFO]: [0;36;1m |___ \__/ \__, | \ [0;36;22m| |___ | \ | | .__/ [m
237[03:47:09] [Server thread/INFO]: [m
238[03:47:09] [Server thread/INFO]: [0;32;22m Loading version [0;36;1mv4.2.17[0;32;22m on Bukkit - CraftBukkit[m
239[03:47:09] [Server thread/INFO]: [0;30;1m Running on server version git-Spigot-db6de12-3f3c65f (MC: 1.8.8) - 1.8.8-R0.1-SNAPSHOT[m
240[03:47:09] [Server thread/INFO]: [m
241[03:47:09] [Server thread/INFO]: [0;37;22m[21m[[0;36;1mL[0;36;22mP[0;37;22m[21m] [0;36;22mLoading configuration...[m
242[03:47:09] [Server thread/INFO]: [0;37;22m[21m[[0;36;1mL[0;36;22mP[0;37;22m[21m] [0;36;22mLoading storage provider... [H2][m
243[03:47:09] [Server thread/INFO]: [0;37;22m[21m[[0;36;1mL[0;36;22mP[0;37;22m[21m] [0;36;22mLoading internal permission managers...[m
244[03:47:09] [Server thread/INFO]: [0;37;22m[21m[[0;36;1mL[0;36;22mP[0;37;22m[21m] [0;36;22mPerforming initial data load...[m
245[03:47:10] [Server thread/INFO]: [0;37;22m[21m[[0;36;1mL[0;36;22mP[0;37;22m[21m] [0;36;22mSuccessfully enabled. (took 525ms)[m
246[03:47:10] [Server thread/INFO]: [VoidGenerator] Enabling VoidGenerator v1.0
247[03:47:10] [Server thread/INFO]: VoidGenerator has been enabled!
248[03:47:10] [Server thread/INFO]: [BloodMoon] Enabling BloodMoon v0.55-Samistine
249[03:47:10] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
250[03:47:10] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
251[03:47:10] [Server thread/INFO]: [CustomEnderChest] Enabling CustomEnderChest v1.4.2
252[03:47:10] [Server thread/INFO]: [CustomEnderChest] Loading the config file...
253[03:47:10] [Server thread/INFO]: [CustomEnderChest] Config loaded successfully!
254[03:47:10] [Server thread/INFO]: [CustomEnderChest] Using FlatFile system for data.
255[03:47:10] [Server thread/INFO]: [CustomEnderChest] CustomEnderChest loaded successfully!
256[03:47:10] [Server thread/INFO]: [Vault] Enabling Vault v1.6.6-b${env.TRAVIS_BUILD_NUMBER}
257[03:47:10] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
258[03:47:10] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
259[03:47:10] [Server thread/INFO]: [Vault] Enabled Version 1.6.6-b${env.TRAVIS_BUILD_NUMBER}
260[03:47:10] [Server thread/INFO]: [0;37;22m[21m[[0;36;1mL[0;36;22mP[0;37;22m[21m] [0;36;22mRegistered Vault permission & chat hook.[m
261[03:47:10] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.2.1
262[03:47:10] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
263[03:47:10] [Server thread/INFO]: [Orebfuscator4] Enabling Orebfuscator4 v4.3.3
264[03:47:10] [Server thread/WARN]: [OFC] World type 'Default' has been created.
265[03:47:10] [Server thread/WARN]: [OFC] World type 'Normal' has been created.
266[03:47:10] [Server thread/ERROR]: Error occurred while enabling Orebfuscator4 v4.3.3 (Is it up to date?)
267java.lang.NullPointerException
268 at com.lishid.orebfuscator.config.MaterialReader.getMaterialIdsByPath(MaterialReader.java:74) ~[?:?]
269 at com.lishid.orebfuscator.config.WorldReader.createEndWorld(WorldReader.java:335) ~[?:?]
270 at com.lishid.orebfuscator.config.WorldReader.readWorldByType(WorldReader.java:117) ~[?:?]
271 at com.lishid.orebfuscator.config.WorldReader.load(WorldReader.java:57) ~[?:?]
272 at com.lishid.orebfuscator.config.ConfigManager.load(ConfigManager.java:129) ~[?:?]
273 at com.lishid.orebfuscator.Orebfuscator.loadOrebfuscatorConfig(Orebfuscator.java:100) ~[?:?]
274 at com.lishid.orebfuscator.Orebfuscator.onEnable(Orebfuscator.java:71) ~[?:?]
275 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
276 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
277 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
278 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
279 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
280 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
281 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
282 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
283[03:47:10] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v3.4.5
284[03:47:10] [User Authenticator #2/INFO]: UUID of player MFoskar is 08b558a0-8310-48da-a04f-2cbab79dc7ea
285[03:47:10] [Server thread/INFO]: [0;31;1mPLOT 211 in `plot` is a duplicate. Delete this plot or set `auto-purge: true` in the settings.yml.[m
286[03:47:10] [Server thread/INFO]: [0;31;1mENTRY 170 in `plot_helpers` does not exist. Create this plot or set `auto-purge: true` in the settings.yml.[m
287[03:47:10] [Server thread/INFO]: [0;31;1mENTRY 211 in `plot_helpers` does not exist. Create this plot or set `auto-purge: true` in the settings.yml.[m
288[03:47:10] [Server thread/INFO]: [0;31;1mENTRY 211 in `plot_helpers` does not exist. Create this plot or set `auto-purge: true` in the settings.yml.[m
289[03:47:10] [Server thread/INFO]: [0;31;1mENTRY 211 in `plot_helpers` does not exist. Create this plot or set `auto-purge: true` in the settings.yml.[m
290[03:47:10] [Server thread/INFO]: [0;31;1mENTRY 211 in `plot_settings` does not exist. Create this plot or set `auto-purge: true` in the settings.yml.[m
291[03:47:10] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mMetrics enabled.[m
292[03:47:10] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m [0;33;22mPlotSquared is using online UUIDs[m
293[03:47:11] [Server thread/INFO]: PlotSquared hooked into WorldEdit.[m
294[03:47:11] [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;22mtrue[m
295[03:47:11] [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
296[03:47:11] [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
297[03:47:11] [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
298[03:47:11] [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
299[03:47:11] [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
300[03:47:11] [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
301[03:47:11] [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
302[03:47:11] [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
303[03:47:11] [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;22mfalse[m
304[03:47:11] [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
305[03:47:11] [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
306[03:47:11] [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
307[03:47:11] [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
308[03:47:11] [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
309[03:47:11] [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
310[03:47:11] [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
311[03:47:11] [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
312[03:47:11] [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
313[03:47:11] [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
314[03:47:11] [Server thread/INFO]: [0;33;22mPlotSquared is now enabled[m
315[03:47:11] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mMetrics enabled.[m
316[03:47:11] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
317[03:47:11] [Server thread/INFO]: Preparing level "NewPrison"
318[03:47:11] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
319[03:47:11] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
320[03:47:11] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
321[03:47:11] [Server thread/INFO]: Preparing start region for level 0 (Seed: 105954452179569999)
322[03:47:12] [Server thread/INFO]: Preparing start region for level 1 (Seed: -5823894461090306076)
323[03:47:12] [Server thread/INFO]: Preparing start region for level 2 (Seed: -5823894461090306076)
324[03:47:12] [Server thread/INFO]: [LampControl] Enabling LampControl v3.0
325[03:47:12] [Server thread/INFO]: [LampControl] LampControl v3.0 was enabled!
326[03:47:12] [Server thread/INFO]: [BarAPI] Enabling BarAPI v3.1
327[03:47:12] [Server thread/INFO]: [BarAPI] Loaded
328[03:47:12] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.0.8
329[03:47:12] [Server thread/INFO]: [Questions] Enabling Questions v1.1
330[03:47:12] [Server thread/INFO]: §aQuestions enabled!
331[03:47:12] [Server thread/INFO]: [NoHitDelay] Enabling NoHitDelay v2.1
332[03:47:12] [Server thread/INFO]: [0;36;1m[[0;35;1mNoHitDelay[0;36;1m] NoHitDelay v1.1 by Hendrik_the_best enable[m
333[03:47:12] [Server thread/INFO]: [JailDuty] Enabling JailDuty v2.7
334[03:47:12] [Server thread/INFO]: [Arconix] Enabling Arconix v1.1.1
335[03:47:12] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.7.1
336[03:47:12] [Server thread/INFO]: [DeluxeTags] 46 tags loaded
337[03:47:12] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
338[03:47:12] [Server thread/INFO]: [DeluxeTags] DeluxeChat will handle fetching placeholders for tags!
339[03:47:12] [Server thread/INFO]: ----------------------------
340[03:47:12] [Server thread/INFO]: DeluxeTags Updater
341[03:47:12] [Server thread/INFO]:
342[03:47:12] [Server thread/INFO]: Could not connect to spigotmc.org
343[03:47:12] [Server thread/INFO]: to check for updates!
344[03:47:12] [Server thread/INFO]:
345[03:47:12] [Server thread/INFO]: ----------------------------
346[03:47:12] [Server thread/INFO]: ----------------------------
347[03:47:12] [Server thread/INFO]: DeluxeTags Updater
348[03:47:12] [Server thread/INFO]:
349[03:47:12] [Server thread/INFO]: You are running 1.7.1
350[03:47:12] [Server thread/INFO]: The latest version
351[03:47:12] [Server thread/INFO]: of DeluxeTags!
352[03:47:12] [Server thread/INFO]:
353[03:47:12] [Server thread/INFO]: ----------------------------
354[03:47:12] [Server thread/INFO]: [TpGui] Enabling TpGui v1.6
355[03:47:12] [Server thread/INFO]: [Enchants] Enabling Enchants v3.1.9
356[03:47:12] [Server thread/INFO]: [m
357[03:47:12] [Server thread/INFO]: [0;37;22m*==============================*[m
358[03:47:12] [Server thread/INFO]: [0;37;22m* *[m
359[03:47:12] [Server thread/INFO]: [0;37;22m* [0;36;22mEnabling Enchants v3.1.9...[0;37;22m *[m
360[03:47:12] [Server thread/INFO]: [0;37;22m* *[m
361[03:47:12] [Server thread/INFO]: [0;37;22m*==============================*[m
362[03:47:12] [Server thread/INFO]: [m
363[03:47:12] [Server thread/INFO]: [BetterAlias] Enabling BetterAlias v1.5.2
364[03:47:12] [Server thread/INFO]: [ItemRestrict] Enabling ItemRestrict v2.1.3
365[03:47:12] [Server thread/INFO]: [ItemRestrict] Restrictions enabled on all worlds.
366[03:47:12] [Server thread/INFO]: [ItemRestrict] Brewing restrictions disabled!
367[03:47:12] [Server thread/INFO]: [ItemRestrict] Wearing restrictions disabled!
368[03:47:12] [Server thread/INFO]: [ItemRestrict] Creative restrictions disabled!
369[03:47:12] [Server thread/INFO]: [ItemRestrict] Pickup restrictions disabled!
370[03:47:12] [Server thread/INFO]: [ItemRestrict] Drop restrictions disabled!
371[03:47:12] [Server thread/INFO]: [ItemRestrict] WorldScanner is disabled!
372[03:47:12] [Server thread/INFO]: [ItemRestrict] ItemRestrict has been successfully loaded!
373[03:47:12] [Server thread/INFO]: [CustomHelpMessage] Enabling CustomHelpMessage v1.4
374[03:47:12] [Server thread/INFO]: [CustomHelpMessage] &9[&4&oPrison&9] &chas been Enabled.
375[03:47:12] [Server thread/INFO]: [Itemizer] Enabling Itemizer v3.4
376[03:47:12] [Server thread/INFO]: [SpawnTP] Enabling SpawnTP v1.5.7
377[03:47:12] [Server thread/INFO]: [FastCraft] Enabling FastCraft v2.0.3
378[03:47:12] [Server thread/INFO]: [Skript] Enabling Skript v2.2-dev35
379[03:47:12] [Server thread/WARN]: [Skript] Using this version of Skript on 1.8 is highly discouraged.
380[03:47:12] [Server thread/WARN]: [Skript] Some features have been disabled; use older Skript to restore them.
381[03:47:12] [Server thread/WARN]: [Skript] Also, there are probably bugs. And since 1.8 is not supported, they will not be fixed
382[03:47:12] [Server thread/INFO]: [Skript] Starting updater thread
383[03:47:13] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
384[03:47:13] [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
385[03:47:13] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
386[03:47:13] [Server thread/INFO]: [SketchMap] Enabling SketchMap v1.0.0
387[03:47:13] [User Authenticator #3/INFO]: UUID of player Ballads is 9a0110a7-f1d2-4f7f-b8c5-af34d3146446
388[03:47:14] [Server thread/INFO]: [0;32;1m| |[m
389[03:47:14] [Server thread/INFO]: [0;32;1m| [0;36;1mSketchMap 1.0.0 has been Enabled![0;32;1m |[m
390[03:47:14] [Server thread/INFO]: [0;32;1m| [0;36;1m Authors: SlipsWhitley & Fyrinlight[0;32;1m |[m
391[03:47:14] [Server thread/INFO]: [0;32;1m| |[m
392[03:47:14] [Server thread/INFO]: [AgarthaLib] Enabling AgarthaLib vMysthoria
393[03:47:14] [Server thread/INFO]: [AutoBroadcast] Enabling AutoBroadcast v2.1-SNAPSHOT
394[03:47:14] [Server thread/INFO]: [AutoBroadcast] Created by NickTheDev, http://nikdev.net/
395[03:47:14] [Server thread/INFO]: [AutoBroadcast] 7 Broadcast(s) loaded successfully!
396[03:47:14] [Server thread/INFO]: [ChatControl] Enabling ChatControl v5.5.6
397[03:47:14] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mEssentials[m
398[03:47:14] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mMultiverse-Core [0;37;22m(World Alias)[m
399[03:47:14] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mProtocolLib [0;37;22m(Packet Features)[m
400[03:47:14] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mVault[m
401[03:47:14] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mPlaceholderAPI[m
402[03:47:14] [Server thread/INFO]: [NoBreeding] Enabling NoBreeding v1.0
403[03:47:14] [Server thread/ERROR]: [NoBreeding] Plugin NoBreeding v1.0 has failed to register events for class net.arcaniax.nobreeding.Main because org/bukkit/event/entity/EntityBreedEvent does not exist.
404[03:47:14] [Server thread/INFO]: [NoSnow] Enabling NoSnow v1.0
405[03:47:14] [Server thread/INFO]: NoSnow v1.0 enabled.
406[03:47:14] [Server thread/INFO]: [JoinDate] Enabling JoinDate v1.7
407[03:47:14] [Server thread/INFO]: [JoinDate] JoinDate version 1.7 Is now Enabled.
408[03:47:14] [Server thread/INFO]: [Giveall] Enabling Giveall v1.1.0
409[03:47:14] [Server thread/INFO]: [Giveall] Thanks for using GiveAll, by D4n13lH!
410[03:47:14] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.6.1
411[03:47:14] [Server thread/INFO]: [VotingPlugin] Successfully hooked into Vault!
412[03:47:14] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlgin 5.6.1
413[03:47:14] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.5.1
414[03:47:14] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
415[03:47:14] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
416[03:47:14] [Server thread/INFO]: [PT-PermRemover] Enabling PT-PermRemover v1.0
417[03:47:14] [Server thread/INFO]: [PT-PermRemover] Plugin Enabled
418[03:47:14] [Server thread/INFO]: Loading config!
419[03:47:14] [Server thread/INFO]: [LimitCrafting] Enabling LimitCrafting v4.0
420[03:47:14] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.7.0
421[03:47:14] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
422[03:47:14] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.7.0
423[03:47:14] [Server thread/INFO]: [FeatherBoard] Framework version: 2018-03
424[03:47:14] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
425[03:47:14] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
426[03:47:14] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
427[03:47:14] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
428[03:47:14] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
429[03:47:14] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
430[03:47:14] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
431[03:47:14] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
432[03:47:14] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
433[03:47:14] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
434[03:47:14] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
435[03:47:14] [Server thread/INFO]: [FeatherBoard] Loading messages ...
436[03:47:14] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
437[03:47:14] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
438[03:47:14] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
439[03:47:14] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
440[03:47:14] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Armor] ...
441[03:47:14] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Bukkit] ...
442[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [BungeeCord] ...
443[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Color] ...
444[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [CommandPlaceholderPack] ...
445[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Compass placeholders] ...
446[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [DeluxeTags] ...
447[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [EZPrestige] ...
448[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [EZRanksPro] ...
449[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading event hook: EZRanksUp Rankup event ...
450[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading event hook: EZRanksUp Rankup event ...
451[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Economy] ...
452[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Effects] ...
453[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Entities] ...
454[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Essentials] ...
455[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Facebook] ...
456[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [FireworkEffect] ...
457[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Geographical] ...
458[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Hotbar] ...
459[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [JavaInfo] ...
460[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [LeaderHeads] ...
461[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [LibsDisguises] ...
462[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Memory] ...
463[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [MineCrates] ...
464[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Multiverse-Core] ...
465[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [OnTime] ...
466[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Permissions] ...
467[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [PlaceholderAPI] ...
468[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Player] ...
469[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [PlotSquared] ...
470[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading event hook: PlotSquared Plot ...
471[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading event hook: PlotSquared Plot ...
472[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Previous Names] ...
473[03:47:15] [Server thread/INFO]: [FeatherBoard] Loading placeholder [PrisonMines] ...
474[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: PrisonMines Mine ...
475[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: PrisonMines Mine ...
476[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading placeholder [RedisBungee] ...
477[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading placeholder [ServerPinger] ...
478[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Skript] ...
479[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Sound Effects] ...
480[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Statistics] ...
481[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading placeholder [TicksPerSecond] ...
482[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Twitter] ...
483[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Unicode Characters] ...
484[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading placeholder [VanillaEvents] ...
485[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
486[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
487[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
488[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
489[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
490[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
491[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
492[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
493[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
494[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
495[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
496[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
497[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
498[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
499[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
500[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
501[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading placeholder [VoteRoulette] ...
502[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading placeholder [World] ...
503[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading placeholder [WorldBorder] ...
504[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading placeholder [WorldGuard] ...
505[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: WorldGuard Region ...
506[03:47:16] [Server thread/INFO]: [FeatherBoard] Loading event hook: WorldGuard Region ...
507[03:47:16] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
508[03:47:16] [Server thread/INFO]: [FeatherBoard] Loaded 2495 of the 2495 placholders
509[03:47:16] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
510[03:47:16] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: warning
511[03:47:16] [Server thread/INFO]: [FeatherBoard] Lines: 2
512[03:47:16] [Server thread/INFO]: [FeatherBoard] Arguments: 1
513[03:47:16] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
514[03:47:16] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'Owner' ...
515[03:47:16] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
516[03:47:16] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
517[03:47:16] [Server thread/INFO]: [FeatherBoard] Generating metrics information ...
518[03:47:16] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mA new update for FeatherBoard is available for download on Spigot![m
519[03:47:17] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
520[03:47:17] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
521[03:47:17] [Server thread/INFO]: [Lottery] Enabling Lottery v0.9.4
522[03:47:17] [Server thread/INFO]: [Lottery] Payment method found (Essentials version: 2.2)
523[03:47:17] [Server thread/INFO]: [PlayerParticles] Enabling PlayerParticles v4.5
524[03:47:17] [Server thread/WARN]: [PlayerParticles] [PlayerParticles] An error occurred checking for an update. There is either no established internet connection or the Curse API is down.
525[03:47:17] [Server thread/INFO]: [SimpleSit] Enabling SimpleSit v1.6.3
526[03:47:17] [Server thread/INFO]: [DiscoArmour] Enabling DiscoArmour v1.4
527[03:47:17] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.35
528[03:47:17] [Server thread/INFO]: [ReservedSlots] Enabling ReservedSlots v1.0.0-RELEASE
529[03:47:17] [Server thread/INFO]: [Minetrends] Enabling Minetrends v2.0.2
530[03:47:17] [Server thread/INFO]: <Minetrends> Checking for updates...
531[03:47:17] [Server thread/ERROR]: Error occurred while enabling Minetrends v2.0.2 (Is it up to date?)
532java.lang.NoSuchMethodError: org.json.JSONArray.iterator()Ljava/util/Iterator;
533 at com.volcanicplaza.Minetrends.Minetrends.authenticateServer(Minetrends.java:461) ~[?:?]
534 at com.volcanicplaza.Minetrends.Minetrends.onEnable(Minetrends.java:115) ~[?:?]
535 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
536 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
537 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
538 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
539 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
540 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
541 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
542 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
543 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
544 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
545 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
546[03:47:17] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.8.6
547[03:47:17] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
548[03:47:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ezprestige
549[03:47:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
550[03:47:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxechat
551[03:47:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
552[03:47:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: gangsplus
553[03:47:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
554[03:47:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxetags
555[03:47:17] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
556[03:47:17] [Server thread/INFO]: [OneWayBlocks] Enabling OneWayBlocks v1.4.0-SNAPSHOT
557[03:47:17] [Server thread/INFO]: [ConsoleScheduler] Enabling ConsoleScheduler v1.4.6.0
558[03:47:17] [Server thread/INFO]: [ConsoleScheduler] Vault Found! Hooking as permission system
559[03:47:17] [Server thread/INFO]: [ConsoleScheduler] By BoomerBR & Boomclaw - v1.4.6.0 enabled.
560[03:47:17] [Server thread/INFO]: [ConsoleScheduler] Command execution will start in 5 seconds.
561[03:47:17] [Server thread/INFO]: [BetterChairs] Enabling BetterChairs v0.9.5
562[03:47:17] [Server thread/INFO]: [BetterChairs] Your server is running version v1_8_R3
563[03:47:17] [Server thread/INFO]: [BetterChairs] NMS hooked !
564[03:47:17] [Server thread/INFO]: [AntiWorldFly] Enabling AntiWorldFly v2.3.4
565[03:47:17] [Server thread/INFO]: [AntiWorldFly] Registering listeners...
566[03:47:17] [Server thread/INFO]: [AntiWorldFly] Backing up and loading configuration files...
567[03:47:17] [Thread-57/INFO]: [AntiWorldFly] Checking for plugin update...
568[03:47:17] [Server thread/INFO]: [AntiWorldFly] Plugin successfully enabled and ready to run! Took 11ms.
569[03:47:17] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.1.2
570[03:47:17] [Server thread/INFO]: [MusicBox] Enabling MusicBox v1.1
571[03:47:17] [Server thread/INFO]: [MusicBox] Loading songs from plugins/MusicBox/songs
572[03:47:17] [Server thread/INFO]: [MusicBox] Loaded 1 songs!
573[03:47:17] [Server thread/INFO]: [MyItems] Enabling MyItems vMysthoria
574[03:47:17] [Server thread/INFO]: [MyEmojis] Enabling MyEmojis v1.2
575[03:47:17] [Server thread/INFO]: [0;35;1m--------------------[m
576[03:47:17] [Server thread/INFO]: [0;32;1mMyEmojis developed by Mylogo[m
577[03:47:17] [Server thread/INFO]: [0;36;1mPlease visit http://mylogo.me/ for more![m
578[03:47:17] [Server thread/INFO]: [0;36;1mMore resources: https://www.spigotmc.org/resources/authors/mylogo.257885/[m
579[03:47:17] [Server thread/INFO]: [0;35;1m--------------------[m
580[03:47:17] [Server thread/INFO]: [Prestige] Enabling Prestige v1.0
581[03:47:17] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
582[03:47:17] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
583[03:47:17] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
584[03:47:17] [Server thread/INFO]: [HeadsLite] Enabling HeadsLite v1.2
585[03:47:17] [Server thread/INFO]: [NoteBlockAPI] Enabling NoteBlockAPI v1.2.0
586[03:47:17] [Server thread/INFO]: [IPLogger] Enabling IPLogger v1.0
587[03:47:17] [Server thread/INFO]: [ParticleLIB] Enabling ParticleLIB v2.1.1
588[03:47:17] [Server thread/INFO]: [ParticleLIB] Metrics started
589[03:47:17] [Server thread/INFO]: [ServerMusic] Enabling ServerMusic v1.1.3
590[03:47:17] [Server thread/INFO]: [ServerMusic] MCStats enabled
591[03:47:17] [Server thread/INFO]: [AntiBotDeluxe] Enabling AntiBotDeluxe v9.2 - GALAXY
592[03:47:17] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m _ _ ____ _ [0;36;1m_____ _[m
593[03:47:17] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m /\ | | (_) _ \ | | [0;36;1m| __ \ | |[m
594[03:47:17] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m / \ _ __ | |_ _| |_) | ___ | |_[0;36;1m| | | | ___| |_ ___ _____ [m
595[03:47:17] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m / /\ \ | '_ \| __| | _ < / _ \| __[0;36;1m| | | |/ _ \ | | | \ \/ / _ \[m
596[03:47:17] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m / ____ \| | | | |_| | |_) | (_) | |_[0;36;1m| |__| | __/ | |_| |> < __/[m
597[03:47:17] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m/_/ \_\_| |_|\__|_|____/ \___/ \__[0;36;1m|_____/ \___|_|\__,_/_/\_\___|[m
598[03:47:17] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m 9.2.0 Made with love.[m
599[03:47:17] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;36;1mRunning as [0;33;1m34@552a10e8-d4aa-4a3f-8038-abf1616e3581[m
600[03:47:17] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;36;1mEstablishing connection to system[m
601[03:47:17] [Thread-59/INFO]: [ServerMusic] No update found...
602[03:47:19] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;32;1mAntiBotDeluxe connection got validated (100)[m
603[03:47:19] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;32;1mConnected to [0;33;1mBackend [0;32;1m& [0;33;1mWebpanel [0;32;1m- connection is [21malive[m
604[03:47:19] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;32;1mLoaded [0;33;1mConfig [0;32;1m& [0;33;1mModules [0;32;1m- [0;33;1mprotection [0;32;1mprepared[m
605[03:47:19] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
606[03:47:19] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
607[03:47:19] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
608[03:47:19] [Server thread/INFO]: [VoteRoulette] Enabling VoteRoulette v3.2.1
609[03:47:19] [Server thread/INFO]: [VoteRoulette] Hooked into Votifier!
610[03:47:19] [Server thread/INFO]: [VoteRoulette] Hooked into Vault!
611[03:47:19] [Server thread/INFO]: [VoteRoulette] Loading all files and data...
612[03:47:19] [Server thread/WARN]: [VoteRoulette] VoxelSniper detected! Setting default alias to: "/vtr"
613[03:47:19] [Server thread/INFO]: [VoteRoulette] Added Reward: Vote Key
614[03:47:19] [Server thread/INFO]: [VoteRoulette] ...finished loading files and data!
615[03:47:19] [Server thread/INFO]: [VoteRoulette] Enabled!
616[03:47:19] [Server thread/INFO]: [SimpleUc] Enabling SimpleUc v1.4.5
617[03:47:19] [Server thread/INFO]: [SimpleUc] Enabling Metrics...
618[03:47:19] [Server thread/INFO]: [SimpleUc] Metrics enabled.
619[03:47:19] [Server thread/INFO]: [SimpleUc] SimpleUc enabled.
620[03:47:19] [Server thread/INFO]: [PacketListenerApi] Enabling PacketListenerApi v3.6.0-SNAPSHOT
621[03:47:19] [Server thread/INFO]: Adding channels for online players...
622[03:47:19] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
623[03:47:19] [Server thread/INFO]: [ClearLag] Loading modules...
624[03:47:19] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
625[03:47:19] [Server thread/INFO]: [ClearLag] Modules have been loaded!
626[03:47:19] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
627[03:47:19] [Thread-62/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
628[03:47:19] [Server thread/INFO]: [ColourNames] Enabling ColourNames v0.0.1
629[03:47:19] [Server thread/INFO]: [0;32;1mColourNames has been enabled[m
630[03:47:19] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
631[03:47:19] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
632[03:47:19] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
633[03:47:19] [Thread-62/INFO]: [ClearLag] No updates found!
634[03:47:19] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
635[03:47:19] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
636[03:47:19] [Server thread/ERROR]: Error occurred while enabling SkQuery v3.21.4 (Is it up to date?)
637java.lang.IllegalArgumentException: Can't register org.bukkit.event.inventory.InventoryType with the code name inventorytype because that name is already used by types.inventorytype
638 at ch.njol.skript.registrations.Classes.registerClass(Classes.java:90) ~[?:?]
639 at com.w00tmast3r.skquery.skript.EnumClassInfo.register(EnumClassInfo.java:45) ~[?:?]
640 at com.w00tmast3r.skquery.elements.SimpleTypes.run(SimpleTypes.java:26) ~[?:?]
641 at com.w00tmast3r.skquery.Registration.register(Registration.java:149) ~[?:?]
642 at com.w00tmast3r.skquery.Registration.enableSnooper(Registration.java:68) ~[?:?]
643 at com.w00tmast3r.skquery.SkQuery.onEnable(SkQuery.java:25) ~[?:?]
644 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
645 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
646 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
647 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
648 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
649 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
650 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
651 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
652 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
653 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
654 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
655[03:47:19] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.6
656[03:47:19] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
657[03:47:19] [Server thread/INFO]: [WorldBorder] [CONFIG] World "plots" has border radius 300 at X: 0.6 Z: 0.5
658[03:47:19] [Server thread/INFO]: [WorldBorder] [CONFIG] World "NewPrison" has border radius 400 at X: 0.5 Z: -13.5
659[03:47:19] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 0.0 Y: 83.0 Z: -14.0
660[03:47:19] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.6.0
661[03:47:19] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
662[03:47:19] [Server thread/INFO]: [BuycraftX] Validating your server key...
663[03:47:20] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
664[03:47:21] [Server thread/INFO]: [BuycraftX] Updating coupon list...
665[03:47:21] [Server thread/INFO]: [Votifier] Enabling Votifier v2.3.7
666[03:47:21] [Server thread/INFO]: [Votifier] Loaded token for website: default
667[03:47:21] [Server thread/INFO]: [Votifier] DEBUG mode enabled!
668[03:47:21] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
669[03:47:21] [Server thread/INFO]: [EditDrops] Enabling EditDrops v1.0.6
670[03:47:21] [nioEventLoopGroup-2-1/INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0:8195.
671[03:47:21] [Server thread/INFO]: [VPNGuard] Enabling VPNGuard v3.1
672[03:47:21] [Server thread/INFO]: [VPNGuard] Attempting to load: settings.dat
673[03:47:21] [Server thread/INFO]: [VPNGuard] settings.dat has been loaded!
674[03:47:21] [Server thread/INFO]: [EnhancedBalTop] Enabling EnhancedBalTop v1.5.9
675[03:47:21] [Server thread/INFO]: [0;37;22m[[0;33;1mEnh[0;33;22mBalTop[0;37;22m] [0;32;1mHooked Successfully Into [0;37;1m[21mVault Economy ([0;33;1mEssentials Economy[0;32;1m)[m
676[03:47:21] [Server thread/INFO]: [0;37;22m[[0;33;1mEnh[0;33;22mBalTop[0;37;22m] [0;32;1mHooked Successfully Into [0;37;1m[21mVault Permissions ([0;33;1mLuckPerms[0;32;1m)[m
677[03:47:21] [Server thread/INFO]: [SignEdit] Enabling SignEdit v1.1-Beta
678[03:47:21] [Server thread/INFO]: [0;33;22mSignEdit [0;37;22mâ–º [0;32;1mRegistered Commands[m
679[03:47:21] [Server thread/INFO]: [0;33;22mSignEdit [0;37;22mâ–º [0;32;1mRegistered Listener[m
680[03:47:21] [Server thread/INFO]: [0;33;22mSignEdit [0;37;22mâ–º [0;32;1mInitialized Classes[m
681[03:47:21] [Server thread/INFO]: [0;32;1m _____ _ ______ _ _ _ [m
682[03:47:21] [Server thread/INFO]: [0;32;1m / ____(_) | ____| | (_) | [m
683[03:47:21] [Server thread/INFO]: [0;32;1m| (___ _ __ _ _ __ | |__ __| |_| |_ [m
684[03:47:21] [Server thread/INFO]: [0;32;1m \___ \| |/ _` | '_ \| __| / _` | | __|[m
685[03:47:21] [Server thread/INFO]: [0;32;1m ____) | | (_| | | | | |___| (_| | | |_ [m
686[03:47:21] [Server thread/INFO]: [0;32;1m|_____/|_|\__, |_| |_|______\__,_|_|\__|[m
687[03:47:21] [Server thread/INFO]: [0;32;1m __/ | [m
688[03:47:21] [Server thread/INFO]: [0;32;1m |___/ [m
689[03:47:21] [Server thread/INFO]: [0;32;1m [0;33;1m______________________[m
690[03:47:21] [Server thread/INFO]: [0;32;1m [0;33;1m| [0;33;22mSignEdit [m
691[03:47:21] [Server thread/INFO]: [0;32;1m [0;33;1m| [0;33;22mVersion: 1.1-Beta[m
692[03:47:21] [Server thread/INFO]: [0;32;1m [0;33;1m| [0;31;1m(c) by Maxdola 2018[m
693[03:47:21] [Server thread/INFO]: [0;33;22mSignEdit [0;37;22mâ–º [0;32;1mLoading Signs[0;37;22m:[m
694[03:47:21] [Server thread/INFO]: [0;33;22mSignEdit [0;37;22mâ–º [0;37;22m-> [0;32;1mTylers[m
695[03:47:21] [Server thread/INFO]: [0;33;22mSignEdit [0;37;22mâ–º [0;37;22m-> [0;32;1mtemp[m
696[03:47:21] [Server thread/INFO]: [0;33;22mSignEdit [0;37;22mâ–º [0;30;1m[9m-----------------[m
697[03:47:21] [Server thread/INFO]: [0;33;22mSignEdit [0;37;22m► [0;35;22mPluginData [0;37;22m» [0;36;22m{"pluginVersion":"1.1-Beta","pluginName":"SignEdit","customCharts":[]}[m
698[03:47:21] [Server thread/INFO]: [0;33;22mSignEdit [0;37;22m► [0;31;22mBukkitversion [0;37;22m» [0;36;22mv1_8_R3[m
699[03:47:21] [Server thread/INFO]: [0;33;22mSignEdit [0;37;22mâ–º [0;33;1mChecking for Updates...[m
700[03:47:21] [Server thread/INFO]: [0;33;22mSignEdit [0;37;22mâ–º [0;32;1mYou have the current version installed.[m
701[03:47:21] [Server thread/INFO]: [KeepXP] Enabling KeepXP v1.0
702[03:47:21] [Server thread/INFO]: [WorldEditCrashFix] Enabling WorldEditCrashFix v2.0
703[03:47:21] [Server thread/INFO]: [Effect Library] Enabling EffectLib v5.5
704[03:47:21] [Server thread/INFO]: [hub] Enabling hub v1.0
705[03:47:21] [Server thread/INFO]: [AutoReplant] Enabling AutoReplant v0.5
706[03:47:21] [Server thread/INFO]: [PrisonTechPermissionFix] Enabling PrisonTechPermissionFix v1.0
707[03:47:21] [Server thread/INFO]: [ActionAnnouncer] Enabling ActionAnnouncer v1.11.0
708[03:47:21] [Server thread/INFO]: [ActionAnnouncer] Hooked into PlaceholderAPI for placeholders!
709[03:47:21] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
710[03:47:21] [Server thread/INFO]: [ChestCommands] Hooked BarAPI
711[03:47:21] [Server thread/INFO]: [Shop] Enabling Shop v1.5.3.11
712[03:47:21] [Server thread/INFO]: [Shop] Vault dependency found. Using the Vault economy ($) for currency on the server.
713[03:47:21] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v4.0.5
714[03:47:21] [Server thread/INFO]: [PlayerVaults] Loaded lang for english
715[03:47:21] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
716[03:47:21] [Server thread/INFO]: [CustomArrow] Enabling CustomArrow vMysthoria
717[03:47:21] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4
718[03:47:21] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
719[03:47:21] [Server thread/INFO]: | You are using an not fully supported server version. (v1_8_R3)
720[03:47:21] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.6.6-b${env.TRAVIS_BUILD_NUMBER}
721[03:47:21] [Server thread/INFO]: | Command file(s) found : 1
722[03:47:21] [Server thread/INFO]: | Config : Ready.
723[03:47:21] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
724[03:47:21] [Server thread/INFO]: | Duplicated command found. tier2eventfinish in examples.yml
725[03:47:21] [Server thread/INFO]: | Custom commands loaded : 41
726[03:47:21] [Server thread/INFO]: | Version: 5.3.4
727[03:47:21] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
728[03:47:22] [Server thread/INFO]: | You are running the latest version of MyCommand.
729[03:47:22] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
730[03:47:22] [Server thread/INFO]: [EZRanksPro] Enabling EZRanksPro v1.2.4
731[03:47:22] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro messages.yml
732[03:47:22] [Server thread/INFO]: [EZRanksPro] Loading rankups.yml....
733[03:47:22] [Server thread/WARN]: [EZRanksPro] Rankup requirement message successfully loaded!
734[03:47:22] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Free
735[03:47:22] [Server thread/INFO]: [EZRanksPro] Rankup: default to C-Block successfully loaded
736[03:47:22] [Server thread/INFO]: [EZRanksPro] Rankup: C-Block to B-Block successfully loaded
737[03:47:22] [Server thread/INFO]: [EZRanksPro] Rankup: B-Block to A-Block successfully loaded
738[03:47:22] [Server thread/INFO]: [EZRanksPro] Rankup: A-Block to H-Block successfully loaded
739[03:47:22] [Server thread/INFO]: [EZRanksPro] Rankup: H-Block to S-Block successfully loaded
740[03:47:22] [Server thread/INFO]: [EZRanksPro] Rankup: S-Block to F-Block successfully loaded
741[03:47:22] [Server thread/INFO]: [EZRanksPro] Rankup: F-Block to J-Block successfully loaded
742[03:47:22] [Server thread/INFO]: [EZRanksPro] Rankup: J-Block to T-Block successfully loaded
743[03:47:22] [Server thread/INFO]: [EZRanksPro] Rankup: T-Block to R-Block successfully loaded
744[03:47:22] [Server thread/INFO]: [EZRanksPro] Rankup: R-Block to G-Block successfully loaded
745[03:47:22] [Server thread/INFO]: [EZRanksPro] Rankup: G-Block to Free successfully loaded
746[03:47:22] [Server thread/INFO]: [EZRanksPro] 11 rankup(s) loaded
747[03:47:22] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Free
748[03:47:22] [Server thread/INFO]: [EZRanksPro] 1 rankup cost discounts loaded!
749[03:47:22] [Server thread/INFO]: [EZRanksPro] 4 rankup cost multipliers loaded!
750[03:47:22] [Server thread/INFO]: [EZRanksPro] Failed to check for a update on spigot.
751[03:47:22] [Server thread/INFO]: [EZRanksPro] You are running the latest version of EZRanksPro!
752[03:47:22] [Server thread/INFO]: [MineMaze] Enabling MineMaze v2.1
753[03:47:22] [Server thread/INFO]: [HologramAPI] Enabling HologramAPI v1.6.2
754[03:47:22] [Server thread/INFO]: [HologramAPI] Found PacketListenerAPI. Enabled touch-holograms.
755[03:47:22] [Server thread/INFO]: [ReflectionHelper] Version is v1_8_R3 (10803)
756[03:47:22] [Server thread/INFO]: [HologramAPI] Metrics started
757[03:47:22] [Server thread/INFO]: [NamelessMC] Enabling NamelessMC vPre-1.1.0
758[03:47:22] [Server thread/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mLoaded NamelessMC configuration file...[m
759[03:47:22] [Server thread/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mLoaded The Commands File![m
760[03:47:22] [Server thread/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mLoaded Messages file![m
761[03:47:22] [Server thread/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mLoaded Players Data File![m
762[03:47:22] [Server thread/ERROR]: Error occurred while enabling NamelessMC vPre-1.1.0 (Is it up to date?)
763java.lang.NullPointerException
764 at org.bukkit.command.SimpleCommandMap.register(SimpleCommandMap.java:63) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
765 at org.bukkit.command.SimpleCommandMap.register(SimpleCommandMap.java:56) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
766 at com.namelessmc.namelessplugin.spigot.NamelessPlugin.registerListeners(NamelessPlugin.java:166) ~[?:?]
767 at com.namelessmc.namelessplugin.spigot.NamelessPlugin.onEnable(NamelessPlugin.java:108) ~[?:?]
768 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
769 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
770 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
771 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
772 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
773 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
774 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
775 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
776 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
777 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
778 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
779[03:47:22] [Server thread/INFO]: [BountyHunters] Enabling BountyHunters v1.4.5.1
780[03:47:22] [Server thread/INFO]: [BountyHunters] [0;30;1mDetected Server Version: v1_8_R3[m
781[03:47:22] [Server thread/INFO]: [BankNote] Enabling BankNote v2.1-SNAPSHOT
782[03:47:22] [Server thread/INFO]: [OnTime] Enabling OnTime v4.1.4
783[03:47:23] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
784[03:47:23] [Server thread/INFO]: [CustomGUI] Enabling CustomGUI v2.2.3.6
785[03:47:23] [Server thread/INFO]: [CustomGUI] CustomGUI has hooked into Vault
786[03:47:23] [Server thread/INFO]: [CustomGUI] CustomGUI has hooked into PlaceholderAPI
787[03:47:23] [Server thread/INFO]: [AntiSwear] Enabling AntiSwear v5.2
788[03:47:23] [Server thread/INFO]: [AntiSwear] AntiSwear Version: 5.2 by brooky1010 is enabled!
789[03:47:23] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.7
790[03:47:23] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
791[03:47:23] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
792[03:47:23] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
793[03:47:23] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
794[03:47:24] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
795[03:47:24] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.7 enabled.
796[03:47:24] [Server thread/INFO]: [VT] Enabling VariableTriggers v1.3.3
797[03:47:24] [Server thread/INFO]: [VT] [1;32m1 Objects with total of 2 Variables loaded.[0;37m
798[03:47:24] [Server thread/INFO]: [VT] [1;32m0 WalkTriggers loaded.[0;37m
799[03:47:24] [Server thread/INFO]: [VT] [1;32m2 ClickTriggers loaded.[0;37m
800[03:47:24] [Server thread/INFO]: [VT] [1;32m0 EventTriggers loaded.[0;37m
801[03:47:24] [Server thread/INFO]: [VT] [1;32m0 AreaTriggers loaded.[0;37m
802[03:47:24] [Server thread/INFO]: [VT] [1;32m49 CommandTriggers loaded.[0;37m
803[03:47:24] [Server thread/INFO]: [VT] [1;32m2 Scripts from 1 files loaded.[0;37m
804[03:47:24] [Server thread/INFO]: [VT] [0;36mHooked Vault[0;37m
805[03:47:24] [Server thread/INFO]: [VT] [1;32mUsing Essentials Economy[0;37m
806[03:47:24] [Server thread/INFO]: [VT] [1;32mUsing LuckPerms[0;37m
807[03:47:24] [Server thread/INFO]: [VT] [1;32mUsing LuckPerms[0;37m
808[03:47:24] [Server thread/INFO]: [MobLoot] Enabling MobLoot v2.1.6
809[03:47:24] [Server thread/INFO]: [MobLoot] Hooked: Vault
810[03:47:24] [Server thread/INFO]: [MobLoot] Economy Manager: Essentials Economy
811[03:47:24] [Server thread/INFO]: [MobLoot] Done! [22 ms]
812[03:47:24] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
813[03:47:24] [Server thread/INFO]: [WorldGuard] (NewPrison) TNT ignition is PERMITTED.
814[03:47:24] [Server thread/INFO]: [WorldGuard] (NewPrison) Lighters are PERMITTED.
815[03:47:24] [Server thread/INFO]: [WorldGuard] (NewPrison) Lava fire is blocked.
816[03:47:24] [Server thread/INFO]: [WorldGuard] (NewPrison) All fire spread is disabled.
817[03:47:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NewPrison'
818[03:47:24] [Server thread/INFO]: [WorldGuard] (NewPrison_nether) TNT ignition is PERMITTED.
819[03:47:24] [Server thread/INFO]: [WorldGuard] (NewPrison_nether) Lighters are PERMITTED.
820[03:47:24] [Server thread/INFO]: [WorldGuard] (NewPrison_nether) Lava fire is blocked.
821[03:47:24] [Server thread/INFO]: [WorldGuard] (NewPrison_nether) All fire spread is disabled.
822[03:47:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NewPrison_nether'
823[03:47:24] [Server thread/INFO]: [WorldGuard] (NewPrison_the_end) TNT ignition is PERMITTED.
824[03:47:24] [Server thread/INFO]: [WorldGuard] (NewPrison_the_end) Lighters are PERMITTED.
825[03:47:24] [Server thread/INFO]: [WorldGuard] (NewPrison_the_end) Lava fire is blocked.
826[03:47:24] [Server thread/INFO]: [WorldGuard] (NewPrison_the_end) All fire spread is disabled.
827[03:47:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NewPrison_the_end'
828[03:47:24] [Server thread/INFO]: [WorldGuard] Loading region data...
829[03:47:24] [Server thread/INFO]: [BossShop] Enabling BossShop v2.7.3
830[03:47:24] [Server thread/INFO]: [BossShop] Loading data...
831[03:47:24] [Server thread/INFO]: [BossShop] Hooked into PlaceholderAPI.
832[03:47:24] [Server thread/INFO]: [BossShop] Loaded 10 Shops!
833[03:47:24] [Server thread/INFO]: [BossShop] Successfully hooked into the Points plugin 'VotingPlugin'!
834[03:47:24] [Server thread/INFO]: [BossShop] Vault found.
835[03:47:24] [Server thread/INFO]: [ScratchCards] Enabling ScratchCards v1.10.7
836[03:47:24] [Server thread/INFO]: [ScratchCards] Successfully hooked into Vault.
837[03:47:24] [Server thread/INFO]: PlaceholderAPI found, using it for the messages.
838[03:47:25] [Server thread/INFO]: Scratch Plugin activated!
839[03:47:25] [Server thread/INFO]: [EZPrestige] Enabling EZPrestige v1.2.2
840[03:47:25] [Server thread/INFO]: [EZPrestige] 3 prestiges loaded!
841[03:47:25] [Server thread/INFO]: [EZPrestige] EZPrestige chat integration is disabled in the config.yml!
842[03:47:25] [Server thread/INFO]: [boosCooldowns] Enabling boosCooldowns v3.8.6
843[03:47:25] [Server thread/INFO]: [boosCooldowns] version 3.8.6 by [LordBoos (ingame name boosik)] is enabled!
844[03:47:26] [Server thread/INFO]: [boosCooldowns] found [Vault] searching for economy plugin.
845[03:47:26] [Server thread/INFO]: [boosCooldowns] found [Essentials Economy] plugin, enabling prices support.
846[03:47:26] [Server thread/INFO]: [CustomPayloadFixer] Enabling CustomPayloadFixer v1.5
847[03:47:26] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.1
848[03:47:26] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsMysqlStorage to the same version.
849[03:47:26] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
850[03:47:26] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
851[03:47:26] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
852[03:47:26] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
853[03:47:26] [Server thread/INFO]: Using locale en
854[03:47:26] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
855[03:47:26] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
856[03:47:26] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
857[03:47:26] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
858[03:47:26] [Server thread/INFO]: [WorldGuardFlyStop] Enabling WorldGuardFlyStop v1.4
859[03:47:26] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.2.15
860[03:47:26] [Server thread/INFO]: [LiteBans] Loading SQL driver: mysql (com.mysql.jdbc.Driver)
861[03:47:26] [Server thread/INFO]: [LiteBans] Connecting to database...
862[03:47:26] [Server thread/INFO]: [LiteBans] Connected to [jdbc:mysql://107.180.13.113:3306/PTLitebans,useSSL=false] (86.7 ms).
863[03:47:26] [Server thread/INFO]: [LiteBans] [Sync] Server name: litebans
864[03:47:26] [Server thread/INFO]: [LiteBans] [Sync] Server UUID: b350118cb6314a2aa05eef2b94b01ca6
865[03:47:26] [Server thread/INFO]: [LiteBans] Database connection fully initialized (141.8 ms).
866[03:47:26] [Server thread/INFO]: [LiteBans] v2.2.15 enabled. Startup took 263 ms.
867[03:47:26] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.1.2
868[03:47:26] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R3.EntityShulker
869[03:47:26] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91)
870[03:47:26] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
871[03:47:26] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
872[03:47:26] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
873[03:47:26] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
874[03:47:26] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
875[03:47:26] [Server thread/WARN]: at me.libraryaddict.disguise.utilities.ReflectionManager.getNmsClass(ReflectionManager.java:405)
876[03:47:26] [Server thread/WARN]: at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:73)
877[03:47:26] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
878[03:47:26] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
879[03:47:26] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
880[03:47:26] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
881[03:47:26] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
882[03:47:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
883[03:47:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
884[03:47:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
885[03:47:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
886[03:47:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
887[03:47:26] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
888[03:47:26] [Server thread/WARN]: [LibsDisguises] Lib's Disguises failed to startup, outdated server!
889[03:47:26] [Server thread/WARN]: [LibsDisguises] This plugin does not offer backwards support!
890[03:47:26] [Server thread/INFO]: [eZProtector] Enabling eZProtector v4.1.3
891[03:47:26] [Server thread/INFO]: [eZProtector] Reloading config...
892[03:47:26] [Server thread/INFO]: [eZProtector] Your server version is compatible with eZProtector.
893[03:47:26] [Server thread/INFO]: [eZProtector] Setting up...
894[03:47:26] [Server thread/INFO]: [eZProtector] The plugin has enabled successfully. Version: 4.1.3
895[03:47:26] [Server thread/INFO]: [VanishNoPacket] Enabling VanishNoPacket v3.20
896[03:47:26] [Server thread/INFO]: [VanishNoPacket] Colored nametags enabled, but I couldn't find TagAPI
897[03:47:26] [Server thread/INFO]: [VanishNoPacket] For awesome colored nametags on vanish, visit
898[03:47:26] [Server thread/INFO]: [VanishNoPacket] http://dev.bukkit.org/server-mods/tag/
899[03:47:26] [Server thread/INFO]: [VanishNoPacket] and download TagAPI.jar
900[03:47:26] [Server thread/INFO]: [VanishNoPacket] Now hooking into Essentials
901[03:47:26] [Server thread/INFO]: [VanishNoPacket] 3.20 loaded.
902[03:47:26] [Server thread/INFO]: [KitPreview] Enabling KitPreview v5.4.1
903[03:47:26] [Server thread/INFO]: [0;32;1m=============================[m
904[03:47:26] [Server thread/INFO]: [0;37;22mKitPreview5.4.1 by [0;35;22mBrianna <3![m
905[03:47:26] [Server thread/INFO]: [0;37;22mAction: [0;32;1mEnabling[0;37;22m...[m
906[03:47:26] [Server thread/INFO]: ==============================================================
907[03:47:26] [Server thread/INFO]: The following is an error encountered in KitPreview.
908[03:47:26] [Server thread/INFO]: --------------------------------------------------------------
909[03:47:26] [Server thread/WARN]: java.lang.NullPointerException
910[03:47:26] [Server thread/WARN]: at com.songoda.kitpreview.KitPreview.setupConfig(SourceFile:128)
911[03:47:26] [Server thread/WARN]: at com.songoda.kitpreview.KitPreview.onEnable(SourceFile:63)
912[03:47:26] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
913[03:47:26] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
914[03:47:26] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
915[03:47:26] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
916[03:47:26] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
917[03:47:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
918[03:47:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
919[03:47:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
920[03:47:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
921[03:47:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
922[03:47:26] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
923[03:47:26] [Server thread/INFO]: ==============================================================
924[03:47:26] [Server thread/INFO]: [KitPreview] Loading language file
925[03:47:26] [Server thread/INFO]: ==============================================================
926[03:47:26] [Server thread/INFO]: The following is an error encountered in KitPreview.
927[03:47:26] [Server thread/INFO]: --------------------------------------------------------------
928[03:47:26] [Server thread/WARN]: java.lang.NullPointerException: Name is null
929[03:47:26] [Server thread/WARN]: at java.lang.Enum.valueOf(Enum.java:236)
930[03:47:26] [Server thread/WARN]: at org.bukkit.Sound.valueOf(Sound.java:1)
931[03:47:26] [Server thread/WARN]: at com.songoda.kitpreview.duya98dayhsaonjenr398rha9f8ayhfas80fsfa0sfafaduya98dayhsaonjenr398rha9f8ayhfas80fsfa0sfafaaxcxxxa0a9sdusa0duasfsfuas0ffys088fsa90s8fsaf.<init>(SourceFile:16)
932[03:47:26] [Server thread/WARN]: at com.songoda.kitpreview.KitPreview.onEnable(SourceFile:69)
933[03:47:26] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
934[03:47:26] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
935[03:47:26] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
936[03:47:26] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
937[03:47:26] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
938[03:47:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
939[03:47:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
940[03:47:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
941[03:47:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
942[03:47:26] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
943[03:47:26] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
944[03:47:26] [Server thread/INFO]: ==============================================================
945[03:47:26] [Server thread/INFO]: [KitPreview] Loading data file
946[03:47:26] [Server thread/INFO]: MCUpdate enabled and loaded
947[03:47:26] [Server thread/INFO]: [0;37;22mThe [0;32;1m/kit[0;37;22m and [0;32;1m/kits [0;37;22mfeatures have been [0;31;1mdisabled[0;37;22m.[m
948[03:47:26] [Server thread/INFO]: [0;32;1m=============================[m
949[03:47:26] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.9-SNAPSHOT
950[03:47:26] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
951[03:47:26] [Server thread/INFO]: [CraftBook] Successfully added 148 CommandItems!
952[03:47:26] [Server thread/INFO]: [CraftBook] Registered 6 custom recipes!
953[03:47:26] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components...
954[03:47:26] [Server thread/INFO]: [CraftBook] 1875 chunk(s) for 3 world(s) processed (77ms elapsed)
955[03:47:26] [Server thread/INFO]: [CraftBook] The Auto-Updater is disabled for your version!
956[03:47:26] [Server thread/INFO]: [iControlU] Enabling iControlU vv1.9.8
957[03:47:26] [Server thread/INFO]: [CombatTagPlus] Enabling CombatTagPlus v1.3.1
958[03:47:26] [Server thread/INFO]: [NoFlyZone] Enabling NoFlyZone v1.0
959[03:47:26] [Server thread/INFO]: [NoFlyZone] Hooked into WorldGuard 6.1
960[03:47:26] [Server thread/INFO]: [AAC] Enabling AAC v3.3.14
961[03:47:27] [Server thread/INFO]: [AAC] AAC is up to date!
962[03:47:27] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.15.0.1
963[03:47:27] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
964[03:47:27] [Server thread/INFO]: [StaffList] Enabling StaffList v3.84
965[03:47:27] [Server thread/INFO]: [StaffList] enabled
966[03:47:27] [Server thread/INFO]: [0;31;22mStaffList: There is a new version for this plugin - A premium version with more features[m
967[03:47:27] [Server thread/INFO]: [0;31;22mTo get this plugin visit dachiimp.com/StaffList[m
968[03:47:27] [Server thread/INFO]: [TitleManager] Enabling TitleManager v1.5.12
969[03:47:27] [Server thread/INFO]: [SimplePets] Enabling SimplePets v3.9
970[03:47:27] [Server thread/INFO]: [SimplePets] Checking for updates...
971[03:47:27] [Server thread/INFO]: [SimplePets] loading BStats...
972[03:47:27] [Server thread/INFO]: [SimplePets] BStats Location: https://bstats.org/plugin/bukkit/SimplePets
973[03:47:27] [Server thread/INFO]: -------------------------------------------
974[03:47:27] [Server thread/INFO]: Error Type: WARNING
975[03:47:27] [Server thread/INFO]: You seem to be on a version below 1.12.1
976[03:47:27] [Server thread/INFO]: SimplePets works best on 1.12.1, Just saying :P
977[03:47:27] [Server thread/INFO]: -------------------------------------------
978[03:47:27] [Server thread/INFO]: [0;33;22m[SimplePets Debug] [0;37;1mLoading Config.yml...[m
979[03:47:29] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
980[03:47:30] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
981[03:47:31] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
982[03:47:32] [Server thread/INFO]: [SimplePets ERROR] Unable to load the item for the MAGMA_CUBE Pet, attempting to get the default item...
983[03:47:32] [Server thread/INFO]: [SimplePets ERROR] Unable to load the item for the SHULKER Pet, attempting to get the default item...
984[03:47:32] [Server thread/INFO]: [Statscraft] Enabling Statscraft v1.2.0
985[03:47:32] [Server thread/INFO]: Statscraft enabled
986[03:47:32] [Server thread/INFO]: [DeluxeChat] Enabling DeluxeChat v1.12.7
987[03:47:33] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
988[03:47:33] [Server thread/INFO]: [DeluxeChat] 5 formats loaded!
989[03:47:33] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat messages.yml
990[03:47:33] [Server thread/INFO]: [DeluxeChat] Detected Vault
991[03:47:33] [Server thread/INFO]: [DeluxeChat] Hooked into Vault
992[03:47:33] [Server thread/INFO]: [DeluxeChat] Hooked into VanishNoPacket
993[03:47:33] [Server thread/INFO]: ----------------------------
994[03:47:33] [Server thread/INFO]: DeluxeChat Updater
995[03:47:33] [Server thread/INFO]:
996[03:47:33] [Server thread/INFO]: You are running 1.12.7
997[03:47:33] [Server thread/INFO]: The latest version
998[03:47:33] [Server thread/INFO]: of DeluxeChat!
999[03:47:33] [Server thread/INFO]:
1000[03:47:33] [Server thread/INFO]: ----------------------------
1001[03:47:33] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
1002[03:47:33] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.15.0.1
1003[03:47:33] [Server thread/INFO]: [WGRegionEvents] Enabling WGRegionEvents vS_Ryan
1004[03:47:33] [Server thread/INFO]: [WGRegionEvents] [WGRegionEvents] Version: 2.1.0
1005[03:47:33] [Server thread/INFO]: [WGRegionEvents] [WGRegionEvents] Successfully Enabled.
1006[03:47:33] [Server thread/INFO]: [WGCustomFlags] Enabling WGCustomFlags v1.8.1-beta
1007[03:47:33] [Server thread/INFO]: [WGCustomFlags] Loading configuration...
1008[03:47:33] [Server thread/INFO]: [WGCustomFlags] Configuration loaded.
1009[03:47:33] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
1010[03:47:33] [Server thread/WARN]: 12205 [Server thread] ERROR com.Acrobot.ChestShop.ORMlite.db.SqliteDatabaseType - WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
1011
1012[03:47:33] [Server thread/WARN]: 12259 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'
1013
1014[03:47:33] [Server thread/WARN]: 12264 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
1015
1016[03:47:33] [Server thread/WARN]: 12266 [Server thread] ERROR com.Acrobot.ChestShop.ORMlite.db.SqliteDatabaseType - WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
1017
1018[03:47:33] [Server thread/WARN]: 12267 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
1019
1020[03:47:33] [Server thread/WARN]: 12267 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
1021
1022[03:47:33] [Server thread/WARN]: 12268 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
1023
1024[03:47:33] [Server thread/WARN]: 12268 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
1025
1026[03:47:33] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
1027[03:47:34] [Server thread/INFO]: [DirtyDealer] Enabling DirtyDealer v1.1.6
1028[03:47:34] [Server thread/INFO]: [MVdWPlaceholderAPI] DirtyDealer added custom placeholder {dirtydealer_modifier}
1029[03:47:34] [Server thread/INFO]: [EssentialsXMPP] Enabling EssentialsXMPP v2.15.0.1
1030[03:47:34] [Server thread/WARN]: config broken for xmpp
1031[03:47:34] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.15.0.1
1032[03:47:34] [Server thread/INFO]: [KitCreator] Enabling KitCreator v1.1
1033[03:47:34] [Server thread/INFO]: [KitCreator] KitCreator has been enabled!
1034[03:47:34] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.15.0.1
1035[03:47:34] [Server thread/INFO]: [WGRegionCommands] Enabling WGRegionCommands v0.1
1036[03:47:34] [Server thread/INFO]: Added custom flag "player-enter-command" to WorldGuard.
1037[03:47:34] [Server thread/INFO]: Added custom flag "player-leave-command" to WorldGuard.
1038[03:47:34] [Server thread/INFO]: Added custom flag "server-enter-command" to WorldGuard.
1039[03:47:34] [Server thread/INFO]: Added custom flag "server-leave-command" to WorldGuard.
1040[03:47:34] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
1041[03:47:34] [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
1042[03:47:34] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInitiating Database[m
1043[03:47:34] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInjecting command info into Citizens.[m
1044[03:47:34] [Thread-137/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mLoading commands complete![m
1045[03:47:34] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mCommandNPC successfully loaded![m
1046[03:47:34] [Server thread/INFO]: [WGTreeFarmFlag] Enabling WGTreeFarmFlag vS_Ryan
1047[03:47:34] [Server thread/INFO]: Added custom flag "tree-farm" to WorldGuard.
1048[03:47:34] [Server thread/INFO]: Added custom flag "mushroom-farm" to WorldGuard.
1049[03:47:34] [Server thread/WARN]: Gathering farm regions and information..
1050[03:47:34] [Server thread/WARN]: Done checking regions.
1051[03:47:34] [Server thread/WARN]: Version 1.2.15
1052[03:47:34] [Server thread/WARN]: By S_Ryan
1053[03:47:34] [Server thread/WARN]: Successfully enabled.
1054[03:47:34] [Server thread/INFO]: [BeastTokens] Enabling BeastTokens v2.7
1055[03:47:34] [Server thread/INFO]: [BeastTokens] Running NBT reflection test...
1056[03:47:34] [Server thread/INFO]: [BeastTokens] Success! This version of Item-NBT-API is compatible with your server.
1057[03:47:34] [Server thread/INFO]: [BeastTokens] BeastTokens : Version 2.7 : has been enabled!
1058[03:47:34] [Server thread/ERROR]: [BeastTokens] Plugin BeastTokens v2.7 has failed to register events for class me.KikiCro26.BeastTokens.Main because com/vk2gpz/tokenenchant/TokenEnchant does not exist.
1059[03:47:34] [Server thread/INFO]: [MVdWPlaceholderAPI] BeastTokens added custom placeholder {beasttokens_tokens}
1060[03:47:34] [Server thread/INFO]: [EssentialsMysqlStorage] Enabling EssentialsMysqlStorage v1.16.4
1061[03:47:34] [Server thread/INFO]: [EssentialsMysqlStorage] Compatible server version detected: 1.8.8
1062[03:47:34] [Server thread/INFO]: [EssentialsMysqlStorage] Loading the config file...
1063[03:47:34] [Server thread/INFO]: [EssentialsMysqlStorage] Config loaded successfully!
1064[03:47:34] [Server thread/INFO]: [EssentialsMysqlStorage] Connecting to the database...
1065[03:47:34] [Server thread/INFO]: [EssentialsMysqlStorage] Database connection successful!
1066[03:47:34] [Server thread/INFO]: [EssentialsMysqlStorage] Data save task will run each 3 minutes.
1067[03:47:34] [Server thread/INFO]: [EssentialsMysqlStorage] EssentialsMysqlStorage loaded successfully!
1068[03:47:34] [Server thread/INFO]: [BarGamble] Enabling BarGamble v1.3.1
1069[03:47:34] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
1070[03:47:35] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
1071[03:47:35] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
1072[03:47:35] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: fblock
1073[03:47:35] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1074[03:47:35] [Server thread/INFO]: [WorldGuard] (MVP) TNT ignition is PERMITTED.
1075[03:47:35] [Server thread/INFO]: [WorldGuard] (MVP) Lighters are PERMITTED.
1076[03:47:35] [Server thread/INFO]: [WorldGuard] (MVP) Lava fire is blocked.
1077[03:47:35] [Server thread/INFO]: [WorldGuard] (MVP) All fire spread is disabled.
1078[03:47:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MVP'
1079[03:47:35] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1080[03:47:35] [Server thread/INFO]: Preparing start region for level 3 (Seed: -231030807)
1081[03:47:35] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: VIPNew
1082[03:47:35] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1083[03:47:35] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'newplot'[m
1084[03:47:35] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
1085[03:47:35] [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
1086[03:47:35] [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
1087[03:47:35] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - schematic: [0;37;22mfalse[m
1088[03:47:35] [Server thread/INFO]: [WorldGuard] (newplot) TNT ignition is PERMITTED.
1089[03:47:35] [Server thread/INFO]: [WorldGuard] (newplot) Lighters are PERMITTED.
1090[03:47:35] [Server thread/INFO]: [WorldGuard] (newplot) Lava fire is blocked.
1091[03:47:35] [Server thread/INFO]: [WorldGuard] (newplot) All fire spread is disabled.
1092[03:47:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'newplot'
1093[03:47:35] [Server thread/INFO]: World possibly already loaded: newplot[m
1094[03:47:35] [Server thread/INFO]: Preparing start region for level 4 (Seed: 8698331110246132650)
1095[03:47:35] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Hplus
1096[03:47:35] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1097[03:47:35] [Server thread/INFO]: [WorldGuard] (Elite) TNT ignition is PERMITTED.
1098[03:47:35] [Server thread/INFO]: [WorldGuard] (Elite) Lighters are PERMITTED.
1099[03:47:35] [Server thread/INFO]: [WorldGuard] (Elite) Lava fire is blocked.
1100[03:47:35] [Server thread/INFO]: [WorldGuard] (Elite) All fire spread is disabled.
1101[03:47:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Elite'
1102[03:47:35] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1103[03:47:35] [Server thread/INFO]: Preparing start region for level 5 (Seed: 7787688212002941185)
1104[03:47:36] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
1105[03:47:36] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Falcon
1106[03:47:36] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1107[03:47:36] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: OldHblock
1108[03:47:36] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1109[03:47:36] [Server thread/INFO]: [WorldGuard] (SBlock) TNT ignition is PERMITTED.
1110[03:47:36] [Server thread/INFO]: [WorldGuard] (SBlock) Lighters are PERMITTED.
1111[03:47:36] [Server thread/INFO]: [WorldGuard] (SBlock) Lava fire is blocked.
1112[03:47:36] [Server thread/INFO]: [WorldGuard] (SBlock) All fire spread is disabled.
1113[03:47:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SBlock'
1114[03:47:36] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1115[03:47:36] [Server thread/INFO]: Preparing start region for level 6 (Seed: -2796760280841032000)
1116[03:47:36] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: elite
1117[03:47:36] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1118[03:47:36] [Server thread/INFO]: [WorldGuard] (HBlock) TNT ignition is PERMITTED.
1119[03:47:36] [Server thread/INFO]: [WorldGuard] (HBlock) Lighters are PERMITTED.
1120[03:47:36] [Server thread/INFO]: [WorldGuard] (HBlock) Lava fire is blocked.
1121[03:47:36] [Server thread/INFO]: [WorldGuard] (HBlock) All fire spread is disabled.
1122[03:47:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'HBlock'
1123[03:47:36] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1124[03:47:36] [Server thread/INFO]: Preparing start region for level 7 (Seed: -2208774520838747912)
1125[03:47:36] [Server thread/INFO]: [WorldGuard] (Events) TNT ignition is PERMITTED.
1126[03:47:36] [Server thread/INFO]: [WorldGuard] (Events) Lighters are PERMITTED.
1127[03:47:36] [Server thread/INFO]: [WorldGuard] (Events) Lava fire is blocked.
1128[03:47:36] [Server thread/INFO]: [WorldGuard] (Events) All fire spread is disabled.
1129[03:47:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Events'
1130[03:47:36] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1131[03:47:36] [Server thread/INFO]: Preparing start region for level 8 (Seed: 4146195107970199965)
1132[03:47:36] [Server thread/INFO]: [WorldGuard] (RBlock) TNT ignition is PERMITTED.
1133[03:47:36] [Server thread/INFO]: [WorldGuard] (RBlock) Lighters are PERMITTED.
1134[03:47:36] [Server thread/INFO]: [WorldGuard] (RBlock) Lava fire is blocked.
1135[03:47:36] [Server thread/INFO]: [WorldGuard] (RBlock) All fire spread is disabled.
1136[03:47:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'RBlock'
1137[03:47:36] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1138[03:47:36] [Server thread/INFO]: Preparing start region for level 9 (Seed: 7267765376483366586)
1139[03:47:37] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: jblock
1140[03:47:37] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1141[03:47:37] [Server thread/INFO]: [WorldGuard] (BlackMarket) TNT ignition is PERMITTED.
1142[03:47:37] [Server thread/INFO]: [WorldGuard] (BlackMarket) Lighters are PERMITTED.
1143[03:47:37] [Server thread/INFO]: [WorldGuard] (BlackMarket) Lava fire is blocked.
1144[03:47:37] [Server thread/INFO]: [WorldGuard] (BlackMarket) All fire spread is disabled.
1145[03:47:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'BlackMarket'
1146[03:47:37] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1147[03:47:37] [Server thread/INFO]: Preparing start region for level 10 (Seed: -962885872875636522)
1148[03:47:38] [Server thread/INFO]: [WorldGuard] (Tier2) TNT ignition is PERMITTED.
1149[03:47:38] [Server thread/INFO]: [WorldGuard] (Tier2) Lighters are PERMITTED.
1150[03:47:38] [Server thread/INFO]: [WorldGuard] (Tier2) Lava fire is blocked.
1151[03:47:38] [Server thread/INFO]: [WorldGuard] (Tier2) All fire spread is disabled.
1152[03:47:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Tier2'
1153[03:47:38] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1154[03:47:38] [Server thread/INFO]: Preparing start region for level 11 (Seed: -496088048449320348)
1155[03:47:38] [Server thread/INFO]: [WorldGuard] (Tier3) TNT ignition is PERMITTED.
1156[03:47:38] [Server thread/INFO]: [WorldGuard] (Tier3) Lighters are PERMITTED.
1157[03:47:38] [Server thread/INFO]: [WorldGuard] (Tier3) Lava fire is blocked.
1158[03:47:38] [Server thread/INFO]: [WorldGuard] (Tier3) All fire spread is disabled.
1159[03:47:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Tier3'
1160[03:47:38] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1161[03:47:38] [Server thread/INFO]: Preparing start region for level 12 (Seed: -8948194845716084068)
1162[03:47:38] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Jplus
1163[03:47:38] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1164[03:47:38] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: plotworld
1165[03:47:38] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1166[03:47:38] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: NewSblock
1167[03:47:38] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1168[03:47:38] [Server thread/INFO]: [WorldGuard] (pvp) TNT ignition is PERMITTED.
1169[03:47:38] [Server thread/INFO]: [WorldGuard] (pvp) Lighters are PERMITTED.
1170[03:47:38] [Server thread/INFO]: [WorldGuard] (pvp) Lava fire is blocked.
1171[03:47:38] [Server thread/INFO]: [WorldGuard] (pvp) All fire spread is disabled.
1172[03:47:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'pvp'
1173[03:47:38] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
1174[03:47:38] [Server thread/INFO]: CONSOLE issued server command: /time set 0
1175[03:47:38] [Server thread/INFO]: [0;32;22mThe time was set to[0;33;22m [0;33;22m06:00[0;32;22m or [0;33;22m6:00 AM[0;32;22m or [0;33;22m0ticks[0;32;22m. [0;32;22min: [0;33;22mBlackMarket, Elite, Events, HBlock, MVP, NewPrison, NewPrison_nether, NewPrison_the_end, RBlock, SBlock, Tier2, Tier3, newplot, pvp[0;32;22m.[m
1176[03:47:38] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
1177[03:47:38] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1178[03:47:38] [Server thread/INFO]: Preparing start region for level 13 (Seed: -6876492738638527491)
1179[03:47:39] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'Prestige'[m
1180[03:47:39] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
1181[03:47:39] [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
1182[03:47:39] [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
1183[03:47:39] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - schematic: [0;37;22mfalse[m
1184[03:47:39] [Server thread/INFO]: [WorldGuard] (Prestige) TNT ignition is PERMITTED.
1185[03:47:39] [Server thread/INFO]: [WorldGuard] (Prestige) Lighters are PERMITTED.
1186[03:47:39] [Server thread/INFO]: [WorldGuard] (Prestige) Lava fire is blocked.
1187[03:47:39] [Server thread/INFO]: [WorldGuard] (Prestige) All fire spread is disabled.
1188[03:47:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Prestige'
1189[03:47:39] [Server thread/INFO]: World possibly already loaded: Prestige[m
1190[03:47:39] [Server thread/INFO]: Preparing start region for level 14 (Seed: -2875888848279429451)
1191[03:47:39] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Splus
1192[03:47:39] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1193[03:47:39] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Koth1
1194[03:47:39] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1195[03:47:39] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Free
1196[03:47:39] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1197[03:47:39] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Fplus
1198[03:47:39] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1199[03:47:39] [Server thread/INFO]: [WorldGuard] (FBlock) TNT ignition is PERMITTED.
1200[03:47:39] [Server thread/INFO]: [WorldGuard] (FBlock) Lighters are PERMITTED.
1201[03:47:39] [Server thread/INFO]: [WorldGuard] (FBlock) Lava fire is blocked.
1202[03:47:39] [Server thread/INFO]: [WorldGuard] (FBlock) All fire spread is disabled.
1203[03:47:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FBlock'
1204[03:47:39] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
1205[03:47:39] [Server thread/INFO]: CONSOLE issued server command: /time set 0
1206[03:47:39] [Server thread/INFO]: [0;32;22mThe time was set to[0;33;22m [0;33;22m06:00[0;32;22m or [0;33;22m6:00 AM[0;32;22m or [0;33;22m0ticks[0;32;22m. [0;32;22min: [0;33;22mBlackMarket, Elite, Events, FBlock, HBlock, MVP, NewPrison, NewPrison_nether, NewPrison_the_end, Prestige, RBlock, SBlock, Tier2, Tier3, newplot, pvp[0;32;22m.[m
1207[03:47:39] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
1208[03:47:39] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1209[03:47:39] [Server thread/INFO]: Preparing start region for level 15 (Seed: 126846247898446822)
1210[03:47:39] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'plots'[m
1211[03:47:39] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
1212[03:47:39] [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
1213[03:47:39] [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
1214[03:47:39] [Server thread/INFO]: [WorldGuard] (plots) TNT ignition is PERMITTED.
1215[03:47:39] [Server thread/INFO]: [WorldGuard] (plots) Lighters are PERMITTED.
1216[03:47:39] [Server thread/INFO]: [WorldGuard] (plots) Lava fire is blocked.
1217[03:47:39] [Server thread/INFO]: [WorldGuard] (plots) All fire spread is disabled.
1218[03:47:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plots'
1219[03:47:39] [Server thread/INFO]: World possibly already loaded: plots[m
1220[03:47:39] [Server thread/INFO]: Preparing start region for level 16 (Seed: 3215246327286594017)
1221[03:47:40] [Server thread/INFO]: Preparing spawn area for plots, 73%
1222[03:47:40] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: PrestigeWorld
1223[03:47:40] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1224[03:47:40] [Server thread/INFO]: [WorldGuard] (TBlock) TNT ignition is PERMITTED.
1225[03:47:40] [Server thread/INFO]: [WorldGuard] (TBlock) Lighters are PERMITTED.
1226[03:47:40] [Server thread/INFO]: [WorldGuard] (TBlock) Lava fire is blocked.
1227[03:47:40] [Server thread/INFO]: [WorldGuard] (TBlock) All fire spread is disabled.
1228[03:47:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'TBlock'
1229[03:47:40] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1230[03:47:40] [Server thread/INFO]: Preparing start region for level 17 (Seed: -1905298965574224629)
1231[03:47:41] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'bigplots'[m
1232[03:47:41] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
1233[03:47:41] [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
1234[03:47:41] [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
1235[03:47:41] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - schematic: [0;37;22mfalse[m
1236[03:47:41] [Server thread/INFO]: [WorldGuard] (bigplots) TNT ignition is PERMITTED.
1237[03:47:41] [Server thread/INFO]: [WorldGuard] (bigplots) Lighters are PERMITTED.
1238[03:47:41] [Server thread/INFO]: [WorldGuard] (bigplots) Lava fire is blocked.
1239[03:47:41] [Server thread/INFO]: [WorldGuard] (bigplots) All fire spread is disabled.
1240[03:47:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bigplots'
1241[03:47:41] [Server thread/INFO]: World possibly already loaded: bigplots[m
1242[03:47:41] [Server thread/INFO]: Preparing start region for level 18 (Seed: 4744635463527473919)
1243[03:47:41] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: RBlock2
1244[03:47:41] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1245[03:47:41] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: H-Block
1246[03:47:41] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1247[03:47:41] [Server thread/INFO]: [WorldGuard] (JBlock) TNT ignition is PERMITTED.
1248[03:47:41] [Server thread/INFO]: [WorldGuard] (JBlock) Lighters are PERMITTED.
1249[03:47:41] [Server thread/INFO]: [WorldGuard] (JBlock) Lava fire is blocked.
1250[03:47:41] [Server thread/INFO]: [WorldGuard] (JBlock) All fire spread is disabled.
1251[03:47:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'JBlock'
1252[03:47:41] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1253[03:47:41] [Server thread/INFO]: Preparing start region for level 19 (Seed: -6719503409491565665)
1254[03:47:41] [Server thread/INFO]: [WorldGuard] (GBlock) TNT ignition is PERMITTED.
1255[03:47:41] [Server thread/INFO]: [WorldGuard] (GBlock) Lighters are PERMITTED.
1256[03:47:41] [Server thread/INFO]: [WorldGuard] (GBlock) Lava fire is blocked.
1257[03:47:41] [Server thread/INFO]: [WorldGuard] (GBlock) All fire spread is disabled.
1258[03:47:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'GBlock'
1259[03:47:41] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1260[03:47:41] [Server thread/INFO]: Preparing start region for level 20 (Seed: 8421688205041508621)
1261[03:47:42] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: JBlock1
1262[03:47:42] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1263[03:47:42] [Server thread/INFO]: [WorldGuard] (VIP) TNT ignition is PERMITTED.
1264[03:47:42] [Server thread/INFO]: [WorldGuard] (VIP) Lighters are PERMITTED.
1265[03:47:42] [Server thread/INFO]: [WorldGuard] (VIP) Lava fire is blocked.
1266[03:47:42] [Server thread/INFO]: [WorldGuard] (VIP) All fire spread is disabled.
1267[03:47:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'VIP'
1268[03:47:42] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1269[03:47:42] [Server thread/INFO]: Preparing start region for level 21 (Seed: -5087679486546374229)
1270[03:47:42] [Server thread/INFO]: [WorldGuard] (Tier1) TNT ignition is PERMITTED.
1271[03:47:42] [Server thread/INFO]: [WorldGuard] (Tier1) Lighters are PERMITTED.
1272[03:47:42] [Server thread/INFO]: [WorldGuard] (Tier1) Lava fire is blocked.
1273[03:47:42] [Server thread/INFO]: [WorldGuard] (Tier1) All fire spread is disabled.
1274[03:47:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Tier1'
1275[03:47:42] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1276[03:47:42] [Server thread/INFO]: Preparing start region for level 22 (Seed: 7189899807914952393)
1277[03:47:43] [Server thread/INFO]: [Multiverse-Core] 23 - World(s) loaded.
1278[03:47:43] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
1279[03:47:43] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.81
1280[03:47:43] [Server thread/INFO]: [Shopkeepers] Citizens found, enabling NPC shopkeepers.
1281[03:47:43] [Server thread/INFO]: [ItemSlotMachine] Enabling ItemSlotMachine v1.3.3
1282[03:47:43] [Server thread/INFO]: [ItemSlotMachine] config.yml successfully loaded.
1283[03:47:43] [Server thread/INFO]: [ItemSlotMachine] Vault hooked, money distribution is active.
1284[03:47:43] [Server thread/INFO]: [ItemSlotMachine] lang_EN.txt successfully loaded.
1285[03:47:43] [Server thread/INFO]: [ItemSlotMachine] 1 design loaded.
1286[03:47:43] [Server thread/INFO]: [ItemSlotMachine] 6 slot machines loaded.
1287[03:47:43] [Server thread/INFO]: [ItemSlotMachine] 278 player statistics loaded.
1288[03:47:43] [Server thread/INFO]: [ItemSlotMachine] This plugin is using Metrics by Hidendra!
1289[03:47:43] [Server thread/INFO]: [ItemSlotMachine] Gambling system version 1.3.3 activated! Have fun ;D (239 ms)
1290[03:47:43] [Server thread/INFO]: [PrisonCells] Enabling PrisonCells v2.2.3
1291[03:47:43] [Server thread/INFO]: [PrisonCells] Rental period set to '24hours'
1292[03:47:43] [Server thread/INFO]: [PrisonCells] Max rental length set to '25days'
1293[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1294[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,8,143,81,8. The world was removed.
1295[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1296[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,8,143,81,8. The world was removed.
1297[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+61 because the world it was in doesn't exist anymore.
1298[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+61.yml
1299[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1300[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,-8,139,76,-8. The world was removed.
1301[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,-10,139,76,-10. The world was removed.
1302[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1303[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,-8,139,76,-8. The world was removed.
1304[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,-10,139,76,-10. The world was removed.
1305[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+12 because the world it was in doesn't exist anymore.
1306[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+12.yml
1307[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1308[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,8,90,81,8. The world was removed.
1309[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1310[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,8,90,81,8. The world was removed.
1311[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+49 because the world it was in doesn't exist anymore.
1312[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+49.yml
1313[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1314[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,80,8,102,81,8. The world was removed.
1315[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1316[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,80,8,102,81,8. The world was removed.
1317[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+52 because the world it was in doesn't exist anymore.
1318[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+52.yml
1319[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1320[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,-8,135,81,-8. The world was removed.
1321[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,-10,135,81,-10. The world was removed.
1322[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1323[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,-8,135,81,-8. The world was removed.
1324[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,-10,135,81,-10. The world was removed.
1325[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+43 because the world it was in doesn't exist anymore.
1326[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+43.yml
1327[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1328[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,8,102,76,8. The world was removed.
1329[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,10,102,76,10. The world was removed.
1330[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1331[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,8,102,76,8. The world was removed.
1332[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,10,102,76,10. The world was removed.
1333[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+20 because the world it was in doesn't exist anymore.
1334[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+20.yml
1335[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1336[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,-8,102,76,-8. The world was removed.
1337[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,-10,102,76,-10. The world was removed.
1338[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1339[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,-8,102,76,-8. The world was removed.
1340[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,-10,102,76,-10. The world was removed.
1341[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+4 because the world it was in doesn't exist anymore.
1342[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+4.yml
1343[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1344[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,76,8,90,77,8. The world was removed.
1345[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,76,10,90,77,10. The world was removed.
1346[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1347[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,76,8,90,77,8. The world was removed.
1348[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,76,10,90,77,10. The world was removed.
1349[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+17 because the world it was in doesn't exist anymore.
1350[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+17.yml
1351[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1352[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,8,114,76,8. The world was removed.
1353[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,10,114,76,10. The world was removed.
1354[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1355[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,8,114,76,8. The world was removed.
1356[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,10,114,76,10. The world was removed.
1357[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+23 because the world it was in doesn't exist anymore.
1358[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+23.yml
1359[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1360[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,76,8,98,77,8. The world was removed.
1361[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,76,10,98,77,10. The world was removed.
1362[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1363[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,76,8,98,77,8. The world was removed.
1364[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,76,10,98,77,10. The world was removed.
1365[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+19 because the world it was in doesn't exist anymore.
1366[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+19.yml
1367[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1368[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,8,131,81,8. The world was removed.
1369[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1370[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,8,131,81,8. The world was removed.
1371[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+58 because the world it was in doesn't exist anymore.
1372[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+58.yml
1373[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1374[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,76,8,131,77,8. The world was removed.
1375[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,76,10,131,77,10. The world was removed.
1376[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1377[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,76,8,131,77,8. The world was removed.
1378[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,76,10,131,77,10. The world was removed.
1379[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+26 because the world it was in doesn't exist anymore.
1380[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+26.yml
1381[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1382[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,-8,143,76,-8. The world was removed.
1383[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,-10,143,76,-10. The world was removed.
1384[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1385[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,-8,143,76,-8. The world was removed.
1386[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,-10,143,76,-10. The world was removed.
1387[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+13 because the world it was in doesn't exist anymore.
1388[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+13.yml
1389[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1390[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,-10,94,77,-10. The world was removed.
1391[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,-8,94,77,-8. The world was removed.
1392[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1393[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,-10,94,77,-10. The world was removed.
1394[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,-8,94,77,-8. The world was removed.
1395[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+2 because the world it was in doesn't exist anymore.
1396[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+2.yml
1397[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1398[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,8,110,81,8. The world was removed.
1399[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,10,110,81,10. The world was removed.
1400[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1401[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,8,110,81,8. The world was removed.
1402[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,10,110,81,10. The world was removed.
1403[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+54 because the world it was in doesn't exist anymore.
1404[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+54.yml
1405[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1406[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,80,-8,102,81,-8. The world was removed.
1407[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1408[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,80,-8,102,81,-8. The world was removed.
1409[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+36 because the world it was in doesn't exist anymore.
1410[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+36.yml
1411[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1412[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,-8,114,76,-8. The world was removed.
1413[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,-10,114,76,-10. The world was removed.
1414[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1415[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,-8,114,76,-8. The world was removed.
1416[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,-10,114,76,-10. The world was removed.
1417[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+7 because the world it was in doesn't exist anymore.
1418[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+7.yml
1419[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1420[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,-8,94,81,-8. The world was removed.
1421[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,-10,94,81,-10. The world was removed.
1422[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1423[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,-8,94,81,-8. The world was removed.
1424[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,-10,94,81,-10. The world was removed.
1425[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+34 because the world it was in doesn't exist anymore.
1426[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+34.yml
1427[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1428[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,77,-8,90,76,-8. The world was removed.
1429[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,77,-10,90,76,-10. The world was removed.
1430[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1431[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,77,-8,90,76,-8. The world was removed.
1432[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,77,-10,90,76,-10. The world was removed.
1433[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+1 because the world it was in doesn't exist anymore.
1434[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+1.yml
1435[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1436[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,8,143,76,8. The world was removed.
1437[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,10,143,76,10. The world was removed.
1438[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1439[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,8,143,76,8. The world was removed.
1440[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,10,143,76,10. The world was removed.
1441[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+29 because the world it was in doesn't exist anymore.
1442[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+29.yml
1443[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1444[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,-8,139,81,-8. The world was removed.
1445[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,-10,139,81,-10. The world was removed.
1446[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1447[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,-8,139,81,-8. The world was removed.
1448[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,-10,139,81,-10. The world was removed.
1449[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+44 because the world it was in doesn't exist anymore.
1450[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+44.yml
1451[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1452[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,8,155,76,8. The world was removed.
1453[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,10,155,76,10. The world was removed.
1454[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1455[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,8,155,76,8. The world was removed.
1456[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,10,155,76,10. The world was removed.
1457[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+32 because the world it was in doesn't exist anymore.
1458[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+32.yml
1459[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1460[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,10,106,76,10. The world was removed.
1461[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,8,106,76,8. The world was removed.
1462[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1463[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,10,106,76,10. The world was removed.
1464[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,8,106,76,8. The world was removed.
1465[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+21 because the world it was in doesn't exist anymore.
1466[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+21.yml
1467[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1468[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,-8,131,81,-8. The world was removed.
1469[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,-10,131,81,-10. The world was removed.
1470[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1471[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,-8,131,81,-8. The world was removed.
1472[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,-10,131,81,-10. The world was removed.
1473[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+42 because the world it was in doesn't exist anymore.
1474[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+42.yml
1475[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1476[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,-8,106,81,-8. The world was removed.
1477[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,-10,106,81,-10. The world was removed.
1478[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1479[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,-8,106,81,-8. The world was removed.
1480[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,-10,106,81,-10. The world was removed.
1481[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+37 because the world it was in doesn't exist anymore.
1482[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+37.yml
1483[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1484[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,81,-8,155,80,-8. The world was removed.
1485[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1486[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,81,-8,155,80,-8. The world was removed.
1487[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+48 because the world it was in doesn't exist anymore.
1488[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+48.yml
1489[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1490[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,-8,143,81,-8. The world was removed.
1491[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,-10,143,81,-10. The world was removed.
1492[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1493[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,-8,143,81,-8. The world was removed.
1494[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,-10,143,81,-10. The world was removed.
1495[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+45 because the world it was in doesn't exist anymore.
1496[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+45.yml
1497[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1498[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,8,139,76,8. The world was removed.
1499[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,10,139,76,10. The world was removed.
1500[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1501[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,8,139,76,8. The world was removed.
1502[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,10,139,76,10. The world was removed.
1503[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+28 because the world it was in doesn't exist anymore.
1504[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+28.yml
1505[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1506[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,8,94,77,8. The world was removed.
1507[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,10,94,77,10. The world was removed.
1508[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1509[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,8,94,77,8. The world was removed.
1510[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,10,94,77,10. The world was removed.
1511[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+18 because the world it was in doesn't exist anymore.
1512[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+18.yml
1513[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1514[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,-8,90,81,-8. The world was removed.
1515[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,-10,90,81,-10. The world was removed.
1516[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1517[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,-8,90,81,-8. The world was removed.
1518[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,-10,90,81,-10. The world was removed.
1519[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+33 because the world it was in doesn't exist anymore.
1520[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+33.yml
1521[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1522[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,-8,110,81,-8. The world was removed.
1523[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,-10,110,81,-10. The world was removed.
1524[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1525[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,-8,110,81,-8. The world was removed.
1526[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,-10,110,81,-10. The world was removed.
1527[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+38 because the world it was in doesn't exist anymore.
1528[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+38.yml
1529[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1530[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,-8,151,76,-8. The world was removed.
1531[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,-10,151,76,-10. The world was removed.
1532[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1533[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,-8,151,76,-8. The world was removed.
1534[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,-10,151,76,-10. The world was removed.
1535[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+15 because the world it was in doesn't exist anymore.
1536[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+15.yml
1537[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1538[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,-8,98,81,-8. The world was removed.
1539[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,-10,98,81,-10. The world was removed.
1540[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1541[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,-8,98,81,-8. The world was removed.
1542[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,-10,98,81,-10. The world was removed.
1543[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+35 because the world it was in doesn't exist anymore.
1544[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+35.yml
1545[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1546[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,8,98,81,8. The world was removed.
1547[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,10,98,81,10. The world was removed.
1548[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1549[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,8,98,81,8. The world was removed.
1550[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,10,98,81,10. The world was removed.
1551[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+51 because the world it was in doesn't exist anymore.
1552[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+51.yml
1553[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1554[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,76,8,110,77,8. The world was removed.
1555[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1556[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,76,8,110,77,8. The world was removed.
1557[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+22 because the world it was in doesn't exist anymore.
1558[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+22.yml
1559[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1560[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,81,8,151,80,8. The world was removed.
1561[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,81,10,151,80,10. The world was removed.
1562[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1563[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,81,8,151,80,8. The world was removed.
1564[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,81,10,151,80,10. The world was removed.
1565[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+63 because the world it was in doesn't exist anymore.
1566[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+63.yml
1567[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1568[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,-8,155,76,-8. The world was removed.
1569[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1570[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,-8,155,76,-8. The world was removed.
1571[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+16 because the world it was in doesn't exist anymore.
1572[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+16.yml
1573[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1574[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,-8,106,76,-8. The world was removed.
1575[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,-10,106,76,-10. The world was removed.
1576[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1577[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,-8,106,76,-8. The world was removed.
1578[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,-10,106,76,-10. The world was removed.
1579[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+5 because the world it was in doesn't exist anymore.
1580[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+5.yml
1581[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1582[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,8,118,76,8. The world was removed.
1583[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1584[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,8,118,76,8. The world was removed.
1585[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+24 because the world it was in doesn't exist anymore.
1586[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+24.yml
1587[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1588[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,-8,127,76,-8. The world was removed.
1589[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1590[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,-8,127,76,-8. The world was removed.
1591[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+9 because the world it was in doesn't exist anymore.
1592[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+9.yml
1593[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1594[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,8,135,81,8. The world was removed.
1595[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,10,135,81,10. The world was removed.
1596[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1597[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,8,135,81,8. The world was removed.
1598[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,10,135,81,10. The world was removed.
1599[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+59 because the world it was in doesn't exist anymore.
1600[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+59.yml
1601[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1602[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,-10,135,76,-10. The world was removed.
1603[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,-8,135,76,-8. The world was removed.
1604[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1605[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,-10,135,76,-10. The world was removed.
1606[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,-8,135,76,-8. The world was removed.
1607[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+11 because the world it was in doesn't exist anymore.
1608[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+11.yml
1609[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1610[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,-8,147,76,-8. The world was removed.
1611[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,-10,147,76,-10. The world was removed.
1612[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1613[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,-8,147,76,-8. The world was removed.
1614[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,-10,147,76,-10. The world was removed.
1615[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+14 because the world it was in doesn't exist anymore.
1616[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+14.yml
1617[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1618[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,8,147,81,8. The world was removed.
1619[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,10,147,81,10. The world was removed.
1620[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1621[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,8,147,81,8. The world was removed.
1622[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,10,147,81,10. The world was removed.
1623[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+62 because the world it was in doesn't exist anymore.
1624[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+62.yml
1625[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1626[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,8,127,76,8. The world was removed.
1627[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,10,127,76,10. The world was removed.
1628[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1629[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,8,127,76,8. The world was removed.
1630[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,10,127,76,10. The world was removed.
1631[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+25 because the world it was in doesn't exist anymore.
1632[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+25.yml
1633[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1634[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,77,-10,98,76,-10. The world was removed.
1635[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,77,-8,98,76,-8. The world was removed.
1636[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1637[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,77,-10,98,76,-10. The world was removed.
1638[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,77,-8,98,76,-8. The world was removed.
1639[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+3 because the world it was in doesn't exist anymore.
1640[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+3.yml
1641[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1642[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,-8,118,81,-8. The world was removed.
1643[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,-10,118,81,-10. The world was removed.
1644[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1645[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,-8,118,81,-8. The world was removed.
1646[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,-10,118,81,-10. The world was removed.
1647[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+40 because the world it was in doesn't exist anymore.
1648[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+40.yml
1649[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1650[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,8,106,81,8. The world was removed.
1651[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1652[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,8,106,81,8. The world was removed.
1653[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+53 because the world it was in doesn't exist anymore.
1654[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+53.yml
1655[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1656[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,81,8,155,80,8. The world was removed.
1657[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1658[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,81,8,155,80,8. The world was removed.
1659[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+64 because the world it was in doesn't exist anymore.
1660[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+64.yml
1661[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1662[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,80,-8,151,81,-8. The world was removed.
1663[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1664[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,80,-8,151,81,-8. The world was removed.
1665[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+47 because the world it was in doesn't exist anymore.
1666[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+47.yml
1667[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1668[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,80,-8,127,81,-8. The world was removed.
1669[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,80,-10,127,81,-10. The world was removed.
1670[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1671[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,80,-8,127,81,-8. The world was removed.
1672[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,80,-10,127,81,-10. The world was removed.
1673[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+41 because the world it was in doesn't exist anymore.
1674[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+41.yml
1675[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1676[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,8,151,76,8. The world was removed.
1677[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1678[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,8,151,76,8. The world was removed.
1679[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+31 because the world it was in doesn't exist anymore.
1680[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+31.yml
1681[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1682[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,8,139,81,8. The world was removed.
1683[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,10,139,81,10. The world was removed.
1684[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1685[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,8,139,81,8. The world was removed.
1686[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,10,139,81,10. The world was removed.
1687[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+60 because the world it was in doesn't exist anymore.
1688[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+60.yml
1689[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1690[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,8,114,81,8. The world was removed.
1691[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,10,114,81,10. The world was removed.
1692[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1693[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,8,114,81,8. The world was removed.
1694[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,10,114,81,10. The world was removed.
1695[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+55 because the world it was in doesn't exist anymore.
1696[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+55.yml
1697[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1698[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,77,-8,110,76,-8. The world was removed.
1699[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,77,-10,110,76,-10. The world was removed.
1700[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1701[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,77,-8,110,76,-8. The world was removed.
1702[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,77,-10,110,76,-10. The world was removed.
1703[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+6 because the world it was in doesn't exist anymore.
1704[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+6.yml
1705[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1706[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,8,135,76,8. The world was removed.
1707[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,10,135,76,10. The world was removed.
1708[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1709[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,8,135,76,8. The world was removed.
1710[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,10,135,76,10. The world was removed.
1711[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+27 because the world it was in doesn't exist anymore.
1712[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+27.yml
1713[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1714[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,-8,147,81,-8. The world was removed.
1715[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,-10,147,81,-10. The world was removed.
1716[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1717[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,-8,147,81,-8. The world was removed.
1718[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,-10,147,81,-10. The world was removed.
1719[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+46 because the world it was in doesn't exist anymore.
1720[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+46.yml
1721[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1722[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,8,94,81,8. The world was removed.
1723[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1724[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,8,94,81,8. The world was removed.
1725[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+50 because the world it was in doesn't exist anymore.
1726[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+50.yml
1727[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1728[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,-8,118,76,-8. The world was removed.
1729[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,-10,118,76,-10. The world was removed.
1730[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1731[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,-8,118,76,-8. The world was removed.
1732[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,-10,118,76,-10. The world was removed.
1733[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+8 because the world it was in doesn't exist anymore.
1734[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+8.yml
1735[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1736[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,8,118,81,8. The world was removed.
1737[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,10,118,81,10. The world was removed.
1738[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1739[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,8,118,81,8. The world was removed.
1740[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,10,118,81,10. The world was removed.
1741[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+56 because the world it was in doesn't exist anymore.
1742[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+56.yml
1743[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1744[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,81,8,127,80,8. The world was removed.
1745[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,81,10,127,80,10. The world was removed.
1746[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1747[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,81,8,127,80,8. The world was removed.
1748[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,81,10,127,80,10. The world was removed.
1749[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+57 because the world it was in doesn't exist anymore.
1750[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+57.yml
1751[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1752[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,77,-8,131,76,-8. The world was removed.
1753[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,77,-10,131,76,-10. The world was removed.
1754[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1755[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,77,-8,131,76,-8. The world was removed.
1756[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,77,-10,131,76,-10. The world was removed.
1757[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+10 because the world it was in doesn't exist anymore.
1758[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+10.yml
1759[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1760[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,8,147,76,8. The world was removed.
1761[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,10,147,76,10. The world was removed.
1762[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1763[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,8,147,76,8. The world was removed.
1764[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,10,147,76,10. The world was removed.
1765[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+30 because the world it was in doesn't exist anymore.
1766[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+30.yml
1767[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1768[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,-10,114,81,-10. The world was removed.
1769[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,-8,114,81,-8. The world was removed.
1770[03:47:43] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1771[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,-10,114,81,-10. The world was removed.
1772[03:47:43] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,-8,114,81,-8. The world was removed.
1773[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+39 because the world it was in doesn't exist anymore.
1774[03:47:43] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+39.yml
1775[03:47:43] [Server thread/INFO]: [PrisonCells] Loaded 4 cells(s)
1776[03:47:43] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.2.1
1777[03:47:44] [Server thread/INFO]: [KoTH] Enabling KoTH v1.3.3
1778[03:47:44] [Server thread/INFO]: [KoTH] KoTH - Vanish hook: Enabled
1779[03:47:44] [Server thread/INFO]: [KoTH] KoTH - Featherboard hook: Enabled
1780[03:47:44] [Server thread/INFO]: [HeavySpleef] Enabling HeavySpleef v2.4.1
1781[03:47:44] [Server thread/INFO]: [HeavySpleef] Add-On load complete. Enabled 0 add-ons
1782[03:47:44] [Server thread/INFO]: [AncientGates] Enabling AncientGates v2.0.6
1783[03:47:44] [Server thread/INFO]: [AncientGates] Loading conf from disk
1784[03:47:44] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.9.5.1
1785[03:47:44] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
1786[03:47:44] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
1787[03:47:44] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
1788[03:47:44] [Server thread/WARN]: [HolographicDisplays] Hologram 'redeem' was in the world 'Redeem' but it wasn't loaded.
1789[03:47:44] [Server thread/WARN]: [HolographicDisplays] Hologram 'emeralds-on-d' was in the world 'PrestigeWorld' but it wasn't loaded.
1790[03:47:45] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.0.1
1791[03:47:45] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_8_R3 (Minecraft 1.8)...
1792[03:47:45] [Server thread/INFO]: [MythicMobs] MythicMobs BarAPI Support has been enabled!
1793[03:47:45] [Server thread/INFO]: [MythicMobs] MythicMobs EffectLib Support has been enabled!
1794[03:47:45] [Server thread/INFO]: [MythicMobs] MythicMobs Lib's Disguises Support has been enabled!
1795[03:47:45] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
1796[03:47:45] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
1797[03:47:45] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1798[03:47:45] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1799[03:47:45] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1800[03:47:45] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1801[03:47:45] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1802[03:47:45] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill SummonSkeletons1
1803[03:47:45] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill SummonSkeletons2
1804[03:47:45] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinWither
1805[03:47:45] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill HellsQuake
1806[03:47:45] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1807[03:47:45] [Server thread/INFO]: [MythicMobs] Loaded 6 mobs.
1808[03:47:45] [Server thread/INFO]: [MythicMobs] Loaded 3 vanilla mob overrides.
1809[03:47:45] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
1810[03:47:45] [Server thread/INFO]: [MythicMobs] Loaded 3 skills.
1811[03:47:45] [Server thread/INFO]: [MythicMobs] Loaded 4 random spawns.
1812[03:47:45] [Server thread/INFO]: [MythicMobs] Loaded 25 mythic items.
1813[03:47:45] [Server thread/INFO]: [MythicMobs] Loaded 1 drop tables.
1814[03:47:45] [Server thread/INFO]: [MythicMobs] Loaded 0 mob spawners.
1815[03:47:45] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
1816[03:47:45] [Server thread/INFO]: [MythicMobs] v4.0.1 has been successfully loaded!
1817[03:47:45] [Server thread/INFO]: [GangsPlus] Enabling GangsPlus v2.0.22
1818[03:47:45] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_name}
1819[03:47:45] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_formattedname}
1820[03:47:45] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_level}
1821[03:47:45] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_rank}
1822[03:47:45] [Server thread/INFO]: [SupplyCrates] Enabling SupplyCrates v2.3-STABLE
1823[03:47:45] [Server thread/INFO]: [SupplyCrates] HolographicDisplaysAPI_v2 found, enabling Hologram support.
1824[03:47:45] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v1.3.98.3
1825[03:47:45] [Server thread/INFO]: [CrateReloaded] v1_8_R3
1826[03:47:45] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
1827[03:47:45] [Server thread/INFO]: [AutoPickup] Enabling AutoPickup v3.9
1828[03:47:45] [Server thread/ERROR]: [AutoPickup] Plugin AutoPickup v3.9 has failed to register events for class me.MnMaxon.AutoPickup.MythicMobListener because net/elseland/xikage/MythicMobs/API/Bukkit/Events/MythicMobDeathEvent does not exist.
1829[03:47:45] [Server thread/ERROR]: [AutoPickup] Plugin AutoPickup v3.9 has failed to register events for class me.MnMaxon.AutoPickup.TokenEnchantListener because com/vk2gpz/tokenenchant/event/TEBlockExplodeEvent does not exist.
1830[03:47:45] [Server thread/INFO]: [skRayFall] Enabling skRayFall v1.9.4
1831[03:47:45] [Server thread/INFO]: [skRayFall] Yay! You are running skRayFall 1.9.4!
1832[03:47:45] [Server thread/INFO]: [skRayFall] Nathan and Lewis <3 you.
1833[03:47:45] [Server thread/INFO]: [skRayFall] Cooking Bacon...
1834[03:47:45] [Server thread/INFO]: [skRayFall] Getting more bacon for the army of citizens...
1835[03:47:45] [Server thread/INFO]: [skRayFall] Got bacon for the EffectLib partical ninjas!
1836[03:47:45] [Server thread/INFO]: [skRayFall] Getting more bacon for the Votifier runners!
1837[03:47:45] [Server thread/INFO]: [skRayFall] Bacon holograms found
1838[03:47:45] [Server thread/INFO]: [skRayFall] Client Side bacon holograms enabled
1839[03:47:45] [Server thread/INFO]: [skRayFall] Enabling general 1.8/1.9/1.10 bacon!
1840[03:47:45] [Server thread/INFO]: [skRayFall] Getting the extra special 1.8.4 - 1.8.8 bacon!
1841[03:47:45] [Server thread/INFO]: [skRayFall] Bacon is ready!
1842[03:47:45] [Server thread/INFO]: [LeaderHeads] Enabling LeaderHeads v3.1.8
1843[03:47:46] [Server thread/INFO]: [LeaderHeads] Loaded automatic reward: votes
1844[03:47:46] [Server thread/INFO]: [LeaderHeads] Loaded automatic reward: kills
1845[03:47:46] [Server thread/INFO]: [LeaderHeads] Hooked into Citizens
1846[03:47:46] [Server thread/INFO]: [LeaderHeads] Hooked into HolographicDisplays
1847[03:47:46] [Server thread/INFO]: [PrisonMines] Enabling PrisonMines v3.0.5
1848[03:47:46] [Server thread/INFO]: [PrisonMines] HolographicDisplays was found
1849[03:47:46] [Server thread/ERROR]: [PrisonMines] Unable to load mine from obsidian.yml
1850[03:47:46] [Server thread/INFO]: [PrisonMines] Loaded 39 mine(s)
1851[03:47:46] [Server thread/INFO]: [MineCrates] Enabling MineCrates v2.6.1
1852[03:47:46] [Server thread/INFO]: [MineCrates] area_handler hook successfully set to: 'PrisonMines'
1853[03:47:46] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 11 rewards.
1854[03:47:46] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 11 rewards.
1855[03:47:46] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 11 rewards.
1856[03:47:46] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 11 rewards.
1857[03:47:46] [Server thread/WARN]: [MineCrates] Total chance in reward list: default exceeds 100.0!
1858[03:47:46] [Server thread/INFO]: [MineCrates] No more rewards will be loaded from this reward list!
1859[03:47:46] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 10 rewards.
1860[03:47:46] [Server thread/WARN]: [MineCrates] Total chance in reward list: default exceeds 100.0!
1861[03:47:46] [Server thread/INFO]: [MineCrates] No more rewards will be loaded from this reward list!
1862[03:47:46] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 10 rewards.
1863[03:47:46] [Server thread/WARN]: [MineCrates] Total chance in reward list: default exceeds 100.0!
1864[03:47:46] [Server thread/INFO]: [MineCrates] No more rewards will be loaded from this reward list!
1865[03:47:46] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 10 rewards.
1866[03:47:46] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 12 rewards.
1867[03:47:46] [Server thread/INFO]: [MineCrates] 8 MineCrate areas loaded...
1868[03:47:46] [Server thread/INFO]: [ProQuests] Enabling ProQuests v2.0.4.4
1869[03:47:47] [Server thread/INFO]: [ProQuests] Running build #41806
1870[03:47:47] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1871[03:47:47] [Server thread/INFO]: [ProQuests] Loading external plugin hooks....
1872[03:47:47] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1873[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into askyblock
1874[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into auction_gui_plus
1875[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into auction_house
1876[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into auctions
1877[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into autorank
1878[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into autosell
1879[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into battle_levels
1880[03:47:47] [Server thread/INFO]: [ProQuests] BUYCRAFT version mismatch, ProQuests references version 10.1.1. If you are using the latest version open an issue on GitHub for an updated version! You will not receive support regarding this hook while using a mismatched version
1881[03:47:47] [Server thread/INFO]: [ProQuests] Successfully hooked into buycraft
1882[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into chat_reaction
1883[03:47:47] [Server thread/INFO]: [ProQuests] The Citizens version you are using does not support the NPCTeleportEvent
1884[03:47:47] [Server thread/INFO]: [ProQuests] CITIZENS version mismatch, ProQuests references version 2.0.22-SNAPSHOT (build 1494). If you are using the latest version open an issue on GitHub for an updated version! You will not receive support regarding this hook while using a mismatched version
1885[03:47:47] [Server thread/INFO]: [ProQuests] Successfully hooked into citizens
1886[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into crate_keys
1887[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into custom_bosses
1888[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into custom_shops
1889[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into dailybonus
1890[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into ez_blocks
1891[03:47:47] [Server thread/INFO]: [ProQuests] EZ_RANKS version mismatch, ProQuests references version 1.6.0. If you are using the latest version open an issue on GitHub for an updated version! You will not receive support regarding this hook while using a mismatched version
1892[03:47:47] [Server thread/INFO]: [ProQuests] Successfully hooked into ez_ranks
1893[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into factions
1894[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into factions_uuid
1895[03:47:47] [Server thread/INFO]: [ProQuests] GANGS_PLUS version mismatch, ProQuests references version 2.3.0. If you are using the latest version open an issue on GitHub for an updated version! You will not receive support regarding this hook while using a mismatched version
1896[03:47:47] [Server thread/INFO]: [ProQuests] Successfully hooked into gangs_plus
1897[03:47:47] [Server thread/INFO]: [ProQuests] Successfully hooked into holographic_displays
1898[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into jobs
1899[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into lucky_blocks
1900[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into mcmmo
1901[03:47:47] [Server thread/INFO]: [ProQuests] MINE_CRATES version mismatch, ProQuests references version 2.8.0. If you are using the latest version open an issue on GitHub for an updated version! You will not receive support regarding this hook while using a mismatched version
1902[03:47:47] [Server thread/INFO]: [ProQuests] Successfully hooked into mine_crates
1903[03:47:47] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_global_multiplier}
1904[03:47:47] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_player_multiplier}
1905[03:47:47] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_weekly_points}
1906[03:47:47] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_monthly_points}
1907[03:47:47] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_total_points}
1908[03:47:47] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_total_active_quests}
1909[03:47:47] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_total_completed_quests}
1910[03:47:47] [Server thread/INFO]: [ProQuests] MVDW_PLACEHOLDERS version mismatch, ProQuests references version 1.0.0. If you are using the latest version open an issue on GitHub for an updated version! You will not receive support regarding this hook while using a mismatched version
1911[03:47:47] [Server thread/INFO]: [ProQuests] Successfully hooked into mvdw_placeholders
1912[03:47:47] [Server thread/INFO]: [ProQuests] MYTHIC_MOBS version mismatch, ProQuests references version 4.2.0-SNAPSHOT. If you are using the latest version open an issue on GitHub for an updated version! You will not receive support regarding this hook while using a mismatched version
1913[03:47:47] [Server thread/INFO]: [ProQuests] Successfully hooked into mythic_mobs
1914[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into name_my_tool
1915[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into obsidian_auctions
1916[03:47:47] [Server thread/INFO]: [ProQuests] PLACEHOLDER_API version mismatch, ProQuests references version 2.8.2. If you are using the latest version open an issue on GitHub for an updated version! You will not receive support regarding this hook while using a mismatched version
1917[03:47:47] [Server thread/INFO]: [ProQuests] Successfully hooked into placeholder_api
1918[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into player_points
1919[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into pouches
1920[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into pro_jackpots
1921[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into pro_packages
1922[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into pro_votes
1923[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into rank_vouchers
1924[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into rpg_me
1925[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into shop_gui_plus
1926[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into skill_api
1927[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into sponsored_slots
1928[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into token_enchant
1929[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into token_manager
1930[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into towny
1931[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into unity_gen
1932[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into uskyblock
1933[03:47:47] [Server thread/INFO]: [ProQuests] VAULT version mismatch, ProQuests references version 1.5.6-b49. If you are using the latest version open an issue on GitHub for an updated version! You will not receive support regarding this hook while using a mismatched version
1934[03:47:47] [Server thread/INFO]: [ProQuests] Successfully hooked into vault
1935[03:47:47] [Server thread/INFO]: [ProQuests] Unable to hook into votifier
1936[03:47:47] [Server thread/INFO]: [ProQuests] WORLD_GUARD version mismatch, ProQuests references version 6.2.1;84bc322. If you are using the latest version open an issue on GitHub for an updated version! You will not receive support regarding this hook while using a mismatched version
1937[03:47:47] [Server thread/INFO]: [ProQuests] Successfully hooked into world_guard
1938[03:47:47] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1939[03:47:47] [Server thread/INFO]: [ProQuests] Loading quests...
1940[03:47:47] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1941[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Gold' quest
1942[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Naturalist' quest
1943[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter2' quest
1944[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-MobHunter' quest
1945[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Test' quest
1946[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'ObbyQuest' quest
1947[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Jaws' quest
1948[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Sugarcane' quest
1949[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Wood' quest
1950[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Fishing' quest
1951[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'R-Gold' quest
1952[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Mining' quest
1953[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Head' quest
1954[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Diamonds' quest
1955[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Wood' quest
1956[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Fishing' quest
1957[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Wood' quest
1958[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Mining' quest
1959[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Mining' quest
1960[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Maze' quest
1961[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-MobHunter1' quest
1962[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter' quest
1963[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Miner' quest
1964[03:47:47] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
1965[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Miner' quest
1966[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'G-Diamonds' quest
1967[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Mining' quest
1968[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Wood' quest
1969[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Sugarcane' quest
1970[03:47:47] [Server thread/INFO]: [ProQuests] Unable to load the 'EnderEye' quest as it is not an eligble configuration
1971[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Wood' quest
1972[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'R-Emeralds' quest
1973[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Bank' quest
1974[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'G-Emeralds' quest
1975[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Leather5' quest
1976[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'GunPowder' quest
1977[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Wood' quest
1978[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Wood' quest
1979[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter2' quest
1980[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Emeralds' quest
1981[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-JawsInter' quest
1982[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'G-Gold' quest
1983[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-CaptainInter' quest
1984[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret1' quest
1985[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter1' quest
1986[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Head' quest
1987[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Milk2' quest
1988[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Mining' quest
1989[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Milk' quest
1990[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Mining' quest
1991[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'T-Gold' quest
1992[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Hippo' quest
1993[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Enchant' quest
1994[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Fish' quest
1995[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'T-Emeralds' quest
1996[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'R-Diamonds' quest
1997[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter1' quest
1998[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret2' quest
1999[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Intruder' quest
2000[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Mining' quest
2001[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Fishing' quest
2002[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-SecretPlots' quest
2003[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'milkl' quest
2004[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Fishing' quest
2005[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'T-Diamonds' quest
2006[03:47:47] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007[03:47:47] [Server thread/INFO]: [ProQuests] Loading menus...
2008[03:47:47] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2009[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'general' menu
2010[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Test' menu
2011[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J' menu
2012[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'G' menu
2013[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'completed-leaderboard' menu
2014[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'pvp' menu
2015[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J2' menu
2016[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C' menu
2017[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'weekly-leaderboard' menu
2018[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'R' menu
2019[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J3' menu
2020[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'T' menu
2021[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'monthly-leaderboard' menu
2022[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B' menu
2023[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A' menu
2024[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D' menu
2025[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F' menu
2026[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S' menu
2027[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H' menu
2028[03:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'lifetime-leaderboard' menu
2029[03:47:47] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
2030[03:47:47] [Server thread/INFO]: Done (36.511s)! For help, type "help" or "?"
2031[03:47:47] [Server thread/INFO]: Starting GS4 status listener
2032[03:47:47] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
2033[03:47:47] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
2034[03:47:47] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
2035[03:47:47] [Craft Scheduler Thread - 10/WARN]: Exception in thread "Craft Scheduler Thread - 10"
2036[03:47:47] [Craft Scheduler Thread - 10/WARN]: org.apache.commons.lang.UnhandledException: Plugin MobLoot v2.1.6 generated an exception while executing task 315
2037 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
2038 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2039 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2040 at java.lang.Thread.run(Thread.java:748)
2041Caused by: java.lang.NullPointerException
2042 at me.jsbroks.mobloot2.Main$1.run(Main.java:137)
2043 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
2044 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
2045 ... 3 more
2046
2047[03:47:47] [Craft Scheduler Thread - 33/INFO]: [PlugMan] Updater did not run, it is globally disabled.
2048[03:47:47] [Server thread/WARN]: [AreaShop] AreaShop regions that are missing their WorldGuard region: aplot+21, aplot+22, aplot+23, aplot+24, aplot+25, aplot+26, aplot+27, aplot+28, aplot+20, aplot+29, aplot+10, aplot+11, aplot+12, aplot+13, aplot+14, aplot+15, aplot+16, aplot+17, aplot+18, aplot+19, aplot+30, fsplot3, fsplot2, fsplot5, fsplot4, fsplot1, fsplot7, fsplot6, fsplot8, fplot2, fplot1, fplot6, fplot5, fplot4, fplot3, fplot9, fplot8, fplot7, aplot+1, aplot+4, aplot+3, aplot+6, aplot+5, aplot+8, aplot+7, aplot+9, fplot10, fplot11, fplot12, hplot10
2049[03:47:47] [Server thread/WARN]: [AreaShop] Remove these regions from AreaShop with '/as del' or recreate their regions in WorldGuard.
2050[03:47:47] [Server thread/WARN]: [AreaShop] World PrestigeWorld is not loaded, the following AreaShop regions are not functional now: aplot+21, aplot+22, aplot+23, aplot+24, aplot+25, aplot+26, aplot+27, aplot+28, aplot+20, aplot+29, aplot+10, aplot+11, aplot+12, aplot+13, aplot+14, aplot+15, aplot+16, aplot+17, aplot+18, aplot+19, aplot+30, fsplot3, fsplot2, fsplot5, fsplot4, fsplot1, fsplot7, fsplot6, fsplot8, fplot2, fplot1, fplot6, fplot5, fplot4, fplot3, fplot9, fplot8, fplot7, aplot+1, aplot+4, aplot+3, aplot+6, aplot+5, aplot+8, aplot+7, aplot+9, fplot10, fplot11, fplot12, hplot10
2051[03:47:47] [Server thread/WARN]: [AreaShop] World Falcon is not loaded, the following AreaShop regions are not functional now: aplot+21, aplot+22, aplot+23, aplot+24, aplot+25, aplot+26, aplot+27, aplot+28, aplot+20, aplot+29, aplot+10, aplot+11, aplot+12, aplot+13, aplot+14, aplot+15, aplot+16, aplot+17, aplot+18, aplot+19, aplot+30, fsplot3, fsplot2, fsplot5, fsplot4, fsplot1, fsplot7, fsplot6, fsplot8, fplot2, fplot1, fplot6, fplot5, fplot4, fplot3, fplot9, fplot8, fplot7, aplot+1, aplot+4, aplot+3, aplot+6, aplot+5, aplot+8, aplot+7, aplot+9, fplot10, fplot11, fplot12, hplot10
2052[03:47:47] [Server thread/WARN]: [AreaShop] World OldHblock is not loaded, the following AreaShop regions are not functional now: aplot+21, aplot+22, aplot+23, aplot+24, aplot+25, aplot+26, aplot+27, aplot+28, aplot+20, aplot+29, aplot+10, aplot+11, aplot+12, aplot+13, aplot+14, aplot+15, aplot+16, aplot+17, aplot+18, aplot+19, aplot+30, fsplot3, fsplot2, fsplot5, fsplot4, fsplot1, fsplot7, fsplot6, fsplot8, fplot2, fplot1, fplot6, fplot5, fplot4, fplot3, fplot9, fplot8, fplot7, aplot+1, aplot+4, aplot+3, aplot+6, aplot+5, aplot+8, aplot+7, aplot+9, fplot10, fplot11, fplot12, hplot10
2053[03:47:47] [Server thread/WARN]: [AreaShop] Remove these regions from AreaShop with '/as del' or load the world(s) on the server again.
2054[03:47:47] [Craft Scheduler Thread - 39/INFO]: [MineCrates] Failed to check for a update on spigot.
2055[03:47:47] [Craft Scheduler Thread - 39/INFO]: [MineCrates] You are running the latest version of MineCrates!
2056[03:47:47] [Server thread/INFO]: [Skript] Loading variables...
2057[03:47:47] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds
2058[03:47:47] [Server thread/ERROR]: #!#!
2059[03:47:47] [Server thread/ERROR]: #!#! [Skript] Severe Error:
2060[03:47:47] [Server thread/ERROR]: #!#! Could not load restart.sk
2061[03:47:47] [Server thread/ERROR]: #!#!
2062[03:47:47] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
2063[03:47:47] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
2064[03:47:47] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
2065[03:47:47] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
2066[03:47:47] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
2067[03:47:47] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
2068[03:47:47] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
2069[03:47:47] [Server thread/ERROR]: #!#!
2070[03:47:47] [Server thread/ERROR]: #!#! Stack trace:
2071[03:47:47] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
2072[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
2073[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1802)
2074[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1769)
2075[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1517)
2076[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
2077[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
2078[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
2079[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
2080[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1533)
2081[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1463)
2082[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1490)
2083[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
2084[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
2085[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
2086[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:969)
2087[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:488)
2088[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:621)
2089[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
2090[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
2091[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
2092[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
2093[03:47:47] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
2094[03:47:47] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
2095[03:47:47] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
2096[03:47:47] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
2097[03:47:47] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
2098[03:47:47] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
2099[03:47:47] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
2100[03:47:47] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
2101[03:47:47] [Server thread/ERROR]: #!#!
2102[03:47:47] [Server thread/ERROR]: #!#! Version Information:
2103[03:47:47] [Server thread/ERROR]: #!#! Skript: 2.2-dev35
2104[03:47:47] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
2105[03:47:47] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
2106[03:47:47] [Server thread/ERROR]: #!#! Java: 1.8.0_161 (Java HotSpot(TM) 64-Bit Server VM 25.161-b12)
2107[03:47:47] [Server thread/ERROR]: #!#! OS: Linux amd64 3.10.0-862.2.3.el7.x86_64
2108[03:47:47] [Server thread/ERROR]: #!#!
2109[03:47:47] [Server thread/ERROR]: #!#! Server platform: Spigot
2110[03:47:47] [Server thread/ERROR]: #!#!
2111[03:47:47] [Server thread/ERROR]: #!#! Current node: wait 60 seconds (restart.sk, line 8)
2112[03:47:47] [Server thread/ERROR]: #!#! Current item: null
2113[03:47:47] [Server thread/ERROR]: #!#!
2114[03:47:47] [Server thread/ERROR]: #!#! Thread: Server thread
2115[03:47:47] [Server thread/ERROR]: #!#!
2116[03:47:47] [Server thread/ERROR]: #!#! Language: english
2117[03:47:47] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
2118[03:47:47] [Server thread/ERROR]: #!#!
2119[03:47:47] [Server thread/ERROR]: #!#! End of Error.
2120[03:47:47] [Server thread/ERROR]: #!#!
2121[03:47:47] [Server thread/INFO]: [Skript] All scripts loaded without errors.
2122[03:47:47] [Server thread/INFO]: [Skript] Loaded 1 script with a total of 0 triggers and 0 commands in 0.02 seconds
2123[03:47:47] [Server thread/INFO]: [Skript] Finished loading.
2124[03:47:47] [Server thread/INFO]: [m
2125[03:47:47] [Server thread/INFO]: [0;33;22m[21m[4mEmoji Plugin:[m
2126[03:47:47] [Server thread/INFO]: [m
2127[03:47:47] [Server thread/INFO]: [0;32;22mType [0;33;22m/emoji [0;32;22mto select one. You then click on the one you want to use and press enter.[m
2128[03:47:47] [Server thread/INFO]: [0;31;1mPlease do not spam them or you will be muted.[m
2129[03:47:47] [Server thread/INFO]: [m
2130[03:47:47] [Server thread/INFO]: [m
2131[03:47:49] [Craft Scheduler Thread - 3/INFO]: [PacketListenerApi] Plugin is up-to-date
2132[03:47:49] [Craft Scheduler Thread - 46/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running custom Skript version. No updates will be automatically installed.[m
2133[03:47:49] [Craft Scheduler Thread - 48/INFO]: [PlaceholderAPI] 118 placeholder expansions are available on the cloud.
2134[03:47:49] [Server thread/INFO]: [Citizens] Loaded 32 NPCs.
2135[03:47:49] [Server thread/INFO]: [AncientGates] Loading gates from disk
2136[03:47:49] [Server thread/INFO]: [AncientGates] Loading gates into memory
2137[03:47:49] [Craft Scheduler Thread - 1/INFO]: [ChatControl] [0;36;1mChatControl is updating! Downloading v5.6.4[m
2138[03:47:49] [Server thread/INFO]: [AncientGates] Enabled
2139[03:47:49] [Craft Scheduler Thread - 1/INFO]: [ChatControl] Got file of size: 193.533 kb[m
2140[03:47:49] [Craft Scheduler Thread - 1/INFO]: [ChatControl] Downloaded! File uploaded into the update folder. Please copy it to the plugins folder.[m
2141[03:47:49] [Server thread/INFO]: [0;30;1m[21m[[0;32;1mAgartha[0;30;1m[21m][m Success to submit stats metrics[m
2142[03:47:49] [Server thread/INFO]: [MVdWPlaceholderAPI] AgarthaLib added custom placeholder {agarthalib_*}
2143[03:47:49] [Craft Scheduler Thread - 43/INFO]: [Vault] Checking for Updates ...
2144[03:47:49] [Craft Scheduler Thread - 43/INFO]: [Vault] Stable Version: 1.5.6 | Current Version: 1.6.6
2145[03:47:49] [Server thread/INFO]: [MVdWPlaceholderAPI] MyItems added custom placeholder {myitems_*}
2146[03:47:50] [Craft Scheduler Thread - 29/INFO]: [ConsoleScheduler] has started executing commands
2147[03:47:50] [Craft Scheduler Thread - 29/INFO]: -------------[ConsoleScheduler]--------------
2148[03:47:50] [Craft Scheduler Thread - 29/INFO]: getConfig contains CommandSchedule.Command1
2149[03:47:50] [Craft Scheduler Thread - 29/INFO]: [ConsoleScheduler] has attempted to put 1 commands on schedule.
2150[03:47:50] [Server thread/INFO]: [AAC] Beginning Enable...
2151[03:47:50] [Craft Scheduler Thread - 32/WARN]: Exception in thread "Craft Scheduler Thread - 32"
2152[03:47:50] [Craft Scheduler Thread - 32/WARN]: org.apache.commons.lang.UnhandledException: Plugin VotingPlugin v5.6.1 generated an exception while executing task 37
2153 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
2154 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2155 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2156 at java.lang.Thread.run(Thread.java:748)
2157Caused by: java.lang.NullPointerException
2158 at com.Ben12345rocks.VotingPlugin.AdvancedCore.Util.Updater.Updater.run(Updater.java:147)
2159 at com.Ben12345rocks.VotingPlugin.AdvancedCore.Util.Updater.Updater.<init>(Updater.java:104)
2160 at com.Ben12345rocks.VotingPlugin.Util.Updater.CheckUpdate.checkUpdate(CheckUpdate.java:49)
2161 at com.Ben12345rocks.VotingPlugin.Util.Updater.CheckUpdate$1.run(CheckUpdate.java:79)
2162 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
2163 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
2164 ... 3 more
2165
2166[03:47:50] [Server thread/INFO]: [AAC] Checking config file...
2167[03:47:50] [Server thread/INFO]: [AAC] (CheckManager) Enabling check chat.Spam
2168[03:47:50] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Hitbox
2169[03:47:50] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Fastbow
2170[03:47:50] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.FightSpeed
2171[03:47:50] [Server thread/INFO]: [AAC] (CheckManager) Check combat.Knockback is disabled
2172[03:47:50] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Regen
2173[03:47:50] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.FastUse
2174[03:47:50] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Killaura
2175[03:47:50] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Heuristics
2176[03:47:51] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.BadPackets
2177[03:47:51] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Speed
2178[03:47:51] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Phase
2179[03:47:51] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Fly
2180[03:47:51] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.NoFall
2181[03:47:51] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Jesus
2182[03:47:51] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Derp
2183[03:47:51] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Criticals
2184[03:47:51] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.FastBreak
2185[03:47:51] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.FastPlace
2186[03:47:51] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.Nuker
2187[03:47:51] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.NoSwing
2188[03:47:51] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.Interact
2189[03:47:51] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.Velocity
2190[03:47:51] [Server thread/INFO]: [AAC] (CheckManager) Enabling check MovementManager
2191[03:47:51] [Server thread/INFO]: [AAC] Starting API...
2192[03:47:51] [Server thread/INFO]: [AAC] AAC has been enabled.
2193[03:47:51] [Craft Scheduler Thread - 50/WARN]: Exception in thread "Craft Scheduler Thread - 50"
2194[03:47:51] [Craft Scheduler Thread - 50/WARN]: org.apache.commons.lang.UnhandledException: Plugin VotingPlugin v5.6.1 generated an exception while executing task 14392
2195 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
2196 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2197 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2198 at java.lang.Thread.run(Thread.java:748)
2199Caused by: java.lang.ArrayIndexOutOfBoundsException: 18
2200 at sun.util.calendar.BaseCalendar.getCalendarDateFromFixedDate(BaseCalendar.java:453)
2201 at java.util.GregorianCalendar.computeFields(GregorianCalendar.java:2397)
2202 at java.util.GregorianCalendar.computeFields(GregorianCalendar.java:2312)
2203 at java.util.Calendar.setTimeInMillis(Calendar.java:1804)
2204 at java.util.Calendar.setTime(Calendar.java:1770)
2205 at java.text.SimpleDateFormat.format(SimpleDateFormat.java:943)
2206 at java.text.SimpleDateFormat.format(SimpleDateFormat.java:936)
2207 at java.text.DateFormat.format(DateFormat.java:345)
2208 at net.minecraft.server.v1_8_R3.UserCache$BanEntrySerializer.a(UserCache.java:284)
2209 at net.minecraft.server.v1_8_R3.UserCache$BanEntrySerializer.serialize(UserCache.java:332)
2210 at net.minecraft.server.v1_8_R3.UserCache$BanEntrySerializer.serialize(UserCache.java:1)
2211 at com.google.gson.TreeTypeAdapter.write(TreeTypeAdapter.java:70)
2212 at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:68)
2213 at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.write(CollectionTypeAdapterFactory.java:96)
2214 at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.write(CollectionTypeAdapterFactory.java:60)
2215 at com.google.gson.Gson.toJson(Gson.java:593)
2216 at com.google.gson.Gson.toJson(Gson.java:572)
2217 at com.google.gson.Gson.toJson(Gson.java:527)
2218 at com.google.gson.Gson.toJson(Gson.java:507)
2219 at net.minecraft.server.v1_8_R3.UserCache.c(UserCache.java:216)
2220 at net.minecraft.server.v1_8_R3.UserCache.a(UserCache.java:124)
2221 at net.minecraft.server.v1_8_R3.UserCache.a(UserCache.java:97)
2222 at net.minecraft.server.v1_8_R3.UserCache.getProfile(UserCache.java:147)
2223 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.getOfflinePlayer(CraftServer.java:1299)
2224 at org.bukkit.Bukkit.getOfflinePlayer(Bukkit.java:745)
2225 at com.Ben12345rocks.VotingPlugin.AdvancedCore.Util.Misc.PlayerUtils.getUUID(PlayerUtils.java:79)
2226 at com.Ben12345rocks.VotingPlugin.AdvancedCore.UserManager.UserManager.getUser(UserManager.java:100)
2227 at com.Ben12345rocks.VotingPlugin.AdvancedCore.UserManager.UserManager.getUser(UserManager.java:89)
2228 at com.Ben12345rocks.VotingPlugin.AdvancedCore.Listeners.PlayerJoinEvent$1.run(PlayerJoinEvent.java:58)
2229 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
2230 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
2231 ... 3 more
2232
2233[03:47:51] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
2234[03:47:53] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
2235[03:47:53] [Server thread/INFO]: [FeatherBoard] Fetching modules from server ...
2236[03:47:53] [Server thread/INFO]: Starting UUID caching[m
2237[03:47:53] [Craft Scheduler Thread - 38/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mStarting player data caching for: NewPrison[m
2238[03:47:53] [Craft Scheduler Thread - 45/INFO]: [BuycraftX] Fetching all due players...
2239[03:47:53] [Craft Scheduler Thread - 38/INFO]: [0;32;1mFast mode UUID caching enabled![m
2240[03:47:53] [Craft Scheduler Thread - 55/INFO]: Checking update...
2241[03:47:53] [Craft Scheduler Thread - 45/INFO]: [BuycraftX] Fetched due players (3 found).
2242[03:47:53] [Craft Scheduler Thread - 55/WARN]: Exception in thread "Craft Scheduler Thread - 55"
2243[03:47:53] [Craft Scheduler Thread - 55/WARN]: org.apache.commons.lang.UnhandledException: Plugin eZProtector v4.1.3 generated an exception while executing task 332
2244 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
2245 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2246 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2247 at java.lang.Thread.run(Thread.java:748)
2248Caused by: java.lang.NullPointerException
2249 at ez.plugins.dan.SpigotUpdater.SpigotUpdater.run(SpigotUpdater.java:80)
2250 at ez.plugins.dan.SpigotUpdater.SpigotUpdater.<init>(SpigotUpdater.java:58)
2251 at ez.plugins.dan.SpigotUpdater.UpdateChecker.checkUpdate(UpdateChecker.java:17)
2252 at ez.plugins.dan.Main$1.run(Main.java:58)
2253 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
2254 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
2255 ... 3 more
2256
2257[03:47:53] [Craft Scheduler Thread - 38/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mCached a total of: 179 UUIDs[m
2258[03:47:53] [Craft Scheduler Thread - 38/INFO]: Adding new expiry task![m
2259[03:47:54] [Server thread/WARN]: [Essentials] Permissions lag notice with (GenericVaultHandler). Response took 25.749908ms. Summary: Getting prefix for RFMS
2260[03:47:54] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent RFMS to spawn[m
2261[03:47:54] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mRFMS/d396659f-590c-40d6-96a4-65b275cd9ab4 [0;30;1m[[0;37;22m75.129.152.54[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m3077[0;37;22m in world [0;36;1mNewPrison[m
2262[03:47:54] [Server thread/INFO]: [VPNGuard] Player RFMS is trying to connect with IP: 75.129.152.54
2263[03:47:54] [Craft Scheduler Thread - 45/INFO]: [VPNGuard] RFMS has passed VPNGuard checks.
2264[03:47:54] [Server thread/WARN]: [Essentials] Task #14689 for Essentials v2.15.0.1 generated an exception
2265java.lang.NullPointerException
2266 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:148) ~[?:?]
2267 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
2268 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
2269 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2270 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2271 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2272 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2273 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2274 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2275 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2276[03:47:54] [Server thread/INFO]: [0;37;22mRFMS has connected.[m
2277[03:47:55] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'NewPrison' have been background saved
2278[03:47:57] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
2279[03:47:58] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
2280[03:47:58] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
2281[03:47:59] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent MrSideburns to spawn[m
2282[03:47:59] [Server thread/INFO]: [VPNGuard] Player MrSideburns is trying to connect with IP: 125.237.7.182
2283[03:47:59] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mMrSideburns/a48ae3ca-4599-43ae-b5d3-99231b7fb103 [0;30;1m[[0;37;22m125.237.7.182[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m3419[0;37;22m in world [0;36;1mNewPrison[m
2284[03:47:59] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent MFoskar to spawn[m
2285[03:47:59] [Server thread/INFO]: [VPNGuard] Player MFoskar is trying to connect with IP: 78.69.69.169
2286[03:47:59] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mMFoskar/08b558a0-8310-48da-a04f-2cbab79dc7ea [0;30;1m[[0;37;22m78.69.69.169[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m3420[0;37;22m in world [0;36;1mNewPrison[m
2287[03:47:59] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent unnerving to spawn[m
2288[03:47:59] [Server thread/INFO]: [VPNGuard] Player unnerving is trying to connect with IP: 205.234.33.47
2289[03:47:59] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22munnerving/f17ecf36-4d43-44bb-a700-465d3e57466e [0;30;1m[[0;37;22m205.234.33.47[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m3421[0;37;22m in world [0;36;1mNewPrison[m
2290[03:47:59] [Craft Scheduler Thread - 38/INFO]: [VPNGuard] MrSideburns has passed VPNGuard checks.
2291[03:47:59] [Server thread/WARN]: [Essentials] Task #25524 for Essentials v2.15.0.1 generated an exception
2292java.lang.NullPointerException
2293 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
2294 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
2295 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
2296 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2297 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2298 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2299 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2300 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2301 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2302 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2303[03:47:59] [Craft Scheduler Thread - 29/INFO]: [VPNGuard] MFoskar has passed VPNGuard checks.
2304[03:47:59] [Server thread/WARN]: [Essentials] Task #25565 for Essentials v2.15.0.1 generated an exception
2305java.lang.NullPointerException
2306 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
2307 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
2308 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
2309 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2310 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2311 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2312 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2313 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2314 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2315 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2316[03:47:59] [Server thread/WARN]: [Essentials] Task #25606 for Essentials v2.15.0.1 generated an exception
2317java.lang.NullPointerException
2318 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
2319 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
2320 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
2321 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2322 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2323 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2324 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2325 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2326 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2327 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2328[03:47:59] [Server thread/INFO]: [0;37;22munnerving has connected.[m
2329[03:47:59] [Craft Scheduler Thread - 29/INFO]: [VPNGuard] unnerving has passed VPNGuard checks.
2330[03:47:59] [Server thread/INFO]: [0;37;22mMrSideburns has connected.[m
2331[03:47:59] [Server thread/INFO]: [0;37;22mMFoskar has connected.[m
2332[03:48:01] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
2333[03:48:01] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent clrev to spawn[m
2334[03:48:01] [Server thread/INFO]: [VPNGuard] Player clrev is trying to connect with IP: 85.225.67.226
2335[03:48:01] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mclrev/cd0ce3a3-1d66-4963-a841-723a67d95cba [0;30;1m[[0;37;22m85.225.67.226[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m3883[0;37;22m in world [0;36;1mNewPrison[m
2336[03:48:02] [Server thread/WARN]: [Essentials] Task #25814 for Essentials v2.15.0.1 generated an exception
2337java.lang.NullPointerException
2338 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
2339 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
2340 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
2341 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2342 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2343 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2344 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2345 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2346 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2347 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2348[03:48:02] [Craft Scheduler Thread - 58/INFO]: [VPNGuard] clrev has passed VPNGuard checks.
2349[03:48:02] [Server thread/INFO]: [0;37;22mclrev has connected.[m
2350[03:48:02] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
2351[03:48:02] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent NullQubed to spawn[m
2352[03:48:02] [Server thread/INFO]: [VPNGuard] Player NullQubed is trying to connect with IP: 172.78.137.22
2353[03:48:02] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mNullQubed/16d2735a-b542-46a0-a737-f0054e564df1 [0;30;1m[[0;37;22m172.78.137.22[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m4097[0;37;22m in world [0;36;1mNewPrison[m
2354[03:48:02] [Server thread/WARN]: [Essentials] Task #25879 for Essentials v2.15.0.1 generated an exception
2355java.lang.NullPointerException
2356 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
2357 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
2358 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
2359 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2360 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2361 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2362 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2363 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2364 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2365 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2366[03:48:02] [Craft Scheduler Thread - 45/INFO]: [VPNGuard] NullQubed has passed VPNGuard checks.
2367[03:48:03] [Server thread/INFO]: [0;37;22mNullQubed has connected.[m
2368[03:48:04] [Craft Scheduler Thread - 56/INFO]: [VoteRoulette] There's a different version available: 3.2.3 (Current version is: 3.2.1)
2369[03:48:04] [Craft Scheduler Thread - 56/INFO]: [VoteRoulette] Visit http://dev.bukkit.org/bukkit-plugins/voteroulette/
2370[03:48:04] [Craft Scheduler Thread - 56/INFO]: [VoteRoulette] You can disable automatic update checking in the config.
2371[03:48:04] [Server thread/INFO]: MFoskar issued server command: /token bal
2372[03:48:09] [Server thread/INFO]: RFMS issued server command: /pv 1
2373[03:48:09] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
2374[03:48:09] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent bn2013 to spawn[m
2375[03:48:09] [Server thread/INFO]: [VPNGuard] Player bn2013 is trying to connect with IP: 98.211.62.106
2376[03:48:09] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mbn2013/818bb96b-e019-4ad0-83f5-b664756c8b38 [0;30;1m[[0;37;22m98.211.62.106[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m5087[0;37;22m in world [0;36;1mNewPrison[m
2377[03:48:10] [Server thread/WARN]: [Essentials] Task #27199 for Essentials v2.15.0.1 generated an exception
2378java.lang.NullPointerException
2379 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
2380 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
2381 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
2382 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2383 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2384 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2385 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2386 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2387 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2388 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2389[03:48:10] [Server thread/INFO]: [0;37;22mbn2013 has connected.[m
2390[03:48:10] [Craft Scheduler Thread - 12/INFO]: [VPNGuard] bn2013 has passed VPNGuard checks.
2391[03:48:10] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
2392[03:48:10] [Server thread/INFO]: [VanishNoPacket] waralex16 disappeared.
2393[03:48:10] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent waralex16 to spawn[m
2394[03:48:11] [Server thread/INFO]: [VPNGuard] Player waralex16 is trying to connect with IP: 98.192.232.59
2395[03:48:11] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mwaralex16/302c1756-4441-4544-8582-28f1543cd8ef [0;30;1m[[0;37;22m98.192.232.59[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m5149[0;37;22m in world [0;36;1mNewPrison[m
2396[03:48:11] [Server thread/INFO]: [VPNGuard] Bypassing check for player waralex16
2397[03:48:11] [Server thread/WARN]: [Essentials] Task #27360 for Essentials v2.15.0.1 generated an exception
2398java.lang.NullPointerException
2399 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
2400 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
2401 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
2402 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2403 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2404 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2405 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2406 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2407 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2408 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2409[03:48:11] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
2410[03:48:11] [Server thread/INFO]: [VanishNoPacket] ghost0915 disappeared.
2411[03:48:11] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent ghost0915 to spawn[m
2412[03:48:11] [Server thread/INFO]: [VPNGuard] Player ghost0915 is trying to connect with IP: 71.229.252.249
2413[03:48:11] [Server thread/INFO]: [VPNGuard] Bypassing check for player ghost0915
2414[03:48:11] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mghost0915/6c21e66e-6b1a-4700-9218-e404e11655ec [0;30;1m[[0;37;22m71.229.252.249[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m5198[0;37;22m in world [0;36;1mNewPrison[m
2415[03:48:12] [Server thread/WARN]: [Essentials] Task #27440 for Essentials v2.15.0.1 generated an exception
2416java.lang.NullPointerException
2417 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
2418 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
2419 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
2420 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2421 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2422 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2423 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2424 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2425 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2426 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2427[03:48:12] [Server thread/INFO]: NullQubed issued server command: /warp bm
2428[03:48:12] [Server thread/INFO]: RFMS issued server command: /pv 1
2429[03:48:14] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2430[03:48:14] [Server thread/INFO]: [ProQuests] Loading NPCS...
2431[03:48:14] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2432[03:48:14] [Server thread/WARN]: [ProQuests] Task #13739 for ProQuests v2.0.4.4 generated an exception
2433java.lang.NullPointerException
2434 at com.culleystudios.proquests.managers.NPCManager.loadNPC(NPCManager.java:216) ~[?:?]
2435 at com.culleystudios.proquests.managers.NPCManager$1.run(NPCManager.java:383) ~[?:?]
2436 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2437 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2438 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2439 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2440 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2441 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2442 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2443[03:48:15] [Server thread/INFO]: [0;31;1mThere is now a booster of 3.0%[m
2444[03:48:17] [Server thread/INFO]: ghost0915 issued server command: /token bal
2445[03:48:18] [Server thread/INFO]: MFoskar issued server command: /quests menu general
2446[03:48:20] [Server thread/INFO]: [m[0;37;22m[f-block][m [0;34;1m[[0;33;22m[21mF[0;34;1m] [0;32;1mbn2013 [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;37;22m:[m Did all of us just time out?...[m
2447[03:48:20] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
2448[03:48:21] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent Oblivious to spawn[m
2449[03:48:21] [Thread-58/WARN]: Exception in thread "Thread-58"
2450[03:48:21] [Thread-58/WARN]: java.lang.NoSuchFieldError: BLOCK_NOTE_HARP
2451[03:48:21] [Thread-58/WARN]: at com.xxmicloxx.NoteBlockAPI.Instrument.getInstrument(Instrument.java:10)
2452[03:48:21] [Thread-58/WARN]: at com.xxmicloxx.NoteBlockAPI.RadioSongPlayer.playTick(RadioSongPlayer.java:21)
2453[03:48:21] [Thread-58/WARN]: at com.xxmicloxx.NoteBlockAPI.SongPlayer$1.run(SongPlayer.java:107)
2454[03:48:21] [Thread-58/WARN]: at java.lang.Thread.run(Thread.java:748)
2455[03:48:21] [Server thread/INFO]: [VPNGuard] Player Oblivious is trying to connect with IP: 73.48.234.88
2456[03:48:21] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mOblivious/dbb8d41b-cf2f-4f4c-b65c-c836fedcd108 [0;30;1m[[0;37;22m73.48.234.88[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m7003[0;37;22m in world [0;36;1mNewPrison[m
2457[03:48:21] [Server thread/WARN]: [Essentials] Task #40333 for Essentials v2.15.0.1 generated an exception
2458java.lang.NullPointerException
2459 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
2460 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
2461 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
2462 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2463 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2464 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2465 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2466 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2467 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2468 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2469[03:48:21] [Server thread/INFO]: [0;37;22mOblivious has connected.[m
2470[03:48:21] [Craft Scheduler Thread - 569/INFO]: [VPNGuard] Oblivious has passed VPNGuard checks.
2471[03:48:22] [Server thread/INFO]: RFMS issued server command: /warp bm
2472[03:48:23] [Server thread/INFO]: ghost0915 issued server command: /invsee mf
2473[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/05b5063c-bada-372f-ab23-0e449048a415.yml
2474[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6e45a576-1720-33d8-8f99-1c90315c10fc.yml
2475[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/62aa9079-15d6-36f6-aaf8-44fe2963da80.yml
2476[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d8ff13d6-c6fe-390f-829e-2f4622c21980.yml
2477[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c2fe31e0-7ee9-30f9-924f-5babb7c8b7ef.yml
2478[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0e6fe9f7-5e34-3f66-8769-073caf6154eb.yml
2479[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/57826f8c-554a-349f-ac5a-ba6d620682d4.yml
2480[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/542911cb-7d2b-3865-a77c-49fa2cb6972f.yml
2481[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2baaf21a-ba51-39d6-bf2f-e9ec41b2688c.yml
2482[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b5e0ae6b-e8a9-3e54-9b71-7444b9ad3293.yml
2483[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5b101d88-ebea-395b-9b80-871a9b823d84.yml
2484[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b15ce298-9949-3e19-b1af-e58e0c1160f3.yml
2485[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9ece05c9-d820-31d4-80fa-25854df9165d.yml
2486[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/931b6b05-ca26-3c30-b799-e804f2729ad4.yml
2487[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b4ba17ef-bf7e-3f1d-961f-6fafe280c598.yml
2488[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/aff459ba-5829-3570-8064-c8617ee54b42.yml
2489[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/67142080-6bcf-31ed-a65f-02ab8e654f04.yml
2490[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/51941293-01b4-3365-85fe-2b14fbeb6992.yml
2491[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7a95702f-c7c9-39bc-a1d6-c8ea6f52230e.yml
2492[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/49394829-c033-3210-9d77-6d254373e62e.yml
2493[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8d0bc12d-fb52-3f5d-84b0-3f529450b174.yml
2494[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/95715ee1-2e6e-383c-a4f2-9cd16051a35b.yml
2495[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/519e7883-8d91-3970-b8d7-791157114207.yml
2496[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7f9cabb1-6620-3ad3-98a6-daa193e95aa2.yml
2497[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4c961633-613d-3176-bc98-f6b2aae3d983.yml
2498[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e4b42df5-0926-34bd-85ff-1923fc9fadca.yml
2499[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/17f58f2a-8695-39e4-b59d-95159de2a4a4.yml
2500[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3ce62712-7054-3b09-a5ce-3ed13ac66de2.yml
2501[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/504bb9b8-3ee2-3b3b-8136-31ab5205ca37.yml
2502[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/587140c4-c75f-30ad-8a3f-fd0c7965f8cf.yml
2503[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3008436e-0291-30e7-858b-acd183121700.yml
2504[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/49186acf-8f30-3529-b6ad-d1689073d808.yml
2505[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/392b5649-047e-3243-88ad-f0c47d28adca.yml
2506[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/276cbd1b-4ab0-3cbf-b5a9-4e6e9250a78a.yml
2507[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a70ac5ca-c343-3772-99b6-7ddf5b245b99.yml
2508[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c1b68b90-d6f5-3781-8ef9-35088eeb8e82.yml
2509[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0b621ad3-598f-3a61-9768-edcc55551a3c.yml
2510[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/65077255-309f-35a9-9f91-c8832de7fa01.yml
2511[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9209c515-aca9-3c32-9152-b3b296f284b4.yml
2512[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d47a3efb-a232-3209-95f3-b7710c199d88.yml
2513[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/57f2c600-91f5-3916-ada1-4047a81d5cf1.yml
2514[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c77af2c4-8b8c-3f81-8b40-b02b5d91b29e.yml
2515[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d2238de0-42d6-32f9-b345-d1402f6338f2.yml
2516[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/55c62eb5-3208-3c4a-a95d-a9318863bd4b.yml
2517[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/38f3825f-dcc3-318a-930d-d3288af891b8.yml
2518[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/56960d3a-b821-340a-b3d3-7b3cbf0a89a6.yml
2519[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/785cc494-52af-3fbf-8c25-ccadc767ec98.yml
2520[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/74c194d8-f4f2-356a-9a1e-54c5a0464749.yml
2521[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/607c62a8-ef43-35ed-88d8-0a1d1294befc.yml
2522[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6700600f-9f05-3268-bdc5-a89a10fb4879.yml
2523[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c11e2f89-6bc5-3d1d-818a-1ccec98cc39d.yml
2524[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6fae3183-8e2c-3a04-8d83-74050dbe92dd.yml
2525[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b7ae7637-652d-3549-963b-8257f39fce8a.yml
2526[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d8c74203-c7f0-3c61-b300-6c29af5db07b.yml
2527[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cc4a493c-78b4-3107-b12d-05806312b84a.yml
2528[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3171f1ea-0e14-35ed-b306-ccb1b8d75cae.yml
2529[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/146492ed-3099-3878-8409-1b970a75777c.yml
2530[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9005192f-c039-3547-8a85-e81e71bd23d6.yml
2531[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2a2994d6-3070-3755-a059-aea566280a92.yml
2532[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ab436525-912f-3920-ac2c-0e238087fae1.yml
2533[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/553d4603-71f5-3ee4-82e3-0f39e9bdd25c.yml
2534[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/850abb17-3723-38ea-be6e-7bfcf39aa22d.yml
2535[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/88a99231-0e93-32a3-9da5-d5c6df4a2247.yml
2536[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/85810ff5-e5a9-3b4e-a258-f511dee7531c.yml
2537[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0ebd08e1-fd74-30b6-807d-10d4c1b6a64a.yml
2538[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9fe9145a-685f-3705-9573-81f102028ee3.yml
2539[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/717b38e4-ed82-3997-a543-872a491566db.yml
2540[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/aec3604f-ed89-3025-b464-538e88488e41.yml
2541[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/525326af-d44f-3233-ada7-3c9d01e23430.yml
2542[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4c50be72-c12c-3c04-aa1c-058741c69830.yml
2543[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f6355d67-be87-3241-8324-8955fc7387f7.yml
2544[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a672eb8b-b94d-3aef-b33f-cbf8b8f26319.yml
2545[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2630f685-85d0-3d8c-9621-36a7fe1a615a.yml
2546[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cf2a62a9-f8fd-3241-959b-b3af3ecb36bd.yml
2547[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/42af9aee-ff09-3c15-93c6-1886892539dd.yml
2548[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c9a1fc55-8d38-3f3e-b901-583e8deb2de3.yml
2549[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/faa2105a-e8cb-378e-87b5-0e5ea4ae74d5.yml
2550[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/51d69b4a-7cbc-3b51-8c99-b9f08a5e8002.yml
2551[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/42d17ace-764c-31f4-87ef-c71277b6e8b7.yml
2552[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/74406d57-ce7b-3735-86a8-370dbb5b5314.yml
2553[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2b8da5ee-1d24-3e9a-a67d-a3249e8015cd.yml
2554[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ce9e4c03-9290-3c2f-bc7f-f7d328228788.yml
2555[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ed88d4a2-7282-3544-a974-0a6a4a80b9ac.yml
2556[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7f4178eb-94fb-358c-b68d-cb5d7b00c3ba.yml
2557[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e291861b-5d7a-344a-9970-650b620aa55e.yml
2558[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1891caa1-41e6-3c89-baa8-60f97d8fcc7f.yml
2559[03:48:24] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'HBlock' have been background saved
2560[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/29520282-715c-363a-ac7a-1c288bd956e0.yml
2561[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/90ff92e6-1755-301c-acb4-795b29ff6a8c.yml
2562[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/422dfb2f-8b34-3167-8558-88be19926edc.yml
2563[03:48:24] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'BlackMarket' have been background saved
2564[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/222bfab4-de96-3b0f-a50e-8b1b0b68d472.yml
2565[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/30cc7ed4-fd74-30fd-91cf-28e30d18b314.yml
2566[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7cb061cf-77a9-35ee-a994-f48b38270f83.yml
2567[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5b5f8f34-4708-3686-8950-9525c6eba85b.yml
2568[03:48:24] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'SBlock' have been background saved
2569[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ab1222d1-afb5-3891-a54d-08daa89de5f0.yml
2570[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c71cb619-0244-3dc8-832d-ba92684ade34.yml
2571[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0f743fcb-cdda-3e36-962a-98a8f542df3f.yml
2572[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/73c248ef-9461-3557-b7b1-4d7c968d9162.yml
2573[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f803c0aa-5920-3255-89d7-f5ddd80227b2.yml
2574[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/75d89c35-4e0f-3d69-b8f5-e607c9d7a885.yml
2575[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d64ec560-d2dc-3de3-98b1-833a34e95126.yml
2576[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0aa4e28b-7361-38b1-9ff8-8225caa94572.yml
2577[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/437a5ea5-84cf-3789-b80b-487471abac00.yml
2578[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/fbb6a0c4-7cf9-3ae7-9123-2b29bf6e3504.yml
2579[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3bddb0f2-745a-365c-8c1b-0e926a2f0292.yml
2580[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/697c535a-b4a3-3fd0-995e-4053b0576a0e.yml
2581[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/759b9f74-2ffc-3c55-8de0-b24338c516df.yml
2582[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/041c4a2b-1fff-35bc-8ca6-5d4b7263f533.yml
2583[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/737258d1-a036-3164-8308-a9c66e8e72ca.yml
2584[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3e56ced5-09fc-39c9-94ee-377e824ead10.yml
2585[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/fbea8230-a0dc-31ee-a713-f4e8edad0db7.yml
2586[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0006783d-691e-31aa-9a82-b5ea79dd337c.yml
2587[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/49e49db4-885d-38db-abca-6f7ee37b8ba2.yml
2588[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/75c00bd6-a5ff-388f-b626-40413016eb40.yml
2589[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c42e1765-ef84-3ae5-9169-f2475f3dcf5b.yml
2590[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/382417a0-e46a-36d6-9b9d-9bf8b358b6c3.yml
2591[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c642d980-1824-3e18-b570-3f501a01350e.yml
2592[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/60875f5a-0dff-37d6-8c77-c457333e0679.yml
2593[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/34f9fc7b-9097-3b5c-addb-ba35149e7ba4.yml
2594[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b337ccb5-e41f-3c03-b3a9-d2b42329f860.yml
2595[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3c3b84ab-8a70-34dc-9b42-cb965e88283b.yml
2596[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ad7eda98-628c-30a7-b99f-31f7278518db.yml
2597[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1be00353-e411-3313-a6e1-e96d50ff25f1.yml
2598[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8289fd67-4b06-3ded-ad09-abcf33025587.yml
2599[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b130b348-d22b-357c-a91d-cf0c235f33ac.yml
2600[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/628b9ca8-2b26-39d3-94c6-7ef87ac03fd7.yml
2601[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a7dfebd3-4e97-367e-a9a7-4aed4e431dc0.yml
2602[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e444e24a-b6d8-3975-9681-229e8b731126.yml
2603[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b013287c-2393-3661-a0c1-202bce0f054f.yml
2604[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f5808043-6dbe-3705-8baa-71ed448700cd.yml
2605[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/19d61819-2ac6-391a-b1fb-82ca02b5ab8a.yml
2606[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b30761f7-b46e-333f-88c2-5a5e5634aeba.yml
2607[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/67a9104a-cf58-3f8a-8f4d-c5f51cc35c2c.yml
2608[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ffd69207-4c55-3cf3-8361-8c876c852099.yml
2609[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f68f2e89-9c18-3410-821f-002bd5fcd5ee.yml
2610[03:48:24] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'NewPrison' have been background saved
2611[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c8a0d3eb-4f76-37d3-a3e5-b64d529e8483.yml
2612[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cb100df6-be5e-3d0c-80eb-2dfaec9efb54.yml
2613[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ba2287d7-10fb-322a-9503-383b9836e0b2.yml
2614[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e0baa14e-d7c7-3720-aa81-e2f116981339.yml
2615[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3dd835f1-7dda-361f-ba12-d5653136b218.yml
2616[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7c341209-d84c-3a16-9a14-6a05e80421a2.yml
2617[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/294b7721-975e-3382-96a7-dc6a69346a92.yml
2618[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7f0a641f-6ca1-38b5-a8bd-20af41161801.yml
2619[03:48:24] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'JBlock' have been background saved
2620[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/05ba45e4-2cb5-3cbc-aa90-c2df580e4f6b.yml
2621[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0c918a8f-3474-3e71-b243-a896135ffc06.yml
2622[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2361face-7bd6-3542-894b-c2be9738a380.yml
2623[03:48:24] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c1dc6e5a-5b10-358e-acda-f5d141d3ac1c.yml
2624[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/703a5988-6350-39a9-b4d8-1a7b7c829c57.yml
2625[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/231cf759-fe4d-3637-8d4c-a05831918bdd.yml
2626[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/46eaad48-584a-31ae-acfd-1133f1d11772.yml
2627[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1a4ce46f-2097-3702-9585-dab6ec064db8.yml
2628[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0cbb94e5-16ee-30b8-bceb-6355db471810.yml
2629[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c7c12458-9b62-3550-b3a0-53055c656bdd.yml
2630[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d852e37f-06ac-358c-b293-523e1087ada7.yml
2631[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a98d5764-5ecb-371e-ac96-f81811ea2b21.yml
2632[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/625f9b43-2a41-302b-8992-1709fe2e8abc.yml
2633[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a4f7c39b-6e3c-390e-8458-d93cf3a6d256.yml
2634[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3520d2f2-6cff-378b-a04b-816bf9ed5934.yml
2635[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b99766b6-2722-3815-8f58-93d845c409eb.yml
2636[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/27d369e5-847f-39d0-90c6-0b6e180c6b4d.yml
2637[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f13f4a41-a8bb-3c68-882a-6f2ff8f07157.yml
2638[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f077678d-c0f2-3700-a5a6-b48467aee132.yml
2639[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/bb9f0e29-280e-3a89-8583-3a102e7fd6d0.yml
2640[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2d26d81b-d6dc-372b-af1c-74cf3bec4352.yml
2641[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c313c9cc-b54a-3b61-9db4-a9e73029b20a.yml
2642[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cbaa727c-be80-30f1-9fcb-4c4f988eec7c.yml
2643[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5025b2e0-ab38-33ba-964f-cd9783d0f237.yml
2644[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2a0f4168-7957-3627-a273-25b97f4d3530.yml
2645[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/76e1c71e-cccb-309c-b9b0-897104825893.yml
2646[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a01d6cfa-d1b5-3b3d-b02d-dc06289d5af3.yml
2647[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7d79567b-29a2-3f38-9c58-bee5f0d5f7d4.yml
2648[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/51cea426-f50f-3c8b-8438-e255d62a603a.yml
2649[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a9f9706d-d58b-35ee-9b18-3faaa4fc49f9.yml
2650[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/fccaeeff-b5e1-311a-981f-0468d2d15455.yml
2651[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1d3d10bc-4818-3347-9a37-4efe9afed700.yml
2652[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2181c080-b473-383f-a28f-ba6dba311893.yml
2653[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c072753e-5f4c-3a3d-9a3c-68da906ecdee.yml
2654[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3366e446-39af-3309-90ff-e51c617b370b.yml
2655[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/31d47c18-af3e-3d84-9c04-906a903e2360.yml
2656[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a065c1b1-d9fc-39c1-8a21-7ab56bb402db.yml
2657[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c8b80b84-7b37-3ed0-9b54-d994ecfb9f49.yml
2658[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/37e3469c-6b1f-3ee0-b68a-a79de35a217a.yml
2659[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/70b04237-afb3-3f2d-aca3-1ff734810617.yml
2660[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/68468c84-4831-3485-8cf9-a94d2bbe13f4.yml
2661[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f359f942-75ad-3aeb-a6b2-87a38a7c37c1.yml
2662[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/89e91228-d80f-382b-b409-e50873f08762.yml
2663[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5003cab4-0714-393d-8656-efeb4808acf6.yml
2664[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a615e650-712b-3cc5-8da5-f1eab4d37883.yml
2665[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ed34d76d-82a2-3f1f-ac14-ec94e3a9a36b.yml
2666[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1014ae3c-35cb-3d22-ac36-afff4b6af88b.yml
2667[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9d998642-efc4-36a9-829e-852878be4e47.yml
2668[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2e3c8250-659b-371a-b75c-82027267062f.yml
2669[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ed228e20-beb1-3c7b-b245-86355d0ff5ba.yml
2670[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e331df3f-b8f2-3681-93f7-deaa8b265014.yml
2671[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/175190d3-0bf8-37f1-b3e3-66e8e35d2b34.yml
2672[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d0a575d4-3ba2-3779-87d6-eba66cec7f33.yml
2673[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5406e156-d2f4-3156-a855-1f8edecae763.yml
2674[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ad1b23e8-606e-3a2e-a6a7-b0afef92906f.yml
2675[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/51668db6-3fab-34f9-ac1b-cd20b7e3fc9c.yml
2676[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a570cc81-bc89-3285-aff0-95af018836dd.yml
2677[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b56651c8-23c7-36d4-86d1-708dbd31707f.yml
2678[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6fc09f95-56a5-33f0-afa7-79fdeebe2247.yml
2679[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/acfcf18f-e3b6-3965-8333-85e3a05862d1.yml
2680[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a2129ce2-e25b-33b8-870e-3a6115558f43.yml
2681[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e5316b4d-0dab-3841-8702-2feba5e94ec5.yml
2682[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/39da4ec8-f4f8-3488-a014-70f2cd739d6b.yml
2683[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/02de262e-c7d9-37a6-982e-f42915279c6d.yml
2684[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/632d006c-a86d-3dcd-9b9e-47a236ae1282.yml
2685[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c9d2a351-1804-3f90-8fb3-b3adf7958bf7.yml
2686[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c5bbf1d6-c87b-38c2-b635-fceef60959e4.yml
2687[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0f1cb7a5-bf35-3a1a-a83a-9ae0a9323d67.yml
2688[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/39636cee-b3d9-3d90-bbed-333fd26ae6d5.yml
2689[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/290dc9cb-d9bf-3fa3-a5d3-473b969e72c7.yml
2690[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7f573deb-1456-3a2a-bc3c-e739fe471568.yml
2691[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7c934eb0-1843-33a2-826e-7bd10587bf4b.yml
2692[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2b46a9ef-e48d-32c8-95b3-184313af638d.yml
2693[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/17c83acb-cd51-3e23-9b42-9764f93829ad.yml
2694[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2965c1d3-92a0-304b-a2db-f641d9e318e2.yml
2695[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/59b14154-980c-3bb7-bc28-9231bdf0169b.yml
2696[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/aa7a2837-9f05-341f-a1b9-fd9e49005d71.yml
2697[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/479f5edc-2d67-3757-951f-cd77ad3116c5.yml
2698[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f0c45da2-7f2b-36f1-bcd4-e2b707305345.yml
2699[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3cfb751d-11f1-3fda-aa89-033f07f9ebc1.yml
2700[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b15f247d-d3a5-308f-b250-53d4b3ed8f89.yml
2701[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5e5568c7-ae9b-344f-94f5-ebb4832559c4.yml
2702[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5421fda2-42ec-387e-954b-9b16309857e7.yml
2703[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f163586d-29e6-3c64-92fd-99c266dcf022.yml
2704[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f5a58eb5-4458-3e62-9fca-e29412d290f0.yml
2705[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b0c83b78-156b-3755-af50-369bf6386584.yml
2706[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a00080df-4ffb-3da0-b13e-0fb6368da84e.yml
2707[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9729a9c0-bf00-3824-8481-b4de4c702e44.yml
2708[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/50b92345-e867-3b4e-96cc-143c2f31c239.yml
2709[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/876aa6d8-48db-3452-84a5-74e43e3d8089.yml
2710[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e22f4612-2a54-38c6-89a8-25b6ddb5be05.yml
2711[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1e14dcb9-8c19-3e56-8fea-7688c2b4b258.yml
2712[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e5825859-6254-3d75-b4ae-5ecbd51e92c2.yml
2713[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/41abf992-73da-32a1-ab53-a2aeb48d624a.yml
2714[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/539c84ab-2204-3c3f-9397-4c6789a5ee26.yml
2715[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/89e68141-6a77-399e-ae59-db03652ffd8a.yml
2716[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/596a030c-115b-3c8b-8dac-226736e12ce9.yml
2717[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e8ce75e9-cd38-3497-8dfb-68fa2031395b.yml
2718[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6516d885-e8f2-31dc-aa21-6048ab61e218.yml
2719[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/275bea37-3c0f-37ab-9892-693119c2f4ab.yml
2720[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9976ba49-4544-3f2f-b22e-edb5b0b3ea07.yml
2721[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/64ea4521-e803-369d-963f-a66882551f27.yml
2722[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7677559f-8e27-3d92-b64f-dedd72bee624.yml
2723[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5015d75a-6320-3268-b388-64ef55fffce6.yml
2724[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d381e743-e96b-3afa-8570-ee1115d4241f.yml
2725[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/92c6b2d7-691c-30b0-9078-c4454130b122.yml
2726[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5daae3ea-2b4b-3e89-b186-6a861576193b.yml
2727[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/eb7cd841-0959-3216-a2a9-5096d9cbd532.yml
2728[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e5f37e6b-4c09-3a8b-b84e-8a4f6914cf85.yml
2729[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3b4a9067-6ad2-3e6e-91dc-82ae5e39af79.yml
2730[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9e7be416-8af6-3778-a0fd-f35924d73255.yml
2731[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/84a5e728-cc07-3aba-b326-7e3b8f7d533e.yml
2732[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/639e7c05-f730-3802-b3f8-fd82dc01eb8f.yml
2733[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/fa0426d0-5c73-3591-9e2a-627a717bf793.yml
2734[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/00e47f34-a9b1-30ed-ada2-18f719331a9a.yml
2735[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b45cdee0-4ab4-3e3d-8414-4462dc0ec5ea.yml
2736[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1750038d-ee44-3597-b7a0-fed2fce95c9e.yml
2737[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0f1b7f78-b658-3477-89d5-cf9f88c3ae40.yml
2738[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/704a3760-0b9c-30ee-8081-856cbd01c396.yml
2739[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f3a949aa-72bc-3088-af02-2643a7dd314a.yml
2740[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/fe1c58d8-d6b5-3cb5-8a08-227b49e906c3.yml
2741[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0e748827-105d-3379-b5e5-53d3998c21db.yml
2742[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e4b7ee10-cbc7-3337-95c8-a0d77240879e.yml
2743[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e9cd8905-f76f-3c53-a970-5e9f5c0f86e0.yml
2744[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9795db73-5060-3697-ac96-c48774bba37a.yml
2745[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8039205f-0824-3942-a059-0566c8fa9f4f.yml
2746[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/24335397-f01a-3120-9141-f5dcca0fff21.yml
2747[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a6244e63-caa4-3933-803f-5bbf49258fac.yml
2748[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b2c8bf51-a3f9-374c-bcad-15fbead071a5.yml
2749[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/050bfac7-5981-3f3d-85c8-049dda9be8ad.yml
2750[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d315484d-b361-343f-8fe8-c63bf030ea37.yml
2751[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7d243870-015f-3f51-836b-ec8d3120f89f.yml
2752[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b0bfad9e-6612-3ecf-a009-e6eac4a218db.yml
2753[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4f74c768-af8b-33fa-8675-0562bb3e37da.yml
2754[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e7c1c821-5a33-3db4-8034-af3e5f018f30.yml
2755[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c74a9685-8c8f-3bcc-be7b-e468ec4cf8f8.yml
2756[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f734eebb-42fe-37f0-ae7e-5198a3d9796c.yml
2757[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/94068491-f04e-3c7f-b8e1-9ed109ae8991.yml
2758[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6025534a-99fb-3070-b69f-b0fbbf2ee3f9.yml
2759[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4343c410-2ce4-3aa0-861a-2c958e5d9c92.yml
2760[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/98138aea-d2ce-3004-93c2-ffea2f8ba970.yml
2761[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e36754d5-414e-3c02-b668-65908172d0b1.yml
2762[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/41fc157d-bc88-3540-8259-84d305ae5eba.yml
2763[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0c63e2eb-f71c-3577-ad29-baeb967b3ff3.yml
2764[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1542fac1-c27a-31bf-8e79-358cca08702a.yml
2765[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/829378b0-b2b9-344a-89d3-64aca3ee54b4.yml
2766[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7779b881-3ffe-31a6-9774-706de65114e4.yml
2767[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b134c2e3-e980-36c6-b495-61a63b6fb19d.yml
2768[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4df8fce4-8c36-37d2-9cef-4717012f809a.yml
2769[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/db090dc4-87b2-3bd0-9041-29ff0b189063.yml
2770[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8aa823fa-8e71-3eb9-b983-5e7644d7ae7d.yml
2771[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9cba20c3-7413-3def-97fd-8ce7c3cbf3d7.yml
2772[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/de623137-3388-330b-960c-9c6dd31d5e7f.yml
2773[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7250788e-e858-3e44-8ed4-5084b23c7114.yml
2774[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1024d891-34ec-3c65-8af8-262807fb612e.yml
2775[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/611faab2-3387-352d-b1d8-0b1b71abc7e9.yml
2776[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9762987d-3298-35aa-acfb-a77539315a26.yml
2777[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/660dc1a9-00bc-3c52-a87a-fc0677e13920.yml
2778[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4f302a23-44eb-3c89-8387-19e66645dcb5.yml
2779[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0f0bd825-8ecf-3ee8-9a66-884f92b9f8d5.yml
2780[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b3b288f7-3a48-3b58-b69a-8bcf22a0b053.yml
2781[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/05331613-18e2-341d-b59c-39c60b83f3ca.yml
2782[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/41a351a7-fee6-394e-8256-6a1b5980afe6.yml
2783[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/aebf3f8e-3a4c-36e2-b401-8942f019926e.yml
2784[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/61c1987b-063d-3a3c-8c2d-e2b632bd4b7a.yml
2785[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/15460328-c7d8-3d5a-9bc1-3f4581943766.yml
2786[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4c07a2fa-2143-34a3-afd0-23fb00a5c22f.yml
2787[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ab66eecb-c626-38a7-829b-b1385bba65cb.yml
2788[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d7427292-8739-3080-b196-98492c95f9f0.yml
2789[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/049ae2d0-efd6-3efc-a429-f82973b3a77e.yml
2790[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/74e7c4c3-5555-37fc-9446-77c78e3205dd.yml
2791[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cc1446cf-336c-316d-9cf4-dd80f8d629fc.yml
2792[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5a01d651-a20b-33ed-bfe3-a3845f6b0ca8.yml
2793[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/033ba886-6b2b-3be3-b630-cdc295b54025.yml
2794[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/74a09db3-a71f-3421-aadc-9bf9dcb0c06e.yml
2795[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f74b1de7-b0dd-318a-bacb-0a067ce1f1b2.yml
2796[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/907b75c5-a8ff-3b13-b6a7-94a2f613be11.yml
2797[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1c8f1438-c7dd-3779-8524-f53eb070699e.yml
2798[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ac7421cb-2567-3f3e-b541-b2ab3b28d84e.yml
2799[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/360516ac-8283-3e84-8fe9-022799808626.yml
2800[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/36870a61-ddb0-3dec-b950-ec4e5722abdc.yml
2801[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/bb6f3888-6dc1-3606-b243-b79abc2e7105.yml
2802[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/68f72798-20c8-305c-bc9b-50eb91ea9529.yml
2803[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9ec9b93e-5cc5-319d-97cb-08fd56b681ec.yml
2804[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0a7aea21-4908-30df-8eaf-aaf7e5d01ce1.yml
2805[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4cd79ac8-0934-3b5a-a532-4359d29587e4.yml
2806[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9844db54-cebc-3c89-9ffa-93950952154e.yml
2807[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/05898f77-6c5f-3e6e-a54b-48c378869c4a.yml
2808[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1d9b9117-2b39-3232-8cee-6ca7cb1eb579.yml
2809[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3b91180a-0429-3153-ba17-9be6b39b6b71.yml
2810[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/42333146-b5ca-37bf-956b-5d2fb1570c28.yml
2811[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8ecd0f3f-0060-3fb3-b275-b2f3880029cb.yml
2812[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5d850f2e-18ce-3a3e-a801-3b6a0a96d95b.yml
2813[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6389dd7f-2cbd-3237-854f-deaf5155396c.yml
2814[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7bf54cb9-818b-338f-9fdc-0fd7a8b85d31.yml
2815[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d2daefcf-fb09-357a-85a0-3b43d4f3c0e0.yml
2816[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8e8df362-0810-3d8a-8909-bc20f21924b6.yml
2817[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/60fa2dc6-7f6d-30fc-aff6-32fc2fb808ff.yml
2818[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b1213c88-3a3d-3dac-948a-09d01d49bbab.yml
2819[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/49102f57-6cbb-3af5-9020-df9d6d21a0c4.yml
2820[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/63589f48-e173-3c80-9215-bbd1fb9aed46.yml
2821[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/02220470-be8d-310f-b563-7fcba682780a.yml
2822[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2b805f5f-f2cd-3c88-ac8f-4c3bd281e9c7.yml
2823[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/10858aac-3a3b-36b2-886d-991030f81af3.yml
2824[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c849b2cc-2c83-30ce-9e47-d61866ad0e82.yml
2825[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7c0b8010-2239-33e4-840c-d47aff14bf49.yml
2826[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0c7da132-08a3-3cb5-885b-66ae5eccb7ce.yml
2827[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5475643a-3ad0-38a4-ad5d-bfc6dd7ff456.yml
2828[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d601b727-eb1c-3174-8eab-b666af6a9764.yml
2829[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/af11c79c-cbe2-3401-8454-2fa51d5d52cd.yml
2830[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/898f4da9-e960-3454-be0e-392949f8829c.yml
2831[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ab6479e3-31d1-30e5-9292-897019ab34b9.yml
2832[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/39a6a2d1-8786-36bf-a966-eb7209bc846e.yml
2833[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/86dfa482-7886-31cd-94c3-e7cc317c25a2.yml
2834[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f08726e4-bb90-3e7d-bf30-195978c3d29b.yml
2835[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6eea2665-b531-342a-a49c-1d9a8bd52e2d.yml
2836[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5db0c99f-2dd1-32fb-88be-b05932927d94.yml
2837[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c88ad767-44cd-3535-9c36-33b34c90056c.yml
2838[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/54dadb62-a250-3a77-80dc-12f3dcddba3f.yml
2839[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/65cecebd-18fa-3c6e-a74f-055f2393708e.yml
2840[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1276a30c-8aec-3839-bb87-d24c292fdb0e.yml
2841[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/96622f9b-d1a3-39e2-b6bd-aad93361e3a1.yml
2842[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/15ae4d8f-71dd-373d-843d-d7b76c58955c.yml
2843[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2ec5063e-00fe-30c6-8e07-1df48c83cafe.yml
2844[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f2a730a5-6656-3d70-ad8e-748fd2c0c075.yml
2845[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7cac178b-336b-3892-98f5-84290ce2d8d0.yml
2846[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cf96bbb8-6a74-304b-9214-09dce3502183.yml
2847[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3b2a1b4a-6102-30ed-969c-d976e94eccf6.yml
2848[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4d8913f9-868b-3fa2-9342-af908fcbd363.yml
2849[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f4e0290f-97c4-3a3a-8009-6b5054d7daa2.yml
2850[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/bed962d4-c4aa-3826-94a5-0bbef6167e75.yml
2851[03:48:25] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/08e5e39e-de89-36f9-b77e-9187f7c1871a.yml
2852[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0a40ddec-5e8b-3c7f-a9b3-0b1be7368631.yml
2853[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/51215ea1-5d11-3aa9-a5e0-3179dfed5cc5.yml
2854[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/890b1839-34c6-3a9a-a7eb-b750fe3d57cd.yml
2855[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/53cc4c91-bc84-3f12-bfb0-a302f2353ff6.yml
2856[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7d328c4f-24d7-3f4e-8dff-69162d20dc6e.yml
2857[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/20ab4487-5a81-3eb5-ac4e-3a25b562bea5.yml
2858[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/52bf622c-1681-375c-85e9-7af50bfa5413.yml
2859[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9658a579-b5c2-3904-9b7a-c8f5dad7b616.yml
2860[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cd73d198-173b-3bbf-8177-c2c7c2e6a113.yml
2861[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1e5279a7-eee4-310c-9b2a-4845951a5b65.yml
2862[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4e86405a-29f9-3037-9b1b-227cf2a00064.yml
2863[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5819cbce-de85-3ecf-b716-cc6cb40c435e.yml
2864[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/63024fa0-31d3-3a8b-b5a9-62fe20186385.yml
2865[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a46da6ba-55f6-306e-999b-d460eb8126d1.yml
2866[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f8a61417-b71c-36da-b35c-1a9dc03dccc6.yml
2867[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/dbc8719c-79e2-37d3-b227-b634db113816.yml
2868[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/68b6858e-d114-3940-9a6f-4f38c02945dd.yml
2869[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2e44b76f-72a9-347c-aa67-8d17a43481c3.yml
2870[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e8a6891d-08b6-3c4d-b37b-e823eefa0dcc.yml
2871[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/69ef6aa5-45ab-3960-90a5-ca4622bcb91d.yml
2872[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ed459ff1-f7c8-3829-bc0f-ab02209d2b05.yml
2873[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7c035d2c-8119-3951-93dc-8b5686ef0e7d.yml
2874[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d0a38da8-657c-32a9-95fc-ab38b8abf24b.yml
2875[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/620563b7-f7b0-3afc-ad2e-de838004624d.yml
2876[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b9ca0e4c-8b21-3680-a7b1-a848f2a89736.yml
2877[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ec029f5a-ac45-3d82-b0ef-4cf7e5713448.yml
2878[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4b4ad123-9f27-37d2-b158-74c9de1b04c8.yml
2879[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f8adccbc-a329-3369-9e3e-741ffaa2cf13.yml
2880[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1016e7b4-9969-3a01-9dd7-ecd6102ba414.yml
2881[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9a396a50-38a4-3dc3-a6c0-b7e36049724d.yml
2882[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/da0d2396-2cb0-315b-959e-72356b71a849.yml
2883[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d6ca7259-5dbf-3d89-a043-53a364403371.yml
2884[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3daa074b-4b9a-32ac-b34c-a08cb59638c1.yml
2885[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b919fef3-01fc-316b-a7c1-e3bf2914a8ae.yml
2886[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0e6043e9-6eb3-3db1-a22b-496cfaa15fb4.yml
2887[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/979b7c87-14ff-30ad-a425-175781068d33.yml
2888[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/78ef9791-77d0-3043-ba01-c860fef779b6.yml
2889[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f19f855c-f798-35a3-bc69-2e5d9fe50583.yml
2890[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/92f5b613-c9e4-3fde-a66c-f171d33e04bb.yml
2891[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c75d69b7-72a8-3c8a-bcaa-a4c5ae2be1c2.yml
2892[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/da98390e-db4d-389e-8da5-3b72ebbe6be8.yml
2893[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/476775b2-5f0a-39d7-b83c-a552580caf59.yml
2894[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0d460107-7e47-399c-afe3-85739f73cf63.yml
2895[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/19df04a7-07cc-317d-afd1-fa24914fe3d7.yml
2896[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/48ec28e8-9a8b-379e-8a43-b1f869b3fdb1.yml
2897[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/28fd966b-98e5-3938-8d24-52519ac6d2a8.yml
2898[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/fc179a1f-da80-3226-bc24-8de998156754.yml
2899[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cebe7446-25bf-37ff-a8ea-ed80de309624.yml
2900[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/75963454-b690-3bd1-8f29-1849ef30e8ab.yml
2901[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b334a363-701a-323a-bf7e-85ebc9c6eba9.yml
2902[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/fc0e3181-6e31-3cf2-b58d-f86e9bcdcc5d.yml
2903[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a859624c-2e1c-39a6-82bb-ab2834d40f83.yml
2904[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/fb6c0a13-b59c-3bd2-9c00-ec83f6f2f2bf.yml
2905[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/391a809f-1756-334c-81af-42688d3411a8.yml
2906[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/998dd48e-ee0c-3757-9321-67983bffa55a.yml
2907[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6587d747-926d-3f94-a2ef-63ae17e6c1f9.yml
2908[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/13f9440f-165e-3526-a28d-62c63c1f3b94.yml
2909[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/02041cac-a472-387f-a13a-88f80ed27074.yml
2910[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ef432a9c-3168-39f1-92ae-ef8e5140603d.yml
2911[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0ee08e2d-28d5-3604-8152-1bb9c3d6f901.yml
2912[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d4358dc1-a4a1-31da-bc22-3efd4e76dd08.yml
2913[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/323ee562-80e4-37b5-8e50-1ce44f13fb22.yml
2914[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6414622a-9b38-3feb-be02-bb657cf05859.yml
2915[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3160bc37-6cdf-3068-975f-bdf1f22c8c3e.yml
2916[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9d606131-efe8-31a6-aaca-2a058e68adfb.yml
2917[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cb05e3ba-2a15-3ac7-becb-94fadfa1a338.yml
2918[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/11cf7798-2154-33d7-9844-5006a0d75924.yml
2919[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b022ddcf-6f90-3d78-9977-8519b0ed5b23.yml
2920[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5e97e970-03d2-3c49-b460-09cc4d8d1fa9.yml
2921[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a1a0fcd4-4f69-3eb3-8f28-d8a7a08a09f4.yml
2922[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2f8a9b2d-50ff-349b-a4e6-3cf2c6224b4c.yml
2923[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a1ffd9b5-b71d-35cf-8206-6b2e1a5dc38b.yml
2924[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9d2e08be-7c06-31d9-92f8-e46311758fc5.yml
2925[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/be344a2d-102e-333a-ad2a-e5985d6e226e.yml
2926[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/88456fec-922f-3463-ac61-1aeb6508d171.yml
2927[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9562fb38-7c2e-38d3-af1b-4f7e0a3a536f.yml
2928[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a29845b7-f961-3e23-a17e-d07cee290b4d.yml
2929[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ad9ad022-5579-36e9-a681-cd8d4a8e1d8e.yml
2930[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b1d51415-93bf-3559-a997-f6cbde7b4caf.yml
2931[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/aa02e866-3473-3059-bdb2-79517d07d48c.yml
2932[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/dd99f78c-d3fa-3cca-8b45-fa9863036a10.yml
2933[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ad018661-a64e-31cb-8ebf-101d9666e2c6.yml
2934[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5f9a7448-1067-3dba-bf3e-e3411e379a5e.yml
2935[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/383416e1-4c46-3cee-bab4-b320f6aa478b.yml
2936[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/fff42f4a-3778-3f10-b4a1-2ea105d6c41f.yml
2937[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/79c58c57-bb83-3504-8569-e80020ea13ef.yml
2938[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/795b5085-5510-3c43-9790-7fb781bbb63a.yml
2939[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/bb8ad29d-21d9-3816-a1ef-7c515b8ad184.yml
2940[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2459c3c3-83ba-3206-b253-f4eba2c4933d.yml
2941[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/803e03ab-424a-3b71-8e15-2d3c4bd71f24.yml
2942[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/add4db76-85d3-38f8-8809-73b316458bbe.yml
2943[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/edfd6fc9-6da9-3cce-ada6-449214e03075.yml
2944[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/42659447-7076-318c-94ea-5e5556e8b868.yml
2945[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f4af826e-d30f-32c0-a00a-4744b5e0a26f.yml
2946[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e21dd403-960c-3dce-8470-50d09763351d.yml
2947[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a2d0cd2c-d648-3ab6-8b41-c31aa4f542e1.yml
2948[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a8761e1e-aea5-35c5-8ffb-f38cde7264fc.yml
2949[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0605c771-6298-3021-b47f-a5062a6a6bfc.yml
2950[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c7d9c9ea-3b78-3db9-9640-f8606dff4563.yml
2951[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7f28e5c8-039e-3d83-a165-8e6969b1aca3.yml
2952[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/135f56f7-f07c-3ccf-a5a8-209c83e017c6.yml
2953[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9cf77ea6-7811-37f7-8e1c-ed429b27abd8.yml
2954[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8c78aace-8222-3792-b093-f16a700497e8.yml
2955[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7e850c94-74bf-33d5-8310-d0b8f10bb0bf.yml
2956[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/872c19d9-cbe1-35ea-93e7-ce49515ad624.yml
2957[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9420b637-0723-3517-a458-d60a5eabbe6b.yml
2958[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/09e24adf-092a-3f8c-ada9-6434f33c57f2.yml
2959[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9d6d0cdc-9628-3d75-a8eb-59a7b7aef4ed.yml
2960[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0bc550ec-92f4-3f98-9ced-5c877359a55d.yml
2961[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6e559a86-5e44-3bb9-8b27-8378e13cb8c1.yml
2962[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b6a1d8f0-0a74-37a0-937d-4051d1684303.yml
2963[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/186129b4-dc90-301a-ac93-76432d316ebc.yml
2964[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1e6d1d76-7bfa-3de6-bae4-26773ddd41a9.yml
2965[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/12444333-3093-3d80-9587-ba187667c0e8.yml
2966[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5281a80a-8d65-3a09-b73d-dc7749dd676d.yml
2967[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0ad94022-4717-39fd-a193-40fb6a8e997f.yml
2968[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/773d1967-e69e-32f9-bba5-5dae165750ba.yml
2969[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/36b45942-e601-3c17-be6c-f86dc654af58.yml
2970[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/719b3212-2517-3463-890d-cb59997a5e53.yml
2971[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4b55966f-c4ca-3674-93c1-ddf54ea46cdc.yml
2972[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a4d0c220-8a29-3efa-9531-1456cdbc7ac0.yml
2973[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1dad9607-4486-3326-93ef-d0eaab3a1508.yml
2974[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0ae964cb-cbcb-354e-b7f7-f6400b6179e1.yml
2975[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1d5a7490-a037-39c5-adc0-567c382fe511.yml
2976[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d90fedc6-0760-3bc3-a5e4-84b5663dd80f.yml
2977[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ce2977db-b471-3ef5-bb50-157db5de5ec5.yml
2978[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2237333b-6dd2-3249-a8cf-d6dca0d139eb.yml
2979[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b9a6a6cf-5598-3f58-befa-2e55237b38ac.yml
2980[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ed30b2f4-0e51-3982-b063-e49f8588a623.yml
2981[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1692377f-ba21-36a0-a2ca-eed7d1cb5408.yml
2982[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/26b48827-5145-382e-8c21-dec7c27cae94.yml
2983[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/981d25d7-a63a-3475-948a-b91d851eed7c.yml
2984[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5941e2aa-f3fd-349b-94b9-825609ab5219.yml
2985[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3fccef0d-dc02-3e23-b74e-034d33f368eb.yml
2986[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3c739ee9-e8ce-338c-824b-18aadd3ad649.yml
2987[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/868b95e1-97a6-389b-8ab7-ed7c3d4d4292.yml
2988[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ee866d95-aef2-3619-ba95-97890442f452.yml
2989[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b7358763-c928-317b-af57-68f377c94402.yml
2990[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3e8bd130-318d-3549-a10b-1442cd787e5e.yml
2991[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4266e661-b691-3b11-8c3c-1b2eb9426ae1.yml
2992[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c67f9717-4f8f-3075-89f3-2a6bbd212734.yml
2993[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b06c4473-25a1-3084-acd8-a099b40047fc.yml
2994[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/657d73a5-7f22-392a-9936-abde95ed9e97.yml
2995[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/166272d8-2011-33ba-9ad4-3727568cbfa6.yml
2996[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a8b1341b-a6e2-37ac-9dd5-b4d4e33ff815.yml
2997[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/35abc96b-53b7-36bf-835a-cb18d3840c24.yml
2998[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c7c5083c-9db3-3225-87fe-61d3d8cc75fa.yml
2999[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3fcb811e-2cb0-39da-91a2-b12ddcac78e6.yml
3000[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a6758075-d0bf-3bfd-8322-c3da8e731dec.yml
3001[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/78c52984-e665-3afe-b989-7bed4ee0e9e7.yml
3002[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3e756e52-3e0f-375c-8daa-140611da66f3.yml
3003[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6239a065-f143-380d-8c0f-ef53ed8885ee.yml
3004[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7409ba37-ee05-3f7b-a627-6eb1021cd9da.yml
3005[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cd25c26f-56ce-34af-984d-07c57c85809f.yml
3006[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c7f8ce02-dc13-35d4-9dc3-b88a5633f0b8.yml
3007[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a25005fd-2e36-3c6a-ae8e-42c3ec3876ba.yml
3008[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7b91f5a2-b3cd-3bc0-85f1-cd254757a27a.yml
3009[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e7109e04-3d1c-3287-b746-43e785fc0d7a.yml
3010[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7e7527ec-ea58-3b7d-9cf4-0337fd52f749.yml
3011[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6581f118-b9f3-3afa-8ec8-a0eb69627a4e.yml
3012[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ceb5c546-3f95-3ac9-bda0-fc9a87107328.yml
3013[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/95686234-26b4-3ea8-a012-32373f548191.yml
3014[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d63d773e-1886-37ad-93f2-1511f48b4605.yml
3015[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c00b6c73-6eea-31de-ad92-287071902211.yml
3016[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/eecf1a6c-538e-3b96-8fe3-0b02a762e58e.yml
3017[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/82fb3ac6-98c1-3081-b2cb-9759a5031b4a.yml
3018[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8b4b1944-63a1-382a-9c85-fc2fb3f22532.yml
3019[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/26ff146b-33a6-314f-a79e-16e551f819a9.yml
3020[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e98a4c03-9be5-304e-a957-64682e279af4.yml
3021[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/39f11c79-c504-3b38-a77c-1541ebae52e0.yml
3022[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7e3a70fd-8cf6-383a-9cea-0293a7939e86.yml
3023[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1a50ce0e-f4c6-30dc-8822-3ff6b43167d1.yml
3024[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/dc86d6ee-ee41-39e7-8da6-40a027053df6.yml
3025[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8ef95863-358e-3953-a451-2c97bcd8d7a2.yml
3026[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f556dffa-d2c5-30cb-88a3-3bb04fbbff4d.yml
3027[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f4283746-e2ba-3e1b-9553-8d62e5429dbd.yml
3028[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/29d748cb-7f82-3832-ab5d-86819f8a65ee.yml
3029[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/98ca8eae-4a28-3470-9b26-f90320e073f4.yml
3030[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9d462c87-584e-38c8-bb1a-28b858465f98.yml
3031[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/812915eb-b8c4-3e43-bc93-84790ba075e1.yml
3032[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7c7dac5c-a62f-32f7-80f5-72fb7b46bc3d.yml
3033[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f0352483-649e-3e69-938e-6a121e56d046.yml
3034[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a5f57490-3290-38e5-9829-bdf8a13b992f.yml
3035[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/75c14da9-a133-37c4-9189-93f296d80046.yml
3036[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b09872bc-6f49-3cb8-83bb-3585a4e57301.yml
3037[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/69c09fe0-65f3-30db-9633-8f63936682fa.yml
3038[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c5d91d10-577b-3e8a-9832-bc5f7d5a3760.yml
3039[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b8910b6c-e23b-3f83-aed3-ca14ffa17216.yml
3040[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cf79ad21-be04-3913-bf36-9c802cac9d11.yml
3041[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/95c8b728-2760-39a9-9ce6-ea937f214e9c.yml
3042[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d6946354-5af3-3dab-b7fd-da46282d369a.yml
3043[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/16968673-3cbd-35e3-85e9-bb49e3acc08f.yml
3044[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/fe9f9cd5-9a92-3d5e-a62d-c8ee7bb83159.yml
3045[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8e08837e-f103-3285-bf89-8793ba0f095a.yml
3046[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7a368904-0879-3614-9994-3f4e8d9eea35.yml
3047[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4ea8c059-bb69-3af8-a53b-b7d7b2d9739c.yml
3048[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/846c9404-1aae-3d68-b6ec-f720f8892809.yml
3049[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f7916bf6-8392-34f4-b98d-3752e3e07128.yml
3050[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/71d4eb35-9a4f-302e-8287-cf9d2f54a714.yml
3051[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e43037ce-ee1c-3fdb-9432-9ce005a5ac63.yml
3052[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/878244e1-3fc3-383a-abeb-d1551832bb9f.yml
3053[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/bafa39de-d2c0-3a71-96b3-656f14a7e053.yml
3054[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/bd6c1069-41f5-3ac6-b52b-f5e3e79bdea8.yml
3055[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7eaec9ce-0434-3e2d-b12a-09d1a6782f4a.yml
3056[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/873eb54f-576f-3171-ad77-447ed7778773.yml
3057[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2a9e575d-03fe-355f-bef1-b147e336bfa7.yml
3058[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0342eb25-236b-342e-9abc-c80e10fa186b.yml
3059[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cacdcfd8-d95c-39c1-9bd3-9f8ba98fd138.yml
3060[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/eccb8c70-6a02-3a35-9999-237e57b0af9e.yml
3061[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/72f9184f-50c5-38b1-92af-0ff390eb69cd.yml
3062[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2ba7389e-690d-3bc8-810e-cec9f48d7055.yml
3063[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5b1493bb-1eb1-315a-98be-9843c1e43159.yml
3064[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/806209e4-ee3f-3909-b6ea-3be285266355.yml
3065[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/19aaca88-dad7-30e0-85bd-946a949f76e3.yml
3066[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5b65adf5-4ecd-3d03-b6d0-a5a11c82e948.yml
3067[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/098a6a8e-1ddf-311e-9c33-ec98efe9f35d.yml
3068[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8d5f9741-0cab-3194-b144-c6091ee812b8.yml
3069[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/00c17ccf-bb8a-323d-ab00-fa2b9ecb6042.yml
3070[03:48:26] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ceb709bd-982b-3ab8-96a7-8800bec23c0b.yml
3071[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/26a3e165-fa13-3371-8c70-5a2307982e95.yml
3072[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/29c5139f-c1ff-320a-9add-514896156a03.yml
3073[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/93a558fc-838b-3443-945d-0baae2b42c0e.yml
3074[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/93176a03-cd3b-3a4e-81cb-ebaec0ced771.yml
3075[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f4d0aeb1-b0fd-3621-a26f-9d75bc8e4d85.yml
3076[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cf58b9f7-5980-3bb0-a5f7-8673adaaf192.yml
3077[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e7355409-c72f-389c-9147-1028861818b8.yml
3078[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b2572135-ecf8-3747-a6b8-0ac2c864024c.yml
3079[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cd4da68f-4fe4-38ca-b7f6-7e72a94ed02c.yml
3080[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/065e132c-d499-3b09-9ef1-74593ab33c4b.yml
3081[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/012577d8-4c9a-3c6d-8fe3-5e94cffea953.yml
3082[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1b66eca7-f1fc-3651-a7b7-2596619e0946.yml
3083[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d4bee8a5-2b2b-3991-8d32-edb987ff3517.yml
3084[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/44eca697-72da-35d3-9371-89923a583fa7.yml
3085[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/93a8ed5b-5cf8-35fd-a9ee-679dd4af4401.yml
3086[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/08659216-5ddc-3231-a403-abe49ec08383.yml
3087[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/02ced92e-21d1-300e-9ad3-6a08e5feed38.yml
3088[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/aa7499a6-4e64-33ac-9d6c-5e71aef234a1.yml
3089[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f916e40d-07f5-384f-91ae-cfc866fa9006.yml
3090[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/09ce7098-bd41-36a9-a782-e93a4a4e8fc6.yml
3091[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f7d7dd23-4a71-32e8-85b1-c263858b2e05.yml
3092[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/43f4a29c-2999-39bd-a1f6-19404e1e44f1.yml
3093[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c1f8ae40-10bc-3f6b-889d-a69efb9252a4.yml
3094[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/accda02d-152a-30ab-8d09-d5d10af43c95.yml
3095[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ce5957ba-b324-3c8a-9a41-c41952c941f0.yml
3096[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f3eb16c2-310e-348e-9df7-e61c14b1a402.yml
3097[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/94e7c3ff-c179-34cc-9b6b-fb357f9bbaed.yml
3098[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/784b853d-de99-3322-862d-55f7767266f7.yml
3099[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/40341011-1683-33a0-8737-38a50e2022cb.yml
3100[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/03070db3-b932-3b9c-a09d-62891d20868b.yml
3101[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cb303789-0b53-393e-aef2-e60e9743dbc8.yml
3102[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8ee52691-d785-3a53-aa53-cda5782f9f7e.yml
3103[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/286cedfb-5250-34c5-9740-a523f760be4b.yml
3104[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a323e43a-5be8-389f-b15c-2bdcca199605.yml
3105[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/be2dd523-2e5e-3a19-b9cb-3a488c0c967e.yml
3106[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c1ca8046-499c-344d-8c10-b334d29423bb.yml
3107[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6081d129-b4fc-3373-959e-d73cf6d17f2f.yml
3108[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5b4e7ee0-7717-3d37-b36c-ae353a4b889d.yml
3109[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/528e018a-8a93-3ec5-9b15-c31ec4569c99.yml
3110[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f5608e3a-adc7-33da-a27f-d79b9ed27707.yml
3111[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/de45f6f2-26bb-37bb-9518-9972251a5cd6.yml
3112[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c79dab01-14fd-381a-95ec-b35e5909c070.yml
3113[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0e4f1d89-abd5-39ae-8fb1-372c7d29b311.yml
3114[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/45383481-1ca1-3c29-b16e-258286aa2195.yml
3115[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3ab2fe82-8563-3029-95ff-590f92750d64.yml
3116[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6e091213-b196-3f90-a6e6-856e83a455bc.yml
3117[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/01f4a4e1-5aef-34a6-a709-c991ecaec0b8.yml
3118[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/264e9fb0-1c20-353a-aefb-d98a7a017f75.yml
3119[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/94d7900a-fbf9-359e-b961-1288eb5b8fe5.yml
3120[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e2736e0b-c44f-34d2-86e4-bf03df0eccbc.yml
3121[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/67196b42-af84-3a54-84e7-50b7dffc8f67.yml
3122[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d431e32e-680f-3c6c-953a-520bdfb8bbc2.yml
3123[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/bb3108a0-ab81-3d92-9d71-879fe6cbab0d.yml
3124[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3daefd99-dfbd-300f-b25e-818251b82af3.yml
3125[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5d435329-ceea-3339-a8cc-e5afc0a67e64.yml
3126[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5a17182b-877d-334b-8b7e-c4602ed88b10.yml
3127[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d60fc962-5760-3a03-9980-a0bb0e374550.yml
3128[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4dd7a788-ed59-37ee-88f2-01aeab0d03aa.yml
3129[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3b98ca83-d6ea-336f-995e-65153c39d2b2.yml
3130[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/04258935-0664-3c4b-b372-43625b6f96ef.yml
3131[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/83e12d52-e6da-362b-9618-b1cbb7f6a011.yml
3132[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6c09da50-0953-3717-b83d-d0d6138ee42d.yml
3133[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/23442ad6-2e41-366f-9599-056ab4608b90.yml
3134[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c5274c9e-e142-3588-b86c-246997ff7033.yml
3135[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e6484af1-1954-3fe5-9455-7b16c1157004.yml
3136[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f64d5d69-eebd-35bb-8151-ac12661cd267.yml
3137[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c8071c3b-3432-3085-8f81-77a94c6f47c2.yml
3138[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/78c4763a-372c-3027-8ec2-046b2e4cb0ea.yml
3139[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/bedfc36f-c758-32ce-b1b2-6c7172fcb3f3.yml
3140[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6bb3c771-f5d8-3c50-a667-06c51a3cca13.yml
3141[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3cca0d1d-9fd2-3940-88bd-fe88a45bff62.yml
3142[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/dee001c4-56d1-34b0-a233-b235b3036386.yml
3143[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/bb5f6a9a-ffd4-3b90-9127-72e030c2a340.yml
3144[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/04f4d814-ba19-368b-b05e-71281a211e6d.yml
3145[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9c63c910-c0d3-329e-bbd6-d9442d85b21c.yml
3146[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f89d85e8-22d5-386d-bc99-0904c8da668f.yml
3147[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1029d263-c82a-357f-a865-8009114fc662.yml
3148[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6daf8e98-46e3-339f-8ac5-8fa22f68af4c.yml
3149[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c0c5929f-e9d8-3af2-907d-1480287ba211.yml
3150[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d86b1ed1-6dab-345d-99bd-42cdc7e3491a.yml
3151[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6f25948d-b92d-3ecb-97c3-b8c515034190.yml
3152[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7a7f5b8c-fd75-346d-9fd3-d969a49244b9.yml
3153[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/62abf916-ada0-3d77-b4f2-4a22f5d68a00.yml
3154[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b824d8dc-eabd-3185-a12f-8f0822b08226.yml
3155[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f2820193-cb4f-3501-8d93-5d3487fda010.yml
3156[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4fa489dd-b0b1-323a-9305-95f95580d9a7.yml
3157[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/652813f5-1ab3-323c-a0d4-f8b551a45fae.yml
3158[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/953a8c8c-9ea0-341c-b093-059c9c29c05c.yml
3159[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ceac467b-4730-305e-8433-0e6608a84b85.yml
3160[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/baabe43a-530e-3963-976e-e6fd3d8f0f3f.yml
3161[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/bcc7dd69-9447-3aea-a023-f3c030891cbb.yml
3162[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1e56e793-cdc5-3745-95cb-3749d7016560.yml
3163[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/45968ba2-2621-3dd4-8d21-8c7c452b7129.yml
3164[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4482fd7b-1eef-354f-b8e4-5950b59099e4.yml
3165[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a0d3289b-d068-36d1-9010-e35b6329b0dc.yml
3166[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/231dc759-e0ed-397b-bb21-a8424ba82249.yml
3167[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d2a1bc91-f446-37c7-934b-097a2df630f0.yml
3168[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5c7bde41-af5e-3716-a83c-cc5e597539ba.yml
3169[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/87e0943a-db47-3151-aa54-eb9ceeed8b26.yml
3170[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/32cc651c-62be-3bec-affd-6cb1daf22da5.yml
3171[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/187cf653-8ed4-3268-9a56-0caf727479a7.yml
3172[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c852e0be-d618-3799-8480-067bfccda10e.yml
3173[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/71e3378a-7b51-3ed2-a0ab-7f058441d02b.yml
3174[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a367f883-7f43-3e58-afaa-938b197b62e4.yml
3175[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/dd1b6fef-d560-300f-8fb9-2fe351a2072f.yml
3176[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d9bf6176-7a58-39bd-bc16-f48f36131a2b.yml
3177[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3f1fbe7a-8988-3a86-be27-f1442e981f63.yml
3178[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9e2a5d98-571c-3f90-91a7-912068bd91a0.yml
3179[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/63c8ad80-f45b-3be5-b260-9bc8dd1362e2.yml
3180[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7228023c-5b1b-3ad1-b74d-c987d8ff69d2.yml
3181[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c51ad78e-d88c-3f94-bd27-b6b121b90e7c.yml
3182[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/29c5886c-5bb1-3557-a800-34679fcc9596.yml
3183[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/72e0ffa7-b939-30b8-b771-5062f8001468.yml
3184[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2d0caee9-99cf-396e-9ecd-5bbf3b7c7bb1.yml
3185[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/50e1fff4-c221-33cc-813b-1009cdf50e3f.yml
3186[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b85ba4ce-5205-3d24-ae77-cd06026c5c66.yml
3187[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6247a21d-00a0-32b3-8443-7185476a5a8d.yml
3188[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/df0fa3ef-e674-308f-8694-5b041c058e6f.yml
3189[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2fdf04b4-37f1-307f-8d52-a029027ce6b5.yml
3190[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c5c32064-6f62-315b-97b0-c12b05cd94c5.yml
3191[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8b0da81e-e838-3045-90d4-09c7a6065d10.yml
3192[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1b9e5c90-4f30-3666-919e-6c05796c7648.yml
3193[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/714e2573-6cef-3be9-8172-07b6f9b155ce.yml
3194[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ac564898-9b91-3209-8a15-ecaa02bb97f1.yml
3195[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ec7bc2a9-d6a5-3bab-a6d7-a2b3ee20136d.yml
3196[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d2d4d902-806c-3e44-b1da-48b4a14320c5.yml
3197[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/1868264b-f721-34a6-98a3-054a8da3586b.yml
3198[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4f5a875a-e549-3725-8b2c-1329782138a3.yml
3199[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7d463998-408e-3dc5-9803-5547f98ca7ad.yml
3200[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/639534d9-bdbd-347c-8cbe-ca9680efe275.yml
3201[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0b1b89f4-5ffa-3314-b597-02cdcfa07d37.yml
3202[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/659eef10-3335-343f-b8fd-4ed9915fb455.yml
3203[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a56e81ab-0ef6-3db1-b35b-01ce6d5a1a9a.yml
3204[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e970751d-2964-3828-870f-f28f54c89a26.yml
3205[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e3a79b52-895f-3ab0-a2f1-af21c49de31d.yml
3206[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/472e540a-77ad-357f-a735-f156880b717d.yml
3207[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7c3ff72a-e180-3756-ba5c-75434397a300.yml
3208[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0e2dd413-3b44-332a-a07b-65747792a18c.yml
3209[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f2ffcdb9-ca40-3a44-a6cd-e57398c6e4a1.yml
3210[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e88bbd08-ef5f-3721-a9e0-a492b7d99856.yml
3211[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0886d3ee-7fa8-33f8-a058-1b9d1fde724e.yml
3212[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6ccf4939-21e9-351e-9825-86691c5c9be5.yml
3213[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2368c6bc-79d5-3ab0-8d12-c2a8f9f39741.yml
3214[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b81f66b5-0ae8-35f6-9433-d39dc5d1739c.yml
3215[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/58d7edcf-479d-3722-8dfb-097329177d43.yml
3216[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/df3b1876-d32c-37e4-8286-82bc16a78c1b.yml
3217[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/954ed849-642b-31c5-add4-e5c469bbab71.yml
3218[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/94cba307-b665-300e-801c-a76b75a91f03.yml
3219[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5a562c34-7dd5-361f-9db1-93470af9826f.yml
3220[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0b6f1da1-4954-3100-9923-d34b453c347a.yml
3221[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/f12c7d58-44ca-377b-a30e-b1c2baa7c02e.yml
3222[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c8f1a356-c245-39ed-809c-7575563ed1a0.yml
3223[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/db88d20d-49ec-3f9d-91a6-5fbf7dbdac9d.yml
3224[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0e330f9c-9865-3d1c-a7ac-002f2fd1bd32.yml
3225[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/89ae15fc-5e77-3446-a342-1740639305ce.yml
3226[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b6d5ccbb-6674-3365-8738-1649105d0d5e.yml
3227[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4e07e819-085e-3c99-8acd-b133c915d80f.yml
3228[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/78df663d-da91-37a7-8be5-56b981e80c74.yml
3229[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2371a40f-656f-30b0-8311-ef4215259eec.yml
3230[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e116db20-e50c-37ea-bdb2-c51c56391ac7.yml
3231[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e92951e1-0162-3db0-b553-59056c845a0c.yml
3232[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/18ecf5f4-a003-34f1-a161-1934ae0b9d34.yml
3233[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/191046fa-7fbb-3fc5-9efe-4dff176f7852.yml
3234[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/11101114-52cb-3789-88ba-18c6918c46f7.yml
3235[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4c8df842-d633-36dd-9e2a-79451bdf4474.yml
3236[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ce05b0a7-ae39-3d33-8788-859165e3645d.yml
3237[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0c1bdd23-1a47-354b-9605-870379201eaf.yml
3238[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5bd749cc-129d-3b6c-af81-a9bbd50f3b77.yml
3239[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/7b67898a-33f4-3678-8705-7b9f396f0319.yml
3240[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e3853f5c-47a0-3a65-96ff-9dd25bae6b0b.yml
3241[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/90055aae-eba0-343d-8227-fe4d9e0a80e0.yml
3242[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4ca61eaf-7d27-353f-83c0-843ee63603bb.yml
3243[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/458c8722-123e-38a0-b8cf-8446fcae2da2.yml
3244[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ee4844aa-9bb2-310a-9f2e-67aaadeaf715.yml
3245[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/002a8ad5-9acb-3229-b057-012af9af9f59.yml
3246[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0c6c9b7a-9477-3c70-a4d7-53c737934c85.yml
3247[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8f545664-5373-3424-a8c3-d23522f12092.yml
3248[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/01b6369f-7649-3b25-82cc-227f403741a9.yml
3249[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/5f616ffc-1163-3636-9e96-733023379b38.yml
3250[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/914193e8-f5e9-36b2-8776-f663c288e9ea.yml
3251[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/81fb30f3-9daf-3d97-a351-37af0252896a.yml
3252[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/366e0bf8-c17b-3838-93a1-220ed6611cfe.yml
3253[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/33e12269-7d0a-354d-aefd-ae105603e798.yml
3254[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b1af40ac-0ad9-367d-8ff2-88ab196749af.yml
3255[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b317cc3b-ced6-3068-8cc1-d58ebcd85704.yml
3256[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c73f1f99-8cba-3fed-b395-db402969921b.yml
3257[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/af898a85-1ec1-3146-8778-401ca5738acb.yml
3258[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/353b6a22-3aee-3fd0-8de8-e86862f6a813.yml
3259[03:48:27] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c0f7d3ed-09c2-3f2d-92c5-bd92c180ddb4.yml
3260[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c4a01a89-be4a-32b5-9c77-453ed83a7c90.yml
3261[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/22af8ef2-a897-3c33-b47b-1b59beb76014.yml
3262[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/0c4ccd83-e22a-345a-8e82-b262f849823b.yml
3263[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e7158534-bc79-361c-83d9-6159763a1c5e.yml
3264[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/387d61d6-1809-34b0-8a6a-2b55b8523aec.yml
3265[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/bf017eec-d60c-3aca-bbda-5c93974cfcc5.yml
3266[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/56aa759e-5ef9-39a1-983a-943607b6ffc3.yml
3267[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b9bc19f2-be4a-3c15-8055-372343a83a60.yml
3268[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/deff4d5d-c565-3440-9a23-51ebb198eb2f.yml
3269[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/62f94334-8924-3dd3-bdf9-b0eb0df2aad3.yml
3270[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c918a7e0-2359-38d7-aafd-e9d0d857a13f.yml
3271[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6e3cfbc4-485d-35d5-a199-d6f52636c944.yml
3272[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ab1ae17e-9a9c-36fd-ae11-5f976130bd53.yml
3273[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/b3e58543-b9af-3417-9174-a72606faa49a.yml
3274[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/4d67ce08-6966-3f56-8733-f095f1e5046c.yml
3275[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/2cd6304e-cf66-3089-9286-3bc9ab0204d9.yml
3276[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/68904424-077c-36ca-bdcf-0ebf76e1de24.yml
3277[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/33cda7b3-e39c-34be-87ce-97c6eda07fe9.yml
3278[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/96e1dbea-6a39-39ed-96f3-ffbc99b7c85c.yml
3279[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6e6624a6-afa0-3ed7-ba68-55f25149e11a.yml
3280[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/189a2828-dbf4-3a2f-8dec-369d575e376a.yml
3281[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/ea889a10-90e0-3452-b29b-02871b964d19.yml
3282[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c4270a66-6173-3e34-bdbc-b56c47c091cf.yml
3283[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/c0624544-6fd2-3597-af42-b9da8a800b9e.yml
3284[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/3bc7a2df-edfe-3305-ace6-1b67c930eb21.yml
3285[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a27d2c41-59d8-3798-a66c-026711a878dc.yml
3286[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/187ab73f-e19c-36c0-8148-03a2ffc61516.yml
3287[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/601495d0-b071-3324-be2f-a0d68a1d459e.yml
3288[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/9a011372-a275-356c-a22f-e0d65077b8b4.yml
3289[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/269815ac-a675-39ab-8cb6-d1d578e81ad4.yml
3290[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d5876899-147e-3a7d-b0ef-25f65b22b567.yml
3291[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/e4b16c95-1408-33c4-98a7-a3ded5654f35.yml
3292[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/d405bb2b-48b8-35a6-b843-e94c0f9d912f.yml
3293[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/cbbfeae2-8ada-38e5-8d14-0c1fe3c5f21e.yml
3294[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/099c373a-7887-379a-aeb7-879d90afac0c.yml
3295[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/6af40584-7fde-3014-9418-32239b042017.yml
3296[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/fbef1159-03b1-35ee-acd8-c72c6c60e5f6.yml
3297[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/03f52839-9e41-3719-9ff7-0cfe2356e221.yml
3298[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8b9686da-084a-3621-ae55-ea42f3359b2d.yml
3299[03:48:28] [pool-47-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/a719cf41-e6b2-38b0-9d96-e97622ac35e0.yml
3300[03:48:28] [Server thread/INFO]: [0;37;22m[[0;33;1mEnh[0;33;22mBalTop[0;37;22m] [0;33;22mFetched And Sorted [0;32;1m1146[0;33;22m OffLine Player Balances[m
3301[03:48:28] [Server thread/INFO]: [m[0;37;22m[t-block][m [0;36;1m[[0;36;22m[21mT[0;36;1m] [0;32;1mOblivious [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;37;22m:[m Welcome back clrev.[m
3302[03:48:29] [Server thread/INFO]: [m[0;37;22m[f-block][m [0;34;1m[[0;33;22m[21mF[0;34;1m] [0;32;1mbn2013 [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;37;22m:[m Wb Oblivious.[m
3303[03:48:31] [Server thread/INFO]: NullQubed issued server command: /ac
3304[03:48:34] [Server thread/INFO]: [m[0;37;22m[s-block][m [0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mclrev [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;37;22m:[m yes[m
3305[03:48:35] [Async Chat Thread - #0/INFO]: MAGA NullQubed: Didn't work jaden.
3306[03:48:35] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
3307[03:48:35] [Server thread/ERROR]: [BuycraftX] Command execution took 7.67ms to complete. This likely indicates an issue with one of your server's plugins, which can cause lag.
3308[03:48:35] [Server thread/INFO]: [Essentials] Found new UUID for Super2k18. Replacing 62abf916-ada0-3d77-b4f2-4a22f5d68a00 with d0ccb99a-4dce-47dd-a79b-806892720db3
3309[03:48:36] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent Super2k18 to spawn[m
3310[03:48:36] [Server thread/INFO]: [VPNGuard] Player Super2k18 is trying to connect with IP: 99.47.77.30
3311[03:48:36] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mSuper2k18/d0ccb99a-4dce-47dd-a79b-806892720db3 [0;30;1m[[0;37;22m99.47.77.30[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m9711[0;37;22m in world [0;36;1mNewPrison[m
3312[03:48:36] [Server thread/WARN]: [Essentials] Task #44062 for Essentials v2.15.0.1 generated an exception
3313java.lang.NullPointerException
3314 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
3315 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
3316 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
3317 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3318 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3319 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3320 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3321 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3322 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3323 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3324[03:48:36] [Server thread/INFO]: [0;37;22mSuper2k18 has connected.[m
3325[03:48:36] [Craft Scheduler Thread - 251/INFO]: [VPNGuard] Super2k18 has passed VPNGuard checks.
3326[03:48:36] [Craft Scheduler Thread - 247/INFO]: [0;37;22mScanning [0;36;22mSuper2k18[0;37;22m. [0;37;1m[[0;36;1mOnline[0;37;1m] [[0;37;22mOffline[0;37;1m] [[0;36;22mBanned[0;37;1m]
3327[0;36;1mSuper2k18[0;37;1m, [0;36;22mjackvanzo[0;37;1m, [0;37;22mEndermanGaming32[0;37;1m, [0;37;22mArcticWolf54[m
3328[03:48:37] [Server thread/INFO]: [0;37;22m[[0;33;1mEnh[0;33;22mBalTop[0;37;22m] [0;33;22mCreating Initial Holograms From [0;32;1mholograms.yml[m
3329[03:48:37] [Server thread/INFO]: [m[0;37;22m[f-block][m [0;34;1m[[0;33;22m[21mF[0;34;1m] [0;32;1mbn2013 [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;37;22m:[m lol[m
3330[03:48:38] [Server thread/INFO]: [m[0;37;22m[f-block][m [0;34;1m[[0;33;22m[21mF[0;34;1m] [0;32;1m:RF [0;30;1m[[0;33;22mVIP[0;30;1m][m[0;37;22m:[m They restarted the server bn2013[m
3331[03:48:38] [Server thread/INFO]: Oblivious issued server command: /ac shame
3332[03:48:38] [Server thread/INFO]: eGirl Oblivious: shame
3333[03:48:39] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
3334[03:48:39] [Server thread/INFO]: [Essentials] Found new UUID for AcidAppleJuice. Replacing b9a18eb9-fc13-333b-b189-c8a99d555b06 with 9bd46e2f-6ece-447d-9c2f-8f10093d34b2
3335[03:48:39] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent AcidAppleJuice to spawn[m
3336[03:48:39] [Server thread/INFO]: [VPNGuard] Player AcidAppleJuice is trying to connect with IP: 108.180.73.237
3337[03:48:39] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mAcidAppleJuice/9bd46e2f-6ece-447d-9c2f-8f10093d34b2 [0;30;1m[[0;37;22m108.180.73.237[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m11123[0;37;22m in world [0;36;1mNewPrison[m
3338[03:48:39] [Server thread/WARN]: [Essentials] Task #45138 for Essentials v2.15.0.1 generated an exception
3339java.lang.NullPointerException
3340 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
3341 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
3342 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
3343 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3344 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3345 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3346 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3347 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3348 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3349 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3350[03:48:39] [Server thread/INFO]: [0;37;22mAcidAppleJuice has connected.[m
3351[03:48:39] [Craft Scheduler Thread - 167/INFO]: [VPNGuard] AcidAppleJuice has passed VPNGuard checks.
3352[03:48:41] [Server thread/INFO]: Oblivious issued server command: /quests menu general
3353[03:48:43] [Server thread/INFO]: ghost0915 issued server command: /v
3354[03:48:43] [Server thread/INFO]: ghost0915 issued mycmd command ID(10) /v
3355[03:48:43] [Server thread/INFO]: ghost0915 issued server command: /vanish
3356[03:48:43] [Server thread/INFO]: [VanishNoPacket] ghost0915 reappeared.
3357[03:48:43] [Server thread/INFO]: RFMS issued server command: /craft
3358[03:48:44] [Server thread/INFO]: waralex16 issued server command: /v
3359[03:48:44] [Server thread/INFO]: waralex16 issued mycmd command ID(10) /v
3360[03:48:44] [Server thread/INFO]: waralex16 issued server command: /vanish
3361[03:48:44] [Server thread/INFO]: [VanishNoPacket] waralex16 reappeared.
3362[03:48:44] [Server thread/INFO]: Oblivious issued server command: /pv 10
3363[03:48:44] [Server thread/INFO]: MFoskar issued server command: /pv 8
3364[03:48:45] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
3365[03:48:45] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent creeper5777 to spawn[m
3366[03:48:45] [Server thread/INFO]: [VPNGuard] Player creeper5777 is trying to connect with IP: 47.184.135.28
3367[03:48:45] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mcreeper5777/38f42436-b09f-44b9-acc8-a6bfadc8b0a0 [0;30;1m[[0;37;22m47.184.135.28[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m14039[0;37;22m in world [0;36;1mNewPrison[m
3368[03:48:45] [Server thread/WARN]: [Essentials] Task #47725 for Essentials v2.15.0.1 generated an exception
3369java.lang.NullPointerException
3370 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
3371 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
3372 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
3373 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3374 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3375 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3376 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3377 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3378 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3379 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3380[03:48:45] [Craft Scheduler Thread - 236/INFO]: [VPNGuard] creeper5777 has passed VPNGuard checks.
3381[03:48:45] [Server thread/INFO]: [0;37;22mcreeper5777 has connected.[m
3382[03:48:47] [Async Chat Thread - #0/INFO]: MAGA NullQubed: yes
3383[03:48:48] [Server thread/INFO]: waralex16 issued server command: /warp a
3384[03:48:48] [Server thread/INFO]: [m[0;37;22m[s-block][m [0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mclrev [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;37;22m:[m ty[m
3385[03:48:50] [Server thread/INFO]: Oblivious issued server command: /quests menu general
3386[03:48:50] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
3387[03:48:50] [Server thread/INFO]: [Essentials] Found new UUID for Blockbuster0321. Replacing 7d243870-015f-3f51-836b-ec8d3120f89f with 9c76c9b3-cbc3-4d9b-b764-b53e005902e6
3388[03:48:50] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent Blockbuster0321 to spawn[m
3389[03:48:50] [Server thread/INFO]: [VPNGuard] Player Blockbuster0321 is trying to connect with IP: 71.204.23.220
3390[03:48:50] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mBlockbuster0321/9c76c9b3-cbc3-4d9b-b764-b53e005902e6 [0;30;1m[[0;37;22m71.204.23.220[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m17565[0;37;22m in world [0;36;1mNewPrison[m
3391[03:48:50] [Craft Scheduler Thread - 339/INFO]: [VPNGuard] Blockbuster0321 has passed VPNGuard checks.
3392[03:48:50] [Server thread/WARN]: [Essentials] Task #49706 for Essentials v2.15.0.1 generated an exception
3393java.lang.NullPointerException
3394 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
3395 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
3396 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
3397 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3398 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3399 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3400 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3401 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3402 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3403 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3404[03:48:50] [Server thread/INFO]: [0;37;22mBlockbuster0321 has connected.[m
3405[03:48:50] [Craft Scheduler Thread - 47/INFO]: [ChestShop] RFMS sold 17 Emerald Block for 52593.75 to grath123 at [BlackMarket] -10, 8, -42
3406[03:48:51] [Server thread/INFO]: ghost0915 issued server command: /pv 1
3407[03:48:52] [Server thread/INFO]: Oblivious issued server command: /quests menu general
3408[03:48:52] [Server thread/INFO]: [0;37;22m[[0;33;22mAAC[0;37;22m] [0;32;22m[CONSOLE] [mclrev in NewPrison seems to be moving too quickly (ping = 0, tps = 14.52) [m
3409[03:48:54] [Server thread/INFO]: [m[0;37;22m[j-block][m [0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mcreeper5777[m[0;37;22m:[m What happenned? :P.[m
3410[03:48:54] [Server thread/INFO]: Oblivious issued server command: /pv 10
3411[03:48:56] [Server thread/INFO]: Blockbuster0321 issued server command: /bm
3412[03:48:59] [Server thread/INFO]: Oblivious issued server command: /quests menu general
3413[03:49:01] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
3414[03:49:01] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent jdeleon1 to spawn[m
3415[03:49:01] [Server thread/INFO]: [VPNGuard] Player jdeleon1 is trying to connect with IP: 76.14.85.96
3416[03:49:01] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mjdeleon1/8487f296-1f6c-42c9-af22-f76d6978a795 [0;30;1m[[0;37;22m76.14.85.96[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m25490[0;37;22m in world [0;36;1mNewPrison[m
3417[03:49:01] [Server thread/WARN]: [Essentials] Task #53971 for Essentials v2.15.0.1 generated an exception
3418java.lang.NullPointerException
3419 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
3420 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
3421 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
3422 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3423 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3424 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3425 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3426 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3427 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3428 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3429[03:49:01] [Craft Scheduler Thread - 581/INFO]: [VPNGuard] jdeleon1 has passed VPNGuard checks.
3430[03:49:01] [Server thread/INFO]: [0;37;22mjdeleon1 has connected.[m
3431[03:49:03] [Server thread/INFO]: [m[0;37;22m[f-block][m [0;34;1m[[0;33;22m[21mF[0;34;1m] [0;32;1m:RF [0;30;1m[[0;33;22mVIP[0;30;1m][m[0;37;22m:[m Server Restart.[m
3432[03:49:03] [Async Chat Thread - #1/INFO]: [0;37;1m*--------- ChatControl rule match on Oblivious --------- ID UNSET[m
3433[03:49:03] [Async Chat Thread - #1/INFO]: [0;37;1mMATCH[0;36;1m: [m:\([m
3434[03:49:03] [Async Chat Thread - #1/INFO]: [0;37;1mCATCH[0;36;1m: [mquest man broken :([m
3435[03:49:03] [Async Chat Thread - #1/INFO]: [0;37;1mFINAL[0;32;1m: [mquest man broken ☹[m
3436[03:49:03] [Server thread/INFO]: [m[0;37;22m[t-block][m [0;36;1m[[0;36;22m[21mT[0;36;1m] [0;32;1mOblivious [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;37;22m:[m Quest man broken ☹[m
3437[03:49:03] [Server thread/INFO]: [m[0;37;22m[s-block][m [0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mclrev [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;37;22m:[m hmm[m
3438[03:49:04] [Craft Scheduler Thread - 599/INFO]: [ChestShop] Blockbuster0321 sold 13 Emerald for 4265.63 to clrev at [BlackMarket] -10, 9, -11
3439[03:49:04] [Server thread/INFO]: MFoskar issued server command: /pv 8
3440[03:49:04] [Server thread/INFO]: [m[0;37;22m[f-block][m [0;34;1m[[0;33;22m[21mF[0;34;1m] [0;32;1mbn2013 [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;37;22m:[m Wb Super2k18, AcidAppleJuice, creeper5777, Blockbuster0321, and jdeleon1[m
3441[03:49:05] [Server thread/ERROR]: Could not pass event PlayerQuitEvent to PT-PermRemover v1.0
3442org.bukkit.event.EventException
3443 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3444 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3445 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3446 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3447 at net.minecraft.server.v1_8_R3.PlayerList.disconnect(PlayerList.java:348) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3448 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:871) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3449 at net.minecraft.server.v1_8_R3.NetworkManager.l(NetworkManager.java:314) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3450 at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:145) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3451 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3452 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3453 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3454 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3455 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3456Caused by: java.lang.NoClassDefFoundError: ru/tehkode/permissions/bukkit/PermissionsEx
3457 at de.Dorfbewohner3000.Permission.Permission.take(Permission.java:15) ~[?:?]
3458 at de.Dorfbewohner3000.Permission.Listener.ondisconnect(Listener.java:9) ~[?:?]
3459 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161]
3460 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_161]
3461 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
3462 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
3463 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3464 ... 12 more
3465Caused by: java.lang.ClassNotFoundException: ru.tehkode.permissions.bukkit.PermissionsEx
3466 at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_161]
3467 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3468 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3469 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_161]
3470 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_161]
3471 at de.Dorfbewohner3000.Permission.Permission.take(Permission.java:15) ~[?:?]
3472 at de.Dorfbewohner3000.Permission.Listener.ondisconnect(Listener.java:9) ~[?:?]
3473 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161]
3474 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_161]
3475 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
3476 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
3477 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3478 ... 12 more
3479[03:49:05] [Server thread/INFO]: clrev has disconnected.
3480[03:49:05] [Server thread/INFO]: creeper5777 issued server command: /news
3481[03:49:05] [Server thread/INFO]: creeper5777 issued mycmd command ID(17) /news
3482[03:49:05] [Server thread/WARN]: [Essentials] Task #54632 for Essentials v2.15.0.1 generated an exception
3483java.lang.NullPointerException
3484 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
3485 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
3486 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$2.run(EssentialsXMPPPlayerListener.java:51) ~[?:?]
3487 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3488 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3489 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3490 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3491 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3492 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3493 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3494[03:49:07] [Craft Scheduler Thread - 649/INFO]: [ChestShop] RFMS sold 6 Emerald for 1968.75 to clrev at [BlackMarket] -10, 9, -11
3495[03:49:09] [Server thread/INFO]: Oblivious issued server command: /quests menu general
3496[03:49:10] [Server thread/INFO]: MFoskar issued server command: /feed
3497[03:49:10] [Server thread/INFO]: [m[0;37;22m[j-block][m [0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mcreeper5777[m[0;37;22m:[m ty[m
3498[03:49:10] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
3499[03:49:11] [Server thread/INFO]: RFMS issued server command: /p h
3500[03:49:11] [Server thread/INFO]: RFMS issued mycmd command ID(13) /p h
3501[03:49:11] [Server thread/INFO]: RFMS issued server command: /plot h
3502[03:49:13] [Server thread/INFO]: bn2013 issued server command: /Discord
3503[03:49:14] [Server thread/INFO]: creeper5777 issued server command: /staff
3504[03:49:14] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
3505[03:49:14] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent clrev to spawn[m
3506[03:49:14] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mclrev/cd0ce3a3-1d66-4963-a841-723a67d95cba [0;30;1m[[0;37;22m85.225.67.226[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m34211[0;37;22m in world [0;36;1mNewPrison[m
3507[03:49:14] [Server thread/INFO]: [VPNGuard] Player clrev is trying to connect with IP: 85.225.67.226
3508[03:49:14] [Craft Scheduler Thread - 230/INFO]: [VPNGuard] clrev has passed VPNGuard checks.
3509[03:49:14] [Server thread/WARN]: [Essentials] Task #55308 for Essentials v2.15.0.1 generated an exception
3510java.lang.NullPointerException
3511 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
3512 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
3513 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
3514 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3515 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3516 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3517 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3518 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3519 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3520 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3521[03:49:14] [Server thread/INFO]: [0;37;22mclrev has connected.[m
3522[03:49:18] [Server thread/INFO]: [m[0;37;22m[s-block][m [0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mBlockbuster0321 [0;30;1m[[0;32;22m$[0;30;1m][m[0;37;22m:[m Ty bb.[m
3523[03:49:20] [Server thread/INFO]: [m[0;37;22m[admin][m [0;30;1m[[0;31;22mWarden[0;30;1m] [0;36;22m:alex [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;37;22m:[m Cow for salwe at my aplot for 20mil[m
3524[03:49:21] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
3525[03:49:21] [User Authenticator #31/WARN]: [EssentialsMysqlStorage] Database connection failed. Reconnecting...
3526[03:49:21] [User Authenticator #31/WARN]: [EssentialsMysqlStorage] Reconnecting the SendData connection...
3527[03:49:21] [User Authenticator #31/WARN]: [EssentialsMysqlStorage] SendData connection reconnected!
3528[03:49:21] [Server thread/INFO]: [VanishNoPacket] hipporunner disappeared.
3529[03:49:21] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent hipporunner to spawn[m
3530[03:49:21] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mhipporunner/fd4a512b-4245-43f7-8df2-9e87e5682776 [0;30;1m[[0;37;22m67.164.209.225[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m38880[0;37;22m in world [0;36;1mNewPrison[m
3531[03:49:21] [Server thread/INFO]: [VPNGuard] Player hipporunner is trying to connect with IP: 67.164.209.225
3532[03:49:21] [Server thread/INFO]: [VPNGuard] Bypassing check for player hipporunner
3533[03:49:22] [Server thread/WARN]: [Essentials] Task #68418 for Essentials v2.15.0.1 generated an exception
3534java.lang.NullPointerException
3535 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
3536 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
3537 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
3538 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3539 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3540 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3541 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3542 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3543 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3544 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3545[03:49:23] [Server thread/INFO]: hipporunner issued server command: /shop
3546[03:49:23] [Craft Scheduler Thread - 463/INFO]: [BuycraftX] Updating coupon list...
3547[03:49:24] [Server thread/INFO]: [m[0;37;22m[t-block][m [0;36;1m[[0;36;22m[21mT[0;36;1m] [0;32;1mOblivious [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;37;22m:[m 1k[m
3548[03:49:24] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;31;1mError while executing [0;33;1mBlacklistCheck[0;31;1m, for more informations check the log![m
3549[03:49:24] [Server thread/INFO]: [Essentials] Found new UUID for Ssplat_101. Replacing 2371a40f-656f-30b0-8311-ef4215259eec with 26e6a758-aa34-4766-ae9e-fdc3686eaf26
3550[03:49:24] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent Ssplat_101 to spawn[m
3551[03:49:24] [Server thread/INFO]: [VPNGuard] Player Ssplat_101 is trying to connect with IP: 172.2.21.175
3552[03:49:24] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mSsplat_101/26e6a758-aa34-4766-ae9e-fdc3686eaf26 [0;30;1m[[0;37;22m172.2.21.175[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m40463[0;37;22m in world [0;36;1mNewPrison[m
3553[03:49:24] [Craft Scheduler Thread - 586/INFO]: [VPNGuard] Ssplat_101 has passed VPNGuard checks.
3554[03:49:24] [Server thread/WARN]: [Essentials] Task #69302 for Essentials v2.15.0.1 generated an exception
3555java.lang.NullPointerException
3556 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
3557 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
3558 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
3559 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3560 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3561 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3562 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3563 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3564 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3565 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3566[03:49:24] [Server thread/INFO]: [0;37;22mSsplat_101 has connected.[m
3567[03:49:25] [Server thread/INFO]: waralex16 issued server command: /tp unnerving
3568[03:49:28] [Server thread/INFO]: [m[0;37;22m[s-block][m [0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mclrev [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;37;22m:[m Very nice.[m
3569[03:49:30] [Craft Scheduler Thread - 51/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttp://lists.blocklist.de/lists/all.txt[m
3570[03:49:30] [Craft Scheduler Thread - 51/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttp://cinsscore.com/list/ci-badguys.txt[m
3571[03:49:30] [Craft Scheduler Thread - 51/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttps://www.stopforumspam.com/downloads/toxic_ip_cidr.txt[m
3572[03:49:30] [Craft Scheduler Thread - 51/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttp://blocklist.greensnow.co/greensnow.txt[m
3573[03:49:30] [Craft Scheduler Thread - 51/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttp://myip.ms/files/blacklist/csf/latest_blacklist.txt[m
3574[03:49:30] [Craft Scheduler Thread - 51/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttp://proxy-daily.com/[m
3575[03:49:30] [Craft Scheduler Thread - 51/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttp://www.sslproxies24.top/[m
3576[03:49:30] [Craft Scheduler Thread - 51/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttp://socksproxylist24.blogspot.ro/[m
3577[03:49:30] [Thread-17057/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttps://www.stopforumspam.com/downloads/toxic_ip_cidr.txt[m
3578[03:49:30] [Thread-17060/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttp://proxy-daily.com/[m
3579[03:49:30] [Server thread/INFO]: creeper5777 issued server command: /quests menu general
3580[03:49:30] [Thread-17059/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttp://myip.ms/files/blacklist/csf/latest_blacklist.txt[m
3581[03:49:30] [Thread-17061/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttp://www.sslproxies24.top/[m
3582[03:49:33] [Server thread/INFO]: AcidAppleJuice issued server command: /p h waralex16
3583[03:49:33] [Server thread/INFO]: AcidAppleJuice issued mycmd command ID(13) /p h waralex16
3584[03:49:33] [Server thread/INFO]: AcidAppleJuice issued server command: /plot h waralex16
3585[03:49:33] [Server thread/INFO]: MFoskar issued server command: /pet
3586[03:49:33] [Server thread/INFO]: Oblivious issued server command: /pv 1
3587[03:49:35] [Thread-17058/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttp://blocklist.greensnow.co/greensnow.txt[m
3588[03:49:36] [Server thread/INFO]: [m[0;37;22m[s-block][m [0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mBlockbuster0321 [0;30;1m[[0;32;22m$[0;30;1m][m[0;37;22m:[m I need about 130k to rankup rip.[m
3589[03:49:37] [Server thread/INFO]: Oblivious issued server command: /p h
3590[03:49:37] [Server thread/INFO]: Oblivious issued mycmd command ID(13) /p h
3591[03:49:37] [Server thread/INFO]: Oblivious issued server command: /plot h
3592[03:49:42] [Server thread/INFO]: creeper5777 issued server command: /warp d
3593[03:49:45] [Server thread/INFO]: creeper5777 issued server command: /help
3594[03:49:46] [Craft Scheduler Thread - 67/INFO]: [0;30;1m[[0;32;22mPrison[0;30;1m] [0;37;22m[0;37;22mYou have added [0;32;1m1 [0;37;22mtokens to [0;32;1mjdeleon1 [0;37;22mbalance![m
3595[03:49:48] [Thread-17056/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttp://cinsscore.com/list/ci-badguys.txt[m
3596[03:49:50] [Server thread/INFO]: MFoskar issued server command: /warp gamble
3597[03:49:51] [Craft Scheduler Thread - 8/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/Shop
3598[03:49:51] [Server thread/INFO]: creeper5777 issued server command: /quests menu D
3599[03:49:54] [Server thread/INFO]: RFMS issued server command: /pv 3
3600[03:49:54] [Craft Scheduler Thread - 544/INFO]: [0;30;1m[[0;32;22mPrison[0;30;1m] [0;37;22m[0;37;22mYou have added [0;32;1m1 [0;37;22mtokens to [0;32;1mjdeleon1 [0;37;22mbalance![m
3601[03:49:55] [Server thread/INFO]: RFMS issued server command: /pv 2
3602[03:49:55] [Server thread/INFO]: [m[0;37;22m[r-block][m [0;35;22m[[0;35;1m[21mR[0;35;22m] [0;32;1mSuper2k18 [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;37;22m:[m hi[m
3603[03:49:56] [Server thread/INFO]: MFoskar issued server command: /cc open Gambler
3604[03:49:56] [Server thread/INFO]: RFMS issued server command: /pv 2
3605[03:49:57] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3606[03:49:57] [Thread-17062/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttp://socksproxylist24.blogspot.ro/[m
3607[03:49:57] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3608[03:49:57] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3609[03:49:57] [Server thread/INFO]: RFMS issued server command: /pv 1
3610[03:49:58] [Thread-17055/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttp://lists.blocklist.de/lists/all.txt[m
3611[03:49:58] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3612[03:49:58] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3613[03:49:58] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3614[03:49:58] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3615[03:49:59] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3616[03:49:59] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3617[03:49:59] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3618[03:50:00] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3619[03:50:00] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3620[03:50:00] [Server thread/INFO]: AcidAppleJuice issued server command: /fly
3621[03:50:00] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3622[03:50:00] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3623[03:50:00] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3624[03:50:01] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3625[03:50:01] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3626[03:50:01] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3627[03:50:02] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3628[03:50:02] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3629[03:50:02] [Server thread/INFO]: hipporunner issued server command: /shop
3630[03:50:03] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3631[03:50:03] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3632[03:50:03] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3633[03:50:03] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3634[03:50:03] [Craft Scheduler Thread - 236/INFO]: [EssentialsMysqlStorage] Database maintenance task started...
3635[03:50:03] [Craft Scheduler Thread - 236/INFO]: [EssentialsMysqlStorage] Database maintenance complete!
3636[03:50:04] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3637[03:50:04] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3638[03:50:04] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3639[03:50:05] [Server thread/INFO]: MFoskar issued server command: /buyscratch d-block
3640[03:50:05] [Async Chat Thread - #1/INFO]: MAGA NullQubed: Acid just loves you.
3641[03:50:06] [Server thread/INFO]: hipporunner issued server command: /plugman unload shop
3642[03:50:06] [Server thread/INFO]: [Shop] Disabling Shop v1.5.3.11
3643[03:50:07] [Server thread/INFO]: creeper5777 issued server command: /ranks
3644[03:50:07] [Server thread/INFO]: [0;37;22m[[0;33;22mAAC[0;37;22m] [0;32;22m[CONSOLE] [mOblivious in plots might be trying to speed up time (ping = 577, tps = 14.09) [m
3645[03:50:07] [Server thread/INFO]: hipporunner issued server command: /shop
3646[03:50:07] [Server thread/INFO]: [m[0;37;22m[s-block][m [0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mBlockbuster0321 [0;30;1m[[0;32;22m$[0;30;1m][m[0;37;22m:[m Clrev your diamonds chest is full btw.[m
3647[03:50:08] [Server thread/INFO]: [m[0;37;22m[elitemine][m [0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mjdeleon1[m[0;37;22m:[m Why can't I rank up.[m
3648[03:50:11] [Server thread/INFO]: Oblivious issued server command: /ac of course
3649[03:50:11] [Server thread/INFO]: eGirl Oblivious: of course
3650[03:50:11] [Server thread/ERROR]: Could not pass event PlayerQuitEvent to PT-PermRemover v1.0
3651org.bukkit.event.EventException
3652 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3653 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3654 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3655 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3656 at net.minecraft.server.v1_8_R3.PlayerList.disconnect(PlayerList.java:348) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3657 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:871) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3658 at net.minecraft.server.v1_8_R3.NetworkManager.l(NetworkManager.java:314) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3659 at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:145) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3660 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3661 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3662 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3663 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3664 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3665Caused by: java.lang.NoClassDefFoundError: ru/tehkode/permissions/bukkit/PermissionsEx
3666 at de.Dorfbewohner3000.Permission.Permission.take(Permission.java:15) ~[?:?]
3667 at de.Dorfbewohner3000.Permission.Listener.ondisconnect(Listener.java:9) ~[?:?]
3668 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161]
3669 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_161]
3670 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
3671 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
3672 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3673 ... 12 more
3674[03:50:11] [Server thread/INFO]: clrev has disconnected.
3675[03:50:11] [Server thread/WARN]: [Essentials] Task #81929 for Essentials v2.15.0.1 generated an exception
3676java.lang.NullPointerException
3677 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:152) ~[?:?]
3678 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
3679 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$2.run(EssentialsXMPPPlayerListener.java:51) ~[?:?]
3680 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3681 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3682 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3683 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3684 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3685 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3686 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3687[03:50:16] [Server thread/INFO]: hipporunner issued server command: /plugman unload BountyHunters
3688[03:50:16] [Server thread/INFO]: [BountyHunters] Disabling BountyHunters v1.4.5.1