· 8 years ago · May 02, 2018, 03:06 AM
1[02:30:59] [Server thread/INFO]: Starting minecraft server version 1.8.8
2[02:30:59] [Server thread/INFO]: Loading properties
3[02:30:59] [Server thread/INFO]: Default game type: SURVIVAL
4[02:30:59] [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[02:31:00] [Server thread/INFO]: Server Ping Player Sample Count: 12
6[02:31:00] [Server thread/INFO]: Using 4 threads for Netty based IO
7[02:31:00] [Server thread/INFO]: Debug logging is disabled
8[02:31:00] [Server thread/INFO]: Generating keypair
9[02:31:00] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
10[02:31:00] [Server thread/INFO]: Using epoll channel type
11[02:31:00] [Server thread/ERROR]: Ambiguous plugin name `PlotSquared' for files `plugins/PlotSquared.jar' and `plugins/PlotSquared-3.3.3.jar' in `plugins'
12[02:31:00] [Server thread/ERROR]: Ambiguous plugin name `Itemizer' for files `plugins/Itemizer.jar' and `plugins/Itemizer (2).jar' in `plugins'
13[02:31:00] [Server thread/ERROR]: Ambiguous plugin name `MVdWPlaceholderAPI' for files `plugins/MVdWPlaceholderAPI (1).jar' and `plugins/MVdWPlaceholderAPI.jar' in `plugins'
14[02:31:00] [Server thread/ERROR]: Ambiguous plugin name `BlockParticles' for files `plugins/BlockParticles.jar' and `plugins/BlockParticles[v1.9.7.2].jar' in `plugins'
15[02:31:00] [Server thread/ERROR]: Ambiguous plugin name `PT-PermRemover' for files `plugins/PluginforTyler (4).jar' and `plugins/PT-PermRemover.jar' in `plugins'
16[02:31:00] [Server thread/ERROR]: Ambiguous plugin name `ItemSlotMachine' for files `plugins/ItemSlotMachine_1.3.3.jar' and `plugins/ItemSlotMachine.jar' in `plugins'
17[02:31:00] [Server thread/ERROR]: Ambiguous plugin name `Votifier' for files `plugins/nuvotifier.jar' and `plugins/votifier.jar' in `plugins'
18[02:31:00] [Server thread/ERROR]: Ambiguous plugin name `Shopkeepers' for files `plugins/Shopkeepers.jar' and `plugins/Shopkeepers-0.jar' in `plugins'
19[02:31:00] [Server thread/ERROR]: Ambiguous plugin name `KitCreator' for files `plugins/KitCreator-1.1.jar' and `plugins/KitCreator-1.1 (1).jar' in `plugins'
20[02:31:00] [Server thread/ERROR]: Ambiguous plugin name `FeatherBoard' for files `plugins/FeatherBoard.jar' and `plugins/FeatherBoard (5).jar' in `plugins'
21[02:31:00] [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[02:31:00] [Server thread/ERROR]: Ambiguous plugin name `PacketListenerApi' for files `plugins/PacketListenerAPI.jar' and `plugins/PacketListenerAPI_v3.6.0-SNAPSHOT.jar' in `plugins'
23[02:31:00] [Server thread/ERROR]: Ambiguous plugin name `MobLoot' for files `plugins/Mobloot.jar' and `plugins/Mobloot-2.0.jar' in `plugins'
24[02:31:00] [Server thread/ERROR]: Ambiguous plugin name `Skript' for files `plugins/Skript.jar' and `plugins/Skript-2.1.2.jar' in `plugins'
25[02:31:00] [Server thread/INFO]: Set PluginClassLoader as parallel capable
26[02:31:00] [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[02:31:00] [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[02:31:00] [Server thread/INFO]: [eZProtector] Your server is running version v1_8_R3
59[02:31:01] [Server thread/INFO]: [LampControl] Loading LampControl v3.0
60[02:31:01] [Server thread/INFO]: [BarAPI] Loading BarAPI v3.1
61[02:31:01] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.0.8
62[02:31:01] [Server thread/INFO]: [Buycraft] Loading Buycraft v6.8.2
63[02:31:01] [Server thread/INFO]: [NoHitDelay] Loading NoHitDelay v2.1
64[02:31:01] [Server thread/INFO]: [JailDuty] Loading JailDuty v2.7
65[02:31:01] [Server thread/INFO]: [Arconix] Loading Arconix v1.1.1
66[02:31:01] [Server thread/INFO]: [TpGui] Loading TpGui v1.6
67[02:31:01] [Server thread/INFO]: [SimpleAPI] Loading SimpleAPI v3.7
68[02:31:01] [Server thread/INFO]: [BetterAlias] Loading BetterAlias v1.5.2
69[02:31:01] [Server thread/INFO]: [ItemRestrict] Loading ItemRestrict v2.1.3
70[02:31:01] [Server thread/INFO]: [CustomHelpMessage] Loading CustomHelpMessage v1.4
71[02:31:01] [Server thread/INFO]: [Itemizer] Loading Itemizer v1.8.3
72[02:31:01] [Server thread/INFO]: [SpawnTP] Loading SpawnTP v1.5.7
73[02:31:01] [Server thread/INFO]: [FastCraft] Loading FastCraft v2.0.3
74[02:31:01] [Server thread/INFO]: [Skript] Loading Skript v2.2-dev35
75[02:31:01] [Server thread/INFO]: [AutoBroadcast] Loading AutoBroadcast v2.1-SNAPSHOT
76[02:31:01] [Server thread/INFO]: [ChatControl] Loading ChatControl v5.5.6
77[02:31:01] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.1.3-RELEASE
78[02:31:01] [Server thread/INFO]: [NoSnow] Loading NoSnow v1.0
79[02:31:01] [Server thread/INFO]: [JoinDate] Loading JoinDate v1.7
80[02:31:01] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.5.1
81[02:31:01] [Server thread/INFO]: [Giveall] Loading Giveall v1.1.0
82[02:31:01] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.6.1
83[02:31:01] [Server thread/INFO]: [VoidGenerator] Loading VoidGenerator v1.0
84[02:31:01] [Server thread/INFO]: [PT-PermRemover] Loading PT-PermRemover v1.0
85[02:31:01] [Server thread/INFO]: [LimitCrafting] Loading LimitCrafting v4.0
86[02:31:01] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
87[02:31:01] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.7.0
88[02:31:01] [Server thread/INFO]: [Lottery] Loading Lottery v0.9.4
89[02:31:01] [Server thread/INFO]: [BloodMoon] Loading BloodMoon v0.55-Samistine
90[02:31:01] [Server thread/INFO]: [PlayerParticles] Loading PlayerParticles v4.5
91[02:31:01] [Server thread/INFO]: [SimpleSit] Loading SimpleSit v1.6.3
92[02:31:01] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
93[02:31:01] [Server thread/INFO]: [DiscoArmour] Loading DiscoArmour v1.4
94[02:31:01] [Server thread/INFO]: [ReservedSlots] Loading ReservedSlots v1.0.0-RELEASE
95[02:31:01] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.6
96[02:31:01] [Server thread/INFO]: [Minetrends] Loading Minetrends v2.0.2
97[02:31:01] [Server thread/INFO]: [OneWayBlocks] Loading OneWayBlocks v1.4.0-SNAPSHOT
98[02:31:01] [Server thread/INFO]: [ConsoleScheduler] Loading ConsoleScheduler v1.4.6.0
99[02:31:01] [Server thread/INFO]: [BetterChairs] Loading BetterChairs v0.9.5
100[02:31:01] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.1.2
101[02:31:01] [Server thread/INFO]: [MyEmojis] Loading MyEmojis v1.2
102[02:31:01] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
103[02:31:01] [Server thread/INFO]: [HeadsLite] Loading HeadsLite v1.2
104[02:31:01] [Server thread/INFO]: [NoteBlockAPI] Loading NoteBlockAPI v1.2.0
105[02:31:01] [Server thread/INFO]: [IPLogger] Loading IPLogger v1.0
106[02:31:01] [Server thread/INFO]: [ParticleLIB] Loading ParticleLIB v2.1.1
107[02:31:01] [Server thread/INFO]: [AntiBotDeluxe] Loading AntiBotDeluxe v9.2 - GALAXY
108[02:31:01] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
109[02:31:01] [Server thread/INFO]: [VoteRoulette] Loading VoteRoulette v3.2.1
110[02:31:01] [Server thread/INFO]: [CustomEnderChest] Loading CustomEnderChest v1.4.2
111[02:31:01] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
112[02:31:01] [Server thread/INFO]: [SimpleUc] Loading SimpleUc v1.4.5
113[02:31:01] [Server thread/INFO]: [PacketListenerApi] Loading PacketListenerApi v3.3.5
114[02:31:01] [Server thread/INFO]: [ReflectionHelper] Version is v1_8_R3 (10803)
115[02:31:01] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
116[02:31:01] [Server thread/INFO]: Injected custom channel handlers.
117[02:31:01] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
118[02:31:01] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.6
119[02:31:01] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
120[02:31:01] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.6.0
121[02:31:01] [Server thread/INFO]: [Votifier] Loading Votifier v2.3.7
122[02:31:01] [Server thread/INFO]: [EditDrops] Loading EditDrops v1.0.6
123[02:31:01] [Server thread/INFO]: [EnhancedBalTop] Loading EnhancedBalTop v1.5.9
124[02:31:01] [Server thread/INFO]: [KeepXP] Loading KeepXP v1.0
125[02:31:01] [Server thread/INFO]: [Effect Library] Loading EffectLib v5.5
126[02:31:01] [Server thread/INFO]: [hub] Loading hub v1.0
127[02:31:01] [Server thread/INFO]: [AutoReplant] Loading AutoReplant v0.5
128[02:31:01] [Server thread/INFO]: [ActionAnnouncer] Loading ActionAnnouncer v1.11.0
129[02:31:01] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
130[02:31:01] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
131[02:31:01] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity
132[02:31:01] [Server thread/INFO]: [Shop] Loading Shop v1.5.3.11
133[02:31:01] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v4.0.5
134[02:31:01] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.3.0
135[02:31:01] [Server thread/INFO]: [ViaVersion] ViaVersion 1.3.0 is now loaded, injecting!
136[02:31:01] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
137[02:31:01] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro v1.2.4
138[02:31:01] [Server thread/INFO]: [MineMaze] Loading MineMaze v2.1
139[02:31:01] [Server thread/INFO]: [BeastTokens] Loading BeastTokens v2.7
140[02:31:01] [Server thread/INFO]: [HologramAPI] Loading HologramAPI v1.6.2
141[02:31:01] [Server thread/INFO]: [NamelessMC] Loading NamelessMC vPre-1.1.0
142[02:31:01] [Server thread/INFO]: [BountyHunters] Loading BountyHunters v1.4.5.1
143[02:31:01] [Server thread/INFO]: [MapManager] Loading MapManager v1.4.0-SNAPSHOT
144[02:31:01] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.2.1
145[02:31:01] [Server thread/WARN]: [ProtocolLib] Updater section is missing, regenerate your config!
146[02:31:01] [Server thread/INFO]: [BankNote] Loading BankNote v2.1-SNAPSHOT
147[02:31:01] [Server thread/INFO]: [OnTime] Loading OnTime v4.1.4
148[02:31:01] [Server thread/INFO]: [CustomGUI] Loading CustomGUI v2.2.3.6
149[02:31:01] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
150[02:31:01] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.7
151[02:31:01] [Server thread/INFO]: [DirtyDealer] Loading DirtyDealer v1.1.5
152[02:31:01] [Server thread/INFO]: [VT] Loading VariableTriggers v1.3.3
153[02:31:01] [Server thread/INFO]: [MobLoot] Loading MobLoot v2.1.6
154[02:31:01] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
155[02:31:01] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
156[02:31:01] [Server thread/INFO]: [KitCreator] Loading KitCreator v1.1
157[02:31:01] [Server thread/INFO]: [BossShop] Loading BossShop v2.7.3
158[02:31:01] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
159[02:31:01] [Server thread/INFO]: [boosCooldowns] Loading boosCooldowns v3.8.6
160[02:31:01] [Server thread/INFO]: [CustomPayloadFixer] Loading CustomPayloadFixer v1.5
161[02:31:01] [Server thread/INFO]: [WorldGuardFlyStop] Loading WorldGuardFlyStop v1.4
162[02:31:01] [Server thread/INFO]: [eZProtector] Loading eZProtector v4.1.3
163[02:31:01] [Server thread/INFO]: [VanishNoPacket] Loading VanishNoPacket v3.20
164[02:31:01] [Server thread/INFO]: [KitPreview] Loading KitPreview v5.4.1
165[02:31:01] [Server thread/INFO]: [CraftBook] Loading CraftBook v3.9-SNAPSHOT
166[02:31:01] [Server thread/INFO]: [CombatTagPlus] Loading CombatTagPlus v1.3.1
167[02:31:01] [Server thread/INFO]: [NoFlyZone] Loading NoFlyZone v1.0
168[02:31:01] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.5.12
169[02:31:01] [Server thread/INFO]: [Orebfuscator4] Loading Orebfuscator4 v4.3.3
170[02:31:01] [Server thread/INFO]: [SimplePets] Loading SimplePets v3.9
171[02:31:01] [Server thread/INFO]: [Statscraft] Loading Statscraft v1.2.0
172[02:31:01] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
173[02:31:01] [Server thread/INFO]: [WGRegionEvents] Loading WGRegionEvents vS_Ryan
174[02:31:01] [Server thread/INFO]: [WGCustomFlags] Loading WGCustomFlags v1.8.1-beta
175[02:31:01] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
176[02:31:01] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v3.5.0-SNAPSHOT-95f8aaa
177[02:31:01] [Server thread/INFO]: [WGRegionCommands] Loading WGRegionCommands v0.1
178[02:31:01] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
179[02:31:01] [Server thread/INFO]: [WGTreeFarmFlag] Loading WGTreeFarmFlag vS_Ryan
180[02:31:01] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
181[02:31:01] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.81
182[02:31:01] [Server thread/INFO]: [ItemSlotMachine] Loading ItemSlotMachine v1.3.3
183[02:31:01] [Server thread/INFO]: [PrisonCells] Loading PrisonCells v2.2.3
184[02:31:01] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.2.1
185[02:31:01] [Server thread/INFO]: [KoTH] Loading KoTH v1.3.3
186[02:31:01] [Server thread/INFO]: [HeavySpleef] Loading HeavySpleef v2.4.1
187[02:31:01] [Server thread/INFO]: [AncientGates] Loading AncientGates v2.0.6
188[02:31:01] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.9.5.1
189[02:31:01] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
190[02:31:01] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.0.1
191[02:31:01] [Server thread/INFO]: [GangsPlus] Loading GangsPlus v2.0.22
192[02:31:01] [Server thread/INFO]: [SupplyCrates] Loading SupplyCrates v2.3-STABLE
193[02:31:01] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v1.3.98.3
194[02:31:01] [Server thread/INFO]: [AutoPickup] Loading AutoPickup v3.9
195[02:31:01] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.4
196[02:31:01] [Server thread/INFO]: [LeaderHeads] Loading LeaderHeads v3.1.8
197[02:31:01] [Server thread/INFO]: [PrisonMines] Loading PrisonMines v3.0.5
198[02:31:01] [Server thread/INFO]: [MineCrates] Loading MineCrates v2.6.1
199[02:31:01] [Server thread/INFO]: [ProQuests] Loading ProQuests v2.0.4.1
200[02:31:01] [Server thread/INFO]: [SimpleAPI] Enabling SimpleAPI v3.7
201[02:31:01] [Server thread/INFO]: [SimpleAPI] Checking for updates...
202[02:31:01] [Server thread/INFO]: [SimpleAPI] loading BStats...
203[02:31:01] [Server thread/INFO]: [SimpleAPI] BStats Location: https://bstats.org/plugin/bukkit/SimpleAPI
204[02:31:01] [Server thread/INFO]: [VoidGenerator] Enabling VoidGenerator v1.0
205[02:31:01] [Server thread/INFO]: VoidGenerator has been enabled!
206[02:31:01] [Server thread/INFO]: [BloodMoon] Enabling BloodMoon v0.55-Samistine
207[02:31:01] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
208[02:31:01] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
209[02:31:01] [Server thread/INFO]: [CustomEnderChest] Enabling CustomEnderChest v1.4.2
210[02:31:01] [Server thread/INFO]: [CustomEnderChest] Loading the config file...
211[02:31:01] [Server thread/INFO]: [CustomEnderChest] Config loaded successfully!
212[02:31:01] [Server thread/INFO]: [CustomEnderChest] Using FlatFile system for data.
213[02:31:01] [Server thread/INFO]: [CustomEnderChest] CustomEnderChest loaded successfully!
214[02:31:01] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
215[02:31:01] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
216[02:31:01] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
217[02:31:01] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
218[02:31:01] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
219[02:31:01] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
220[02:31:01] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.2.1
221[02:31:01] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
222[02:31:01] [Server thread/INFO]: [Orebfuscator4] Enabling Orebfuscator4 v4.3.3
223[02:31:01] [Server thread/WARN]: [OFC] World type 'Default' has been created.
224[02:31:01] [Server thread/WARN]: [OFC] World type 'Normal' has been created.
225[02:31:01] [Server thread/ERROR]: Error occurred while enabling Orebfuscator4 v4.3.3 (Is it up to date?)
226java.lang.NullPointerException
227 at com.lishid.orebfuscator.config.MaterialReader.getMaterialIdsByPath(MaterialReader.java:74) ~[?:?]
228 at com.lishid.orebfuscator.config.WorldReader.createEndWorld(WorldReader.java:335) ~[?:?]
229 at com.lishid.orebfuscator.config.WorldReader.readWorldByType(WorldReader.java:117) ~[?:?]
230 at com.lishid.orebfuscator.config.WorldReader.load(WorldReader.java:57) ~[?:?]
231 at com.lishid.orebfuscator.config.ConfigManager.load(ConfigManager.java:129) ~[?:?]
232 at com.lishid.orebfuscator.Orebfuscator.loadOrebfuscatorConfig(Orebfuscator.java:100) ~[?:?]
233 at com.lishid.orebfuscator.Orebfuscator.onEnable(Orebfuscator.java:71) ~[?:?]
234 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
235 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
236 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
237 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
238 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
239 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
240 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
241 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
242[02:31:01] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v3.5.0-SNAPSHOT-95f8aaa
243[02:31:01] [Server thread/INFO]: [0;31;1mPLOT 211 in `plot` is a duplicate. Delete this plot or set `auto-purge: true` in the settings.yml.[m
244[02:31:01] [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
245[02:31:01] [Server thread/INFO]: [0;31;1mENTRY 211 in `plot_helpers` does not exist. Create this plot or set `auto-purge: true` in the settings.yml.[m
246[02:31:01] [Server thread/INFO]: [0;31;1mENTRY 211 in `plot_helpers` does not exist. Create this plot or set `auto-purge: true` in the settings.yml.[m
247[02:31:01] [Server thread/INFO]: [0;31;1mENTRY 211 in `plot_helpers` does not exist. Create this plot or set `auto-purge: true` in the settings.yml.[m
248[02:31:01] [Server thread/INFO]: [0;31;1mENTRY 211 in `plot_settings` does not exist. Create this plot or set `auto-purge: true` in the settings.yml.[m
249[02:31:01] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mMetrics enabled.[m
250[02:31:01] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m [0;33;22mPlotSquared is using online UUIDs[m
251[02:31:02] [Server thread/INFO]: PlotSquared hooked into WorldEdit.[m
252[02:31:02] [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
253[02:31:02] [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
254[02:31:02] [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
255[02:31:02] [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
256[02:31:02] [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
257[02:31:02] [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
258[02:31:02] [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
259[02:31:02] [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
260[02:31:02] [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
261[02:31:02] [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
262[02:31:02] [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
263[02:31:02] [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
264[02:31:02] [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
265[02:31:02] [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
266[02:31:02] [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
267[02:31:02] [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
268[02:31:02] [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
269[02:31:02] [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
270[02:31:02] [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
271[02:31:02] [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
272[02:31:02] [Server thread/INFO]: [0;33;22mPlotSquared is now enabled[m
273[02:31:02] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mMetrics enabled.[m
274[02:31:02] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
275[02:31:02] [Server thread/INFO]: Preparing level "NewPrison"
276[02:31:02] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
277[02:31:02] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
278[02:31:02] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
279[02:31:02] [Server thread/INFO]: Preparing start region for level 0 (Seed: 105954452179569999)
280[02:31:02] [Server thread/INFO]: Preparing start region for level 1 (Seed: -5823894461090306076)
281[02:31:03] [Server thread/INFO]: Preparing start region for level 2 (Seed: -5823894461090306076)
282[02:31:03] [Server thread/INFO]: [LampControl] Enabling LampControl v3.0
283[02:31:03] [Server thread/INFO]: [LampControl] LampControl v3.0 was enabled!
284[02:31:03] [Server thread/INFO]: [BarAPI] Enabling BarAPI v3.1
285[02:31:03] [Server thread/INFO]: [BarAPI] Loaded
286[02:31:03] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.0.8
287[02:31:03] [Server thread/INFO]: [Buycraft] Enabling Buycraft v6.8.2
288[02:31:03] [Server thread/INFO]: [Buycraft] Loaded all signs from disk
289[02:31:03] [Server thread/INFO]: [NoHitDelay] Enabling NoHitDelay v2.1
290[02:31:03] [Server thread/INFO]: [0;36;1m[[0;35;1mNoHitDelay[0;36;1m] NoHitDelay v1.1 by Hendrik_the_best enable[m
291[02:31:03] [Server thread/INFO]: [JailDuty] Enabling JailDuty v2.7
292[02:31:03] [Server thread/INFO]: [Arconix] Enabling Arconix v1.1.1
293[02:31:03] [Server thread/INFO]: [TpGui] Enabling TpGui v1.6
294[02:31:03] [Server thread/INFO]: [BetterAlias] Enabling BetterAlias v1.5.2
295[02:31:03] [Server thread/INFO]: [ItemRestrict] Enabling ItemRestrict v2.1.3
296[02:31:03] [Server thread/INFO]: [ItemRestrict] Restrictions enabled on all worlds.
297[02:31:03] [Server thread/INFO]: [ItemRestrict] Brewing restrictions disabled!
298[02:31:03] [Server thread/INFO]: [ItemRestrict] Wearing restrictions disabled!
299[02:31:03] [Server thread/INFO]: [ItemRestrict] Creative restrictions disabled!
300[02:31:03] [Server thread/INFO]: [ItemRestrict] Pickup restrictions disabled!
301[02:31:03] [Server thread/INFO]: [ItemRestrict] Drop restrictions disabled!
302[02:31:03] [Server thread/INFO]: [ItemRestrict] WorldScanner is disabled!
303[02:31:03] [Server thread/INFO]: [ItemRestrict] ItemRestrict has been successfully loaded!
304[02:31:03] [Server thread/INFO]: [CustomHelpMessage] Enabling CustomHelpMessage v1.4
305[02:31:03] [Server thread/INFO]: [CustomHelpMessage] &9[&4&oPrison&9] &chas been Enabled.
306[02:31:03] [Server thread/INFO]: [Itemizer] Enabling Itemizer v1.8.3
307[02:31:03] [Server thread/INFO]: [SpawnTP] Enabling SpawnTP v1.5.7
308[02:31:03] [Server thread/INFO]: [FastCraft] Enabling FastCraft v2.0.3
309[02:31:03] [Server thread/INFO]: [Skript] Enabling Skript v2.2-dev35
310[02:31:03] [Server thread/WARN]: [Skript] Using this version of Skript on 1.8 is highly discouraged.
311[02:31:03] [Server thread/WARN]: [Skript] Some features have been disabled; use older Skript to restore them.
312[02:31:03] [Server thread/WARN]: [Skript] Also, there are probably bugs. And since 1.8 is not supported, they will not be fixed
313[02:31:04] [Server thread/INFO]: [Skript] Starting updater thread
314[02:31:04] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
315[02:31:04] [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
316[02:31:04] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
317[02:31:04] [Server thread/INFO]: [AutoBroadcast] Enabling AutoBroadcast v2.1-SNAPSHOT
318[02:31:04] [Server thread/INFO]: [AutoBroadcast] Created by NickTheDev, http://nikdev.net/
319[02:31:04] [Server thread/INFO]: [AutoBroadcast] 5 Broadcast(s) loaded successfully!
320[02:31:04] [Server thread/INFO]: [ChatControl] Enabling ChatControl v5.5.6
321[02:31:04] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mEssentials[m
322[02:31:04] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mMultiverse-Core [0;37;22m(World Alias)[m
323[02:31:04] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mProtocolLib [0;37;22m(Packet Features)[m
324[02:31:04] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mVault[m
325[02:31:04] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mPlaceholderAPI[m
326[02:31:04] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.1.3-RELEASE
327[02:31:04] [Server thread/INFO]:
328
329[]=====[Enabling AdvancedBan]=====[]
330| Information:
331| Name: AdvancedBan
332| Developer: Leoko
333| Version: 2.1.3-RELEASE
334| Storage: HSQLDB (local)
335| Support:
336| Skype: Leoko33
337| Mail: Leoko4433@gmail.com
338| Update:
339| You have the newest version
340[]================================[]
341
342[02:31:04] [Server thread/INFO]: [NoSnow] Enabling NoSnow v1.0
343[02:31:04] [Server thread/INFO]: NoSnow v1.0 enabled.
344[02:31:04] [Server thread/INFO]: [JoinDate] Enabling JoinDate v1.7
345[02:31:04] [Server thread/INFO]: [JoinDate] JoinDate version 1.7 Is now Enabled.
346[02:31:04] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.5.1
347[02:31:04] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
348[02:31:04] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
349[02:31:04] [Server thread/INFO]: [Giveall] Enabling Giveall v1.1.0
350[02:31:04] [Server thread/INFO]: [Giveall] Thanks for using GiveAll, by D4n13lH!
351[02:31:04] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.6.1
352[02:31:04] [Server thread/INFO]: [VotingPlugin] Successfully hooked into Vault!
353[02:31:04] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlgin 5.6.1
354[02:31:04] [Server thread/INFO]: [PT-PermRemover] Enabling PT-PermRemover v1.0
355[02:31:04] [Server thread/INFO]: [PT-PermRemover] Plugin Enabled
356[02:31:04] [Server thread/INFO]: Loading config!
357[02:31:04] [Server thread/INFO]: [LimitCrafting] Enabling LimitCrafting v4.0
358[02:31:04] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
359[02:31:04] [Server thread/INFO]: [PermissionsEx] Initializing file backend
360[02:31:05] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
361[02:31:05] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
362[02:31:05] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
363[02:31:05] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.7.0
364[02:31:05] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
365[02:31:05] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.7.0
366[02:31:05] [Server thread/INFO]: [FeatherBoard] Framework version: 2018-03
367[02:31:05] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
368[02:31:05] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
369[02:31:05] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
370[02:31:05] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
371[02:31:05] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
372[02:31:05] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
373[02:31:05] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
374[02:31:05] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
375[02:31:05] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
376[02:31:05] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
377[02:31:05] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
378[02:31:05] [Server thread/INFO]: [FeatherBoard] Loading messages ...
379[02:31:05] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
380[02:31:05] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
381[02:31:05] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
382[02:31:05] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
383[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Armor] ...
384[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Bukkit] ...
385[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [BungeeCord] ...
386[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Color] ...
387[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [CommandPlaceholderPack] ...
388[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Compass placeholders] ...
389[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [EZRanksPro] ...
390[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading event hook: EZRanksUp Rankup event ...
391[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading event hook: EZRanksUp Rankup event ...
392[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Economy] ...
393[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Effects] ...
394[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Entities] ...
395[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Essentials] ...
396[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Facebook] ...
397[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [FireworkEffect] ...
398[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Geographical] ...
399[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Hotbar] ...
400[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [JavaInfo] ...
401[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [LeaderHeads] ...
402[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Memory] ...
403[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [MineCrates] ...
404[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Multiverse-Core] ...
405[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [OnTime] ...
406[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Permissions] ...
407[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [PlaceholderAPI] ...
408[02:31:06] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Player] ...
409[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [PlotSquared] ...
410[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: PlotSquared Plot ...
411[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: PlotSquared Plot ...
412[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Previous Names] ...
413[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [PrisonMines] ...
414[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: PrisonMines Mine ...
415[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: PrisonMines Mine ...
416[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [RedisBungee] ...
417[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [ServerPinger] ...
418[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Skript] ...
419[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Sound Effects] ...
420[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Statistics] ...
421[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [TicksPerSecond] ...
422[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Twitter] ...
423[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Unicode Characters] ...
424[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [VanillaEvents] ...
425[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
426[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
427[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
428[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
429[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
430[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
431[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
432[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
433[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
434[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
435[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
436[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
437[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
438[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
439[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
440[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
441[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [VoteRoulette] ...
442[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [World] ...
443[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [WorldBorder] ...
444[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading placeholder [WorldGuard] ...
445[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: WorldGuard Region ...
446[02:31:07] [Server thread/INFO]: [FeatherBoard] Loading event hook: WorldGuard Region ...
447[02:31:07] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
448[02:31:07] [Server thread/INFO]: [FeatherBoard] Loaded 2485 of the 2485 placholders
449[02:31:07] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
450[02:31:07] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: warning
451[02:31:07] [Server thread/INFO]: [FeatherBoard] Lines: 2
452[02:31:07] [Server thread/INFO]: [FeatherBoard] Arguments: 1
453[02:31:07] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
454[02:31:07] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
455[02:31:07] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'Owner' ...
456[02:31:07] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
457[02:31:07] [Server thread/INFO]: [FeatherBoard] Generating metrics information ...
458[02:31:08] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;32;1mYour version is up to date![m
459[02:31:08] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
460[02:31:08] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
461[02:31:08] [Server thread/INFO]: [Lottery] Enabling Lottery v0.9.4
462[02:31:08] [Server thread/INFO]: [Lottery] Payment method found (Essentials version: 2.2)
463[02:31:08] [Server thread/INFO]: [PlayerParticles] Enabling PlayerParticles v4.5
464[02:31:08] [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.
465[02:31:08] [Server thread/INFO]: [SimpleSit] Enabling SimpleSit v1.6.3
466[02:31:08] [Server thread/INFO]: [DiscoArmour] Enabling DiscoArmour v1.4
467[02:31:08] [Server thread/INFO]: [ReservedSlots] Enabling ReservedSlots v1.0.0-RELEASE
468[02:31:08] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.8.6
469[02:31:08] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
470[02:31:08] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
471[02:31:08] [Server thread/INFO]: [Minetrends] Enabling Minetrends v2.0.2
472[02:31:08] [Server thread/INFO]: <Minetrends> Checking for updates...
473[02:31:08] [Server thread/ERROR]: Error occurred while enabling Minetrends v2.0.2 (Is it up to date?)
474java.lang.NoSuchMethodError: org.json.JSONArray.iterator()Ljava/util/Iterator;
475 at com.volcanicplaza.Minetrends.Minetrends.authenticateServer(Minetrends.java:461) ~[?:?]
476 at com.volcanicplaza.Minetrends.Minetrends.onEnable(Minetrends.java:115) ~[?:?]
477 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
478 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
479 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
480 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
481 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
482 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
483 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
484 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
485 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
486 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
487 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
488[02:31:08] [Server thread/INFO]: [OneWayBlocks] Enabling OneWayBlocks v1.4.0-SNAPSHOT
489[02:31:08] [Server thread/INFO]: [ConsoleScheduler] Enabling ConsoleScheduler v1.4.6.0
490[02:31:08] [Server thread/INFO]: [ConsoleScheduler] Vault Found! Hooking as permission system
491[02:31:08] [Server thread/INFO]: [ConsoleScheduler] By BoomerBR & Boomclaw - v1.4.6.0 enabled.
492[02:31:08] [Server thread/INFO]: [ConsoleScheduler] Command execution will start in 5 seconds.
493[02:31:08] [Server thread/INFO]: [BetterChairs] Enabling BetterChairs v0.9.5
494[02:31:08] [Server thread/INFO]: [BetterChairs] Your server is running version v1_8_R3
495[02:31:08] [Server thread/INFO]: [BetterChairs] NMS hooked !
496[02:31:08] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.1.2
497[02:31:08] [Server thread/INFO]: [NametagEdit] Found PermissionsEx! Hooking in.
498[02:31:08] [Server thread/INFO]: [MyEmojis] Enabling MyEmojis v1.2
499[02:31:08] [Server thread/INFO]: [0;35;1m--------------------[m
500[02:31:08] [Server thread/INFO]: [0;32;1mMyEmojis developed by Mylogo[m
501[02:31:08] [Server thread/INFO]: [0;36;1mPlease visit http://mylogo.me/ for more![m
502[02:31:08] [Server thread/INFO]: [0;36;1mMore resources: https://www.spigotmc.org/resources/authors/mylogo.257885/[m
503[02:31:08] [Server thread/INFO]: [0;35;1m--------------------[m
504[02:31:08] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
505[02:31:08] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
506[02:31:08] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
507[02:31:08] [Server thread/INFO]: [HeadsLite] Enabling HeadsLite v1.2
508[02:31:08] [Server thread/INFO]: [NoteBlockAPI] Enabling NoteBlockAPI v1.2.0
509[02:31:08] [Server thread/INFO]: [IPLogger] Enabling IPLogger v1.0
510[02:31:08] [Server thread/INFO]: [ParticleLIB] Enabling ParticleLIB v2.1.1
511[02:31:08] [Server thread/INFO]: [ParticleLIB] Metrics started
512[02:31:08] [Server thread/INFO]: [AntiBotDeluxe] Enabling AntiBotDeluxe v9.2 - GALAXY
513[02:31:08] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m _ _ ____ _ [0;36;1m_____ _[m
514[02:31:08] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m /\ | | (_) _ \ | | [0;36;1m| __ \ | |[m
515[02:31:08] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m / \ _ __ | |_ _| |_) | ___ | |_[0;36;1m| | | | ___| |_ ___ _____ [m
516[02:31:08] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m / /\ \ | '_ \| __| | _ < / _ \| __[0;36;1m| | | |/ _ \ | | | \ \/ / _ \[m
517[02:31:08] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m / ____ \| | | | |_| | |_) | (_) | |_[0;36;1m| |__| | __/ | |_| |> < __/[m
518[02:31:08] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m/_/ \_\_| |_|\__|_|____/ \___/ \__[0;36;1m|_____/ \___|_|\__,_/_/\_\___|[m
519[02:31:08] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m 9.2.0 Made with love.[m
520[02:31:08] [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
521[02:31:08] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;36;1mEstablishing connection to system[m
522[02:31:09] [Server thread/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;32;1mAntiBotDeluxe connection got validated (100)[m
523[02:31:09] [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
524[02:31:09] [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
525[02:31:09] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
526[02:31:09] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
527[02:31:09] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
528[02:31:09] [Server thread/INFO]: [VoteRoulette] Enabling VoteRoulette v3.2.1
529[02:31:10] [Server thread/INFO]: [VoteRoulette] Hooked into Votifier!
530[02:31:10] [Server thread/INFO]: [VoteRoulette] Hooked into Vault!
531[02:31:10] [Server thread/INFO]: [VoteRoulette] Loading all files and data...
532[02:31:10] [Server thread/WARN]: [VoteRoulette] VoxelSniper detected! Setting default alias to: "/vtr"
533[02:31:10] [Server thread/INFO]: [VoteRoulette] Added Reward: Vote Key
534[02:31:10] [Server thread/INFO]: [VoteRoulette] ...finished loading files and data!
535[02:31:10] [Server thread/INFO]: [VoteRoulette] Enabled!
536[02:31:10] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
537[02:31:10] [Server thread/INFO]: Bukkit version format changed. Version not checked.
538[02:31:10] [Server thread/INFO]: git-Spigot-db6de12-3f3c65f (MC: 1.8.8)
539[02:31:10] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
540[02:31:10] [Server thread/INFO]: Using locale en
541[02:31:10] [Server thread/INFO]: Using locale en
542[02:31:10] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
543[02:31:10] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
544[02:31:10] [Server thread/INFO]: [SimpleUc] Enabling SimpleUc v1.4.5
545[02:31:10] [Server thread/INFO]: [SimpleUc] Enabling Metrics...
546[02:31:10] [Server thread/INFO]: [SimpleUc] Metrics enabled.
547[02:31:10] [Server thread/INFO]: [SimpleUc] SimpleUc enabled.
548[02:31:10] [Server thread/INFO]: [PacketListenerApi] Enabling PacketListenerApi v3.3.5
549[02:31:10] [Server thread/INFO]: [PacketListenerApi] Metrics started
550[02:31:10] [Server thread/INFO]: Adding channels for online players...
551[02:31:10] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
552[02:31:10] [Server thread/INFO]: [ClearLag] Loading modules...
553[02:31:10] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
554[02:31:10] [Server thread/INFO]: [ClearLag] Modules have been loaded!
555[02:31:10] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
556[02:31:10] [Thread-22/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
557[02:31:10] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.6
558[02:31:10] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
559[02:31:10] [Server thread/INFO]: [WorldBorder] [CONFIG] World "plots" has border radius 300 at X: 0.6 Z: 0.5
560[02:31:10] [Server thread/INFO]: [WorldBorder] [CONFIG] World "NewPrison" has border radius 400 at X: 0.5 Z: -13.5
561[02:31:10] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 0.0 Y: 83.0 Z: -14.0
562[02:31:10] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
563[02:31:10] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
564[02:31:10] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
565[02:31:10] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
566[02:31:10] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
567[02:31:10] [Server thread/ERROR]: Error occurred while enabling SkQuery v3.21.4 (Is it up to date?)
568java.lang.IllegalArgumentException: Can't register org.bukkit.event.inventory.InventoryType with the code name inventorytype because that name is already used by types.inventorytype
569 at ch.njol.skript.registrations.Classes.registerClass(Classes.java:90) ~[?:?]
570 at com.w00tmast3r.skquery.skript.EnumClassInfo.register(EnumClassInfo.java:45) ~[?:?]
571 at com.w00tmast3r.skquery.elements.SimpleTypes.run(SimpleTypes.java:26) ~[?:?]
572 at com.w00tmast3r.skquery.Registration.register(Registration.java:149) ~[?:?]
573 at com.w00tmast3r.skquery.Registration.enableSnooper(Registration.java:68) ~[?:?]
574 at com.w00tmast3r.skquery.SkQuery.onEnable(SkQuery.java:25) ~[?:?]
575 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
576 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
577 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
578 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
579 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
580 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
581 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
582 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
583 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
584 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
585 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
586[02:31:10] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.6.0
587[02:31:10] [Thread-22/INFO]: [ClearLag] No updates found!
588[02:31:10] [Server thread/INFO]: [BuycraftX] Validating your server key...
589[02:31:11] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
590[02:31:11] [Server thread/INFO]: [BuycraftX] Updating coupon list...
591[02:31:11] [Server thread/INFO]: [Votifier] Enabling Votifier v2.3.7
592[02:31:11] [Server thread/INFO]: [Votifier] Loaded token for website: default
593[02:31:11] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
594[02:31:11] [Server thread/INFO]: [EditDrops] Enabling EditDrops v1.0.6
595[02:31:11] [nioEventLoopGroup-2-1/INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0:8195.
596[02:31:11] [Server thread/INFO]: [EnhancedBalTop] Enabling EnhancedBalTop v1.5.9
597[02:31:11] [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
598[02:31:11] [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
599[02:31:11] [Server thread/INFO]: [KeepXP] Enabling KeepXP v1.0
600[02:31:11] [Server thread/INFO]: [Effect Library] Enabling EffectLib v5.5
601[02:31:11] [Server thread/INFO]: [hub] Enabling hub v1.0
602[02:31:11] [Server thread/INFO]: [AutoReplant] Enabling AutoReplant v0.5
603[02:31:11] [Server thread/INFO]: [ActionAnnouncer] Enabling ActionAnnouncer v1.11.0
604[02:31:11] [Server thread/INFO]: [ActionAnnouncer] Hooked into PlaceholderAPI for placeholders!
605[02:31:11] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
606[02:31:11] [Server thread/INFO]: [ChestCommands] Hooked BarAPI
607[02:31:11] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity
608[02:31:11] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
609[02:31:11] [Server thread/INFO]: [Shop] Enabling Shop v1.5.3.11
610[02:31:11] [Server thread/INFO]: [Shop] Vault dependency found. Using the Vault economy ($) for currency on the server.
611[02:31:11] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v4.0.5
612[02:31:11] [Server thread/INFO]: [PlayerVaults] Loaded lang for english
613[02:31:11] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
614[02:31:11] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4
615[02:31:11] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
616[02:31:11] [Server thread/INFO]: | You are using an not fully supported server version. (v1_8_R3)
617[02:31:11] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.5.6-b49
618[02:31:11] [Server thread/INFO]: | Command file(s) found : 1
619[02:31:11] [Server thread/INFO]: | Config : Ready.
620[02:31:11] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
621[02:31:11] [Server thread/INFO]: | Duplicated command found. tier2eventfinish in examples.yml
622[02:31:11] [Server thread/INFO]: | Custom commands loaded : 37
623[02:31:11] [Server thread/INFO]: | Version: 5.3.4
624[02:31:11] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
625[02:31:11] [Server thread/INFO]: | You are running the latest version of MyCommand.
626[02:31:11] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
627[02:31:11] [Server thread/INFO]: [EZRanksPro] Enabling EZRanksPro v1.2.4
628[02:31:11] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro messages.yml
629[02:31:11] [Server thread/INFO]: [EZRanksPro] Loading rankups.yml....
630[02:31:11] [Server thread/WARN]: [EZRanksPro] Rankup requirement message successfully loaded!
631[02:31:11] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Free+
632[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: D-Block to C-Block successfully loaded
633[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: C-Block to B-Block successfully loaded
634[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: B-Block to A-Block successfully loaded
635[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: A-Block to H-Block successfully loaded
636[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: H-Block to S-Block successfully loaded
637[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: S-Block to F-Block successfully loaded
638[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: F-Block to J-Block successfully loaded
639[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: J-Block to Free successfully loaded
640[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: D+ to C+ successfully loaded
641[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: C+ to B+ successfully loaded
642[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: B+ to A+ successfully loaded
643[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: A+ to H+ successfully loaded
644[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: H+ to S+ successfully loaded
645[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: S+ to F+ successfully loaded
646[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: F+ to J+ successfully loaded
647[02:31:11] [Server thread/INFO]: [EZRanksPro] Rankup: J+ to Free+ successfully loaded
648[02:31:11] [Server thread/INFO]: [EZRanksPro] 16 rankup(s) loaded
649[02:31:11] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Free+
650[02:31:11] [Server thread/INFO]: [EZRanksPro] 1 rankup cost discounts loaded!
651[02:31:11] [Server thread/INFO]: [EZRanksPro] 1 rankup cost multipliers loaded!
652[02:31:11] [Server thread/INFO]: [EZRanksPro] Failed to check for a update on spigot.
653[02:31:11] [Server thread/INFO]: [EZRanksPro] You are running the latest version of EZRanksPro!
654[02:31:11] [Server thread/INFO]: [MineMaze] Enabling MineMaze v2.1
655[02:31:11] [Server thread/INFO]: [BeastTokens] Enabling BeastTokens v2.7
656[02:31:12] [Server thread/INFO]: [BeastTokens] Running NBT reflection test...
657[02:31:12] [Server thread/INFO]: [BeastTokens] Success! This version of Item-NBT-API is compatible with your server.
658[02:31:12] [Server thread/INFO]: [BeastTokens] BeastTokens : Version 2.7 : has been enabled!
659[02:31:12] [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.
660[02:31:12] [Server thread/INFO]: [MVdWPlaceholderAPI] BeastTokens added custom placeholder {beasttokens_tokens}
661[02:31:12] [Server thread/INFO]: [HologramAPI] Enabling HologramAPI v1.6.2
662[02:31:12] [Server thread/INFO]: [HologramAPI] Found PacketListenerAPI. Enabled touch-holograms.
663[02:31:12] [Server thread/INFO]: [ReflectionHelper] Version is v1_8_R3 (10803)
664[02:31:12] [Server thread/INFO]: [HologramAPI] Metrics started
665[02:31:12] [Server thread/INFO]: [NamelessMC] Enabling NamelessMC vPre-1.1.0
666[02:31:12] [Server thread/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mLoaded NamelessMC configuration file...[m
667[02:31:12] [Server thread/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mLoaded The Commands File![m
668[02:31:12] [Server thread/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mLoaded Messages file![m
669[02:31:12] [Server thread/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mLoaded Players Data File![m
670[02:31:12] [Server thread/INFO]: [MVdWPlaceholderAPI] NamelessMC added custom placeholder {nameless_alerts}
671[02:31:12] [Server thread/INFO]: [MVdWPlaceholderAPI] NamelessMC added custom placeholder {nameless_messages}
672[02:31:13] [Server thread/INFO]: [0;36;22m[NamelessMC] [0;36;1m[Info] [0;32;1mFound no new updates![m
673[02:31:13] [Server thread/INFO]: [BountyHunters] Enabling BountyHunters v1.4.5.1
674[02:31:13] [Server thread/INFO]: [BountyHunters] [0;30;1mDetected Server Version: v1_8_R3[m
675[02:31:13] [Server thread/INFO]: [MapManager] Enabling MapManager v1.4.0-SNAPSHOT
676[02:31:13] [Server thread/INFO]: [BankNote] Enabling BankNote v2.1-SNAPSHOT
677[02:31:13] [Server thread/INFO]: [OnTime] Enabling OnTime v4.1.4
678[02:31:13] [Server thread/INFO]: [CustomGUI] Enabling CustomGUI v2.2.3.6
679[02:31:13] [Server thread/INFO]: [CustomGUI] CustomGUI has hooked into Vault
680[02:31:13] [Server thread/INFO]: [CustomGUI] CustomGUI has hooked into PlaceholderAPI
681[02:31:13] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
682[02:31:13] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.7
683[02:31:13] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
684[02:31:13] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
685[02:31:13] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
686[02:31:13] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
687[02:31:13] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
688[02:31:13] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.7 enabled.
689[02:31:13] [Server thread/INFO]: [DirtyDealer] Enabling DirtyDealer v1.1.5
690[02:31:13] [Server thread/INFO]: [MVdWPlaceholderAPI] DirtyDealer added custom placeholder {dirtydealer_modifier}
691[02:31:13] [Server thread/INFO]: [VT] Enabling VariableTriggers v1.3.3
692[02:31:13] [Server thread/INFO]: [VT] [1;32m1 Objects with total of 2 Variables loaded.[0;37m
693[02:31:13] [Server thread/INFO]: [VT] [1;32m0 WalkTriggers loaded.[0;37m
694[02:31:13] [Server thread/INFO]: [VT] [1;32m2 ClickTriggers loaded.[0;37m
695[02:31:13] [Server thread/INFO]: [VT] [1;32m0 EventTriggers loaded.[0;37m
696[02:31:13] [Server thread/INFO]: [VT] [1;32m0 AreaTriggers loaded.[0;37m
697[02:31:13] [Server thread/INFO]: [VT] [1;32m48 CommandTriggers loaded.[0;37m
698[02:31:13] [Server thread/INFO]: [VT] [1;32m2 Scripts from 1 files loaded.[0;37m
699[02:31:13] [Server thread/INFO]: [VT] [0;36mHooked Vault[0;37m
700[02:31:13] [Server thread/INFO]: [VT] [1;32mUsing Essentials Economy[0;37m
701[02:31:13] [Server thread/INFO]: [VT] [1;32mUsing PermissionsEx[0;37m
702[02:31:13] [Server thread/INFO]: [VT] [1;32mUsing PermissionsEx_Chat[0;37m
703[02:31:14] [Server thread/INFO]: [MobLoot] Enabling MobLoot v2.1.6
704[02:31:14] [Server thread/INFO]: [MobLoot] Hooked: Vault
705[02:31:14] [Server thread/INFO]: [MobLoot] Economy Manager: Essentials Economy
706[02:31:14] [Server thread/INFO]: [MobLoot] Done! [19 ms]
707[02:31:14] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
708[02:31:14] [Server thread/INFO]: [WorldGuard] (NewPrison) TNT ignition is PERMITTED.
709[02:31:14] [Server thread/INFO]: [WorldGuard] (NewPrison) Lighters are PERMITTED.
710[02:31:14] [Server thread/INFO]: [WorldGuard] (NewPrison) Lava fire is blocked.
711[02:31:14] [Server thread/INFO]: [WorldGuard] (NewPrison) All fire spread is disabled.
712[02:31:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NewPrison'
713[02:31:14] [Server thread/INFO]: [WorldGuard] (NewPrison_nether) TNT ignition is PERMITTED.
714[02:31:14] [Server thread/INFO]: [WorldGuard] (NewPrison_nether) Lighters are PERMITTED.
715[02:31:14] [Server thread/INFO]: [WorldGuard] (NewPrison_nether) Lava fire is blocked.
716[02:31:14] [Server thread/INFO]: [WorldGuard] (NewPrison_nether) All fire spread is disabled.
717[02:31:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NewPrison_nether'
718[02:31:14] [Server thread/INFO]: [WorldGuard] (NewPrison_the_end) TNT ignition is PERMITTED.
719[02:31:14] [Server thread/INFO]: [WorldGuard] (NewPrison_the_end) Lighters are PERMITTED.
720[02:31:14] [Server thread/INFO]: [WorldGuard] (NewPrison_the_end) Lava fire is blocked.
721[02:31:14] [Server thread/INFO]: [WorldGuard] (NewPrison_the_end) All fire spread is disabled.
722[02:31:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NewPrison_the_end'
723[02:31:14] [Server thread/INFO]: [WorldGuard] Loading region data...
724[02:31:14] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
725[02:31:14] [Server thread/INFO]: [KitCreator] Enabling KitCreator v1.1
726[02:31:14] [Server thread/INFO]: [KitCreator] KitCreator has been enabled!
727[02:31:14] [Server thread/INFO]: [BossShop] Enabling BossShop v2.7.3
728[02:31:14] [Server thread/INFO]: [BossShop] Loading data...
729[02:31:14] [Server thread/INFO]: [BossShop] Hooked into PlaceholderAPI.
730[02:31:14] [Server thread/INFO]: [BossShop] Loaded 10 Shops!
731[02:31:14] [Server thread/INFO]: [BossShop] Successfully hooked into the Points plugin 'VotingPlugin'!
732[02:31:14] [Server thread/INFO]: [BossShop] Vault found.
733[02:31:14] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
734[02:31:14] [Server thread/INFO]: [boosCooldowns] Enabling boosCooldowns v3.8.6
735[02:31:14] [Server thread/INFO]: [boosCooldowns] version 3.8.6 by [LordBoos (ingame name boosik)] is enabled!
736[02:31:14] [Server thread/INFO]: [boosCooldowns] found [Vault] searching for economy plugin.
737[02:31:14] [Server thread/INFO]: [boosCooldowns] found [Essentials Economy] plugin, enabling prices support.
738[02:31:14] [Server thread/INFO]: [CustomPayloadFixer] Enabling CustomPayloadFixer v1.5
739[02:31:14] [Server thread/INFO]: [WorldGuardFlyStop] Enabling WorldGuardFlyStop v1.4
740[02:31:14] [Server thread/INFO]: [eZProtector] Enabling eZProtector v4.1.3
741[02:31:14] [Server thread/INFO]: [eZProtector] Reloading config...
742[02:31:14] [Server thread/INFO]: [eZProtector] Your server version is compatible with eZProtector.
743[02:31:14] [Server thread/INFO]: [eZProtector] Setting up...
744[02:31:14] [Server thread/INFO]: [eZProtector] The plugin has enabled successfully. Version: 4.1.3
745[02:31:14] [Server thread/INFO]: [VanishNoPacket] Enabling VanishNoPacket v3.20
746[02:31:14] [Server thread/INFO]: [VanishNoPacket] Colored nametags enabled, but I couldn't find TagAPI
747[02:31:14] [Server thread/INFO]: [VanishNoPacket] For awesome colored nametags on vanish, visit
748[02:31:14] [Server thread/INFO]: [VanishNoPacket] http://dev.bukkit.org/server-mods/tag/
749[02:31:14] [Server thread/INFO]: [VanishNoPacket] and download TagAPI.jar
750[02:31:14] [Server thread/INFO]: [VanishNoPacket] Now hooking into Essentials
751[02:31:14] [Server thread/INFO]: [VanishNoPacket] 3.20 loaded.
752[02:31:14] [Server thread/INFO]: [KitPreview] Enabling KitPreview v5.4.1
753[02:31:14] [Server thread/INFO]: [0;32;1m=============================[m
754[02:31:14] [Server thread/INFO]: [0;37;22mKitPreview5.4.1 by [0;35;22mBrianna <3![m
755[02:31:14] [Server thread/INFO]: [0;37;22mAction: [0;32;1mEnabling[0;37;22m...[m
756[02:31:14] [Server thread/INFO]: ==============================================================
757[02:31:14] [Server thread/INFO]: The following is an error encountered in KitPreview.
758[02:31:14] [Server thread/INFO]: --------------------------------------------------------------
759[02:31:14] [Server thread/WARN]: java.lang.NullPointerException
760[02:31:14] [Server thread/WARN]: at com.songoda.kitpreview.KitPreview.setupConfig(SourceFile:128)
761[02:31:14] [Server thread/WARN]: at com.songoda.kitpreview.KitPreview.onEnable(SourceFile:63)
762[02:31:14] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
763[02:31:14] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
764[02:31:14] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
765[02:31:14] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
766[02:31:14] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
767[02:31:14] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
768[02:31:14] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
769[02:31:14] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
770[02:31:14] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
771[02:31:14] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
772[02:31:14] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
773[02:31:14] [Server thread/INFO]: ==============================================================
774[02:31:14] [Server thread/INFO]: [KitPreview] Loading language file
775[02:31:14] [Server thread/INFO]: ==============================================================
776[02:31:14] [Server thread/INFO]: The following is an error encountered in KitPreview.
777[02:31:14] [Server thread/INFO]: --------------------------------------------------------------
778[02:31:14] [Server thread/WARN]: java.lang.NullPointerException: Name is null
779[02:31:14] [Server thread/WARN]: at java.lang.Enum.valueOf(Enum.java:236)
780[02:31:14] [Server thread/WARN]: at org.bukkit.Sound.valueOf(Sound.java:1)
781[02:31:14] [Server thread/WARN]: at com.songoda.kitpreview.duya98dayhsaonjenr398rha9f8ayhfas80fsfa0sfafaduya98dayhsaonjenr398rha9f8ayhfas80fsfa0sfafaaxcxxxa0a9sdusa0duasfsfuas0ffys088fsa90s8fsaf.<init>(SourceFile:16)
782[02:31:14] [Server thread/WARN]: at com.songoda.kitpreview.KitPreview.onEnable(SourceFile:69)
783[02:31:14] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
784[02:31:14] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
785[02:31:14] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
786[02:31:14] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
787[02:31:14] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
788[02:31:14] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
789[02:31:14] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
790[02:31:14] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
791[02:31:14] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
792[02:31:14] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
793[02:31:14] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
794[02:31:14] [Server thread/INFO]: ==============================================================
795[02:31:14] [Server thread/INFO]: [KitPreview] Loading data file
796[02:31:14] [Server thread/INFO]: MCUpdate enabled and loaded
797[02:31:14] [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
798[02:31:14] [Server thread/INFO]: [0;32;1m=============================[m
799[02:31:14] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.9-SNAPSHOT
800[02:31:14] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
801[02:31:14] [Server thread/INFO]: [CraftBook] Successfully added 148 CommandItems!
802[02:31:14] [Server thread/INFO]: [CraftBook] Registered 6 custom recipes!
803[02:31:14] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components...
804[02:31:14] [Server thread/INFO]: [CraftBook] 1875 chunk(s) for 3 world(s) processed (112ms elapsed)
805[02:31:14] [Server thread/INFO]: [CraftBook] The Auto-Updater is disabled for your version!
806[02:31:14] [Server thread/INFO]: [CombatTagPlus] Enabling CombatTagPlus v1.3.1
807[02:31:14] [Server thread/INFO]: [NoFlyZone] Enabling NoFlyZone v1.0
808[02:31:14] [Server thread/INFO]: [NoFlyZone] Hooked into WorldGuard 6.1
809[02:31:14] [Server thread/INFO]: [TitleManager] Enabling TitleManager v1.5.12
810[02:31:14] [Server thread/INFO]: [SimplePets] Enabling SimplePets v3.9
811[02:31:14] [Server thread/INFO]: [SimplePets] Checking for updates...
812[02:31:14] [Server thread/INFO]: [SimplePets] loading BStats...
813[02:31:14] [Server thread/INFO]: [SimplePets] BStats Location: https://bstats.org/plugin/bukkit/SimplePets
814[02:31:14] [Server thread/INFO]: -------------------------------------------
815[02:31:14] [Server thread/INFO]: Error Type: WARNING
816[02:31:14] [Server thread/INFO]: You seem to be on a version below 1.12.1
817[02:31:14] [Server thread/INFO]: SimplePets works best on 1.12.1, Just saying :P
818[02:31:14] [Server thread/INFO]: -------------------------------------------
819[02:31:14] [Server thread/INFO]: [0;33;22m[SimplePets Debug] [0;37;1mLoading Config.yml...[m
820[02:31:18] [Server thread/INFO]: [SimplePets ERROR] Unable to load the item for the MAGMA_CUBE Pet, attempting to get the default item...
821[02:31:18] [Server thread/INFO]: [SimplePets ERROR] Unable to load the item for the SHULKER Pet, attempting to get the default item...
822[02:31:19] [Server thread/INFO]: [Statscraft] Enabling Statscraft v1.2.0
823[02:31:19] [Server thread/INFO]: Statscraft enabled
824[02:31:19] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
825[02:31:19] [Server thread/INFO]: [WGRegionEvents] Enabling WGRegionEvents vS_Ryan
826[02:31:19] [Server thread/INFO]: [WGRegionEvents] [WGRegionEvents] Version: 2.1.0
827[02:31:19] [Server thread/INFO]: [WGRegionEvents] [WGRegionEvents] Successfully Enabled.
828[02:31:19] [Server thread/INFO]: [WGCustomFlags] Enabling WGCustomFlags v1.8.1-beta
829[02:31:19] [Server thread/INFO]: [WGCustomFlags] Loading configuration...
830[02:31:19] [Server thread/INFO]: [WGCustomFlags] Configuration loaded.
831[02:31:19] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
832[02:31:19] [Server thread/WARN]: 7795 [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
833
834[02:31:19] [Server thread/WARN]: 7838 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'
835
836[02:31:19] [Server thread/WARN]: 7842 [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`))
837
838[02:31:19] [Server thread/WARN]: 7844 [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
839
840[02:31:19] [Server thread/WARN]: 7844 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
841
842[02:31:19] [Server thread/WARN]: 7844 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
843
844[02:31:19] [Server thread/WARN]: 7844 [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`) )
845
846[02:31:19] [Server thread/WARN]: 7844 [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` )
847
848[02:31:19] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
849[02:31:19] [Server thread/INFO]: [WGRegionCommands] Enabling WGRegionCommands v0.1
850[02:31:19] [Server thread/INFO]: Added custom flag "player-enter-command" to WorldGuard.
851[02:31:19] [Server thread/INFO]: Added custom flag "player-leave-command" to WorldGuard.
852[02:31:19] [Server thread/INFO]: Added custom flag "server-enter-command" to WorldGuard.
853[02:31:19] [Server thread/INFO]: Added custom flag "server-leave-command" to WorldGuard.
854[02:31:19] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
855[02:31:19] [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
856[02:31:19] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInitiating Database[m
857[02:31:19] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInjecting command info into Citizens.[m
858[02:31:19] [Thread-26/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mLoading commands complete![m
859[02:31:19] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mCommandNPC successfully loaded![m
860[02:31:19] [Server thread/INFO]: [WGTreeFarmFlag] Enabling WGTreeFarmFlag vS_Ryan
861[02:31:19] [Server thread/INFO]: Added custom flag "tree-farm" to WorldGuard.
862[02:31:19] [Server thread/INFO]: Added custom flag "mushroom-farm" to WorldGuard.
863[02:31:19] [Server thread/WARN]: Gathering farm regions and information..
864[02:31:19] [Server thread/WARN]: Done checking regions.
865[02:31:19] [Server thread/WARN]: Version 1.2.15
866[02:31:19] [Server thread/WARN]: By S_Ryan
867[02:31:19] [Server thread/WARN]: Successfully enabled.
868[02:31:19] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
869[02:31:19] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: fblock
870[02:31:19] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
871[02:31:19] [Server thread/INFO]: [WorldGuard] (MVP) TNT ignition is PERMITTED.
872[02:31:19] [Server thread/INFO]: [WorldGuard] (MVP) Lighters are PERMITTED.
873[02:31:19] [Server thread/INFO]: [WorldGuard] (MVP) Lava fire is blocked.
874[02:31:19] [Server thread/INFO]: [WorldGuard] (MVP) All fire spread is disabled.
875[02:31:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MVP'
876[02:31:19] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
877[02:31:19] [Server thread/INFO]: Preparing start region for level 3 (Seed: -231030807)
878[02:31:20] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: VIPNew
879[02:31:20] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
880[02:31:20] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'newplot'[m
881[02:31:20] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
882[02:31:20] [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
883[02:31:20] [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
884[02:31:20] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - schematic: [0;37;22mfalse[m
885[02:31:20] [Server thread/INFO]: [WorldGuard] (newplot) TNT ignition is PERMITTED.
886[02:31:20] [Server thread/INFO]: [WorldGuard] (newplot) Lighters are PERMITTED.
887[02:31:20] [Server thread/INFO]: [WorldGuard] (newplot) Lava fire is blocked.
888[02:31:20] [Server thread/INFO]: [WorldGuard] (newplot) All fire spread is disabled.
889[02:31:20] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'newplot'
890[02:31:20] [Server thread/INFO]: World possibly already loaded: newplot[m
891[02:31:20] [Server thread/INFO]: Preparing start region for level 4 (Seed: 8698331110246132650)
892[02:31:20] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Hplus
893[02:31:20] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
894[02:31:20] [Server thread/INFO]: [WorldGuard] (Elite) TNT ignition is PERMITTED.
895[02:31:20] [Server thread/INFO]: [WorldGuard] (Elite) Lighters are PERMITTED.
896[02:31:20] [Server thread/INFO]: [WorldGuard] (Elite) Lava fire is blocked.
897[02:31:20] [Server thread/INFO]: [WorldGuard] (Elite) All fire spread is disabled.
898[02:31:20] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Elite'
899[02:31:20] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
900[02:31:20] [Server thread/INFO]: Preparing start region for level 5 (Seed: 7787688212002941185)
901[02:31:20] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Falcon
902[02:31:20] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
903[02:31:20] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: OldHblock
904[02:31:20] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
905[02:31:20] [Server thread/INFO]: [WorldGuard] (SBlock) TNT ignition is PERMITTED.
906[02:31:20] [Server thread/INFO]: [WorldGuard] (SBlock) Lighters are PERMITTED.
907[02:31:20] [Server thread/INFO]: [WorldGuard] (SBlock) Lava fire is blocked.
908[02:31:20] [Server thread/INFO]: [WorldGuard] (SBlock) All fire spread is disabled.
909[02:31:20] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SBlock'
910[02:31:20] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
911[02:31:20] [Server thread/INFO]: Preparing start region for level 6 (Seed: -2796760280841032000)
912[02:31:21] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: elite
913[02:31:21] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
914[02:31:21] [Server thread/INFO]: [WorldGuard] (HBlock) TNT ignition is PERMITTED.
915[02:31:21] [Server thread/INFO]: [WorldGuard] (HBlock) Lighters are PERMITTED.
916[02:31:21] [Server thread/INFO]: [WorldGuard] (HBlock) Lava fire is blocked.
917[02:31:21] [Server thread/INFO]: [WorldGuard] (HBlock) All fire spread is disabled.
918[02:31:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'HBlock'
919[02:31:21] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
920[02:31:21] [Server thread/INFO]: Preparing start region for level 7 (Seed: -2208774520838747912)
921[02:31:21] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: jblock
922[02:31:21] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
923[02:31:21] [Server thread/INFO]: [WorldGuard] (BlackMarket) TNT ignition is PERMITTED.
924[02:31:21] [Server thread/INFO]: [WorldGuard] (BlackMarket) Lighters are PERMITTED.
925[02:31:21] [Server thread/INFO]: [WorldGuard] (BlackMarket) Lava fire is blocked.
926[02:31:21] [Server thread/INFO]: [WorldGuard] (BlackMarket) All fire spread is disabled.
927[02:31:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'BlackMarket'
928[02:31:21] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
929[02:31:21] [Server thread/INFO]: Preparing start region for level 8 (Seed: -962885872875636522)
930[02:31:21] [Server thread/INFO]: [WorldGuard] (Tier2) TNT ignition is PERMITTED.
931[02:31:21] [Server thread/INFO]: [WorldGuard] (Tier2) Lighters are PERMITTED.
932[02:31:21] [Server thread/INFO]: [WorldGuard] (Tier2) Lava fire is blocked.
933[02:31:21] [Server thread/INFO]: [WorldGuard] (Tier2) All fire spread is disabled.
934[02:31:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Tier2'
935[02:31:21] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
936[02:31:21] [Server thread/INFO]: Preparing start region for level 9 (Seed: -496088048449320348)
937[02:31:22] [Server thread/INFO]: [WorldGuard] (Tier3) TNT ignition is PERMITTED.
938[02:31:22] [Server thread/INFO]: [WorldGuard] (Tier3) Lighters are PERMITTED.
939[02:31:22] [Server thread/INFO]: [WorldGuard] (Tier3) Lava fire is blocked.
940[02:31:22] [Server thread/INFO]: [WorldGuard] (Tier3) All fire spread is disabled.
941[02:31:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Tier3'
942[02:31:22] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
943[02:31:22] [Server thread/INFO]: Preparing start region for level 10 (Seed: -8948194845716084068)
944[02:31:22] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Jplus
945[02:31:22] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
946[02:31:22] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: plotworld
947[02:31:22] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
948[02:31:22] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: NewSblock
949[02:31:22] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
950[02:31:22] [Server thread/INFO]: [WorldGuard] (pvp) TNT ignition is PERMITTED.
951[02:31:22] [Server thread/INFO]: [WorldGuard] (pvp) Lighters are PERMITTED.
952[02:31:22] [Server thread/INFO]: [WorldGuard] (pvp) Lava fire is blocked.
953[02:31:22] [Server thread/INFO]: [WorldGuard] (pvp) All fire spread is disabled.
954[02:31:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'pvp'
955[02:31:22] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
956[02:31:22] [Server thread/INFO]: CONSOLE issued server command: /time set 0
957[02:31:22] [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
958[02:31:22] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
959[02:31:22] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
960[02:31:22] [Server thread/INFO]: Preparing start region for level 11 (Seed: -6876492738638527491)
961[02:31:22] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'Prestige'[m
962[02:31:22] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
963[02:31:22] [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
964[02:31:22] [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
965[02:31:22] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - schematic: [0;37;22mfalse[m
966[02:31:22] [Server thread/INFO]: [WorldGuard] (Prestige) TNT ignition is PERMITTED.
967[02:31:22] [Server thread/INFO]: [WorldGuard] (Prestige) Lighters are PERMITTED.
968[02:31:22] [Server thread/INFO]: [WorldGuard] (Prestige) Lava fire is blocked.
969[02:31:22] [Server thread/INFO]: [WorldGuard] (Prestige) All fire spread is disabled.
970[02:31:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Prestige'
971[02:31:22] [Server thread/INFO]: World possibly already loaded: Prestige[m
972[02:31:22] [Server thread/INFO]: Preparing start region for level 12 (Seed: -2534432931953499105)
973[02:31:23] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Splus
974[02:31:23] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
975[02:31:23] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Koth1
976[02:31:23] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
977[02:31:23] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Free
978[02:31:23] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
979[02:31:23] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Fplus
980[02:31:23] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
981[02:31:23] [Server thread/INFO]: [WorldGuard] (FBlock) TNT ignition is PERMITTED.
982[02:31:23] [Server thread/INFO]: [WorldGuard] (FBlock) Lighters are PERMITTED.
983[02:31:23] [Server thread/INFO]: [WorldGuard] (FBlock) Lava fire is blocked.
984[02:31:23] [Server thread/INFO]: [WorldGuard] (FBlock) All fire spread is disabled.
985[02:31:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FBlock'
986[02:31:23] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
987[02:31:23] [Server thread/INFO]: CONSOLE issued server command: /time set 0
988[02:31:23] [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
989[02:31:23] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mPrison[0;34;1m] [0;31;1mCommand not found. Type "/help" for help.[m
990[02:31:23] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
991[02:31:23] [Server thread/INFO]: Preparing start region for level 13 (Seed: 126846247898446822)
992[02:31:23] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'plots'[m
993[02:31:23] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
994[02:31:23] [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
995[02:31:23] [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
996[02:31:23] [Server thread/INFO]: [WorldGuard] (plots) TNT ignition is PERMITTED.
997[02:31:23] [Server thread/INFO]: [WorldGuard] (plots) Lighters are PERMITTED.
998[02:31:23] [Server thread/INFO]: [WorldGuard] (plots) Lava fire is blocked.
999[02:31:23] [Server thread/INFO]: [WorldGuard] (plots) All fire spread is disabled.
1000[02:31:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plots'
1001[02:31:23] [Server thread/INFO]: World possibly already loaded: plots[m
1002[02:31:23] [Server thread/INFO]: Preparing start region for level 14 (Seed: 3215246327286594017)
1003[02:31:23] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: PrestigeWorld
1004[02:31:23] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1005[02:31:23] [Server thread/INFO]: [WorldGuard] (TBlock) TNT ignition is PERMITTED.
1006[02:31:23] [Server thread/INFO]: [WorldGuard] (TBlock) Lighters are PERMITTED.
1007[02:31:23] [Server thread/INFO]: [WorldGuard] (TBlock) Lava fire is blocked.
1008[02:31:23] [Server thread/INFO]: [WorldGuard] (TBlock) All fire spread is disabled.
1009[02:31:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'TBlock'
1010[02:31:23] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1011[02:31:23] [Server thread/INFO]: Preparing start region for level 15 (Seed: -1905298965574224629)
1012[02:31:24] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'bigplots'[m
1013[02:31:24] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
1014[02:31:24] [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
1015[02:31:24] [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
1016[02:31:24] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - schematic: [0;37;22mfalse[m
1017[02:31:24] [Server thread/INFO]: [WorldGuard] (bigplots) TNT ignition is PERMITTED.
1018[02:31:24] [Server thread/INFO]: [WorldGuard] (bigplots) Lighters are PERMITTED.
1019[02:31:24] [Server thread/INFO]: [WorldGuard] (bigplots) Lava fire is blocked.
1020[02:31:24] [Server thread/INFO]: [WorldGuard] (bigplots) All fire spread is disabled.
1021[02:31:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bigplots'
1022[02:31:24] [Server thread/INFO]: World possibly already loaded: bigplots[m
1023[02:31:24] [Server thread/INFO]: Preparing start region for level 16 (Seed: -4650052918018326283)
1024[02:31:24] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: H-Block
1025[02:31:24] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1026[02:31:24] [Server thread/INFO]: [WorldGuard] (JBlock) TNT ignition is PERMITTED.
1027[02:31:24] [Server thread/INFO]: [WorldGuard] (JBlock) Lighters are PERMITTED.
1028[02:31:24] [Server thread/INFO]: [WorldGuard] (JBlock) Lava fire is blocked.
1029[02:31:24] [Server thread/INFO]: [WorldGuard] (JBlock) All fire spread is disabled.
1030[02:31:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'JBlock'
1031[02:31:24] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1032[02:31:24] [Server thread/INFO]: Preparing start region for level 17 (Seed: -6719503409491565665)
1033[02:31:24] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: JBlock1
1034[02:31:24] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
1035[02:31:24] [Server thread/INFO]: [WorldGuard] (VIP) TNT ignition is PERMITTED.
1036[02:31:24] [Server thread/INFO]: [WorldGuard] (VIP) Lighters are PERMITTED.
1037[02:31:24] [Server thread/INFO]: [WorldGuard] (VIP) Lava fire is blocked.
1038[02:31:24] [Server thread/INFO]: [WorldGuard] (VIP) All fire spread is disabled.
1039[02:31:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'VIP'
1040[02:31:24] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1041[02:31:24] [Server thread/INFO]: Preparing start region for level 18 (Seed: -5087679486546374229)
1042[02:31:25] [Server thread/INFO]: [WorldGuard] (Tier1) TNT ignition is PERMITTED.
1043[02:31:25] [Server thread/INFO]: [WorldGuard] (Tier1) Lighters are PERMITTED.
1044[02:31:25] [Server thread/INFO]: [WorldGuard] (Tier1) Lava fire is blocked.
1045[02:31:25] [Server thread/INFO]: [WorldGuard] (Tier1) All fire spread is disabled.
1046[02:31:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Tier1'
1047[02:31:25] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
1048[02:31:25] [Server thread/INFO]: Preparing start region for level 19 (Seed: 7189899807914952393)
1049[02:31:25] [Server thread/INFO]: [Multiverse-Core] 20 - World(s) loaded.
1050[02:31:25] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
1051[02:31:25] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.81
1052[02:31:25] [Server thread/INFO]: [Shopkeepers] Citizens found, enabling NPC shopkeepers.
1053[02:31:25] [Server thread/INFO]: [ItemSlotMachine] Enabling ItemSlotMachine v1.3.3
1054[02:31:25] [Server thread/INFO]: [ItemSlotMachine] config.yml successfully loaded.
1055[02:31:25] [Server thread/INFO]: [ItemSlotMachine] Vault hooked, money distribution is active.
1056[02:31:25] [Server thread/INFO]: [ItemSlotMachine] lang_EN.txt successfully loaded.
1057[02:31:25] [Server thread/INFO]: [ItemSlotMachine] 1 design loaded.
1058[02:31:25] [Server thread/INFO]: [ItemSlotMachine] 6 slot machines loaded.
1059[02:31:25] [Server thread/INFO]: [ItemSlotMachine] 144 player statistics loaded.
1060[02:31:25] [Server thread/INFO]: [ItemSlotMachine] This plugin is using Metrics by Hidendra!
1061[02:31:25] [Server thread/INFO]: [ItemSlotMachine] Gambling system version 1.3.3 activated! Have fun ;D (94 ms)
1062[02:31:25] [Server thread/INFO]: [PrisonCells] Enabling PrisonCells v2.2.3
1063[02:31:25] [Server thread/INFO]: [PrisonCells] Rental period set to '24hours'
1064[02:31:25] [Server thread/INFO]: [PrisonCells] Max rental length set to '25days'
1065[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1066[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,8,151,76,8. The world was removed.
1067[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,8,151,76,8. The world was removed.
1069[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+31 because the world it was in doesn't exist anymore.
1070[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+31.yml
1071[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1072[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,77,-8,90,76,-8. The world was removed.
1073[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,77,-10,90,76,-10. The world was removed.
1074[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1075[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,77,-8,90,76,-8. The world was removed.
1076[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,77,-10,90,76,-10. The world was removed.
1077[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+1 because the world it was in doesn't exist anymore.
1078[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+1.yml
1079[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1080[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,77,-10,98,76,-10. The world was removed.
1081[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,77,-8,98,76,-8. The world was removed.
1082[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1083[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,77,-10,98,76,-10. The world was removed.
1084[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,77,-8,98,76,-8. The world was removed.
1085[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+3 because the world it was in doesn't exist anymore.
1086[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+3.yml
1087[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1088[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,8,114,76,8. The world was removed.
1089[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,10,114,76,10. The world was removed.
1090[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,8,114,76,8. The world was removed.
1092[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,10,114,76,10. The world was removed.
1093[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+23 because the world it was in doesn't exist anymore.
1094[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+23.yml
1095[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1096[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,-8,114,76,-8. The world was removed.
1097[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,-10,114,76,-10. The world was removed.
1098[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1099[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,-8,114,76,-8. The world was removed.
1100[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,77,-10,114,76,-10. The world was removed.
1101[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+7 because the world it was in doesn't exist anymore.
1102[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+7.yml
1103[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1104[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,80,8,102,81,8. The world was removed.
1105[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1106[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,80,8,102,81,8. The world was removed.
1107[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+52 because the world it was in doesn't exist anymore.
1108[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+52.yml
1109[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1110[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,8,131,81,8. The world was removed.
1111[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1112[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,8,131,81,8. The world was removed.
1113[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+58 because the world it was in doesn't exist anymore.
1114[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+58.yml
1115[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,8,135,81,8. The world was removed.
1117[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,10,135,81,10. The world was removed.
1118[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1119[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,8,135,81,8. The world was removed.
1120[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,10,135,81,10. The world was removed.
1121[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+59 because the world it was in doesn't exist anymore.
1122[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+59.yml
1123[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,8,98,81,8. The world was removed.
1125[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,10,98,81,10. The world was removed.
1126[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1127[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,8,98,81,8. The world was removed.
1128[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,10,98,81,10. The world was removed.
1129[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+51 because the world it was in doesn't exist anymore.
1130[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+51.yml
1131[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,-8,143,81,-8. The world was removed.
1133[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,-10,143,81,-10. The world was removed.
1134[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1135[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,-8,143,81,-8. The world was removed.
1136[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,-10,143,81,-10. The world was removed.
1137[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+45 because the world it was in doesn't exist anymore.
1138[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+45.yml
1139[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,76,8,131,77,8. The world was removed.
1141[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,76,10,131,77,10. The world was removed.
1142[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1143[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,76,8,131,77,8. The world was removed.
1144[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,76,10,131,77,10. The world was removed.
1145[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+26 because the world it was in doesn't exist anymore.
1146[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+26.yml
1147[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,-10,135,76,-10. The world was removed.
1149[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,-8,135,76,-8. The world was removed.
1150[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1151[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,-10,135,76,-10. The world was removed.
1152[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,-8,135,76,-8. The world was removed.
1153[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+11 because the world it was in doesn't exist anymore.
1154[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+11.yml
1155[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,80,-8,127,81,-8. The world was removed.
1157[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,80,-10,127,81,-10. The world was removed.
1158[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1159[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,80,-8,127,81,-8. The world was removed.
1160[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,80,-10,127,81,-10. The world was removed.
1161[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+41 because the world it was in doesn't exist anymore.
1162[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+41.yml
1163[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1164[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,8,106,81,8. The world was removed.
1165[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1166[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,8,106,81,8. The world was removed.
1167[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+53 because the world it was in doesn't exist anymore.
1168[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+53.yml
1169[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1170[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,80,-8,151,81,-8. The world was removed.
1171[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1172[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,80,-8,151,81,-8. The world was removed.
1173[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+47 because the world it was in doesn't exist anymore.
1174[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+47.yml
1175[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1176[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,81,-8,155,80,-8. The world was removed.
1177[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1178[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,81,-8,155,80,-8. The world was removed.
1179[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+48 because the world it was in doesn't exist anymore.
1180[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+48.yml
1181[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,81,8,127,80,8. The world was removed.
1183[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,81,10,127,80,10. The world was removed.
1184[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1185[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,81,8,127,80,8. The world was removed.
1186[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,81,10,127,80,10. The world was removed.
1187[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+57 because the world it was in doesn't exist anymore.
1188[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+57.yml
1189[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,10,106,76,10. The world was removed.
1191[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,8,106,76,8. The world was removed.
1192[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1193[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,10,106,76,10. The world was removed.
1194[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,8,106,76,8. The world was removed.
1195[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+21 because the world it was in doesn't exist anymore.
1196[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+21.yml
1197[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1198[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,-8,98,81,-8. The world was removed.
1199[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,-10,98,81,-10. The world was removed.
1200[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,-8,98,81,-8. The world was removed.
1202[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,80,-10,98,81,-10. The world was removed.
1203[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+35 because the world it was in doesn't exist anymore.
1204[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+35.yml
1205[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1206[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,-8,139,81,-8. The world was removed.
1207[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,-10,139,81,-10. The world was removed.
1208[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,-8,139,81,-8. The world was removed.
1210[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,-10,139,81,-10. The world was removed.
1211[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+44 because the world it was in doesn't exist anymore.
1212[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+44.yml
1213[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1214[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,8,155,76,8. The world was removed.
1215[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,10,155,76,10. The world was removed.
1216[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,8,155,76,8. The world was removed.
1218[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,10,155,76,10. The world was removed.
1219[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+32 because the world it was in doesn't exist anymore.
1220[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+32.yml
1221[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1222[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,81,8,155,80,8. The world was removed.
1223[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1224[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,81,8,155,80,8. The world was removed.
1225[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+64 because the world it was in doesn't exist anymore.
1226[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+64.yml
1227[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1228[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,-8,106,76,-8. The world was removed.
1229[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,-10,106,76,-10. The world was removed.
1230[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,-8,106,76,-8. The world was removed.
1232[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,77,-10,106,76,-10. The world was removed.
1233[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+5 because the world it was in doesn't exist anymore.
1234[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+5.yml
1235[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1236[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,8,143,76,8. The world was removed.
1237[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,10,143,76,10. The world was removed.
1238[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,8,143,76,8. The world was removed.
1240[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,10,143,76,10. The world was removed.
1241[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+29 because the world it was in doesn't exist anymore.
1242[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+29.yml
1243[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1244[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,-8,102,76,-8. The world was removed.
1245[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,-10,102,76,-10. The world was removed.
1246[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1247[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,-8,102,76,-8. The world was removed.
1248[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,-10,102,76,-10. The world was removed.
1249[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+4 because the world it was in doesn't exist anymore.
1250[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+4.yml
1251[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1252[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,76,8,90,77,8. The world was removed.
1253[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,76,10,90,77,10. The world was removed.
1254[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1255[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,76,8,90,77,8. The world was removed.
1256[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,76,10,90,77,10. The world was removed.
1257[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+17 because the world it was in doesn't exist anymore.
1258[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+17.yml
1259[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1260[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,-8,106,81,-8. The world was removed.
1261[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,-10,106,81,-10. The world was removed.
1262[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1263[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,-8,106,81,-8. The world was removed.
1264[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,106,80,-10,106,81,-10. The world was removed.
1265[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+37 because the world it was in doesn't exist anymore.
1266[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+37.yml
1267[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,-8,155,76,-8. The world was removed.
1269[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1270[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,155,77,-8,155,76,-8. The world was removed.
1271[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+16 because the world it was in doesn't exist anymore.
1272[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+16.yml
1273[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1274[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,-8,118,76,-8. The world was removed.
1275[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,-10,118,76,-10. The world was removed.
1276[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1277[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,-8,118,76,-8. The world was removed.
1278[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,-10,118,76,-10. The world was removed.
1279[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+8 because the world it was in doesn't exist anymore.
1280[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+8.yml
1281[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,8,143,81,8. The world was removed.
1283[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1284[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,80,8,143,81,8. The world was removed.
1285[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+61 because the world it was in doesn't exist anymore.
1286[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+61.yml
1287[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1288[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,8,147,76,8. The world was removed.
1289[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,10,147,76,10. The world was removed.
1290[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1291[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,8,147,76,8. The world was removed.
1292[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,10,147,76,10. The world was removed.
1293[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+30 because the world it was in doesn't exist anymore.
1294[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+30.yml
1295[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1296[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,8,102,76,8. The world was removed.
1297[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,10,102,76,10. The world was removed.
1298[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1299[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,8,102,76,8. The world was removed.
1300[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,77,10,102,76,10. The world was removed.
1301[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+20 because the world it was in doesn't exist anymore.
1302[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+20.yml
1303[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1304[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,-8,110,81,-8. The world was removed.
1305[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,-10,110,81,-10. The world was removed.
1306[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,-8,110,81,-8. The world was removed.
1308[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,-10,110,81,-10. The world was removed.
1309[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+38 because the world it was in doesn't exist anymore.
1310[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+38.yml
1311[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1312[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,8,114,81,8. The world was removed.
1313[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,10,114,81,10. The world was removed.
1314[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,8,114,81,8. The world was removed.
1316[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,10,114,81,10. The world was removed.
1317[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+55 because the world it was in doesn't exist anymore.
1318[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+55.yml
1319[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1320[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,-8,139,76,-8. The world was removed.
1321[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,-10,139,76,-10. The world was removed.
1322[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1323[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,-8,139,76,-8. The world was removed.
1324[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,-10,139,76,-10. The world was removed.
1325[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+12 because the world it was in doesn't exist anymore.
1326[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+12.yml
1327[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1328[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,8,94,81,8. The world was removed.
1329[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1330[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,8,94,81,8. The world was removed.
1331[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+50 because the world it was in doesn't exist anymore.
1332[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+50.yml
1333[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1334[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,8,94,77,8. The world was removed.
1335[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,10,94,77,10. The world was removed.
1336[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1337[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,8,94,77,8. The world was removed.
1338[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,10,94,77,10. The world was removed.
1339[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+18 because the world it was in doesn't exist anymore.
1340[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+18.yml
1341[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1342[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,8,139,81,8. The world was removed.
1343[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,10,139,81,10. The world was removed.
1344[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1345[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,8,139,81,8. The world was removed.
1346[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,80,10,139,81,10. The world was removed.
1347[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+60 because the world it was in doesn't exist anymore.
1348[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+60.yml
1349[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1350[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,-10,114,81,-10. The world was removed.
1351[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,-8,114,81,-8. The world was removed.
1352[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1353[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,-10,114,81,-10. The world was removed.
1354[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,114,80,-8,114,81,-8. The world was removed.
1355[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+39 because the world it was in doesn't exist anymore.
1356[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+39.yml
1357[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1358[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,8,90,81,8. The world was removed.
1359[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,8,90,81,8. The world was removed.
1361[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+49 because the world it was in doesn't exist anymore.
1362[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+49.yml
1363[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1364[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,81,8,151,80,8. The world was removed.
1365[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,81,10,151,80,10. The world was removed.
1366[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1367[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,81,8,151,80,8. The world was removed.
1368[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,81,10,151,80,10. The world was removed.
1369[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+63 because the world it was in doesn't exist anymore.
1370[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+63.yml
1371[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1372[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,8,118,81,8. The world was removed.
1373[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,10,118,81,10. The world was removed.
1374[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,8,118,81,8. The world was removed.
1376[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,10,118,81,10. The world was removed.
1377[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+56 because the world it was in doesn't exist anymore.
1378[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+56.yml
1379[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1380[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,-8,147,76,-8. The world was removed.
1381[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,-10,147,76,-10. The world was removed.
1382[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1383[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,-8,147,76,-8. The world was removed.
1384[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,77,-10,147,76,-10. The world was removed.
1385[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+14 because the world it was in doesn't exist anymore.
1386[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+14.yml
1387[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,-10,94,77,-10. The world was removed.
1389[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,-8,94,77,-8. The world was removed.
1390[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1391[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,-10,94,77,-10. The world was removed.
1392[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,76,-8,94,77,-8. The world was removed.
1393[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+2 because the world it was in doesn't exist anymore.
1394[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+2.yml
1395[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1396[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,-8,135,81,-8. The world was removed.
1397[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,-10,135,81,-10. The world was removed.
1398[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,-8,135,81,-8. The world was removed.
1400[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,80,-10,135,81,-10. The world was removed.
1401[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+43 because the world it was in doesn't exist anymore.
1402[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+43.yml
1403[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1404[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,8,139,76,8. The world was removed.
1405[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,10,139,76,10. The world was removed.
1406[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,8,139,76,8. The world was removed.
1408[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,139,77,10,139,76,10. The world was removed.
1409[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+28 because the world it was in doesn't exist anymore.
1410[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+28.yml
1411[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1412[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,8,118,76,8. The world was removed.
1413[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1414[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,77,8,118,76,8. The world was removed.
1415[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+24 because the world it was in doesn't exist anymore.
1416[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+24.yml
1417[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1418[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,8,135,76,8. The world was removed.
1419[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,10,135,76,10. The world was removed.
1420[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1421[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,8,135,76,8. The world was removed.
1422[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,135,77,10,135,76,10. The world was removed.
1423[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+27 because the world it was in doesn't exist anymore.
1424[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+27.yml
1425[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1426[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,-8,151,76,-8. The world was removed.
1427[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,-10,151,76,-10. The world was removed.
1428[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1429[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,-8,151,76,-8. The world was removed.
1430[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,151,77,-10,151,76,-10. The world was removed.
1431[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+15 because the world it was in doesn't exist anymore.
1432[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+15.yml
1433[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1434[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,-8,118,81,-8. The world was removed.
1435[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,-10,118,81,-10. The world was removed.
1436[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1437[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,-8,118,81,-8. The world was removed.
1438[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,118,80,-10,118,81,-10. The world was removed.
1439[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+40 because the world it was in doesn't exist anymore.
1440[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+40.yml
1441[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,76,8,98,77,8. The world was removed.
1443[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,76,10,98,77,10. The world was removed.
1444[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1445[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,76,8,98,77,8. The world was removed.
1446[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,98,76,10,98,77,10. The world was removed.
1447[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+19 because the world it was in doesn't exist anymore.
1448[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+19.yml
1449[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,8,127,76,8. The world was removed.
1451[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,10,127,76,10. The world was removed.
1452[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1453[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,8,127,76,8. The world was removed.
1454[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,10,127,76,10. The world was removed.
1455[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+25 because the world it was in doesn't exist anymore.
1456[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+25.yml
1457[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1458[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,-8,127,76,-8. The world was removed.
1459[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1460[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,127,77,-8,127,76,-8. The world was removed.
1461[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+9 because the world it was in doesn't exist anymore.
1462[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+9.yml
1463[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1464[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,-8,94,81,-8. The world was removed.
1465[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,-10,94,81,-10. The world was removed.
1466[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,-8,94,81,-8. The world was removed.
1468[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,94,80,-10,94,81,-10. The world was removed.
1469[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+34 because the world it was in doesn't exist anymore.
1470[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+34.yml
1471[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1472[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,-8,143,76,-8. The world was removed.
1473[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,-10,143,76,-10. The world was removed.
1474[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,-8,143,76,-8. The world was removed.
1476[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,143,77,-10,143,76,-10. The world was removed.
1477[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+13 because the world it was in doesn't exist anymore.
1478[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+13.yml
1479[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1480[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,77,-8,110,76,-8. The world was removed.
1481[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,77,-10,110,76,-10. The world was removed.
1482[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,77,-8,110,76,-8. The world was removed.
1484[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,77,-10,110,76,-10. The world was removed.
1485[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+6 because the world it was in doesn't exist anymore.
1486[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+6.yml
1487[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1488[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,-8,147,81,-8. The world was removed.
1489[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,-10,147,81,-10. The world was removed.
1490[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1491[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,-8,147,81,-8. The world was removed.
1492[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,-10,147,81,-10. The world was removed.
1493[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+46 because the world it was in doesn't exist anymore.
1494[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+46.yml
1495[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1496[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,-8,90,81,-8. The world was removed.
1497[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,-10,90,81,-10. The world was removed.
1498[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,-8,90,81,-8. The world was removed.
1500[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,90,80,-10,90,81,-10. The world was removed.
1501[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+33 because the world it was in doesn't exist anymore.
1502[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+33.yml
1503[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1504[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,77,-8,131,76,-8. The world was removed.
1505[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,77,-10,131,76,-10. The world was removed.
1506[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1507[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,77,-8,131,76,-8. The world was removed.
1508[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,77,-10,131,76,-10. The world was removed.
1509[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+10 because the world it was in doesn't exist anymore.
1510[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+10.yml
1511[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1512[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,8,147,81,8. The world was removed.
1513[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,10,147,81,10. The world was removed.
1514[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1515[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,8,147,81,8. The world was removed.
1516[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,147,80,10,147,81,10. The world was removed.
1517[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+62 because the world it was in doesn't exist anymore.
1518[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+62.yml
1519[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1520[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,8,110,81,8. The world was removed.
1521[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,10,110,81,10. The world was removed.
1522[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,8,110,81,8. The world was removed.
1524[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,80,10,110,81,10. The world was removed.
1525[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+54 because the world it was in doesn't exist anymore.
1526[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+54.yml
1527[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1528[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,76,8,110,77,8. The world was removed.
1529[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1530[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,110,76,8,110,77,8. The world was removed.
1531[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+22 because the world it was in doesn't exist anymore.
1532[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+22.yml
1533[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1534[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,-8,131,81,-8. The world was removed.
1535[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,-10,131,81,-10. The world was removed.
1536[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.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[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,-8,131,81,-8. The world was removed.
1538[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,131,80,-10,131,81,-10. The world was removed.
1539[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+42 because the world it was in doesn't exist anymore.
1540[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+42.yml
1541[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1542[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,80,-8,102,81,-8. The world was removed.
1543[02:31:25] [Server thread/ERROR]: Could not call method 'public static net.lightshard.prisoncells.cell.world.region.CuboidRegion net.lightshard.prisoncells.cell.world.region.CuboidRegion.deserialize(java.util.Map)' of class net.lightshard.prisoncells.cell.world.region.CuboidRegion for deserialization: method returned null
1544[02:31:25] [Server thread/WARN]: [PrisonCells] Unable to load door at PrestigeWorld,102,80,-8,102,81,-8. The world was removed.
1545[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell: dcell+36 because the world it was in doesn't exist anymore.
1546[02:31:25] [Server thread/ERROR]: [PrisonCells] Unable to load cell from dcell+36.yml
1547[02:31:25] [Server thread/INFO]: [PrisonCells] Loaded 4 cells(s)
1548[02:31:25] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.2.1
1549[02:31:25] [Server thread/INFO]: [KoTH] Enabling KoTH v1.3.3
1550[02:31:25] [Server thread/INFO]: [KoTH] KoTH - Vanish hook: Enabled
1551[02:31:25] [Server thread/INFO]: [KoTH] KoTH - Featherboard hook: Enabled
1552[02:31:26] [Server thread/INFO]: [HeavySpleef] Enabling HeavySpleef v2.4.1
1553[02:31:26] [Server thread/INFO]: [HeavySpleef] Add-On load complete. Enabled 0 add-ons
1554[02:31:26] [Server thread/INFO]: [AncientGates] Enabling AncientGates v2.0.6
1555[02:31:26] [Server thread/INFO]: [AncientGates] Loading conf from disk
1556[02:31:26] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.9.5.1
1557[02:31:26] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
1558[02:31:26] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
1559[02:31:26] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
1560[02:31:26] [Server thread/WARN]: [HolographicDisplays] Hologram 'redeem' was in the world 'Redeem' but it wasn't loaded.
1561[02:31:26] [Server thread/WARN]: [HolographicDisplays] Hologram 'emeralds-on-d' was in the world 'PrestigeWorld' but it wasn't loaded.
1562[02:31:26] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.0.1
1563[02:31:26] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_8_R3 (Minecraft 1.8)...
1564[02:31:26] [Server thread/INFO]: [MythicMobs] MythicMobs BarAPI Support has been enabled!
1565[02:31:26] [Server thread/INFO]: [MythicMobs] MythicMobs EffectLib Support has been enabled!
1566[02:31:26] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
1567[02:31:26] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
1568[02:31:26] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1569[02:31:26] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1570[02:31:26] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1571[02:31:26] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1572[02:31:26] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1573[02:31:26] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill SummonSkeletons1
1574[02:31:26] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill SummonSkeletons2
1575[02:31:26] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinWither
1576[02:31:26] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill HellsQuake
1577[02:31:26] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill PumpkinRange
1578[02:31:26] [Server thread/INFO]: [MythicMobs] Loaded 6 mobs.
1579[02:31:26] [Server thread/INFO]: [MythicMobs] Loaded 3 vanilla mob overrides.
1580[02:31:26] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
1581[02:31:26] [Server thread/INFO]: [MythicMobs] Loaded 3 skills.
1582[02:31:26] [Server thread/INFO]: [MythicMobs] Loaded 4 random spawns.
1583[02:31:26] [Server thread/INFO]: [MythicMobs] Loaded 25 mythic items.
1584[02:31:26] [Server thread/INFO]: [MythicMobs] Loaded 1 drop tables.
1585[02:31:26] [Server thread/INFO]: [MythicMobs] Loaded 0 mob spawners.
1586[02:31:26] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
1587[02:31:26] [Server thread/INFO]: [MythicMobs] v4.0.1 has been successfully loaded!
1588[02:31:26] [Server thread/INFO]: [GangsPlus] Enabling GangsPlus v2.0.22
1589[02:31:26] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_name}
1590[02:31:26] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_formattedname}
1591[02:31:26] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_level}
1592[02:31:26] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_rank}
1593[02:31:27] [Server thread/INFO]: [SupplyCrates] Enabling SupplyCrates v2.3-STABLE
1594[02:31:27] [Server thread/INFO]: [SupplyCrates] HolographicDisplaysAPI_v2 found, enabling Hologram support.
1595[02:31:27] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v1.3.98.3
1596[02:31:27] [Server thread/INFO]: [CrateReloaded] v1_8_R3
1597[02:31:27] [Server thread/INFO]: [AutoPickup] Enabling AutoPickup v3.9
1598[02:31:27] [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.
1599[02:31:27] [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.
1600[02:31:27] [Server thread/INFO]: [skRayFall] Enabling skRayFall v1.9.4
1601[02:31:27] [Server thread/INFO]: [skRayFall] Yay! You are running skRayFall 1.9.4!
1602[02:31:27] [Server thread/INFO]: [skRayFall] Nathan and Lewis <3 you.
1603[02:31:27] [Server thread/INFO]: [skRayFall] Cooking Bacon...
1604[02:31:27] [Server thread/INFO]: [skRayFall] Getting more bacon for the army of citizens...
1605[02:31:27] [Server thread/INFO]: [skRayFall] Got bacon for the EffectLib partical ninjas!
1606[02:31:27] [Server thread/INFO]: [skRayFall] Getting more bacon for the Votifier runners!
1607[02:31:27] [Server thread/INFO]: [skRayFall] Bacon holograms found
1608[02:31:27] [Server thread/INFO]: [skRayFall] Client Side bacon holograms enabled
1609[02:31:27] [Server thread/INFO]: [skRayFall] Enabling general 1.8/1.9/1.10 bacon!
1610[02:31:27] [Server thread/INFO]: [skRayFall] Getting the extra special 1.8.4 - 1.8.8 bacon!
1611[02:31:27] [Server thread/INFO]: [skRayFall] Bacon is ready!
1612[02:31:27] [Server thread/INFO]: [LeaderHeads] Enabling LeaderHeads v3.1.8
1613[02:31:27] [Server thread/INFO]: [LeaderHeads] Loaded automatic reward: votes
1614[02:31:27] [Server thread/INFO]: [LeaderHeads] Loaded automatic reward: kills
1615[02:31:27] [Server thread/INFO]: [LeaderHeads] Hooked into Citizens
1616[02:31:27] [Server thread/INFO]: [LeaderHeads] Hooked into HolographicDisplays
1617[02:31:27] [Server thread/INFO]: [PrisonMines] Enabling PrisonMines v3.0.5
1618[02:31:28] [Server thread/INFO]: [PrisonMines] HolographicDisplays was found
1619[02:31:28] [Server thread/INFO]: [PrisonMines] Loaded 33 mine(s)
1620[02:31:28] [Server thread/INFO]: [MineCrates] Enabling MineCrates v2.6.1
1621[02:31:28] [Server thread/INFO]: [MineCrates] area_handler hook successfully set to: 'PrisonMines'
1622[02:31:28] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 11 rewards.
1623[02:31:28] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 11 rewards.
1624[02:31:28] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 11 rewards.
1625[02:31:28] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 11 rewards.
1626[02:31:28] [Server thread/WARN]: [MineCrates] Total chance in reward list: default exceeds 100.0!
1627[02:31:28] [Server thread/INFO]: [MineCrates] No more rewards will be loaded from this reward list!
1628[02:31:28] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 10 rewards.
1629[02:31:28] [Server thread/WARN]: [MineCrates] Total chance in reward list: default exceeds 100.0!
1630[02:31:28] [Server thread/INFO]: [MineCrates] No more rewards will be loaded from this reward list!
1631[02:31:28] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 10 rewards.
1632[02:31:28] [Server thread/WARN]: [MineCrates] Total chance in reward list: default exceeds 100.0!
1633[02:31:28] [Server thread/INFO]: [MineCrates] No more rewards will be loaded from this reward list!
1634[02:31:28] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 10 rewards.
1635[02:31:28] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 12 rewards.
1636[02:31:28] [Server thread/INFO]: [MineCrates] 8 MineCrate areas loaded...
1637[02:31:28] [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
1638[02:31:28] [Server thread/INFO]: [ProQuests] Enabling ProQuests v2.0.4.1
1639[02:31:28] [Server thread/INFO]: [ProQuests] Running build #41806
1640[02:31:28] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1641[02:31:28] [Server thread/INFO]: [ProQuests] Loading external plugin hooks....
1642[02:31:28] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1643[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into askyblock
1644[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into auction_gui_plus
1645[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into auction_house
1646[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into auctions
1647[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into autorank
1648[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into autosell
1649[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into battle_levels
1650[02:31:28] [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
1651[02:31:28] [Server thread/INFO]: [ProQuests] Successfully hooked into buycraft
1652[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into chat_reaction
1653[02:31:28] [Server thread/INFO]: [ProQuests] The Citizens version you are using does not support the NPCTeleportEvent
1654[02:31:28] [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
1655[02:31:28] [Server thread/INFO]: [ProQuests] Successfully hooked into citizens
1656[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into crate_keys
1657[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into custom_bosses
1658[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into custom_shops
1659[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into dailybonus
1660[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into ez_blocks
1661[02:31:28] [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
1662[02:31:28] [Server thread/INFO]: [ProQuests] Successfully hooked into ez_ranks
1663[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into factions
1664[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into factions_uuid
1665[02:31:28] [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
1666[02:31:28] [Server thread/INFO]: [ProQuests] Successfully hooked into gangs_plus
1667[02:31:28] [Server thread/INFO]: [ProQuests] Successfully hooked into holographic_displays
1668[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into jobs
1669[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into lucky_blocks
1670[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into mcmmo
1671[02:31:28] [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
1672[02:31:28] [Server thread/INFO]: [ProQuests] Successfully hooked into mine_crates
1673[02:31:28] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_global_multiplier}
1674[02:31:28] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_player_multiplier}
1675[02:31:28] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_weekly_points}
1676[02:31:28] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_monthly_points}
1677[02:31:28] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_total_points}
1678[02:31:28] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_total_active_quests}
1679[02:31:28] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_total_completed_quests}
1680[02:31:28] [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
1681[02:31:28] [Server thread/INFO]: [ProQuests] Successfully hooked into mvdw_placeholders
1682[02:31:28] [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
1683[02:31:28] [Server thread/INFO]: [ProQuests] Successfully hooked into mythic_mobs
1684[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into name_my_tool
1685[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into obsidian_auctions
1686[02:31:28] [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
1687[02:31:28] [Server thread/INFO]: [ProQuests] Successfully hooked into placeholder_api
1688[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into player_points
1689[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into pouches
1690[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into pro_jackpots
1691[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into pro_packages
1692[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into pro_votes
1693[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into rank_vouchers
1694[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into rpg_me
1695[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into shop_gui_plus
1696[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into skill_api
1697[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into sponsored_slots
1698[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into token_enchant
1699[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into token_manager
1700[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into towny
1701[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into unity_gen
1702[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into uskyblock
1703[02:31:28] [Server thread/INFO]: [ProQuests] Successfully hooked into vault
1704[02:31:28] [Server thread/INFO]: [ProQuests] Unable to hook into votifier
1705[02:31:28] [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
1706[02:31:28] [Server thread/INFO]: [ProQuests] Successfully hooked into world_guard
1707[02:31:28] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1708[02:31:28] [Server thread/INFO]: [ProQuests] Loading quests...
1709[02:31:28] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1710[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Wood' quest
1711[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Maze' quest
1712[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Wood' quest
1713[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Hippo' quest
1714[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Head' quest
1715[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Wood' quest
1716[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Naturalist' quest
1717[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-MobHunter1' quest
1718[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Wood' quest
1719[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Wood' quest
1720[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Emeralds' quest
1721[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Intruder' quest
1722[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Diamonds' quest
1723[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Fishing' quest
1724[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Sugarcane' quest
1725[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-MobHunter' quest
1726[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-MobHunter1' quest
1727[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Mining' quest
1728[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-JawsInter' quest
1729[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Leather5' quest
1730[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter1' quest
1731[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-SecretPlots' quest
1732[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Miner' quest
1733[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Milk' quest
1734[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Fish' quest
1735[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Gold' quest
1736[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter2' quest
1737[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Mining' quest
1738[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret1' quest
1739[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Mining' quest
1740[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Fishing' quest
1741[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter' quest
1742[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Enchant' quest
1743[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-CaptainInter' quest
1744[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Miner' quest
1745[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'ObbyQuest' quest
1746[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Wood' quest
1747[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Mining' quest
1748[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter1' quest
1749[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter2' quest
1750[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Head' quest
1751[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Mining' quest
1752[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Wood' quest
1753[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'EnderEye' quest
1754[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'GunPowder' quest
1755[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Fishing' quest
1756[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret2' quest
1757[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Jaws' quest
1758[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Mining' quest
1759[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Bank' quest
1760[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Tier2Slots' quest
1761[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Test' quest
1762[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Fishing' quest
1763[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Mining' quest
1764[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Sugarcane' quest
1765[02:31:28] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1766[02:31:28] [Server thread/INFO]: [ProQuests] Loading menus...
1767[02:31:28] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1768[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'completed-leaderboard' menu
1769[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S' menu
1770[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A' menu
1771[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J' menu
1772[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'pvp' menu
1773[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C' menu
1774[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J3' menu
1775[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'general' menu
1776[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'lifetime-leaderboard' menu
1777[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'weekly-leaderboard' menu
1778[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F' menu
1779[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B' menu
1780[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'monthly-leaderboard' menu
1781[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H' menu
1782[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D' menu
1783[02:31:28] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J2' menu
1784[02:31:29] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
1785[02:31:29] [Server thread/INFO]: Done (26.879s)! For help, type "help" or "?"
1786[02:31:29] [Server thread/INFO]: Starting GS4 status listener
1787[02:31:29] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
1788[02:31:29] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
1789[02:31:29] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
1790[02:31:29] [Craft Scheduler Thread - 14/INFO]: [PlugMan] Updater did not run, it is globally disabled.
1791[02:31:29] [Server thread/WARN]: [AreaShop] AreaShop regions that are missing their WorldGuard region: aplot+21, aplot+22, aplot+23, aplot+24, aplot+25, aplot+26, aplot+27, aplot+28, aplot+20, aplot+29, aplot+10, aplot+11, aplot+12, aplot+13, aplot+14, aplot+15, aplot+16, aplot+17, aplot+18, aplot+19, aplot+30, fsplot3, fsplot2, fsplot5, fsplot4, fsplot1, fsplot7, fsplot6, fsplot8, fplot2, fplot1, fplot6, fplot5, fplot4, fplot3, fplot9, fplot8, fplot7, aplot+2, aplot+1, aplot+4, aplot+3, aplot+6, aplot+5, aplot+8, aplot+7, aplot+9, fplot10, fplot11, fplot12, hplot10
1792[02:31:29] [Server thread/WARN]: [AreaShop] Remove these regions from AreaShop with '/as del' or recreate their regions in WorldGuard.
1793[02:31:29] [Server thread/WARN]: [AreaShop] World PrestigeWorld is not loaded, the following AreaShop regions are not functional now: aplot+21, aplot+22, aplot+23, aplot+24, aplot+25, aplot+26, aplot+27, aplot+28, aplot+20, aplot+29, aplot+10, aplot+11, aplot+12, aplot+13, aplot+14, aplot+15, aplot+16, aplot+17, aplot+18, aplot+19, aplot+30, fsplot3, fsplot2, fsplot5, fsplot4, fsplot1, fsplot7, fsplot6, fsplot8, fplot2, fplot1, fplot6, fplot5, fplot4, fplot3, fplot9, fplot8, fplot7, aplot+2, aplot+1, aplot+4, aplot+3, aplot+6, aplot+5, aplot+8, aplot+7, aplot+9, fplot10, fplot11, fplot12, hplot10
1794[02:31:29] [Server thread/WARN]: [AreaShop] World Falcon is not loaded, the following AreaShop regions are not functional now: aplot+21, aplot+22, aplot+23, aplot+24, aplot+25, aplot+26, aplot+27, aplot+28, aplot+20, aplot+29, aplot+10, aplot+11, aplot+12, aplot+13, aplot+14, aplot+15, aplot+16, aplot+17, aplot+18, aplot+19, aplot+30, fsplot3, fsplot2, fsplot5, fsplot4, fsplot1, fsplot7, fsplot6, fsplot8, fplot2, fplot1, fplot6, fplot5, fplot4, fplot3, fplot9, fplot8, fplot7, aplot+2, aplot+1, aplot+4, aplot+3, aplot+6, aplot+5, aplot+8, aplot+7, aplot+9, fplot10, fplot11, fplot12, hplot10
1795[02:31:29] [Server thread/WARN]: [AreaShop] World OldHblock is not loaded, the following AreaShop regions are not functional now: aplot+21, aplot+22, aplot+23, aplot+24, aplot+25, aplot+26, aplot+27, aplot+28, aplot+20, aplot+29, aplot+10, aplot+11, aplot+12, aplot+13, aplot+14, aplot+15, aplot+16, aplot+17, aplot+18, aplot+19, aplot+30, fsplot3, fsplot2, fsplot5, fsplot4, fsplot1, fsplot7, fsplot6, fsplot8, fplot2, fplot1, fplot6, fplot5, fplot4, fplot3, fplot9, fplot8, fplot7, aplot+2, aplot+1, aplot+4, aplot+3, aplot+6, aplot+5, aplot+8, aplot+7, aplot+9, fplot10, fplot11, fplot12, hplot10
1796[02:31:29] [Server thread/WARN]: [AreaShop] Remove these regions from AreaShop with '/as del' or load the world(s) on the server again.
1797[02:31:29] [Craft Scheduler Thread - 2/WARN]: Exception in thread "Craft Scheduler Thread - 2"
1798[02:31:29] [Craft Scheduler Thread - 2/WARN]: org.apache.commons.lang.UnhandledException: Plugin MobLoot v2.1.6 generated an exception while executing task 307
1799 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1800 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
1801 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
1802 at java.lang.Thread.run(Thread.java:748)
1803Caused by: java.lang.NullPointerException
1804 at me.jsbroks.mobloot2.Main$1.run(Main.java:137)
1805 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1806 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1807 ... 3 more
1808
1809[02:31:29] [Server thread/INFO]: [Buycraft] Authenticated with the specified Secret key.
1810[02:31:29] [Server thread/INFO]: [Buycraft] Plugin is now ready to be used.
1811[02:31:29] [Craft Scheduler Thread - 33/INFO]: [MineCrates] Failed to check for a update on spigot.
1812[02:31:29] [Craft Scheduler Thread - 33/INFO]: [MineCrates] You are running the latest version of MineCrates!
1813[02:31:29] [Server thread/INFO]: [Skript] Loading variables...
1814[02:31:29] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds
1815[02:31:29] [Server thread/ERROR]: #!#!
1816[02:31:29] [Server thread/ERROR]: #!#! [Skript] Severe Error:
1817[02:31:29] [Server thread/ERROR]: #!#! Could not load restart.sk
1818[02:31:29] [Server thread/ERROR]: #!#!
1819[02:31:29] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
1820[02:31:29] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
1821[02:31:29] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
1822[02:31:29] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
1823[02:31:29] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
1824[02:31:29] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
1825[02:31:29] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
1826[02:31:29] [Server thread/ERROR]: #!#!
1827[02:31:29] [Server thread/ERROR]: #!#! Stack trace:
1828[02:31:29] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
1829[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
1830[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1802)
1831[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1769)
1832[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1517)
1833[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
1834[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
1835[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
1836[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
1837[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1533)
1838[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1463)
1839[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1490)
1840[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
1841[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
1842[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
1843[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:969)
1844[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:488)
1845[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:621)
1846[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
1847[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
1848[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
1849[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
1850[02:31:29] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
1851[02:31:29] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1852[02:31:29] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
1853[02:31:29] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
1854[02:31:29] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
1855[02:31:29] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
1856[02:31:29] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
1857[02:31:29] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
1858[02:31:29] [Server thread/ERROR]: #!#!
1859[02:31:29] [Server thread/ERROR]: #!#! Version Information:
1860[02:31:29] [Server thread/ERROR]: #!#! Skript: 2.2-dev35
1861[02:31:29] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
1862[02:31:29] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
1863[02:31:29] [Server thread/ERROR]: #!#! Java: 1.8.0_161 (Java HotSpot(TM) 64-Bit Server VM 25.161-b12)
1864[02:31:29] [Server thread/ERROR]: #!#! OS: Linux amd64 3.10.0-693.21.1.el7.x86_64
1865[02:31:29] [Server thread/ERROR]: #!#!
1866[02:31:29] [Server thread/ERROR]: #!#! Server platform: Spigot
1867[02:31:29] [Server thread/ERROR]: #!#!
1868[02:31:29] [Server thread/ERROR]: #!#! Current node: wait 60 seconds (restart.sk, line 8)
1869[02:31:29] [Server thread/ERROR]: #!#! Current item: null
1870[02:31:29] [Server thread/ERROR]: #!#!
1871[02:31:29] [Server thread/ERROR]: #!#! Thread: Server thread
1872[02:31:29] [Server thread/ERROR]: #!#!
1873[02:31:29] [Server thread/ERROR]: #!#! Language: english
1874[02:31:29] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
1875[02:31:29] [Server thread/ERROR]: #!#!
1876[02:31:29] [Server thread/ERROR]: #!#! End of Error.
1877[02:31:29] [Server thread/ERROR]: #!#!
1878[02:31:29] [Server thread/INFO]: [Skript] All scripts loaded without errors.
1879[02:31:29] [Server thread/INFO]: [Skript] Loaded 1 script with a total of 0 triggers and 0 commands in 0.03 seconds
1880[02:31:29] [Server thread/INFO]: [Skript] Finished loading.
1881[02:31:29] [pool-11-thread-2/INFO]: [Buycraft] Loaded 15 package(s) into the cache.
1882[02:31:29] [Craft Scheduler Thread - 25/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running custom Skript version. No updates will be automatically installed.[m
1883[02:31:29] [Server thread/INFO]: [Citizens] Loaded 23 NPCs.
1884[02:31:29] [Craft Scheduler Thread - 12/INFO]: [MapManager] A new version is available: https://r.spiget.org/19198
1885[02:31:29] [Server thread/INFO]: [AncientGates] Loading gates from disk
1886[02:31:29] [Server thread/INFO]: [AncientGates] Loading gates into memory
1887[02:31:29] [Server thread/INFO]: [AncientGates] Enabled
1888[02:31:29] [Server thread/INFO]: [m
1889[02:31:29] [Server thread/INFO]: [0;33;22m[21m[4mBounty Plugin:[m
1890[02:31:29] [Server thread/INFO]: [m
1891[02:31:29] [Server thread/INFO]: [0;32;22mTo set a bounty on a player. Type [0;33;22m/bounty name reward[0;32;22m.[m
1892[02:31:29] [Server thread/INFO]: [0;32;22mTo accept a bounty. Type [0;33;22m/bounties [0;32;22m and select one from the GUI.[m
1893[02:31:29] [Server thread/INFO]: [m
1894[02:31:29] [Server thread/INFO]: [m
1895[02:31:29] [Craft Scheduler Thread - 50/INFO]: [Vault] Checking for Updates ...
1896[02:31:29] [Craft Scheduler Thread - 54/INFO]: [PlaceholderAPI] 109 placeholder expansions are available on the cloud.
1897[02:31:29] [Craft Scheduler Thread - 50/INFO]: [Vault] No new version available
1898[02:31:30] [Craft Scheduler Thread - 41/INFO]: [ChatControl] [0;36;1mChatControl is updating! Downloading v5.6.4[m
1899[02:31:30] [Craft Scheduler Thread - 41/INFO]: [ChatControl] Got file of size: 193.533 kb[m
1900[02:31:30] [Craft Scheduler Thread - 41/INFO]: [ChatControl] Downloaded! File uploaded into the update folder. Please copy it to the plugins folder.[m
1901[02:31:30] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent waralex16 to spawn[m
1902[02:31:30] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mwaralex16/302c1756-4441-4544-8582-28f1543cd8ef [0;30;1m[[0;37;22m98.192.232.59[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m1265[0;37;22m in world [0;36;1mNewPrison[m
1903[02:31:33] [Server thread/INFO]: [0;37;22mwaralex16 has connected.[m
1904[02:31:35] [Craft Scheduler Thread - 6/INFO]: [ConsoleScheduler] has started executing commands
1905[02:31:35] [Craft Scheduler Thread - 6/INFO]: -------------[ConsoleScheduler]--------------
1906[02:31:35] [Craft Scheduler Thread - 6/INFO]: getConfig contains CommandSchedule.Command1
1907[02:31:35] [Craft Scheduler Thread - 6/INFO]: [ConsoleScheduler] has attempted to put 1 commands on schedule.
1908[02:31:35] [Craft Scheduler Thread - 5/WARN]: Exception in thread "Craft Scheduler Thread - 5"
1909[02:31:35] [Craft Scheduler Thread - 5/WARN]: org.apache.commons.lang.UnhandledException: Plugin VotingPlugin v5.6.1 generated an exception while executing task 32
1910 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1911 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
1912 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
1913 at java.lang.Thread.run(Thread.java:748)
1914Caused by: java.lang.NullPointerException
1915 at com.Ben12345rocks.VotingPlugin.AdvancedCore.Util.Updater.Updater.run(Updater.java:147)
1916 at com.Ben12345rocks.VotingPlugin.AdvancedCore.Util.Updater.Updater.<init>(Updater.java:104)
1917 at com.Ben12345rocks.VotingPlugin.Util.Updater.CheckUpdate.checkUpdate(CheckUpdate.java:49)
1918 at com.Ben12345rocks.VotingPlugin.Util.Updater.CheckUpdate$1.run(CheckUpdate.java:79)
1919 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1920 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1921 ... 3 more
1922
1923[02:31:36] [Server thread/INFO]: Starting UUID caching[m
1924[02:31:36] [Craft Scheduler Thread - 66/INFO]: [BuycraftX] Fetching all due players...
1925[02:31:36] [Craft Scheduler Thread - 67/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mStarting player data caching for: NewPrison[m
1926[02:31:36] [Craft Scheduler Thread - 67/INFO]: [0;32;1mFast mode UUID caching enabled![m
1927[02:31:36] [Craft Scheduler Thread - 13/INFO]: Checking update...
1928[02:31:36] [Craft Scheduler Thread - 13/WARN]: Exception in thread "Craft Scheduler Thread - 13"
1929[02:31:36] [Craft Scheduler Thread - 13/WARN]: org.apache.commons.lang.UnhandledException: Plugin eZProtector v4.1.3 generated an exception while executing task 315
1930 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1931 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
1932 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
1933 at java.lang.Thread.run(Thread.java:748)
1934Caused by: java.lang.NullPointerException
1935 at ez.plugins.dan.SpigotUpdater.SpigotUpdater.run(SpigotUpdater.java:80)
1936 at ez.plugins.dan.SpigotUpdater.SpigotUpdater.<init>(SpigotUpdater.java:58)
1937 at ez.plugins.dan.SpigotUpdater.UpdateChecker.checkUpdate(UpdateChecker.java:17)
1938 at ez.plugins.dan.Main$1.run(Main.java:58)
1939 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1940 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1941 ... 3 more
1942
1943[02:31:36] [Craft Scheduler Thread - 67/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mCached a total of: 141 UUIDs[m
1944[02:31:36] [Craft Scheduler Thread - 67/INFO]: Adding new expiry task![m
1945[02:31:36] [Craft Scheduler Thread - 66/INFO]: [BuycraftX] Fetched due players (3 found).
1946[02:31:37] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
1947[02:31:37] [Server thread/INFO]: [FeatherBoard] Fetching modules from server ...
1948[02:31:40] [Craft Scheduler Thread - 69/INFO]: [VoteRoulette] There's a different version available: 3.2.3 (Current version is: 3.2.1)
1949[02:31:40] [Craft Scheduler Thread - 69/INFO]: [VoteRoulette] Visit http://dev.bukkit.org/bukkit-plugins/voteroulette/
1950[02:31:40] [Craft Scheduler Thread - 69/INFO]: [VoteRoulette] You can disable automatic update checking in the config.
1951[02:31:41] [Craft Scheduler Thread - 27/WARN]: [LeaderHeads] Buycraft is not compatible with your server version. Update Buycraft or use BuycraftX.
1952[02:31:41] [Craft Scheduler Thread - 33/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
1953[02:31:41] [Craft Scheduler Thread - 33/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
1954[02:31:41] [Craft Scheduler Thread - 33/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
1955[02:31:41] [Craft Scheduler Thread - 33/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttp://blocklist.greensnow.co/greensnow.txt[m
1956[02:31:41] [Craft Scheduler Thread - 33/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
1957[02:31:41] [Craft Scheduler Thread - 33/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttp://proxy-daily.com/[m
1958[02:31:41] [Craft Scheduler Thread - 33/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttp://www.sslproxies24.top/[m
1959[02:31:41] [Craft Scheduler Thread - 33/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mStarting to synchronize [0;33;1mhttp://socksproxylist24.blogspot.ro/[m
1960[02:31:41] [Thread-10343/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttp://proxy-daily.com/[m
1961[02:31:42] [Thread-10340/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
1962[02:31:42] [Thread-10341/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttp://blocklist.greensnow.co/greensnow.txt[m
1963[02:31:43] [Thread-10342/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
1964[02:31:43] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1965[02:31:43] [Server thread/INFO]: [ProQuests] Loading NPCS...
1966[02:31:43] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1967[02:31:43] [Server thread/WARN]: [ProQuests] Task #11782 for ProQuests v2.0.4.1 generated an exception
1968java.lang.NullPointerException
1969 at com.culleystudios.proquests.managers.NPCManager.loadNPC(NPCManager.java:211) ~[?:?]
1970 at com.culleystudios.proquests.managers.NPCManager$1.run(NPCManager.java:378) ~[?:?]
1971 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
1972 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
1973 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
1974 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
1975 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
1976 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
1977 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
1978[02:31:43] [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;22m4.0%[m
1979[02:31:44] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'HBlock' have been background saved
1980[02:31:44] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'BlackMarket' have been background saved
1981[02:31:44] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'SBlock' have been background saved
1982[02:31:44] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'NewPrison' have been background saved
1983[02:31:44] [Timer-4/INFO]: [WorldGuard] Region data changes made in 'JBlock' have been background saved
1984[02:31:45] [Thread-10339/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
1985[02:31:45] [Thread-10338/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
1986[02:31:46] [Thread-10344/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttp://www.sslproxies24.top/[m
1987[02:31:46] [Thread-10345/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22mFinished synchronization of [0;33;1mhttp://socksproxylist24.blogspot.ro/[m
1988[02:31:47] [Server thread/INFO]: [VanishNoPacket] hipporunner disappeared.
1989[02:31:48] [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;1m6018[0;37;22m in world [0;36;1mNewPrison[m
1990[02:31:49] [Server thread/INFO]: [0;37;22m[[0;33;1mEnh[0;33;22mBalTop[0;37;22m] [0;33;22mFetched And Sorted [0;32;1m916[0;33;22m OffLine Player Balances[m
1991[02:31:53] [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
1992[02:32:11] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent xTJC to spawn[m
1993[02:32:11] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mxTJC/210f8840-b9a9-4bc1-9f83-7f891b4bc423 [0;30;1m[[0;37;22m107.211.27.135[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m10754[0;37;22m in world [0;36;1mNewPrison[m
1994[02:32:11] [Server thread/INFO]: [0;37;22mxTJC has connected.[m
1995[02:32:14] [Server thread/INFO]: [m [0;30;1m[[0;33;22mGuard[0;30;1m][0;33;1m[0;33;1m :alex [m[0;31;1m:[0;36;1m wgb[m
1996[02:32:14] [Server thread/INFO]: hipporunner issued server command: /plot set keep true
1997[02:32:15] [Server thread/INFO]: hipporunner issued server command: /plot set keep true
1998[02:32:19] [Server thread/INFO]: hipporunner issued server command: /warp a
1999[02:32:19] [Server thread/INFO]: waralex16 issued server command: /pv 3
2000[02:32:20] [Server thread/INFO]: waralex16 issued server command: /pv 4
2001[02:32:22] [Server thread/INFO]: waralex16 issued server command: /pv 2
2002[02:32:24] [Server thread/INFO]: waralex16 issued server command: /pv 1
2003[02:32:25] [Server thread/INFO]: xTJC issued server command: /p h acidapplejuice
2004[02:32:25] [Server thread/INFO]: xTJC issued mycmd command ID(10) /p h acidapplejuice
2005[02:32:25] [Server thread/INFO]: xTJC issued server command: /plot h acidapplejuice
2006[02:32:29] [Craft Scheduler Thread - 11/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/Shop
2007[02:32:31] [Server thread/INFO]: waralex16 issued server command: /pv 5
2008[02:32:33] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2009[02:32:35] [Server thread/INFO]: waralex16 issued server command: /pv 4
2010[02:32:37] [Server thread/INFO]: waralex16 issued server command: /pv 6
2011[02:32:37] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2012[02:32:38] [Craft Scheduler Thread - 259/INFO]: [BuycraftX] Updating coupon list...
2013[02:32:38] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2014[02:32:41] [Server thread/INFO]: waralex16 issued server command: /pv 6
2015[02:32:58] [Server thread/INFO]: xTJC issued server command: /p h acidapplejuice
2016[02:32:58] [Server thread/INFO]: xTJC issued mycmd command ID(10) /p h acidapplejuice
2017[02:32:58] [Server thread/INFO]: xTJC issued server command: /plot h acidapplejuice
2018[02:33:10] [Server thread/INFO]: waralex16 issued server command: /news
2019[02:33:10] [Server thread/INFO]: waralex16 issued mycmd command ID(14) /news
2020[02:33:24] [Server thread/INFO]: waralex16 issued server command: /feed
2021[02:33:37] [Server thread/INFO]: hipporunner issued server command: /QUESTS RELOAD
2022[02:33:37] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2023[02:33:37] [Server thread/INFO]: [ProQuests] Loading quests...
2024[02:33:37] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2025[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Wood' quest
2026[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Maze' quest
2027[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Wood' quest
2028[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Hippo' quest
2029[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Head' quest
2030[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Wood' quest
2031[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Naturalist' quest
2032[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-MobHunter1' quest
2033[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Wood' quest
2034[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Wood' quest
2035[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Emeralds' quest
2036[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Intruder' quest
2037[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Diamonds' quest
2038[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Fishing' quest
2039[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Sugarcane' quest
2040[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-MobHunter' quest
2041[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-MobHunter1' quest
2042[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Mining' quest
2043[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-JawsInter' quest
2044[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Leather5' quest
2045[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter1' quest
2046[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-SecretPlots' quest
2047[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Miner' quest
2048[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Milk' quest
2049[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Fish' quest
2050[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Gold' quest
2051[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter2' quest
2052[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Mining' quest
2053[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret1' quest
2054[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Mining' quest
2055[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Fishing' quest
2056[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter' quest
2057[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Enchant' quest
2058[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-CaptainInter' quest
2059[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Miner' quest
2060[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'ObbyQuest' quest
2061[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Wood' quest
2062[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Mining' quest
2063[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter1' quest
2064[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter2' quest
2065[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Head' quest
2066[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Mining' quest
2067[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Wood' quest
2068[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'EnderEye' quest
2069[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'GunPowder' quest
2070[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Fishing' quest
2071[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret2' quest
2072[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Jaws' quest
2073[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Mining' quest
2074[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Bank' quest
2075[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Tier2Slots' quest
2076[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Test' quest
2077[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Fishing' quest
2078[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Mining' quest
2079[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Sugarcane' quest
2080[02:33:37] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2081[02:33:37] [Server thread/INFO]: [ProQuests] Loading menus...
2082[02:33:37] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2083[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'completed-leaderboard' menu
2084[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S' menu
2085[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A' menu
2086[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J' menu
2087[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'pvp' menu
2088[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C' menu
2089[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J3' menu
2090[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'general' menu
2091[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'lifetime-leaderboard' menu
2092[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'weekly-leaderboard' menu
2093[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F' menu
2094[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B' menu
2095[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'monthly-leaderboard' menu
2096[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H' menu
2097[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D' menu
2098[02:33:37] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J2' menu
2099[02:33:37] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2100[02:33:37] [Server thread/INFO]: [ProQuests] Loading NPCS...
2101[02:33:37] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2102[02:33:37] [Server thread/WARN]: [ProQuests] Task #56201 for ProQuests v2.0.4.1 generated an exception
2103java.lang.NullPointerException
2104 at com.culleystudios.proquests.managers.NPCManager.loadNPC(NPCManager.java:211) ~[?:?]
2105 at com.culleystudios.proquests.managers.NPCManager$1.run(NPCManager.java:378) ~[?:?]
2106 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2107 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2108 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2109 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2110 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2111 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2112 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2113[02:33:38] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2114[02:33:40] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2115[02:33:42] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2116[02:33:49] [Server thread/INFO]: hipporunner issued server command: /i rawpork
2117[02:33:49] [Server thread/INFO]: hipporunner issued server command: /i rawpork
2118[02:33:51] [Server thread/INFO]: hipporunner issued server command: /i string
2119[02:33:52] [Server thread/INFO]: hipporunner issued server command: /i string
2120[02:34:00] [Server thread/INFO]: hipporunner issued server command: /plugman disable betterchairs
2121[02:34:00] [Server thread/INFO]: [BetterChairs] Disabling BetterChairs v0.9.5
2122[02:34:01] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2123[02:34:04] [Server thread/INFO]: hipporunner issued server command: /buycraft
2124[02:34:07] [Server thread/INFO]: waralex16 issued server command: /news
2125[02:34:07] [Server thread/INFO]: waralex16 issued mycmd command ID(14) /news
2126[02:34:10] [Server thread/INFO]: hipporunner issued server command: /buycraftX
2127[02:34:10] [Server thread/INFO]: hipporunner issued server command: /buycraftX
2128[02:34:10] [Server thread/INFO]: waralex16 issued server command: /pl
2129[02:34:12] [Server thread/INFO]: hipporunner issued server command: /pl
2130[02:34:13] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent milan924 to spawn[m
2131[02:34:13] [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;1m47841[0;37;22m in world [0;36;1mNewPrison[m
2132[02:34:14] [Server thread/INFO]: [0;37;22mmilan924 has connected.[m
2133[02:34:19] [Server thread/INFO]: hipporunner issued server command: /plugman list
2134[02:34:21] [Server thread/INFO]: [m [0;30;1m[[0;33;22mGuard[0;30;1m][0;33;1m[0;33;1m :alex [m[0;31;1m:[0;36;1m wb[m
2135[02:34:23] [Server thread/INFO]: milan924 issued server command: /bm
2136[02:34:31] [Server thread/INFO]: hipporunner issued server command: /plugman unload buycraft
2137[02:34:31] [Server thread/INFO]: [Buycraft] Disabling Buycraft v6.8.2
2138[02:34:31] [Server thread/INFO]: [Buycraft] Plugin has been disabled.
2139[02:34:34] [Server thread/INFO]: hipporunner issued server command: /buy
2140[02:34:36] [Server thread/INFO]: hipporunner issued server command: /buycraft
2141[02:34:36] [Server thread/INFO]: hipporunner issued server command: /buycraft
2142[02:34:36] [Server thread/INFO]: waralex16 issued server command: /p h
2143[02:34:36] [Server thread/INFO]: waralex16 issued mycmd command ID(10) /p h
2144[02:34:36] [Server thread/INFO]: waralex16 issued server command: /plot h
2145[02:34:39] [Server thread/INFO]: hipporunner issued server command: /v
2146[02:34:39] [Server thread/INFO]: hipporunner issued mycmd command ID(7) /v
2147[02:34:39] [Server thread/INFO]: hipporunner issued server command: /vanish
2148[02:34:39] [Server thread/INFO]: [VanishNoPacket] hipporunner reappeared.
2149[02:34:41] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2150[02:34:44] [Server thread/INFO]: hipporunner issued server command: /i feather
2151[02:34:45] [Server thread/INFO]: hipporunner issued server command: /i feather
2152[02:34:47] [Server thread/INFO]: hipporunner issued server command: /i wool
2153[02:34:47] [Server thread/INFO]: waralex16 issued server command: /fly
2154[02:34:47] [Server thread/INFO]: hipporunner issued server command: /i wool
2155[02:34:48] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2156[02:34:48] [Server thread/INFO]: waralex16 issued server command: /feed
2157[02:34:50] [Server thread/INFO]: milan924 issued server command: /tokens
2158[02:34:51] [Server thread/INFO]: hipporunner issued server command: /i bone
2159[02:34:51] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2160[02:34:52] [Server thread/INFO]: milan924 issued server command: /token bal
2161[02:34:53] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2162[02:34:53] [Server thread/INFO]: milan924 issued server command: /redeem
2163[02:34:53] [Server thread/INFO]: milan924 issued mycmd command ID(6) /redeem
2164[02:34:53] [Server thread/INFO]: milan924 issued server command: /token shop redeem
2165[02:34:56] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2166[02:34:58] [Server thread/INFO]: [m
2167[02:34:58] [Server thread/INFO]: [0;33;22m[21m[4mPay With Bank Notes:[m
2168[02:34:58] [Server thread/INFO]: [m
2169[02:34:58] [Server thread/INFO]: [0;32;22mYou can pay someone money, by typing [0;33;22m/withdraw <amount>[0;32;22m.[m
2170[02:34:58] [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
2171[02:34:58] [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
2172[02:34:58] [Server thread/INFO]: [m
2173[02:34:58] [Server thread/INFO]: [m
2174[02:35:07] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2175[02:35:17] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent CalRipken to spawn[m
2176[02:35:17] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mCalRipken/a055c0c0-fc28-45f1-b654-7c9e08ea1bc2 [0;30;1m[[0;37;22m207.32.18.107[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m71722[0;37;22m in world [0;36;1mNewPrison[m
2177[02:35:18] [Server thread/INFO]: [0;37;22mCalRipken has connected.[m
2178[02:35:21] [Server thread/INFO]: hipporunner issued server command: /quests edit
2179[02:35:22] [Server thread/INFO]: waralex16 issued server command: /pv 9
2180[02:35:23] [Server thread/INFO]: 1is set!
2181[02:35:23] [Server thread/INFO]: 2is set!
2182[02:35:23] [Server thread/INFO]: 3is set!
2183[02:35:23] [Server thread/INFO]: Permission not found!
2184[02:35:23] [Server thread/INFO]: Permission not found!
2185[02:35:23] [Server thread/INFO]: Permission not found!
2186[02:35:23] [Server thread/INFO]: CalRipken has disconnected.
2187[02:35:24] [Server thread/INFO]: hipporunner issued server command: /quests edit A-MobHunter
2188[02:35:27] [Server thread/INFO]: milan924 issued server command: /pv 8
2189[02:35:31] [Server thread/INFO]: milan924 issued server command: /pv 1
2190[02:35:33] [Server thread/INFO]: [ProQuests] Unable to load the 'A-MobHunter' quest as there is already a loaded quest with the same identifier
2191[02:35:33] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2192[02:35:34] [Server thread/INFO]: milan924 issued server command: /pv 8
2193[02:35:34] [Server thread/INFO]: waralex16 issued server command: /craft'
2194[02:35:35] [Server thread/INFO]: waralex16 issued server command: /craft'
2195[02:35:35] [Server thread/INFO]: hipporunner issued server command: /quests edit A-MobHunter
2196[02:35:36] [Server thread/INFO]: waralex16 issued server command: /craft
2197[02:35:39] [Server thread/INFO]: [ProQuests] Unable to load the 'A-MobHunter' quest as there is already a loaded quest with the same identifier
2198[02:35:39] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2199[02:35:40] [Server thread/INFO]: waralex16 issued server command: /pv 9
2200[02:35:41] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2201[02:35:41] [Server thread/INFO]: milan924 issued server command: /warp vip
2202[02:35:42] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2203[02:35:43] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2204[02:35:44] [Server thread/INFO]: milan924 issued server command: /ap
2205[02:35:44] [Server thread/INFO]: [0;37;1mPermission "autopickup.toggle.on" added![m
2206[02:36:02] [Server thread/INFO]: waralex16 issued server command: /token top
2207[02:36:11] [Server thread/INFO]: hipporunner issued server command: /quests reload
2208[02:36:11] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2209[02:36:11] [Server thread/INFO]: [ProQuests] Loading quests...
2210[02:36:11] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2211[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Wood' quest
2212[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Maze' quest
2213[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Wood' quest
2214[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Hippo' quest
2215[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Head' quest
2216[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Wood' quest
2217[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Naturalist' quest
2218[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Wood' quest
2219[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Wood' quest
2220[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Emeralds' quest
2221[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Intruder' quest
2222[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Diamonds' quest
2223[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Fishing' quest
2224[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Sugarcane' quest
2225[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-MobHunter' quest
2226[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-MobHunter1' quest
2227[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Mining' quest
2228[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-JawsInter' quest
2229[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Leather5' quest
2230[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter1' quest
2231[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-SecretPlots' quest
2232[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Miner' quest
2233[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Milk' quest
2234[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Fish' quest
2235[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Gold' quest
2236[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter2' quest
2237[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Mining' quest
2238[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret1' quest
2239[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Mining' quest
2240[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Fishing' quest
2241[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter' quest
2242[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Enchant' quest
2243[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-CaptainInter' quest
2244[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Miner' quest
2245[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'ObbyQuest' quest
2246[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Wood' quest
2247[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Mining' quest
2248[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter1' quest
2249[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter2' quest
2250[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Head' quest
2251[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Mining' quest
2252[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Wood' quest
2253[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'EnderEye' quest
2254[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'GunPowder' quest
2255[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Fishing' quest
2256[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret2' quest
2257[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Jaws' quest
2258[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Mining' quest
2259[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Bank' quest
2260[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Tier2Slots' quest
2261[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Test' quest
2262[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Fishing' quest
2263[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Mining' quest
2264[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Sugarcane' quest
2265[02:36:11] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2266[02:36:11] [Server thread/INFO]: [ProQuests] Loading menus...
2267[02:36:11] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2268[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'completed-leaderboard' menu
2269[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S' menu
2270[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A' menu
2271[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J' menu
2272[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'pvp' menu
2273[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C' menu
2274[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J3' menu
2275[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'general' menu
2276[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'lifetime-leaderboard' menu
2277[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'weekly-leaderboard' menu
2278[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F' menu
2279[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B' menu
2280[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'monthly-leaderboard' menu
2281[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H' menu
2282[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D' menu
2283[02:36:11] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J2' menu
2284[02:36:11] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2285[02:36:11] [Server thread/INFO]: [ProQuests] Loading NPCS...
2286[02:36:11] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2287[02:36:11] [Server thread/WARN]: [ProQuests] Task #94771 for ProQuests v2.0.4.1 generated an exception
2288java.lang.NullPointerException
2289 at com.culleystudios.proquests.managers.NPCManager.loadNPC(NPCManager.java:211) ~[?:?]
2290 at com.culleystudios.proquests.managers.NPCManager$1.run(NPCManager.java:378) ~[?:?]
2291 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2292 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2293 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2294 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2295 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2296 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2297 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2298[02:36:12] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2299[02:36:14] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2300[02:36:15] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2301[02:36:20] [Server thread/INFO]: hipporunner issued server command: /quests player delete hipporunner
2302[02:36:22] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2303[02:36:23] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2304[02:36:28] [Server thread/INFO]: xTJC issued server command: /warp A
2305[02:36:35] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2306[02:36:38] [Server thread/INFO]: hipporunner issued server command: /quests player delete hipporunner
2307[02:36:39] [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
2308[02:36:40] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2309[02:36:40] [Craft Scheduler Thread - 309/INFO]: [BuycraftX] Fetching all due players...
2310[02:36:40] [Craft Scheduler Thread - 309/INFO]: [BuycraftX] Fetched due players (3 found).
2311[02:36:55] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m s.[m
2312[02:36:56] [Server thread/INFO]: milan924 issued server command: /eat
2313[02:37:17] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m lag[m
2314[02:37:19] [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
2315[02:37:20] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2316[02:37:22] [Server thread/INFO]: hipporunner issued server command: /quests menu A
2317[02:37:26] [Server thread/INFO]: hipporunner issued server command: /spawn
2318[02:37:27] [Server thread/INFO]: hipporunner issued server command: /gmspaw
2319[02:37:27] [Server thread/INFO]: hipporunner issued server command: /gmspaw
2320[02:37:28] [Server thread/INFO]: hipporunner issued server command: /gmsp
2321[02:37:37] [Server thread/INFO]: hipporunner issued server command: /gmc
2322[02:37:39] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
2323[02:38:03] [Server thread/INFO]: hipporunner issued server command: /quests create &5&lGeneral Quests
2324[02:38:11] [Server thread/INFO]: hipporunner issued server command: /npc create &5&lGeneral Quests
2325[02:38:19] [Server thread/INFO]: [m
2326[02:38:19] [Server thread/INFO]: [0;33;22m[21m[4mEmoji Plugin:[m
2327[02:38:19] [Server thread/INFO]: [m
2328[02:38:19] [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
2329[02:38:19] [Server thread/INFO]: [0;31;1mPlease do not spam them or you will be muted.[m
2330[02:38:19] [Server thread/INFO]: [m
2331[02:38:19] [Server thread/INFO]: [m
2332[02:38:20] [Server thread/INFO]: hipporunner issued server command: /npc type Skeleton
2333[02:38:23] [Server thread/INFO]: waralex16 issued server command: /emoji
2334[02:38:23] [Server thread/INFO]: hipporunner issued server command: /npc skeletontype
2335[02:38:25] [Server thread/INFO]: hipporunner issued server command: /npc skeletontype 2
2336[02:38:25] [Server thread/INFO]: waralex16 issued server command: /emoji 2
2337[02:38:26] [Server thread/INFO]: waralex16 issued server command: /emoji 3
2338[02:38:27] [Server thread/INFO]: hipporunner issued server command: /npc skeletontype wither
2339[02:38:28] [Server thread/INFO]: [m [0;30;1m[[0;33;22mGuard[0;30;1m][0;33;1m[0;33;1m :alex [m[0;31;1m:[0;36;1m ▄︻̷̿┻̿â•â”一[m
2340[02:38:38] [Server thread/INFO]: hipporunner issued server command: /npc cmdadd
2341[02:38:42] [Server thread/INFO]: hipporunner issued server command: /npc cmdadd quests menu General
2342[02:38:43] [Server thread/INFO]: hipporunner issued server command: /quests menu General
2343[02:38:44] [Server thread/INFO]: hipporunner issued server command: /quests menu General
2344[02:38:45] [Server thread/INFO]: hipporunner issued server command: /quests menu General
2345[02:38:52] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2346[02:39:00] [Server thread/INFO]: hipporunner issued server command: /npc cmdadd quests menu general
2347[02:39:01] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2348[02:39:09] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2349[02:39:10] [Server thread/INFO]: waralex16 issued server command: /pv 4
2350[02:39:12] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2351[02:39:12] [Server thread/INFO]: waralex16 issued server command: /pv 2
2352[02:39:14] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2353[02:39:15] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2354[02:39:16] [Server thread/INFO]: [0;33;22m[21m[[0;31;1m[21mSpawnTP[0;33;22m[21m] [0;33;22mSent AcidAppleJuice to spawn[m
2355[02:39:16] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mAcidAppleJuice/9bd46e2f-6ece-447d-9c2f-8f10093d34b2 [0;30;1m[[0;37;22m108.180.73.237[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m168897[0;37;22m in world [0;36;1mNewPrison[m
2356[02:39:16] [Server thread/INFO]: [0;37;22mAcidAppleJuice has connected.[m
2357[02:39:18] [Server thread/INFO]: waralex16 issued server command: /pv 1
2358[02:39:21] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2359[02:39:22] [Server thread/INFO]: waralex16 issued server command: /pv 3
2360[02:39:22] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2361[02:39:24] [Server thread/INFO]: AcidAppleJuice issued server command: /feed
2362[02:39:28] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2363[02:39:30] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2364[02:39:32] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2365[02:39:33] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2366[02:39:34] [Server thread/INFO]: AcidAppleJuice issued server command: /quests menu general
2367[02:39:41] [Server thread/INFO]: AcidAppleJuice issued server command: /quests menu general
2368[02:39:43] [Server thread/INFO]: AcidAppleJuice issued server command: /quests menu general
2369[02:39:49] [Server thread/INFO]: waralex16 issued server command: /spawn
2370[02:39:49] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mAcidAppleJuice [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m Tyler how do i get key.[m
2371[02:39:52] [Server thread/INFO]: [m [0;30;1m[[0;33;22mGuard[0;30;1m][0;33;1m[0;33;1m :alex [m[0;31;1m:[0;36;1m He is not done.[m
2372[02:39:56] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mAcidAppleJuice [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m Oh lol.[m
2373[02:40:03] [Server thread/INFO]: AcidAppleJuice issued server command: /quests menu general
2374[02:40:06] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m What key.[m
2375[02:40:10] [Server thread/INFO]: AcidAppleJuice issued server command: /pv 5
2376[02:40:12] [Server thread/INFO]: AcidAppleJuice issued server command: /pv 4
2377[02:40:14] [Server thread/INFO]: AcidAppleJuice issued server command: /pv 3
2378[02:40:15] [Server thread/INFO]: AcidAppleJuice issued server command: /pv 6
2379[02:40:17] [Server thread/INFO]: AcidAppleJuice issued server command: /pv 7
2380[02:40:19] [Server thread/INFO]: AcidAppleJuice issued server command: /pv 8
2381[02:40:22] [Server thread/INFO]: AcidAppleJuice issued server command: /pv 9
2382[02:40:26] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2383[02:40:31] [Server thread/INFO]: AcidAppleJuice issued server command: /quests menu general
2384[02:40:33] [Server thread/INFO]: AcidAppleJuice issued server command: /pv 10
2385[02:40:34] [Server thread/INFO]: hipporunner issued server command: /quests edit milk
2386[02:40:36] [Server thread/INFO]: hipporunner issued server command: /quests edit Milk
2387[02:40:36] [Server thread/INFO]: AcidAppleJuice issued server command: /p h
2388[02:40:36] [Server thread/INFO]: AcidAppleJuice issued mycmd command ID(10) /p h
2389[02:40:36] [Server thread/INFO]: AcidAppleJuice issued server command: /plot h
2390[02:40:44] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m A mine is so bad.[m
2391[02:40:45] [Server thread/INFO]: [ProQuests] Unable to load the 'Milk' quest as there is already a loaded quest with the same identifier
2392[02:40:46] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2393[02:40:52] [Server thread/INFO]: AcidAppleJuice issued server command: /ap
2394[02:40:53] [Server thread/INFO]: hipporunner issued server command: /quests edit ObbyQuest
2395[02:40:56] [Server thread/INFO]: AcidAppleJuice issued server command: /ap
2396[02:40:57] [Server thread/INFO]: [0;37;1mPermission "autopickup.toggle.on" removed![m
2397[02:41:01] [Server thread/INFO]: [ProQuests] Unable to load the 'ObbyQuest' quest as there is already a loaded quest with the same identifier
2398[02:41:04] [Server thread/INFO]: AcidAppleJuice issued server command: /warp d
2399[02:41:12] [Server thread/INFO]: hipporunner issued server command: /quests edit Tier2Slots
2400[02:41:15] [Server thread/INFO]: waralex16 issued server command: /news
2401[02:41:15] [Server thread/INFO]: waralex16 issued mycmd command ID(14) /news
2402[02:41:18] [Server thread/INFO]: [ProQuests] Unable to load the 'Tier2Slots' quest as there is already a loaded quest with the same identifier
2403[02:41:22] [Server thread/INFO]: waralex16 issued server command: /news
2404[02:41:22] [Server thread/INFO]: waralex16 issued mycmd command ID(14) /news
2405[02:41:26] [Server thread/INFO]: hipporunner issued server command: /quests player delete hipporunner
2406[02:41:27] [Server thread/INFO]: waralex16 issued server command: /feed
2407[02:41:28] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2408[02:41:29] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2409[02:41:29] [Server thread/INFO]: AcidAppleJuice issued server command: /quests menu general
2410[02:41:30] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2411[02:41:33] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2412[02:41:34] [Server thread/INFO]: AcidAppleJuice issued server command: /quests menu general
2413[02:41:34] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2414[02:41:35] [Server thread/INFO]: AcidAppleJuice issued server command: /quests menu general
2415[02:41:36] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2416[02:41:37] [Server thread/INFO]: AcidAppleJuice issued server command: /quests menu general
2417[02:41:38] [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 not done[m
2418[02:41:39] [Server thread/INFO]: [m
2419[02:41:39] [Server thread/INFO]: [0;33;22m[21m[4mPay With Bank Notes:[m
2420[02:41:39] [Server thread/INFO]: [m
2421[02:41:39] [Server thread/INFO]: [0;32;22mYou can pay someone money, by typing [0;33;22m/withdraw <amount>[0;32;22m.[m
2422[02:41:39] [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
2423[02:41:39] [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
2424[02:41:39] [Server thread/INFO]: [m
2425[02:41:39] [Server thread/INFO]: [m
2426[02:41:40] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2427[02:41:40] [Craft Scheduler Thread - 421/INFO]: [BuycraftX] Fetching all due players...
2428[02:41:41] [Craft Scheduler Thread - 421/INFO]: [BuycraftX] Fetched due players (3 found).
2429[02:41:41] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2430[02:41:42] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2431[02:41:43] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mAcidAppleJuice [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m k[m
2432[02:41:44] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m What isnt done.[m
2433[02:41:44] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2434[02:41:44] [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
2435[02:41:46] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2436[02:41:52] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mAcidAppleJuice [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m I will watch yt while i wait.[m
2437[02:41:57] [Server thread/INFO]: hipporunner issued server command: /quests reload
2438[02:41:57] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2439[02:41:57] [Server thread/INFO]: [ProQuests] Loading quests...
2440[02:41:57] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2441[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Wood' quest
2442[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Maze' quest
2443[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Wood' quest
2444[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Hippo' quest
2445[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Head' quest
2446[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Wood' quest
2447[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Naturalist' quest
2448[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Wood' quest
2449[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Wood' quest
2450[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Emeralds' quest
2451[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Intruder' quest
2452[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Diamonds' quest
2453[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Fishing' quest
2454[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Sugarcane' quest
2455[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-MobHunter' quest
2456[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-MobHunter1' quest
2457[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Mining' quest
2458[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-JawsInter' quest
2459[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Leather5' quest
2460[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter1' quest
2461[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-SecretPlots' quest
2462[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Miner' quest
2463[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Milk' quest
2464[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Fish' quest
2465[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Gold' quest
2466[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter2' quest
2467[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Mining' quest
2468[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret1' quest
2469[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Mining' quest
2470[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Fishing' quest
2471[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter' quest
2472[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Enchant' quest
2473[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-CaptainInter' quest
2474[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Miner' quest
2475[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'ObbyQuest' quest
2476[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Wood' quest
2477[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Mining' quest
2478[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter1' quest
2479[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter2' quest
2480[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Head' quest
2481[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Mining' quest
2482[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Wood' quest
2483[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'EnderEye' quest
2484[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'GunPowder' quest
2485[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Fishing' quest
2486[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret2' quest
2487[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Jaws' quest
2488[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Mining' quest
2489[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Bank' quest
2490[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Tier2Slots' quest
2491[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Test' quest
2492[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Fishing' quest
2493[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Mining' quest
2494[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Sugarcane' quest
2495[02:41:57] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2496[02:41:57] [Server thread/INFO]: [ProQuests] Loading menus...
2497[02:41:57] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2498[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'completed-leaderboard' menu
2499[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S' menu
2500[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A' menu
2501[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J' menu
2502[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'pvp' menu
2503[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C' menu
2504[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J3' menu
2505[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'general' menu
2506[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'lifetime-leaderboard' menu
2507[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'weekly-leaderboard' menu
2508[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F' menu
2509[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B' menu
2510[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'monthly-leaderboard' menu
2511[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H' menu
2512[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D' menu
2513[02:41:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J2' menu
2514[02:41:57] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2515[02:41:57] [Server thread/INFO]: [ProQuests] Loading NPCS...
2516[02:41:57] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2517[02:41:57] [Server thread/WARN]: [ProQuests] Task #163730 for ProQuests v2.0.4.1 generated an exception
2518java.lang.NullPointerException
2519 at com.culleystudios.proquests.managers.NPCManager.loadNPC(NPCManager.java:211) ~[?:?]
2520 at com.culleystudios.proquests.managers.NPCManager$1.run(NPCManager.java:378) ~[?:?]
2521 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2522 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2523 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2524 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2525 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2526 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2527 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2528[02:41:58] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2529[02:42:00] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2530[02:42:02] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2531[02:42:02] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m What isnt done?\[m
2532[02:42:03] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2533[02:42:03] [Server thread/INFO]: 1is set!
2534[02:42:03] [Server thread/INFO]: 2is set!
2535[02:42:03] [Server thread/INFO]: 3is set!
2536[02:42:03] [Server thread/INFO]: Permission not found!
2537[02:42:03] [Server thread/INFO]: Permission not found!
2538[02:42:03] [Server thread/INFO]: Permission not found!
2539[02:42:03] [Server thread/INFO]: waralex16 has disconnected.
2540[02:42:08] [Server thread/INFO]: hipporunner issued server command: /npc delete
2541[02:42:12] [Server thread/INFO]: hipporunner issued server command: /npc select
2542[02:42:13] [Server thread/INFO]: [VanishNoPacket] ghost0915 disappeared.
2543[02:42:14] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mghost0915/6c21e66e-6b1a-4700-9218-e404e11655ec [0;30;1m[[0;37;22m71.229.252.249[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m249512[0;37;22m in world [0;36;1mNewPrison[m
2544[02:42:14] [Server thread/INFO]: hipporunner issued server command: /npc remove
2545[02:42:16] [Server thread/INFO]: ghost0915 issued server command: /v
2546[02:42:16] [Server thread/INFO]: ghost0915 issued mycmd command ID(7) /v
2547[02:42:16] [Server thread/INFO]: ghost0915 issued server command: /vanish
2548[02:42:16] [Server thread/INFO]: [VanishNoPacket] ghost0915 reappeared.
2549[02:42:24] [Server thread/INFO]: hipporunner issued server command: /npc create &5&lQuest Keeper
2550[02:42:30] [Server thread/INFO]: hipporunner issued server command: /npc skin sbgmc
2551[02:42:35] [Server thread/INFO]: hipporunner issued server command: /npc skin raynoo
2552[02:42:39] [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
2553[02:42:40] [Server thread/INFO]: hipporunner issued server command: /npc skin raynooo
2554[02:42:42] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m What isnt done?\[m
2555[02:42:43] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m What isnt done?\[m
2556[02:42:45] [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 quests[m
2557[02:42:51] [Server thread/INFO]: hipporunner issued server command: /quests edit Milk
2558[02:42:56] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m What are you doing to them.[m
2559[02:42:57] [Server thread/INFO]: [ProQuests] Unable to load the 'Milk' quest as there is already a loaded quest with the same identifier
2560[02:43:05] [Server thread/INFO]: [m [0;30;1m[[0;31;1mJr.[0;31;22mWarden[0;30;1m] [0;36;22m:Ghost[m [0;31;22m[21m>[0;33;22m Guys please leave tyler alone for a bit while he works on it[m
2561[02:43:13] [Server thread/INFO]: hipporunner issued server command: /quests edit ObbyQuest
2562[02:43:15] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m Then can you tell me whats going on?>[m
2563[02:43:15] [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 no u[m
2564[02:43:18] [Server thread/INFO]: 1is set!
2565[02:43:18] [Server thread/INFO]: 2is set!
2566[02:43:18] [Server thread/INFO]: 3is set!
2567[02:43:18] [Server thread/INFO]: Permission removed!
2568[02:43:18] [Server thread/INFO]: Permission removed!
2569[02:43:18] [Server thread/INFO]: Permission removed!
2570[02:43:19] [Server thread/INFO]: milan924 issued server command: /eat
2571[02:43:19] [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
2572[02:43:20] [Server thread/INFO]: [VanishNoPacket] hipporunner disappeared.
2573[02:43:21] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mAntiBot[0;36;1mDeluxe [0;30;1m> [0;37;22m[0;37;22mhipporunner/fd4a512b-4245-43f7-8df2-9e87e5682776 [0;30;1m[[0;37;22m67.164.209.225[0;30;1m] [0;37;22mlogged in with the entity id [0;36;1m278847[0;37;22m in world [0;36;1mNewPrison[m
2574[02:43:25] [Server thread/INFO]: [m [0;30;1m[[0;31;1mJr.[0;31;22mWarden[0;30;1m] [0;36;22m:Ghost[m [0;31;22m[21m>[0;33;22m xTJC we are just fixing quests[m
2575[02:43:28] [Server thread/INFO]: hipporunner issued server command: /v
2576[02:43:28] [Server thread/INFO]: hipporunner issued mycmd command ID(7) /v
2577[02:43:28] [Server thread/INFO]: hipporunner issued server command: /vanish
2578[02:43:28] [Server thread/INFO]: [VanishNoPacket] hipporunner reappeared.
2579[02:43:33] [Server thread/INFO]: hipporunner issued server command: /quests edit obbyquest
2580[02:43:33] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m What was broken.[m
2581[02:43:36] [Server thread/INFO]: hipporunner issued server command: /quests edit ObbyQuest
2582[02:43:38] [Server thread/INFO]: [m [0;30;1m[[0;31;1mJr.[0;31;22mWarden[0;30;1m] [0;36;22m:Ghost[m [0;31;22m[21m>[0;33;22m The quests[m
2583[02:43:39] [Server thread/INFO]: [0;34;1m[[0;31;22m[3mClearLag[0;34;1m] [0;37;22mGround items have been cleared![m
2584[02:43:42] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mAcidAppleJuice [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m ^[m
2585[02:43:44] [Server thread/INFO]: [ProQuests] Unable to load the 'ObbyQuest' quest as there is already a loaded quest with the same identifier
2586[02:44:03] [Server thread/INFO]: hipporunner issued server command: /quests edit Tier2Slots
2587[02:44:07] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m What was broken about the quests.[m
2588[02:44:08] [Server thread/INFO]: [ProQuests] Unable to load the 'Tier2Slots' quest as there is already a loaded quest with the same identifier
2589[02:44:12] [Server thread/INFO]: hipporunner issued server command: /npc select
2590[02:44:12] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mAcidAppleJuice [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m Everything.[m
2591[02:44:19] [Server thread/INFO]: [m [0;30;1m[[0;31;1mJr.[0;31;22mWarden[0;30;1m] [0;36;22m:Ghost[m [0;31;22m[21m>[0;33;22m The reward system[m
2592[02:44:21] [Server thread/INFO]: hipporunner issued server command: /npc cmdadd quests menu general
2593[02:44:21] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2594[02:44:23] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2595[02:44:24] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2596[02:44:26] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2597[02:44:27] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2598[02:44:29] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mAcidAppleJuice [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m Did it just steal your stuff.[m
2599[02:44:29] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2600[02:44:30] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2601[02:44:30] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m You guys really dont know how to explain anything.[m
2602[02:44:31] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2603[02:44:32] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2604[02:44:37] [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 It doesnt concern you xTJC.[m
2605[02:44:40] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2606[02:44:46] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mAcidAppleJuice [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m Your just new bro dont worry.[m
2607[02:44:49] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m Mind your business bud I wasn't talking to you.[m
2608[02:44:55] [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 The quest plugin, has been broken because the developer had an issue in their code[m
2609[02:45:00] [Server thread/INFO]: [m
2610[02:45:00] [Server thread/INFO]: [0;33;22m[21m[4mEmoji Plugin:[m
2611[02:45:00] [Server thread/INFO]: [m
2612[02:45:00] [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
2613[02:45:00] [Server thread/INFO]: [0;31;1mPlease do not spam them or you will be muted.[m
2614[02:45:00] [Server thread/INFO]: [m
2615[02:45:00] [Server thread/INFO]: [m
2616[02:45: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 I just got the patch 20 minutes ago so I am putting it through[m
2617[02:45:15] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mAcidAppleJuice [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m ahh[m
2618[02:45:21] [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 acid was trying to use it so I told him it did not work. ~ full story by Tyler[m
2619[02:45:35] [Server thread/INFO]: hipporunner issued server command: /quests reload
2620[02:45:35] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2621[02:45:35] [Server thread/INFO]: [ProQuests] Loading quests...
2622[02:45:35] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2623[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Wood' quest
2624[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Maze' quest
2625[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Wood' quest
2626[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Hippo' quest
2627[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Head' quest
2628[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Wood' quest
2629[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Naturalist' quest
2630[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Wood' quest
2631[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Wood' quest
2632[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Emeralds' quest
2633[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Intruder' quest
2634[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Diamonds' quest
2635[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Fishing' quest
2636[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Sugarcane' quest
2637[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-MobHunter' quest
2638[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-MobHunter1' quest
2639[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Mining' quest
2640[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-JawsInter' quest
2641[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Leather5' quest
2642[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter1' quest
2643[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-SecretPlots' quest
2644[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Miner' quest
2645[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Milk' quest
2646[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Fish' quest
2647[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Gold' quest
2648[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter2' quest
2649[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Mining' quest
2650[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret1' quest
2651[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Mining' quest
2652[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Fishing' quest
2653[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter' quest
2654[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Enchant' quest
2655[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-CaptainInter' quest
2656[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Miner' quest
2657[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'ObbyQuest' quest
2658[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Wood' quest
2659[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Mining' quest
2660[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter1' quest
2661[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter2' quest
2662[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Head' quest
2663[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Mining' quest
2664[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Wood' quest
2665[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'EnderEye' quest
2666[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'GunPowder' quest
2667[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Fishing' quest
2668[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret2' quest
2669[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Jaws' quest
2670[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Mining' quest
2671[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Bank' quest
2672[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Tier2Slots' quest
2673[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Test' quest
2674[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Fishing' quest
2675[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Mining' quest
2676[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Sugarcane' quest
2677[02:45:35] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2678[02:45:35] [Server thread/INFO]: [ProQuests] Loading menus...
2679[02:45:35] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2680[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'completed-leaderboard' menu
2681[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S' menu
2682[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A' menu
2683[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J' menu
2684[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'pvp' menu
2685[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C' menu
2686[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J3' menu
2687[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'general' menu
2688[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'lifetime-leaderboard' menu
2689[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'weekly-leaderboard' menu
2690[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F' menu
2691[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B' menu
2692[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'monthly-leaderboard' menu
2693[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H' menu
2694[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D' menu
2695[02:45:35] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J2' menu
2696[02:45:35] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2697[02:45:35] [Server thread/INFO]: [ProQuests] Loading NPCS...
2698[02:45:35] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2699[02:45:35] [Server thread/WARN]: [ProQuests] Task #183965 for ProQuests v2.0.4.1 generated an exception
2700java.lang.NullPointerException
2701 at com.culleystudios.proquests.managers.NPCManager.loadNPC(NPCManager.java:211) ~[?:?]
2702 at com.culleystudios.proquests.managers.NPCManager$1.run(NPCManager.java:378) ~[?:?]
2703 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2704 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2705 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2706 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2707 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2708 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2709 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2710[02:45:42] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mAcidAppleJuice [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m Nice story tyler u should be a authur.[m
2711[02:45:43] [Server thread/INFO]: hipporunner issued server command: /quests player delete hipporunner
2712[02:45:45] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2713[02:45:46] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2714[02:45:47] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mAcidAppleJuice [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m Author*[m
2715[02:45:48] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2716[02:45:59] [Server thread/INFO]: [m [0;30;1m[[0;31;1mJr.[0;31;22mWarden[0;30;1m] [0;36;22m:Ghost[m [0;31;22m[21m>[0;33;22m Acid please don't touch the quests until we are done[m
2717[02:46:02] [Server thread/INFO]: hipporunner issued server command: /quests edit Milk
2718[02:46:07] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mAcidAppleJuice [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m ok[m
2719[02:46:07] [Server thread/INFO]: [ProQuests] Unable to load the 'Milk' quest as there is already a loaded quest with the same identifier
2720[02:46:08] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2721[02:46:10] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2722[02:46:17] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mAcidAppleJuice [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m Im just watching.[m
2723[02:46:31] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2724[02:46:32] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m Acid J rank gives u keys for quests?[m
2725[02:46:36] [Server thread/INFO]: hipporunner issued server command: /quests delete Milk
2726[02:46:36] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2727[02:46:36] [Server thread/INFO]: [ProQuests] Loading menus...
2728[02:46:36] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2729[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'completed-leaderboard' menu
2730[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S' menu
2731[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A' menu
2732[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J' menu
2733[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'pvp' menu
2734[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C' menu
2735[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J3' menu
2736[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'general' menu
2737[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'lifetime-leaderboard' menu
2738[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'weekly-leaderboard' menu
2739[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F' menu
2740[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B' menu
2741[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'monthly-leaderboard' menu
2742[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H' menu
2743[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D' menu
2744[02:46:36] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J2' menu
2745[02:46:39] [Server thread/INFO]: hipporunner issued server command: /quests create Milk
2746[02:46:40] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mAcidAppleJuice [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m no[m
2747[02:46:41] [Craft Scheduler Thread - 659/INFO]: [BuycraftX] Fetching all due players...
2748[02:46:41] [Craft Scheduler Thread - 659/INFO]: [BuycraftX] Fetched due players (3 found).
2749[02:46:47] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m What does it give you.[m
2750[02:46:54] [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 Money.[m
2751[02:46:58] [Server thread/INFO]: [m [0;30;1m[[0;32;1mEire[0;30;1m] [0;32;1m[0;35;1m[[0;34;22m[21mJ[0;35;1m] [0;32;1mAcidAppleJuice [0;30;1m[[0;33;22mMVP[0;30;1m][m[0;31;1m:[0;37;22m U can check do /quests.[m
2752[02:47:01] [Server thread/INFO]: AcidAppleJuice issued server command: /quests
2753[02:47:02] [Server thread/INFO]: AcidAppleJuice issued server command: /quests menu J
2754[02:47:02] [Server thread/INFO]: xTJC issued server command: /quests
2755[02:47:04] [Server thread/INFO]: xTJC issued server command: /quests menu J
2756[02:47:04] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Milk' quest
2757[02:47:06] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2758[02:47:11] [Server thread/INFO]: hipporunner issued server command: /quests player delete hipporunner
2759[02:47:13] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2760[02:47:13] [Server thread/INFO]: [m [0;32;1m[0;34;1m[[0;31;1m[21mA[0;34;1m] [0;32;1mxTJC[m[0;31;1m:[0;37;22m Ohh i didnt know that.[m
2761[02:47:14] [Server thread/INFO]: xTJC issued server command: /quests
2762[02:47:15] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2763[02:47:16] [Server thread/INFO]: xTJC issued server command: /quests menu A
2764[02:47:17] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2765[02:47:19] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2766[02:47:20] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2767[02:47:21] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2768[02:47:24] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2769[02:47:25] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2770[02:47:47] [Server thread/INFO]: hipporunner issued server command: /quests reload
2771[02:47:47] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2772[02:47:47] [Server thread/INFO]: [ProQuests] Loading quests...
2773[02:47:47] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2774[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Wood' quest
2775[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Maze' quest
2776[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Wood' quest
2777[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Hippo' quest
2778[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Head' quest
2779[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Wood' quest
2780[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Naturalist' quest
2781[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Wood' quest
2782[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Wood' quest
2783[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Emeralds' quest
2784[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Intruder' quest
2785[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Diamonds' quest
2786[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Fishing' quest
2787[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Sugarcane' quest
2788[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-MobHunter' quest
2789[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-MobHunter1' quest
2790[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Mining' quest
2791[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-JawsInter' quest
2792[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Leather5' quest
2793[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter1' quest
2794[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-SecretPlots' quest
2795[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Miner' quest
2796[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Milk' quest
2797[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Fish' quest
2798[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Gold' quest
2799[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter2' quest
2800[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Mining' quest
2801[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret1' quest
2802[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Mining' quest
2803[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Fishing' quest
2804[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter' quest
2805[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Enchant' quest
2806[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-CaptainInter' quest
2807[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Miner' quest
2808[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'ObbyQuest' quest
2809[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Wood' quest
2810[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Mining' quest
2811[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter1' quest
2812[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter2' quest
2813[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Head' quest
2814[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Mining' quest
2815[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Wood' quest
2816[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'EnderEye' quest
2817[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'GunPowder' quest
2818[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Fishing' quest
2819[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret2' quest
2820[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Jaws' quest
2821[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Mining' quest
2822[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Bank' quest
2823[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Tier2Slots' quest
2824[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Test' quest
2825[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Fishing' quest
2826[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Mining' quest
2827[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Sugarcane' quest
2828[02:47:47] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2829[02:47:47] [Server thread/INFO]: [ProQuests] Loading menus...
2830[02:47:47] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2831[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'completed-leaderboard' menu
2832[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S' menu
2833[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A' menu
2834[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J' menu
2835[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'pvp' menu
2836[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C' menu
2837[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J3' menu
2838[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'general' menu
2839[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'lifetime-leaderboard' menu
2840[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'weekly-leaderboard' menu
2841[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F' menu
2842[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B' menu
2843[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'monthly-leaderboard' menu
2844[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H' menu
2845[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D' menu
2846[02:47:47] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J2' menu
2847[02:47:47] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2848[02:47:47] [Server thread/INFO]: [ProQuests] Loading NPCS...
2849[02:47:47] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2850[02:47:47] [Server thread/WARN]: [ProQuests] Task #194844 for ProQuests v2.0.4.1 generated an exception
2851java.lang.NullPointerException
2852 at com.culleystudios.proquests.managers.NPCManager.loadNPC(NPCManager.java:211) ~[?:?]
2853 at com.culleystudios.proquests.managers.NPCManager$1.run(NPCManager.java:378) ~[?:?]
2854 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
2855 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2856 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2857 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2858 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2859 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
2860 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
2861[02:47:48] [Server thread/INFO]: hipporunner issued server command: /quests menu general
2862[02:47:53] [Server thread/INFO]: hipporunner issued server command: /plugman reload proquests
2863[02:47:53] [Server thread/INFO]: [ProQuests] Disabling ProQuests v2.0.4.1
2864[02:47:53] [Server thread/INFO]: [ProQuests] Sleeping thread for 1000 milliseconds while ProQuests data is saved...
2865[02:47:53] [Thread-10419/INFO]: [ProQuests] Saving ProQuests active quest data...
2866[02:47:53] [Thread-10420/INFO]: [ProQuests] Saving ProQuests player data...
2867[02:47:54] [Server thread/INFO]: [ProQuests] Sleeping thread for 1000 milliseconds while ProQuests data is saved...
2868[02:47:55] [Server thread/INFO]: [ProQuests] Sleeping thread for 1000 milliseconds while ProQuests data is saved...
2869[02:47:57] [Server thread/INFO]: [ProQuests] Enabling ProQuests v2.0.4.1
2870[02:47:57] [Server thread/INFO]: [ProQuests] Running build #41806
2871[02:47:57] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2872[02:47:57] [Server thread/INFO]: [ProQuests] Loading external plugin hooks....
2873[02:47:57] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2874[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into askyblock
2875[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into auction_gui_plus
2876[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into auction_house
2877[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into auctions
2878[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into autorank
2879[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into autosell
2880[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into battle_levels
2881[02:47:57] [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
2882[02:47:57] [Server thread/INFO]: [ProQuests] Successfully hooked into buycraft
2883[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into chat_reaction
2884[02:47:57] [Server thread/INFO]: [ProQuests] The Citizens version you are using does not support the NPCTeleportEvent
2885[02:47:57] [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
2886[02:47:57] [Server thread/INFO]: [ProQuests] Successfully hooked into citizens
2887[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into crate_keys
2888[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into custom_bosses
2889[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into custom_shops
2890[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into dailybonus
2891[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into ez_blocks
2892[02:47:57] [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
2893[02:47:57] [Server thread/INFO]: [ProQuests] Successfully hooked into ez_ranks
2894[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into factions
2895[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into factions_uuid
2896[02:47:57] [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
2897[02:47:57] [Server thread/INFO]: [ProQuests] Successfully hooked into gangs_plus
2898[02:47:57] [Server thread/INFO]: [ProQuests] Successfully hooked into holographic_displays
2899[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into jobs
2900[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into lucky_blocks
2901[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into mcmmo
2902[02:47:57] [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
2903[02:47:57] [Server thread/INFO]: [ProQuests] Successfully hooked into mine_crates
2904[02:47:57] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_global_multiplier}
2905[02:47:57] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_player_multiplier}
2906[02:47:57] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_weekly_points}
2907[02:47:57] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_monthly_points}
2908[02:47:57] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_total_points}
2909[02:47:57] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_total_active_quests}
2910[02:47:57] [Server thread/INFO]: [MVdWPlaceholderAPI] ProQuests added custom placeholder {proquests_total_completed_quests}
2911[02:47:57] [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
2912[02:47:57] [Server thread/INFO]: [ProQuests] Successfully hooked into mvdw_placeholders
2913[02:47:57] [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
2914[02:47:57] [Server thread/INFO]: [ProQuests] Successfully hooked into mythic_mobs
2915[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into name_my_tool
2916[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into obsidian_auctions
2917[02:47:57] [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
2918[02:47:57] [Server thread/INFO]: [ProQuests] Successfully hooked into placeholder_api
2919[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into player_points
2920[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into pouches
2921[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into pro_jackpots
2922[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into pro_packages
2923[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into pro_votes
2924[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into rank_vouchers
2925[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into rpg_me
2926[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into shop_gui_plus
2927[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into skill_api
2928[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into sponsored_slots
2929[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into token_enchant
2930[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into token_manager
2931[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into towny
2932[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into unity_gen
2933[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into uskyblock
2934[02:47:57] [Server thread/INFO]: [ProQuests] Successfully hooked into vault
2935[02:47:57] [Server thread/INFO]: [ProQuests] Unable to hook into votifier
2936[02:47:57] [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
2937[02:47:57] [Server thread/INFO]: [ProQuests] Successfully hooked into world_guard
2938[02:47:57] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2939[02:47:57] [Server thread/INFO]: [ProQuests] Loading quests...
2940[02:47:57] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2941[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Wood' quest
2942[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Maze' quest
2943[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Wood' quest
2944[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Hippo' quest
2945[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Head' quest
2946[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Wood' quest
2947[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Naturalist' quest
2948[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Wood' quest
2949[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Wood' quest
2950[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Emeralds' quest
2951[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Intruder' quest
2952[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Diamonds' quest
2953[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Fishing' quest
2954[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Sugarcane' quest
2955[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-MobHunter' quest
2956[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-MobHunter1' quest
2957[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Mining' quest
2958[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-JawsInter' quest
2959[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Leather5' quest
2960[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter1' quest
2961[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-SecretPlots' quest
2962[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Miner' quest
2963[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Milk' quest
2964[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Fish' quest
2965[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Gold' quest
2966[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter2' quest
2967[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A-Mining' quest
2968[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret1' quest
2969[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Mining' quest
2970[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Fishing' quest
2971[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter' quest
2972[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Enchant' quest
2973[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-CaptainInter' quest
2974[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Miner' quest
2975[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'ObbyQuest' quest
2976[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Wood' quest
2977[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Mining' quest
2978[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-MobHunter1' quest
2979[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-MobHunter2' quest
2980[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Head' quest
2981[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S-Mining' quest
2982[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Wood' quest
2983[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'EnderEye' quest
2984[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'GunPowder' quest
2985[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C-Fishing' quest
2986[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H-Secret2' quest
2987[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J-Jaws' quest
2988[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Mining' quest
2989[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Bank' quest
2990[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Tier2Slots' quest
2991[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'Test' quest
2992[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D-Fishing' quest
2993[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B-Mining' quest
2994[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F-Sugarcane' quest
2995[02:47:57] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2996[02:47:57] [Server thread/INFO]: [ProQuests] Loading menus...
2997[02:47:57] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2998[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'completed-leaderboard' menu
2999[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'S' menu
3000[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'A' menu
3001[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J' menu
3002[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'pvp' menu
3003[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'C' menu
3004[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J3' menu
3005[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'general' menu
3006[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'lifetime-leaderboard' menu
3007[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'weekly-leaderboard' menu
3008[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'F' menu
3009[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'B' menu
3010[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'monthly-leaderboard' menu
3011[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'H' menu
3012[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'D' menu
3013[02:47:57] [Server thread/INFO]: [ProQuests] Succesfully loaded the 'J2' menu
3014[02:47:57] [Server thread/INFO]: xTJC issued server command: /quests
3015[02:47:57] [Server thread/WARN]: milan924 moved wrongly!
3016[02:47:57] [Server thread/INFO]: hipporunner issued server command: /quests menu general
3017[02:47:58] [Server thread/INFO]: [0;30;1m[21m[[0;32;22mPrison[0;30;1m[21m] [0;37;1mhipporunner has received Tier-1.[m
3018[02:47:58] [Server thread/INFO]: CONSOLE issued server command: /give hipporunner 381 1
3019[02:47:58] [Server thread/INFO]: [0;32;22mGiving[0;33;22m 1 [0;32;22mof[0;33;22m eye of ender to[0;33;22m [0;33;22m[[0;31;22mOwner[0;33;22m] :Tyler[m[0;32;22m.[m
3020[02:47:59] [Server thread/INFO]: hipporunner issued server command: /quests menu general
3021[02:48:01] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3022[02:48:01] [Server thread/INFO]: [ProQuests] Loading NPCS...
3023[02:48:01] [Server thread/INFO]: [ProQuests] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3024[02:48:01] [Server thread/WARN]: [ProQuests] Task #195549 for ProQuests v2.0.4.1 generated an exception
3025java.lang.NullPointerException
3026 at com.culleystudios.proquests.managers.NPCManager.loadNPC(NPCManager.java:211) ~[?:?]
3027 at com.culleystudios.proquests.managers.NPCManager$1.run(NPCManager.java:378) ~[?:?]
3028 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3029 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3030 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3031 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3032 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3033 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3034 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3035[02:48:05] [Server thread/INFO]: hipporunner issued server command: /quests menu general
3036[02:48:09] [Server thread/INFO]: hipporunner issued server command: /i obsidian 1
3037[02:48:10] [Server thread/INFO]: [0;30;1m[21m[[0;32;22mPrison[0;30;1m[21m] [0;37;1mhipporunner has received Tier-1.[m
3038[02:48:15] [Server thread/INFO]: hipporunner issued server command: /quests menu general
3039[02:48:19] [Server thread/INFO]: hipporunner issued server command: /quests menu general
3040[02:48:23] [Server thread/INFO]: [m
3041[02:48:23] [Server thread/INFO]: [0;33;22m[21m[4mServer Collectables:[m
3042[02:48:23] [Server thread/INFO]: [m
3043[02:48:23] [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
3044[02:48:23] [Server thread/INFO]: [0;32;22mThese [0;33;22mCollectables [0;32;22mrequire [0;33;22mTrade Currency [0;32;22mto purchase.[m
3045[02:48:23] [Server thread/INFO]: [m
3046[02:48:23] [Server thread/INFO]: [m
3047[02:48:24] [Server thread/INFO]: hipporunner issued server command: /quests menu general
3048[02:48:26] [Server thread/INFO]: xTJC issued server command: /quests
3049[02:48:27] [Server thread/INFO]: hipporunner issued server command: /quests menu general
3050[02:48:28] [Server thread/INFO]: xTJC issued server command: /quests menu A
3051[02:48:28] [Server thread/ERROR]: null
3052org.bukkit.command.CommandException: Unhandled exception executing command 'quests' in plugin ProQuests v2.0.4.1
3053 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3054 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3055 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3056 at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3057 at net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1078) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3058 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.chat(CraftPlayer.java:237) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3059 at com.gmail.filoghost.chestcommands.internal.icon.command.OpIconCommand.execute(OpIconCommand.java:21) [ChestCommands.jar:?]
3060 at com.gmail.filoghost.chestcommands.internal.CommandsClickHandler.onClick(CommandsClickHandler.java:34) [ChestCommands.jar:?]
3061 at com.gmail.filoghost.chestcommands.api.Icon.onClick(Icon.java:319) [ChestCommands.jar:?]
3062 at com.gmail.filoghost.chestcommands.internal.icon.ExtendedIcon.onClick(ExtendedIcon.java:243) [ChestCommands.jar:?]
3063 at com.gmail.filoghost.chestcommands.task.ExecuteCommandsTask.run(ExecuteCommandsTask.java:21) [ChestCommands.jar:?]
3064 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3065 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3066 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3067 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3068 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3069 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Spigot.jar:git-Spigot-db6de12-3f3c65f]
3070 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
3071Caused by: java.lang.NullPointerException
3072 at com.culleystudios.proquests.util.QuestUtil.checkActiveQuests(QuestUtil.java:275) ~[?:?]
3073 at com.culleystudios.proquests.menus.GeneralMenu.updateInventory(GeneralMenu.java:292) ~[?:?]
3074 at com.culleystudios.proquests.menus.GeneralMenu.generateMenu(GeneralMenu.java:162) ~[?:?]
3075 at com.culleystudios.proquests.menus.GeneralMenu.generateMenu(GeneralMenu.java:140) ~[?:?]
3076 at com.culleystudios.proquests.menus.GeneralMenu.generateMenu(GeneralMenu.java:1) ~[?:?]
3077 at com.culleystudios.proquests.menus.BaseMenu.generateAndOpenInventory(BaseMenu.java:113) ~[?:?]
3078 at com.culleystudios.proquests.commands.quest.MenuCmd.executePlayerCommand(MenuCmd.java:152) ~[?:?]
3079 at com.culleystudios.proquests.managers.CommandManager.onCommand(CommandManager.java:168) ~[?:?]
3080 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[Spigot.jar:git-Spigot-db6de12-3f3c65f]
3081 ... 17 more