1. 
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
83.
84.
85.
86.
87.
88.
89.
90.
91.
92.
93.
94.
95.
96.
97.
98.
99.
100.
101.
102.
103.
104.
105.
106.
107.
108.
109.
110.
111.
112.
113.
114.
115.
116.
117.
118.
119.
120.
121.
122.
123.
124.
125.
126.
127.
128.
129.
130.
131.
132.
133.
134.
135.
136.
137.
138.
139.
140.
141.
142.
143.
144.
145.
146.
147.
148.
149.
150.
151.
152.
153.
154.
155.
156.
157.
158.
159.
160.
161.
162.
163.
164.
165.
166.
167.
168.
169.
170.
171.
172.
173.
174.
175.
176.
177.
178.
179.
180.
181.
182.
183.
184.
185.
186.
187.
188.
189.
190.
191.
192.
193.
194.
195.
196.
197.
198.
199.
200.
201.
202.
203.
204.
205.
206.
207.
208.
209.
210.
211.
212.
213.
214.
215.
216.
217.
218.
219.
220.
221.
222.
223.
224.
225.
226.
227.
228.
229.
230.
231.
232.
233.
234.
235.
236.
237.
238.
239.
240.
241.
242.
243.
244.
245.
246.
247.
248.
249.
250.
251.
252.
253.
254.
255.
256.
257.
258.
259.
260.
261.
262.
263.
264.
265.
266.
267.
268.
269.
270.
271.
272.
273.
274.
275.
276.
277.
278.
279.
280.
281.
282.
283.
284.
285.
286.
287.
288.
289.
290.
291.
292.
293.
294.
295.
296.
297.
298.
299.
300.
301.
302.
303.
304.
305.
306.
307.
308.
309.
310.
311.
312.
313.
314.
315.
316.
317.
318.
319.
320.
321.
322.
323.
324.
325.
326.
327.
328.
329.
330.
331.
332.
333.
334.
335.
336.
337.
338.
339.
340.
341.
342.
343.
344.
345.
346.
347.
348.
349.
350.
351.
352.
353.
354.
355.
356.
357.
358.
359.
360.
361.
362.
363.
364.
365.
366.
367.
368.
369.
370.
371.
372.
373.
374.
375.
376.
377.
378.
379.
380.
381.
382.
383.
384.
385.
386.
387.
388.
389.
390.
391.
392.
393.
394.
395.
396.
397.
398.
399.
400.
401.
402.
403.
404.
405.
406.
407.
408.
409.
410.
411.
412.
413.
414.
415.
416.
417.
418.
419.
420.
421.
422.
423.
424.
425.
426.
427.
428.
429.
430.
431.
432.
433.
434.
435.
436.
437.
438.
439.
440.
441.
442.
443.
444.
445.
446.
447.
448.
449.
450.
451.
452.
453.
454.
[Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
container@pterodactyl~ java -version
openjdk version "1.8.0_312"
OpenJDK Runtime Environment (build 1.8.0_312-b07)
OpenJDK 64-Bit Server VM (build 25.312-b07, mixed mode)
container@pterodactyl~ java -Xms128M -Xmx5000M -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar
Loading libraries, please wait...
[13:46:57 INFO]: Starting minecraft server version 1.8.8
[13:46:57 INFO]: Loading properties
[13:46:57 INFO]: Default game type: SURVIVAL
[13:46:57 INFO]: This server is running CraftBukkit version git-PaperSpigot-445 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[13:46:57 INFO]: Spigot Timings: true - Verbose: true - Interval: 5m - Length: 60m
[13:46:57 INFO]: Server Ping Player Sample Count: 12
[13:46:57 INFO]: Using 4 threads for Netty based IO
[13:46:57 INFO]: Debug logging is disabled
[13:46:58 INFO]: Data value allowed items: 
[13:46:58 INFO]: Generating keypair
[13:46:58 INFO]: Starting Minecraft server on 0.0.0.0:25604
[13:46:58 INFO]: Using epoll channel type
[13:46:58 INFO]: Set PluginClassLoader as parallel capable
[13:46:59 INFO]: [Skript] Loading Skript v2.2-dev36
[13:46:59 INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.1
[13:46:59 INFO]: [CoinsOnDeath] Loading CoinsOnDeath v1
[13:46:59 INFO]: [ConsoleSpamFix] Loading ConsoleSpamFix v1.9.0
[13:46:59 INFO]: [ProtocolLib] Loading ProtocolLib v4.8.0
[13:47:01 INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
[13:47:01 INFO]: [TpLogin] Loading TpLogin v4.3.1
[13:47:01 INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v19.07.12-5cc5ce5-1277-22.3.0
[13:47:01 INFO]: [Images] Loading Images v2.2.6
[13:47:01 INFO]: [skUtilities] Loading skUtilities v0.9.2
[13:47:01 INFO]: [NBTAPI] Loading NBTAPI v2.10.0
[13:47:01 INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
[13:47:01 INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
[13:47:01 INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
[13:47:01 INFO]: [NBTAPI] Using the plugin 'Skript' to create a bStats instance!
[13:47:01 INFO]: [Vault] Loading Vault v1.5.5-b47
[13:47:01 INFO]: [skript-yaml] Loading skript-yaml v1.3.2
[13:47:01 INFO]: [LeakParkour] Loading LeakParkour v3.0.7
[13:47:01 INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
[13:47:01 INFO]: [CommandPanels] Loading CommandPanels v3.18.1.1
[13:47:01 INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.6
[13:47:01 INFO]: [WoolWars] Loading WoolWars v1.0.1
[13:47:01 INFO]: [WorldGuard] Loading WorldGuard v6.1.3-SNAPSHOT;c904242
[13:47:01 INFO]: [Citizens] Loading Citizens v2.0.30-SNAPSHOT (build 2598)
[13:47:01 INFO]: [skRayFall] Loading skRayFall v1.9.25
[13:47:01 INFO]: [ajLeaderboards] Loading ajLeaderboards v2.5.1
[13:47:01 INFO]: [ajLeaderboards] Verifying checksum for {0}[gson]
[13:47:02 INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, gson]
[13:47:02 INFO]: [ajLeaderboards] Verifying checksum for {0}[jar-relocator]
[13:47:02 INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, jar-relocator]
[13:47:02 INFO]: [ajLeaderboards] Verifying checksum for {0}[asm]
[13:47:02 INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, asm]
[13:47:02 INFO]: [ajLeaderboards] Verifying checksum for {0}[asm-commons]
[13:47:02 INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, asm-commons]
[13:47:02 INFO]: [ajLeaderboards] Verifying checksum for {0}[gson]
[13:47:02 INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, gson]
[13:47:02 INFO]: [ajLeaderboards] Verifying checksum for {0}[HikariCP]
[13:47:02 INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, HikariCP]
[13:47:02 INFO]: [ajLeaderboards] Verifying checksum for {0}[slf4j-api]
[13:47:02 INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, slf4j-api]
[13:47:02 INFO]: [ajLeaderboards] Verifying checksum for {0}[h2]
[13:47:02 INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, h2]
[13:47:02 INFO]: [AlonsoLeagues] Loading AlonsoLeagues v0.9.1-BETA
[13:47:02 INFO]: [FutureHolograms] Loading FutureHolograms v1.0.4.4
[13:47:02 INFO]: [HolographicExtension] Loading HolographicExtension v1.10.9
[13:47:02 INFO]: [GadgetsMenu] Loading GadgetsMenu v4.7.0
[13:47:02 INFO]: [ConsoleSpamFix] Enabling ConsoleSpamFix v1.9.0
[13:47:03 INFO]: [NBTAPI] The NBT-API seems to be up-to-date!
[13:47:03 WARN]: SLF4J: No SLF4J providers were found.
[13:47:03 WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
[13:47:03 WARN]: SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
[13:47:03 INFO]: [ConsoleSpamFix] Server version detected: 1.8.8
[13:47:03 INFO]: [ConsoleSpamFix] Loading the config file...
[13:47:03 INFO]: [ConsoleSpamFix] Config file loaded!
[13:47:03 INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully!
[13:47:03 INFO]: [ProtocolLib] Enabling ProtocolLib v4.8.0
[13:47:03 INFO]: [ProtocolLib] Started structure compiler thread.
[13:47:03 INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v19.07.12-5cc5ce5-1277-22.3.0
[13:47:05 INFO]: [Vault] Enabling Vault v1.5.5-b47
[13:47:05 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[13:47:05 INFO]: [Vault] Enabled Version 1.5.5-b47
[13:47:05 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[13:47:05 INFO]: Preparing level "world"
[13:47:05 INFO]: -------- World Settings For [world] --------
[13:47:05 INFO]: Mob Spawn Range: 4
[13:47:05 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[13:47:05 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:47:05 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:47:05 INFO]: Random Lighting Updates: false
[13:47:05 INFO]: Structure Info Saving: true
[13:47:05 INFO]: Sending up to 10 chunks per packet
[13:47:05 INFO]: Max Entity Collisions: 8
[13:47:05 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[13:47:05 INFO]: Max TNT Explosions: 100
[13:47:05 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:47:05 INFO]: Cactus Growth Modifier: 100%
[13:47:05 INFO]: Cane Growth Modifier: 100%
[13:47:05 INFO]: Melon Growth Modifier: 100%
[13:47:05 INFO]: Mushroom Growth Modifier: 100%
[13:47:05 INFO]: Pumpkin Growth Modifier: 100%
[13:47:05 INFO]: Sapling Growth Modifier: 100%
[13:47:05 INFO]: Wheat Growth Modifier: 100%
[13:47:05 INFO]: NetherWart Growth Modifier: 100%
[13:47:05 INFO]: Nerfing mobs spawned from spawners: false
[13:47:05 INFO]: Anti X-Ray: true
[13:47:05 INFO]: 	Engine Mode: 1
[13:47:05 INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[13:47:05 INFO]: 	Replace Blocks: [1, 5]
[13:47:05 INFO]: Item Despawn Rate: 6000
[13:47:05 INFO]: Item Merge Radius: 2.5
[13:47:05 INFO]: Arrow Despawn Rate: 1200
[13:47:05 INFO]: View Distance: 10
[13:47:05 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:47:05 INFO]: Zombie Aggressive Towards Villager: true
[13:47:05 INFO]: Chunks to Grow per Tick: 650
[13:47:05 INFO]: Clear tick list: false
[13:47:05 INFO]: Experience Merge Radius: 3.0
[13:47:05 INFO]: -------- World Settings For [world] --------
[13:47:05 INFO]: Remove invalid mob spawner tile entities: true
[13:47:05 INFO]: Player blocking damage multiplier set to 0.5
[13:47:05 INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[13:47:05 INFO]: Max height for cactus growth 3. Max height for reed growth 3
[13:47:05 INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[13:47:05 INFO]: Water over lava flow speed: 5
[13:47:05 INFO]: Fix TNT cannons: false
[13:47:05 INFO]: Allow undead horse types to be leashed: false
[13:47:05 INFO]: Keep spawn chunk loaded: true
[13:47:05 INFO]: WorldServer TickNextTick cap set at 10000
[13:47:05 INFO]: WorldServer TickNextTickList cap always processes redstone: false
[13:47:05 INFO]: World async lighting: false
[13:47:05 INFO]: Preparing start region for level 0 (Seed: 0)
[13:47:06 INFO]: Preparing spawn area: 65%
[13:47:07 INFO]: [Skript] Enabling Skript v2.2-dev36
[13:47:07 WARN]: [Skript] Using this version of Skript on 1.8 is highly discouraged.
[13:47:07 WARN]: [Skript] Some features have been disabled; use older Skript to restore them.
[13:47:07 WARN]: [Skript] Also, there are probably bugs. And since 1.8 is not supported, they will not be fixed
[13:47:08 INFO]: [Skript] Starting updater thread
[13:47:08 ERROR]: [Skript] Could not find the english aliases file aliases-english.sk
[13:47:08 ERROR]: [Skript] Could not load the english aliases config: plugins/Skript/aliases-english.sk (No such file or directory)
[13:47:08 INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[13:47:08 INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.1
[13:47:08 INFO]: [PlaceholderAPI] Fetching available expansion information...
[13:47:08 INFO]: [CoinsOnDeath] Enabling CoinsOnDeath v1
[13:47:09 INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
[13:47:09 INFO]: -------- World Settings For [Anubis] --------
[13:47:09 INFO]: Mob Spawn Range: 4
[13:47:09 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[13:47:09 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:47:09 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:47:09 INFO]: Random Lighting Updates: false
[13:47:09 INFO]: Structure Info Saving: true
[13:47:09 INFO]: Sending up to 10 chunks per packet
[13:47:09 INFO]: Max Entity Collisions: 8
[13:47:09 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[13:47:09 INFO]: Max TNT Explosions: 100
[13:47:09 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:47:09 INFO]: Cactus Growth Modifier: 100%
[13:47:09 INFO]: Cane Growth Modifier: 100%
[13:47:09 INFO]: Melon Growth Modifier: 100%
[13:47:09 INFO]: Mushroom Growth Modifier: 100%
[13:47:09 INFO]: Pumpkin Growth Modifier: 100%
[13:47:09 INFO]: Sapling Growth Modifier: 100%
[13:47:09 INFO]: Wheat Growth Modifier: 100%
[13:47:09 INFO]: NetherWart Growth Modifier: 100%
[13:47:09 INFO]: Nerfing mobs spawned from spawners: false
[13:47:09 INFO]: Anti X-Ray: true
[13:47:09 INFO]: 	Engine Mode: 1
[13:47:09 INFO]: 	Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[13:47:09 INFO]: 	Replace Blocks: [1, 5]
[13:47:09 INFO]: Item Despawn Rate: 6000
[13:47:09 INFO]: Item Merge Radius: 2.5
[13:47:09 INFO]: Arrow Despawn Rate: 1200
[13:47:09 INFO]: View Distance: 10
[13:47:09 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:47:09 INFO]: Zombie Aggressive Towards Villager: true
[13:47:09 INFO]: Chunks to Grow per Tick: 650
[13:47:09 INFO]: Clear tick list: false
[13:47:09 INFO]: Experience Merge Radius: 3.0
[13:47:09 INFO]: -------- World Settings For [Anubis] --------
[13:47:09 INFO]: Remove invalid mob spawner tile entities: true
[13:47:09 INFO]: Player blocking damage multiplier set to 0.5
[13:47:09 INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[13:47:09 INFO]: Max height for cactus growth 3. Max height for reed growth 3
[13:47:09 INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[13:47:09 INFO]: Water over lava flow speed: 5
[13:47:09 INFO]: Fix TNT cannons: false
[13:47:09 INFO]: Allow undead horse types to be leashed: false
[13:47:09 INFO]: Keep spawn chunk loaded: true
[13:47:09 INFO]: WorldServer TickNextTick cap set at 10000
[13:47:09 INFO]: WorldServer TickNextTickList cap always processes redstone: false
[13:47:09 INFO]: World async lighting: false
[13:47:09 INFO]: Preparing start region for level 1 (Seed: 0)
[13:47:09 INFO]: [Multiverse-Core] 2 - World(s) loaded.
[13:47:10 INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
[13:47:10 INFO]: [TpLogin] Enabling TpLogin v4.3.1
[13:47:10 INFO]: [TpLogin] Partnered with Sparked Host
[13:47:10 INFO]: [TpLogin] Grab a server today with the code `Josh` for 15% off @ https://sparkedhost.com
[13:47:10 INFO]: [Images] Enabling Images v2.2.6
[13:47:10 INFO]: [Images] ProtocolLib detected. Enabling generic packet handling...
[13:47:10 INFO]: [skUtilities] Enabling skUtilities v0.9.2
[13:47:11 INFO]: [skUtilities] v0.9.2: loaded modules (Conversions, Files, Yaml, Urls, Utilities) in 93ms
[13:47:11 INFO]: [NBTAPI] Enabling NBTAPI v2.10.0
[13:47:11 INFO]: [NBTAPI] Adding listeners...
[13:47:11 INFO]: [NBTAPI] Gson:
[13:47:11 INFO]: [NBTAPI] Checking bindings...
[13:47:11 INFO]: [NBTAPI] All Classes were able to link!
[13:47:11 INFO]: [NBTAPI] All Methods were able to link!
[13:47:11 INFO]: [NBTAPI] Running NBT reflection test...
[13:47:11 INFO]: [NBTAPI] Success! This version of NBT-API is compatible with your server.
[13:47:11 INFO]: [skript-yaml] Enabling skript-yaml v1.3.2
[13:47:11 INFO]: [LeakParkour] Enabling LeakParkour v3.0.7
[13:47:11 INFO]: [PlaceholderAPI] Successfully registered expansion: leakparkour [3.0.7]
[13:47:11 INFO]:  
[13:47:11 INFO]: **************************************************
[13:47:11 INFO]: ----------------- LEAK PARKOUR ------------------
[13:47:11 INFO]:  
[13:47:11 INFO]: License:
[13:47:11 INFO]:    - Do not modify plugin!
[13:47:11 INFO]:    - Do not share/upload anywhere!
[13:47:11 INFO]:    - Do not use for commercial purposes!
[13:47:11 INFO]:  
[13:47:11 INFO]: If you want download new version just copy this:
[13:47:11 INFO]: > http://bit.ly/2w7Qilh
[13:47:11 INFO]:  
[13:47:11 INFO]: ---------------- PROBLEM DETECTOR ---------------
[13:47:11 INFO]:  
[13:47:11 INFO]:  >  No problems found. :)
[13:47:11 INFO]:  
[13:47:11 INFO]: **************************************************
[13:47:11 INFO]:  
[13:47:11 INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
[13:47:12 INFO]: WEPIF: Using the Bukkit Permissions API.
[13:47:12 INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[13:47:12 INFO]: [CommandPanels] Enabling CommandPanels v3.18.1.1
[13:47:12 INFO]: [CommandPanels] RockyHawk's CommandPanels v3.18.1.1 Plugin Loading...
[13:47:12 INFO]: [PlaceholderAPI] Successfully registered expansion: commandpanels [1.0.0]
[13:47:12 INFO]: [CommandPanels] RockyHawk's CommandPanels v3.18.1.1 Plugin Loaded!
[13:47:12 INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.6
[13:47:12 INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[13:47:13 INFO]: [WoolWars] Enabling WoolWars v1.0.1
[13:47:13 INFO]: [WoolWars]  __      __        _  __      __           
[13:47:13 INFO]: [WoolWars]  \ \    / /__  ___| | \ \    / /_ _ _ _ ___
[13:47:13 INFO]: [WoolWars]   \ \/\/ / _ \/ _ \ |  \ \/\/ / _` | '_(_-<
[13:47:13 INFO]: [WoolWars]    \_/\_/\___/\___/_|   \_/\_/\__,_|_| /__/
[13:47:13 INFO]: [WoolWars] 
[13:47:13 INFO]: [WoolWars] Author: CubeCrafter
[13:47:13 INFO]: [WoolWars] Version: 1.0.1
[13:47:13 INFO]: [WoolWars] Running on: git-PaperSpigot-445 (MC: 1.8.8)
[13:47:13 INFO]: [WoolWars] Java Version: 1.8.0_312
[13:47:13 INFO]: [WoolWars] File 'config.yml' loaded!
[13:47:13 INFO]: [WoolWars] File 'messages.yml' loaded!
[13:47:13 INFO]: [WoolWars] File 'powerups.yml' loaded!
[13:47:13 INFO]: [WoolWars] File 'menus.yml' loaded!
[13:47:13 INFO]: [WoolWars] v1_8_R3 support loaded!
[13:47:13 INFO]: [PlaceholderAPI] Successfully registered expansion: woolwars [1.0.1]
[13:47:13 INFO]: [WoolWars] Hooked into PlaceholderAPI!
[13:47:13 WARN]: [Server thread] INFO me.cubecrafter.woolwars.libs.hikari.HikariDataSource - WoolWars-Pool - Starting...
[13:47:13 WARN]: [Server thread] INFO me.cubecrafter.woolwars.libs.hikari.pool.PoolBase - WoolWars-Pool - Driver does not support get/set network timeout for connections. (org.sqlite.Conn.getNetworkTimeout()I)
[13:47:13 WARN]: [Server thread] INFO me.cubecrafter.woolwars.libs.hikari.HikariDataSource - WoolWars-Pool - Start completed.
[13:47:13 ERROR]: Error occurred while enabling WoolWars v1.0.1 (Is it up to date?)
java.lang.NullPointerException: null
	at me.cubecrafter.woolwars.utils.TextUtil.deserializeLocation(TextUtil.java:72) ~[?:?]
	at me.cubecrafter.woolwars.arena.GameArena.<init>(GameArena.java:76) ~[?:?]
	at me.cubecrafter.woolwars.arena.ArenaManager.loadArenas(ArenaManager.java:27) ~[?:?]
	at me.cubecrafter.woolwars.arena.ArenaManager.<init>(ArenaManager.java:19) ~[?:?]
	at me.cubecrafter.woolwars.WoolWars.onEnable(WoolWars.java:67) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[patched_1.8.8.jar:git-PaperSpigot-445]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [patched_1.8.8.jar:git-PaperSpigot-445]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [patched_1.8.8.jar:git-PaperSpigot-445]
	at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [patched_1.8.8.jar:git-PaperSpigot-445]
	at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [patched_1.8.8.jar:git-PaperSpigot-445]
	at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [patched_1.8.8.jar:git-PaperSpigot-445]
	at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [patched_1.8.8.jar:git-PaperSpigot-445]
	at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [patched_1.8.8.jar:git-PaperSpigot-445]
	at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [patched_1.8.8.jar:git-PaperSpigot-445]
	at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [patched_1.8.8.jar:git-PaperSpigot-445]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
[13:47:13 INFO]: [WoolWars] Disabling WoolWars v1.0.1
[13:47:13 ERROR]: Error occurred while disabling WoolWars v1.0.1 (Is it up to date?)
java.lang.NullPointerException: null
	at me.cubecrafter.woolwars.WoolWars.onDisable(WoolWars.java:82) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[patched_1.8.8.jar:git-PaperSpigot-445]
	at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:360) [patched_1.8.8.jar:git-PaperSpigot-445]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336) [patched_1.8.8.jar:git-PaperSpigot-445]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [patched_1.8.8.jar:git-PaperSpigot-445]
	at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [patched_1.8.8.jar:git-PaperSpigot-445]
	at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [patched_1.8.8.jar:git-PaperSpigot-445]
	at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [patched_1.8.8.jar:git-PaperSpigot-445]
	at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [patched_1.8.8.jar:git-PaperSpigot-445]
	at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [patched_1.8.8.jar:git-PaperSpigot-445]
	at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [patched_1.8.8.jar:git-PaperSpigot-445]
	at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [patched_1.8.8.jar:git-PaperSpigot-445]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
[13:47:13 INFO]: [WorldGuard] Enabling WorldGuard v6.1.3-SNAPSHOT;c904242
[13:47:14 INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[13:47:14 INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[13:47:14 INFO]: [WorldGuard] (world) Lava fire is blocked.
[13:47:14 INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[13:47:14 INFO]: [WorldGuard] Loaded configuration for world 'world'
[13:47:14 INFO]: [WorldGuard] (Anubis) TNT ignition is PERMITTED.
[13:47:14 INFO]: [WorldGuard] (Anubis) Lighters are PERMITTED.
[13:47:14 INFO]: [WorldGuard] (Anubis) Lava fire is blocked.
[13:47:14 INFO]: [WorldGuard] (Anubis) Fire spread is UNRESTRICTED.
[13:47:14 INFO]: [WorldGuard] Loaded configuration for world 'Anubis'
[13:47:14 INFO]: [WorldGuard] Loading region data...
[13:47:14 INFO]: [Citizens] Enabling Citizens v2.0.30-SNAPSHOT (build 2598)
[13:47:15 INFO]: [Citizens] Loaded economy handling via Vault.
[13:47:15 INFO]: [skRayFall] Enabling skRayFall v1.9.25
[13:47:15 INFO]: [skRayFall] Yay! You are running skRayFall 1.9.25!
[13:47:15 INFO]: [skRayFall] Nathan and Lewis <3 you.
[13:47:15 INFO]: [skRayFall] Cooking Bacon...
[13:47:15 INFO]: [skRayFall] Getting more bacon for the army of citizens...
[13:47:15 WARN]: [skRayFall] EffectLib is no longer supported for users below 1.10. Please use skRayFall 1.9.21 or below for EffectLib support.
[13:47:15 INFO]: [skRayFall] No Votifier Found! *Checks oven for finished bacon*
[13:47:15 INFO]: [skRayFall] Bacon holograms found
[13:47:15 INFO]: [skRayFall] Client Side bacon holograms enabled
[13:47:15 INFO]: [skRayFall] Enabling general 1.8+ bacon!
[13:47:15 INFO]: [skRayFall] Getting the extra special 1.8.4 - 1.8.8 bacon!
[13:47:16 INFO]: [skRayFall] An update for skRayFall is available!
[13:47:16 INFO]: [skRayFall] Bacon is ready!
[13:47:16 INFO]: [ajLeaderboards] Enabling ajLeaderboards v2.5.1
[13:47:17 INFO]: [ajLeaderboards] Using H2 flatfile for board cache. (h2)
[13:47:18 INFO]: [ajLeaderboards] The columns already exist for woolwars_kills. Canceling updater and bumping DB version.
[13:47:18 INFO]: [ajLeaderboards] The columns already exist for woolwars_wins. Canceling updater and bumping DB version.
[13:47:18 INFO]: [ajLeaderboards] Loaded 2 boards
[13:47:18 INFO]: [PlaceholderAPI] Successfully registered expansion: ajlb [2.5.1]
[13:47:18 INFO]: [ajLeaderboards] PAPI placeholders successfully registered!
[13:47:18 INFO]: [ajLeaderboards] ajLeaderboards v2.5.1 by ajgeiss0702 enabled!
[13:47:18 INFO]: [AlonsoLeagues] Enabling AlonsoLeagues v0.9.1-BETA
[13:47:18 INFO]: [AlonsoLeagues] Inventory title with support for more than 32 characters. Skipping..
[13:47:18 INFO]: [AlonsoLeagues] Hex colors are not available! Ignoring..
[13:47:18 INFO]: [AlonsoLeagues] Old constructor for HoverEvent found! Using it..
[13:47:18 INFO]: [AlonsoLeagues] New sendTitle method not found! Using the old one..
[13:47:18 INFO]: [AlonsoLeagues] New setUnbreakable method not found! Using the old one for spigot ONLY..
[13:47:18 INFO]: [AlonsoLeagues] New isUnbreakable method not found! Using the old one for spigot ONLY..
[13:47:18 INFO]:     _   _                  _                              
[13:47:18 INFO]:    /_\ | |___ _ _  ___ ___| |   ___ __ _ __ _ _  _ ___ ___
[13:47:18 INFO]:   / _ \| / _ \ ' \(_-</ _ \ |__/ -_) _` / _` | || / -_|_-<
[13:47:18 INFO]:  /_/ \_\_\___/_||_/__/\___/____\___\__,_\__, |\_,_\___/__/
[13:47:18 INFO]:                                         |___/             
[13:47:18 INFO]:    Running plugin AlonsoLeagues v0.9.1-BETA (v1_8)
[13:47:18 INFO]:    Server running CraftBukkit version git-PaperSpigot-445 (MC: 1.8.8)
[13:47:18 INFO]:    (Implementing API version git-PaperSpigot-445 (MC: 1.8.8))
[13:47:18 INFO]:    (Developed by  AlonsoAliaga - Thanks for using my plugin ❤)
[13:47:18 INFO]:    Join our official discord server to receive support in alonsoaliaga.com/discord
[13:47:18 INFO]:    If you loved the plugin consider leaving a 5-stars review and mentioning your server IP in it!
[13:47:18 INFO]: 
[13:47:18 INFO]: ==============================================================================================
[13:47:18 INFO]: [AlonsoLeagues] This is not a error! This is just a warning to keep in mind if you have issues!
[13:47:18 INFO]: [AlonsoLeagues] You are using a Paper fork (CraftBukkit). This plugin was made for Spigot
[13:47:18 INFO]: [AlonsoLeagues] but was (in most cases) tested with different builds of Paper and Purpur.
[13:47:18 INFO]: [AlonsoLeagues] Spigot and forks API are really similar and should be compatible, however there are
[13:47:18 INFO]: [AlonsoLeagues] some cases in which they aren't compatible. If you have issues report them to the
[13:47:18 INFO]: [AlonsoLeagues] developer instead of reviewing 1 star. Thanks in advanced!
[13:47:18 INFO]: [AlonsoLeagues] Join us in our official support server on alonsoaliaga.com/discord
[13:47:18 INFO]: ==============================================================================================
[13:47:18 INFO]: 
[13:47:18 INFO]: [AlonsoLeagues] BungeeCord action bar not available for your server type/version! Skipping..
[13:47:18 INFO]: [AlonsoLeagues] ProtocolLib found! Hooking..
[13:47:18 INFO]: [AlonsoLeagues] ProtocolLib available for action bars. Method: 'GAME_INFO'. Hooking..
[13:47:18 INFO]: [Auto-update] Configuration config.yml is up-to-date!
[13:47:18 INFO]: [AlonsoLeagues] [HikariCP] Using com.mysql.jdbc.jdbc2.optional.MysqlDataSource for source class name..
[13:47:18 INFO]: [AlonsoLeagues] [SQLite] Attempting to create 'alonsoleagues' table..
[13:47:18 INFO]: [SQLite] Connecting to database 'database-alonsoleagues.db'!
[13:47:18 INFO]: [SQLite] Driver available: SQLiteJDBC | 3.7.2
[13:47:18 INFO]: [SQLite] Successfully connected to database!
[13:47:18 INFO]: [AlonsoLeagues] [SQLite] Table 'alonsoleagues' has been created if didn't exist.
[13:47:18 INFO]: [AlonsoLeagues] Formula for experience is enabled! Loading..
[13:47:18 INFO]: ===========================================================================================
[13:47:19 INFO]: [AlonsoLeagues] Engine 'JavaScript' (1) recognized: jdk.nashorn.api.scripting.NashornScriptEngine@7ef7c3e2
[13:47:20 INFO]: [AlonsoLeagues] Successfully loaded 32 leagues!
[13:47:20 INFO]: [AlonsoLeagues] PlaceholderAPI found! Hooking..
[13:47:20 INFO]: [PlaceholderAPI] Successfully registered expansion: alonsoleagues [0.9.1-BETA]
[13:47:20 INFO]: [FutureHolograms] Enabling FutureHolograms v1.0.4.4
[13:47:20 INFO]: [HolographicExtension] Enabling HolographicExtension v1.10.9
[13:47:20 INFO]: [HolographicExtension] Starting HolographicExtension v1.10.9
[13:47:20 INFO]: [HolographicExtension] Registering placeholder 'example' from config.
[13:47:20 INFO]: [HolographicExtension] Registering placeholder 'scroller' from config.
[13:47:20 INFO]: [HolographicExtension] Registering placeholder 'typing' from config.
[13:47:20 INFO]: [HolographicExtension] Registering placeholder 'rainbow' from config.
[13:47:20 INFO]: [GadgetsMenu] Enabling GadgetsMenu v4.7.0
[13:47:20 INFO]: [GadgetsMenu] ------------------------------------------------------
[13:47:20 INFO]: [GadgetsMenu]         GadgetsMenu [Free] 4.7.0 is loading...
[13:47:20 INFO]: [GadgetsMenu]       [server: git-PaperSpigot-445 (MC: 1.8.8)]
[13:47:20 INFO]: [GadgetsMenu]                 Running Java 1.8.0_312
[13:47:20 INFO]: [GadgetsMenu]                Plugin by Yap Zhen Yie.
[13:47:20 INFO]: [GadgetsMenu]              Date Modified: 18 June 2022
[13:47:20 INFO]: [GadgetsMenu]                            
[13:47:20 INFO]: [GadgetsMenu]              Initializing module v1_8_R3
[13:47:20 INFO]: [GadgetsMenu] ------------------------------------------------------
[13:47:23 INFO]: [GadgetsMenu] Connecting to SQLite database...
[13:47:23 INFO]: [GadgetsMenu] Successfully connected to SQLite database!
[13:47:23 INFO]: [GadgetsMenu] Enabled Mystery Vault individual hologram.
[13:47:23 INFO]: [PlaceholderAPI] Successfully registered expansion: gadgetsmenu [1.0.2]
[13:47:23 INFO]: [GadgetsMenu] [Placeholder] PlaceholderAPI hooked.
[13:47:24 INFO]: Server permissions file permissions.yml is empty, ignoring it
[13:47:24 INFO]: Done (19.179s)! For help, type "help" or "?"
[13:47:24 INFO]: Timings Reset
[13:47:24 INFO]: [FutureHolograms] ↣ Loading plugin...
[13:47:24 INFO]: [FutureHolograms] ↣ Checking dependencies...
[13:47:24 INFO]: [FutureHolograms] ↣ Dependencies checked and hooked!
[13:47:24 INFO]: [FutureHolograms] ↣ Loading commands...
[13:47:24 INFO]: [FutureHolograms] ↣ Commands loaded!
[13:47:24 INFO]: [FutureHolograms] ↣ Loading listeners...
[13:47:24 INFO]: [FutureHolograms] ↣ Listeners loaded sucessfully!
[13:47:24 INFO]: [FutureHolograms] ↣ Plugin fully loaded and started!
[13:47:24 INFO]: =========================================
[13:47:24 INFO]: Thanks to use my plugin. Plugin loaded in
[13:47:24 INFO]: 4 seconds.
[13:47:24 INFO]: 
[13:47:24 INFO]:     Made with love, by TheJokerDev <3
[13:47:24 INFO]: =========================================
[13:47:24 INFO]: [FutureHolograms] ↣ Loading holograms...
[13:47:24 INFO]: [FutureHolograms] ↣ Holograms loaded!
[13:47:24 WARN]: [ajLeaderboards] Vault prefix hook failed! Make sure you have a plugin that implements chat (e.g. Luckperms)
[13:47:24 INFO]: (FAWE) Detected class org.bukkit.event.block.BlockExplodeEvent
[13:47:26 INFO]: (FAWE) Plugin 'WorldGuard' found. Using it now.
[13:47:26 INFO]: [GadgetsMenu] Checking for updates...
[13:47:26 INFO]: [GadgetsMenu] No update was found, you are running the latest version.
[13:47:26 INFO]: [Skript] Loading variables...
[13:47:26 INFO]: [Skript] Loaded 0 variables in 0.0 seconds
[13:47:26 WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (setup.sk, line 58: if file "plugins/TajWoolWars/Arenas/%arg 1%.yml" exists:')
[13:47:26 WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (setup.sk, line 59: else:')
[13:47:26 WARN]: [Skript] the 1st argument is already a text, so you should not put it in one (e.g. the 1st argument instead of "%the 1st argument%") (setup.sk, line 61: set yml value "displayname" from file "plugins/WoolWars/arenas/%arg 1%.yml" to "%arg 1%"')
[13:47:26 WARN]: [Skript] the 2nd argument is already a text, so you should not put it in one (e.g. the 2nd argument instead of "%the 2nd argument%") (setup.sk, line 95: set yml value "min-players" from file "plugins/WoolWars/arenas/%arg 1%.yml" to "%arg 2%"')
[13:47:26 WARN]: [Skript] the 3rd argument is already a text, so you should not put it in one (e.g. the 3rd argument instead of "%the 3rd argument%") (setup.sk, line 96: set yml value "max-players-per-team" from file "plugins/WoolWars/arenas/%arg 1%.yml" to "%arg 3%"')
[13:47:26 WARN]: [Skript] the 4th argument is already a text, so you should not put it in one (e.g. the 4th argument instead of "%the 4th argument%") (setup.sk, line 97: set yml value "group" from file "plugins/WoolWars/arenas/%arg 1%.yml" to "%arg 4%"')
[13:47:26 WARN]: [Skript] the 2nd argument is already a text, so you should not put it in one (e.g. the 2nd argument instead of "%the 2nd argument%") (setup.sk, line 107: set yml value "win-points" from file "plugins/WoolWars/arenas/%arg 1%.yml" to "%arg 2%"')
[13:47:27 INFO]: [Skript] You're currently running custom Skript version. No updates will be automatically installed.
[13:47:27 INFO]: [Skript] All scripts loaded without errors.
[13:47:27 INFO]: [Skript] Loaded 1 script with a total of 0 triggers and 19 commands in 0.97 seconds
[13:47:27 INFO]: [Skript] Finished loading.
[13:47:27 INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[13:47:27 INFO]: [Citizens] Loaded 5 NPCs.
[13:47:27 INFO]: [HolographicDisplays] Found a new version available: v3.0.0
[13:47:27 INFO]: [HolographicDisplays] Download it on Bukkit Dev:
[13:47:27 INFO]: [HolographicDisplays] dev.bukkit.org/projects/holographic-displays
[13:47:27 INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.11.2) is available at:
[13:47:27 INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
[13:47:27 INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.2]
[13:47:27 INFO]: 1 placeholder hook(s) registered! 1 placeholder hook(s) have an update available.
[13:47:27 INFO]: [AlonsoLeagues] Checking for updates...
[13:47:27 INFO]: [AlonsoLeagues] Plugin up-to-date! You have the latest version!
[13:47:28 INFO]: [Vault] Checking for Updates ... 
[13:47:28 WARN]: [Vault] Stable Version: 1.7.3 is out! You are still running version: 1.5.5
[13:47:28 WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
[13:47:28 INFO]: [FutureHolograms] ↣ You have the latest version of FutureHolograms!
[13:47:28 INFO]: [Images] Loaded 1 images...
pl
[13:48:55 INFO]: Plugins (26): Skript, PlaceholderAPI, CoinsOnDeath, ConsoleSpamFix, ProtocolLib, Multiverse-Core, TpLogin, FastAsyncWorldEdit, Images, skUtilities, NBTAPI, Vault, skript-yaml, LeakParkour, WorldEdit, CommandPanels, HolographicDisplays, WoolWars, WorldGuard, Citizens, skRayFall, ajLeaderboards, AlonsoLeagues, FutureHolograms, HolographicExtension, GadgetsMenu