· 8 years ago · Apr 26, 2018, 06:30 AM
1[15:32:46] [Server thread/INFO]: Starting minecraft server version 1.8.8
2[15:32:46] [Server thread/INFO]: Loading properties
3[15:32:46] [Server thread/INFO]: Default game type: SURVIVAL
4[15:32:46] [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[15:32:46] [Server thread/INFO]: Server Ping Player Sample Count: 12
6[15:32:46] [Server thread/INFO]: Using 4 threads for Netty based IO
7[15:32:46] [Server thread/INFO]: Debug logging is disabled
8[15:32:46] [Server thread/INFO]: Generating keypair
9[15:32:46] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
10[15:32:46] [Server thread/INFO]: Using epoll channel type
11[15:32:46] [Server thread/ERROR]: Ambiguous plugin name `PlotSquared' for files `plugins/PlotSquared.jar' and `plugins/PlotSquared-3.3.3.jar' in `plugins'
12[15:32:46] [Server thread/ERROR]: Ambiguous plugin name `Itemizer' for files `plugins/Itemizer.jar' and `plugins/Itemizer (2).jar' in `plugins'
13[15:32:46] [Server thread/ERROR]: Ambiguous plugin name `MVdWPlaceholderAPI' for files `plugins/MVdWPlaceholderAPI (1).jar' and `plugins/MVdWPlaceholderAPI.jar' in `plugins'
14[15:32:46] [Server thread/ERROR]: Ambiguous plugin name `BlockParticles' for files `plugins/BlockParticles.jar' and `plugins/BlockParticles[v1.9.7.2].jar' in `plugins'
15[15:32:46] [Server thread/ERROR]: Ambiguous plugin name `PT-PermRemover' for files `plugins/PluginforTyler (4).jar' and `plugins/PT-PermRemover.jar' in `plugins'
16[15:32:46] [Server thread/ERROR]: Ambiguous plugin name `ItemSlotMachine' for files `plugins/ItemSlotMachine_1.3.3.jar' and `plugins/ItemSlotMachine.jar' in `plugins'
17[15:32:46] [Server thread/ERROR]: Ambiguous plugin name `Votifier' for files `plugins/nuvotifier.jar' and `plugins/votifier.jar' in `plugins'
18[15:32:46] [Server thread/ERROR]: Ambiguous plugin name `Shopkeepers' for files `plugins/Shopkeepers.jar' and `plugins/Shopkeepers-0.jar' in `plugins'
19[15:32:46] [Server thread/ERROR]: Ambiguous plugin name `KitCreator' for files `plugins/KitCreator-1.1.jar' and `plugins/KitCreator-1.1 (1).jar' in `plugins'
20[15:32:46] [Server thread/ERROR]: Ambiguous plugin name `FeatherBoard' for files `plugins/FeatherBoard.jar' and `plugins/FeatherBoard (5).jar' in `plugins'
21[15:32:46] [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'
22[15:32:46] [Server thread/ERROR]: Ambiguous plugin name `PacketListenerApi' for files `plugins/PacketListenerAPI.jar' and `plugins/PacketListenerAPI_v3.6.0-SNAPSHOT.jar' in `plugins'
23[15:32:46] [Server thread/ERROR]: Ambiguous plugin name `MobLoot' for files `plugins/Mobloot.jar' and `plugins/Mobloot-2.0.jar' in `plugins'
24[15:32:46] [Server thread/ERROR]: Ambiguous plugin name `Skript' for files `plugins/Skript.jar' and `plugins/Skript-2.1.2.jar' in `plugins'
25[15:32:46] [Server thread/INFO]: Set PluginClassLoader as parallel capable
26[15:32:46] [Server thread/ERROR]: Could not load 'plugins/DelayedCommand.jar' in folder 'plugins'
27org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/Packet
28 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
29 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
30 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
31 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
32 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
33 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
34 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
35Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/Packet
36 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_161]
37 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_161]
38 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
39 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
40 ... 6 more
41Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.Packet
42 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
43 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
44 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_161]
45 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_161]
46 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_161]
47 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_161]
48 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
49 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
50 ... 6 more
51[15:32:46] [Server thread/ERROR]: Could not load 'plugins/SellGUITrait.jar' in folder 'plugins'
52org.bukkit.plugin.UnknownDependencyException: SellGUI
53 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
54 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
55 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
56 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
57 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
58[15:32:46] [Server thread/INFO]: [eZProtector] Your server is running version v1_8_R3
59[15:32:47] [Server thread/INFO]: [BarAPI] Loading BarAPI v3.1
60[15:32:47] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.0.8
61[15:32:47] [Server thread/INFO]: [Buycraft] Loading Buycraft v6.8.2
62[15:32:47] [Server thread/INFO]: [NoHitDelay] Loading NoHitDelay v2.1
63[15:32:47] [Server thread/INFO]: [JailDuty] Loading JailDuty v2.7
64[15:32:47] [Server thread/INFO]: [Arconix] Loading Arconix v1.1.1
65[15:32:47] [Server thread/INFO]: [TpGui] Loading TpGui v1.6
66[15:32:47] [Server thread/INFO]: [SimpleAPI] Loading SimpleAPI v3.7
67[15:32:47] [Server thread/INFO]: [BetterAlias] Loading BetterAlias v1.5.2
68[15:32:47] [Server thread/INFO]: [ItemRestrict] Loading ItemRestrict v2.1.3
69[15:32:47] [Server thread/INFO]: [CustomHelpMessage] Loading CustomHelpMessage v1.4
70[15:32:47] [Server thread/INFO]: [Itemizer] Loading Itemizer v1.8.3
71[15:32:47] [Server thread/INFO]: [SpawnTP] Loading SpawnTP v1.5.7
72[15:32:47] [Server thread/INFO]: [FastCraft] Loading FastCraft v2.0.3
73[15:32:47] [Server thread/INFO]: [Skript] Loading Skript v2.2-dev35
74[15:32:47] [Server thread/INFO]: [AutoBroadcast] Loading AutoBroadcast v2.1-SNAPSHOT
75[15:32:47] [Server thread/INFO]: [ChatControl] Loading ChatControl v5.5.6
76[15:32:47] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.1.3-RELEASE
77[15:32:47] [Server thread/INFO]: [NoSnow] Loading NoSnow v1.0
78[15:32:47] [Server thread/INFO]: [JoinDate] Loading JoinDate v1.7
79[15:32:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.5.1
80[15:32:47] [Server thread/INFO]: [Giveall] Loading Giveall v1.1.0
81[15:32:47] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.6.1
82[15:32:47] [Server thread/INFO]: [VoidGenerator] Loading VoidGenerator v1.0
83[15:32:47] [Server thread/INFO]: [PT-PermRemover] Loading PT-PermRemover v1.0
84[15:32:47] [Server thread/INFO]: [LimitCrafting] Loading LimitCrafting v4.0
85[15:32:47] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
86[15:32:47] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.7.0
87[15:32:47] [Server thread/INFO]: [Lottery] Loading Lottery v0.9.4
88[15:32:47] [Server thread/INFO]: [BloodMoon] Loading BloodMoon v0.55-Samistine
89[15:32:47] [Server thread/INFO]: [PlayerParticles] Loading PlayerParticles v4.5
90[15:32:47] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
91[15:32:47] [Server thread/INFO]: [DiscoArmour] Loading DiscoArmour v1.4
92[15:32:47] [Server thread/INFO]: [ReservedSlots] Loading ReservedSlots v1.0.0-RELEASE
93[15:32:47] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.6
94[15:32:47] [Server thread/INFO]: [Minetrends] Loading Minetrends v2.0.2
95[15:32:47] [Server thread/INFO]: [OneWayBlocks] Loading OneWayBlocks v1.4.0-SNAPSHOT
96[15:32:47] [Server thread/INFO]: [ConsoleScheduler] Loading ConsoleScheduler v1.4.6.0
97[15:32:47] [Server thread/INFO]: [BetterChairs] Loading BetterChairs v0.9.5
98[15:32:47] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.1.2
99[15:32:47] [Server thread/INFO]: [MyEmojis] Loading MyEmojis v1.2
100[15:32:47] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
101[15:32:47] [Server thread/INFO]: [HeadsLite] Loading HeadsLite v1.2
102[15:32:47] [Server thread/INFO]: [NoteBlockAPI] Loading NoteBlockAPI v1.2.0
103[15:32:47] [Server thread/INFO]: [IPLogger] Loading IPLogger v1.0
104[15:32:47] [Server thread/INFO]: [ParticleLIB] Loading ParticleLIB v2.1.1
105[15:32:47] [Server thread/INFO]: [AntiBotDeluxe] Loading AntiBotDeluxe v9.2 - GALAXY
106[15:32:47] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
107[15:32:47] [Server thread/INFO]: [VoteRoulette] Loading VoteRoulette v3.2.1
108[15:32:47] [Server thread/INFO]: [CustomEnderChest] Loading CustomEnderChest v1.4.2
109[15:32:47] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
110[15:32:47] [Server thread/INFO]: [SimpleUc] Loading SimpleUc v1.4.5
111[15:32:47] [Server thread/INFO]: [PacketListenerApi] Loading PacketListenerApi v3.3.5
112[15:32:47] [Server thread/INFO]: [ReflectionHelper] Version is v1_8_R3 (10803)
113[15:32:47] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
114[15:32:47] [Server thread/INFO]: Injected custom channel handlers.
115[15:32:47] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
116[15:32:47] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.6
117[15:32:47] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
118[15:32:47] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.6.0
119[15:32:47] [Server thread/INFO]: [Votifier] Loading Votifier v2.3.7
120[15:32:47] [Server thread/INFO]: [EditDrops] Loading EditDrops v1.0.6
121[15:32:47] [Server thread/INFO]: [EnhancedBalTop] Loading EnhancedBalTop v1.5.9
122[15:32:47] [Server thread/INFO]: [KeepXP] Loading KeepXP v1.0
123[15:32:47] [Server thread/INFO]: [Effect Library] Loading EffectLib v5.5
124[15:32:47] [Server thread/INFO]: [hub] Loading hub v1.0
125[15:32:47] [Server thread/INFO]: [AutoReplant] Loading AutoReplant v0.5
126[15:32:47] [Server thread/INFO]: [ActionAnnouncer] Loading ActionAnnouncer v1.11.0
127[15:32:47] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
128[15:32:47] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
129[15:32:47] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity
130[15:32:47] [Server thread/INFO]: [Shop] Loading Shop v1.5.3.11
131[15:32:47] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v4.0.5
132[15:32:47] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.3.0
133[15:32:47] [Server thread/INFO]: [ViaVersion] ViaVersion 1.3.0 is now loaded, injecting!
134[15:32:47] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
135[15:32:47] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro v1.2.4
136[15:32:47] [Server thread/INFO]: [MineMaze] Loading MineMaze v2.1
137[15:32:47] [Server thread/INFO]: [BeastTokens] Loading BeastTokens v2.7
138[15:32:47] [Server thread/INFO]: [HologramAPI] Loading HologramAPI v1.6.2
139[15:32:47] [Server thread/INFO]: [NamelessMC] Loading NamelessMC vPre-1.1.0
140[15:32:47] [Server thread/INFO]: [BountyHunters] Loading BountyHunters v1.4.5.1
141[15:32:47] [Server thread/INFO]: [MapManager] Loading MapManager v1.4.0-SNAPSHOT
142[15:32:47] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.2.1
143[15:32:47] [Server thread/WARN]: [ProtocolLib] Updater section is missing, regenerate your config!
144[15:32:47] [Server thread/INFO]: [BankNote] Loading BankNote v2.1-SNAPSHOT
145[15:32:47] [Server thread/INFO]: [OnTime] Loading OnTime v4.1.4
146[15:32:47] [Server thread/INFO]: [CustomGUI] Loading CustomGUI v2.2.3.6
147[15:32:47] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
148[15:32:47] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.7
149[15:32:47] [Server thread/INFO]: [DirtyDealer] Loading DirtyDealer v1.1.5
150[15:32:47] [Server thread/INFO]: [VT] Loading VariableTriggers v1.3.3
151[15:32:47] [Server thread/INFO]: [MobLoot] Loading MobLoot v2.1.6
152[15:32:47] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
153[15:32:47] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
154[15:32:47] [Server thread/INFO]: [KitCreator] Loading KitCreator v1.1
155[15:32:47] [Server thread/INFO]: [BossShop] Loading BossShop v2.7.3
156[15:32:47] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
157[15:32:47] [Server thread/INFO]: [boosCooldowns] Loading boosCooldowns v3.8.6
158[15:32:47] [Server thread/INFO]: [CustomPayloadFixer] Loading CustomPayloadFixer v1.5
159[15:32:47] [Server thread/INFO]: [WorldGuardFlyStop] Loading WorldGuardFlyStop v1.4
160[15:32:47] [Server thread/INFO]: [eZProtector] Loading eZProtector v4.1.3
161[15:32:47] [Server thread/INFO]: [VanishNoPacket] Loading VanishNoPacket v3.20
162[15:32:47] [Server thread/INFO]: [KitPreview] Loading KitPreview v5.4.1
163[15:32:47] [Server thread/INFO]: [CraftBook] Loading CraftBook v3.9-SNAPSHOT
164[15:32:47] [Server thread/INFO]: [CombatTagPlus] Loading CombatTagPlus v1.3.1
165[15:32:47] [Server thread/INFO]: [NoFlyZone] Loading NoFlyZone v1.0
166[15:32:47] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.5.12
167[15:32:47] [Server thread/INFO]: [Orebfuscator4] Loading Orebfuscator4 v4.3.3
168[15:32:47] [Server thread/INFO]: [SimplePets] Loading SimplePets v3.9
169[15:32:47] [Server thread/INFO]: [Statscraft] Loading Statscraft v1.2.0
170[15:32:47] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
171[15:32:47] [Server thread/INFO]: [WGRegionEvents] Loading WGRegionEvents vS_Ryan
172[15:32:47] [Server thread/INFO]: [WGCustomFlags] Loading WGCustomFlags v1.8.1-beta
173[15:32:47] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
174[15:32:47] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v3.5.0-SNAPSHOT-95f8aaa
175[15:32:47] [Server thread/INFO]: [WGRegionCommands] Loading WGRegionCommands v0.1
176[15:32:47] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
177[15:32:47] [Server thread/INFO]: [WGTreeFarmFlag] Loading WGTreeFarmFlag vS_Ryan
178[15:32:47] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
179[15:32:47] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.81
180[15:32:47] [Server thread/INFO]: [ItemSlotMachine] Loading ItemSlotMachine v1.3.3
181[15:32:47] [Server thread/INFO]: [PrisonCells] Loading PrisonCells v2.2.3
182[15:32:47] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.2.1
183[15:32:47] [Server thread/INFO]: [KoTH] Loading KoTH v1.3.3
184[15:32:47] [Server thread/INFO]: [HeavySpleef] Loading HeavySpleef v2.4.1
185[15:32:47] [Server thread/INFO]: [AncientGates] Loading AncientGates v2.0.6
186[15:32:47] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.9.5.1
187[15:32:47] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
188[15:32:47] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.0.1
189[15:32:47] [Server thread/INFO]: [GangsPlus] Loading GangsPlus v2.0.22
190[15:32:47] [Server thread/INFO]: [SupplyCrates] Loading SupplyCrates v2.3-STABLE
191[15:32:47] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v1.3.98.3
192[15:32:47] [Server thread/INFO]: [AutoPickup] Loading AutoPickup v3.9
193[15:32:47] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.4
194[15:32:47] [Server thread/INFO]: [LeaderHeads] Loading LeaderHeads v3.1.8
195[15:32:47] [Server thread/INFO]: [PrisonMines] Loading PrisonMines v3.0.5
196[15:32:47] [Server thread/INFO]: [MineCrates] Loading MineCrates v2.6.1
197[15:32:47] [Server thread/INFO]: [ProQuests] Loading ProQuests v2.0.4
198[15:32:47] [Server thread/INFO]: [SimpleAPI] Enabling SimpleAPI v3.7
199[15:32:47] [Server thread/INFO]: [SimpleAPI] Checking for updates...
200[15:32:47] [Server thread/INFO]: [SimpleAPI] loading BStats...
201[15:32:47] [Server thread/INFO]: [SimpleAPI] BStats Location: https://bstats.org/plugin/bukkit/SimpleAPI
202[15:32:47] [Server thread/INFO]: [VoidGenerator] Enabling VoidGenerator v1.0
203[15:32:47] [Server thread/INFO]: VoidGenerator has been enabled!
204[15:32:47] [Server thread/INFO]: [BloodMoon] Enabling BloodMoon v0.55-Samistine
205[15:32:47] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
206[15:32:47] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
207[15:32:47] [Server thread/INFO]: [CustomEnderChest] Enabling CustomEnderChest v1.4.2
208[15:32:47] [Server thread/INFO]: [CustomEnderChest] Loading the config file...
209[15:32:47] [Server thread/INFO]: [CustomEnderChest] Config loaded successfully!
210[15:32:47] [Server thread/INFO]: [CustomEnderChest] Using FlatFile system for data.
211[15:32:47] [Server thread/INFO]: [CustomEnderChest] CustomEnderChest loaded successfully!
212[15:32:47] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
213[15:32:47] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
214[15:32:47] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
215[15:32:47] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
216[15:32:47] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
217[15:32:47] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
218[15:32:47] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.2.1
219[15:32:47] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
220[15:32:47] [Server thread/INFO]: [Orebfuscator4] Enabling Orebfuscator4 v4.3.3
221[15:32:47] [Server thread/WARN]: [OFC] World type 'Default' has been created.
222[15:32:47] [Server thread/WARN]: [OFC] World type 'Normal' has been created.
223[15:32:47] [Server thread/ERROR]: Error occurred while enabling Orebfuscator4 v4.3.3 (Is it up to date?)
224java.lang.NullPointerException
225 at com.lishid.orebfuscator.config.MaterialReader.getMaterialIdsByPath(MaterialReader.java:74) ~[?:?]
226 at com.lishid.orebfuscator.config.WorldReader.createEndWorld(WorldReader.java:335) ~[?:?]
227 at com.lishid.orebfuscator.config.WorldReader.readWorldByType(WorldReader.java:117) ~[?:?]
228 at com.lishid.orebfuscator.config.WorldReader.load(WorldReader.java:57) ~[?:?]
229 at com.lishid.orebfuscator.config.ConfigManager.load(ConfigManager.java:129) ~[?:?]
230 at com.lishid.orebfuscator.Orebfuscator.loadOrebfuscatorConfig(Orebfuscator.java:100) ~[?:?]
231 at com.lishid.orebfuscator.Orebfuscator.onEnable(Orebfuscator.java:71) ~[?:?]
232 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
233 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
234 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
235 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
236 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
237 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
238 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
239 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
240[15:32:47] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v3.5.0-SNAPSHOT-95f8aaa
241[15:32:47] [Server thread/INFO]: [0;31;1mPLOT 176 in `plot` is a duplicate. Delete this plot or set `auto-purge: true` in the settings.yml.[m
242[15:32:47] [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
243[15:32:48] [Server thread/INFO]: [0;31;1mENTRY 176 in `plot_settings` does not exist. Create this plot or set `auto-purge: true` in the settings.yml.[m
244[15:32:48] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mMetrics enabled.[m
245[15:32:48] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m [0;33;22mPlotSquared is using online UUIDs[m
246[15:32:48] [Server thread/INFO]: PlotSquared hooked into WorldEdit.[m
247[15:32:48] [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
248[15:32:48] [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
249[15:32:48] [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
250[15:32:48] [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
251[15:32:48] [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
252[15:32:48] [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
253[15:32:48] [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
254[15:32:48] [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
255[15:32:48] [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
256[15:32:48] [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
257[15:32:48] [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
258[15:32:48] [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
259[15:32:48] [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
260[15:32:48] [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
261[15:32:48] [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
262[15:32:48] [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
263[15:32:48] [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
264[15:32:48] [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
265[15:32:48] [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
266[15:32:48] [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
267[15:32:48] [Server thread/INFO]: [0;33;22mPlotSquared is now enabled[m
268[15:32:48] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mMetrics enabled.[m
269[15:32:48] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
270[15:32:48] [Server thread/INFO]: Preparing level "NewPrison"
271[15:32:48] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
272[15:32:48] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
273[15:32:48] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
274[15:32:48] [Server thread/INFO]: Preparing start region for level 0 (Seed: 105954452179569999)
275[15:32:48] [Server thread/INFO]: Preparing start region for level 1 (Seed: -5823894461090306076)
276[15:32:49] [Server thread/INFO]: Preparing start region for level 2 (Seed: -5823894461090306076)
277[15:32:49] [Server thread/INFO]: [BarAPI] Enabling BarAPI v3.1
278[15:32:49] [Server thread/INFO]: [BarAPI] Loaded
279[15:32:49] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.0.8
280[15:32:49] [Server thread/INFO]: [Buycraft] Enabling Buycraft v6.8.2
281[15:32:49] [Server thread/INFO]: [Buycraft] Loaded all signs from disk
282[15:32:49] [Server thread/INFO]: [NoHitDelay] Enabling NoHitDelay v2.1
283[15:32:49] [Server thread/INFO]: [0;36;1m[[0;35;1mNoHitDelay[0;36;1m] NoHitDelay v1.1 by Hendrik_the_best enable[m
284[15:32:49] [Server thread/INFO]: [JailDuty] Enabling JailDuty v2.7
285[15:32:49] [Server thread/INFO]: [Arconix] Enabling Arconix v1.1.1
286[15:32:49] [Server thread/INFO]: [TpGui] Enabling TpGui v1.6
287[15:32:49] [Server thread/INFO]: [BetterAlias] Enabling BetterAlias v1.5.2
288[15:32:49] [Server thread/INFO]: [ItemRestrict] Enabling ItemRestrict v2.1.3
289[15:32:49] [Server thread/INFO]: [ItemRestrict] Restrictions enabled on all worlds.
290[15:32:49] [Server thread/INFO]: [ItemRestrict] Brewing restrictions disabled!
291[15:32:49] [Server thread/INFO]: [ItemRestrict] Wearing restrictions disabled!
292[15:32:49] [Server thread/INFO]: [ItemRestrict] Creative restrictions disabled!
293[15:32:49] [Server thread/INFO]: [ItemRestrict] Pickup restrictions disabled!
294[15:32:49] [Server thread/INFO]: [ItemRestrict] Drop restrictions disabled!
295[15:32:49] [Server thread/INFO]: [ItemRestrict] WorldScanner is disabled!
296[15:32:49] [Server thread/INFO]: [ItemRestrict] ItemRestrict has been successfully loaded!
297[15:32:49] [Server thread/INFO]: [CustomHelpMessage] Enabling CustomHelpMessage v1.4
298[15:32:49] [Server thread/INFO]: [CustomHelpMessage] &9[&4&oPrison&9] &chas been Enabled.
299[15:32:49] [Server thread/INFO]: [Itemizer] Enabling Itemizer v1.8.3
300[15:32:49] [Server thread/INFO]: [SpawnTP] Enabling SpawnTP v1.5.7
301[15:32:49] [Server thread/INFO]: [FastCraft] Enabling FastCraft v2.0.3
302[15:32:49] [Server thread/INFO]: [Skript] Enabling Skript v2.2-dev35
303[15:32:49] [Server thread/WARN]: [Skript] Using this version of Skript on 1.8 is highly discouraged.
304[15:32:49] [Server thread/WARN]: [Skript] Some features have been disabled; use older Skript to restore them.
305[15:32:49] [Server thread/WARN]: [Skript] Also, there are probably bugs. And since 1.8 is not supported, they will not be fixed
306[15:32:50] [Server thread/INFO]: [Skript] Starting updater thread
307[15:32:50] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
308[15:32:50] [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
309[15:32:50] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
310[15:32:50] [Server thread/INFO]: [AutoBroadcast] Enabling AutoBroadcast v2.1-SNAPSHOT
311[15:32:50] [Server thread/INFO]: [AutoBroadcast] Created by NickTheDev, http://nikdev.net/
312[15:32:50] [Server thread/INFO]: [AutoBroadcast] 5 Broadcast(s) loaded successfully!
313[15:32:50] [Server thread/INFO]: [ChatControl] Enabling ChatControl v5.5.6
314[15:32:50] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mEssentials[m
315[15:32:50] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mMultiverse-Core [0;37;22m(World Alias)[m
316[15:32:50] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mProtocolLib [0;37;22m(Packet Features)[m
317[15:32:50] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mVault[m
318[15:32:50] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mPlaceholderAPI[m
319[15:32:50] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.1.3-RELEASE
320[15:32:50] [Server thread/INFO]:
321
322[]=====[Enabling AdvancedBan]=====[]
323| Information:
324| Name: AdvancedBan
325| Developer: Leoko
326| Version: 2.1.3-RELEASE
327| Storage: HSQLDB (local)
328| Support:
329| Skype: Leoko33
330| Mail: Leoko4433@gmail.com
331| Update:
332| You have the newest version
333[]================================[]
334
335[15:32:50] [Server thread/INFO]: [NoSnow] Enabling NoSnow v1.0
336[15:32:50] [Server thread/INFO]: NoSnow v1.0 enabled.
337[15:32:50] [Server thread/INFO]: [JoinDate] Enabling JoinDate v1.7
338[15:32:50] [Server thread/INFO]: [JoinDate] JoinDate version 1.7 Is now Enabled.
339[15:32:50] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.5.1
340[15:32:50] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
341[15:32:50] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
342[15:32:50] [Server thread/INFO]: [Giveall] Enabling Giveall v1.1.0
343[15:32:50] [Server thread/INFO]: [Giveall] Thanks for using GiveAll, by D4n13lH!
344[15:32:50] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.6.1
345[15:32:50] [Server thread/INFO]: [VotingPlugin] Successfully hooked into Vault!
346[15:32:50] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlgin 5.6.1
347[15:32:50] [Server thread/INFO]: [PT-PermRemover] Enabling PT-PermRemover v1.0
348[15:32:50] [Server thread/INFO]: [PT-PermRemover] Plugin Enabled
349[15:32:50] [Server thread/INFO]: Loading config!
350[15:32:50] [Server thread/INFO]: [LimitCrafting] Enabling LimitCrafting v4.0
351[15:32:50] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
352[15:32:50] [Server thread/INFO]: [PermissionsEx] Initializing file backend
353[15:32:51] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
354[15:32:51] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
355[15:32:51] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
356[15:32:51] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.7.0
357[15:32:51] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
358[15:32:51] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.7.0
359[15:32:51] [Server thread/INFO]: [FeatherBoard] Framework version: 2018-03
360[15:32:51] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
361[15:32:51] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
362[15:32:51] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
363[15:32:51] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
364[15:32:51] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
365[15:32:51] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
366[15:32:51] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
367[15:32:51] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
368[15:32:51] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
369[15:32:51] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
370[15:32:51] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
371[15:32:51] [Server thread/INFO]: [FeatherBoard] Loading messages ...
372[15:32:51] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
373[15:32:51] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
374[15:32:51] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
375[15:32:51] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
376[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Armor] ...
377[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Bukkit] ...
378[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [BungeeCord] ...
379[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Color] ...
380[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [CommandPlaceholderPack] ...
381[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Compass placeholders] ...
382[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [EZRanksPro] ...
383[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading event hook: EZRanksUp Rankup event ...
384[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading event hook: EZRanksUp Rankup event ...
385[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Economy] ...
386[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Effects] ...
387[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Entities] ...
388[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Essentials] ...
389[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Facebook] ...
390[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [FireworkEffect] ...
391[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Geographical] ...
392[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Hotbar] ...
393[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [JavaInfo] ...
394[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [LeaderHeads] ...
395[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Memory] ...
396[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [MineCrates] ...
397[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Multiverse-Core] ...
398[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [OnTime] ...
399[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Permissions] ...
400[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [PlaceholderAPI] ...
401[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Player] ...
402[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [PlotSquared] ...
403[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading event hook: PlotSquared Plot ...
404[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading event hook: PlotSquared Plot ...
405[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Previous Names] ...
406[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [PrisonMines] ...
407[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading event hook: PrisonMines Mine ...
408[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading event hook: PrisonMines Mine ...
409[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [RedisBungee] ...
410[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [ServerPinger] ...
411[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Skript] ...
412[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Sound Effects] ...
413[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Statistics] ...
414[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [TicksPerSecond] ...
415[15:32:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Twitter] ...
416[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Unicode Characters] ...
417[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading placeholder [VanillaEvents] ...
418[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
419[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
420[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
421[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
422[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
423[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
424[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
425[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
426[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
427[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
428[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
429[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
430[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
431[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
432[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
433[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
434[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading placeholder [VoteRoulette] ...
435[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading placeholder [World] ...
436[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading placeholder [WorldBorder] ...
437[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading placeholder [WorldGuard] ...
438[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: WorldGuard Region ...
439[15:32:53] [Server thread/INFO]: [FeatherBoard] Loading event hook: WorldGuard Region ...
440[15:32:53] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
441[15:32:53] [Server thread/INFO]: [FeatherBoard] Loaded 2485 of the 2485 placholders
442[15:32:53] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
443[15:32:53] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: warning
444[15:32:53] [Server thread/INFO]: [FeatherBoard] Lines: 2
445[15:32:53] [Server thread/INFO]: [FeatherBoard] Arguments: 1
446[15:32:53] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
447[15:32:53] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
448[15:32:53] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'Owner' ...
449[15:32:53] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
450[15:32:53] [Server thread/INFO]: [FeatherBoard] Generating metrics information ...
451[15:32:53] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;32;1mYour version is up to date![m
452[15:32:54] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
453[15:32:54] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
454[15:32:54] [Server thread/INFO]: [Lottery] Enabling Lottery v0.9.4
455[15:32:54] [Server thread/INFO]: [Lottery] Payment method found (Essentials version: 2.2)
456[15:32:54] [Server thread/INFO]: [PlayerParticles] Enabling PlayerParticles v4.5
457[15:32:54] [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.
458[15:32:54] [Server thread/INFO]: [DiscoArmour] Enabling DiscoArmour v1.4
459[15:32:54] [Server thread/INFO]: [ReservedSlots] Enabling ReservedSlots v1.0.0-RELEASE
460[15:32:54] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.8.6
461[15:32:54] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
462[15:32:54] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
463[15:32:54] [Server thread/INFO]: [Minetrends] Enabling Minetrends v2.0.2
464[15:32:54] [Server thread/INFO]: <Minetrends> Checking for updates...
465[15:32:54] [Server thread/ERROR]: Error occurred while enabling Minetrends v2.0.2 (Is it up to date?)
466java.lang.NoSuchMethodError: org.json.JSONArray.iterator()Ljava/util/Iterator;
467 at com.volcanicplaza.Minetrends.Minetrends.authenticateServer(Minetrends.java:461) ~[?:?]
468 at com.volcanicplaza.Minetrends.Minetrends.onEnable(Minetrends.java:115) ~[?:?]
469 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
470 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
471 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
472 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
473 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
474 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
475 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
476 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
477 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
478 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
479 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
480[15:32:54] [Server thread/INFO]: [OneWayBlocks] Enabling OneWayBlocks v1.4.0-SNAPSHOT
481[15:32:54] [Server thread/INFO]: [ConsoleScheduler] Enabling ConsoleScheduler v1.4.6.0
482[15:32:54] [Server thread/INFO]: [ConsoleScheduler] Vault Found! Hooking as permission system
483[15:32:54] [Server thread/INFO]: [ConsoleScheduler] By BoomerBR & Boomclaw - v1.4.6.0 enabled.
484[15:32:54] [Server thread/INFO]: [ConsoleScheduler] Command execution will start in 5 seconds.
485[15:32:54] [Server thread/INFO]: [BetterChairs] Enabling BetterChairs v0.9.5
486[15:32:54] [Server thread/INFO]: [BetterChairs] Your server is running version v1_8_R3
487[15:32:54] [Server thread/INFO]: [BetterChairs] NMS hooked !
488[15:32:54] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.1.2
489[15:32:54] [Server thread/INFO]: [NametagEdit] Found PermissionsEx! Hooking in.
490[15:32:54] [Server thread/INFO]: [MyEmojis] Enabling MyEmojis v1.2
491[15:32:54] [Server thread/INFO]: [0;35;1m--------------------[m
492[15:32:54] [Server thread/INFO]: [0;32;1mMyEmojis developed by Mylogo[m
493[15:32:54] [Server thread/INFO]: [0;36;1mPlease visit http://mylogo.me/ for more![m
494[15:32:54] [Server thread/INFO]: [0;36;1mMore resources: https://www.spigotmc.org/resources/authors/mylogo.257885/[m
495[15:32:54] [Server thread/INFO]: [0;35;1m--------------------[m
496[15:32:54] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
497[15:32:54] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
498[15:32:54] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
499[15:32:54] [Server thread/INFO]: [HeadsLite] Enabling HeadsLite v1.2
500[15:32:54] [Server thread/INFO]: [NoteBlockAPI] Enabling NoteBlockAPI v1.2.0
501[15:32:54] [Server thread/INFO]: [IPLogger] Enabling IPLogger v1.0
502[15:32:54] [Server thread/INFO]: [ParticleLIB] Enabling ParticleLIB v2.1.1
503[15:32:54] [Server thread/INFO]: [ParticleLIB] Metrics started
504[15:32:54] [Server thread/INFO]: [AntiBotDeluxe] Enabling AntiBotDeluxe v9.2 - GALAXY
505[15:32:54] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m _ _ ____ _ [0;36;1m_____ _[m
506[15:32:54] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m /\ | | (_) _ \ | | [0;36;1m| __ \ | |[m
507[15:32:54] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m / \ _ __ | |_ _| |_) | ___ | |_[0;36;1m| | | | ___| |_ ___ _____ [m
508[15:32:54] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m / /\ \ | '_ \| __| | _ < / _ \| __[0;36;1m| | | |/ _ \ | | | \ \/ / _ \[m
509[15:32:54] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m / ____ \| | | | |_| | |_) | (_) | |_[0;36;1m| |__| | __/ | |_| |> < __/[m
510[15:32:54] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m/_/ \_\_| |_|\__|_|____/ \___/ \__[0;36;1m|_____/ \___|_|\__,_/_/\_\___|[m
511[15:32:54] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m 9.2.0 Made with love.[m
512[15:32:54] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;36;1mRunning as [0;33;1m34@0fd32c90-be34-49fd-b1c0-7564cb7f7a27[m
513[15:32:54] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;36;1mEstablishing connection to system[m
514[15:32:55] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;32;1mAntiBotDeluxe connection got validated (100)[m
515[15:32:55] [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
516[15:32:55] [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
517[15:32:55] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
518[15:32:55] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
519[15:32:55] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
520[15:32:55] [Server thread/INFO]: [VoteRoulette] Enabling VoteRoulette v3.2.1
521[15:32:55] [Server thread/INFO]: [VoteRoulette] Hooked into Votifier!
522[15:32:55] [Server thread/INFO]: [VoteRoulette] Hooked into Vault!
523[15:32:55] [Server thread/INFO]: [VoteRoulette] Loading all files and data...
524[15:32:55] [Server thread/WARN]: [VoteRoulette] VoxelSniper detected! Setting default alias to: "/vtr"
525[15:32:55] [Server thread/INFO]: [VoteRoulette] Added Reward: Vote Key
526[15:32:55] [Server thread/INFO]: [VoteRoulette] ...finished loading files and data!
527[15:32:55] [Server thread/INFO]: [VoteRoulette] Enabled!
528[15:32:55] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
529[15:32:55] [Server thread/INFO]: Bukkit version format changed. Version not checked.
530[15:32:55] [Server thread/INFO]: git-Spigot-db6de12-3f3c65f (MC: 1.8.8)
531[15:32:55] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
532[15:32:55] [Server thread/INFO]: Using locale en
533[15:32:55] [Server thread/INFO]: Using locale en
534[15:32:55] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
535[15:32:55] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
536[15:32:55] [Server thread/INFO]: [SimpleUc] Enabling SimpleUc v1.4.5
537[15:32:55] [Server thread/INFO]: [SimpleUc] Enabling Metrics...
538[15:32:55] [Server thread/INFO]: [SimpleUc] Metrics enabled.
539[15:32:55] [Server thread/INFO]: [SimpleUc] SimpleUc enabled.
540[15:32:55] [Server thread/INFO]: [PacketListenerApi] Enabling PacketListenerApi v3.3.5
541[15:32:55] [Server thread/INFO]: [PacketListenerApi] Metrics started
542[15:32:55] [Server thread/INFO]: Adding channels for online players...
543[15:32:55] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
544[15:32:56] [Server thread/INFO]: [ClearLag] Loading modules...
545[15:32:56] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
546[15:32:56] [Server thread/INFO]: [ClearLag] Modules have been loaded!
547[15:32:56] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
548[15:32:56] [Thread-22/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
549[15:32:56] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.6
550[15:32:56] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
551[15:32:56] [Server thread/INFO]: [WorldBorder] [CONFIG] World "plots" has border radius 300 at X: 0.6 Z: 0.5
552[15:32:56] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 0.0 Y: 83.0 Z: -14.0
553[15:32:56] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
554[15:32:56] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
555[15:32:56] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
556[15:32:56] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
557[15:32:56] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
558[15:32:56] [Server thread/ERROR]: Error occurred while enabling SkQuery v3.21.4 (Is it up to date?)
559java.lang.IllegalArgumentException: Can't register org.bukkit.event.inventory.InventoryType with the code name inventorytype because that name is already used by types.inventorytype
560 at ch.njol.skript.registrations.Classes.registerClass(Classes.java:90) ~[?:?]
561 at com.w00tmast3r.skquery.skript.EnumClassInfo.register(EnumClassInfo.java:45) ~[?:?]
562 at com.w00tmast3r.skquery.elements.SimpleTypes.run(SimpleTypes.java:26) ~[?:?]
563 at com.w00tmast3r.skquery.Registration.register(Registration.java:149) ~[?:?]
564 at com.w00tmast3r.skquery.Registration.enableSnooper(Registration.java:68) ~[?:?]
565 at com.w00tmast3r.skquery.SkQuery.onEnable(SkQuery.java:25) ~[?:?]
566 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
567 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
568 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
569 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
570 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
571 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
572 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
573 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
574 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
575 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
576 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
577[15:32:56] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.6.0
578[15:32:56] [Thread-22/INFO]: [ClearLag] No updates found!
579[15:32:56] [Server thread/INFO]: [BuycraftX] Validating your server key...
580[15:32:56] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
581[15:32:57] [Server thread/INFO]: [BuycraftX] Updating coupon list...
582[15:32:57] [Server thread/INFO]: [Votifier] Enabling Votifier v2.3.7
583[15:32:57] [Server thread/INFO]: [Votifier] Loaded token for website: default
584[15:32:57] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
585[15:32:57] [Server thread/INFO]: [EditDrops] Enabling EditDrops v1.0.6
586[15:32:57] [nioEventLoopGroup-2-1/INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0:8195.
587[15:32:57] [Server thread/INFO]: [EnhancedBalTop] Enabling EnhancedBalTop v1.5.9
588[15:32:57] [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
589[15:32:57] [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;1mPermissionsEx[0;32;1m)[m
590[15:32:57] [Server thread/INFO]: [KeepXP] Enabling KeepXP v1.0
591[15:32:57] [Server thread/INFO]: [Effect Library] Enabling EffectLib v5.5
592[15:32:57] [Server thread/INFO]: [hub] Enabling hub v1.0
593[15:32:57] [Server thread/INFO]: [AutoReplant] Enabling AutoReplant v0.5
594[15:32:57] [Server thread/INFO]: [ActionAnnouncer] Enabling ActionAnnouncer v1.11.0
595[15:32:57] [Server thread/INFO]: [ActionAnnouncer] Hooked into PlaceholderAPI for placeholders!
596[15:32:57] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
597[15:32:57] [Server thread/INFO]: [ChestCommands] Hooked BarAPI
598[15:32:57] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity
599[15:32:57] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
600[15:32:57] [Server thread/INFO]: [Shop] Enabling Shop v1.5.3.11
601[15:32:57] [Server thread/INFO]: [Shop] Vault dependency found. Using the Vault economy ($) for currency on the server.
602[15:32:57] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v4.0.5
603[15:32:57] [Server thread/INFO]: [PlayerVaults] Loaded lang for english
604[15:32:57] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
605[15:32:57] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4
606[15:32:57] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
607[15:32:57] [Server thread/INFO]: | You are using an not fully supported server version. (v1_8_R3)
608[15:32:57] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.5.6-b49
609[15:32:57] [Server thread/INFO]: | Command file(s) found : 1
610[15:32:57] [Server thread/INFO]: | Config : Ready.
611[15:32:57] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
612[15:32:57] [Server thread/INFO]: | Duplicated command found. tier2eventfinish in examples.yml
613[15:32:57] [Server thread/INFO]: | Custom commands loaded : 37
614[15:32:57] [Server thread/INFO]: | Version: 5.3.4
615[15:32:57] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
616[15:32:57] [Server thread/INFO]: | You are running the latest version of MyCommand.
617[15:32:57] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
618[15:32:57] [Server thread/INFO]: [EZRanksPro] Enabling EZRanksPro v1.2.4
619[15:32:58] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro messages.yml
620[15:32:58] [Server thread/INFO]: [EZRanksPro] Loading rankups.yml....
621[15:32:58] [Server thread/WARN]: [EZRanksPro] Rankup requirement message successfully loaded!
622[15:32:58] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Free+
623[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: D-Block to C-Block successfully loaded
624[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: C-Block to B-Block successfully loaded
625[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: B-Block to A-Block successfully loaded
626[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: A-Block to H-Block successfully loaded
627[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: H-Block to S-Block successfully loaded
628[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: S-Block to F-Block successfully loaded
629[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: F-Block to J-Block successfully loaded
630[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: J-Block to Free successfully loaded
631[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: D+ to C+ successfully loaded
632[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: C+ to B+ successfully loaded
633[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: B+ to A+ successfully loaded
634[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: A+ to H+ successfully loaded
635[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: H+ to S+ successfully loaded
636[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: S+ to F+ successfully loaded
637[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: F+ to J+ successfully loaded
638[15:32:58] [Server thread/INFO]: [EZRanksPro] Rankup: J+ to Free+ successfully loaded
639[15:32:58] [Server thread/INFO]: [EZRanksPro] 16 rankup(s) loaded
640[15:32:58] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Free+
641[15:32:58] [Server thread/INFO]: [EZRanksPro] 1 rankup cost discounts loaded!
642[15:32:58] [Server thread/INFO]: [EZRanksPro] 1 rankup cost multipliers loaded!
643[15:32:58] [Server thread/INFO]: [EZRanksPro] Failed to check for a update on spigot.
644[15:32:58] [Server thread/INFO]: [EZRanksPro] You are running the latest version of EZRanksPro!
645[15:32:58] [Server thread/INFO]: [MineMaze] Enabling MineMaze v2.1
646[15:32:58] [Server thread/INFO]: [BeastTokens] Enabling BeastTokens v2.7
647[15:32:58] [Server thread/INFO]: [BeastTokens] Running NBT reflection test...
648[15:32:58] [Server thread/INFO]: [BeastTokens] Success! This version of Item-NBT-API is compatible with your server.
649[15:32:58] [Server thread/INFO]: [BeastTokens] BeastTokens : Version 2.7 : has been enabled!
650[15:32:58] [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.
651[15:32:58] [Server thread/INFO]: [MVdWPlaceholderAPI] BeastTokens added custom placeholder {beasttokens_tokens}
652[15:32:58] [Server thread/INFO]: [HologramAPI] Enabling HologramAPI v1.6.2
653[15:32:58] [Server thread/INFO]: [HologramAPI] Found PacketListenerAPI. Enabled touch-holograms.
654[15:32:58] [Server thread/INFO]: [ReflectionHelper] Version is v1_8_R3 (10803)
655[15:32:58] [Server thread/INFO]: [HologramAPI] Metrics started
656[15:32:58] [Server thread/INFO]: [NamelessMC] Enabling NamelessMC vPre-1.1.0
657[15:32:58] [Server thread/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mLoaded NamelessMC configuration file...[m
658[15:32:58] [Server thread/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mLoaded The Commands File![m
659[15:32:58] [Server thread/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mLoaded Messages file![m
660[15:32:58] [Server thread/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mLoaded Players Data File![m
661[15:32:58] [Server thread/INFO]: [MVdWPlaceholderAPI] NamelessMC added custom placeholder {nameless_alerts}
662[15:32:58] [Server thread/INFO]: [MVdWPlaceholderAPI] NamelessMC added custom placeholder {nameless_messages}
663[15:32:59] [Server thread/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mFound no new updates![m
664[15:32:59] [Server thread/INFO]: [BountyHunters] Enabling BountyHunters v1.4.5.1
665[15:32:59] [Server thread/INFO]: [BountyHunters] [0;30;1mDetected Server Version: v1_8_R3[m
666[15:32:59] [Server thread/INFO]: [MapManager] Enabling MapManager v1.4.0-SNAPSHOT
667[15:32:59] [Server thread/INFO]: [BankNote] Enabling BankNote v2.1-SNAPSHOT
668[15:32:59] [Server thread/INFO]: [OnTime] Enabling OnTime v4.1.4
669[15:33:00] [Server thread/INFO]: [CustomGUI] Enabling CustomGUI v2.2.3.6
670[15:33:00] [Server thread/INFO]: [CustomGUI] CustomGUI has hooked into Vault
671[15:33:00] [Server thread/INFO]: [CustomGUI] CustomGUI has hooked into PlaceholderAPI
672[15:33:00] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
673[15:33:00] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.7
674[15:33:00] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
675[15:33:00] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
676[15:33:00] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
677[15:33:00] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
678[15:33:00] [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
679[15:33:00] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
680[15:33:00] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.7 enabled.
681[15:33:00] [Server thread/INFO]: [DirtyDealer] Enabling DirtyDealer v1.1.5
682[15:33:00] [Server thread/INFO]: [MVdWPlaceholderAPI] DirtyDealer added custom placeholder {dirtydealer_modifier}
683[15:33:00] [Server thread/INFO]: [VT] Enabling VariableTriggers v1.3.3
684[15:33:00] [Server thread/INFO]: [VT] [1;32m1 Objects with total of 2 Variables loaded.[0;37m
685[15:33:00] [Server thread/INFO]: [VT] [1;32m0 WalkTriggers loaded.[0;37m
686[15:33:00] [Server thread/INFO]: [VT] [1;32m2 ClickTriggers loaded.[0;37m
687[15:33:00] [Server thread/INFO]: [VT] [1;32m0 EventTriggers loaded.[0;37m
688[15:33:00] [Server thread/INFO]: [VT] [1;32m0 AreaTriggers loaded.[0;37m
689[15:33:00] [Server thread/INFO]: [VT] [1;32m48 CommandTriggers loaded.[0;37m
690[15:33:00] [Server thread/INFO]: [VT] [1;32m2 Scripts from 1 files loaded.[0;37m
691[15:33:00] [Server thread/INFO]: [VT] [0;36mHooked Vault[0;37m
692[15:33:00] [Server thread/INFO]: [VT] [1;32mUsing Essentials Economy[0;37m
693[15:33:00] [Server thread/INFO]: [VT] [1;32mUsing PermissionsEx[0;37m
694[15:33:00] [Server thread/INFO]: [VT] [1;32mUsing PermissionsEx_Chat[0;37m
695[15:33:00] [Server thread/INFO]: [MobLoot] Enabling MobLoot v2.1.6
696[15:33:00] [Server thread/INFO]: [MobLoot] Hooked: Vault
697[15:33:00] [Server thread/INFO]: [MobLoot] Economy Manager: Essentials Economy
698[15:33:00] [Server thread/INFO]: [MobLoot] Done! [21 ms]
699[15:33:00] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
700[15:33:00] [Server thread/INFO]: [WorldGuard] (NewPrison) TNT ignition is PERMITTED.
701[15:33:00] [Server thread/INFO]: [WorldGuard] (NewPrison) Lighters are PERMITTED.
702[15:33:00] [Server thread/INFO]: [WorldGuard] (NewPrison) Lava fire is blocked.
703[15:33:00] [Server thread/INFO]: [WorldGuard] (NewPrison) All fire spread is disabled.
704[15:33:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NewPrison'
705[15:33:00] [Server thread/INFO]: [WorldGuard] (NewPrison_nether) TNT ignition is PERMITTED.
706[15:33:00] [Server thread/INFO]: [WorldGuard] (NewPrison_nether) Lighters are PERMITTED.
707[15:33:00] [Server thread/INFO]: [WorldGuard] (NewPrison_nether) Lava fire is blocked.
708[15:33:00] [Server thread/INFO]: [WorldGuard] (NewPrison_nether) All fire spread is disabled.
709[15:33:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NewPrison_nether'
710[15:33:00] [Server thread/INFO]: [WorldGuard] (NewPrison_the_end) TNT ignition is PERMITTED.
711[15:33:00] [Server thread/INFO]: [WorldGuard] (NewPrison_the_end) Lighters are PERMITTED.
712[15:33:00] [Server thread/INFO]: [WorldGuard] (NewPrison_the_end) Lava fire is blocked.
713[15:33:00] [Server thread/INFO]: [WorldGuard] (NewPrison_the_end) All fire spread is disabled.
714[15:33:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NewPrison_the_end'
715[15:33:00] [Server thread/INFO]: [WorldGuard] Loading region data...
716[15:33:01] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
717[15:33:01] [Server thread/INFO]: [KitCreator] Enabling KitCreator v1.1
718[15:33:01] [Server thread/INFO]: [KitCreator] KitCreator has been enabled!
719[15:33:01] [Server thread/INFO]: [BossShop] Enabling BossShop v2.7.3
720[15:33:01] [Server thread/INFO]: [BossShop] Loading data...
721[15:33:01] [Server thread/INFO]: [BossShop] Hooked into PlaceholderAPI.
722[15:33:01] [Server thread/INFO]: [BossShop] Loaded 10 Shops!
723[15:33:01] [Server thread/INFO]: [BossShop] Successfully hooked into the Points plugin 'VotingPlugin'!
724[15:33:01] [Server thread/INFO]: [BossShop] Vault found.
725[15:33:01] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
726[15:33:01] [Server thread/INFO]: [boosCooldowns] Enabling boosCooldowns v3.8.6
727[15:33:01] [Server thread/INFO]: [boosCooldowns] version 3.8.6 by [LordBoos (ingame name boosik)] is enabled!
728[15:33:01] [Server thread/INFO]: [boosCooldowns] found [Vault] searching for economy plugin.
729[15:33:01] [Server thread/INFO]: [boosCooldowns] found [Essentials Economy] plugin, enabling prices support.
730[15:33:01] [Server thread/INFO]: [CustomPayloadFixer] Enabling CustomPayloadFixer v1.5
731[15:33:01] [Server thread/INFO]: [WorldGuardFlyStop] Enabling WorldGuardFlyStop v1.4
732[15:33:01] [Server thread/INFO]: [eZProtector] Enabling eZProtector v4.1.3
733[15:33:01] [Server thread/INFO]: [eZProtector] Reloading config...
734[15:33:01] [Server thread/INFO]: [eZProtector] Your server version is compatible with eZProtector.
735[15:33:01] [Server thread/INFO]: [eZProtector] Setting up...
736[15:33:01] [Server thread/INFO]: [eZProtector] The plugin has enabled successfully. Version: 4.1.3
737[15:33:01] [Server thread/INFO]: [VanishNoPacket] Enabling VanishNoPacket v3.20
738[15:33:01] [Server thread/INFO]: [VanishNoPacket] Colored nametags enabled, but I couldn't find TagAPI
739[15:33:01] [Server thread/INFO]: [VanishNoPacket] For awesome colored nametags on vanish, visit
740[15:33:01] [Server thread/INFO]: [VanishNoPacket] http://dev.bukkit.org/server-mods/tag/
741[15:33:01] [Server thread/INFO]: [VanishNoPacket] and download TagAPI.jar
742[15:33:01] [Server thread/INFO]: [VanishNoPacket] Now hooking into Essentials
743[15:33:01] [Server thread/INFO]: [VanishNoPacket] 3.20 loaded.
744[15:33:01] [Server thread/INFO]: [KitPreview] Enabling KitPreview v5.4.1
745[15:33:01] [Server thread/INFO]: [0;32;1m=============================[m
746[15:33:01] [Server thread/INFO]: [0;37;22mKitPreview5.4.1 by [0;35;22mBrianna <3![m
747[15:33:01] [Server thread/INFO]: [0;37;22mAction: [0;32;1mEnabling[0;37;22m...[m
748[15:33:01] [Server thread/INFO]: ==============================================================
749[15:33:01] [Server thread/INFO]: The following is an error encountered in KitPreview.
750[15:33:01] [Server thread/INFO]: --------------------------------------------------------------
751[15:33:01] [Server thread/WARN]: java.lang.NullPointerException
752[15:33:01] [Server thread/WARN]: at com.songoda.kitpreview.KitPreview.setupConfig(SourceFile:128)
753[15:33:01] [Server thread/WARN]: at com.songoda.kitpreview.KitPreview.onEnable(SourceFile:63)
754[15:33:01] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
755[15:33:01] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
756[15:33:01] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
757[15:33:01] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
758[15:33:01] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
759[15:33:01] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
760[15:33:01] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
761[15:33:01] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
762[15:33:01] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
763[15:33:01] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
764[15:33:01] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
765[15:33:01] [Server thread/INFO]: ==============================================================
766[15:33:01] [Server thread/INFO]: [KitPreview] Loading language file
767[15:33:01] [Server thread/INFO]: ==============================================================
768[15:33:01] [Server thread/INFO]: The following is an error encountered in KitPreview.
769[15:33:01] [Server thread/INFO]: --------------------------------------------------------------
770[15:33:01] [Server thread/WARN]: java.lang.NullPointerException: Name is null
771[15:33:01] [Server thread/WARN]: at java.lang.Enum.valueOf(Enum.java:236)
772[15:33:01] [Server thread/WARN]: at org.bukkit.Sound.valueOf(Sound.java:1)
773[15:33:01] [Server thread/WARN]: at com.songoda.kitpreview.duya98dayhsaonjenr398rha9f8ayhfas80fsfa0sfafaduya98dayhsaonjenr398rha9f8ayhfas80fsfa0sfafaaxcxxxa0a9sdusa0duasfsfuas0ffys088fsa90s8fsaf.<init>(SourceFile:16)
774[15:33:01] [Server thread/WARN]: at com.songoda.kitpreview.KitPreview.onEnable(SourceFile:69)
775[15:33:01] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
776[15:33:01] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
777[15:33:01] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
778[15:33:01] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
779[15:33:01] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
780[15:33:01] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
781[15:33:01] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
782[15:33:01] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
783[15:33:01] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
784[15:33:01] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
785[15:33:01] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
786[15:33:01] [Server thread/INFO]: ==============================================================
787[15:33:01] [Server thread/INFO]: [KitPreview] Loading data file
788[15:33:01] [Server thread/INFO]: MCUpdate enabled and loaded
789[15:33:01] [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
790[15:33:01] [Server thread/INFO]: [0;32;1m=============================[m
791[15:33:01] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.9-SNAPSHOT
792[15:33:01] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
793[15:33:01] [Server thread/INFO]: [CraftBook] Successfully added 148 CommandItems!
794[15:33:01] [Server thread/INFO]: [CraftBook] Registered 6 custom recipes!
795[15:33:01] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components...
796[15:33:01] [Server thread/INFO]: [CraftBook] 1875 chunk(s) for 3 world(s) processed (125ms elapsed)
797[15:33:01] [Server thread/INFO]: [CraftBook] The Auto-Updater is disabled for your version!
798[15:33:01] [Server thread/INFO]: [CombatTagPlus] Enabling CombatTagPlus v1.3.1
799[15:33:01] [Server thread/INFO]: [NoFlyZone] Enabling NoFlyZone v1.0
800[15:33:01] [Server thread/INFO]: [NoFlyZone] Hooked into WorldGuard 6.1
801[15:33:01] [Server thread/INFO]: [TitleManager] Enabling TitleManager v1.5.12
802[15:33:01] [Server thread/INFO]: [SimplePets] Enabling SimplePets v3.9
803[15:33:01] [Server thread/INFO]: [SimplePets] Checking for updates...
804[15:33:01] [Server thread/INFO]: [SimplePets] loading BStats...
805[15:33:01] [Server thread/INFO]: [SimplePets] BStats Location: https://bstats.org/plugin/bukkit/SimplePets
806[15:33:01] [Server thread/INFO]: -------------------------------------------
807[15:33:01] [Server thread/INFO]: Error Type: WARNING
808[15:33:01] [Server thread/INFO]: You seem to be on a version below 1.12.1
809[15:33:01] [Server thread/INFO]: SimplePets works best on 1.12.1, Just saying :P
810[15:33:01] [Server thread/INFO]: -------------------------------------------
811[15:33:01] [Server thread/INFO]: [0;33;22m[SimplePets Debug] [0;37;1mLoading Config.yml...[m
812[15:33:06] [Server thread/INFO]: [SimplePets ERROR] Unable to load the item for the MAGMA_CUBE Pet, attempting to get the default item...
813[15:33:06] [Server thread/INFO]: [SimplePets ERROR] Unable to load the item for the SHULKER Pet, attempting to get the default item...
814[15:33:06] [Server thread/INFO]: [Statscraft] Enabling Statscraft v1.2.0
815[15:33:06] [Server thread/INFO]: Statscraft enabled
816[15:33:06] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
817[15:33:06] [Server thread/INFO]: [WGRegionEvents] Enabling WGRegionEvents vS_Ryan
818[15:33:06] [Server thread/INFO]: [WGRegionEvents] [WGRegionEvents] Version: 2.1.0
819[15:33:06] [Server thread/INFO]: [WGRegionEvents] [WGRegionEvents] Successfully Enabled.
820[15:33:06] [Server thread/INFO]: [WGCustomFlags] Enabling WGCustomFlags v1.8.1-beta
821[15:33:06] [Server thread/INFO]: [WGCustomFlags] Loading configuration...
822[15:33:06] [Server thread/INFO]: [WGCustomFlags] Configuration loaded.
823[15:33:06] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
824[15:33:06] [Server thread/WARN]: 8986 [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
825
826[15:33:06] [Server thread/WARN]: 9029 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'
827
828[15:33:06] [Server thread/WARN]: 9033 [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`))
829
830[15:33:06] [Server thread/WARN]: 9034 [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
831
832[15:33:06] [Server thread/WARN]: 9035 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
833
834[15:33:06] [Server thread/WARN]: 9035 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
835
836[15:33:06] [Server thread/WARN]: 9035 [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`) )
837
838[15:33:06] [Server thread/WARN]: 9035 [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` )
839
840[15:33:06] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
841[15:33:06] [Server thread/INFO]: [WGRegionCommands] Enabling WGRegionCommands v0.1
842[15:33:06] [Server thread/INFO]: Added custom flag "player-enter-command" to WorldGuard.
843[15:33:06] [Server thread/INFO]: Added custom flag "player-leave-command" to WorldGuard.
844[15:33:06] [Server thread/INFO]: Added custom flag "server-enter-command" to WorldGuard.
845[15:33:06] [Server thread/INFO]: Added custom flag "server-leave-command" to WorldGuard.
846[15:33:06] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
847[15:33:06] [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
848[15:33:06] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInitiating Database[m
849[15:33:06] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInjecting command info into Citizens.[m
850[15:33:06] [Thread-27/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mLoading commands complete![m
851[15:33:06] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mCommandNPC successfully loaded![m
852[15:33:06] [Server thread/INFO]: [WGTreeFarmFlag] Enabling WGTreeFarmFlag vS_Ryan
853[15:33:06] [Server thread/INFO]: Added custom flag "tree-farm" to WorldGuard.
854[15:33:06] [Server thread/INFO]: Added custom flag "mushroom-farm" to WorldGuard.
855[15:33:06] [Server thread/WARN]: Gathering farm regions and information..
856[15:33:06] [Server thread/WARN]: Done checking regions.
857[15:33:06] [Server thread/WARN]: Version 1.2.15
858[15:33:06] [Server thread/WARN]: By S_Ryan
859[15:33:06] [Server thread/WARN]: Successfully enabled.
860[15:33:06] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
861[15:33:07] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: fblock
862[15:33:07] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
863[15:33:07] [Server thread/INFO]: [WorldGuard] (MVP) TNT ignition is PERMITTED.
864[15:33:07] [Server thread/INFO]: [WorldGuard] (MVP) Lighters are PERMITTED.
865[15:33:07] [Server thread/INFO]: [WorldGuard] (MVP) Lava fire is blocked.
866[15:33:07] [Server thread/INFO]: [WorldGuard] (MVP) All fire spread is disabled.
867[15:33:07] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MVP'
868[15:33:07] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
869[15:33:07] [Server thread/INFO]: Preparing start region for level 3 (Seed: -231030807)
870[15:33:07] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: VIPNew
871[15:33:07] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
872[15:33:07] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'newplot'[m
873[15:33:07] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
874[15:33:07] [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
875[15:33:07] [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
876[15:33:07] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - schematic: [0;37;22mfalse[m
877[15:33:07] [Server thread/INFO]: [WorldGuard] (newplot) TNT ignition is PERMITTED.
878[15:33:07] [Server thread/INFO]: [WorldGuard] (newplot) Lighters are PERMITTED.
879[15:33:07] [Server thread/INFO]: [WorldGuard] (newplot) Lava fire is blocked.
880[15:33:07] [Server thread/INFO]: [WorldGuard] (newplot) All fire spread is disabled.
881[15:33:07] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'newplot'
882[15:33:07] [Server thread/INFO]: World possibly already loaded: newplot[m
883[15:33:07] [Server thread/INFO]: Preparing start region for level 4 (Seed: 8698331110246132650)
884[15:33:07] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Hplus
885[15:33:07] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
886[15:33:07] [Server thread/INFO]: [WorldGuard] (Elite) TNT ignition is PERMITTED.
887[15:33:07] [Server thread/INFO]: [WorldGuard] (Elite) Lighters are PERMITTED.
888[15:33:07] [Server thread/INFO]: [WorldGuard] (Elite) Lava fire is blocked.
889[15:33:07] [Server thread/INFO]: [WorldGuard] (Elite) All fire spread is disabled.
890[15:33:07] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Elite'
891[15:33:07] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
892[15:33:07] [Server thread/INFO]: Preparing start region for level 5 (Seed: 7787688212002941185)
893[15:33:08] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Falcon
894[15:33:08] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
895[15:33:08] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: OldHblock
896[15:33:08] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
897[15:33:08] [Server thread/INFO]: [WorldGuard] (SBlock) TNT ignition is PERMITTED.
898[15:33:08] [Server thread/INFO]: [WorldGuard] (SBlock) Lighters are PERMITTED.
899[15:33:08] [Server thread/INFO]: [WorldGuard] (SBlock) Lava fire is blocked.
900[15:33:08] [Server thread/INFO]: [WorldGuard] (SBlock) All fire spread is disabled.
901[15:33:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SBlock'
902[15:33:08] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
903[15:33:08] [Server thread/INFO]: Preparing start region for level 6 (Seed: -2796760280841032000)
904[15:33:08] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: elite
905[15:33:08] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
906[15:33:08] [Server thread/INFO]: [WorldGuard] (HBlock) TNT ignition is PERMITTED.
907[15:33:08] [Server thread/INFO]: [WorldGuard] (HBlock) Lighters are PERMITTED.
908[15:33:08] [Server thread/INFO]: [WorldGuard] (HBlock) Lava fire is blocked.
909[15:33:08] [Server thread/INFO]: [WorldGuard] (HBlock) All fire spread is disabled.
910[15:33:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'HBlock'
911[15:33:08] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
912[15:33:08] [Server thread/INFO]: Preparing start region for level 7 (Seed: -2208774520838747912)
913[15:33:08] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: jblock
914[15:33:08] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
915[15:33:08] [Server thread/INFO]: [WorldGuard] (BlackMarket) TNT ignition is PERMITTED.
916[15:33:08] [Server thread/INFO]: [WorldGuard] (BlackMarket) Lighters are PERMITTED.
917[15:33:08] [Server thread/INFO]: [WorldGuard] (BlackMarket) Lava fire is blocked.
918[15:33:08] [Server thread/INFO]: [WorldGuard] (BlackMarket) All fire spread is disabled.
919[15:33:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'BlackMarket'
920[15:33:08] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
921[15:33:08] [Server thread/INFO]: Preparing start region for level 8 (Seed: -962885872875636522)
922[15:33:09] [Server thread/INFO]: [WorldGuard] (Tier2) TNT ignition is PERMITTED.
923[15:33:09] [Server thread/INFO]: [WorldGuard] (Tier2) Lighters are PERMITTED.
924[15:33:09] [Server thread/INFO]: [WorldGuard] (Tier2) Lava fire is blocked.
925[15:33:09] [Server thread/INFO]: [WorldGuard] (Tier2) All fire spread is disabled.
926[15:33:09] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Tier2'
927[15:33:09] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
928[15:33:09] [Server thread/INFO]: Preparing start region for level 9 (Seed: -496088048449320348)
929[15:33:09] [Server thread/INFO]: [WorldGuard] (Tier3) TNT ignition is PERMITTED.
930[15:33:09] [Server thread/INFO]: [WorldGuard] (Tier3) Lighters are PERMITTED.
931[15:33:09] [Server thread/INFO]: [WorldGuard] (Tier3) Lava fire is blocked.
932[15:33:09] [Server thread/INFO]: [WorldGuard] (Tier3) All fire spread is disabled.
933[15:33:09] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Tier3'
934[15:33:09] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
935[15:33:09] [Server thread/INFO]: Preparing start region for level 10 (Seed: -8948194845716084068)
936[15:33:10] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Jplus
937[15:33:10] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
938[15:33:10] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: plotworld
939[15:33:10] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
940[15:33:10] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: NewSblock
941[15:33:10] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
942[15:33:10] [Server thread/INFO]: [WorldGuard] (pvp) TNT ignition is PERMITTED.
943[15:33:10] [Server thread/INFO]: [WorldGuard] (pvp) Lighters are PERMITTED.
944[15:33:10] [Server thread/INFO]: [WorldGuard] (pvp) Lava fire is blocked.
945[15:33:10] [Server thread/INFO]: [WorldGuard] (pvp) All fire spread is disabled.
946[15:33:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'pvp'
947[15:33:10] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
948[15:33:10] [Server thread/INFO]: CONSOLE issued server command: /time set 0
949[15:33:10] [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, HBlock, MVP, NewPrison, NewPrison_nether, NewPrison_the_end, SBlock, Tier2, Tier3, newplot, pvp[0;32;22m.[m
950[15:33:10] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
951[15:33:10] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
952[15:33:10] [Server thread/INFO]: Preparing start region for level 11 (Seed: -6876492738638527491)
953[15:33:10] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'Prestige'[m
954[15:33:10] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
955[15:33:10] [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
956[15:33:10] [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
957[15:33:10] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - schematic: [0;37;22mfalse[m
958[15:33:10] [Server thread/INFO]: [WorldGuard] (Prestige) TNT ignition is PERMITTED.
959[15:33:10] [Server thread/INFO]: [WorldGuard] (Prestige) Lighters are PERMITTED.
960[15:33:10] [Server thread/INFO]: [WorldGuard] (Prestige) Lava fire is blocked.
961[15:33:10] [Server thread/INFO]: [WorldGuard] (Prestige) All fire spread is disabled.
962[15:33:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Prestige'
963[15:33:10] [Server thread/INFO]: World possibly already loaded: Prestige[m
964[15:33:10] [Server thread/INFO]: Preparing start region for level 12 (Seed: -2534432931953499105)
965[15:33:10] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Splus
966[15:33:10] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
967[15:33:10] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Koth1
968[15:33:10] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
969[15:33:10] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Free
970[15:33:10] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
971[15:33:10] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Fplus
972[15:33:10] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
973[15:33:10] [Server thread/INFO]: [WorldGuard] (FBlock) TNT ignition is PERMITTED.
974[15:33:10] [Server thread/INFO]: [WorldGuard] (FBlock) Lighters are PERMITTED.
975[15:33:10] [Server thread/INFO]: [WorldGuard] (FBlock) Lava fire is blocked.
976[15:33:10] [Server thread/INFO]: [WorldGuard] (FBlock) All fire spread is disabled.
977[15:33:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FBlock'
978[15:33:10] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
979[15:33:10] [Server thread/INFO]: CONSOLE issued server command: /time set 0
980[15:33:10] [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, FBlock, HBlock, MVP, NewPrison, NewPrison_nether, NewPrison_the_end, Prestige, SBlock, Tier2, Tier3, newplot, pvp[0;32;22m.[m
981[15:33:10] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
982[15:33:10] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
983[15:33:10] [Server thread/INFO]: Preparing start region for level 13 (Seed: 126846247898446822)
984[15:33:11] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'plots'[m
985[15:33:11] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
986[15:33:11] [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
987[15:33:11] [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
988[15:33:11] [Server thread/INFO]: [WorldGuard] (plots) TNT ignition is PERMITTED.
989[15:33:11] [Server thread/INFO]: [WorldGuard] (plots) Lighters are PERMITTED.
990[15:33:11] [Server thread/INFO]: [WorldGuard] (plots) Lava fire is blocked.
991[15:33:11] [Server thread/INFO]: [WorldGuard] (plots) All fire spread is disabled.
992[15:33:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plots'
993[15:33:11] [Server thread/INFO]: World possibly already loaded: plots[m
994[15:33:11] [Server thread/INFO]: Preparing start region for level 14 (Seed: 3215246327286594017)
995[15:33:11] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: PrestigeWorld
996[15:33:11] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
997[15:33:11] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'bigplots'[m
998[15:33:11] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
999[15:33:11] [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
1000[15:33:11] [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
1001[15:33:11] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - schematic: [0;37;22mfalse[m
1002[15:33:11] [Server thread/INFO]: [WorldGuard] (bigplots) TNT ignition is PERMITTED.
1003[15:33:11] [Server thread/INFO]: [WorldGuard] (bigplots) Lighters are PERMITTED.
1004[15:33:11] [Server thread/INFO]: [WorldGuard] (bigplots) Lava fire is blocked.
1005[15:33:11] [Server thread/INFO]: [WorldGuard] (bigplots) All fire spread is disabled.
1006[15:33:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bigplots'
1007[15:33:11] [Server thread/INFO]: World possibly already loaded: bigplots[m
1008[15:33:11] [Server thread/INFO]: Preparing start region for level 15 (Seed: -4650052918018326283)
1009[15:33:11] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: H-Block
1010[15:33:11] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1011[15:33:11] [Server thread/INFO]: [WorldGuard] (JBlock) TNT ignition is PERMITTED.
1012[15:33:11] [Server thread/INFO]: [WorldGuard] (JBlock) Lighters are PERMITTED.
1013[15:33:11] [Server thread/INFO]: [WorldGuard] (JBlock) Lava fire is blocked.
1014[15:33:11] [Server thread/INFO]: [WorldGuard] (JBlock) All fire spread is disabled.
1015[15:33:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'JBlock'
1016[15:33:11] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1017[15:33:11] [Server thread/INFO]: Preparing start region for level 16 (Seed: -6719503409491565665)
1018[15:33:11] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: JBlock1
1019[15:33:11] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1020[15:33:11] [Server thread/INFO]: [WorldGuard] (VIP) TNT ignition is PERMITTED.
1021[15:33:11] [Server thread/INFO]: [WorldGuard] (VIP) Lighters are PERMITTED.
1022[15:33:11] [Server thread/INFO]: [WorldGuard] (VIP) Lava fire is blocked.
1023[15:33:11] [Server thread/INFO]: [WorldGuard] (VIP) All fire spread is disabled.
1024[15:33:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'VIP'
1025[15:33:11] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1026[15:33:11] [Server thread/INFO]: Preparing start region for level 17 (Seed: -5087679486546374229)
1027[15:33:12] [Server thread/INFO]: [WorldGuard] (Tier1) TNT ignition is PERMITTED.
1028[15:33:12] [Server thread/INFO]: [WorldGuard] (Tier1) Lighters are PERMITTED.
1029[15:33:12] [Server thread/INFO]: [WorldGuard] (Tier1) Lava fire is blocked.
1030[15:33:12] [Server thread/INFO]: [WorldGuard] (Tier1) All fire spread is disabled.
1031[15:33:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Tier1'
1032[15:33:12] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1033[15:33:12] [Server thread/INFO]: Preparing start region for level 18 (Seed: 7189899807914952393)
1034[15:33:12] [Server thread/INFO]: [Multiverse-Core] 19 - World(s) loaded.
1035[15:33:12] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
1036[15:33:12] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.81
1037[15:33:12] [Server thread/INFO]: [Shopkeepers] Citizens found, enabling NPC shopkeepers.
1038[15:33:13] [Server thread/INFO]: [ItemSlotMachine] Enabling ItemSlotMachine v1.3.3
1039[15:33:13] [Server thread/INFO]: [ItemSlotMachine] config.yml successfully loaded.
1040[15:33:13] [Server thread/INFO]: [ItemSlotMachine] Vault hooked, money distribution is active.
1041[15:33:13] [Server thread/INFO]: [ItemSlotMachine] lang_EN.txt successfully loaded.
1042[15:33:13] [Server thread/INFO]: [ItemSlotMachine] 1 design loaded.
1043[15:33:13] [Server thread/INFO]: [ItemSlotMachine] 6 slot machines loaded.
1044[15:33:13] [Server thread/INFO]: [ItemSlotMachine] 114 player statistics loaded.
1045[15:33:13] [Server thread/INFO]: [ItemSlotMachine] This plugin is using Metrics by Hidendra!
1046[15:33:13] [Server thread/INFO]: [ItemSlotMachine] Gambling system version 1.3.3 activated! Have fun ;D (89 ms)
1047[15:33:13] [Server thread/INFO]: [PrisonCells] Enabling PrisonCells v2.2.3
1048[15:33:13] [Server thread/INFO]: [PrisonCells] Rental period set to '24hours'
1049[15:33:13] [Server thread/INFO]: [PrisonCells] Max rental length set to '25days'
1050[15:33:13] [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
1051[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,8,151,76,8. The world was removed.
1052[15:33:13] [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
1053[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,8,151,76,8. The world was removed.
1054[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+31 because the world it was in doesn't exist anymore.
1055[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+31.yml
1056[15:33:13] [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
1057[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,77,-8,90,76,-8. The world was removed.
1058[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,77,-10,90,76,-10. The world was removed.
1059[15:33:13] [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
1060[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,77,-8,90,76,-8. The world was removed.
1061[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,77,-10,90,76,-10. The world was removed.
1062[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+1 because the world it was in doesn't exist anymore.
1063[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+1.yml
1064[15:33:13] [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
1065[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,77,-10,98,76,-10. The world was removed.
1066[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,77,-8,98,76,-8. The world was removed.
1067[15:33:13] [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
1068[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,77,-10,98,76,-10. The world was removed.
1069[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,77,-8,98,76,-8. The world was removed.
1070[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+3 because the world it was in doesn't exist anymore.
1071[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+3.yml
1072[15:33:13] [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
1073[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,8,114,76,8. The world was removed.
1074[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,10,114,76,10. The world was removed.
1075[15:33:13] [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
1076[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,8,114,76,8. The world was removed.
1077[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,10,114,76,10. The world was removed.
1078[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+23 because the world it was in doesn't exist anymore.
1079[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+23.yml
1080[15:33:13] [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
1081[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,-8,114,76,-8. The world was removed.
1082[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,-10,114,76,-10. The world was removed.
1083[15:33:13] [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
1084[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,-8,114,76,-8. The world was removed.
1085[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,-10,114,76,-10. The world was removed.
1086[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+7 because the world it was in doesn't exist anymore.
1087[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+7.yml
1088[15:33:13] [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
1089[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,33,74,-59,33,75,-59. The world was removed.
1090[15:33:13] [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
1091[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,33,74,-59,33,75,-59. The world was removed.
1092[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell23 because the world it was in doesn't exist anymore.
1093[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell23.yml
1094[15:33:13] [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
1095[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,80,8,102,81,8. The world was removed.
1096[15:33:13] [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
1097[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,80,8,102,81,8. The world was removed.
1098[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+52 because the world it was in doesn't exist anymore.
1099[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+52.yml
1100[15:33:13] [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
1101[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,8,131,81,8. The world was removed.
1102[15:33:13] [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
1103[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,8,131,81,8. The world was removed.
1104[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+58 because the world it was in doesn't exist anymore.
1105[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+58.yml
1106[15:33:13] [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
1107[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-39,75,-54,-39,74,-54. The world was removed.
1108[15:33:13] [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
1109[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-39,75,-54,-39,74,-54. The world was removed.
1110[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell13 because the world it was in doesn't exist anymore.
1111[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell13.yml
1112[15:33:13] [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
1113[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,8,135,81,8. The world was removed.
1114[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,10,135,81,10. The world was removed.
1115[15:33:13] [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
1116[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,8,135,81,8. The world was removed.
1117[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,10,135,81,10. The world was removed.
1118[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+59 because the world it was in doesn't exist anymore.
1119[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+59.yml
1120[15:33:13] [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
1121[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,8,98,81,8. The world was removed.
1122[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,10,98,81,10. The world was removed.
1123[15:33:13] [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
1124[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,8,98,81,8. The world was removed.
1125[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,10,98,81,10. The world was removed.
1126[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+51 because the world it was in doesn't exist anymore.
1127[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+51.yml
1128[15:33:13] [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
1129[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,-8,143,81,-8. The world was removed.
1130[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,-10,143,81,-10. The world was removed.
1131[15:33:13] [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
1132[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,-8,143,81,-8. The world was removed.
1133[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,-10,143,81,-10. The world was removed.
1134[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+45 because the world it was in doesn't exist anymore.
1135[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+45.yml
1136[15:33:13] [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
1137[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,76,8,131,77,8. The world was removed.
1138[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,76,10,131,77,10. The world was removed.
1139[15:33:13] [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
1140[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,76,8,131,77,8. The world was removed.
1141[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,76,10,131,77,10. The world was removed.
1142[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+26 because the world it was in doesn't exist anymore.
1143[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+26.yml
1144[15:33:13] [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
1145[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,-10,135,76,-10. The world was removed.
1146[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,-8,135,76,-8. The world was removed.
1147[15:33:13] [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
1148[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,-10,135,76,-10. The world was removed.
1149[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,-8,135,76,-8. The world was removed.
1150[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+11 because the world it was in doesn't exist anymore.
1151[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+11.yml
1152[15:33:13] [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
1153[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,80,-8,127,81,-8. The world was removed.
1154[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,80,-10,127,81,-10. The world was removed.
1155[15:33:13] [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
1156[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,80,-8,127,81,-8. The world was removed.
1157[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,80,-10,127,81,-10. The world was removed.
1158[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+41 because the world it was in doesn't exist anymore.
1159[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+41.yml
1160[15:33:13] [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
1161[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,8,106,81,8. The world was removed.
1162[15:33:13] [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
1163[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,8,106,81,8. The world was removed.
1164[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+53 because the world it was in doesn't exist anymore.
1165[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+53.yml
1166[15:33:13] [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
1167[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,80,-8,151,81,-8. The world was removed.
1168[15:33:13] [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
1169[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,80,-8,151,81,-8. The world was removed.
1170[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+47 because the world it was in doesn't exist anymore.
1171[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+47.yml
1172[15:33:13] [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
1173[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,81,-8,155,80,-8. The world was removed.
1174[15:33:13] [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
1175[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,81,-8,155,80,-8. The world was removed.
1176[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+48 because the world it was in doesn't exist anymore.
1177[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+48.yml
1178[15:33:13] [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
1179[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,81,8,127,80,8. The world was removed.
1180[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,81,10,127,80,10. The world was removed.
1181[15:33:13] [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
1182[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,81,8,127,80,8. The world was removed.
1183[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,81,10,127,80,10. The world was removed.
1184[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+57 because the world it was in doesn't exist anymore.
1185[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+57.yml
1186[15:33:13] [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
1187[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,10,106,76,10. The world was removed.
1188[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,8,106,76,8. The world was removed.
1189[15:33:13] [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
1190[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,10,106,76,10. The world was removed.
1191[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,8,106,76,8. The world was removed.
1192[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+21 because the world it was in doesn't exist anymore.
1193[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+21.yml
1194[15:33:13] [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
1195[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-39,75,-47,-39,74,-47. The world was removed.
1196[15:33:13] [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
1197[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-39,75,-47,-39,74,-47. The world was removed.
1198[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell12 because the world it was in doesn't exist anymore.
1199[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell12.yml
1200[15:33:13] [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
1201[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,-8,98,81,-8. The world was removed.
1202[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,-10,98,81,-10. The world was removed.
1203[15:33:13] [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
1204[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,-8,98,81,-8. The world was removed.
1205[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,-10,98,81,-10. The world was removed.
1206[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+35 because the world it was in doesn't exist anymore.
1207[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+35.yml
1208[15:33:13] [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
1209[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,-8,139,81,-8. The world was removed.
1210[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,-10,139,81,-10. The world was removed.
1211[15:33:13] [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
1212[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,-8,139,81,-8. The world was removed.
1213[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,-10,139,81,-10. The world was removed.
1214[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+44 because the world it was in doesn't exist anymore.
1215[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+44.yml
1216[15:33:13] [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
1217[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,33,74,-52,33,75,-52. The world was removed.
1218[15:33:13] [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
1219[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,33,74,-52,33,75,-52. The world was removed.
1220[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell22 because the world it was in doesn't exist anymore.
1221[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell22.yml
1222[15:33:13] [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
1223[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,8,155,76,8. The world was removed.
1224[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,10,155,76,10. The world was removed.
1225[15:33:13] [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
1226[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,8,155,76,8. The world was removed.
1227[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,10,155,76,10. The world was removed.
1228[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+32 because the world it was in doesn't exist anymore.
1229[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+32.yml
1230[15:33:13] [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
1231[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,38,74,-66,38,75,-66. The world was removed.
1232[15:33:13] [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
1233[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,38,74,-66,38,75,-66. The world was removed.
1234[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell27 because the world it was in doesn't exist anymore.
1235[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell27.yml
1236[15:33:13] [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
1237[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,81,8,155,80,8. The world was removed.
1238[15:33:13] [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
1239[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,81,8,155,80,8. The world was removed.
1240[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+64 because the world it was in doesn't exist anymore.
1241[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+64.yml
1242[15:33:13] [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
1243[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,-8,106,76,-8. The world was removed.
1244[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,-10,106,76,-10. The world was removed.
1245[15:33:13] [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
1246[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,-8,106,76,-8. The world was removed.
1247[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,-10,106,76,-10. The world was removed.
1248[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+5 because the world it was in doesn't exist anymore.
1249[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+5.yml
1250[15:33:13] [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
1251[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,8,143,76,8. The world was removed.
1252[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,10,143,76,10. The world was removed.
1253[15:33:13] [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
1254[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,8,143,76,8. The world was removed.
1255[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,10,143,76,10. The world was removed.
1256[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+29 because the world it was in doesn't exist anymore.
1257[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+29.yml
1258[15:33:13] [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
1259[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,38,74,-59,38,75,-59. The world was removed.
1260[15:33:13] [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
1261[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,38,74,-59,38,75,-59. The world was removed.
1262[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell28 because the world it was in doesn't exist anymore.
1263[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell28.yml
1264[15:33:13] [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
1265[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,-8,102,76,-8. The world was removed.
1266[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,-10,102,76,-10. The world was removed.
1267[15:33:13] [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
1268[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,-8,102,76,-8. The world was removed.
1269[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,-10,102,76,-10. The world was removed.
1270[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+4 because the world it was in doesn't exist anymore.
1271[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+4.yml
1272[15:33:13] [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
1273[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-33,75,-68,-33,74,-68. The world was removed.
1274[15:33:13] [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
1275[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-33,75,-68,-33,74,-68. The world was removed.
1276[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell6 because the world it was in doesn't exist anymore.
1277[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell6.yml
1278[15:33:13] [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
1279[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,76,8,90,77,8. The world was removed.
1280[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,76,10,90,77,10. The world was removed.
1281[15:33:13] [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
1282[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,76,8,90,77,8. The world was removed.
1283[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,76,10,90,77,10. The world was removed.
1284[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+17 because the world it was in doesn't exist anymore.
1285[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+17.yml
1286[15:33:13] [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
1287[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,-8,106,81,-8. The world was removed.
1288[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,-10,106,81,-10. The world was removed.
1289[15:33:13] [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
1290[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,-8,106,81,-8. The world was removed.
1291[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,-10,106,81,-10. The world was removed.
1292[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+37 because the world it was in doesn't exist anymore.
1293[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+37.yml
1294[15:33:13] [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
1295[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-39,75,-61,-39,74,-61. The world was removed.
1296[15:33:13] [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
1297[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-39,75,-61,-39,74,-61. The world was removed.
1298[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell14 because the world it was in doesn't exist anymore.
1299[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell14.yml
1300[15:33:13] [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
1301[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-33,75,-54,-33,74,-54. The world was removed.
1302[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-33,75,-54,-33,74,-54. The world was removed.
1304[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell8 because the world it was in doesn't exist anymore.
1305[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell8.yml
1306[15:33:13] [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
1307[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,-8,155,76,-8. The world was removed.
1308[15:33:13] [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
1309[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,-8,155,76,-8. The world was removed.
1310[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+16 because the world it was in doesn't exist anymore.
1311[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+16.yml
1312[15:33:13] [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
1313[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,21,74,-45,21,75,-45. The world was removed.
1314[15:33:13] [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
1315[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,21,74,-45,21,75,-45. The world was removed.
1316[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell20 because the world it was in doesn't exist anymore.
1317[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell20.yml
1318[15:33:13] [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
1319[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,-8,118,76,-8. The world was removed.
1320[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,-10,118,76,-10. The world was removed.
1321[15:33:13] [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
1322[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,-8,118,76,-8. The world was removed.
1323[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,-10,118,76,-10. The world was removed.
1324[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+8 because the world it was in doesn't exist anymore.
1325[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+8.yml
1326[15:33:13] [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
1327[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,8,143,81,8. The world was removed.
1328[15:33:13] [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
1329[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,8,143,81,8. The world was removed.
1330[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+61 because the world it was in doesn't exist anymore.
1331[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+61.yml
1332[15:33:13] [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
1333[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,8,147,76,8. The world was removed.
1334[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,10,147,76,10. The world was removed.
1335[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,8,147,76,8. The world was removed.
1337[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,10,147,76,10. The world was removed.
1338[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+30 because the world it was in doesn't exist anymore.
1339[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+30.yml
1340[15:33:13] [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
1341[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,8,102,76,8. The world was removed.
1342[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,10,102,76,10. The world was removed.
1343[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,8,102,76,8. The world was removed.
1345[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,10,102,76,10. The world was removed.
1346[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+20 because the world it was in doesn't exist anymore.
1347[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+20.yml
1348[15:33:13] [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
1349[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,-8,110,81,-8. The world was removed.
1350[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,-10,110,81,-10. The world was removed.
1351[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,-8,110,81,-8. The world was removed.
1353[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,-10,110,81,-10. The world was removed.
1354[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+38 because the world it was in doesn't exist anymore.
1355[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+38.yml
1356[15:33:13] [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
1357[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,8,114,81,8. The world was removed.
1358[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,10,114,81,10. The world was removed.
1359[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,8,114,81,8. The world was removed.
1361[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,10,114,81,10. The world was removed.
1362[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+55 because the world it was in doesn't exist anymore.
1363[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+55.yml
1364[15:33:13] [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
1365[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,-8,139,76,-8. The world was removed.
1366[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,-10,139,76,-10. The world was removed.
1367[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,-8,139,76,-8. The world was removed.
1369[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,-10,139,76,-10. The world was removed.
1370[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+12 because the world it was in doesn't exist anymore.
1371[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+12.yml
1372[15:33:13] [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
1373[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,21,74,-59,21,75,-59. The world was removed.
1374[15:33:13] [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
1375[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,21,74,-59,21,75,-59. The world was removed.
1376[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell18 because the world it was in doesn't exist anymore.
1377[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell18.yml
1378[15:33:13] [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
1379[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,8,94,81,8. The world was removed.
1380[15:33:13] [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
1381[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,8,94,81,8. The world was removed.
1382[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+50 because the world it was in doesn't exist anymore.
1383[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+50.yml
1384[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,8,94,77,8. The world was removed.
1386[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,10,94,77,10. The world was removed.
1387[15:33:13] [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
1388[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,8,94,77,8. The world was removed.
1389[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,10,94,77,10. The world was removed.
1390[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+18 because the world it was in doesn't exist anymore.
1391[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+18.yml
1392[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,38,74,-73,38,75,-73. The world was removed.
1394[15:33:13] [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
1395[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,38,74,-73,38,75,-73. The world was removed.
1396[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell26 because the world it was in doesn't exist anymore.
1397[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell26.yml
1398[15:33:13] [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
1399[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-39,75,-68,-39,74,-68. The world was removed.
1400[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-39,75,-68,-39,74,-68. The world was removed.
1402[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell15 because the world it was in doesn't exist anymore.
1403[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell15.yml
1404[15:33:13] [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
1405[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-33,74,-61,-33,75,-61. The world was removed.
1406[15:33:13] [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
1407[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-33,74,-61,-33,75,-61. The world was removed.
1408[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell7 because the world it was in doesn't exist anymore.
1409[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell7.yml
1410[15:33:13] [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
1411[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,21,75,-73,21,74,-73. The world was removed.
1412[15:33:13] [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
1413[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,21,75,-73,21,74,-73. The world was removed.
1414[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell16 because the world it was in doesn't exist anymore.
1415[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell16.yml
1416[15:33:13] [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
1417[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,8,139,81,8. The world was removed.
1418[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,10,139,81,10. The world was removed.
1419[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,8,139,81,8. The world was removed.
1421[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,10,139,81,10. The world was removed.
1422[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+60 because the world it was in doesn't exist anymore.
1423[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+60.yml
1424[15:33:13] [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
1425[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,-10,114,81,-10. The world was removed.
1426[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,-8,114,81,-8. The world was removed.
1427[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,-10,114,81,-10. The world was removed.
1429[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,-8,114,81,-8. The world was removed.
1430[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+39 because the world it was in doesn't exist anymore.
1431[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+39.yml
1432[15:33:13] [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
1433[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,8,90,81,8. The world was removed.
1434[15:33:13] [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
1435[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,8,90,81,8. The world was removed.
1436[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+49 because the world it was in doesn't exist anymore.
1437[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+49.yml
1438[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,81,8,151,80,8. The world was removed.
1440[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,81,10,151,80,10. The world was removed.
1441[15:33:13] [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
1442[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,81,8,151,80,8. The world was removed.
1443[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,81,10,151,80,10. The world was removed.
1444[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+63 because the world it was in doesn't exist anymore.
1445[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+63.yml
1446[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,8,118,81,8. The world was removed.
1448[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,10,118,81,10. The world was removed.
1449[15:33:13] [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
1450[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,8,118,81,8. The world was removed.
1451[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,10,118,81,10. The world was removed.
1452[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+56 because the world it was in doesn't exist anymore.
1453[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+56.yml
1454[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,33,75,-73,33,74,-73. The world was removed.
1456[15:33:13] [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
1457[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,33,75,-73,33,74,-73. The world was removed.
1458[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell25 because the world it was in doesn't exist anymore.
1459[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell25.yml
1460[15:33:13] [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
1461[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,33,74,-45,33,75,-45. The world was removed.
1462[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,33,74,-45,33,75,-45. The world was removed.
1464[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell21 because the world it was in doesn't exist anymore.
1465[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell21.yml
1466[15:33:13] [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
1467[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,-8,147,76,-8. The world was removed.
1468[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,-10,147,76,-10. The world was removed.
1469[15:33:13] [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
1470[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,-8,147,76,-8. The world was removed.
1471[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,-10,147,76,-10. The world was removed.
1472[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+14 because the world it was in doesn't exist anymore.
1473[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+14.yml
1474[15:33:13] [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
1475[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,-10,94,77,-10. The world was removed.
1476[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,-8,94,77,-8. The world was removed.
1477[15:33:13] [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
1478[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,-10,94,77,-10. The world was removed.
1479[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,-8,94,77,-8. The world was removed.
1480[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+2 because the world it was in doesn't exist anymore.
1481[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+2.yml
1482[15:33:13] [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
1483[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,33,74,-66,33,75,-66. The world was removed.
1484[15:33:13] [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
1485[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,33,74,-66,33,75,-66. The world was removed.
1486[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell24 because the world it was in doesn't exist anymore.
1487[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell24.yml
1488[15:33:13] [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
1489[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,-8,135,81,-8. The world was removed.
1490[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,-10,135,81,-10. The world was removed.
1491[15:33:13] [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
1492[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,-8,135,81,-8. The world was removed.
1493[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,-10,135,81,-10. The world was removed.
1494[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+43 because the world it was in doesn't exist anymore.
1495[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+43.yml
1496[15:33:13] [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
1497[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,21,74,-66,21,75,-66. The world was removed.
1498[15:33:13] [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
1499[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,21,74,-66,21,75,-66. The world was removed.
1500[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell17 because the world it was in doesn't exist anymore.
1501[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell17.yml
1502[15:33:13] [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
1503[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,8,139,76,8. The world was removed.
1504[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,10,139,76,10. The world was removed.
1505[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,8,139,76,8. The world was removed.
1507[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,10,139,76,10. The world was removed.
1508[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+28 because the world it was in doesn't exist anymore.
1509[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+28.yml
1510[15:33:13] [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
1511[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-21,74,-68,-21,75,-68. The world was removed.
1512[15:33:13] [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
1513[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-21,74,-68,-21,75,-68. The world was removed.
1514[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell5 because the world it was in doesn't exist anymore.
1515[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell5.yml
1516[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-39,75,-40,-39,74,-40. The world was removed.
1518[15:33:13] [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
1519[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-39,75,-40,-39,74,-40. The world was removed.
1520[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell11 because the world it was in doesn't exist anymore.
1521[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell11.yml
1522[15:33:13] [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
1523[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,8,118,76,8. The world was removed.
1524[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,8,118,76,8. The world was removed.
1526[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+24 because the world it was in doesn't exist anymore.
1527[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+24.yml
1528[15:33:13] [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
1529[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,8,135,76,8. The world was removed.
1530[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,10,135,76,10. The world was removed.
1531[15:33:13] [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
1532[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,8,135,76,8. The world was removed.
1533[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,10,135,76,10. The world was removed.
1534[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+27 because the world it was in doesn't exist anymore.
1535[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+27.yml
1536[15:33:13] [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
1537[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,-8,151,76,-8. The world was removed.
1538[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,-10,151,76,-10. The world was removed.
1539[15:33:13] [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
1540[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,-8,151,76,-8. The world was removed.
1541[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,-10,151,76,-10. The world was removed.
1542[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+15 because the world it was in doesn't exist anymore.
1543[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+15.yml
1544[15:33:13] [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
1545[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,-8,118,81,-8. The world was removed.
1546[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,-10,118,81,-10. The world was removed.
1547[15:33:13] [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
1548[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,-8,118,81,-8. The world was removed.
1549[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,-10,118,81,-10. The world was removed.
1550[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+40 because the world it was in doesn't exist anymore.
1551[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+40.yml
1552[15:33:13] [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
1553[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-33,75,-40,-33,74,-40. The world was removed.
1554[15:33:13] [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
1555[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-33,75,-40,-33,74,-40. The world was removed.
1556[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell10 because the world it was in doesn't exist anymore.
1557[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell10.yml
1558[15:33:13] [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
1559[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-21,75,-47,-21,74,-47. The world was removed.
1560[15:33:13] [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
1561[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-21,75,-47,-21,74,-47. The world was removed.
1562[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell2 because the world it was in doesn't exist anymore.
1563[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell2.yml
1564[15:33:13] [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
1565[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,76,8,98,77,8. The world was removed.
1566[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,76,10,98,77,10. The world was removed.
1567[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,76,8,98,77,8. The world was removed.
1569[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,76,10,98,77,10. The world was removed.
1570[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+19 because the world it was in doesn't exist anymore.
1571[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+19.yml
1572[15:33:13] [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
1573[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,21,74,-52,21,75,-52. The world was removed.
1574[15:33:13] [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
1575[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,21,74,-52,21,75,-52. The world was removed.
1576[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell19 because the world it was in doesn't exist anymore.
1577[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell19.yml
1578[15:33:13] [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
1579[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,8,127,76,8. The world was removed.
1580[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,10,127,76,10. The world was removed.
1581[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,8,127,76,8. The world was removed.
1583[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,10,127,76,10. The world was removed.
1584[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+25 because the world it was in doesn't exist anymore.
1585[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+25.yml
1586[15:33:13] [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
1587[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,-8,127,76,-8. The world was removed.
1588[15:33:13] [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
1589[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,-8,127,76,-8. The world was removed.
1590[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+9 because the world it was in doesn't exist anymore.
1591[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+9.yml
1592[15:33:13] [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
1593[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,-8,94,81,-8. The world was removed.
1594[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,-10,94,81,-10. The world was removed.
1595[15:33:13] [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
1596[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,-8,94,81,-8. The world was removed.
1597[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,-10,94,81,-10. The world was removed.
1598[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+34 because the world it was in doesn't exist anymore.
1599[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+34.yml
1600[15:33:13] [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
1601[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,-8,143,76,-8. The world was removed.
1602[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,-10,143,76,-10. The world was removed.
1603[15:33:13] [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
1604[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,-8,143,76,-8. The world was removed.
1605[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,-10,143,76,-10. The world was removed.
1606[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+13 because the world it was in doesn't exist anymore.
1607[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+13.yml
1608[15:33:13] [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
1609[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,77,-8,110,76,-8. The world was removed.
1610[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,77,-10,110,76,-10. The world was removed.
1611[15:33:13] [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
1612[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,77,-8,110,76,-8. The world was removed.
1613[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,77,-10,110,76,-10. The world was removed.
1614[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+6 because the world it was in doesn't exist anymore.
1615[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+6.yml
1616[15:33:13] [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
1617[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-33,75,-47,-33,74,-47. The world was removed.
1618[15:33:13] [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
1619[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-33,75,-47,-33,74,-47. The world was removed.
1620[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell9 because the world it was in doesn't exist anymore.
1621[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell9.yml
1622[15:33:13] [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
1623[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,-8,147,81,-8. The world was removed.
1624[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,-10,147,81,-10. The world was removed.
1625[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,-8,147,81,-8. The world was removed.
1627[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,-10,147,81,-10. The world was removed.
1628[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+46 because the world it was in doesn't exist anymore.
1629[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+46.yml
1630[15:33:13] [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
1631[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,-8,90,81,-8. The world was removed.
1632[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,-10,90,81,-10. The world was removed.
1633[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,-8,90,81,-8. The world was removed.
1635[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,-10,90,81,-10. The world was removed.
1636[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+33 because the world it was in doesn't exist anymore.
1637[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+33.yml
1638[15:33:13] [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
1639[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,77,-8,131,76,-8. The world was removed.
1640[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,77,-10,131,76,-10. The world was removed.
1641[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,77,-8,131,76,-8. The world was removed.
1643[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,77,-10,131,76,-10. The world was removed.
1644[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+10 because the world it was in doesn't exist anymore.
1645[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+10.yml
1646[15:33:13] [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
1647[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,8,147,81,8. The world was removed.
1648[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,10,147,81,10. The world was removed.
1649[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,8,147,81,8. The world was removed.
1651[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,10,147,81,10. The world was removed.
1652[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+62 because the world it was in doesn't exist anymore.
1653[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+62.yml
1654[15:33:13] [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
1655[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-21,74,-40,-21,75,-40. The world was removed.
1656[15:33:13] [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
1657[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-21,74,-40,-21,75,-40. The world was removed.
1658[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell1 because the world it was in doesn't exist anymore.
1659[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell1.yml
1660[15:33:13] [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
1661[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,8,110,81,8. The world was removed.
1662[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,10,110,81,10. The world was removed.
1663[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,8,110,81,8. The world was removed.
1665[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,10,110,81,10. The world was removed.
1666[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+54 because the world it was in doesn't exist anymore.
1667[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+54.yml
1668[15:33:13] [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
1669[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-21,74,-54,-21,75,-54. The world was removed.
1670[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-21,74,-54,-21,75,-54. The world was removed.
1672[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell3 because the world it was in doesn't exist anymore.
1673[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell3.yml
1674[15:33:13] [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
1675[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,38,74,-52,38,75,-52. The world was removed.
1676[15:33:13] [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
1677[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,38,74,-52,38,75,-52. The world was removed.
1678[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell29 because the world it was in doesn't exist anymore.
1679[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell29.yml
1680[15:33:13] [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
1681[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,38,74,-45,38,75,-45. The world was removed.
1682[15:33:13] [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
1683[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,38,74,-45,38,75,-45. The world was removed.
1684[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell30 because the world it was in doesn't exist anymore.
1685[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell30.yml
1686[15:33:13] [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
1687[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,76,8,110,77,8. The world was removed.
1688[15:33:13] [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
1689[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,76,8,110,77,8. The world was removed.
1690[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+22 because the world it was in doesn't exist anymore.
1691[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+22.yml
1692[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,-8,131,81,-8. The world was removed.
1694[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,-10,131,81,-10. The world was removed.
1695[15:33:13] [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
1696[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,-8,131,81,-8. The world was removed.
1697[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,-10,131,81,-10. The world was removed.
1698[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+42 because the world it was in doesn't exist anymore.
1699[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+42.yml
1700[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,80,-8,102,81,-8. The world was removed.
1702[15:33:13] [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
1703[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,80,-8,102,81,-8. The world was removed.
1704[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+36 because the world it was in doesn't exist anymore.
1705[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+36.yml
1706[15:33:13] [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
1707[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-21,75,-61,-21,74,-61. The world was removed.
1708[15:33:13] [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[15:33:13] [Server thread/WARN]: [PrisonCells] Unable to load door at JBlock1,-21,75,-61,-21,74,-61. The world was removed.
1710[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell: jcell4 because the world it was in doesn't exist anymore.
1711[15:33:13] [Server thread/ERROR]: [PrisonCells] Unable to load cell from jcell4.yml
1712[15:33:13] [Server thread/INFO]: [PrisonCells] Loaded 3 cells(s)
1713[15:33:13] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.2.1
1714[15:33:13] [Server thread/INFO]: [KoTH] Enabling KoTH v1.3.3
1715[15:33:13] [Server thread/INFO]: [KoTH] KoTH - Vanish hook: Enabled
1716[15:33:13] [Server thread/INFO]: [KoTH] KoTH - Featherboard hook: Enabled
1717[15:33:13] [Server thread/INFO]: [HeavySpleef] Enabling HeavySpleef v2.4.1
1718[15:33:13] [Server thread/INFO]: [HeavySpleef] Add-On load complete. Enabled 0 add-ons
1719[15:33:13] [Server thread/INFO]: [AncientGates] Enabling AncientGates v2.0.6
1720[15:33:13] [Server thread/INFO]: [AncientGates] Loading conf from disk
1721[15:33:14] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.9.5.1
1722[15:33:14] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
1723[15:33:14] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
1724[15:33:14] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
1725[15:33:14] [Server thread/WARN]: [HolographicDisplays] Hologram 'redeem' was in the world 'Redeem' but it wasn't loaded.
1726[15:33:14] [Server thread/WARN]: [HolographicDisplays] Hologram 'emeralds-on-d' was in the world 'PrestigeWorld' but it wasn't loaded.
1727[15:33:14] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.0.1
1728[15:33:14] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_8_R3 (Minecraft 1.8)...
1729[15:33:14] [Server thread/INFO]: [MythicMobs] MythicMobs BarAPI Support has been enabled!
1730[15:33:14] [Server thread/INFO]: [MythicMobs] MythicMobs EffectLib Support has been enabled!
1731[15:33:14] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
1732[15:33:14] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
1733[15:33:14] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1734[15:33:14] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1735[15:33:14] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1736[15:33:14] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1737[15:33:14] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1738[15:33:14] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill SummonSkeletons1
1739[15:33:14] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill SummonSkeletons2
1740[15:33:14] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinWither
1741[15:33:14] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill HellsQuake
1742[15:33:14] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1743[15:33:14] [Server thread/INFO]: [MythicMobs] Loaded 6 mobs.
1744[15:33:14] [Server thread/INFO]: [MythicMobs] Loaded 3 vanilla mob overrides.
1745[15:33:14] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
1746[15:33:14] [Server thread/INFO]: [MythicMobs] Loaded 3 skills.
1747[15:33:14] [Server thread/INFO]: [MythicMobs] Loaded 4 random spawns.
1748[15:33:14] [Server thread/INFO]: [MythicMobs] Loaded 25 mythic items.
1749[15:33:14] [Server thread/INFO]: [MythicMobs] Loaded 1 drop tables.
1750[15:33:14] [Server thread/INFO]: [MythicMobs] Loaded 0 mob spawners.
1751[15:33:14] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
1752[15:33:14] [Server thread/INFO]: [MythicMobs] v4.0.1 has been successfully loaded!
1753[15:33:14] [Server thread/INFO]: [GangsPlus] Enabling GangsPlus v2.0.22
1754[15:33:14] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_name}
1755[15:33:14] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_formattedname}
1756[15:33:14] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_level}
1757[15:33:14] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_rank}
1758[15:33:14] [Server thread/INFO]: [SupplyCrates] Enabling SupplyCrates v2.3-STABLE
1759[15:33:14] [Server thread/INFO]: [SupplyCrates] HolographicDisplaysAPI_v2 found, enabling Hologram support.
1760[15:33:14] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v1.3.98.3
1761[15:33:14] [Server thread/INFO]: [CrateReloaded] v1_8_R3
1762[15:33:14] [Server thread/INFO]: [AutoPickup] Enabling AutoPickup v3.9
1763[15:33:14] [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.
1764[15:33:14] [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.
1765[15:33:14] [Server thread/INFO]: [skRayFall] Enabling skRayFall v1.9.4
1766[15:33:14] [Server thread/INFO]: [skRayFall] Yay! You are running skRayFall 1.9.4!
1767[15:33:14] [Server thread/INFO]: [skRayFall] Nathan and Lewis <3 you.
1768[15:33:14] [Server thread/INFO]: [skRayFall] Cooking Bacon...
1769[15:33:14] [Server thread/INFO]: [skRayFall] Getting more bacon for the army of citizens...
1770[15:33:14] [Server thread/INFO]: [skRayFall] Got bacon for the EffectLib partical ninjas!
1771[15:33:14] [Server thread/INFO]: [skRayFall] Getting more bacon for the Votifier runners!
1772[15:33:14] [Server thread/INFO]: [skRayFall] Bacon holograms found
1773[15:33:14] [Server thread/INFO]: [skRayFall] Client Side bacon holograms enabled
1774[15:33:14] [Server thread/INFO]: [skRayFall] Enabling general 1.8/1.9/1.10 bacon!
1775[15:33:14] [Server thread/INFO]: [skRayFall] Getting the extra special 1.8.4 - 1.8.8 bacon!
1776[15:33:14] [Server thread/INFO]: [skRayFall] Bacon is ready!
1777[15:33:14] [Server thread/INFO]: [LeaderHeads] Enabling LeaderHeads v3.1.8
1778[15:33:15] [Server thread/INFO]: [LeaderHeads] Loaded automatic reward: votes
1779[15:33:15] [Server thread/INFO]: [LeaderHeads] Loaded automatic reward: kills
1780[15:33:15] [Server thread/INFO]: [LeaderHeads] Hooked into Citizens
1781[15:33:15] [Server thread/INFO]: [LeaderHeads] Hooked into HolographicDisplays
1782[15:33:15] [Server thread/INFO]: [PrisonMines] Enabling PrisonMines v3.0.5
1783[15:33:15] [Server thread/INFO]: [PrisonMines] HolographicDisplays was found
1784[15:33:15] [Server thread/INFO]: [PrisonMines] Loaded 33 mine(s)
1785[15:33:15] [Server thread/INFO]: [MineCrates] Enabling MineCrates v2.6.1
1786[15:33:15] [Server thread/INFO]: [MineCrates] area_handler hook successfully set to: 'PrisonMines'
1787[15:33:15] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 11 rewards.
1788[15:33:15] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 11 rewards.
1789[15:33:15] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 11 rewards.
1790[15:33:15] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 11 rewards.
1791[15:33:15] [Server thread/WARN]: [MineCrates] Total chance in reward list: default exceeds 100.0!
1792[15:33:15] [Server thread/INFO]: [MineCrates] No more rewards will be loaded from this reward list!
1793[15:33:15] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 10 rewards.
1794[15:33:15] [Server thread/WARN]: [MineCrates] Total chance in reward list: default exceeds 100.0!
1795[15:33:15] [Server thread/INFO]: [MineCrates] No more rewards will be loaded from this reward list!
1796[15:33:15] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 10 rewards.
1797[15:33:15] [Server thread/WARN]: [MineCrates] Total chance in reward list: default exceeds 100.0!
1798[15:33:15] [Server thread/INFO]: [MineCrates] No more rewards will be loaded from this reward list!
1799[15:33:15] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 10 rewards.
1800[15:33:15] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 12 rewards.
1801[15:33:15] [Server thread/INFO]: [MineCrates] 8 MineCrate areas loaded...
1802[15:33:15] [Server thread/INFO]: [ProQuests] Enabling ProQuests v2.0.4
1803[15:33:15] [Server thread/INFO]: [ProQuests] Running build #41806
1804[15:33:15] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1805[15:33:15] [Server thread/INFO]: [ProQuests] Loading external plugin hooks....
1806[15:33:15] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1807[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into askyblock
1808[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into auction_gui_plus
1809[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into auction_house
1810[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into auctions
1811[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into autorank
1812[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into autosell
1813[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into battle_levels
1814[15:33:15] [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
1815[15:33:15] [Server thread/INFO]: [ProQuests] Successfully hooked into buycraft
1816[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into chat_reaction
1817[15:33:15] [Server thread/INFO]: [ProQuests] The Citizens version you are using does not support the NPCTeleportEvent
1818[15:33:15] [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
1819[15:33:15] [Server thread/INFO]: [ProQuests] Successfully hooked into citizens
1820[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into crate_keys
1821[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into custom_bosses
1822[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into custom_shops
1823[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into dailybonus
1824[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into ez_blocks
1825[15:33:15] [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
1826[15:33:15] [Server thread/INFO]: [ProQuests] Successfully hooked into ez_ranks
1827[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into factions
1828[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into factions_uuid
1829[15:33:15] [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
1830[15:33:15] [Server thread/INFO]: [ProQuests] Successfully hooked into gangs_plus
1831[15:33:15] [Server thread/INFO]: [ProQuests] Successfully hooked into holographic_displays
1832[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into jobs
1833[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into lucky_blocks
1834[15:33:15] [Server thread/INFO]: [ProQuests] Unable to hook into mcmmo
1835[15:33:15] [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
1836[15:33:15] [Server thread/INFO]: [ProQuests] Successfully hooked into mine_crates
1837[15:33:15] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_global_multiplier}
1838[15:33:16] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_player_multiplier}
1839[15:33:16] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_weekly_points}
1840[15:33:16] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_monthly_points}
1841[15:33:16] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_total_points}
1842[15:33:16] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_total_active_quests}
1843[15:33:16] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_total_completed_quests}
1844[15:33:16] [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
1845[15:33:16] [Server thread/INFO]: [ProQuests] Successfully hooked into mvdw_placeholders
1846[15:33:16] [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
1847[15:33:16] [Server thread/INFO]: [ProQuests] Successfully hooked into mythic_mobs
1848[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into name_my_tool
1849[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into obsidian_auctions
1850[15:33:16] [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
1851[15:33:16] [Server thread/INFO]: [ProQuests] Successfully hooked into placeholder_api
1852[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into player_points
1853[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into pouches
1854[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into pro_jackpots
1855[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into pro_packages
1856[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into pro_votes
1857[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into rank_vouchers
1858[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into rpg_me
1859[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into shop_gui_plus
1860[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into skill_api
1861[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into sponsored_slots
1862[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into token_enchant
1863[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into token_manager
1864[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into towny
1865[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into unity_gen
1866[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into uskyblock
1867[15:33:16] [Server thread/INFO]: [ProQuests] Successfully hooked into vault
1868[15:33:16] [Server thread/INFO]: [ProQuests] Unable to hook into votifier
1869[15:33:16] [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
1870[15:33:16] [Server thread/INFO]: [ProQuests] Successfully hooked into world_guard
1871[15:33:16] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1872[15:33:16] [Server thread/INFO]: [ProQuests] Loading quests...
1873[15:33:16] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1874[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Wood' quest
1875[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Maze' quest
1876[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Wood' quest
1877[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Hippo' quest
1878[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Head' quest
1879[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Wood' quest
1880[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Naturalist' quest
1881[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-MobHunter1' quest
1882[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Wood' quest
1883[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Wood' quest
1884[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Emeralds' quest
1885[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Intruder' quest
1886[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Diamonds' quest
1887[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Fishing' quest
1888[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Sugarcane' quest
1889[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-MobHunter1' quest
1890[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Mining' quest
1891[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-JawsInter' quest
1892[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter1' quest
1893[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-SecretPlots' quest
1894[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Miner' quest
1895[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Milk' quest
1896[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Fish' quest
1897[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Gold' quest
1898[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter2' quest
1899[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Mining' quest
1900[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret1' quest
1901[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Mining' quest
1902[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Fishing' quest
1903[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter' quest
1904[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Enchant' quest
1905[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-CaptainInter' quest
1906[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Miner' quest
1907[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'ObbyQuest' quest
1908[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Wood' quest
1909[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Mining' quest
1910[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter1' quest
1911[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter2' quest
1912[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Head' quest
1913[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Mining' quest
1914[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Wood' quest
1915[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'EnderEye' quest
1916[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Leather' quest
1917[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'GunPowder' quest
1918[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Fishing' quest
1919[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret2' quest
1920[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Jaws' quest
1921[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Mining' quest
1922[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Bank' quest
1923[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Tier2Slots' quest
1924[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Test' quest
1925[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Fishing' quest
1926[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Mining' quest
1927[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Sugarcane' quest
1928[15:33:16] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1929[15:33:16] [Server thread/INFO]: [ProQuests] Loading menus...
1930[15:33:16] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1931[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'completed-leaderboard' menu
1932[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S' menu
1933[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A' menu
1934[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J' menu
1935[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'pvp' menu
1936[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C' menu
1937[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J3' menu
1938[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'general' menu
1939[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'lifetime-leaderboard' menu
1940[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'weekly-leaderboard' menu
1941[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F' menu
1942[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B' menu
1943[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'monthly-leaderboard' menu
1944[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H' menu
1945[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D' menu
1946[15:33:16] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J2' menu
1947[15:33:16] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
1948[15:33:16] [Server thread/INFO]: Done (28.013s)! For help, type "help" or "?"
1949[15:33:16] [Server thread/INFO]: Starting GS4 status listener
1950[15:33:16] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
1951[15:33:16] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
1952[15:33:16] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
1953[15:33:16] [Craft Scheduler Thread - 2/INFO]: [PlugMan] Updater did not run, it is globally disabled.
1954[15:33:16] [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, jplot3, jplot1, jplot2, fsplot3, fsplot2, fsplot5, fsplot4, fsplot1, fsplot7, fsplot6, fsplot8, fplot2, fplot1, fplot6, fplot5, fplot4, fplot3, fplot9, fplot8, fplot7, aplot+2, aplot+1, aplot+4, aplot+3, aplot+6, aplot+5, aplot+8, aplot+7, aplot+9, fplot10, fplot11, fplot12, hplot10
1955[15:33:16] [Server thread/WARN]: [AreaShop] Remove these regions from AreaShop with '/as del' or recreate their regions in WorldGuard.
1956[15:33:16] [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, jplot3, jplot1, jplot2, fsplot3, fsplot2, fsplot5, fsplot4, fsplot1, fsplot7, fsplot6, fsplot8, fplot2, fplot1, fplot6, fplot5, fplot4, fplot3, fplot9, fplot8, fplot7, aplot+2, aplot+1, aplot+4, aplot+3, aplot+6, aplot+5, aplot+8, aplot+7, aplot+9, fplot10, fplot11, fplot12, hplot10
1957[15:33:16] [Server thread/WARN]: [AreaShop] World JBlock1 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, jplot3, jplot1, jplot2, fsplot3, fsplot2, fsplot5, fsplot4, fsplot1, fsplot7, fsplot6, fsplot8, fplot2, fplot1, fplot6, fplot5, fplot4, fplot3, fplot9, fplot8, fplot7, aplot+2, aplot+1, aplot+4, aplot+3, aplot+6, aplot+5, aplot+8, aplot+7, aplot+9, fplot10, fplot11, fplot12, hplot10
1958[15:33:16] [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, jplot3, jplot1, jplot2, fsplot3, fsplot2, fsplot5, fsplot4, fsplot1, fsplot7, fsplot6, fsplot8, fplot2, fplot1, fplot6, fplot5, fplot4, fplot3, fplot9, fplot8, fplot7, aplot+2, aplot+1, aplot+4, aplot+3, aplot+6, aplot+5, aplot+8, aplot+7, aplot+9, fplot10, fplot11, fplot12, hplot10
1959[15:33:16] [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, jplot3, jplot1, jplot2, fsplot3, fsplot2, fsplot5, fsplot4, fsplot1, fsplot7, fsplot6, fsplot8, fplot2, fplot1, fplot6, fplot5, fplot4, fplot3, fplot9, fplot8, fplot7, aplot+2, aplot+1, aplot+4, aplot+3, aplot+6, aplot+5, aplot+8, aplot+7, aplot+9, fplot10, fplot11, fplot12, hplot10
1960[15:33:16] [Server thread/WARN]: [AreaShop] Remove these regions from AreaShop with '/as del' or load the world(s) on the server again.
1961[15:33:16] [Craft Scheduler Thread - 21/WARN]: Exception in thread "Craft Scheduler Thread - 21"
1962[15:33:16] [Craft Scheduler Thread - 21/WARN]: org.apache.commons.lang.UnhandledException: Plugin MobLoot v2.1.6 generated an exception while executing task 306
1963 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1964 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
1965 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
1966 at java.lang.Thread.run(Thread.java:748)
1967Caused by: java.lang.NullPointerException
1968 at me.jsbroks.mobloot2.Main$1.run(Main.java:137)
1969 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1970 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1971 ... 3 more
1972
1973[15:33:16] [Craft Scheduler Thread - 44/INFO]: [MineCrates] Failed to check for a update on spigot.
1974[15:33:16] [Craft Scheduler Thread - 44/INFO]: [MineCrates] You are running the latest version of MineCrates!
1975[15:33:16] [Server thread/INFO]: [Buycraft] Authenticated with the specified Secret key.
1976[15:33:16] [Server thread/INFO]: [Buycraft] Plugin is now ready to be used.
1977[15:33:16] [Server thread/INFO]: [Skript] Loading variables...
1978[15:33:16] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds
1979[15:33:16] [Server thread/ERROR]: #!#!
1980[15:33:16] [Server thread/ERROR]: #!#! [Skript] Severe Error:
1981[15:33:16] [Server thread/ERROR]: #!#! Could not load restart.sk
1982[15:33:16] [Server thread/ERROR]: #!#!
1983[15:33:16] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
1984[15:33:16] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
1985[15:33:16] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
1986[15:33:16] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
1987[15:33:16] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
1988[15:33:16] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
1989[15:33:16] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
1990[15:33:16] [Server thread/ERROR]: #!#!
1991[15:33:16] [Server thread/ERROR]: #!#! Stack trace:
1992[15:33:16] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
1993[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
1994[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1802)
1995[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1769)
1996[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1517)
1997[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
1998[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
1999[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
2000[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
2001[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1533)
2002[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1463)
2003[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1490)
2004[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
2005[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
2006[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
2007[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:969)
2008[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:488)
2009[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:621)
2010[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
2011[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
2012[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
2013[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
2014[15:33:16] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
2015[15:33:16] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
2016[15:33:16] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
2017[15:33:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
2018[15:33:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
2019[15:33:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
2020[15:33:16] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
2021[15:33:16] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
2022[15:33:16] [Server thread/ERROR]: #!#!
2023[15:33:16] [Server thread/ERROR]: #!#! Version Information:
2024[15:33:16] [Server thread/ERROR]: #!#! Skript: 2.2-dev35
2025[15:33:16] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
2026[15:33:16] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
2027[15:33:16] [Server thread/ERROR]: #!#! Java: 1.8.0_161 (Java HotSpot(TM) 64-Bit Server VM 25.161-b12)
2028[15:33:16] [Server thread/ERROR]: #!#! OS: Linux amd64 3.10.0-693.21.1.el7.x86_64
2029[15:33:16] [Server thread/ERROR]: #!#!
2030[15:33:16] [Server thread/ERROR]: #!#! Server platform: Spigot
2031[15:33:16] [Server thread/ERROR]: #!#!
2032[15:33:16] [Server thread/ERROR]: #!#! Current node: wait 60 seconds (restart.sk, line 8)
2033[15:33:16] [Server thread/ERROR]: #!#! Current item: null
2034[15:33:16] [Server thread/ERROR]: #!#!
2035[15:33:16] [Server thread/ERROR]: #!#! Thread: Server thread
2036[15:33:16] [Server thread/ERROR]: #!#!
2037[15:33:16] [Server thread/ERROR]: #!#! Language: english
2038[15:33:16] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
2039[15:33:16] [Server thread/ERROR]: #!#!
2040[15:33:16] [Server thread/ERROR]: #!#! End of Error.
2041[15:33:16] [Server thread/ERROR]: #!#!
2042[15:33:16] [Server thread/INFO]: [Skript] All scripts loaded without errors.
2043[15:33:16] [Server thread/INFO]: [Skript] Loaded 1 script with a total of 0 triggers and 0 commands in 0.04 seconds
2044[15:33:16] [Server thread/INFO]: [Skript] Finished loading.
2045[15:33:16] [pool-11-thread-2/INFO]: [Buycraft] Loaded 15 package(s) into the cache.
2046[15:33:16] [Craft Scheduler Thread - 50/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running the latest stable version of Skript.[m
2047[15:33:16] [Server thread/INFO]: [Citizens] Loaded 24 NPCs.
2048[15:33:16] [Server thread/INFO]: [AncientGates] Loading gates from disk
2049[15:33:16] [Server thread/INFO]: [AncientGates] Loading gates into memory
2050[15:33:16] [Craft Scheduler Thread - 4/INFO]: [MapManager] A new version is available: https://r.spiget.org/19198
2051[15:33:16] [Server thread/INFO]: [AncientGates] Enabled
2052[15:33:16] [Server thread/INFO]: [m
2053[15:33:16] [Server thread/INFO]: [0;32;22mBe sure to check out our store page![m
2054[15:33:16] [Server thread/INFO]: [0;32;22mLink: [0;33;22m[4msmashbuttongaming.buycraft.net[m
2055[15:33:16] [Server thread/INFO]: [m
2056[15:33:17] [Craft Scheduler Thread - 45/INFO]: [Vault] Checking for Updates ...
2057[15:33:17] [Craft Scheduler Thread - 3/INFO]: [PlaceholderAPI] 109 placeholder expansions are available on the cloud.
2058[15:33:17] [Craft Scheduler Thread - 45/INFO]: [Vault] No new version available
2059[15:33:17] [Craft Scheduler Thread - 53/INFO]: [ChatControl] [0;36;1mChatControl is updating! Downloading v5.6.4[m
2060[15:33:17] [Craft Scheduler Thread - 53/INFO]: [ChatControl] Got file of size: 193.533 kb[m
2061[15:33:17] [Server thread/INFO]: [VanishNoPacket] hipporunner disappeared.
2062[15:33:17] [Craft Scheduler Thread - 53/INFO]: [ChatControl] Downloaded! File uploaded into the update folder. Please copy it to the plugins folder.[m
2063[15:33:18] [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;1m1041[0;37;22m in world [0;36;1mNewPrison[m
2064[15:33:20] [Craft Scheduler Thread - 62/INFO]: [ConsoleScheduler] has started executing commands
2065[15:33:20] [Craft Scheduler Thread - 62/INFO]: -------------[ConsoleScheduler]--------------
2066[15:33:20] [Craft Scheduler Thread - 62/INFO]: getConfig contains CommandSchedule.Command1
2067[15:33:20] [Craft Scheduler Thread - 62/INFO]: [ConsoleScheduler] has attempted to put 1 commands on schedule.
2068[15:33:21] [Craft Scheduler Thread - 42/WARN]: Exception in thread "Craft Scheduler Thread - 42"
2069[15:33:21] [Craft Scheduler Thread - 42/WARN]: org.apache.commons.lang.UnhandledException: Plugin VotingPlugin v5.6.1 generated an exception while executing task 32
2070 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
2071 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2072 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2073 at java.lang.Thread.run(Thread.java:748)
2074Caused by: java.lang.NullPointerException
2075 at com.Ben12345rocks.VotingPlugin.AdvancedCore.Util.Updater.Updater.run(Updater.java:147)
2076 at com.Ben12345rocks.VotingPlugin.AdvancedCore.Util.Updater.Updater.<init>(Updater.java:104)
2077 at com.Ben12345rocks.VotingPlugin.Util.Updater.CheckUpdate.checkUpdate(CheckUpdate.java:49)
2078 at com.Ben12345rocks.VotingPlugin.Util.Updater.CheckUpdate$1.run(CheckUpdate.java:79)
2079 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
2080 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
2081 ... 3 more
2082
2083[15:33:22] [Server thread/INFO]: Starting UUID caching[m
2084[15:33:22] [Craft Scheduler Thread - 70/INFO]: [BuycraftX] Fetching all due players...
2085[15:33:22] [Craft Scheduler Thread - 70/INFO]: [BuycraftX] Fetched due players (2 found).
2086[15:33:23] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
2087[15:33:23] [Server thread/INFO]: [FeatherBoard] Fetching modules from server ...
2088[15:33:23] [Craft Scheduler Thread - 55/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
2089[15:33:23] [Craft Scheduler Thread - 55/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
2090[15:33:23] [Craft Scheduler Thread - 55/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
2091[15:33:23] [Craft Scheduler Thread - 55/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttp://blocklist.greensnow.co/greensnow.txt[m
2092[15:33:23] [Craft Scheduler Thread - 55/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
2093[15:33:23] [Craft Scheduler Thread - 55/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttp://proxy-daily.com/[m
2094[15:33:23] [Craft Scheduler Thread - 55/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttp://www.sslproxies24.top/[m
2095[15:33:23] [Craft Scheduler Thread - 55/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttp://socksproxylist24.blogspot.ro/[m
2096[15:33:23] [Thread-7918/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttp://proxy-daily.com/[m
2097[15:33:23] [Craft Scheduler Thread - 39/INFO]: Checking update...
2098[15:33:23] [Craft Scheduler Thread - 61/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mStarting player data caching for: NewPrison[m
2099[15:33:23] [Craft Scheduler Thread - 61/INFO]: [0;32;1mFast mode UUID caching enabled![m
2100[15:33:24] [Craft Scheduler Thread - 39/WARN]: Exception in thread "Craft Scheduler Thread - 39"
2101[15:33:24] [Craft Scheduler Thread - 39/WARN]: org.apache.commons.lang.UnhandledException: Plugin eZProtector v4.1.3 generated an exception while executing task 314
2102 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
2103 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2104 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2105 at java.lang.Thread.run(Thread.java:748)
2106Caused by: java.lang.NullPointerException
2107 at ez.plugins.dan.SpigotUpdater.SpigotUpdater.run(SpigotUpdater.java:80)
2108 at ez.plugins.dan.SpigotUpdater.SpigotUpdater.<init>(SpigotUpdater.java:58)
2109 at ez.plugins.dan.SpigotUpdater.UpdateChecker.checkUpdate(UpdateChecker.java:17)
2110 at ez.plugins.dan.Main$1.run(Main.java:58)
2111 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
2112 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
2113 ... 3 more
2114
2115[15:33:24] [Craft Scheduler Thread - 61/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mCached a total of: 125 UUIDs[m
2116[15:33:24] [Server thread/INFO]: hipporunner issued server command: /buy
2117[15:33:24] [Craft Scheduler Thread - 61/INFO]: Adding new expiry task![m
2118[15:33:24] [Thread-7915/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
2119[15:33:24] [Thread-7919/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttp://www.sslproxies24.top/[m
2120[15:33:24] [Thread-7917/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
2121[15:33:24] [Thread-7916/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttp://blocklist.greensnow.co/greensnow.txt[m
2122[15:33:24] [Craft Scheduler Thread - 288/INFO]: [VoteRoulette] There's a different version available: 3.2.3 (Current version is: 3.2.1)
2123[15:33:24] [Craft Scheduler Thread - 288/INFO]: [VoteRoulette] Visit http://dev.bukkit.org/bukkit-plugins/voteroulette/
2124[15:33:24] [Craft Scheduler Thread - 288/INFO]: [VoteRoulette] You can disable automatic update checking in the config.
2125[15:33:25] [Craft Scheduler Thread - 254/WARN]: [LeaderHeads] Buycraft is not compatible with your server version. Update Buycraft or use BuycraftX.
2126[15:33:27] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2127[15:33:27] [Server thread/INFO]: [ProQuests] Loading NPCS...
2128[15:33:27] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2129[15:33:27] [Server thread/WARN]: [ProQuests] Task #11127 for ProQuests v2.0.4 generated an exception
2130java.lang.NullPointerException
2131 at com.culleystudios.proquests.managers.NPCManager.loadNPC(NPCManager.java:211) ~[?:?]
2132 at com.culleystudios.proquests.managers.NPCManager$1.run(NPCManager.java:378) ~[?:?]
2133 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2134 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2135 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2136 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2137 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2138 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2139 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2140[15:33:27] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;33;1mThe [0;32;22mDirtyDealer [0;33;1mnow has a booster of [0;32;22m11.0%[m
2141[15:33:27] [Server thread/INFO]: hipporunner issued server command: /buycraft
2142[15:33:27] [Thread-7914/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
2143[15:33:28] [Thread-7913/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
2144[15:33:28] [Thread-7920/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttp://socksproxylist24.blogspot.ro/[m
2145[15:33:30] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'HBlock' have been background saved
2146[15:33:30] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'BlackMarket' have been background saved
2147[15:33:30] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'SBlock' have been background saved
2148[15:33:30] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'NewPrison' have been background saved
2149[15:33:30] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'JBlock' have been background saved
2150[15:33:32] [Server thread/INFO]: [0;37;22m[[0;33;1mEnh[0;33;22mBalTop[0;37;22m] [0;33;22mFetched And Sorted [0;32;1m887[0;33;22m OffLine Player Balances[m
2151[15:33:32] [Server thread/INFO]: hipporunner issued server command: /buycraft forcecheck
2152[15:33: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
2153[15:33:37] [Server thread/INFO]: hipporunner issued server command: /buy
2154[15:34:19] [Craft Scheduler Thread - 7/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/Shop
2155[15:34:22] [Craft Scheduler Thread - 23/INFO]: [BuycraftX] Updating coupon list...
2156[15:35:26] [Server thread/INFO]: hipporunner issued server command: /plugman disable betterchairs
2157[15:35:26] [Server thread/INFO]: [BetterChairs] Disabling BetterChairs v0.9.5
2158[15:35:47] [Server thread/INFO]: hipporunner issued server command: /buycraft forcecheck
2159[15:36:01] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent Raynooo to spawn[m
2160[15:36:01] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mRaynooo/a2116642-a52c-4113-9cdd-dc6167bf940f [0;30;1m[[0;37;22m67.164.209.225[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m35776[0;37;22m in world [0;36;1mNewPrison[m
2161[15:36:01] [Server thread/INFO]: [0;37;22mRaynooo has connected.[m
2162[15:36:01] [Craft Scheduler Thread - 24/INFO]: [0;36;22m[NamelessMC] [0;31;22m[WARNING] [0;31;1mRaynooo [0;31;22mis not contained in the Players Data File..[m
2163[15:36:01] [Craft Scheduler Thread - 24/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mAdded [0;36;1mRaynooo [0;32;1mto the Players Data File.[m
2164[15:36:18] [Server thread/INFO]: hipporunner issued server command: /pex user Raynooo group add mvp
2165[15:36:21] [Server thread/INFO]: hipporunner issued server command: /pex user Raynooo
2166[15:36:29] [Server thread/INFO]: hipporunner issued server command: /pex user Raynooo group set D-Block
2167[15:36:32] [Server thread/INFO]: hipporunner issued server command: /pex user Raynooo group add mvp
2168[15:36:34] [Server thread/INFO]: hipporunner issued server command: /pex user Raynooo
2169[15:36:42] [Server thread/INFO]: [m
2170[15:36:42] [Server thread/INFO]: [0;33;22m[21m[4mBounty Plugin:[m
2171[15:36:42] [Server thread/INFO]: [m
2172[15:36:42] [Server thread/INFO]: [0;32;22mTo set a bounty on a player. Type [0;33;22m/bounty name reward[0;32;22m.[m
2173[15:36:42] [Server thread/INFO]: [0;32;22mTo accept a bounty. Type [0;33;22m/bounties [0;32;22m and select one from the GUI.[m
2174[15:36:42] [Server thread/INFO]: [m
2175[15:36:42] [Server thread/INFO]: [m
2176[15:37:29] [Server thread/INFO]: 1is set!
2177[15:37:29] [Server thread/INFO]: 2is set!
2178[15:37:29] [Server thread/INFO]: 3is set!
2179[15:37:29] [Server thread/INFO]: Permission not found!
2180[15:37:29] [Server thread/INFO]: Permission not found!
2181[15:37:29] [Server thread/INFO]: Permission not found!
2182[15:37:29] [Server thread/INFO]: Raynooo has disconnected.
2183[15:38:22] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m1 minute[0;37;22m![m
2184[15:38:23] [Craft Scheduler Thread - 32/INFO]: [BuycraftX] Fetching all due players...
2185[15:38:23] [Craft Scheduler Thread - 32/INFO]: [BuycraftX] Fetched due players (2 found).
2186[15:39:02] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m20 seconds[0;37;22m![m
2187[15:39:22] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
2188[15:40:02] [Server thread/INFO]: [m
2189[15:40:02] [Server thread/INFO]: [0;33;22m[21m[4mEmoji Plugin:[m
2190[15:40:02] [Server thread/INFO]: [m
2191[15:40:02] [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
2192[15:40:02] [Server thread/INFO]: [0;31;1mPlease do not spam them or you will be muted.[m
2193[15:40:02] [Server thread/INFO]: [m
2194[15:40:02] [Server thread/INFO]: [m
2195[15:40:59] [Server thread/INFO]: 1is set!
2196[15:40:59] [Server thread/INFO]: 2is set!
2197[15:40:59] [Server thread/INFO]: 3is set!
2198[15:40:59] [Server thread/INFO]: Permission removed!
2199[15:40:59] [Server thread/INFO]: Permission removed!
2200[15:40:59] [Server thread/INFO]: Permission removed!
2201[15:43:22] [Server thread/INFO]: [m
2202[15:43:22] [Server thread/INFO]: [0;33;22m[21m[4mEmoji Plugin:[m
2203[15:43:22] [Server thread/INFO]: [m
2204[15:43:22] [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
2205[15:43:22] [Server thread/INFO]: [0;31;1mPlease do not spam them or you will be muted.[m
2206[15:43:22] [Server thread/INFO]: [m
2207[15:43:22] [Server thread/INFO]: [m
2208[15:43:23] [Craft Scheduler Thread - 300/INFO]: [BuycraftX] Fetching all due players...
2209[15:43:23] [Craft Scheduler Thread - 300/INFO]: [BuycraftX] Fetched due players (2 found).
2210[15:43:27] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;33;1mThe [0;32;22mDirtyDealer [0;33;1mnow has a booster of [0;32;22m0.0%[m
2211[15:44:22] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m1 minute[0;37;22m![m
2212[15:45:02] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m20 seconds[0;37;22m![m
2213[15:45:22] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
2214[15:46:42] [Server thread/INFO]: [m
2215[15:46:42] [Server thread/INFO]: [0;32;22mBe sure to check out our store page![m
2216[15:46:42] [Server thread/INFO]: [0;32;22mLink: [0;33;22m[4msmashbuttongaming.buycraft.net[m
2217[15:46:42] [Server thread/INFO]: [m
2218[15:48:23] [Craft Scheduler Thread - 302/INFO]: [BuycraftX] Fetching all due players...
2219[15:48:24] [Craft Scheduler Thread - 302/INFO]: [BuycraftX] Fetched due players (2 found).
2220[15:50:02] [Server thread/INFO]: [m
2221[15:50:02] [Server thread/INFO]: [0;33;22m[21m[4mPay With Bank Notes:[m
2222[15:50:02] [Server thread/INFO]: [m
2223[15:50:02] [Server thread/INFO]: [0;32;22mYou can pay someone money, by typing [0;33;22m/withdraw <amount>[0;32;22m.[m
2224[15:50:02] [Server thread/INFO]: [0;32;22mIt will give you a [0;33;22mBank Note[0;32;22m that you can give to another player.[m
2225[15:50:02] [Server thread/INFO]: [0;32;22mOnce you recieve a [0;33;22mBank Note[0;32;22m, right click it while in hand to deposit the money.[m
2226[15:50:02] [Server thread/INFO]: [m
2227[15:50:02] [Server thread/INFO]: [m
2228[15:50:22] [Server thread/INFO]: [VT] [0;36mSaving Triggers and Variable data.[0;37m
2229[15:50:22] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m1 minute[0;37;22m![m
2230[15:51:02] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m20 seconds[0;37;22m![m
2231[15:51:22] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
2232[15:51:38] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent slabdab to spawn[m
2233[15:51:38] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mslabdab/2aef5fc6-0290-4ca2-998f-008f36d28b7f [0;30;1m[[0;37;22m69.88.191.16[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m121789[0;37;22m in world [0;36;1mNewPrison[m
2234[15:51:38] [Server thread/INFO]: [0;37;22mslabdab has connected.[m
2235[15:51:50] [Server thread/INFO]: slabdab issued server command: /sb
2236[15:52:02] [Server thread/INFO]: slabdab issued server command: /pv 1
2237[15:52:17] [Server thread/INFO]: slabdab issued server command: /warp j
2238[15:52:34] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent Valocarus to spawn[m
2239[15:52:34] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mValocarus/1ed54ce3-227d-45ae-8983-2b61b743edf3 [0;30;1m[[0;37;22m100.16.84.38[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m132607[0;37;22m in world [0;36;1mNewPrison[m
2240[15:52:34] [Server thread/INFO]: [0;37;22mValocarus has connected.[m
2241[15:52:55] [Server thread/INFO]: Valocarus issued server command: /warp pvp
2242[15:53:10] [Server thread/INFO]: Valocarus issued server command: /warp d
2243[15:53:17] [Server thread/INFO]: [VanishNoPacket] hipporunner disappeared.
2244[15:53:18] [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;1m145357[0;37;22m in world [0;36;1mNewPrison[m
2245[15:53:23] [Server thread/INFO]: hipporunner issued server command: /v
2246[15:53:23] [Server thread/INFO]: hipporunner issued mycmd command ID(7) /v
2247[15:53:23] [Server thread/INFO]: hipporunner issued server command: /vanish
2248[15:53:23] [Server thread/INFO]: [VanishNoPacket] hipporunner reappeared.
2249[15:53:23] [Server thread/INFO]: [m
2250[15:53:23] [Server thread/INFO]: [0;32;22mBe sure to check out our store page![m
2251[15:53:23] [Server thread/INFO]: [0;32;22mLink: [0;33;22m[4msmashbuttongaming.buycraft.net[m
2252[15:53:23] [Server thread/INFO]: [m
2253[15:53:25] [Server thread/INFO]: [m [0;31;22m[0;33;22m[[0;31;22mOwner[0;33;22m] :Tyler[m [0;31;1m[21m>[0;32;1m hello.[m
2254[15:53:25] [Craft Scheduler Thread - 469/INFO]: [BuycraftX] Fetching all due players...
2255[15:53:25] [Craft Scheduler Thread - 469/INFO]: [BuycraftX] Fetched due players (2 found).
2256[15:53:27] [Server thread/INFO]: [m [0;30;1m[[0;32;1mVexilis[0;30;1m] [0;32;1m[0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mValocarus [0;30;1m[[0;37;1mY[0;31;22mT[0;30;1m][m[0;31;1m:[0;37;22m hey[m
2257[15:53:28] [Server thread/INFO]: Valocarus issued server command: /feed
2258[15:54:23] [Craft Scheduler Thread - 451/INFO]: [BuycraftX] Updating coupon list...
2259[15:54:30] [Server thread/INFO]: Valocarus issued server command: /pv 1
2260[15:54:31] [Craft Scheduler Thread - 405/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/Shop
2261[15:55:59] [Server thread/INFO]: Valocarus issued server command: /feed
2262[15:56:23] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m1 minute[0;37;22m![m
2263[15:56:44] [Server thread/INFO]: [m
2264[15:56:44] [Server thread/INFO]: [0;32;22mBe sure to check out our store page![m
2265[15:56:44] [Server thread/INFO]: [0;32;22mLink: [0;33;22m[4msmashbuttongaming.buycraft.net[m
2266[15:56:44] [Server thread/INFO]: [m
2267[15:56:46] [Server thread/INFO]: hipporunner issued server command: /ontime Valocarus
2268[15:57:04] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m20 seconds[0;37;22m![m
2269[15:57:13] [Server thread/INFO]: Valocarus issued server command: /feed
2270[15:57:24] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
2271[15:57:50] [Server thread/INFO]: slabdab issued server command: /feed
2272[15:58:15] [Server thread/INFO]: Valocarus issued server command: /feed
2273[15:58:25] [Craft Scheduler Thread - 548/INFO]: [BuycraftX] Fetching all due players...
2274[15:58:25] [Craft Scheduler Thread - 548/INFO]: [BuycraftX] Fetched due players (2 found).
2275[15:58:29] [Server thread/INFO]: hipporunner issued server command: /news
2276[15:58:29] [Server thread/INFO]: hipporunner issued mycmd command ID(14) /news
2277[15:59:52] [Server thread/INFO]: hipporunner issued server command: /ontime top
2278[16:00:04] [Server thread/INFO]: [m
2279[16:00:04] [Server thread/INFO]: [0;33;22m[21m[4mEmoji Plugin:[m
2280[16:00:04] [Server thread/INFO]: [m
2281[16:00:04] [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
2282[16:00:04] [Server thread/INFO]: [0;31;1mPlease do not spam them or you will be muted.[m
2283[16:00:04] [Server thread/INFO]: [m
2284[16:00:04] [Server thread/INFO]: [m
2285[16:00:05] [Server thread/INFO]: Valocarus issued server command: /feed
2286[16:00:34] [Server thread/INFO]: Valocarus issued server command: /quests menu general
2287[16:00:45] [Server thread/INFO]: hipporunner issued server command: /warp pvp
2288[16:01:04] [Server thread/INFO]: hipporunner issued server command: /gms
2289[16:01:07] [Server thread/INFO]: hipporunner issued server command: /gmc
2290[16:01:20] [Server thread/INFO]: hipporunner issued server command: /rg info
2291[16:01:26] [Server thread/INFO]: Valocarus issued server command: /pv 1
2292[16:01:30] [Server thread/INFO]: Valocarus issued server command: /feed
2293[16:01:32] [Server thread/INFO]: hipporunner issued server command: /rg flag pvpmobs deny-spawn creeper,enderman
2294[16:02:00] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'pvp' have been background saved
2295[16:02:24] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m1 minute[0;37;22m![m
2296[16:02:41] [Server thread/INFO]: Valocarus issued server command: /feed
2297[16:03:04] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m20 seconds[0;37;22m![m
2298[16:03:18] [Server thread/INFO]: hipporunner issued server command: /warp donor
2299[16:03:22] [Server thread/INFO]: hipporunner issued server command: /warp armory
2300[16:03:24] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
2301[16:03:24] [Server thread/INFO]: Valocarus issued server command: /warp armor
2302[16:03:24] [Server thread/INFO]: [m
2303[16:03:24] [Server thread/INFO]: [0;32;22mBe sure to check out our store page![m
2304[16:03:24] [Server thread/INFO]: [0;32;22mLink: [0;33;22m[4msmashbuttongaming.buycraft.net[m
2305[16:03:24] [Server thread/INFO]: [m
2306[16:03:25] [Server thread/INFO]: hipporunner issued server command: /warp armor
2307[16:03:26] [Craft Scheduler Thread - 628/INFO]: [BuycraftX] Fetching all due players...
2308[16:03:26] [Server thread/INFO]: Valocarus issued server command: /warp armory
2309[16:03:26] [Craft Scheduler Thread - 628/INFO]: [BuycraftX] Fetched due players (2 found).
2310[16:03:26] [Server thread/INFO]: hipporunner issued server command: /warp armorshop
2311[16:03:28] [Server thread/INFO]: hipporunner issued server command: /warp armory
2312[16:03:29] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;33;1mThe [0;32;22mDirtyDealer [0;33;1mnow has a booster of [0;32;22m7.0%[m
2313[16:03:31] [Server thread/INFO]: Valocarus issued server command: /feed
2314[16:03:31] [Server thread/INFO]: hipporunner issued server command: /ewarps
2315[16:03:32] [Server thread/INFO]: hipporunner issued server command: /ewarps 2
2316[16:03:36] [Server thread/INFO]: hipporunner issued server command: /ewarps 3
2317[16:03:44] [Server thread/INFO]: hipporunner issued server command: /warp penn
2318[16:03:45] [Server thread/INFO]: hipporunner issued server command: /warp pennn
2319[16:03:53] [Server thread/INFO]: hipporunner issued server command: /tp Valocarus
2320[16:04:24] [Server thread/INFO]: hipporunner issued server command: /butcher 10
2321[16:04:39] [Craft Scheduler Thread - 663/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/Shop
2322[16:04:42] [Server thread/INFO]: Valocarus issued server command: /sellgui
2323[16:04:46] [Server thread/INFO]: hipporunner issued server command: /sellgui
2324[16:04:47] [Server thread/INFO]: hipporunner issued server command: /sellgui
2325[16:05:00] [Server thread/INFO]: Valocarus issued server command: /feed
2326[16:05:01] [Server thread/INFO]: Valocarus issued server command: /pv 1
2327[16:05:04] [Server thread/INFO]: Valocarus issued server command: /sellgui
2328[16:05:08] [Server thread/INFO]: Valocarus issued server command: /pv 1
2329[16:05:12] [Server thread/INFO]: Valocarus issued server command: /pv 2
2330[16:05:15] [Server thread/INFO]: Valocarus issued server command: /sellgui
2331[16:05:21] [Server thread/INFO]: Valocarus issued server command: /pv 2
2332[16:05:26] [Server thread/INFO]: Valocarus issued server command: /pv 3
2333[16:05:33] [Server thread/INFO]: Valocarus issued server command: /pv 4
2334[16:05:35] [Server thread/INFO]: Valocarus issued server command: /kit
2335[16:05:42] [Server thread/INFO]: Valocarus issued server command: /warp d
2336[16:06:00] [Server thread/INFO]: Valocarus issued server command: /pv 2
2337[16:06:01] [Server thread/INFO]: Valocarus issued server command: /pv 1
2338[16:06:03] [Server thread/INFO]: Valocarus issued server command: /pv 2
2339[16:06:06] [Server thread/INFO]: Valocarus issued server command: /pv 2
2340[16:06:08] [Server thread/INFO]: Valocarus issued server command: /pv 2
2341[16:06:11] [Server thread/INFO]: Valocarus issued server command: /pv 2
2342[16:06:17] [Server thread/INFO]: hipporunner issued server command: /rg info
2343[16:06:18] [Server thread/INFO]: hipporunner issued server command: /rg info
2344[16:06:19] [Server thread/INFO]: hipporunner issued server command: /rg info
2345[16:06:20] [Server thread/INFO]: Valocarus issued server command: /pv 2
2346[16:06:21] [Server thread/INFO]: hipporunner issued server command: /rg info
2347[16:06:22] [Server thread/INFO]: Valocarus issued server command: /pv 2
2348[16:06:25] [Server thread/INFO]: Valocarus issued server command: /pv 2
2349[16:06:27] [Server thread/INFO]: Valocarus issued server command: /pv 2
2350[16:06:28] [Server thread/INFO]: hipporunner issued server command: /rg info
2351[16:06:29] [Server thread/INFO]: Valocarus issued server command: /pv 2
2352[16:06:30] [Server thread/INFO]: hipporunner issued server command: /rg info
2353[16:06:31] [Server thread/INFO]: hipporunner issued server command: /rg info
2354[16:06:39] [Server thread/INFO]: hipporunner issued server command: /rg flag dirtydealer blocked-cmds
2355[16:06:43] [Server thread/INFO]: hipporunner issued server command: /rg flag dirtydealer blocked-cmds pv
2356[16:06:44] [Server thread/INFO]: [m
2357[16:06:44] [Server thread/INFO]: [0;33;22m[21m[4mServer Collectables:[m
2358[16:06:44] [Server thread/INFO]: [m
2359[16:06:44] [Server thread/INFO]: [0;32;22mYou can purchase [0;33;22mCollectables [0;32;22m in the shop at [0;33;22mD-Block[0;32;22m.[m
2360[16:06:44] [Server thread/INFO]: [0;32;22mThese [0;33;22mCollectables [0;32;22mrequire [0;33;22mTrade Currency [0;32;22mto purchase.[m
2361[16:06:44] [Server thread/INFO]: [m
2362[16:06:44] [Server thread/INFO]: [m
2363[16:06:47] [Server thread/INFO]: Valocarus issued server command: /pv 2
2364[16:06:48] [Server thread/INFO]: Valocarus issued server command: /pv 2
2365[16:06:50] [Server thread/INFO]: Valocarus issued server command: /pv 2
2366[16:06:52] [Server thread/INFO]: Valocarus issued server command: /warp d
2367[16:07:00] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'FBlock' have been background saved
2368[16:07:13] [Server thread/INFO]: hipporunner issued server command: /sellgui
2369[16:07:41] [Server thread/INFO]: Valocarus issued server command: /feed
2370[16:07:42] [Server thread/INFO]: hipporunner issued server command: /gmsp
2371[16:07:46] [Server thread/INFO]: Valocarus issued server command: /tokens
2372[16:07:47] [Server thread/INFO]: hipporunner issued server command: /warp bm
2373[16:07:49] [Server thread/INFO]: Valocarus issued server command: /tokens bal
2374[16:07:51] [Server thread/INFO]: hipporunner issued server command: /gmc
2375[16:08:00] [Server thread/INFO]: Valocarus issued server command: /tokenshop
2376[16:08:01] [Server thread/INFO]: Valocarus issued server command: /tokenshop
2377[16:08:02] [Server thread/INFO]: Valocarus issued server command: /shop
2378[16:08:05] [Server thread/INFO]: Valocarus issued server command: /shoplist
2379[16:08:05] [Server thread/INFO]: Valocarus issued server command: /shoplist
2380[16:08:08] [Server thread/INFO]: Valocarus issued server command: /shop redeem
2381[16:08:12] [Server thread/INFO]: Valocarus issued server command: /shop
2382[16:08:19] [Server thread/INFO]: Valocarus issued server command: /quests menu general
2383[16:08:23] [Server thread/INFO]: Valocarus issued server command: /quests menu general
2384[16:08:24] [Server thread/INFO]: [VT] [0;36mSaving Triggers and Variable data.[0;37m
2385[16:08:24] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m1 minute[0;37;22m![m
2386[16:08:27] [Craft Scheduler Thread - 614/INFO]: [BuycraftX] Fetching all due players...
2387[16:08:27] [Craft Scheduler Thread - 614/INFO]: [BuycraftX] Fetched due players (2 found).
2388[16:08:31] [Server thread/INFO]: Valocarus issued server command: /quests menu general
2389[16:08:38] [Server thread/INFO]: Valocarus issued server command: /quests menu general
2390[16:09:03] [Server thread/INFO]: Valocarus issued server command: /quests menu general
2391[16:09:05] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m20 seconds[0;37;22m![m
2392[16:09:25] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
2393[16:09:51] [Server thread/INFO]: hipporunner issued server command: /bal cl
2394[16:09:53] [Server thread/INFO]: hipporunner issued server command: /bal clrev
2395[16:09:57] [Server thread/INFO]: Valocarus issued server command: /quests menu general
2396[16:09:58] [Server thread/INFO]: hipporunner issued server command: /baltop
2397[16:10:05] [Server thread/INFO]: [m
2398[16:10:05] [Server thread/INFO]: [0;32;22mBe sure to check out our store page![m
2399[16:10:05] [Server thread/INFO]: [0;32;22mLink: [0;33;22m[4msmashbuttongaming.buycraft.net[m
2400[16:10:05] [Server thread/INFO]: [m
2401[16:10:07] [Server thread/INFO]: hipporunner issued server command: /pv killertaz
2402[16:10:08] [Server thread/INFO]: hipporunner issued server command: /pv killertaz 1
2403[16:10:09] [Server thread/INFO]: hipporunner issued server command: /pv killertaz 2
2404[16:10:10] [Server thread/INFO]: hipporunner issued server command: /pv killertaz 3
2405[16:10:11] [Server thread/INFO]: hipporunner issued server command: /pv killertaz 4
2406[16:10:12] [Server thread/INFO]: hipporunner issued server command: /pv killertaz 5
2407[16:10:19] [Server thread/INFO]: hipporunner issued server command: /gmsp
2408[16:10:21] [Server thread/INFO]: hipporunner issued server command: /gmc
2409[16:10:28] [Server thread/INFO]: [m [0;30;1m[[0;32;1mVexilis[0;30;1m] [0;32;1m[0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mValocarus [0;30;1m[[0;37;1mY[0;31;22mT[0;30;1m][m[0;31;1m:[0;37;22m Nice posture.[m
2410[16:10:29] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent 21S_Doddi to spawn[m
2411[16:10:29] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22m21S_Doddi/6075a4f8-cf42-4089-abb9-1cc09529076d [0;30;1m[[0;37;22m46.239.215.142[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m485021[0;37;22m in world [0;36;1mNewPrison[m
2412[16:10:30] [Server thread/INFO]: [0;37;22m21S_Doddi has connected.[m
2413[16:10:40] [Server thread/INFO]: hipporunner issued server command: /gmsp
2414[16:10:41] [Server thread/INFO]: hipporunner issued server command: /gmc
2415[16:10:41] [Server thread/INFO]: Valocarus issued server command: /feed
2416[16:10:53] [Server thread/INFO]: 21S_Doddi issued server command: /warp j
2417[16:10:55] [Server thread/INFO]: Valocarus issued server command: /warp super
2418[16:11:19] [Server thread/INFO]: CONSOLE issued server command: /eco give Valocarus 18000
2419[16:11:19] [Server thread/INFO]: [0;33;22m$18000[0;32;22m added to [0;33;22m[0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mValocarus [0;30;1m[[0;37;1mY[0;31;22mT[0;30;1m][m[0;32;22m account. New balance: [0;33;22m$980955.26[m
2420[16:11:20] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent NudgeMe to spawn[m
2421[16:11:20] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mNudgeMe/4cb7fe68-0023-4628-be36-e5c1ee2a4315 [0;30;1m[[0;37;22m194.66.191.22[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m510135[0;37;22m in world [0;36;1mNewPrison[m
2422[16:11:20] [Server thread/INFO]: [0;37;22mNudgeMe has connected.[m
2423[16:11:28] [Server thread/INFO]: NudgeMe issued server command: /pv 2
2424[16:11:30] [Server thread/INFO]: NudgeMe issued server command: /warp d
2425[16:11:41] [Server thread/INFO]: 21S_Doddi issued server command: /vote
2426[16:11:52] [Server thread/INFO]: [VotingPlugin] Recieved a vote from 'Minecraft-MP.com' by player '21s_doddi'!
2427[16:11:52] [Thread-8006/INFO]: [VoteRoulette] §9[§4§l§oPrison§9] §2§l21s_doddi§a just voted for PrisonTech on §aMinecraft-MP.com§a and received a §aVote Key§b!]
2428[16:11:52] [Server thread/INFO]: CONSOLE issued server command: /bcast &2&l21s_doddi &aHas just voted for the server and recieved 1 voter key!
2429[16:11:52] [Server thread/INFO]: [0;30;1m[21m[[0;32;22mPrison[0;30;1m[21m] [0;37;1m21S_Doddi has received Voter.[m
2430[16:11:52] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
2431[16:12:14] [Server thread/INFO]: NudgeMe issued server command: /warp s
2432[16:12:14] [Server thread/INFO]: [VotingPlugin] Recieved a vote from 'MinecraftServers.org' by player '21s_doddi'!
2433[16:12:14] [Thread-8023/INFO]: [VoteRoulette] §9[§4§l§oPrison§9] §2§l21s_doddi§a just voted for PrisonTech on §aMinecraftServers.org§a and received a §aVote Key§b!]
2434[16:12:14] [Server thread/INFO]: CONSOLE issued server command: /bcast &2&l21s_doddi &aHas just voted for the server and recieved 1 voter key!
2435[16:12:14] [Server thread/INFO]: [0;30;1m[21m[[0;32;22mPrison[0;30;1m[21m] [0;37;1m21S_Doddi has received Voter.[m
2436[16:12:14] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
2437[16:12:16] [Server thread/INFO]: Valocarus issued server command: /feed
2438[16:12:20] [Server thread/INFO]: 21S_Doddi issued server command: /warp crates
2439[16:12:36] [Server thread/INFO]: slabdab issued server command: /FEED
2440[16:12:38] [Server thread/INFO]: slabdab issued server command: /p h
2441[16:12:38] [Server thread/INFO]: slabdab issued mycmd command ID(10) /p h
2442[16:12:38] [Server thread/INFO]: slabdab issued server command: /plot h
2443[16:12:45] [Craft Scheduler Thread - 645/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;1m21S_Doddi [0;37;22mbalance![m
2444[16:12:53] [Craft Scheduler Thread - 639/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;1m21S_Doddi [0;37;22mbalance![m
2445[16:13:06] [Server thread/INFO]: 21S_Doddi issued server command: /warp j
2446[16:13:12] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent 902RealDealX to spawn[m
2447[16:13:12] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22m902RealDealX/3d663092-8d74-4bf6-a0fc-4944da6aac28 [0;30;1m[[0;37;22m76.11.117.182[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m570804[0;37;22m in world [0;36;1mNewPrison[m
2448[16:13:13] [Server thread/INFO]: [0;37;22m902RealDealX has connected.[m
2449[16:13:21] [Server thread/INFO]: 1is set!
2450[16:13:21] [Server thread/INFO]: 2is set!
2451[16:13:21] [Server thread/INFO]: 3is set!
2452[16:13:21] [Server thread/INFO]: Permission not found!
2453[16:13:21] [Server thread/INFO]: Permission not found!
2454[16:13:21] [Server thread/INFO]: Permission not found!
2455[16:13:21] [Server thread/INFO]: slabdab has disconnected.
2456[16:13:25] [Server thread/INFO]: [m
2457[16:13:25] [Server thread/INFO]: [0;33;22m[21m[4mEmoji Plugin:[m
2458[16:13:25] [Server thread/INFO]: [m
2459[16:13:25] [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
2460[16:13:25] [Server thread/INFO]: [0;31;1mPlease do not spam them or you will be muted.[m
2461[16:13:25] [Server thread/INFO]: [m
2462[16:13:25] [Server thread/INFO]: [m
2463[16:13:28] [Craft Scheduler Thread - 715/INFO]: [BuycraftX] Fetching all due players...
2464[16:13:28] [Craft Scheduler Thread - 715/INFO]: [BuycraftX] Fetched due players (2 found).
2465[16:13:30] [Server thread/INFO]: 21S_Doddi issued server command: /quests menu D
2466[16:13:30] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;33;1mThe [0;32;22mDirtyDealer [0;33;1mnow has a booster of [0;32;22m0.0%[m
2467[16:13:31] [Server thread/INFO]: Valocarus issued server command: /wmohi
2468[16:13:31] [Server thread/INFO]: Valocarus issued server command: /wmohi
2469[16:13:36] [Server thread/INFO]: Valocarus issued server command: /emoji
2470[16:13:47] [Server thread/INFO]: [m [0;30;1m[[0;32;1mVexilis[0;30;1m] [0;32;1m[0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mValocarus [0;30;1m[[0;37;1mY[0;31;22mT[0;30;1m][m[0;31;1m:[0;37;22m ¯\_ツ_/¯[m
2471[16:13:48] [Server thread/INFO]: 21S_Doddi issued server command: /warp j
2472[16:13:56] [Server thread/INFO]: NudgeMe issued server command: /feed
2473[16:14:01] [Server thread/INFO]: Valocarus issued server command: /o>
2474[16:14:01] [Server thread/INFO]: Valocarus issued server command: /o>
2475[16:14:03] [Server thread/INFO]: NudgeMe issued server command: /pv 1
2476[16:14:08] [Server thread/INFO]: 902RealDealX issued server command: /news
2477[16:14:08] [Server thread/INFO]: 902RealDealX issued mycmd command ID(14) /news
2478[16:14:09] [Server thread/INFO]: NudgeMe issued server command: /pv 2
2479[16:14:10] [Server thread/INFO]: 902RealDealX issued server command: /news
2480[16:14:10] [Server thread/INFO]: 902RealDealX issued mycmd command ID(14) /news
2481[16:14:12] [Server thread/INFO]: NudgeMe issued server command: /p h
2482[16:14:12] [Server thread/INFO]: NudgeMe issued mycmd command ID(10) /p h
2483[16:14:12] [Server thread/INFO]: NudgeMe issued server command: /plot h
2484[16:14:18] [Server thread/INFO]: [m [0;30;1m[[0;32;1mVexilis[0;30;1m] [0;32;1m[0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mValocarus [0;30;1m[[0;37;1mY[0;31;22mT[0;30;1m][m[0;31;1m:[0;37;22m <o\[m
2485[16:14:21] [Server thread/INFO]: NudgeMe issued server command: /pv 2
2486[16:14:25] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m1 minute[0;37;22m![m
2487[16:14:25] [Craft Scheduler Thread - 765/INFO]: [BuycraftX] Updating coupon list...
2488[16:14:29] [Server thread/INFO]: NudgeMe issued server command: /pv 1
2489[16:14:32] [Craft Scheduler Thread - 661/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/Shop
2490[16:14:32] [Server thread/INFO]: [m [0;30;1m[[0;32;1mVexilis[0;30;1m] [0;32;1m[0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mValocarus [0;30;1m[[0;37;1mY[0;31;22mT[0;30;1m][m[0;31;1m:[0;37;22m <o/[m
2491[16:14:41] [Server thread/INFO]: Valocarus issued server command: /feed
2492[16:15:05] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m20 seconds[0;37;22m![m
2493[16:15:25] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
2494[16:15:44] [Server thread/INFO]: Valocarus issued server command: /warp d
2495[16:15:56] [Server thread/INFO]: Valocarus issued server command: /feed
2496[16:16:02] [Server thread/INFO]: NudgeMe issued server command: /pv 1
2497[16:16:10] [Server thread/INFO]: 902RealDealX issued server command: /quests menu D
2498[16:16:46] [Server thread/INFO]: [m
2499[16:16:46] [Server thread/INFO]: [0;33;22m[21m[4mEmoji Plugin:[m
2500[16:16:46] [Server thread/INFO]: [m
2501[16:16:46] [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
2502[16:16:46] [Server thread/INFO]: [0;31;1mPlease do not spam them or you will be muted.[m
2503[16:16:46] [Server thread/INFO]: [m
2504[16:16:46] [Server thread/INFO]: [m
2505[16:16:54] [Server thread/INFO]: NudgeMe issued server command: /warp d
2506[16:16:58] [Server thread/INFO]: 1is set!
2507[16:16:58] [Server thread/INFO]: 2is set!
2508[16:16:58] [Server thread/INFO]: 3is set!
2509[16:16:58] [Server thread/INFO]: Permission removed!
2510[16:16:58] [Server thread/INFO]: Permission removed!
2511[16:16:58] [Server thread/INFO]: Permission removed!
2512[16:16:59] [Server thread/INFO]: 902RealDealX issued server command: /emoji
2513[16:17:03] [Server thread/INFO]: Valocarus issued server command: /feed
2514[16:17:05] [Server thread/INFO]: 902RealDealX issued server command: /emoji 2
2515[16:17:10] [Server thread/INFO]: 902RealDealX issued server command: /emoji 3
2516[16:18:06] [Server thread/INFO]: Valocarus issued server command: /quests menu general
2517[16:18:28] [Craft Scheduler Thread - 730/INFO]: [BuycraftX] Fetching all due players...
2518[16:18:29] [Craft Scheduler Thread - 730/INFO]: [BuycraftX] Fetched due players (2 found).
2519[16:18:57] [Server thread/INFO]: 1is set!
2520[16:18:57] [Server thread/INFO]: 2is set!
2521[16:18:57] [Server thread/INFO]: 3is set!
2522[16:18:57] [Server thread/INFO]: Permission not found!
2523[16:18:57] [Server thread/INFO]: Permission not found!
2524[16:18:57] [Server thread/INFO]: Permission not found!
2525[16:18:57] [Server thread/INFO]: Valocarus has disconnected.
2526[16:18:59] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent Raynooo to spawn[m
2527[16:18:59] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mRaynooo/a2116642-a52c-4113-9cdd-dc6167bf940f [0;30;1m[[0;37;22m67.164.209.225[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m737652[0;37;22m in world [0;36;1mNewPrison[m
2528[16:18:59] [Server thread/INFO]: [0;37;22mRaynooo has connected.[m
2529[16:19:17] [Server thread/INFO]: Raynooo issued server command: /kit
2530[16:19:19] [Server thread/INFO]: Raynooo issued server command: /kit tool
2531[16:19:20] [Server thread/INFO]: Raynooo issued server command: /kit tools
2532[16:19:27] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent Eeryn to spawn[m
2533[16:19:27] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mEeryn/503c775e-59b3-40cd-b773-b3dd910e0675 [0;30;1m[[0;37;22m71.7.180.156[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m749040[0;37;22m in world [0;36;1mNewPrison[m
2534[16:19:27] [Server thread/INFO]: [0;37;22mEeryn has connected.[m
2535[16:20:05] [Server thread/INFO]: [VanishNoPacket] hipporunner disappeared.
2536[16:20:06] [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;1m765137[0;37;22m in world [0;36;1mBlackMarket[m
2537[16:20:07] [Server thread/INFO]: [m
2538[16:20:07] [Server thread/INFO]: [0;33;22m[21m[4mPay With Bank Notes:[m
2539[16:20:07] [Server thread/INFO]: [m
2540[16:20:07] [Server thread/INFO]: [0;32;22mYou can pay someone money, by typing [0;33;22m/withdraw <amount>[0;32;22m.[m
2541[16:20:07] [Server thread/INFO]: [0;32;22mIt will give you a [0;33;22mBank Note[0;32;22m that you can give to another player.[m
2542[16:20:07] [Server thread/INFO]: [0;32;22mOnce you recieve a [0;33;22mBank Note[0;32;22m, right click it while in hand to deposit the money.[m
2543[16:20:07] [Server thread/INFO]: [m
2544[16:20:07] [Server thread/INFO]: [m
2545[16:20:27] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m1 minute[0;37;22m![m
2546[16:20:29] [Server thread/INFO]: NudgeMe issued server command: /feed
2547[16:20:48] [Server thread/INFO]: Raynooo issued server command: /feed
2548[16:21:07] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m20 seconds[0;37;22m![m
2549[16:21:13] [Server thread/INFO]: hipporunner issued server command: /kit tools
2550[16:21:16] [Server thread/INFO]: hipporunner issued server command: /clear
2551[16:21:17] [Server thread/INFO]: hipporunner issued server command: /ekit
2552[16:21:27] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
2553[16:21:35] [Server thread/INFO]: NudgeMe issued server command: /pv 2
2554[16:21:41] [Server thread/INFO]: NudgeMe issued server command: /warp d
2555[16:21:46] [Server thread/INFO]: NudgeMe issued server command: /warp d
2556[16:21:50] [Server thread/INFO]: 1is set!
2557[16:21:50] [Server thread/INFO]: 2is set!
2558[16:21:50] [Server thread/INFO]: 3is set!
2559[16:21:50] [Server thread/INFO]: Permission not found!
2560[16:21:50] [Server thread/INFO]: Permission not found!
2561[16:21:50] [Server thread/INFO]: Permission not found!
2562[16:21:50] [Server thread/INFO]: NudgeMe has disconnected.
2563[16:21:53] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent NudgeMe to spawn[m
2564[16:21:53] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mNudgeMe/4cb7fe68-0023-4628-be36-e5c1ee2a4315 [0;30;1m[[0;37;22m194.66.191.22[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m829521[0;37;22m in world [0;36;1mNewPrison[m
2565[16:21:54] [Server thread/INFO]: [0;37;22mNudgeMe has connected.[m
2566[16:21:57] [Server thread/INFO]: NudgeMe issued server command: /pv 2
2567[16:22:04] [Server thread/INFO]: NudgeMe issued server command: /feed
2568[16:22:07] [Server thread/INFO]: NudgeMe issued server command: /warp s
2569[16:23:27] [Server thread/INFO]: [m
2570[16:23:27] [Server thread/INFO]: [0;33;22m[21m[4mEmoji Plugin:[m
2571[16:23:27] [Server thread/INFO]: [m
2572[16:23:27] [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
2573[16:23:27] [Server thread/INFO]: [0;31;1mPlease do not spam them or you will be muted.[m
2574[16:23:27] [Server thread/INFO]: [m
2575[16:23:27] [Server thread/INFO]: [m
2576[16:23:27] [Server thread/INFO]: NudgeMe issued server command: /pv 1
2577[16:23:30] [Craft Scheduler Thread - 879/INFO]: [BuycraftX] Fetching all due players...
2578[16:23:30] [Craft Scheduler Thread - 879/INFO]: [BuycraftX] Fetched due players (2 found).
2579[16:23:33] [Server thread/INFO]: NudgeMe issued server command: /pv 2
2580[16:23:43] [Server thread/INFO]: NudgeMe issued server command: /pv 2
2581[16:23:47] [Server thread/INFO]: NudgeMe issued server command: /pv 1
2582[16:23:50] [Server thread/INFO]: Raynooo issued server command: /quests menu D
2583[16:24:03] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent mbproxy to spawn[m
2584[16:24:03] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mmbproxy/5019f8bc-4a65-476e-9a9d-d694cb52c1ff [0;30;1m[[0;37;22m86.8.253.137[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m901702[0;37;22m in world [0;36;1mNewPrison[m
2585[16:24:04] [Server thread/INFO]: [0;37;22mmbproxy has connected.[m
2586[16:24:09] [Server thread/INFO]: NudgeMe issued server command: /feed
2587[16:24:10] [Craft Scheduler Thread - 926/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/Shop
2588[16:24:11] [Server thread/INFO]: NudgeMe issued server command: /p h
2589[16:24:11] [Server thread/INFO]: NudgeMe issued mycmd command ID(10) /p h
2590[16:24:11] [Server thread/INFO]: NudgeMe issued server command: /plot h
2591[16:24:22] [Server thread/INFO]: NudgeMe issued server command: /warp d
2592[16:24:23] [Server thread/INFO]: 1is set!
2593[16:24:23] [Server thread/INFO]: 2is set!
2594[16:24:23] [Server thread/INFO]: 3is set!
2595[16:24:23] [Server thread/INFO]: Permission not found!
2596[16:24:23] [Server thread/INFO]: Permission not found!
2597[16:24:23] [Server thread/INFO]: Permission not found!
2598[16:24:23] [Server thread/INFO]: Raynooo has disconnected.
2599[16:24:25] [Server thread/INFO]: 1is set!
2600[16:24:25] [Server thread/INFO]: 2is set!
2601[16:24:25] [Server thread/INFO]: 3is set!
2602[16:24:25] [Server thread/INFO]: Permission removed!
2603[16:24:25] [Server thread/INFO]: Permission removed!
2604[16:24:25] [Server thread/INFO]: Permission removed!
2605[16:24:27] [Server thread/INFO]: mbproxy issued server command: /news
2606[16:24:27] [Server thread/INFO]: mbproxy issued mycmd command ID(14) /news
2607[16:24:28] [Craft Scheduler Thread - 939/WARN]: Exception in thread "Craft Scheduler Thread - 939"
2608[16:24:28] [Craft Scheduler Thread - 939/WARN]: org.apache.commons.lang.UnhandledException: Plugin Statscraft v1.2.0 generated an exception while executing task 334
2609 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
2610 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2611 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2612 at java.lang.Thread.run(Thread.java:748)
2613Caused by: java.util.ConcurrentModificationException
2614 at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
2615 at java.util.ArrayList$Itr.next(ArrayList.java:859)
2616 at org.bukkit.craftbukkit.v1_8_R3.CraftWorld.getEntities(CraftWorld.java:626)
2617 at net.statscraft.plugin.tasks.ServerTask.run(ServerTask.java:44)
2618 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
2619 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
2620 ... 3 more
2621
2622[16:24:46] [Server thread/INFO]: mbproxy issued server command: /warp pvp
2623[16:25:17] [Server thread/INFO]: 1is set!
2624[16:25:17] [Server thread/INFO]: 2is set!
2625[16:25:17] [Server thread/INFO]: 3is set!
2626[16:25:17] [Server thread/INFO]: Permission not found!
2627[16:25:17] [Server thread/INFO]: Permission not found!
2628[16:25:17] [Server thread/INFO]: Permission not found!
2629[16:25:17] [Server thread/INFO]: 21S_Doddi has disconnected.
2630[16:25:28] [Server thread/INFO]: mbproxy issued server command: /warp bm
2631[16:25:40] [Server thread/INFO]: mbproxy issued server command: /fly
2632[16:25:44] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent ShmexySheep to spawn[m
2633[16:25:44] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mShmexySheep/2a7e4bb4-544e-4dbf-9c3f-64f7554d738f [0;30;1m[[0;37;22m95.44.179.161[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m941407[0;37;22m in world [0;36;1mNewPrison[m
2634[16:25:44] [Server thread/INFO]: [0;37;22mShmexySheep has connected.[m
2635[16:25:53] [Server thread/INFO]: [m [0;30;1m[[0;32;1mG33kTec[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1m:MB [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m [0;33;22m wb.[m
2636[16:26:20] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1m:Matt [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m heyo[m
2637[16:26:23] [Server thread/INFO]: ShmexySheep issued server command: /eat
2638[16:26:27] [Server thread/INFO]: [VT] [0;36mSaving Triggers and Variable data.[0;37m
2639[16:26:27] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m1 minute[0;37;22m![m
2640[16:26:34] [Server thread/INFO]: NudgeMe issued server command: /feed
2641[16:26:47] [Server thread/INFO]: [m
2642[16:26:47] [Server thread/INFO]: [0;33;22m[21m[4mServer Collectables:[m
2643[16:26:47] [Server thread/INFO]: [m
2644[16:26:47] [Server thread/INFO]: [0;32;22mYou can purchase [0;33;22mCollectables [0;32;22m in the shop at [0;33;22mD-Block[0;32;22m.[m
2645[16:26:47] [Server thread/INFO]: [0;32;22mThese [0;33;22mCollectables [0;32;22mrequire [0;33;22mTrade Currency [0;32;22mto purchase.[m
2646[16:26:47] [Server thread/INFO]: [m
2647[16:26:47] [Server thread/INFO]: [m
2648[16:27:03] [Server thread/INFO]: mbproxy issued server command: /p h 2
2649[16:27:03] [Server thread/INFO]: mbproxy issued mycmd command ID(10) /p h 2
2650[16:27:03] [Server thread/INFO]: mbproxy issued server command: /plot h 2
2651[16:27:07] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m20 seconds[0;37;22m![m
2652[16:27:27] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
2653[16:27:45] [Server thread/INFO]: [m [0;30;1m[[0;32;1mG33kTec[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1m:MB [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m What's the ID for vote keys?[m
2654[16:28:29] [Server thread/INFO]: NudgeMe issued server command: /iteminfo voter key
2655[16:28:30] [Craft Scheduler Thread - 1077/INFO]: [BuycraftX] Fetching all due players...
2656[16:28:31] [Craft Scheduler Thread - 1077/INFO]: [BuycraftX] Fetched due players (2 found).
2657[16:28:39] [Server thread/INFO]: NudgeMe issued server command: /feed
2658[16:29:02] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mNudgeMe [0;30;1m[[0;32;22m$[0;30;1m][m[0;31;1m:[0;37;22m How's your luck going?[m
2659[16:29:09] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;1m[21mB[0;34;1m] [0;32;1mEeryn[m[0;31;1m:[0;37;22m I won once lol.[m
2660[16:29:16] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mNudgeMe [0;30;1m[[0;32;22m$[0;30;1m][m[0;31;1m:[0;37;22m nice[m
2661[16:29:25] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1m902RealDealX[m[0;31;1m:[0;37;22m Sup Nudge.[m
2662[16:29:25] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mNudgeMe [0;30;1m[[0;32;22m$[0;30;1m][m[0;31;1m:[0;37;22m You can just sell them at bm now to make cash.[m
2663[16:29:30] [Async Chat Thread - #5/INFO]: [0;37;1m*--------- ChatControl rule match on NudgeMe --------- ID UNSET[m
2664[16:29:30] [Async Chat Thread - #5/INFO]: [0;37;1mMATCH[0;36;1m: [m:\)[m
2665[16:29:30] [Async Chat Thread - #5/INFO]: [0;37;1mCATCH[0;36;1m: [mhello :)[m
2666[16:29:30] [Async Chat Thread - #5/INFO]: [0;37;1mFINAL[0;32;1m: [mhello ☺[m
2667[16:29:30] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mNudgeMe [0;30;1m[[0;32;22m$[0;30;1m][m[0;31;1m:[0;37;22m Hello ☺[m
2668[16:29:50] [Server thread/INFO]: NudgeMe issued server command: /quests menu D
2669[16:30:07] [Server thread/INFO]: [m
2670[16:30:07] [Server thread/INFO]: [0;33;22m[21m[4mServer Collectables:[m
2671[16:30:07] [Server thread/INFO]: [m
2672[16:30:07] [Server thread/INFO]: [0;32;22mYou can purchase [0;33;22mCollectables [0;32;22m in the shop at [0;33;22mD-Block[0;32;22m.[m
2673[16:30:07] [Server thread/INFO]: [0;32;22mThese [0;33;22mCollectables [0;32;22mrequire [0;33;22mTrade Currency [0;32;22mto purchase.[m
2674[16:30:07] [Server thread/INFO]: [m
2675[16:30:07] [Server thread/INFO]: [m
2676[16:30:13] [Server thread/INFO]: NudgeMe issued server command: /feed
2677[16:30:20] [Server thread/INFO]: [m [0;30;1m[[0;32;1mG33kTec[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1m:MB [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m Anyone selling vote keys.[m
2678[16:31:05] [Async Chat Thread - #5/INFO]: [0;37;1m*--------- ChatControl rule match on 902RealDealX --------- ID UNSET[m
2679[16:31:05] [Async Chat Thread - #5/INFO]: [0;37;1mMATCH[0;36;1m: [m\bgonna\b[m
2680[16:31:05] [Async Chat Thread - #5/INFO]: [0;37;1mCATCH[0;36;1m: [mbtw for those who don't know me, Im a friend of Jaws, gonna be streaming the server a couple days a[m
2681[16:31:05] [Async Chat Thread - #5/INFO]: [0;37;1mFINAL[0;32;1m: [mbtw for those who don't know me, Im a friend of Jaws, going to be streaming the server a couple days a[m
2682[16:31:05] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1m902RealDealX[m[0;31;1m:[0;37;22m Btw for those who don't know me, Im a friend of Jaws, going to be streaming the server a couple days a.[m
2683[16:31:13] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1m902RealDealX[m[0;31;1m:[0;37;22m A week o twitch.[m
2684[16:31:18] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1m902RealDealX[m[0;31;1m:[0;37;22m on*[m
2685[16:31:30] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent xZakaPvP to spawn[m
2686[16:31:30] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mxZakaPvP/8352889c-8e66-4562-b86f-a0e6f3277427 [0;30;1m[[0;37;22m79.100.239.73[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m1067537[0;37;22m in world [0;36;1mNewPrison[m
2687[16:31:30] [Server thread/INFO]: [0;37;22mxZakaPvP has connected.[m
2688[16:31:30] [pool-23-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/8352889c-8e66-4562-b86f-a0e6f3277427.yml
2689[16:31:30] [Craft Scheduler Thread - 873/INFO]: [0;36;22m[NamelessMC] [0;31;22m[WARNING] [0;31;1mxZakaPvP [0;31;22mis not contained in the Players Data File..[m
2690[16:31:30] [Craft Scheduler Thread - 873/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mAdded [0;36;1mxZakaPvP [0;32;1mto the Players Data File.[m
2691[16:31:40] [Server thread/INFO]: xZakaPvP issued server command: /kit
2692[16:31:48] [Server thread/INFO]: NudgeMe issued server command: /msg 902RealDealX hope you enjoy the journey on the server
2693[16:31:52] [Server thread/INFO]: NudgeMe issued server command: /feed
2694[16:32:14] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;1m[21mB[0;34;1m] [0;32;1mEeryn[m[0;31;1m:[0;37;22m Hi Twitch! O/ im famous now? :D.[m
2695[16:32:19] [Server thread/INFO]: xZakaPvP issued server command: /list
2696[16:32:19] [Server thread/INFO]: §6xZakaPvP §2was denied access to command.
2697[16:32:20] [Server thread/INFO]: xZakaPvP issued server command: /warp
2698[16:32:23] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1m902RealDealX[m[0;31;1m:[0;37;22m nope[m
2699[16:32:26] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;1m[21mB[0;34;1m] [0;32;1mEeryn[m[0;31;1m:[0;37;22m lol[m
2700[16:32:27] [Server thread/INFO]: xZakaPvP issued server command: /kits
2701[16:32:27] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m1 minute[0;37;22m![m
2702[16:32:38] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;1m[21mB[0;34;1m] [0;32;1mEeryn[m[0;31;1m:[0;37;22m I have more followers than you do :P.[m
2703[16:32:46] [Server thread/INFO]: [m [0;30;1m[[0;32;1mG33kTec[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1m:MB [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m 902RealDealX what you twitch name?[m
2704[16:32:58] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1m902RealDealX[m[0;31;1m:[0;37;22m And I stream more than you do LOL! RealDealXtreme G33k.[m
2705[16:33:06] [Server thread/INFO]: NudgeMe issued server command: /feed
2706[16:33:07] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m20 seconds[0;37;22m![m
2707[16:33:08] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;1m[21mB[0;34;1m] [0;32;1mEeryn[m[0;31;1m:[0;37;22m Yeah well i stopped ages ago.[m
2708[16:33:17] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;1m[21mB[0;34;1m] [0;32;1mEeryn[m[0;31;1m:[0;37;22m Harrassment is never fun.[m
2709[16:33:27] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
2710[16:33:28] [Server thread/INFO]: [m
2711[16:33:28] [Server thread/INFO]: [0;32;22mBe sure to check out our store page![m
2712[16:33:28] [Server thread/INFO]: [0;32;22mLink: [0;33;22m[4msmashbuttongaming.buycraft.net[m
2713[16:33:28] [Server thread/INFO]: [m
2714[16:33:31] [Craft Scheduler Thread - 914/INFO]: [BuycraftX] Fetching all due players...
2715[16:33:31] [Craft Scheduler Thread - 914/INFO]: [BuycraftX] Fetched due players (2 found).
2716[16:33:33] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;33;1mThe [0;32;22mDirtyDealer [0;33;1mnow has a booster of [0;32;22m6.0%[m
2717[16:33:36] [Server thread/INFO]: xZakaPvP issued server command: /warp
2718[16:33:42] [Server thread/INFO]: xZakaPvP issued server command: /warp
2719[16:33:50] [Server thread/INFO]: [m [0;30;1m[[0;32;1mG33kTec[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1m:MB [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m RealDeal.[m
2720[16:34:02] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1m902RealDealX[m[0;31;1m:[0;37;22m Nope RealDealXtreme.[m
2721[16:34:09] [Server thread/INFO]: xZakaPvP issued server command: /quests menu D
2722[16:34:12] [Server thread/INFO]: NudgeMe issued server command: /feed
2723[16:34:20] [Server thread/INFO]: xZakaPvP issued server command: /warp c
2724[16:34:22] [Server thread/INFO]: xZakaPvP issued server command: /warp c
2725[16:34:22] [Server thread/INFO]: xZakaPvP issued server command: /warp
2726[16:34:27] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1m902RealDealX[m[0;31;1m:[0;37;22m If your on the discord I can go put it there?[m
2727[16:34:28] [Craft Scheduler Thread - 921/INFO]: [BuycraftX] Updating coupon list...
2728[16:34:28] [Server thread/INFO]: xZakaPvP issued server command: /warp
2729[16:34:29] [Craft Scheduler Thread - 838/WARN]: Exception in thread "Craft Scheduler Thread - 838"
2730[16:34:29] [Craft Scheduler Thread - 838/WARN]: org.apache.commons.lang.UnhandledException: Plugin Statscraft v1.2.0 generated an exception while executing task 334
2731 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
2732 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2733 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2734 at java.lang.Thread.run(Thread.java:748)
2735Caused by: java.util.ConcurrentModificationException
2736 at org.bukkit.craftbukkit.v1_8_R3.util.LongObjectHashMap$ValueIterator.next(LongObjectHashMap.java:297)
2737 at java.util.AbstractCollection.toArray(AbstractCollection.java:141)
2738 at org.bukkit.craftbukkit.v1_8_R3.CraftWorld.getLoadedChunks(CraftWorld.java:138)
2739 at net.statscraft.plugin.tasks.ServerTask.run(ServerTask.java:43)
2740 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
2741 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
2742 ... 3 more
2743
2744[16:34:39] [Server thread/INFO]: xZakaPvP issued server command: /warp
2745[16:34:45] [Server thread/INFO]: xZakaPvP issued server command: /spawn
2746[16:34:58] [Server thread/INFO]: xZakaPvP issued server command: /rankup
2747[16:34:58] [Server thread/INFO]: [m [0;30;1m[[0;32;1mG33kTec[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1m:MB [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m Can you put in in the off topic please.[m
2748[16:34:59] [Server thread/INFO]: xZakaPvP issued server command: /rankup
2749[16:35:03] [Server thread/INFO]: xZakaPvP issued server command: /website
2750[16:35:08] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1m902RealDealX[m[0;31;1m:[0;37;22m Yeah gimme 2 seconds.[m
2751[16:36:34] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1mxZakaPvP[m[0;31;1m:[0;37;22m Where is d mine ?[m
2752[16:36:35] [Server thread/INFO]: xZakaPvP issued server command: /warp
2753[16:36:48] [Server thread/INFO]: [m
2754[16:36:48] [Server thread/INFO]: [0;33;22m[21m[4mServer Collectables:[m
2755[16:36:48] [Server thread/INFO]: [m
2756[16:36:48] [Server thread/INFO]: [0;32;22mYou can purchase [0;33;22mCollectables [0;32;22m in the shop at [0;33;22mD-Block[0;32;22m.[m
2757[16:36:48] [Server thread/INFO]: [0;32;22mThese [0;33;22mCollectables [0;32;22mrequire [0;33;22mTrade Currency [0;32;22mto purchase.[m
2758[16:36:48] [Server thread/INFO]: [m
2759[16:36:48] [Server thread/INFO]: [m
2760[16:37:02] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1mxZakaPvP[m[0;31;1m:[0;37;22m Uh i find it.[m
2761[16:37:17] [Server thread/INFO]: 1is set!
2762[16:37:17] [Server thread/INFO]: 2is set!
2763[16:37:17] [Server thread/INFO]: 3is set!
2764[16:37:17] [Server thread/INFO]: Permission not found!
2765[16:37:17] [Server thread/INFO]: Permission not found!
2766[16:37:17] [Server thread/INFO]: Permission not found!
2767[16:37:17] [Server thread/INFO]: xZakaPvP has disconnected.
2768[16:37:17] [Server thread/WARN]: handleDisconnection() called twice
2769[16:37:22] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent xZakaPvP to spawn[m
2770[16:37:22] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mxZakaPvP/8352889c-8e66-4562-b86f-a0e6f3277427 [0;30;1m[[0;37;22m79.100.239.73[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m1184506[0;37;22m in world [0;36;1mNewPrison[m
2771[16:37:22] [Server thread/INFO]: [0;37;22mxZakaPvP has connected.[m
2772[16:37:26] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1m902RealDealX[m[0;31;1m:[0;37;22m There ya go G33k.[m
2773[16:37:27] [Server thread/INFO]: xZakaPvP issued server command: /warp
2774[16:37:54] [Server thread/INFO]: [FastCraft] Created player file: plugins/FastCraft/preferences/3d663092-8d74-4bf6-a0fc-4944da6aac28.yml
2775[16:37:56] [Server thread/INFO]: [FastCraft] Created player file: plugins/FastCraft/preferences/8352889c-8e66-4562-b86f-a0e6f3277427.yml
2776[16:38:24] [Server thread/INFO]: NudgeMe issued server command: /feed
2777[16:38:28] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m1 minute[0;37;22m![m
2778[16:38:31] [Craft Scheduler Thread - 1116/INFO]: [BuycraftX] Fetching all due players...
2779[16:38:31] [Craft Scheduler Thread - 1116/INFO]: [BuycraftX] Fetched due players (2 found).
2780[16:38:33] [Server thread/INFO]: 1is set!
2781[16:38:33] [Server thread/INFO]: 2is set!
2782[16:38:33] [Server thread/INFO]: 3is set!
2783[16:38:33] [Server thread/INFO]: Permission not found!
2784[16:38:33] [Server thread/INFO]: Permission not found!
2785[16:38:33] [Server thread/INFO]: Permission not found!
2786[16:38:33] [Server thread/INFO]: xZakaPvP has disconnected.
2787[16:38:33] [Server thread/WARN]: handleDisconnection() called twice
2788[16:38:33] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;1m[21mB[0;34;1m] [0;32;1mEeryn[m[0;31;1m:[0;37;22m I won again :D.[m
2789[16:38:38] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent xZakaPvP to spawn[m
2790[16:38:38] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mxZakaPvP/8352889c-8e66-4562-b86f-a0e6f3277427 [0;30;1m[[0;37;22m79.100.239.73[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m1207529[0;37;22m in world [0;36;1mNewPrison[m
2791[16:38:38] [Server thread/INFO]: [0;37;22mxZakaPvP has connected.[m
2792[16:38:41] [Server thread/INFO]: xZakaPvP issued server command: /warp
2793[16:38:55] [Server thread/INFO]: [m [0;30;1m[[0;32;1mG33kTec[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1m:MB [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m [0;33;22m wb.[m
2794[16:39:05] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1mxZakaPvP[m[0;31;1m:[0;37;22m I have lag ...[m
2795[16:39:08] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m20 seconds[0;37;22m![m
2796[16:39:13] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1m902RealDealX[m[0;31;1m:[0;37;22m I did too for a second.[m
2797[16:39:16] [Server thread/INFO]: 1is set!
2798[16:39:16] [Server thread/INFO]: 2is set!
2799[16:39:16] [Server thread/INFO]: 3is set!
2800[16:39:16] [Server thread/INFO]: Permission not found!
2801[16:39:16] [Server thread/INFO]: Permission not found!
2802[16:39:16] [Server thread/INFO]: Permission not found!
2803[16:39:16] [Server thread/INFO]: xZakaPvP has disconnected.
2804[16:39:24] [Server thread/INFO]: mbproxy issued server command: /warp D
2805[16:39:28] [Server thread/INFO]: NudgeMe issued server command: /msg Eeryn go sell your tears at bm
2806[16:39:28] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
2807[16:39:56] [Server thread/INFO]: Eeryn issued server command: /warp
2808[16:40:07] [Server thread/INFO]: mbproxy issued server command: /pv 3
2809[16:40:08] [Server thread/INFO]: [m
2810[16:40:08] [Server thread/INFO]: [0;33;22m[21m[4mBounty Plugin:[m
2811[16:40:08] [Server thread/INFO]: [m
2812[16:40:08] [Server thread/INFO]: [0;32;22mTo set a bounty on a player. Type [0;33;22m/bounty name reward[0;32;22m.[m
2813[16:40:08] [Server thread/INFO]: [0;32;22mTo accept a bounty. Type [0;33;22m/bounties [0;32;22m and select one from the GUI.[m
2814[16:40:08] [Server thread/INFO]: [m
2815[16:40:08] [Server thread/INFO]: [m
2816[16:40:22] [Server thread/INFO]: mbproxy issued server command: /pv 2
2817[16:40:25] [Server thread/INFO]: mbproxy issued server command: /pv 1
2818[16:41:09] [Craft Scheduler Thread - 915/INFO]: [ChestShop] Eeryn sold 1 Ghast Tear for 100000.00 to KillerTaz at [BlackMarket] 10, 8, -19
2819[16:41:18] [Server thread/INFO]: Eeryn issued server command: /warp b
2820[16:41:40] [Server thread/INFO]: NudgeMe issued server command: /pv 2
2821[16:41:41] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;1m[21mB[0;34;1m] [0;32;1mEeryn[m[0;31;1m:[0;37;22m Ooo b block is neat.[m
2822[16:42:10] [Server thread/INFO]: NudgeMe issued server command: /warp s
2823[16:42:54] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent xZakaPvP to spawn[m
2824[16:42:54] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mxZakaPvP/8352889c-8e66-4562-b86f-a0e6f3277427 [0;30;1m[[0;37;22m79.100.239.73[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m1311909[0;37;22m in world [0;36;1mNewPrison[m
2825[16:42:54] [Server thread/INFO]: [0;37;22mxZakaPvP has connected.[m
2826[16:43:28] [Server thread/INFO]: [m
2827[16:43:28] [Server thread/INFO]: [0;33;22m[21m[4mServer Collectables:[m
2828[16:43:28] [Server thread/INFO]: [m
2829[16:43:28] [Server thread/INFO]: [0;32;22mYou can purchase [0;33;22mCollectables [0;32;22m in the shop at [0;33;22mD-Block[0;32;22m.[m
2830[16:43:28] [Server thread/INFO]: [0;32;22mThese [0;33;22mCollectables [0;32;22mrequire [0;33;22mTrade Currency [0;32;22mto purchase.[m
2831[16:43:28] [Server thread/INFO]: [m
2832[16:43:28] [Server thread/INFO]: [m
2833[16:43:29] [Craft Scheduler Thread - 883/WARN]: Exception in thread "Craft Scheduler Thread - 883"
2834[16:43:29] [Craft Scheduler Thread - 883/WARN]: org.apache.commons.lang.UnhandledException: Plugin Statscraft v1.2.0 generated an exception while executing task 334
2835 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
2836 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2837 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2838 at java.lang.Thread.run(Thread.java:748)
2839Caused by: java.util.ConcurrentModificationException
2840 at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
2841 at java.util.ArrayList$Itr.next(ArrayList.java:859)
2842 at org.bukkit.craftbukkit.v1_8_R3.CraftWorld.getEntities(CraftWorld.java:626)
2843 at net.statscraft.plugin.tasks.ServerTask.run(ServerTask.java:44)
2844 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
2845 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
2846 ... 3 more
2847
2848[16:43:32] [Craft Scheduler Thread - 816/INFO]: [BuycraftX] Fetching all due players...
2849[16:43:32] [Craft Scheduler Thread - 816/INFO]: [BuycraftX] Fetched due players (2 found).
2850[16:43:33] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;33;1mThe [0;32;22mDirtyDealer [0;33;1mnow has a booster of [0;32;22m0.0%[m
2851[16:43:36] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1m902RealDealX[m[0;31;1m:[0;37;22m Brb Erin on stream.[m
2852[16:43:37] [Server thread/INFO]: NudgeMe issued server command: /feed
2853[16:43:38] [Server thread/INFO]: NudgeMe issued server command: /pv 2
2854[16:43:39] [Server thread/INFO]: [VanishNoPacket] hipporunner disappeared.
2855[16:43:40] [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;1m1332142[0;37;22m in world [0;36;1mBlackMarket[m
2856[16:43:41] [Server thread/INFO]: 1is set!
2857[16:43:41] [Server thread/INFO]: 2is set!
2858[16:43:41] [Server thread/INFO]: 3is set!
2859[16:43:41] [Server thread/INFO]: Permission not found!
2860[16:43:41] [Server thread/INFO]: Permission not found!
2861[16:43:41] [Server thread/INFO]: Permission not found!
2862[16:43:41] [Server thread/INFO]: 902RealDealX has disconnected.
2863[16:43:42] [Server thread/INFO]: NudgeMe issued server command: /pv 1
2864[16:43:45] [Server thread/INFO]: xZakaPvP issued server command: /warp
2865[16:43:48] [Server thread/INFO]: xZakaPvP issued server command: /warp
2866[16:44:09] [Server thread/INFO]: NudgeMe issued server command: /warp d
2867[16:44:13] [Server thread/INFO]: xZakaPvP issued server command: /coins
2868[16:44:19] [Server thread/INFO]: xZakaPvP issued server command: /redeem
2869[16:44:19] [Server thread/INFO]: xZakaPvP issued mycmd command ID(6) /redeem
2870[16:44:19] [Server thread/INFO]: xZakaPvP issued server command: /token shop redeem
2871[16:44:28] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m1 minute[0;37;22m![m
2872[16:44:28] [Server thread/INFO]: [VT] [0;36mSaving Triggers and Variable data.[0;37m
2873[16:44:35] [Craft Scheduler Thread - 1115/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/Shop
2874[16:44:37] [Server thread/INFO]: hipporunner issued server command: /ontime
2875[16:45:08] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m20 seconds[0;37;22m![m
2876[16:45:28] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
2877[16:45:40] [Server thread/INFO]: NudgeMe issued server command: /feed
2878[16:45:44] [Server thread/INFO]: xZakaPvP issued server command: /kit
2879[16:46:12] [Server thread/INFO]: xZakaPvP issued server command: /warp
2880[16:46:29] [Server thread/INFO]: hipporunner issued server command: /dirtydealer set 25 8
2881[16:46:29] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;33;1mThe [0;32;22mDirtyDealer [0;33;1mnow has a booster of [0;32;22m25.0%[m
2882[16:46:33] [Server thread/INFO]: xZakaPvP issued server command: /warp
2883[16:46:37] [Server thread/INFO]: xZakaPvP issued server command: /warp
2884[16:46:40] [Server thread/INFO]: xZakaPvP issued server command: /warp
2885[16:46:41] [Server thread/INFO]: hipporunner issued server command: /spawn
2886[16:46:43] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;1m[21mB[0;34;1m] [0;32;1mEeryn[m[0;31;1m:[0;37;22m Wow big boost.[m
2887[16:46:48] [Server thread/INFO]: hipporunner issued server command: /gmsp
2888[16:46:49] [Server thread/INFO]: [m
2889[16:46:49] [Server thread/INFO]: [0;32;22mBe sure to check out our store page![m
2890[16:46:49] [Server thread/INFO]: [0;32;22mLink: [0;33;22m[4msmashbuttongaming.buycraft.net[m
2891[16:46:49] [Server thread/INFO]: [m
2892[16:46:51] [Server thread/INFO]: xZakaPvP issued server command: /bal
2893[16:46:53] [Server thread/INFO]: xZakaPvP issued server command: /sellall
2894[16:46:53] [Server thread/INFO]: xZakaPvP issued server command: /sellall
2895[16:46:54] [Server thread/INFO]: xZakaPvP issued server command: /sell
2896[16:46:54] [Server thread/INFO]: §6xZakaPvP §2was denied access to command.
2897[16:46:56] [Server thread/INFO]: xZakaPvP issued server command: /sell hand
2898[16:46:56] [Server thread/INFO]: §6xZakaPvP §2was denied access to command.
2899[16:46:58] [Server thread/INFO]: xZakaPvP issued server command: /sellall
2900[16:46:58] [Server thread/INFO]: xZakaPvP issued server command: /sellall
2901[16:47:01] [Server thread/INFO]: xZakaPvP issued server command: /help
2902[16:47:06] [Server thread/INFO]: [m [0;30;1m[[0;32;1mG33kTec[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1m:MB [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m [0;33;22m go now that the best I seen on here.[m
2903[16:47:06] [Server thread/INFO]: NudgeMe issued server command: /warp donor
2904[16:47:08] [Server thread/INFO]: xZakaPvP issued server command: /warp blackmarket
2905[16:47:08] [Server thread/INFO]: xZakaPvP issued server command: /warp
2906[16:47:13] [Server thread/INFO]: xZakaPvP issued server command: /spawn
2907[16:47:25] [Server thread/INFO]: hipporunner issued server command: /nc
2908[16:47:27] [Server thread/INFO]: hipporunner issued server command: /v
2909[16:47:27] [Server thread/INFO]: hipporunner issued mycmd command ID(7) /v
2910[16:47:27] [Server thread/INFO]: hipporunner issued server command: /vanish
2911[16:47:27] [Server thread/INFO]: [VanishNoPacket] hipporunner reappeared.
2912[16:47:29] [Server thread/INFO]: NudgeMe issued server command: /warp d
2913[16:47:29] [Server thread/INFO]: [m [0;31;22m[0;33;22m[[0;31;22mOwner[0;33;22m] :Tyler[m [0;31;1m[21m>[0;32;1m First Person to go to PrisonUnderground and meet up with me by dirty dealer get 64 diamonds blocks[m
2914[16:47:35] [Server thread/INFO]: hipporunner issued server command: /gmc
2915[16:47:38] [Server thread/INFO]: NudgeMe issued server command: /warp donor
2916[16:47:39] [Server thread/INFO]: NudgeMe issued server command: /pv 2
2917[16:47:43] [Server thread/INFO]: mbproxy issued server command: /warp D
2918[16:47:46] [Server thread/INFO]: mbproxy issued server command: /pv 2
2919[16:47:46] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;1m[21mB[0;34;1m] [0;32;1mEeryn[m[0;31;1m:[0;37;22m :o too bad i lag too much.[m
2920[16:47:48] [Server thread/WARN]: xZakaPvP moved wrongly!
2921[16:47:52] [Server thread/INFO]: mbproxy issued server command: /pv 1
2922[16:47:59] [Server thread/INFO]: [m [0;31;22m[0;33;22m[[0;31;22mOwner[0;33;22m] :Tyler[m [0;31;1m[21m>[0;32;1m what causes you to lag?[m
2923[16:48:05] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;1m[21mB[0;34;1m] [0;32;1mEeryn[m[0;31;1m:[0;37;22m My crappy internet.[m
2924[16:48:08] [Server thread/INFO]: [m [0;31;22m[0;33;22m[[0;31;22mOwner[0;33;22m] :Tyler[m [0;31;1m[21m>[0;32;1m ah[m
2925[16:48:17] [Server thread/INFO]: [m [0;31;22m[0;33;22m[[0;31;22mOwner[0;33;22m] :Tyler[m [0;31;1m[21m>[0;32;1m i have 1/gb[m
2926[16:48:21] [Server thread/INFO]: mbproxy issued server command: /feed
2927[16:48:23] [Server thread/INFO]: hipporunner issued server command: /i barrier
2928[16:48:24] [Server thread/ERROR]: Could not pass event PlayerDeathEvent to EditDrops v1.0.6
2929org.bukkit.event.EventException
2930 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2931 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2932 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2933 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2934 at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:396) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2935 at net.minecraft.server.v1_8_R3.EntityPlayer.die(EntityPlayer.java:417) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2936 at net.minecraft.server.v1_8_R3.EntityLiving.damageEntity(EntityLiving.java:812) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2937 at net.minecraft.server.v1_8_R3.EntityHuman.damageEntity(EntityHuman.java:800) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2938 at net.minecraft.server.v1_8_R3.EntityPlayer.damageEntity(EntityPlayer.java:496) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2939 at net.minecraft.server.v1_8_R3.EntityMonster.r(EntityMonster.java:72) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2940 at net.minecraft.server.v1_8_R3.EntityZombie.r(EntityZombie.java:225) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2941 at net.minecraft.server.v1_8_R3.PathfinderGoalMeleeAttack.e(SourceFile:122) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2942 at net.minecraft.server.v1_8_R3.PathfinderGoalSelector.a(PathfinderGoalSelector.java:91) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2943 at net.minecraft.server.v1_8_R3.EntityInsentient.doTick(EntityInsentient.java:473) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2944 at net.minecraft.server.v1_8_R3.EntityLiving.m(EntityLiving.java:1626) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2945 at net.minecraft.server.v1_8_R3.EntityInsentient.m(EntityInsentient.java:338) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2946 at net.minecraft.server.v1_8_R3.EntityMonster.m(EntityMonster.java:20) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2947 at net.minecraft.server.v1_8_R3.EntityZombie.m(EntityZombie.java:163) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2948 at net.minecraft.server.v1_8_R3.EntityLiving.t_(EntityLiving.java:1487) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2949 at net.minecraft.server.v1_8_R3.EntityInsentient.t_(EntityInsentient.java:193) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2950 at net.minecraft.server.v1_8_R3.EntityMonster.t_(EntityMonster.java:24) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2951 at net.minecraft.server.v1_8_R3.EntityZombie.t_(EntityZombie.java:221) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2952 at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2953 at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2954 at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2955 at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2956 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2957 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2958 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2959 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2960 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2961Caused by: java.lang.NoSuchFieldError: POLAR_BEAR
2962 at fr.ullrimax.editdrops.main.onDeath(main.java:656) ~[?:?]
2963 at sun.reflect.GeneratedMethodAccessor937.invoke(Unknown Source) ~[?:?]
2964 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
2965 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
2966 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2967 ... 30 more
2968[16:48:32] [Craft Scheduler Thread - 1219/INFO]: [BuycraftX] Fetching all due players...
2969[16:48:33] [Craft Scheduler Thread - 1219/INFO]: [BuycraftX] Fetched due players (2 found).
2970[16:48:37] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1mxZakaPvP[m[0;31;1m:[0;37;22m Who engage me in combat ?[m
2971[16:48:40] [Server thread/INFO]: NudgeMe issued server command: /sellgui
2972[16:48:40] [Server thread/WARN]: xZakaPvP moved wrongly!
2973[16:48:41] [Server thread/WARN]: xZakaPvP moved wrongly!
2974[16:48:44] [Server thread/INFO]: hipporunner issued server command: /tp x
2975[16:48:45] [Server thread/INFO]: NudgeMe issued server command: /feed
2976[16:48:48] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mNudgeMe [0;30;1m[[0;32;22m$[0;30;1m][m[0;31;1m:[0;37;22m Thanks.[m
2977[16:48:56] [Server thread/INFO]: hipporunner issued server command: /gmsp
2978[16:49:06] [Server thread/INFO]: xZakaPvP issued server command: /spawn
2979[16:49:11] [Server thread/INFO]: xZakaPvP issued server command: /spawn
2980[16:49:12] [Server thread/INFO]: hipporunner issued server command: /gmc
2981[16:49:17] [Server thread/INFO]: hipporunner issued server command: /invsee mbproxy
2982[16:49:22] [Server thread/INFO]: mbproxy issued server command: /feed
2983[16:49:38] [Server thread/INFO]: mbproxy issued server command: /feed
2984[16:49:47] [Server thread/INFO]: 1is set!
2985[16:49:47] [Server thread/INFO]: 2is set!
2986[16:49:47] [Server thread/INFO]: 3is set!
2987[16:49:47] [Server thread/INFO]: Permission not found!
2988[16:49:47] [Server thread/INFO]: Permission not found!
2989[16:49:47] [Server thread/INFO]: Permission not found!
2990[16:49:47] [Server thread/ERROR]: Could not pass event PlayerDeathEvent to EditDrops v1.0.6
2991org.bukkit.event.EventException
2992 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2993 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2994 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2995 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2996 at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:396) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2997 at net.minecraft.server.v1_8_R3.EntityPlayer.die(EntityPlayer.java:417) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2998 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftLivingEntity.setHealth(CraftLivingEntity.java:87) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2999 at net.minelink.ctplus.listener.InstakillListener.onCombatLog(InstakillListener.java:27) [CombatTagPlus.jar:?]
3000 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161]
3001 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_161]
3002 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
3003 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
3004 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3005 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3006 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3007 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3008 at net.minelink.ctplus.listener.PlayerListener.onLogout(PlayerListener.java:77) [CombatTagPlus.jar:?]
3009 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161]
3010 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_161]
3011 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
3012 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
3013 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3014 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3015 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3016 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3017 at net.minecraft.server.v1_8_R3.PlayerList.disconnect(PlayerList.java:348) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3018 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:871) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3019 at net.minecraft.server.v1_8_R3.NetworkManager.l(NetworkManager.java:314) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3020 at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:145) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3021 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3022 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3023 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3024 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3025 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3026Caused by: java.lang.NoSuchFieldError: POLAR_BEAR
3027 at fr.ullrimax.editdrops.main.onDeath(main.java:656) ~[?:?]
3028 at sun.reflect.GeneratedMethodAccessor937.invoke(Unknown Source) ~[?:?]
3029 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
3030 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
3031 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3032 ... 33 more
3033[16:49:47] [Server thread/INFO]: mbproxy has disconnected.
3034[16:49:51] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent mbproxy to spawn[m
3035[16:49:52] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mmbproxy/5019f8bc-4a65-476e-9a9d-d694cb52c1ff [0;30;1m[[0;37;22m86.8.253.137[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m1521358[0;37;22m in world [0;36;1mFBlock[m
3036[16:49:52] [Server thread/INFO]: [0;37;22mmbproxy has connected.[m
3037[16:49:53] [Server thread/INFO]: xZakaPvP issued server command: /sellgui
3038[16:49:57] [Server thread/INFO]: hipporunner issued server command: /invsee z
3039[16:50:03] [Server thread/INFO]: xZakaPvP issued server command: /bal
3040[16:50:08] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1mxZakaPvP[m[0;31;1m:[0;37;22m ty[m
3041[16:50:08] [Server thread/INFO]: hipporunner issued server command: /sellgui
3042[16:50:09] [Server thread/INFO]: [m
3043[16:50:09] [Server thread/INFO]: [0;33;22m[21m[4mEmoji Plugin:[m
3044[16:50:09] [Server thread/INFO]: [m
3045[16:50:09] [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
3046[16:50:09] [Server thread/INFO]: [0;31;1mPlease do not spam them or you will be muted.[m
3047[16:50:09] [Server thread/INFO]: [m
3048[16:50:09] [Server thread/INFO]: [m
3049[16:50:12] [Server thread/INFO]: mbproxy issued server command: /pv 7
3050[16:50:14] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1mxZakaPvP[m[0;31;1m:[0;37;22m I need to sell it here ?[m
3051[16:50:17] [Server thread/INFO]: xZakaPvP issued server command: /emoji
3052[16:50:20] [Server thread/INFO]: xZakaPvP issued server command: /emoji 2
3053[16:50:28] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1mxZakaPvP[m[0;31;1m:[0;37;22m ^‿^[m
3054[16:50:29] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m1 minute[0;37;22m![m
3055[16:50:30] [Server thread/INFO]: xZakaPvP issued server command: /sellgui
3056[16:50:30] [Server thread/INFO]: [m [0;31;22m[0;33;22m[[0;31;22mOwner[0;33;22m] :Tyler[m [0;31;1m[21m>[0;32;1m u can[m
3057[16:50:33] [Server thread/INFO]: [m [0;31;22m[0;33;22m[[0;31;22mOwner[0;33;22m] :Tyler[m [0;31;1m[21m>[0;32;1m its at a 25% boost[m
3058[16:50:34] [Server thread/INFO]: NudgeMe issued server command: /pv 1
3059[16:50:35] [Server thread/INFO]: NudgeMe issued server command: /pv 1
3060[16:50:38] [Server thread/INFO]: NudgeMe issued server command: /pv 1
3061[16:50:39] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1mxZakaPvP[m[0;31;1m:[0;37;22m Ty :3[m
3062[16:50:44] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1mxZakaPvP[m[0;31;1m:[0;37;22m Do u have pick ?[m
3063[16:50:46] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;22m[21mS[0;34;1m] [0;32;1mNudgeMe [0;30;1m[[0;32;22m$[0;30;1m][m[0;31;1m:[0;37;22m I can't use /pv though.[m
3064[16:50:47] [Server thread/INFO]: mbproxy issued server command: /pv 1
3065[16:50:49] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1mxZakaPvP[m[0;31;1m:[0;37;22m I break mine and ..[m
3066[16:50:50] [Server thread/INFO]: xZakaPvP issued server command: /pv 1
3067[16:50:51] [Server thread/INFO]: xZakaPvP issued server command: /epv 1
3068[16:50:51] [Server thread/INFO]: xZakaPvP issued server command: /epv 1
3069[16:50:53] [Server thread/INFO]: xZakaPvP issued server command: /pv 2
3070[16:50:54] [Server thread/INFO]: xZakaPvP issued server command: /epv 2
3071[16:50:54] [Server thread/INFO]: xZakaPvP issued server command: /epv 2
3072[16:50:56] [Server thread/INFO]: NudgeMe issued server command: /pv 1
3073[16:50:56] [Server thread/INFO]: [m [0;31;22m[0;33;22m[[0;31;22mOwner[0;33;22m] :Tyler[m [0;31;1m[21m>[0;32;1m ya[m
3074[16:50:59] [Server thread/INFO]: [m [0;31;22m[0;33;22m[[0;31;22mOwner[0;33;22m] :Tyler[m [0;31;1m[21m>[0;32;1m pv does not work in bm[m
3075[16:50:59] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1mxZakaPvP[m[0;31;1m:[0;37;22m I dont have now .. Ty.[m
3076[16:51:09] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m20 seconds[0;37;22m![m
3077[16:51:18] [Server thread/INFO]: hipporunner issued server command: /tp mbproxy
3078[16:51:24] [Server thread/INFO]: hipporunner issued server command: /butcher 5
3079[16:51:29] [Server thread/INFO]: xZakaPvP issued server command: /warp
3080[16:51:29] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
3081[16:51:31] [Server thread/INFO]: xZakaPvP issued server command: /kit
3082[16:51:33] [Server thread/INFO]: 1is set!
3083[16:51:33] [Server thread/INFO]: 2is set!
3084[16:51:33] [Server thread/INFO]: 3is set!
3085[16:51:33] [Server thread/INFO]: Permission not found!
3086[16:51:33] [Server thread/INFO]: Permission not found!
3087[16:51:33] [Server thread/INFO]: Permission not found!
3088[16:51:33] [Server thread/ERROR]: Could not pass event PlayerDeathEvent to EditDrops v1.0.6
3089org.bukkit.event.EventException
3090 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3091 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3092 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3093 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3094 at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:396) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3095 at net.minecraft.server.v1_8_R3.EntityPlayer.die(EntityPlayer.java:417) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3096 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftLivingEntity.setHealth(CraftLivingEntity.java:87) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3097 at net.minelink.ctplus.listener.InstakillListener.onCombatLog(InstakillListener.java:27) [CombatTagPlus.jar:?]
3098 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161]
3099 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_161]
3100 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
3101 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
3102 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3103 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3104 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3105 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3106 at net.minelink.ctplus.listener.PlayerListener.onLogout(PlayerListener.java:77) [CombatTagPlus.jar:?]
3107 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161]
3108 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_161]
3109 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
3110 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
3111 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3112 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3113 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3114 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3115 at net.minecraft.server.v1_8_R3.PlayerList.disconnect(PlayerList.java:348) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3116 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:871) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3117 at net.minecraft.server.v1_8_R3.NetworkManager.l(NetworkManager.java:314) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3118 at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:145) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3119 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3120 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3121 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3122 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3123 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3124Caused by: java.lang.NoSuchFieldError: POLAR_BEAR
3125 at fr.ullrimax.editdrops.main.onDeath(main.java:656) ~[?:?]
3126 at sun.reflect.GeneratedMethodAccessor937.invoke(Unknown Source) ~[?:?]
3127 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
3128 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
3129 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3130 ... 33 more
3131[16:51:33] [Server thread/INFO]: mbproxy has disconnected.
3132[16:51:33] [Server thread/INFO]: NudgeMe issued server command: /pv 2
3133[16:51:36] [Server thread/INFO]: NudgeMe issued server command: /warp s
3134[16:51:38] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent mbproxy to spawn[m
3135[16:51:38] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mmbproxy/5019f8bc-4a65-476e-9a9d-d694cb52c1ff [0;30;1m[[0;37;22m86.8.253.137[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m1565928[0;37;22m in world [0;36;1mFBlock[m
3136[16:51:39] [Server thread/INFO]: [0;37;22mmbproxy has connected.[m
3137[16:51:40] [Server thread/INFO]: xZakaPvP issued server command: /shop
3138[16:51:41] [Server thread/INFO]: xZakaPvP issued server command: /warp shop
3139[16:51:42] [Server thread/INFO]: xZakaPvP issued server command: /warp
3140[16:51:56] [Server thread/INFO]: mbproxy issued server command: /pv 7
3141[16:51:57] [Server thread/INFO]: hipporunner issued server command: /gms
3142[16:52:00] [Server thread/INFO]: hipporunner issued server command: /gmc
3143[16:52:05] [Server thread/INFO]: NudgeMe issued server command: /pv 2
3144[16:52:11] [Server thread/INFO]: hipporunner issued server command: /invsee mbproxy
3145[16:52:13] [Server thread/WARN]: xZakaPvP moved wrongly!
3146[16:52:13] [Server thread/ERROR]: Could not pass event PlayerDeathEvent to EditDrops v1.0.6
3147org.bukkit.event.EventException
3148 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3149 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3150 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3151 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3152 at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:396) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3153 at net.minecraft.server.v1_8_R3.EntityPlayer.die(EntityPlayer.java:417) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3154 at net.minecraft.server.v1_8_R3.EntityLiving.damageEntity(EntityLiving.java:812) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3155 at net.minecraft.server.v1_8_R3.EntityHuman.damageEntity(EntityHuman.java:800) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3156 at net.minecraft.server.v1_8_R3.EntityPlayer.damageEntity(EntityPlayer.java:496) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3157 at net.minecraft.server.v1_8_R3.Entity.K(Entity.java:314) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3158 at net.minecraft.server.v1_8_R3.EntityLiving.K(EntityLiving.java:169) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3159 at net.minecraft.server.v1_8_R3.Entity.t_(Entity.java:247) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3160 at net.minecraft.server.v1_8_R3.EntityLiving.t_(EntityLiving.java:1448) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3161 at net.minecraft.server.v1_8_R3.EntityHuman.t_(EntityHuman.java:173) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3162 at net.minecraft.server.v1_8_R3.EntityPlayer.l(EntityPlayer.java:285) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3163 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:382) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3164 at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3165 at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:8) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3166 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3167 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_161]
3168 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_161]
3169 at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3170 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3171 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3172 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3173 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3174 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3175Caused by: java.lang.NoSuchFieldError: POLAR_BEAR
3176 at fr.ullrimax.editdrops.main.onDeath(main.java:656) ~[?:?]
3177 at sun.reflect.GeneratedMethodAccessor937.invoke(Unknown Source) ~[?:?]
3178 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
3179 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
3180 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3181 ... 26 more
3182[16:52:20] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1mxZakaPvP[m[0;31;1m:[0;37;22m Rip all items.[m
3183[16:52:33] [Server thread/INFO]: hipporunner issued server command: /msg mbproxy i would not log out while in combat :P
3184[16:53:05] [Server thread/INFO]: mbproxy issued server command: /r dose mob fighting count as combatlogging?
3185[16:53:07] [Server thread/INFO]: NudgeMe issued server command: /pv 1
3186[16:53:10] [Server thread/INFO]: xZakaPvP issued server command: /kits
3187[16:53:12] [Server thread/INFO]: NudgeMe issued server command: /pv 2
3188[16:53:12] [Server thread/INFO]: 1is set!
3189[16:53:12] [Server thread/INFO]: 2is set!
3190[16:53:12] [Server thread/INFO]: 3is set!
3191[16:53:12] [Server thread/INFO]: Permission not found!
3192[16:53:12] [Server thread/INFO]: Permission not found!
3193[16:53:12] [Server thread/INFO]: Permission not found!
3194[16:53:12] [Server thread/INFO]: xZakaPvP has disconnected.
3195[16:53:13] [Server thread/INFO]: hipporunner issued server command: /r ya
3196[16:53:23] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent squirrel0806 to spawn[m
3197[16:53:23] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22msquirrel0806/e52bec0d-8b7f-4bc3-8fe6-8f7861d86072 [0;30;1m[[0;37;22m94.12.70.100[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m1601661[0;37;22m in world [0;36;1mNewPrison[m
3198[16:53:23] [Server thread/INFO]: [0;37;22msquirrel0806 has connected.[m
3199[16:53:29] [Server thread/INFO]: [m
3200[16:53:29] [Server thread/INFO]: [0;32;22mBe sure to check out our store page![m
3201[16:53:29] [Server thread/INFO]: [0;32;22mLink: [0;33;22m[4msmashbuttongaming.buycraft.net[m
3202[16:53:29] [Server thread/INFO]: [m
3203[16:53:33] [Craft Scheduler Thread - 1175/INFO]: [BuycraftX] Fetching all due players...
3204[16:53:33] [Craft Scheduler Thread - 1175/INFO]: [BuycraftX] Fetched due players (2 found).
3205[16:53:40] [Server thread/INFO]: mbproxy issued server command: /r dam
3206[16:53:42] [Server thread/INFO]: squirrel0806 issued server command: /vote
3207[16:53:47] [Server thread/INFO]: mbproxy issued server command: /pv 7
3208[16:53:53] [Server thread/INFO]: NudgeMe issued server command: /warp d
3209[16:54:22] [Server thread/INFO]: mbproxy issued server command: /pv 1
3210[16:54:29] [Craft Scheduler Thread - 1387/INFO]: [BuycraftX] Updating coupon list...
3211[16:54:30] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;33;1mThe [0;32;22mDirtyDealer [0;33;1mnow has a booster of [0;32;22m0.0%[m
3212[16:54:30] [Craft Scheduler Thread - 1306/WARN]: Exception in thread "Craft Scheduler Thread - 1306"
3213[16:54:30] [Craft Scheduler Thread - 1306/WARN]: org.apache.commons.lang.UnhandledException: Plugin Statscraft v1.2.0 generated an exception while executing task 334
3214 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
3215 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
3216 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
3217 at java.lang.Thread.run(Thread.java:748)
3218Caused by: java.util.ConcurrentModificationException
3219 at org.bukkit.craftbukkit.v1_8_R3.util.LongObjectHashMap$ValueIterator.next(LongObjectHashMap.java:297)
3220 at java.util.AbstractCollection.toArray(AbstractCollection.java:141)
3221 at org.bukkit.craftbukkit.v1_8_R3.CraftWorld.getLoadedChunks(CraftWorld.java:138)
3222 at net.statscraft.plugin.tasks.ServerTask.run(ServerTask.java:43)
3223 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
3224 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
3225 ... 3 more
3226
3227[16:54:30] [Craft Scheduler Thread - 1454/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/Shop
3228[16:54:33] [Server thread/INFO]: mbproxy issued server command: /pv 2
3229[16:54:58] [Server thread/INFO]: [VotingPlugin] Recieved a vote from 'Minecraft-MP.com' by player 'squirrel0806'!
3230[16:54:58] [Thread-29479/INFO]: [VoteRoulette] §9[§4§l§oPrison§9] §2§lsquirrel0806§a just voted for PrisonTech on §aMinecraft-MP.com§a and received a §aVote Key§b!]
3231[16:54:59] [Server thread/INFO]: CONSOLE issued server command: /bcast &2&lsquirrel0806 &aHas just voted for the server and recieved 1 voter key!
3232[16:54:59] [Server thread/INFO]: [0;30;1m[21m[[0;32;22mPrison[0;30;1m[21m] [0;37;1msquirrel0806 has received Voter.[m
3233[16:54:59] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
3234[16:55:04] [Server thread/INFO]: Eeryn issued server command: /vote
3235[16:55:11] [Server thread/INFO]: mbproxy issued server command: /pv 2
3236[16:55:17] [Server thread/INFO]: [VotingPlugin] Recieved a vote from 'MinecraftServers.org' by player 'squirrel0806'!
3237[16:55:17] [Thread-29497/INFO]: [VoteRoulette] §9[§4§l§oPrison§9] §2§lsquirrel0806§a just voted for PrisonTech on §aMinecraftServers.org§a and received a §aVote Key§b!]
3238[16:55:17] [Server thread/INFO]: CONSOLE issued server command: /bcast &2&lsquirrel0806 &aHas just voted for the server and recieved 1 voter key!
3239[16:55:17] [Server thread/INFO]: [0;30;1m[21m[[0;32;22mPrison[0;30;1m[21m] [0;37;1msquirrel0806 has received Voter.[m
3240[16:55:17] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
3241[16:55:23] [Server thread/INFO]: [VotingPlugin] Recieved a vote from 'Minecraft-MP.com' by player 'Eeryn'!
3242[16:55:23] [Thread-29513/INFO]: [VoteRoulette] §9[§4§l§oPrison§9] §2§lEeryn§a just voted for PrisonTech on §aMinecraft-MP.com§a and received a §aVote Key§b!]
3243[16:55:23] [Server thread/INFO]: CONSOLE issued server command: /bcast &2&lEeryn &aHas just voted for the server and recieved 1 voter key!
3244[16:55:23] [Server thread/INFO]: [0;30;1m[21m[[0;32;22mPrison[0;30;1m[21m] [0;37;1mEeryn has received Voter.[m
3245[16:55:23] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
3246[16:55:27] [Server thread/INFO]: squirrel0806 issued server command: /warp crates
3247[16:55:40] [Server thread/INFO]: mbproxy issued server command: /pv 2
3248[16:55:47] [Craft Scheduler Thread - 1435/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;1msquirrel0806 [0;37;22mbalance![m
3249[16:55:48] [Server thread/INFO]: mbproxy issued server command: /warp D
3250[16:55:55] [Server thread/INFO]: [0;30;1m[21m[[0;32;22mPrison[0;30;1m[21m] [0;37;1msquirrel0806 has received Tier-1.[m
3251[16:55:57] [Server thread/INFO]: [VotingPlugin] Recieved a vote from 'MinecraftServers.org' by player 'Eeryn'!
3252[16:55:57] [Thread-29534/INFO]: [VoteRoulette] §9[§4§l§oPrison§9] §2§lEeryn§a just voted for PrisonTech on §aMinecraftServers.org§a and received a §aVote Key§b!]
3253[16:55:57] [Server thread/INFO]: CONSOLE issued server command: /bcast &2&lEeryn &aHas just voted for the server and recieved 1 voter key!
3254[16:55:57] [Server thread/INFO]: [0;30;1m[21m[[0;32;22mPrison[0;30;1m[21m] [0;37;1mEeryn has received Voter.[m
3255[16:55:57] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
3256[16:56:06] [Server thread/INFO]: [0;30;1m[21m[[0;32;22mPrison[0;30;1m[21m] [0;37;1msquirrel0806 has received Tier-2.[m
3257[16:56:16] [Server thread/INFO]: [0;30;1m[21m[[0;32;22mPrison[0;30;1m[21m] [0;37;1msquirrel0806 has received Tier-2.[m
3258[16:56:21] [Server thread/INFO]: Eeryn issued server command: /quests menu B
3259[16:56:24] [Server thread/INFO]: CONSOLE issued server command: /kit TheLegend squirrel0806
3260[16:56:24] [Server thread/INFO]: [0;32;22mGiving kit[0;33;22m thelegend[0;32;22m to [0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1msquirrel0806[m§.[m
3261[16:56:25] [Server thread/INFO]: [m [0;30;1m[[0;32;1mG33kTec[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1m:MB [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m What is the ID for vote keys I keep puting it and it turns to air.[m
3262[16:56:27] [Server thread/INFO]: 1is set!
3263[16:56:27] [Server thread/INFO]: 2is set!
3264[16:56:27] [Server thread/INFO]: 3is set!
3265[16:56:27] [Server thread/INFO]: Permission not found!
3266[16:56:27] [Server thread/INFO]: Permission not found!
3267[16:56:27] [Server thread/INFO]: Permission not found!
3268[16:56:27] [Server thread/INFO]: ShmexySheep has disconnected.
3269[16:56:27] [Server thread/WARN]: handleDisconnection() called twice
3270[16:56:29] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m1 minute[0;37;22m![m
3271[16:56:39] [Server thread/INFO]: 1is set!
3272[16:56:39] [Server thread/INFO]: 2is set!
3273[16:56:39] [Server thread/INFO]: 3is set!
3274[16:56:39] [Server thread/INFO]: Permission removed!
3275[16:56:39] [Server thread/INFO]: Permission removed!
3276[16:56:39] [Server thread/INFO]: Permission removed!
3277[16:56:39] [Server thread/INFO]: [m [0;30;1m[[0;32;1mG33kTec[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1m:MB [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m When making a shop.[m
3278[16:56:40] [Server thread/INFO]: CONSOLE issued server command: /give squirrel0806 diamondblock 64
3279[16:56:40] [Server thread/INFO]: [0;32;22mGiving[0;33;22m 64 [0;32;22mof[0;33;22m diamond block to[0;33;22m [0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1msquirrel0806[m[0;32;22m.[m
3280[16:56:41] [Server thread/INFO]: Eeryn issued server command: /warp
3281[16:56:50] [Server thread/INFO]: [m
3282[16:56:50] [Server thread/INFO]: [0;33;22m[21m[4mServer Collectables:[m
3283[16:56:50] [Server thread/INFO]: [m
3284[16:56:50] [Server thread/INFO]: [0;32;22mYou can purchase [0;33;22mCollectables [0;32;22m in the shop at [0;33;22mD-Block[0;32;22m.[m
3285[16:56:50] [Server thread/INFO]: [0;32;22mThese [0;33;22mCollectables [0;32;22mrequire [0;33;22mTrade Currency [0;32;22mto purchase.[m
3286[16:56:50] [Server thread/INFO]: [m
3287[16:56:50] [Server thread/INFO]: [m
3288[16:56:55] [Server thread/INFO]: squirrel0806 issued server command: /warp d
3289[16:56:55] [Server thread/INFO]: squirrel0806 issued server command: /warp d
3290[16:57:09] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m20 seconds[0;37;22m![m
3291[16:57:14] [Craft Scheduler Thread - 1394/INFO]: [0;30;1m[[0;32;22mPrison[0;30;1m] [0;37;22m[0;37;22mYou have added [0;32;1m3 [0;37;22mtokens to [0;32;1mEeryn [0;37;22mbalance![m
3292[16:57:16] [Server thread/INFO]: squirrel0806 issued server command: /warp
3293[16:57:17] [Server thread/INFO]: [VanishNoPacket] hipporunner disappeared.
3294[16:57:18] [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;1m1698261[0;37;22m in world [0;36;1mFBlock[m
3295[16:57:30] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
3296[16:57:31] [Server thread/INFO]: [0;30;1m[21m[[0;32;22mPrison[0;30;1m[21m] [0;37;1mEeryn has received Cosmetic.[m
3297[16:57:35] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent ShmexySheep to spawn[m
3298[16:57:35] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mShmexySheep/2a7e4bb4-544e-4dbf-9c3f-64f7554d738f [0;30;1m[[0;37;22m95.44.179.161[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m1704945[0;37;22m in world [0;36;1mNewPrison[m
3299[16:57:35] [Server thread/INFO]: [0;37;22mShmexySheep has connected.[m
3300[16:57:40] [Server thread/INFO]: mbproxy issued server command: /feed
3301[16:57:54] [Server thread/INFO]: [0;37;1mPermission "particle.fire" added![m
3302[16:57:54] [Server thread/INFO]: [0;37;1mPermission "playerparticles.effect.flame" added![m
3303[16:57:54] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;32;1mMessage sent.[m
3304[16:57:54] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;32;1mMessage sent.[m
3305[16:57:57] [Server thread/INFO]: Eeryn issued server command: /particle
3306[16:57:59] [Server thread/INFO]: mbproxy issued server command: /website
3307[16:58:01] [Server thread/INFO]: Eeryn issued server command: /pp effect flame
3308[16:58:12] [Server thread/INFO]: squirrel0806 issued server command: /tickets
3309[16:58:12] [Server thread/INFO]: squirrel0806 issued server command: /tickets
3310[16:58:15] [Server thread/INFO]: Eeryn issued server command: /particles
3311[16:58:15] [Server thread/INFO]: squirrel0806 issued server command: /tokens
3312[16:58:17] [Server thread/INFO]: hipporunner issued server command: /gmsp
3313[16:58:18] [Server thread/INFO]: Eeryn issued server command: /pp effect flame
3314[16:58:18] [Server thread/INFO]: hipporunner issued server command: /gmc
3315[16:58:24] [Server thread/INFO]: squirrel0806 issued server command: /redeem
3316[16:58:24] [Server thread/INFO]: squirrel0806 issued mycmd command ID(6) /redeem
3317[16:58:24] [Server thread/INFO]: squirrel0806 issued server command: /token shop redeem
3318[16:58:34] [Craft Scheduler Thread - 1585/INFO]: [BuycraftX] Fetching all due players...
3319[16:58:34] [Craft Scheduler Thread - 1585/INFO]: [BuycraftX] Fetched due players (2 found).
3320[16:58:36] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;1m[21mB[0;34;1m] [0;32;1mEeryn[m[0;31;1m:[0;37;22m What does blazing fury do?[m
3321[16:58:36] [Server thread/INFO]: squirrel0806 issued server command: /token balance
3322[16:58:40] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;1m[21mB[0;34;1m] [0;32;1mEeryn[m[0;31;1m:[0;37;22m I dont see anything :c.[m
3323[16:58:58] [Server thread/INFO]: squirrel0806 issued server command: /warp d
3324[16:59:02] [Server thread/INFO]: mbproxy issued server command: /pv 2
3325[16:59:19] [Server thread/INFO]: NudgeMe issued server command: /msg you have like fire around you
3326[16:59:19] [Server thread/INFO]: mbproxy issued server command: /pv 1
3327[16:59:22] [Server thread/INFO]: Eeryn issued server command: /particles
3328[16:59:23] [Server thread/INFO]: CONSOLE issued server command: /eco give squirrel0806 1000
3329[16:59:23] [Server thread/INFO]: [0;33;22m$1000[0;32;22m added to [0;33;22m[0;34;1m[[0;35;1m[21mD[0;34;1m] [0;32;1msquirrel0806[m[0;32;22m account. New balance: [0;33;22m$6808[m
3330[16:59:26] [Server thread/INFO]: NudgeMe issued server command: /msg Eeryn you have like fire around you
3331[16:59:35] [Server thread/INFO]: NudgeMe issued server command: /msg Eeryn works best with a style
3332[16:59:38] [Server thread/INFO]: NudgeMe issued server command: /p h
3333[16:59:38] [Server thread/INFO]: NudgeMe issued mycmd command ID(10) /p h
3334[16:59:38] [Server thread/INFO]: NudgeMe issued server command: /plot h
3335[16:59:38] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;36;1m[21mB[0;34;1m] [0;32;1mEeryn[m[0;31;1m:[0;37;22m I dont see it tho?[m
3336[16:59:42] [Server thread/INFO]: Eeryn issued server command: /particles
3337[16:59:52] [Server thread/INFO]: squirrel0806 issued server command: /ah
3338[16:59:52] [Server thread/INFO]: squirrel0806 issued mycmd command ID(2) /ah
3339[16:59:53] [Server thread/INFO]: hipporunner issued server command: /v
3340[16:59:53] [Server thread/INFO]: hipporunner issued mycmd command ID(7) /v
3341[16:59:53] [Server thread/INFO]: hipporunner issued server command: /vanish
3342[16:59:53] [Server thread/INFO]: [VanishNoPacket] hipporunner reappeared.
3343[16:59:57] [Server thread/INFO]: squirrel0806 issued server command: /warp ah
3344[16:59:57] [Server thread/INFO]: NudgeMe issued server command: /particle
3345[16:59:59] [Server thread/INFO]: NudgeMe issued server command: /pp style spin
3346[17:00:01] [Server thread/INFO]: Eeryn issued server command: /pp effect flame
3347[17:00:04] [Server thread/INFO]: NudgeMe issued server command: /particle
3348[17:00:05] [Server thread/INFO]: NudgeMe issued server command: /pp effect flame
3349[17:00:10] [Server thread/INFO]: [m
3350[17:00:10] [Server thread/INFO]: [0;33;22m[21m[4mEmoji Plugin:[m
3351[17:00:10] [Server thread/INFO]: [m
3352[17:00:10] [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
3353[17:00:10] [Server thread/INFO]: [0;31;1mPlease do not spam them or you will be muted.[m
3354[17:00:10] [Server thread/INFO]: [m
3355[17:00:10] [Server thread/INFO]: [m
3356[17:00:15] [Server thread/INFO]: Eeryn issued server command: /particles
3357[17:00:16] [Server thread/INFO]: NudgeMe issued server command: /msg Eeryn meet me at warp d use this style
3358[17:00:17] [Server thread/INFO]: NudgeMe issued server command: /warp d
3359[17:00:22] [Server thread/INFO]: NudgeMe issued server command: /particle
3360[17:00:22] [Server thread/INFO]: Eeryn issued server command: /warp d
3361[17:00:33] [Server thread/INFO]: [m [0;30;1m[[0;32;1mG33kTec[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1m:MB [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m [0;33;22m I do like you dont die in 2 hits from the mobs anymore.[m
3362[17:00:48] [Server thread/INFO]: [0;37;1mPermission "particlestyle.Fairy" added![m
3363[17:00:48] [Server thread/INFO]: [0;37;1mPermission "playerparticles.style.spin" added![m
3364[17:00:48] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;32;1mMessage sent.[m
3365[17:00:48] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;32;1mMessage sent.[m
3366[17:00:50] [Server thread/INFO]: NudgeMe issued server command: /msg i see your particle btw, you might have switched it off in video settings
3367[17:00:52] [Server thread/INFO]: Eeryn issued server command: /particles
3368[17:00:55] [Server thread/INFO]: Eeryn issued server command: /pp style spin
3369[17:00:59] [Server thread/INFO]: NudgeMe issued server command: /msg eeryn i see your particle btw, you might have switched it off in video settings
3370[17:01:12] [Server thread/INFO]: NudgeMe issued server command: /particle
3371[17:01:18] [Server thread/INFO]: NudgeMe issued server command: /particle
3372[17:01:18] [Server thread/INFO]: Eeryn issued server command: /r its set to all
3373[17:01:19] [Server thread/INFO]: NudgeMe issued server command: /pp style halo
3374[17:01:46] [Server thread/INFO]: NudgeMe issued server command: /r hmmm interesting
3375[17:01:49] [Server thread/INFO]: 1is set!
3376[17:01:49] [Server thread/INFO]: 2is set!
3377[17:01:49] [Server thread/INFO]: 3is set!
3378[17:01:49] [Server thread/INFO]: Permission not found!
3379[17:01:49] [Server thread/INFO]: Permission not found!
3380[17:01:49] [Server thread/INFO]: Permission not found!
3381[17:01:49] [Server thread/INFO]: Eeryn has disconnected.
3382[17:01:52] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent Eeryn to spawn[m
3383[17:01:52] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mEeryn/503c775e-59b3-40cd-b773-b3dd910e0675 [0;30;1m[[0;37;22m71.7.180.156[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m1798641[0;37;22m in world [0;36;1mNewPrison[m
3384[17:01:52] [Server thread/INFO]: [0;37;22mEeryn has connected.[m
3385[17:02:12] [Server thread/INFO]: hipporunner issued server command: /gmsp
3386[17:02:13] [Server thread/INFO]: hipporunner issued server command: /gmc
3387[17:02:14] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent milan924 to spawn[m
3388[17:02:14] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mmilan924/d2a5a923-f54b-4c0f-83ff-879de0c92d58 [0;30;1m[[0;37;22m107.5.201.12[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m1806666[0;37;22m in world [0;36;1mNewPrison[m
3389[17:02:15] [Server thread/INFO]: [0;37;22mmilan924 has connected.[m
3390[17:02:30] [Server thread/INFO]: NudgeMe issued server command: /r like i see completely on top of your head, but i seriously think it might be in settings if i'm n
3391[17:02:30] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m1 minute[0;37;22m![m
3392[17:02:30] [Server thread/INFO]: [VT] [0;36mSaving Triggers and Variable data.[0;37m
3393[17:02:32] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3394[17:02:34] [Server thread/INFO]: milan924 issued server command: /quests menu general
3395[17:02:35] [Server thread/INFO]: NudgeMe issued server command: /r not wrong*
3396[17:02:36] [Server thread/INFO]: milan924 issued server command: /pv 4
3397[17:02:38] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3398[17:02:38] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3399[17:02:39] [Server thread/INFO]: milan924 issued server command: /quests menu general
3400[17:02:41] [Server thread/INFO]: milan924 issued server command: /quests menu general
3401[17:02:42] [Server thread/INFO]: Eeryn issued server command: /msg NudgeMe thanks for the style tho :D
3402[17:02:44] [Server thread/INFO]: NudgeMe issued server command: /feed
3403[17:02:51] [Server thread/INFO]: [m [0;30;1m[[0;32;1mMAGA[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1mmilan924 [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m Hipporunner i cant complete the quests.[m
3404[17:02:51] [Server thread/INFO]: NudgeMe issued server command: /r no worries i had spares
3405[17:02:52] [Server thread/INFO]: hipporunner issued server command: /ontime mbproxy
3406[17:02:53] [Server thread/INFO]: Eeryn issued server command: /r sucks that i cant see it :c
3407[17:02:56] [Server thread/INFO]: milan924 issued server command: /pv 4
3408[17:03:03] [Server thread/INFO]: [0;30;1m[21m[[0;32;22mPrison[0;30;1m[21m] [0;37;1mmilan924 has received Tier-1.[m
3409[17:03:05] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3410[17:03:06] [Server thread/INFO]: NudgeMe issued server command: /r let me actually check
3411[17:03:06] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3412[17:03:06] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3413[17:03:07] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3414[17:03:07] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3415[17:03:08] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3416[17:03:08] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3417[17:03:08] [Server thread/INFO]: 1is set!
3418[17:03:08] [Server thread/INFO]: 2is set!
3419[17:03:08] [Server thread/INFO]: 3is set!
3420[17:03:08] [Server thread/INFO]: Permission not found!
3421[17:03:08] [Server thread/INFO]: Permission not found!
3422[17:03:08] [Server thread/INFO]: Permission not found!
3423[17:03:08] [Server thread/INFO]: NudgeMe has disconnected.
3424[17:03:09] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3425[17:03:09] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3426[17:03:10] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3427[17:03:10] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mWarning ground items will be removed in [0;37;1m20 seconds[0;37;22m![m
3428[17:03:11] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3429[17:03:11] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3430[17:03:11] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3431[17:03:12] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3432[17:03:12] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3433[17:03:12] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3434[17:03:14] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3435[17:03:14] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3436[17:03:15] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3437[17:03:15] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3438[17:03:15] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3439[17:03:15] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3440[17:03:16] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3441[17:03:16] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3442[17:03:17] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3443[17:03:17] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3444[17:03:18] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3445[17:03:19] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3446[17:03:19] [Server thread/INFO]: milan924 issued server command: /quests menu general
3447[17:03:23] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3448[17:03:23] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3449[17:03:23] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3450[17:03:29] [Server thread/INFO]: [m [0;30;1m[[0;32;1mMAGA[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1mmilan924 [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m Its not letting me turn in my bucket of milk.[m
3451[17:03:30] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3452[17:03:30] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3453[17:03:30] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
3454[17:03:30] [Server thread/INFO]: [m
3455[17:03:30] [Server thread/INFO]: [0;33;22m[21m[4mPay With Bank Notes:[m
3456[17:03:30] [Server thread/INFO]: [m
3457[17:03:30] [Server thread/INFO]: [0;32;22mYou can pay someone money, by typing [0;33;22m/withdraw <amount>[0;32;22m.[m
3458[17:03:30] [Server thread/INFO]: [0;32;22mIt will give you a [0;33;22mBank Note[0;32;22m that you can give to another player.[m
3459[17:03:30] [Server thread/INFO]: [0;32;22mOnce you recieve a [0;33;22mBank Note[0;32;22m, right click it while in hand to deposit the money.[m
3460[17:03:30] [Server thread/INFO]: [m
3461[17:03:30] [Server thread/INFO]: [m
3462[17:03:31] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3463[17:03:31] [Server thread/INFO]: milan924 issued server command: /quests menu general
3464[17:03:34] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3465[17:03:35] [Server thread/INFO]: mbproxy issued server command: /feed
3466[17:03:35] [Craft Scheduler Thread - 1463/INFO]: [BuycraftX] Fetching all due players...
3467[17:03:35] [Craft Scheduler Thread - 1463/INFO]: [BuycraftX] Fetched due players (2 found).
3468[17:03:36] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;33;1mThe [0;32;22mDirtyDealer [0;33;1mnow has a booster of [0;32;22m15.0%[m
3469[17:03:36] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3470[17:03:37] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3471[17:03:37] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3472[17:03:37] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3473[17:03:38] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3474[17:03:38] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3475[17:03:38] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3476[17:03:39] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3477[17:03:39] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3478[17:03:40] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3479[17:03:40] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3480[17:03:43] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3481[17:03:44] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3482[17:03:44] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3483[17:03:44] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3484[17:03:44] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3485[17:03:45] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3486[17:03:46] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3487[17:03:46] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3488[17:03:46] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3489[17:03:50] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3490[17:03:50] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3491[17:03:50] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3492[17:03:50] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3493[17:03:51] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3494[17:03:52] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3495[17:03:52] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3496[17:03:52] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3497[17:03:53] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3498[17:03:53] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3499[17:03:53] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3500[17:03:53] [Server thread/INFO]: milan924 issued server command: /quests menu general
3501[17:03:54] [Server thread/INFO]: hipporunner issued server command: /tp mbproxy
3502[17:03:55] [Server thread/INFO]: milan924 issued server command: /quests menu general
3503[17:03:57] [Server thread/INFO]: milan924 issued server command: /quests menu general
3504[17:03:59] [Server thread/INFO]: milan924 issued server command: /quests menu general
3505[17:04:02] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3506[17:04:02] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3507[17:04:02] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3508[17:04:03] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3509[17:04:03] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3510[17:04:03] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3511[17:04:03] [Server thread/INFO]: milan924 issued server command: /quests menu general
3512[17:04:07] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3513[17:04:08] [Server thread/INFO]: milan924 issued server command: /quests menu general
3514[17:04:09] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3515[17:04:12] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3516[17:04:13] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3517[17:04:13] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3518[17:04:14] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3519[17:04:15] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3520[17:04:16] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3521[17:04:17] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3522[17:04:18] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3523[17:04:18] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3524[17:04:24] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3525[17:04:24] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3526[17:04:24] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3527[17:04:25] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3528[17:04:25] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3529[17:04:25] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3530[17:04:27] [Server thread/INFO]: hipporunner issued server command: //wand
3531[17:04:28] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3532[17:04:28] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3533[17:04:29] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3534[17:04:29] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3535[17:04:29] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3536[17:04:29] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3537[17:04:31] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3538[17:04:31] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3539[17:04:32] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3540[17:04:32] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3541[17:04:33] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3542[17:04:33] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3543[17:04:34] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3544[17:04:34] [Server thread/INFO]: hipporunner issued server command: //set stonebrick,stonebrick:1
3545[17:04:34] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3546[17:04:34] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3547[17:04:35] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3548[17:04:35] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3549[17:04:35] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3550[17:04:36] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3551[17:04:36] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3552[17:04:36] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3553[17:04:36] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3554[17:04:36] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3555[17:04:37] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3556[17:04:37] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3557[17:04:37] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3558[17:04:37] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3559[17:04:40] [Server thread/INFO]: hipporunner issued server command: //set wool:9
3560[17:04:41] [Server thread/INFO]: hipporunner issued server command: //set wool:6
3561[17:04:42] [Server thread/INFO]: hipporunner issued server command: //set wool:7
3562[17:04:43] [Server thread/INFO]: hipporunner issued server command: //set wool:4
3563[17:04:44] [Server thread/INFO]: hipporunner issued server command: //set wool:3
3564[17:04:45] [Server thread/INFO]: hipporunner issued server command: //set wool:5
3565[17:04:46] [Server thread/INFO]: hipporunner issued server command: //set wool:6
3566[17:04:47] [Server thread/INFO]: hipporunner issued server command: //set wool:2
3567[17:04:47] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3568[17:04:47] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3569[17:04:47] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3570[17:04:47] [Server thread/INFO]: hipporunner issued server command: //set wool:1
3571[17:04:48] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3572[17:04:48] [Server thread/INFO]: milan924 issued server command: /quests menu general
3573[17:04:49] [Server thread/INFO]: hipporunner issued server command: //set wool:12
3574[17:04:50] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent NudgeMe to spawn[m
3575[17:04:50] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mNudgeMe/4cb7fe68-0023-4628-be36-e5c1ee2a4315 [0;30;1m[[0;37;22m194.66.191.22[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m1857867[0;37;22m in world [0;36;1mNewPrison[m
3576[17:04:50] [Server thread/INFO]: hipporunner issued server command: //set wool:12
3577[17:04:50] [Server thread/INFO]: [0;37;22mNudgeMe has connected.[m
3578[17:04:51] [Server thread/INFO]: hipporunner issued server command: //set wool:13
3579[17:04:53] [Server thread/INFO]: NudgeMe issued server command: /warp d
3580[17:04:54] [Server thread/INFO]: mbproxy issued server command: /feed
3581[17:04:54] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3582[17:04:58] [Server thread/INFO]: milan924 issued server command: /pv 4
3583[17:05:03] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3584[17:05:03] [Server thread/INFO]: milan924 issued server command: /quests menu general
3585[17:05:06] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3586[17:05:07] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3587[17:05:07] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3588[17:05:07] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3589[17:05:09] [Server thread/INFO]: NudgeMe issued server command: /msg Eeryn what is your particle in setting set as?
3590[17:05:10] [Server thread/INFO]: milan924 issued server command: /pv 4
3591[17:05:25] [Server thread/INFO]: Eeryn issued server command: /r in setting?
3592[17:05:26] [Server thread/INFO]: NudgeMe issued server command: /r or are you using optifine?
3593[17:05:27] [Craft Scheduler Thread - 1723/INFO]: [0;30;1m[[0;32;22mPrison[0;30;1m] [0;37;22m[0;37;22mYou have added [0;32;1m4 [0;37;22mtokens to [0;32;1mmilan924 [0;37;22mbalance![m
3594[17:05:29] [Server thread/INFO]: Eeryn issued server command: /particles
3595[17:05:31] [Server thread/INFO]: NudgeMe issued server command: /r yeahh in settings
3596[17:05:33] [Server thread/INFO]: milan924 issued server command: /token balance
3597[17:05:34] [Server thread/INFO]: mbproxy issued server command: /quests menu general
3598[17:05:36] [Server thread/INFO]: milan924 issued server command: /token top
3599[17:05:40] [Server thread/INFO]: hipporunner issued server command: /npc select
3600[17:05:40] [Server thread/INFO]: [m [0;30;1m[[0;32;1mMAGA[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1mmilan924 [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m ?[m
3601[17:05:42] [Server thread/INFO]: Eeryn issued server command: /r i dont have any mods
3602[17:05:42] [Server thread/INFO]: mbproxy issued server command: /quests menu general
3603[17:05:43] [Server thread/INFO]: hipporunner issued server command: /npc skeletontype 1
3604[17:05:46] [Server thread/INFO]: hipporunner issued server command: /npc skeletontype wither
3605[17:05:46] [Server thread/INFO]: mbproxy issued server command: /quests menu general
3606[17:05:48] [Server thread/INFO]: mbproxy issued server command: /quests menu general
3607[17:05:49] [Server thread/INFO]: milan924 issued server command: /pv 4
3608[17:05:51] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3609[17:05:52] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3610[17:05:52] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3611[17:05:52] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3612[17:05:53] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3613[17:05:54] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3614[17:05:54] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3615[17:05:55] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3616[17:05:55] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3617[17:05:55] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3618[17:05:56] [Server thread/INFO]: milan924 issued server command: /quests menu general
3619[17:05:56] [Server thread/INFO]: mbproxy issued server command: /quests menu general
3620[17:05:58] [Server thread/INFO]: hipporunner issued server command: /quests menu general
3621[17:05:58] [Server thread/INFO]: Eeryn issued server command: /r particles are all
3622[17:06:00] [Server thread/INFO]: hipporunner issued server command: /quests menu general
3623[17:06:01] [Server thread/INFO]: [m [0;30;1m[[0;32;1mMAGA[0;30;1m] [0;32;1m[0;36;22m[[0;36;1m[21mFree[0;36;22m] [0;34;1mmilan924 [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m Y u drink it!!![m
3624[17:06:03] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3625[17:06:03] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3626[17:06:03] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3627[17:06:04] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3628[17:06:05] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3629[17:06:06] [Server thread/INFO]: mbproxy issued server command: /quests menu general
3630[17:06:06] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3631[17:06:07] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3632[17:06:07] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3633[17:06:08] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3634[17:06:08] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3635[17:06:09] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3636[17:06:09] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3637[17:06:10] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3638[17:06:10] [Server thread/INFO]: squirrel0806 issued server command: /rankup
3639[17:06:10] [Server thread/INFO]: [m[m
3640[17:06:10] [Server thread/INFO]: [0;36;1msquirrel0806 [0;36;22mwas transferred to [0;36;1m[0;34;1m[[0;33;1m[21mC[0;34;1m][0;36;22m![m
3641[17:06:10] [Server thread/INFO]: [m[m
3642[17:06:11] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3643[17:06:14] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3644[17:06:14] [Server thread/INFO]: hipporunner issued server command: /npc select
3645[17:06:14] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3646[17:06:15] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3647[17:06:16] [Server thread/INFO]: milan924 issued server command: /quests menu general
3648[17:06:18] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3649[17:06:18] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3650[17:06:18] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3651[17:06:18] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3652[17:06:19] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3653[17:06:19] [Server thread/INFO]: [ProQuests] ERROR: Attempted to get duplicate itemstack for a null object
3654[17:06:23] [Server thread/INFO]: hipporunner issued server command: /npc remove
3655[17:06:24] [Server thread/INFO]: squirrel0806 issued server command: /warp c
3656[17:06:26] [Server thread/INFO]: milan924 issued server command: /eat
3657[17:06:27] [Server thread/INFO]: milan924 issued server command: /vote
3658[17:06:34] [Server thread/INFO]: mbproxy issued server command: /pv 3
3659[17:06:36] [Server thread/INFO]: [VotingPlugin] Recieved a vote from 'Minecraft-MP.com' by player 'milan924'!
3660[17:06:36] [Thread-50781/INFO]: [VoteRoulette] §9[§4§l§oPrison§9] §2§lmilan924§a just voted for PrisonTech on §aMinecraft-MP.com§a and received a §aVote Key§b!]
3661[17:06:36] [Server thread/INFO]: CONSOLE issued server command: /bcast &2&lmilan924 &aHas just voted for the server and recieved 1 voter key!
3662[17:06:36] [Server thread/INFO]: [0;30;1m[21m[[0;32;22mPrison[0;30;1m[21m] [0;37;1mmilan924 has received Voter.[m
3663[17:06:36] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
3664[17:06:36] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent Brobjorn to spawn[m
3665[17:06:36] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mBrobjorn/292e331d-86e8-45d7-b03f-118cb4911952 [0;30;1m[[0;37;22m81.204.193.59[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m1891439[0;37;22m in world [0;36;1mNewPrison[m
3666[17:06:36] [pool-23-thread-1/INFO]: Creating empty config: /home/container/plugins/Essentials/userdata/292e331d-86e8-45d7-b03f-118cb4911952.yml
3667[17:06:36] [Server thread/INFO]: [0;37;22mBrobjorn has connected.[m
3668[17:06:36] [Craft Scheduler Thread - 1738/INFO]: [0;36;22m[NamelessMC] [0;31;22m[WARNING] [0;31;1mBrobjorn [0;31;22mis not contained in the Players Data File..[m
3669[17:06:36] [Craft Scheduler Thread - 1738/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mAdded [0;36;1mBrobjorn [0;32;1mto the Players Data File.[m
3670[17:06:46] [Server thread/INFO]: NudgeMe issued server command: /r ok thats the only thing i know that should affect it man
3671[17:06:51] [Server thread/INFO]: [m
3672[17:06:51] [Server thread/INFO]: [0;33;22m[21m[4mPay With Bank Notes:[m
3673[17:06:51] [Server thread/INFO]: [m
3674[17:06:51] [Server thread/INFO]: [0;32;22mYou can pay someone money, by typing [0;33;22m/withdraw <amount>[0;32;22m.[m
3675[17:06:51] [Server thread/INFO]: [0;32;22mIt will give you a [0;33;22mBank Note[0;32;22m that you can give to another player.[m
3676[17:06:51] [Server thread/INFO]: [0;32;22mOnce you recieve a [0;33;22mBank Note[0;32;22m, right click it while in hand to deposit the money.[m
3677[17:06:51] [Server thread/INFO]: [m
3678[17:06:51] [Server thread/INFO]: [m
3679[17:06:54] [Server thread/INFO]: squirrel0806 issued server command: /quests menu C
3680[17:06:58] [Server thread/INFO]: Eeryn issued server command: /r its all good :D
3681[17:07:01] [Server thread/INFO]: NudgeMe issued server command: /r i guess just use the old cosmetic but with the new style
3682[17:07:10] [Server thread/INFO]: Eeryn issued server command: /r ill stick to the ones that i can see i guess
3683[17:07:12] [Server thread/INFO]: NudgeMe issued server command: /r i was gonna say like we matched hahha
3684[17:07:13] [Craft Scheduler Thread - 1728/INFO]: [0;30;1m[[0;32;22mPrison[0;30;1m] [0;37;22m[0;37;22mYou have added [0;32;1m2 [0;37;22mtokens to [0;32;1mmilan924 [0;37;22mbalance![m
3685[17:07:22] [Server thread/INFO]: NudgeMe issued server command: /particle
3686[17:07:24] [Server thread/INFO]: NudgeMe issued server command: /pp effect fireworksspark
3687[17:07:25] [Server thread/INFO]: Eeryn issued server command: /particles
3688[17:07:26] [Server thread/INFO]: NudgeMe issued server command: /particle
3689[17:07:29] [Server thread/INFO]: Eeryn issued server command: /pp effect witchmagic
3690[17:07:31] [Server thread/INFO]: NudgeMe issued server command: /pp style orbit
3691[17:07:37] [Server thread/INFO]: NudgeMe issued server command: /particle
3692[17:07:39] [Server thread/INFO]: NudgeMe issued server command: /pp style spin