· 6 years ago · Nov 21, 2019, 08:06 AM
1[00:30:22] [Server thread/INFO]: Starting minecraft server version 1.14.4
2[00:30:22] [Server thread/INFO]: Loading properties
3[00:30:22] [Server thread/INFO]: This server is running Paper version git-Paper-226 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
4[00:30:23] [Server thread/INFO]: Debug logging is disabled
5[00:30:23] [Server thread/INFO]: Server Ping Player Sample Count: 12
6[00:30:23] [Server thread/INFO]: Using 4 threads for Netty based IO
7[00:30:23] [Server thread/INFO]: Default game type: SURVIVAL
8[00:30:23] [Server thread/INFO]: Generating keypair
9[00:30:23] [Server thread/INFO]: Starting Minecraft server on *:25566
10[00:30:24] [Server thread/INFO]: Using epoll channel type
11[00:30:30] [Server thread/WARN]: Plugin HPFixer v1.1 does not specify an api-version.
12[00:30:30] [Server thread/WARN]: Plugin SuperTrails v9.7.2 does not specify an api-version.
13[00:30:31] [Server thread/WARN]: Plugin dynmap v3.0-beta-5-218 does not specify an api-version.
14[00:30:31] [Server thread/INFO]: [WorldEdit] Please restart the server if you have any plugins which depend on FAWE.
15[00:30:35] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@6517430c]
16[00:30:35] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
17[00:30:35] [Server thread/INFO]: Using com.boydti.fawe.bukkit.adapter.mc1_14.Spigot_v1_14_R4 as the Bukkit adapter
18[00:30:35] [Server thread/INFO]: Ignoring invalid block minecraft:sign
19[00:30:35] [Server thread/INFO]: Ignoring invalid block minecraft:wall_sign
20[00:30:36] [Server thread/WARN]: Plugin PictureLogin v1.5 does not specify an api-version.
21[00:30:36] [Server thread/WARN]: Plugin BannerBoard v1.10.2 does not specify an api-version.
22[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %name% for plugin BannerBoard...
23[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:name% for plugin BannerBoard...
24[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %uuid% for plugin BannerBoard...
25[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:uuid% for plugin BannerBoard...
26[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer COLOR for plugin BannerBoard...
27[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:COLOR for plugin BannerBoard...
28[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer IMAGE for plugin BannerBoard...
29[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:IMAGE for plugin BannerBoard...
30[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer TEXT for plugin BannerBoard...
31[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:TEXT for plugin BannerBoard...
32[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer SKIN for plugin BannerBoard...
33[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:SKIN for plugin BannerBoard...
34[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer LIVEIMG for plugin BannerBoard...
35[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:LIVEIMG for plugin BannerBoard...
36[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer URLIMG for plugin BannerBoard...
37[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:URLIMG for plugin BannerBoard...
38[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer INTERACT for plugin BannerBoard...
39[00:30:36] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:INTERACT for plugin BannerBoard...
40[00:30:36] [Server thread/WARN]: Plugin Gatekeeper v1.1.2 does not specify an api-version.
41[00:30:36] [Server thread/WARN]: Plugin MVdWPlaceholderAPI v3.0.1 does not specify an api-version.
42[00:30:36] [Server thread/ERROR]: Could not load 'plugins/DummyFawe.jar' in folder 'plugins'
43org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
44 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.14.4.jar:git-Paper-226]
45 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:337) ~[patched_1.14.4.jar:git-Paper-226]
46 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:257) ~[patched_1.14.4.jar:git-Paper-226]
47 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:355) ~[patched_1.14.4.jar:git-Paper-226]
48 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:226) ~[patched_1.14.4.jar:git-Paper-226]
49 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-226]
50 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
51Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
52 at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:171) ~[patched_1.14.4.jar:git-Paper-226]
53 at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:52) ~[patched_1.14.4.jar:git-Paper-226]
54 at com.boydti.fawe.Blank.<init>(Blank.java:5) ~[?:?]
55 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_222]
56 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_222]
57 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222]
58 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222]
59 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_222]
60 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:75) ~[patched_1.14.4.jar:git-Paper-226]
61 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.14.4.jar:git-Paper-226]
62 ... 6 more
63Caused by: java.lang.IllegalStateException: Initial initialization
64 at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:174) ~[patched_1.14.4.jar:git-Paper-226]
65 at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:52) ~[patched_1.14.4.jar:git-Paper-226]
66 at com.boydti.fawe.Blank.<init>(Blank.java:5) ~[?:?]
67 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_222]
68 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_222]
69 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222]
70 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222]
71 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_222]
72 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:75) ~[patched_1.14.4.jar:git-Paper-226]
73 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.14.4.jar:git-Paper-226]
74 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:337) ~[patched_1.14.4.jar:git-Paper-226]
75 at com.sk89q.worldedit.bukkit.WorldEditPlugin.rename(WorldEditPlugin.java:331) ~[?:?]
76 at com.sk89q.worldedit.bukkit.WorldEditPlugin.init(WorldEditPlugin.java:164) ~[?:?]
77 at com.sk89q.worldedit.bukkit.WorldEditPlugin.<init>(WorldEditPlugin.java:150) ~[?:?]
78 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_222]
79 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_222]
80 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222]
81 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222]
82 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_222]
83 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:75) ~[patched_1.14.4.jar:git-Paper-226]
84 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.14.4.jar:git-Paper-226]
85 ... 6 more
86[00:30:36] [Server thread/WARN]: Plugin IPWhitelist v1.7 does not specify an api-version.
87[00:30:36] [Server thread/WARN]: Plugin TimeVote v2.0.4 does not specify an api-version.
88[00:30:36] [Server thread/WARN]: Plugin GPS v2.13.4 does not specify an api-version.
89[00:30:37] [Server thread/WARN]: Plugin TowerDefense v1.8 does not specify an api-version.
90[00:30:37] [Server thread/WARN]: Plugin BungeeTabListPlus v2.8.11 does not specify an api-version.
91[00:30:37] [Server thread/WARN]: Plugin LiquidTanks v2.3.5 does not specify an api-version.
92[00:30:38] [Server thread/WARN]: Plugin Vault v1.6.11 does not specify an api-version.
93[00:30:38] [Server thread/INFO]: [MCGUIControlPlugin] Loading MCGUIControlPlugin v5.0.3.10
94[00:30:38] [Server thread/INFO]: [UltimateFishing] Loading UltimateFishing v1.2.4
95[00:30:38] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.51
96[00:30:38] [Server thread/INFO]: [HPFixer] Loading HPFixer v1.1
97[00:30:38] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
98[00:30:38] [Server thread/INFO]: [Lift] Loading Lift v60
99[00:30:38] [Server thread/INFO]: [PandaWire] Loading PandaWire v1.0.10-SNAPSHOT
100[00:30:38] [Server thread/INFO]: [ConsoleSpamFix] Loading ConsoleSpamFix v1.7.3
101[00:30:38] [Server thread/INFO]: [Core] Loading Core v0.2.4
102[00:30:38] [Server thread/INFO]: [ajParkour] Loading ajParkour v1.44.6
103[00:30:38] [Server thread/INFO]: [SuperTrails] Loading SuperTrails v9.7.2
104[00:30:38] [Server thread/INFO]: [CraftingStore] Loading CraftingStore v2.2.1
105[00:30:38] [Server thread/INFO]: [MCGPermwall] Loading MCGPermwall v1.0
106[00:30:38] [Server thread/INFO]: [MoreCompost] Loading MoreCompost v0.9.7
107[00:30:38] [Server thread/INFO]: [Drop-Party] Loading Drop-Party v3.3
108[00:30:38] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.4.17
109[00:30:38] [Server thread/INFO]: [dynmap] Loading dynmap v3.0-beta-5-218
110[00:30:38] [Server thread/INFO]: [dynmap] version=git-Paper-226 (MC: 1.14.4)
111[00:30:39] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks
112[00:30:39] [Server thread/INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional
113[00:30:39] [Server thread/INFO]: [dynmap] Mod Support API available
114[00:30:39] [Server thread/INFO]: [Tester] Loading Tester v1
115[00:30:39] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v1.14-111;751765c
116[00:30:39] [Server thread/INFO]: [PictureLogin] Loading PictureLogin v1.5
117[00:30:39] [Server thread/INFO]: [UltimateTimber] Loading UltimateTimber v2.0.4
118[00:30:39] [Server thread/INFO]: [spark] Loading spark v1.3.0
119[00:30:39] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
120[00:30:39] [Server thread/INFO]: [RankAura] Loading RankAura v0.1.4
121[00:30:39] [Server thread/INFO]: [TangledMaze] Loading TangledMaze v1.3.2
122[00:30:39] [Server thread/INFO]: [BannerBoard] Loading BannerBoard v1.10.2
123[00:30:39] [Server thread/INFO]: [Gatekeeper] Loading Gatekeeper v1.1.2
124[00:30:39] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v3.0.1
125[00:30:39] [Server thread/INFO]: [FastLeafDecay] Loading FastLeafDecay v1.0
126[00:30:39] [Server thread/INFO]: [IPWhitelist] Loading IPWhitelist v1.7
127[00:30:39] [Server thread/INFO]: [PlayerParticles] Loading PlayerParticles v6.5
128[00:30:39] [Server thread/INFO]: [PublicCrafters] Loading PublicCrafters v4.9
129[00:30:39] [Server thread/INFO]: [TimeVote] Loading TimeVote v2.0.4
130[00:30:39] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.9.11
131[00:30:39] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.14.1-SNAPSHOT (build #65)
132[00:30:39] [Server thread/INFO]: [dynmap-structures] Loading dynmap-structures v2.2.1
133[00:30:39] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.1
134[00:30:39] [Server thread/INFO]: [EliteMobs] Loading EliteMobs v7.1.0
135[00:30:39] [Server thread/INFO]: [EliteMobs] WorldGuard detected.
136[00:30:39] [Server thread/INFO]: [EliteMobs] Enabling flags:
137[00:30:39] [Server thread/INFO]: [EliteMobs] - elitemob-spawning
138[00:30:39] [Server thread/INFO]: [EliteMobs] - elitemob-only-spawning
139[00:30:39] [Server thread/INFO]: [ClickDye] Loading ClickDye v1.0.20
140[00:30:39] [Server thread/INFO]: [SlotMachine] Loading SlotMachine v6.1.0
141[00:30:39] [Server thread/INFO]: [GPS] Loading GPS v2.13.4
142[00:30:39] [Server thread/INFO]: [DefensiveTurrets] Loading DefensiveTurrets v2.3.2
143[00:30:39] [Server thread/INFO]: [PerWorldInventory] Loading PerWorldInventory v2.3.1
144[00:30:39] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v4.353
145[00:30:39] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.3-SNAPSHOT
146[00:30:39] [Server thread/INFO]: [VillageDefense] Loading VillageDefense v4.2.1-hotfix
147[00:30:39] [Server thread/INFO]: [DeathChestPro] Loading DeathChestPro v3.3.13
148[00:30:39] [Server thread/INFO]: [CMI] Loading CMI v8.6.15.8
149[00:30:39] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.1-SNAPSHOT;556b638
150[00:30:39] [Server thread/INFO]: [SelectionVisualizer] Loading SelectionVisualizer v3.0.0.2
151[00:30:39] [Server thread/INFO]: [EpicFurnaces] Loading EpicFurnaces v4.5.3
152[00:30:39] [Server thread/INFO]: [EpicHoppers] Loading EpicHoppers v4.3.10
153[00:30:39] [Server thread/INFO]: [SuperLuckyBlock] Loading SuperLuckyBlock v3.3.5
154[00:30:39] [Server thread/INFO]: [BigDoors] Loading BigDoors vAlpha 0.1.8.14
155[00:30:39] [Server thread/INFO]: [UltimateClaims] Loading UltimateClaims v1.1.11
156[00:30:39] [Server thread/INFO]: [MCGUCDynmap] Loading MCGUCDynmap v1
157[00:30:39] [Server thread/INFO]: [JupiterCore] Loading JupiterCore v1.3.1
158[00:30:39] [Server thread/INFO]: [The_Gate] Loading The_Gate v0.1.4-5.4
159[00:30:39] [Server thread/INFO]: [TowerDefense] Loading TowerDefense v1.8
160[00:30:39] [Server thread/INFO]: [BungeeTabListPlus] Loading BungeeTabListPlus v2.8.11
161[00:30:39] [Server thread/INFO]: [Bank] Loading Bank v4.0.1
162[00:30:40] [Server thread/INFO]: [TheLab] Loading TheLab v1.2
163[00:30:40] [Server thread/INFO]: [MyPet] Loading MyPet v3.8
164[00:30:41] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [mError-Reporter ENABLED[m
165[00:30:41] [Server thread/INFO]: [LiquidTanks] Loading LiquidTanks v2.3.5
166[00:30:41] [Server thread/INFO]: [SpigotLib] Loading SpigotLib v9.2
167[00:30:42] [Server thread/INFO]: [SpigotLib] Loading ReflectionAPI...
168[00:30:42] [Server thread/INFO]: [Startup] Detected server version: v1_14 (v1_14_R1) - git-Paper-226 (MC: 1.14.4)
169[00:30:42] [Server thread/INFO]: [SpigotLib] Loading configuration and language file...
170[00:30:42] [Server thread/INFO]: [SpigotLib] Loading enchants file...
171[00:30:42] [Server thread/INFO]: [SpigotLib] Loading FILE backend for player data storage...
172[00:30:42] [Server thread/INFO]: [SpigotLib] Starting PacketAPI...
173[00:30:42] [Server thread/INFO]: [SpigotLib] Loading AnimationAPI...
174[00:30:42] [Server thread/INFO]: [SpigotLib] Starting SpigotLib in fully compatible mode, starting Offline player management, ChatAPI, TitleAPI, NBTApi, ScoreboardAPI...
175[00:30:42] [Server thread/INFO]: [SpigotLib] Preparing PlaceholderAPI and Vault hooks...
176[00:30:42] [Server thread/INFO]: [StarGate] Loading StarGate v9.5
177[00:30:42] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0-SNAPSHOT
178[00:30:42] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.14.4) has not yet been tested! Proceed with caution.
179[00:30:42] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.8.4
180[00:30:42] [Server thread/INFO]: [HideAndSeek] Loading HideAndSeek v3.6
181[00:30:42] [Server thread/INFO]: [UltimateModeration] Loading UltimateModeration v1.2.3
182[00:30:42] [Server thread/INFO]: [FabledSkyBlock] Loading FabledSkyBlock v2.0.9
183[00:30:42] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-SNAPSHOT-b774
184[00:30:42] [Server thread/INFO]: [KeepChunks] Loading KeepChunks v1.5.13
185[00:30:42] [Server thread/INFO]: [EpicFarming] Loading EpicFarming v3.0.8
186[00:30:42] [Server thread/INFO]: [BannerMaker] Loading BannerMaker v2.2.2
187[00:30:42] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.25-SNAPSHOT (build 1777)
188[00:30:42] [Server thread/INFO]: [AdvancedMobArena] Loading AdvancedMobArena v6.0.11
189[00:30:42] [Server thread/INFO]: [TradeMe] Loading TradeMe v6.0.1.7
190[00:30:42] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.18.2
191[00:30:42] [Server thread/INFO]: [EasyShops2.0] Loading EasyShops2.0 v1.8.7.1b
192[00:30:42] [Server thread/INFO]: [Vault] Loading Vault v1.6.11
193[00:30:42] [Server thread/INFO]: [BitcubesCore] Loading BitcubesCore v14
194[00:30:42] [Server thread/INFO]: [IFS] Loading ItemFrameShops v6.0.4
195[00:30:42] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
196[00:30:42] [Server thread/INFO]: [PandaWire] Enabling PandaWire v1.0.10-SNAPSHOT
197[00:30:43] [Server thread/INFO]: [ConsoleSpamFix] Enabling ConsoleSpamFix v1.7.3
198[00:30:43] [Server thread/INFO]: [ConsoleSpamFix] Server version detected: 1.14.4
199[00:30:43] [Server thread/INFO]: [ConsoleSpamFix] Loading the config file...
200[00:30:43] [Server thread/INFO]: [ConsoleSpamFix] Config file loaded!
201[00:30:43] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully!
202[00:30:43] [Server thread/INFO]: [Core] Enabling Core v0.2.4
203[00:30:43] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.4.17
204[00:30:43] [Server thread/INFO]: __
205[00:30:43] [Server thread/INFO]: | |__) LuckPerms v4.4.17
206[00:30:43] [Server thread/INFO]: |___ | Running on Bukkit - Paper
207[00:30:43] [Server thread/INFO]:
208[00:30:43] [Server thread/INFO]: [LuckPerms] Loading configuration...
209[00:30:43] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
210[00:30:43] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
211[00:30:43] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
212[00:30:43] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
213[00:30:45] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
214[00:30:45] [Server thread/INFO]: [LuckPerms] Performing initial data load...
215[00:30:45] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2596ms)
216[00:30:45] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v4.353
217[00:30:46] [Server thread/INFO]: [P2] KillAllEntities started.
218[00:30:46] [Server thread/INFO]: [P2] PlotSquared is using online UUIDs
219[00:30:46] [Server thread/INFO]: PlotSquared Scripting Test
220[00:30:47] [Server thread/INFO]: PlotSquared hooked into WorldEdit.
221[00:30:47] [Server thread/INFO]: [P2] Key: plot-expiry, Value: false
222[00:30:47] [Server thread/INFO]: [P2] Key: kill-road-mobs, Value: true
223[00:30:47] [Server thread/INFO]: [P2] Key: kill-road-items, Value: true
224[00:30:47] [Server thread/INFO]: [P2] Key: worlds, Value: false
225[00:30:47] [Server thread/INFO]: [P2] Key: worldedit-restrictions, Value: true
226[00:30:47] [Server thread/INFO]: [P2] Key: database-purger, Value: false
227[00:30:47] [Server thread/INFO]: [P2] Key: economy, Value: false
228[00:30:47] [Server thread/INFO]: [P2] Key: block-cache, Value: true
229[00:30:47] [Server thread/INFO]: [P2] Key: kill-road-vehicles, Value: true
230[00:30:47] [Server thread/INFO]: [P2] Key: persistent-meta, Value: true
231[00:30:47] [Server thread/INFO]: [P2] Key: ban-deleter, Value: false
232[00:30:47] [Server thread/INFO]: [P2] Key: updater, Value: false
233[00:30:47] [Server thread/INFO]: [P2] Key: database, Value: true
234[00:30:47] [Server thread/INFO]: [P2] Key: prevent-unsafe, Value: true
235[00:30:47] [Server thread/INFO]: [P2] Key: permission-cache, Value: true
236[00:30:47] [Server thread/INFO]: [P2] Key: rating-cache, Value: true
237[00:30:47] [Server thread/INFO]: [P2] Key: comment-notifier, Value: false
238[00:30:47] [Server thread/INFO]: [P2] Key: metrics, Value: false
239[00:30:47] [Server thread/INFO]: [P2] Key: chunk-processor, Value: false
240[00:30:47] [Server thread/INFO]: [P2] Key: uuid-cache, Value: true
241[00:30:47] [Server thread/INFO]: [P2] Key: events, Value: true
242[00:30:47] [Server thread/INFO]: [P2] Key: commands, Value: true
243[00:30:47] [Server thread/INFO]: PlotSquared is now enabled
244[00:30:47] [Server thread/INFO]: [P2] Metrics enabled.
245[00:30:47] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0-SNAPSHOT
246[00:30:47] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
247[00:30:47] [Server thread/INFO]: [Vault] Enabling Vault v1.6.11*
248[00:30:47] [Server thread/INFO]: [Vault] [Economy] CMI Economy found: Waiting
249[00:30:47] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
250[00:30:47] [Server thread/INFO]: [Vault] Enabled Version 1.6.11
251[00:30:47] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
252[00:30:47] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
253[00:30:47] [Server thread/INFO]: [IFS] Enabling ItemFrameShops v6.0.4
254[00:30:47] [Server thread/WARN]: [IFS] -> Detected Minecraft version: 1.14.4
255[00:30:47] [Server thread/INFO]: [IFS] -> Detected Vault version: 1.6.11
256[00:30:47] [Server thread/INFO]: [IFS] -> Detected Server version: git-Paper-226 (MC: 1.14.4)
257[00:30:47] [Server thread/INFO]: [IFS] -> Detected Economy: CMIEconomy
258[00:30:47] [Server thread/INFO]: [IFS] -> Detected WorldEdit version: 1.14-111;751765c
259[00:30:47] [Server thread/INFO]: [IFS] Forced messages.yml encoding: UTF-8
260[00:30:47] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
261[00:30:47] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
262[00:30:47] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
263[00:30:47] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
264[00:30:47] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
265[00:30:47] [Server thread/INFO]: Preparing level "world"
266[00:30:47] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
267[00:30:48] [Server thread/INFO]: Loaded 6 recipes
268[00:30:48] [Server thread/INFO]: -------- World Settings For [world] --------
269[00:30:48] [Server thread/INFO]: Experience Merge Radius: 0.1
270[00:30:48] [Server thread/INFO]: Mob Spawn Range: 4
271[00:30:48] [Server thread/INFO]: Cactus Growth Modifier: 100%
272[00:30:48] [Server thread/INFO]: Cane Growth Modifier: 100%
273[00:30:48] [Server thread/INFO]: Melon Growth Modifier: 100%
274[00:30:48] [Server thread/INFO]: Mushroom Growth Modifier: 100%
275[00:30:48] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
276[00:30:48] [Server thread/INFO]: Sapling Growth Modifier: 100%
277[00:30:48] [Server thread/INFO]: Beetroot Growth Modifier: 100%
278[00:30:48] [Server thread/INFO]: Carrot Growth Modifier: 100%
279[00:30:48] [Server thread/INFO]: Potato Growth Modifier: 100%
280[00:30:48] [Server thread/INFO]: Wheat Growth Modifier: 100%
281[00:30:48] [Server thread/INFO]: NetherWart Growth Modifier: 100%
282[00:30:48] [Server thread/INFO]: Vine Growth Modifier: 100%
283[00:30:48] [Server thread/INFO]: Cocoa Growth Modifier: 100%
284[00:30:48] [Server thread/INFO]: Bamboo Growth Modifier: 100%
285[00:30:48] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
286[00:30:48] [Server thread/INFO]: Kelp Growth Modifier: 100%
287[00:30:48] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Ra 48 / Mi 16 / Tiv true
288[00:30:48] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
289[00:30:48] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
290[00:30:48] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
291[00:30:48] [Server thread/INFO]: Max TNT Explosions: 100
292[00:30:48] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
293[00:30:48] [Server thread/INFO]: View Distance: 10
294[00:30:48] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
295[00:30:48] [Server thread/INFO]: Item Merge Radius: 2.5
296[00:30:48] [Server thread/INFO]: Item Despawn Rate: 6000
297[00:30:48] [Server thread/INFO]: Arrow Despawn Rate: 1200
298[00:30:48] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
299[00:30:48] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
300[00:30:48] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
301[00:30:49] [Server thread/INFO]: -------- World Settings For [world_nether] --------
302[00:30:49] [Server thread/INFO]: Experience Merge Radius: 0.1
303[00:30:49] [Server thread/INFO]: Mob Spawn Range: 4
304[00:30:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
305[00:30:49] [Server thread/INFO]: Cane Growth Modifier: 100%
306[00:30:49] [Server thread/INFO]: Melon Growth Modifier: 100%
307[00:30:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
308[00:30:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
309[00:30:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
310[00:30:49] [Server thread/INFO]: Beetroot Growth Modifier: 100%
311[00:30:49] [Server thread/INFO]: Carrot Growth Modifier: 100%
312[00:30:49] [Server thread/INFO]: Potato Growth Modifier: 100%
313[00:30:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
314[00:30:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
315[00:30:49] [Server thread/INFO]: Vine Growth Modifier: 100%
316[00:30:49] [Server thread/INFO]: Cocoa Growth Modifier: 100%
317[00:30:49] [Server thread/INFO]: Bamboo Growth Modifier: 100%
318[00:30:49] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
319[00:30:49] [Server thread/INFO]: Kelp Growth Modifier: 100%
320[00:30:49] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Ra 48 / Mi 16 / Tiv true
321[00:30:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
322[00:30:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
323[00:30:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
324[00:30:49] [Server thread/INFO]: Max TNT Explosions: 100
325[00:30:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
326[00:30:49] [Server thread/INFO]: View Distance: 10
327[00:30:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
328[00:30:49] [Server thread/INFO]: Item Merge Radius: 2.5
329[00:30:49] [Server thread/INFO]: Item Despawn Rate: 6000
330[00:30:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
331[00:30:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
332[00:30:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
333[00:30:49] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
334[00:30:49] [Server thread/INFO]: Experience Merge Radius: 0.1
335[00:30:49] [Server thread/INFO]: Mob Spawn Range: 4
336[00:30:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
337[00:30:49] [Server thread/INFO]: Cane Growth Modifier: 100%
338[00:30:49] [Server thread/INFO]: Melon Growth Modifier: 100%
339[00:30:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
340[00:30:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
341[00:30:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
342[00:30:49] [Server thread/INFO]: Beetroot Growth Modifier: 100%
343[00:30:49] [Server thread/INFO]: Carrot Growth Modifier: 100%
344[00:30:49] [Server thread/INFO]: Potato Growth Modifier: 100%
345[00:30:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
346[00:30:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
347[00:30:49] [Server thread/INFO]: Vine Growth Modifier: 100%
348[00:30:49] [Server thread/INFO]: Cocoa Growth Modifier: 100%
349[00:30:49] [Server thread/INFO]: Bamboo Growth Modifier: 100%
350[00:30:49] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
351[00:30:49] [Server thread/INFO]: Kelp Growth Modifier: 100%
352[00:30:49] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Ra 48 / Mi 16 / Tiv true
353[00:30:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
354[00:30:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
355[00:30:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
356[00:30:49] [Server thread/INFO]: Max TNT Explosions: 100
357[00:30:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
358[00:30:49] [Server thread/INFO]: View Distance: 10
359[00:30:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
360[00:30:49] [Server thread/INFO]: Item Merge Radius: 2.5
361[00:30:49] [Server thread/INFO]: Item Despawn Rate: 6000
362[00:30:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
363[00:30:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
364[00:30:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
365[00:30:49] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
366[00:30:49] [Server thread/INFO]: Preparing spawn area: 0%
367[00:30:49] [Server-Worker-6/INFO]: Preparing spawn area: 0%
368[00:30:50] [Server thread/INFO]: Preparing spawn area: 65%
369[00:30:50] [Server thread/INFO]: Preparing spawn area: 100%
370[00:30:50] [Server thread/INFO]: Loaded 289 spawn chunks for world world
371[00:30:50] [Server thread/INFO]: Time elapsed: 1798 ms
372[00:30:50] [Server thread/INFO]: [IFS] Loading recipe combinations...
373[00:30:50] [Server thread/INFO]: [IFS] Loading shops in world: world...
374[00:30:51] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
375[00:30:51] [Server thread/INFO]: Preparing spawn area: 0%
376[00:30:51] [Server thread/INFO]: Preparing spawn area: 57%
377[00:30:52] [Server thread/INFO]: Preparing spawn area: 100%
378[00:30:52] [Server thread/INFO]: Loaded 289 spawn chunks for world world_nether
379[00:30:52] [Server thread/INFO]: Time elapsed: 1221 ms
380[00:30:52] [Server thread/INFO]: [IFS] Loading shops in world: world_nether...
381[00:30:52] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
382[00:30:52] [Server thread/INFO]: Preparing spawn area: 0%
383[00:30:52] [Server thread/INFO]: Preparing spawn area: 86%
384[00:30:53] [Server thread/INFO]: Loaded 289 spawn chunks for world world_the_end
385[00:30:53] [Server thread/INFO]: Time elapsed: 730 ms
386[00:30:53] [Server thread/INFO]: [IFS] Loading shops in world: world_the_end...
387[00:30:53] [Server thread/INFO]: [MCGUIControlPlugin] Enabling MCGUIControlPlugin v5.0.3.10
388[00:30:53] [Server thread/INFO]: ---------------------------------------
389[00:30:53] [Server thread/INFO]: [+] ConfigManager loaded
390[00:30:53] [Server thread/INFO]: [+] Enabled PermissionsControl
391[00:30:53] [Server thread/INFO]: [+] InternalPermissionscontrol loaded
392[00:30:53] [Server thread/INFO]: [+] ServerLogReader loaded
393[00:30:53] [Server thread/INFO]: [+] Hooked into WorldGuard
394[00:30:53] [Server thread/INFO]: [+] Hooked into LuckPerms
395[00:30:53] [Server thread/INFO]: [-] POLICERAIDMANAGER doesn't work for 1.13
396[00:30:53] [Server thread/INFO]: [+] PoliceRaid module loaded
397[00:30:53] [Server thread/INFO]: [+] Player counter announcer module loaded
398[00:30:53] [Server thread/INFO]: [+] NotificationManager loaded
399[00:30:53] [Server thread/INFO]: [+] Trying to detect Permission System
400[00:30:53] [Server thread/INFO]: [+] FOUND Permission System
401[00:30:53] [Server thread/INFO]: [+] Using: LuckPerms 4.4.17
402[00:30:53] [Server thread/INFO]: [+] Trying to detect BAN System
403[00:30:53] [Server thread/INFO]: [+] Using LocalFile for Bans
404[00:30:53] [Server thread/INFO]: [+] Command Manager loaded
405[00:30:53] [Server thread/INFO]: [+] WarpManager Module loaded
406[00:30:53] [Server thread/INFO]: [+] Broadcast Manager loaded
407[00:30:53] [Server thread/INFO]: [+] Join / Leave Manager loaded
408[00:30:53] [Server thread/INFO]: [+] WorldSettings Module loaded
409[00:30:53] [Server thread/INFO]: [+] CombatLog Module loaded
410[00:30:53] [Server thread/INFO]: [+] Chat Module loaded
411[00:30:53] [Server thread/INFO]: [+] BackupManager started
412[00:30:53] [Server thread/INFO]: [+] Backup Module loaded
413[00:30:53] [Server thread/INFO]: [+] Custody Module started
414[00:30:53] [Server thread/INFO]: [+] BlockedCommandsListener started
415[00:30:53] [Server thread/INFO]: [+] BlockCommands Module loaded
416[00:30:53] [Server thread/INFO]: [+] AFK Scheduler Module loaded
417[00:30:53] [Server thread/INFO]: [+] Added GUIControl command
418[00:30:53] [Server thread/INFO]: [+] Chat Manager started
419[00:30:53] [Server thread/INFO]: [+] Read the swearwords_replacement.yml
420[00:30:53] [Server thread/INFO]: [+] SwearWordListener started
421[00:30:53] [Server thread/INFO]: [+] SwearWord module loaded
422[00:30:53] [Server thread/INFO]: [+] CommandLogger started
423[00:30:53] [Server thread/INFO]: [+] Command log module loaded
424[00:30:53] [Server thread/INFO]: [+] BlockedCommands
425[00:30:53] [Server thread/INFO]: [+] TimeStatistics are saved local
426[00:30:53] [Server thread/INFO]: [+] OnlineTime module loaded
427[00:30:53] [Server thread/INFO]: [+] MOTD Module Started
428[00:30:53] [Server thread/INFO]: [+] MOTD Module enabled (you can disable it easily) config.yml -> listeners.MOTD
429[00:30:53] [Server thread/INFO]: [+] Activated Custom Mob Listener
430[00:30:53] [Server thread/INFO]: [+] Custom mobs module loaded
431[00:30:53] [Server thread/INFO]: [+] Enabled Commands: 17 out of 81
432[00:30:53] [Server thread/INFO]: [+] Server started
433[00:30:53] [Server thread/INFO]: Name: MCGUIControlPlugin
434[00:30:53] [Server thread/INFO]: Version: 5.0.3.10
435[00:30:53] [Server thread/INFO]: Author: [razorblur]
436[00:30:53] [Server thread/INFO]: ---------------------------------------
437[00:30:53] [Server thread/INFO]: [UltimateFishing] Enabling UltimateFishing v1.2.4
438[00:30:53] [Server thread/INFO]:
439[00:30:53] [Server thread/INFO]: =============================
440[00:30:53] [Server thread/INFO]: UltimateFishing 1.2.4 by Songoda <3!
441[00:30:53] [Server thread/INFO]: Action: Enabling...
442[00:30:53] [Server thread/INFO]: [UltimateFishing] Loaded locale "en_US"
443[00:30:54] [Server thread/INFO]: [SongodaCore] Hooked UltimateFishing.
444[00:30:54] [Server thread/INFO]: =============================
445[00:30:54] [Server thread/INFO]:
446[00:30:54] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.51
447[00:30:54] [Server thread/INFO]: [HPFixer] Enabling HPFixer v1.1*
448[00:30:54] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
449[00:30:54] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
450[00:30:54] [Server thread/INFO]: [Lift] Enabling Lift v60
451[00:30:54] [Server thread/INFO]: [Lift] Floor material added: GLASS
452[00:30:54] [Server thread/INFO]: [Lift] Floor material added: GREEN_STAINED_GLASS
453[00:30:54] [Server thread/INFO]: [Lift] Button material added: ACACIA_BUTTON
454[00:30:54] [Server thread/INFO]: [Lift] Button material added: BIRCH_BUTTON
455[00:30:54] [Server thread/INFO]: [Lift] Button material added: DARK_OAK_BUTTON
456[00:30:54] [Server thread/INFO]: [Lift] Button material added: JUNGLE_BUTTON
457[00:30:54] [Server thread/INFO]: [Lift] Button material added: OAK_BUTTON
458[00:30:54] [Server thread/INFO]: [Lift] Button material added: SPRUCE_BUTTON
459[00:30:54] [Server thread/INFO]: [Lift] Button material added: STONE_BUTTON
460[00:30:54] [Server thread/INFO]: [Lift] Sign material added: ACACIA_WALL_SIGN
461[00:30:54] [Server thread/INFO]: [Lift] Sign material added: BIRCH_WALL_SIGN
462[00:30:54] [Server thread/INFO]: [Lift] Sign material added: DARK_OAK_WALL_SIGN
463[00:30:54] [Server thread/INFO]: [Lift] Sign material added: JUNGLE_WALL_SIGN
464[00:30:54] [Server thread/INFO]: [Lift] Sign material added: OAK_WALL_SIGN
465[00:30:54] [Server thread/INFO]: [Lift] Sign material added: SPRUCE_WALL_SIGN
466[00:30:54] [Server thread/INFO]: Lift v60 is now enabled!
467[00:30:54] [Server thread/INFO]: [ajParkour] Enabling ajParkour v1.44.6
468[00:30:54] [Server thread/INFO]: ajParkour v1.44.6 by ajgeiss0702 enabled!
469[00:30:54] [Server thread/INFO]: [SuperTrails] Enabling SuperTrails v9.7.2*
470[00:30:54] [Server thread/INFO]: [CraftingStore] Enabling CraftingStore v2.2.1
471[00:30:55] [Server thread/INFO]: [CraftingStore] Hooked with PlaceholderAPI
472[00:30:55] [Server thread/INFO]: [MCGPermwall] Enabling MCGPermwall v1.0
473[00:30:55] [Server thread/INFO]: Starting up...
474[00:30:55] [Server thread/INFO]: Register Commands and Listeners
475[00:30:55] [Server thread/INFO]: Loading Config
476[00:30:55] [Server thread/INFO]: Loaded 1/3
477[00:30:55] [Server thread/INFO]: Loaded 2/3
478[00:30:55] [Server thread/INFO]: Startup Done!
479[00:30:55] [Server thread/INFO]: [MoreCompost] Enabling MoreCompost v0.9.7
480[00:30:55] [Server thread/INFO]: [Drop-Party] Enabling Drop-Party v3.3
481[00:30:55] [Server thread/INFO]: [dynmap] Enabling dynmap v3.0-beta-5-218*
482[00:30:55] [Server thread/INFO]: [dynmap] Using LuckPerms 4.4.17 for access control
483[00:30:56] [Server thread/INFO]: [dynmap] Opening MySQL database 85.214.209.183:3306/bitcubesdynmapdb as map store
484[00:31:00] [Server thread/INFO]: [dynmap] Mod Support processing completed
485[00:31:01] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
486[00:31:01] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
487[00:31:01] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
488[00:31:01] [Server thread/INFO]: [dynmap] version 3.0-beta-5-218 is enabled - core version 3.0-beta-5-218
489[00:31:01] [Server thread/INFO]: [dynmap] For support, visit https://forums.dynmap.us
490[00:31:01] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
491[00:31:01] [Server thread/INFO]: [dynmap] Loaded 1 maps of world 'world'.
492[00:31:01] [Server thread/INFO]: [dynmap] Loaded 1 maps of world 'world_nether'.
493[00:31:01] [Server thread/INFO]: [dynmap] Loaded 1 maps of world 'world_the_end'.
494[00:31:01] [Server thread/INFO]: [dynmap] Enabled
495[00:31:01] [Server thread/INFO]: [Tester] Enabling Tester v1
496[00:31:01] [Server thread/INFO]: === Super Trails ===SuperTrails 9.7.2 for MC 1.14 enabledThank you for using !===================== runnin
497[00:31:01] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.13-breaking
498[00:31:01] [Server thread/INFO]: [PictureLogin] Enabling PictureLogin v1.5*
499[00:31:01] [Server thread/INFO]: [PictureLogin] Hooked into: PlaceholderAPI
500[00:31:02] [Server thread/INFO]: [UltimateTimber] Enabling UltimateTimber v2.0.4
501[00:31:02] [Server thread/INFO]: =============================
502[00:31:02] [Server thread/INFO]: UltimateTimber 2.0.4 by Songoda <3!
503[00:31:02] [Server thread/INFO]: Action: Enabling...
504[00:31:02] [Server thread/INFO]: [SongodaUpdate] Hooked UltimateTimber.
505[00:31:02] [Server thread/INFO]: Connection with Songoda servers failed...
506[00:31:02] [Server thread/INFO]: =============================
507[00:31:02] [Server thread/INFO]: [spark] Enabling spark v1.3.0
508[00:31:02] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
509[00:31:02] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
510[00:31:02] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
511[00:31:02] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 6000 at X: 34.0 Z: 6.0
512[00:31:02] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Aquara" has border radius 500 at X: 0.0 Z: 0.0
513[00:31:02] [Server thread/INFO]: [WorldBorder] [CONFIG] World "creative" has border radius 300 at X: 0.0 Z: 0.0 (shape override: rectangular/square)
514[00:31:02] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
515[00:31:02] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 16.0 Y: 63.0 Z: 4.0
516[00:31:02] [Server thread/INFO]: [RankAura] Enabling RankAura v0.1.4
517[00:31:02] [Server thread/INFO]: [TangledMaze] Enabling TangledMaze v1.3.2
518[00:31:02] [Server thread/INFO]: [BannerBoard] Enabling BannerBoard v1.10.2*
519[00:31:02] [Server thread/INFO]: [Gatekeeper] Enabling Gatekeeper v1.1.2*
520[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v3.0.1*
521[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing placeholders ...
522[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
523[00:31:03] [Server thread/INFO]: [FastLeafDecay] Enabling FastLeafDecay v1.0
524[00:31:03] [Server thread/INFO]: [IPWhitelist] Enabling IPWhitelist v1.7*
525[00:31:03] [Server thread/INFO]: [PlayerParticles] Enabling PlayerParticles v6.5
526[00:31:03] [Server thread/INFO]: [PublicCrafters] Enabling PublicCrafters v4.9
527[00:31:03] [Server thread/INFO]: [PublicCrafters] Detected version 'v1_14_R1'
528[00:31:03] [Server thread/INFO]: [TimeVote] Enabling TimeVote v2.0.4*
529[00:31:03] [Server thread/INFO]: [TimeVote] Plugin successfully enabled!
530[00:31:03] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.9.11
531[00:31:03] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
532[00:31:03] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
533[00:31:03] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
534[00:31:03] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
535[00:31:03] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
536[00:31:03] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
537[00:31:03] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
538[00:31:03] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
539[00:31:03] [Server thread/INFO]: [CrazyCrates] Loading custom files.
540[00:31:03] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Galactic.yml.
541[00:31:03] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Classic.yml.
542[00:31:03] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Basic.yml.
543[00:31:03] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/dailyreward.yml.
544[00:31:03] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Crazy.yml.
545[00:31:03] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
546[00:31:03] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
547[00:31:03] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_14_R1! Trying to find NMS support
548[00:31:03] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_14_R1' loaded!
549[00:31:03] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
550[00:31:03] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
551[00:31:03] [Server thread/INFO]: [CrazyCrates] Loaded 0 physical crate locations.
552[00:31:03] [Server thread/INFO]: [CrazyCrates] Failed to load 2 physical crate locations.
553[00:31:03] [Server thread/INFO]: [CrazyCrates] Searching for schematics to load.
554[00:31:03] [Server thread/INFO]: [CrazyCrates] outdoors.nbt was successfully found and loaded.
555[00:31:03] [Server thread/INFO]: [CrazyCrates] nether.nbt was successfully found and loaded.
556[00:31:03] [Server thread/INFO]: [CrazyCrates] classic.nbt was successfully found and loaded.
557[00:31:03] [Server thread/INFO]: [CrazyCrates] sea.nbt was successfully found and loaded.
558[00:31:03] [Server thread/INFO]: [CrazyCrates] wooden.nbt was successfully found and loaded.
559[00:31:03] [Server thread/INFO]: [CrazyCrates] soul.nbt was successfully found and loaded.
560[00:31:03] [Server thread/INFO]: [CrazyCrates] All schematics were found and loaded.
561[00:31:03] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
562[00:31:03] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
563[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_galactic}
564[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_galactic_physical}
565[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_galactic_total}
566[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_classic}
567[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_classic_physical}
568[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_classic_total}
569[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_basic}
570[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_basic_physical}
571[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_basic_total}
572[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_dailyreward}
573[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_dailyreward_physical}
574[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_dailyreward_total}
575[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_crazy}
576[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_crazy_physical}
577[00:31:03] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_crazy_total}
578[00:31:03] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.14.1-SNAPSHOT (build #65)
579[00:31:03] [Server thread/INFO]: [LogBlock] Connecting to root@jdbc:mysql://localhost:3306/logblock...
580[00:31:03] [Server thread/INFO]: [de.diddiz.lib.com.zaxxer.hikari.HikariDataSource] LogBlock-Connection-Pool - Starting...
581[00:31:04] [Server thread/INFO]: [de.diddiz.lib.com.zaxxer.hikari.HikariDataSource] LogBlock-Connection-Pool - Start completed.
582[00:31:04] [Server thread/INFO]: [LogBlock] [Updater] Current Minecraft Version: '1.14.4'
583[00:31:04] [Server thread/INFO]: [LogBlock] Entity logging enabled!
584[00:31:04] [Server thread/INFO]: [dynmap-structures] Enabling dynmap-structures v2.2.1
585[00:31:05] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.1
586[00:31:05] [Server thread/INFO]: [EliteMobs] Enabling EliteMobs v7.1.0
587[00:31:05] [Server thread/INFO]: _____ _ _____ _____ ________ ______________ _____
588[00:31:05] [Server thread/INFO]: | ___| | |_ _|_ _| ___| \/ | _ | ___ \/ ___|
589[00:31:05] [Server thread/INFO]: | |__ | | | | | | | |__ | . . | | | | |_/ /\ `--.
590[00:31:05] [Server thread/INFO]: | __|| | | | | | | __|| |\/| | | | | ___ \ `--. \
591[00:31:05] [Server thread/INFO]: | |___| |_____| |_ | | | |___| | | \ \_/ / |_/ //\__/ /
592[00:31:05] [Server thread/INFO]: \____/\_____/\___/ \_/ \____/\_| |_/\___/\____/ \____/
593[00:31:05] [Server thread/INFO]: By MagmaGuy
594[00:31:05] [Server thread/INFO]: [EliteMobs] WorldGuard compatibility is enabled!
595[00:31:05] [Server thread/INFO]: [EliteMobs] Vault detected.
596[00:31:06] [Server thread/INFO]: [EliteMobs] Latest public release is 7.1.0
597[00:31:06] [Server thread/INFO]: [EliteMobs] Your version is 7.1.0
598[00:31:06] [Server thread/INFO]: [EliteMobs] You are running the latest version!
599[00:31:06] [Server thread/INFO]: [ClickDye] Enabling ClickDye v1.0.20
600[00:31:06] [Server thread/INFO]: [ClickDye] Dye sounds enabled.
601[00:31:06] [Server thread/INFO]: [ClickDye] Dye particles enabled.
602[00:31:06] [Server thread/INFO]: [ClickDye] Proportional dye usage enabled.
603[00:31:06] [Server thread/INFO]: [ClickDye] Paintbrush name checking enabled with name "Paint Brush"
604[00:31:06] [Server thread/INFO]: [ClickDye] Bulk dyeing enabled with a limit of 20.
605[00:31:06] [Server thread/INFO]: [ClickDye] Looking for block logging plugin...
606[00:31:06] [Server thread/INFO]: [ClickDye] Hooked LogBlock 1.14.1-SNAPSHOT (build #65) for logging.
607[00:31:06] [Server thread/INFO]: [SlotMachine] Enabling SlotMachine v6.1.0
608[00:31:06] [Server thread/INFO]: [SlotMachine] Detected Minecraft version 1.14.4
609[00:31:06] [Server thread/INFO]: [SlotMachine] Slot Machine version 6.1.0 (53) for Spigot 1.14
610[00:31:06] [Server thread/INFO]: [SlotMachine] Adding language 'ENGLISH'
611[00:31:06] [Server thread/INFO]: [SlotMachine] Adding language 'FRENCH'
612[00:31:06] [Server thread/INFO]: [SlotMachine] Loading Tokens
613[00:31:06] [Server thread/INFO]: [SlotMachine] 1 tokens found
614[00:31:06] [Server thread/INFO]: [SlotMachine] Loading token 'default'
615[00:31:06] [Server thread/INFO]: [SlotMachine] 1 tokens loaded
616[00:31:06] [Server thread/INFO]: [SlotMachine] Finished loading Tokens
617[00:31:06] [Server thread/INFO]: [SlotMachine] Configuration version 5
618[00:31:06] [Server thread/INFO]: [SlotMachine] Detected 10 files in /machines
619[00:31:06] [Server thread/INFO]: [SlotMachine] Loading file 77147197-bb64-43d6-bac7-7687ce9cd628.yml
620[00:31:10] [Server thread/ERROR]: A Slot Machine Entity (c43b3bc8-62fc-4bc5-b67a-7e5ac85b54b4) coudln't be found on its original chunk, this Slot Machine has been loaded but may not work correctly. If you use a different plugin than Multiverse-Core or MultiWorld to handle multi-world please tell Slot Machine developper
621[00:31:10] [Server thread/INFO]: [SlotMachine] Loading file a6099232-1a06-492a-bcaf-36f19b3de826.yml
622[00:31:10] [Server thread/ERROR]: A Slot Machine Entity (92749808-6480-409e-8594-1f17fc4ad8c3) coudln't be found on its original chunk, this Slot Machine has been loaded but may not work correctly. If you use a different plugin than Multiverse-Core or MultiWorld to handle multi-world please tell Slot Machine developper
623[00:31:10] [Server thread/INFO]: [SlotMachine] Loading file 083e507d-4d8e-4be1-a1b9-c9e5a1480abc.yml
624[00:31:10] [Server thread/ERROR]: A Slot Machine Entity (a3d3cb86-8b62-43eb-adac-84d28543ea7f) coudln't be found on its original chunk, this Slot Machine has been loaded but may not work correctly. If you use a different plugin than Multiverse-Core or MultiWorld to handle multi-world please tell Slot Machine developper
625[00:31:10] [Server thread/INFO]: [SlotMachine] Loading file cf986f28-4dd6-46c1-a893-6b6f538989ee.yml
626[00:31:10] [Server thread/ERROR]: A Slot Machine Entity (0c7a6b87-e864-456f-b74e-b4dbf9411cca) coudln't be found on its original chunk, this Slot Machine has been loaded but may not work correctly. If you use a different plugin than Multiverse-Core or MultiWorld to handle multi-world please tell Slot Machine developper
627[00:31:10] [Server thread/INFO]: [SlotMachine] Loading file 48029cb2-f748-40b4-acac-41c82e26215c.yml
628[00:31:10] [Server thread/ERROR]: A Slot Machine Entity (1f906c63-5444-404e-98bf-96331cc8daaf) coudln't be found on its original chunk, this Slot Machine has been loaded but may not work correctly. If you use a different plugin than Multiverse-Core or MultiWorld to handle multi-world please tell Slot Machine developper
629[00:31:10] [Server thread/INFO]: [SlotMachine] Loading file c82304e4-388e-4546-aca1-519965f065fb.yml
630[00:31:10] [Server thread/ERROR]: A Slot Machine Entity (3c0ba722-1e58-43e8-8e20-db4d3f5692ea) coudln't be found on its original chunk, this Slot Machine has been loaded but may not work correctly. If you use a different plugin than Multiverse-Core or MultiWorld to handle multi-world please tell Slot Machine developper
631[00:31:10] [Server thread/INFO]: [SlotMachine] Loading file eb7e7dca-2133-40bd-9b22-1ab005a8e762.yml
632[00:31:10] [Server thread/ERROR]: A Slot Machine Entity (5d433d62-543d-4b50-83e1-05acfe58dbea) coudln't be found on its original chunk, this Slot Machine has been loaded but may not work correctly. If you use a different plugin than Multiverse-Core or MultiWorld to handle multi-world please tell Slot Machine developper
633[00:31:10] [Server thread/INFO]: [SlotMachine] Loading file 621c0b17-8abe-4966-87aa-f9a527f09621.yml
634[00:31:10] [Server thread/ERROR]: A Slot Machine Entity (81c5dfdf-281b-424f-8730-7fedd22eb08c) coudln't be found on its original chunk, this Slot Machine has been loaded but may not work correctly. If you use a different plugin than Multiverse-Core or MultiWorld to handle multi-world please tell Slot Machine developper
635[00:31:10] [Server thread/INFO]: [SlotMachine] Loading file e8cdaf63-75f9-4246-b0f2-6c6281e9d4bc.yml
636[00:31:10] [Server thread/ERROR]: A Slot Machine Entity (8ea2e89d-908e-4045-aac9-0e6c48cc44ce) coudln't be found on its original chunk, this Slot Machine has been loaded but may not work correctly. If you use a different plugin than Multiverse-Core or MultiWorld to handle multi-world please tell Slot Machine developper
637[00:31:10] [Server thread/INFO]: [SlotMachine] Loading file 71e46133-e343-4fd7-b6ae-011cd0474637.yml
638[00:31:10] [Server thread/ERROR]: A Slot Machine Entity (261c3392-2c47-46f3-83b0-325753b04504) coudln't be found on its original chunk, this Slot Machine has been loaded but may not work correctly. If you use a different plugin than Multiverse-Core or MultiWorld to handle multi-world please tell Slot Machine developper
639[00:31:10] [Server thread/INFO]: [SlotMachine] Loading finished
640[00:31:11] [Server thread/INFO]: [GPS] Enabling GPS v2.13.4*
641[00:31:11] [Server thread/INFO]: [DefensiveTurrets] Enabling DefensiveTurrets v2.3.2
642[00:31:11] [Server thread/INFO]: [DefensiveTurrets] Has been enabled! Version: 2.3.2
643[00:31:11] [Server thread/INFO]: [DefensiveTurrets] Thanks for using my plugin! ~Ajneb97
644[00:31:11] [Server thread/INFO]: There is a new version available. (3.0.1)
645[00:31:11] [Server thread/INFO]: You can download it at: https://www.spigotmc.org/resources/67188/
646[00:31:11] [Server thread/INFO]: [PerWorldInventory] Enabling PerWorldInventory v2.3.1
647[00:31:11] [Server thread/INFO]: [PerWorldInventory] [ACF] Enabled Asynchronous Tab Completion Support!
648[00:31:12] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.3-SNAPSHOT
649[00:31:12] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
650[00:31:12] [Server thread/INFO]: [VillageDefense] Enabling VillageDefense v4.2.1-hotfix
651[00:31:12] [Server thread/INFO]: [VillageDefense] Connecting to services, please wait! Server may freeze a bit!
652[00:31:12] [Server thread/INFO]: [VillageDefense] Hooked with ServiceRegistry! Initialized services properly!
653[00:31:12] [Server thread/INFO]: [VillageDefense] Fetched latest localization file from repository.
654[00:31:12] [Server thread/INFO]: [Village Defense] Loaded locale English (English ID: en_GB) by Plajer
655[00:31:13] [Server thread/INFO]: -------- World Settings For [biccwar1] --------
656[00:31:13] [Server thread/INFO]: Experience Merge Radius: 0.1
657[00:31:13] [Server thread/INFO]: Mob Spawn Range: 4
658[00:31:13] [Server thread/INFO]: Cactus Growth Modifier: 100%
659[00:31:13] [Server thread/INFO]: Cane Growth Modifier: 100%
660[00:31:13] [Server thread/INFO]: Melon Growth Modifier: 100%
661[00:31:13] [Server thread/INFO]: Mushroom Growth Modifier: 100%
662[00:31:13] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
663[00:31:13] [Server thread/INFO]: Sapling Growth Modifier: 100%
664[00:31:13] [Server thread/INFO]: Beetroot Growth Modifier: 100%
665[00:31:13] [Server thread/INFO]: Carrot Growth Modifier: 100%
666[00:31:13] [Server thread/INFO]: Potato Growth Modifier: 100%
667[00:31:13] [Server thread/INFO]: Wheat Growth Modifier: 100%
668[00:31:13] [Server thread/INFO]: NetherWart Growth Modifier: 100%
669[00:31:13] [Server thread/INFO]: Vine Growth Modifier: 100%
670[00:31:13] [Server thread/INFO]: Cocoa Growth Modifier: 100%
671[00:31:13] [Server thread/INFO]: Bamboo Growth Modifier: 100%
672[00:31:13] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
673[00:31:13] [Server thread/INFO]: Kelp Growth Modifier: 100%
674[00:31:13] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Ra 48 / Mi 16 / Tiv true
675[00:31:13] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
676[00:31:13] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
677[00:31:13] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
678[00:31:13] [Server thread/INFO]: Max TNT Explosions: 100
679[00:31:13] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
680[00:31:13] [Server thread/INFO]: View Distance: 10
681[00:31:13] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
682[00:31:13] [Server thread/INFO]: Item Merge Radius: 2.5
683[00:31:13] [Server thread/INFO]: Item Despawn Rate: 6000
684[00:31:13] [Server thread/INFO]: Arrow Despawn Rate: 1200
685[00:31:13] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
686[00:31:13] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
687[00:31:13] [Server thread/INFO]: Preparing start region for dimension 'biccwar1'/minecraft:overworld
688[00:31:13] [Server thread/INFO]: Preparing spawn area: 0%
689[00:31:14] [Server thread/INFO]: Preparing spawn area: 78%
690[00:31:14] [Server thread/INFO]: Preparing spawn area: 100%
691[00:31:18] [Server-Worker-8/INFO]: Preparing spawn area: 100%
692[00:31:18] [Server-Worker-7/INFO]: Preparing spawn area: 100%
693[00:31:18] [Server thread/INFO]: Preparing spawn area: 100%
694[00:31:18] [Server thread/INFO]: Preparing spawn area: 100%
695[00:31:18] [Server thread/INFO]: Preparing spawn area: 100%
696[00:31:18] [Server thread/INFO]: Preparing spawn area: 100%
697[00:31:18] [Server thread/INFO]: Preparing spawn area: 100%
698[00:31:18] [Server thread/INFO]: Preparing spawn area: 100%
699[00:31:19] [Server thread/INFO]: Preparing spawn area: 100%
700[00:31:19] [Server thread/INFO]: Loaded 289 spawn chunks for world biccwar1
701[00:31:19] [Server thread/INFO]: Preparing spawn area: 100%
702[00:31:19] [Server thread/INFO]: Time elapsed: 6226 ms
703[00:31:19] [Server thread/INFO]: [CrazyCrates] Fixed 0 broken crate locations.
704[00:31:19] [Server thread/INFO]: [IFS] Loading shops in world: biccwar1...
705[00:31:19] [Server thread/INFO]: [dynmap] World 'biccwar1' disabled
706[00:31:19] [Server thread/WARN]: [Commons Box] World name biccwar1 doesn't exist and tried to deserialize itself! You can contact Plajer if this message occurs more times!
707[00:31:20] [Server thread/INFO]: -------- World Settings For [lobby] --------
708[00:31:20] [Server thread/INFO]: Experience Merge Radius: 0.1
709[00:31:20] [Server thread/INFO]: Mob Spawn Range: 4
710[00:31:20] [Server thread/INFO]: Cactus Growth Modifier: 100%
711[00:31:20] [Server thread/INFO]: Cane Growth Modifier: 100%
712[00:31:20] [Server thread/INFO]: Melon Growth Modifier: 100%
713[00:31:20] [Server thread/INFO]: Mushroom Growth Modifier: 100%
714[00:31:20] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
715[00:31:20] [Server thread/INFO]: Sapling Growth Modifier: 100%
716[00:31:20] [Server thread/INFO]: Beetroot Growth Modifier: 100%
717[00:31:20] [Server thread/INFO]: Carrot Growth Modifier: 100%
718[00:31:20] [Server thread/INFO]: Potato Growth Modifier: 100%
719[00:31:20] [Server thread/INFO]: Wheat Growth Modifier: 100%
720[00:31:20] [Server thread/INFO]: NetherWart Growth Modifier: 100%
721[00:31:20] [Server thread/INFO]: Vine Growth Modifier: 100%
722[00:31:20] [Server thread/INFO]: Cocoa Growth Modifier: 100%
723[00:31:20] [Server thread/INFO]: Bamboo Growth Modifier: 100%
724[00:31:20] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
725[00:31:20] [Server thread/INFO]: Kelp Growth Modifier: 100%
726[00:31:20] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Ra 48 / Mi 16 / Tiv true
727[00:31:20] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
728[00:31:20] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
729[00:31:20] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
730[00:31:20] [Server thread/INFO]: Max TNT Explosions: 100
731[00:31:20] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
732[00:31:20] [Server thread/INFO]: View Distance: 10
733[00:31:20] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
734[00:31:20] [Server thread/INFO]: Item Merge Radius: 2.5
735[00:31:20] [Server thread/INFO]: Item Despawn Rate: 6000
736[00:31:20] [Server thread/INFO]: Arrow Despawn Rate: 1200
737[00:31:20] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
738[00:31:20] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
739[00:31:20] [Server thread/INFO]: Preparing start region for dimension 'lobby'/minecraft:overworld
740[00:31:20] [Server thread/INFO]: Preparing spawn area: 0%
741[00:31:20] [Server thread/INFO]: Preparing spawn area: 100%
742[00:31:20] [Server thread/INFO]: Loaded 289 spawn chunks for world lobby
743[00:31:20] [Server thread/INFO]: Time elapsed: 612 ms
744[00:31:20] [Server thread/INFO]: [CrazyCrates] Fixed 2 broken crate locations.
745[00:31:20] [Server thread/INFO]: [CrazyCrates] All broken crate locations have been fixed.
746[00:31:20] [Server thread/INFO]: [IFS] Loading shops in world: lobby...
747[00:31:20] [Server thread/INFO]: [dynmap] World 'lobby' disabled
748[00:31:20] [Server thread/WARN]: [Commons Box] World name lobby doesn't exist and tried to deserialize itself! You can contact Plajer if this message occurs more times!
749[00:31:20] [Server thread/INFO]: [Village Defense] Arena space_invaders instance successfully started!
750[00:31:20] [Server thread/INFO]: [DeathChestPro] Enabling DeathChestPro v3.3.13
751[00:31:21] [Server thread/INFO]: (Info) DeathChestPro 3.3.13 >> Successfully hooked into Vault !
752[00:31:21] [Server thread/INFO]: (Info) DeathChestPro 3.3.13 >> Successfully hooked into PlaceholderAPI !
753[00:31:21] [Server thread/INFO]: (Info) DeathChestPro 3.3.13 >> This server is using DeathChestPro running on version 3.3.13 by TheRealDrawe
754[00:31:21] [Server thread/INFO]: [CMI] Enabling CMI v8.6.15.8
755[00:31:21] [Server thread/INFO]: ┏━━━┓ ┏━┓┏━┓ ┏━━┓
756[00:31:21] [Server thread/INFO]: ┃┏━┓┃ ┃ ┗┛ ┃ ┗┫┣┛
757[00:31:21] [Server thread/INFO]: ┃┃ ┗┛ ┃┏┓┏┓┃ ┃┃
758[00:31:21] [Server thread/INFO]: ┃┃ ┏┓ ┃┃┃┃┃┃ ┃┃
759[00:31:21] [Server thread/INFO]: ┃┗━┛┃ ┃┃┃┃┃┃ ┏┫┣┓
760[00:31:21] [Server thread/INFO]: ┗━━━┛ ┗┛┗┛┗┛ ┗━━┛
761[00:31:21] [Server thread/INFO]: _______________________________________________________
762[00:31:23] [Server thread/INFO]: 47 Enabled and 0 Disabled modules
763[00:31:23] [Server thread/INFO]: Permission plugin: LuckPerms
764[00:31:24] [Server thread/INFO]: Loaded (49) regular alias into memory. Took 43ms
765[00:31:24] [Server thread/INFO]: Loaded (1) custom text's into memory. Took 3ms
766[00:31:24] [Server thread/INFO]: 3.28.0 data base type detected
767[00:31:24] [Server thread/INFO]: Started SqLite data base. Took 198ms
768[00:31:24] [Server thread/INFO]: Vault was found - Enabling capabilities. Economy: CMIEconomy
769[00:31:24] [Server thread/INFO]: Loaded (5) warning categories into memory. Took 1ms
770[00:31:24] [Server thread/INFO]: Loaded (3) warning commands into memory. Took 0ms
771[00:31:24] [Server thread/INFO]: Loaded (122) custom mob heads into memory. Took 26ms
772[00:31:24] [Server thread/INFO]: Loaded (0) cooldowns into memory. Took 36ms
773[00:31:24] [Server thread/INFO]: Loaded (3) warmups into memory. Took 0ms
774[00:31:24] [Server thread/INFO]: Can't find world with (creative) name
775[00:31:24] [Server thread/INFO]: Can't find world with (test) name
776[00:31:24] [Server thread/INFO]: Can't find world with (island_end_world) name
777[00:31:24] [Server thread/INFO]: Can't find world with (island_normal_world) name
778[00:31:24] [Server thread/INFO]: Can't find world with (island_nether_world) name
779[00:31:24] [Server thread/INFO]: Enabling BungeeCord Support
780[00:31:24] [Server thread/INFO]: Initializing BungeeCord
781[00:31:24] [Server thread/INFO]: Loaded (19) kits into memory. Took 25ms
782[00:31:24] [Server thread/INFO]: Loaded (7) ranks into memory. Took 18ms
783[00:31:24] [Server thread/INFO]: Loaded (8) playtime rewards into memory. Took 6ms
784[00:31:24] [Server thread/INFO]: Loaded (164) player data into memory. Took 71ms
785[00:31:24] [Server thread/INFO]: Loaded (8) playtime records into memory. Took 5ms
786[00:31:24] [Server thread/INFO]: Loaded (0) playtime reward records into memory. Took 0ms
787[00:31:25] [Server thread/INFO]: Loaded (1) interactive commands into memory. Took 24ms
788[00:31:25] [Server thread/INFO]: Found dynmap
789[00:31:25] [Server thread/INFO]: Registered events. Took 540ms
790[00:31:25] [Server thread/INFO]: Loaded (0) event action commands into memory. Took 4ms
791[00:31:25] [Server thread/INFO]: Updated (EN) language file. Took 327ms
792[00:31:25] [Server thread/INFO]: Loaded (245) worth values into memory. Took 12ms
793[00:31:25] [Server thread/INFO]: Vault permissions was found - Enabling capabilities.
794[00:31:25] [Server thread/INFO]: [CMI] PlaceholderAPI hooked.
795[00:31:25] [Server thread/INFO]: PlaceholderAPI was found - Enabling capabilities.
796[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_left}
797[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_max}
798[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_time}
799[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_cooldown}
800[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_display_name}
801[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nickname}
802[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_name}
803[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_cuffed}
804[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_muted}
805[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_inpvp}
806[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_god}
807[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk}
808[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_symbol}
809[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_msg}
810[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_for}
811[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_in}
812[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_joinedcounter}
813[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_banned}
814[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_maxhomes}
815[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_ping}
816[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_gamemode}
817[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_op}
818[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_canfly}
819[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_flying}
820[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_homeamount}
821[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_vanished_symbol}
822[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance_formated}
823[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance_formatted}
824[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance}
825[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_prefix}
826[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_suffix}
827[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nameplate_prefix}
828[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nameplate_suffix}
829[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_group}
830[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly}
831[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly_formated}
832[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly_formatted}
833[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod}
834[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod_formated}
835[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod_formatted}
836[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_votecount}
837[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_rank}
838[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextranks}
839[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextrankpercent}
840[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextvalidranks}
841[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_canrankup}
842[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_country}
843[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_country_code}
844[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_city}
845[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_name_colorcode}
846[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_glow_code}
847[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_glow_name}
848[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailname}
849[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailcell}
850[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailtime}
851[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailreason}
852[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_bungeeserver}
853[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_days}
854[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_dayst}
855[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hours}
856[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hoursf}
857[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hourst}
858[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_minutes}
859[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_minutest}
860[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_itemcount_*}
861[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_maxperm_*_*}
862[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_equation_*}
863[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_equationint_*}
864[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_displayname}
865[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_realname}
866[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_type}
867[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_itemdata}
868[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_amount}
869[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_worth}
870[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_worth_one}
871[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_schedule_nextin_*}
872[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_baltop_name_*}
873[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_baltop_money_*}
874[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_votetop_*}
875[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_worth_buy_*}
876[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_worth_sell_*}
877[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_total_*}
878[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_current_*}
879[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_motd_*}
880[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_onlinestatus_*}
881[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_world}
882[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_x}
883[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_y}
884[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_z}
885[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_biome}
886[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {vault_eco_balance_formatted}
887[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_online}
888[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_max_players}
889[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_unique_joins}
890[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {onlineplayers_names}
891[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {onlineplayers_displaynames}
892[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_tps_1}
893[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_tps_60}
894[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_tps_300}
895[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_random_player_name}
896[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_random_*_*}
897[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_lastrandom_*}
898[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_rank_percent_*}
899[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_meta_*}
900[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_metaint_*}
901[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_kitcd_*}
902[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_time_*_*}
903[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_username_*_*}
904[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_reason_*_*}
905[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_time_*}
906[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {world_time12_*}
907[00:31:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {world_time24_*}
908[00:31:25] [Server thread/INFO]: MVdWPlaceholderAPI support enabled
909[00:31:25] [Server thread/INFO]: [CMI] MVdWPlaceholderAPI hooked.
910[00:31:25] [Server thread/INFO]: PlaceholderMVdWAPI was found - Enabling capabilities.
911[00:31:25] [Server thread/INFO]: Starting world timer.
912[00:31:25] [Server thread/INFO]: Initializing world manager.
913[00:31:25] [Server thread/INFO]: Loaded (5) schedules into memory. Took 9ms
914[00:31:25] [Server thread/INFO]: Loaded (1) holograms into memory. Took 17ms
915[00:31:25] [Server thread/INFO]: Loaded (0) skin cache entries into memory. Took 0ms
916[00:31:25] [Server thread/INFO]: Found DiscordSRV
917[00:31:25] [Server thread/INFO]: [DiscordSRV] API listener com.Zrips.CMI.Modules.DiscordSRV.DiscordSRVListener subscribed (4 methods)
918[00:31:25] [Server thread/INFO]: Loaded (3) custom recipes into memory. Took 15ms
919[00:31:25] [Server thread/INFO]: Version 8.6.15.8 has been enabled
920[00:31:25] [Server thread/INFO]: ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
921[00:31:25] [Server thread/INFO]: [Vault][Economy] CMI Economy hooked.
922[00:31:25] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.1-SNAPSHOT;556b638
923[00:31:26] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
924[00:31:26] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
925[00:31:26] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
926[00:31:26] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
927[00:31:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
928[00:31:26] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
929[00:31:26] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
930[00:31:26] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
931[00:31:26] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
932[00:31:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
933[00:31:26] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
934[00:31:26] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
935[00:31:26] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
936[00:31:26] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
937[00:31:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
938[00:31:26] [Server thread/INFO]: [WorldGuard] (biccwar1) TNT ignition is PERMITTED.
939[00:31:26] [Server thread/INFO]: [WorldGuard] (biccwar1) Lighters are PERMITTED.
940[00:31:26] [Server thread/INFO]: [WorldGuard] (biccwar1) Lava fire is blocked.
941[00:31:26] [Server thread/INFO]: [WorldGuard] (biccwar1) Fire spread is UNRESTRICTED.
942[00:31:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'biccwar1'
943[00:31:26] [Server thread/INFO]: [WorldGuard] (lobby) TNT ignition is PERMITTED.
944[00:31:26] [Server thread/INFO]: [WorldGuard] (lobby) Lighters are PERMITTED.
945[00:31:26] [Server thread/INFO]: [WorldGuard] (lobby) Lava fire is blocked.
946[00:31:26] [Server thread/INFO]: [WorldGuard] (lobby) Fire spread is UNRESTRICTED.
947[00:31:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobby'
948[00:31:26] [Server thread/INFO]: [WorldGuard] Loading region data...
949[00:31:26] [Server thread/INFO]: [SelectionVisualizer] Enabling SelectionVisualizer v3.0.0.2
950[00:31:28] [Server thread/INFO]: [SV] PlotSquared plugin was found!
951[00:31:28] [Server thread/INFO]: [SV] WorldBorder plugin was found!
952[00:31:28] [Server thread/INFO]: [SV] WorldEdit plugin was found!
953[00:31:28] [Server thread/INFO]: [SV] WorldGuard plugin was found!
954[00:31:28] [Server thread/INFO]: SelectionVisualizer Version 3.0.0.2 has been enabled
955[00:31:28] [Server thread/INFO]: [EpicFurnaces] Enabling EpicFurnaces v4.5.3
956[00:31:28] [Server thread/INFO]:
957[00:31:28] [Server thread/INFO]: =============================
958[00:31:28] [Server thread/INFO]: EpicFurnaces 4.5.3 by Songoda <3!
959[00:31:28] [Server thread/INFO]: Action: Enabling...
960[00:31:28] [Server thread/INFO]: [EpicFurnaces] Loaded locale "en_US"
961[00:31:29] [Server thread/INFO]: [SongodaCore] Hooked EpicFurnaces.
962[00:31:29] [Server thread/INFO]: =============================
963[00:31:29] [Server thread/INFO]:
964[00:31:29] [Server thread/INFO]: [EpicHoppers] Enabling EpicHoppers v4.3.10
965[00:31:29] [Server thread/INFO]:
966[00:31:29] [Server thread/INFO]: =============================
967[00:31:29] [Server thread/INFO]: EpicHoppers 4.3.10 by Songoda <3!
968[00:31:29] [Server thread/INFO]: Action: Enabling...
969[00:31:29] [Server thread/INFO]: [EpicHoppers] Loaded locale "en_US"
970[00:31:29] [Server thread/INFO]: [SongodaCore] Hooked EpicHoppers.
971[00:31:29] [Server thread/INFO]: =============================
972[00:31:29] [Server thread/INFO]:
973[00:31:29] [Server thread/INFO]: [SuperLuckyBlock] Enabling SuperLuckyBlock v3.3.5
974[00:31:29] [Server thread/INFO]: -----------------------------------------------------------------------------------
975[00:31:29] [Server thread/INFO]: _____ _ _ ____ _ _
976[00:31:29] [Server thread/INFO]: / ____| | | | | | _ \| | | |
977[00:31:29] [Server thread/INFO]: | (___ _ _ _ __ ___ _ __| | _ _ ___| | ___ _| |_) | | ___ ___| | __
978[00:31:29] [Server thread/INFO]: \___ \| | | | '_ \ / _ \ '__| | | | | |/ __| |/ / | | | _ <| |/ _ \ / __| |/ /
979[00:31:29] [Server thread/INFO]: ____) | |_| | |_) | __/ | | |___| |_| | (__| <| |_| | |_) | | (_) | (__| <
980[00:31:29] [Server thread/INFO]: |_____/ \__,_| .__/ \___|_| |______\__,_|\___|_|\_\\__, |____/|_|\___/ \___|_|\_\
981[00:31:29] [Server thread/INFO]: | | __/ |
982[00:31:29] [Server thread/INFO]: |_| |___/
983[00:31:29] [Server thread/INFO]: -----------------------------------------------------------------------------------
984[00:31:29] [Server thread/INFO]: SLB >> Initializing Sentry...
985[00:31:29] [Server thread/INFO]: SLB >> Loading and checking configs...
986[00:31:30] [Server thread/INFO]: SLB >> Registering events...
987[00:31:30] [Server thread/INFO]: SLB >> Initializing custom luckyblocks...
988[00:31:30] [Server thread/INFO]: SLB >> Registering wands...
989[00:31:30] [Server thread/INFO]: SLB >> Initializing LuckyActions...
990[00:31:30] [Server thread/INFO]: SLB >> Registering command...
991[00:31:30] [Server thread/INFO]: SLB >> Creating tasks...
992[00:31:30] [Server thread/INFO]: SLB >> Found PlaceholderAPI! Hooking into it...
993[00:31:30] [Server thread/INFO]: SLB >> Vault found! Hooking into it...
994[00:31:30] [Server thread/INFO]: SLB >> SuperLuckyBlock has been enabled! (910ms)
995[00:31:30] [Server thread/INFO]: [BigDoors] Enabling BigDoors vAlpha 0.1.8.14
996[00:31:30] [Server thread/INFO]: [BigDoors] Power Block Types:
997[00:31:30] [Server thread/INFO]: [BigDoors] - GOLD_BLOCK
998[00:31:30] [Server thread/WARN]: [BigDoors] No materials blacklisted!
999[00:31:30] [Server thread/INFO]: [BigDoors] Enabling stats! Thanks, it really helps!
1000[00:31:30] [Server thread/INFO]: [UltimateClaims] Enabling UltimateClaims v1.1.11
1001[00:31:30] [Server thread/INFO]:
1002[00:31:30] [Server thread/INFO]: =============================
1003[00:31:30] [Server thread/INFO]: UltimateClaims 1.1.11 by Songoda <3!
1004[00:31:30] [Server thread/INFO]: Action: Enabling...
1005[00:31:30] [Server thread/INFO]: [UltimateClaims] Loaded locale "en_US"
1006[00:31:30] [Server thread/INFO]: [SongodaCore] Hooked UltimateClaims.
1007[00:31:31] [Server thread/INFO]: [UltimateClaims] Data handler connected using SQLite.
1008[00:31:31] [Server thread/INFO]: =============================
1009[00:31:31] [Server thread/INFO]:
1010[00:31:31] [Server thread/INFO]: [MCGUCDynmap] Enabling MCGUCDynmap v1
1011[00:31:31] [Server thread/INFO]: Dynmap Timer Started!
1012[00:31:31] [Server thread/INFO]: MCGCDM startup complete
1013[00:31:31] [Server thread/INFO]: [JupiterCore] Enabling JupiterCore v1.3.1
1014[00:31:31] [Server thread/INFO]:
1015[00:31:31] [Server thread/INFO]:
1016[00:31:31] [Server thread/INFO]:
1017[00:31:31] [Server thread/INFO]: -=-=-=-=-=-=-[ Plugin Startup ]-=-=-=-=-=-=-
1018[00:31:31] [Server thread/INFO]: > Plugin: JupiterCore
1019[00:31:31] [Server thread/INFO]: > Author: Fogus Multimedia
1020[00:31:31] [Server thread/INFO]: > Version: 1.3.1
1021[00:31:31] [Server thread/INFO]: > Server version: V1_14_R1 / OK!
1022[00:31:31] [Server thread/INFO]: -=-=-=-=-=-=-[ Searching Hooks ]-=-=-=-=-=-=-
1023[00:31:31] [Server thread/INFO]: > Vault: Success!
1024[00:31:31] [Server thread/INFO]: > WorldGuard: Success!
1025[00:31:31] [Server thread/INFO]: > MythicMobs: Not found.
1026[00:31:31] [Server thread/INFO]: -=-=-=-=-=-=-[ Done in 70 ms! ]-=-=-=-=-=-=-
1027[00:31:31] [Server thread/INFO]:
1028[00:31:31] [Server thread/INFO]:
1029[00:31:31] [Server thread/INFO]:
1030[00:31:31] [Server thread/INFO]: [The_Gate] Enabling The_Gate v0.1.4-5.4
1031[00:31:31] [Server thread/INFO]: The Gate network has been Loaded!
1032[00:31:31] [Server thread/INFO]: The_Gate [Enabled]
1033[00:31:31] [Server thread/INFO]: [TowerDefense] Enabling TowerDefense v1.8*
1034[00:31:31] [Server thread/INFO]: [TowerDefense] The plugin is using the new spectator system: Yes
1035[00:31:31] [Server thread/INFO]: [TowerDefense] The plugin is using the new durability system: Yes
1036[00:31:31] [Server thread/INFO]: [TowerDefense] Entity collision disabled: Yes
1037[00:31:31] [Server thread/INFO]: [TowerDefense] Scoreboard title animation has been enabled and it contains 18 frame(s)!
1038[00:31:31] [Server thread/INFO]: [TowerDefense] Found PlaceholderAPI, Hooked: true
1039[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_players_count}
1040[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_parties_count}
1041[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_lobby_players_count}
1042[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_arenas_count}
1043[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_kills}
1044[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_enemies_spawned}
1045[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_coins}
1046[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_wins}
1047[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_games_played}
1048[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_highest_wave_survived}
1049[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_player_exp}
1050[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_player_next_rank_exp}
1051[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_player_rank}
1052[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_towers_built}
1053[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_tower_upgrades}
1054[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_towers_sold}
1055[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_arena}
1056[00:31:31] [Server thread/INFO]: [MVdWPlaceholderAPI] TowerDefense added custom placeholder {towerdefense_party_leader}
1057[00:31:31] [Server thread/INFO]: [TowerDefense] Found MVdWPlaceholderAPI, Hooked: true
1058[00:31:31] [Server thread/INFO]: =============================================
1059[00:31:31] [Server thread/INFO]: [TowerDefense] Plugin has been enabled (v1.8)
1060[00:31:31] [Server thread/INFO]: =============================================
1061[00:31:31] [Server thread/INFO]: [BungeeTabListPlus] Enabling BungeeTabListPlus v2.8.11*
1062[00:31:31] [Server thread/INFO]: [Bank] Enabling Bank v4.0.1
1063[00:31:31] [Server thread/INFO]: [Bank] Using savetype MYSQL
1064[00:31:32] [Server thread/INFO]: [Bank] Cleaned up 0 banks
1065[00:31:32] [Server thread/INFO]: [Bank] Expire Enabled
1066[00:31:32] [Server thread/INFO]: [TheLab] Enabling TheLab v1.2
1067[00:31:32] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1068[00:31:32] [Server thread/INFO]: TheLab plugin is loading...
1069[00:31:32] [Server thread/INFO]: - Version: 1.2
1070[00:31:32] [Server thread/INFO]: - Author: Fr33styler
1071[00:31:32] [Server thread/INFO]: - Loading config.yml...
1072[00:31:32] [Server thread/INFO]: - Loading messages.yml...
1073[00:31:32] [Server thread/INFO]: - Loading experiments.yml...
1074[00:31:32] [Server thread/INFO]: - Loading database.yml...
1075[00:31:32] [Server thread/INFO]: TheLab has been loaded!
1076[00:31:32] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1077[00:31:32] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [mEnabling MyPet v3.8[m
1078[00:31:32] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [mCustom entity registry found: net.minecraft.server.v1_14_R1.RegistryBlocks[m
1079[00:31:32] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [mCompat mode for v1_14_R1 loaded.[m
1080[00:31:32] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [mExp calculation mode: MyPet[m
1081[00:31:32] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [mLoading WorldGroups...[m
1082[00:31:32] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [m added '[0;33;22mbiccwar1[m' to 'default'[m
1083[00:31:32] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [m added '[0;33;22mlobby[m' to 'default'[m
1084[00:31:32] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [m added '[0;33;22mworld[m' to 'default'[m
1085[00:31:32] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [m added '[0;33;22mworld_nether[m' to 'default'[m
1086[00:31:32] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [m added '[0;33;22mworld_the_end[m' to 'default'[m
1087[00:31:33] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [mConnect to SQLite database...[m
1088[00:31:33] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [mSQLite connection successful.[m
1089[00:31:33] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [mPlaceholderAPI (2.10.4) hook activated.[m
1090[00:31:33] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [mPlotSquared (4.353) hook activated.[m
1091[00:31:33] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [mProtocolLib (4.5.0-SNAPSHOT) hook activated.[m
1092[00:31:33] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [mVault (1.6.11) (Economy: CMIEconomy) (Permissions: LuckPerms) hook activated.[m
1093[00:31:33] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [mWorldGuard (7.0.1-SNAPSHOT;556b638) hook activated.[m
1094[00:31:33] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [mversion 3.8-b1505[0;32;1m ENABLED[m
1095[00:31:33] [Server thread/INFO]: [LiquidTanks] Enabling LiquidTanks v2.3.5*
1096[00:31:33] [Server thread/INFO]: [LiquidTanks] Tank database found, loading all the tanks!
1097[00:31:33] [Server thread/INFO]: [LiquidTanks] Loaded 17 Liquid tanks!
1098[00:31:33] [Server thread/INFO]: [SpigotLib] Enabling SpigotLib v9.2
1099[00:31:33] [Server thread/INFO]: [SpigotLib] Initializing offline player manager...
1100[00:31:33] [Server thread/INFO]: [SpigotLib] Starting BungeeAPI...
1101[00:31:33] [Server thread/INFO]: [SpigotLib] The plugin Vault is present, hooking to it as Economy USER...
1102[00:31:33] [Server thread/INFO]: [StarGate] Enabling StarGate v9.5
1103[00:31:33] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.8.4
1104[00:31:34] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_14_R1
1105[00:31:34] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #311
1106[00:31:34] [Server thread/INFO]: [LibsDisguises] Build Date: 05/11/2019 04:28
1107[00:31:34] [Server thread/INFO]: [LibsDisguises] Registered to: 28896 (33)
1108[00:31:34] [Server thread/INFO]: [LibsDisguises] Premium enabled, thank you for supporting Lib's Disguises!
1109[00:31:35] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
1110[00:31:35] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
1111[00:31:35] [Server thread/INFO]: [HideAndSeek] Enabling HideAndSeek v3.6
1112[00:31:35] [Server thread/INFO]: [HideAndSeek] Found PlaceholderAPI, Hooked: true
1113[00:31:35] [Server thread/INFO]: [HideAndSeek] Spectator feature is supported in this server! But it wont be used unless you enable it in the config
1114[00:31:35] [Server thread/INFO]: [HideAndSeek] Top signs updater is launching...
1115[00:31:35] [Server thread/INFO]: [HideAndSeek] Creating winners map...
1116[00:31:35] [Server thread/INFO]: =======================================
1117[00:31:35] [Server thread/INFO]: [HideAndSeek] has been enabled (v3.6)
1118[00:31:35] [Server thread/INFO]: =======================================
1119[00:31:35] [Server thread/INFO]: [UltimateModeration] Enabling UltimateModeration v1.2.3
1120[00:31:35] [Server thread/INFO]:
1121[00:31:35] [Server thread/INFO]: =============================
1122[00:31:35] [Server thread/INFO]: UltimateModeration 1.2.3 by Songoda <3!
1123[00:31:35] [Server thread/INFO]: Action: Enabling...
1124[00:31:35] [Server thread/INFO]: [UltimateModeration] Loaded locale "en_US"
1125[00:31:36] [Server thread/INFO]: [SongodaCore] Hooked UltimateModeration.
1126[00:31:36] [Server thread/INFO]: =============================
1127[00:31:36] [Server thread/INFO]:
1128[00:31:36] [Server thread/INFO]: [FabledSkyBlock] Enabling FabledSkyBlock v2.0.9
1129[00:31:36] [Server thread/INFO]: =============================
1130[00:31:36] [Server thread/INFO]: FabledSkyBlock 2.0.9 by Songoda <3!
1131[00:31:36] [Server thread/INFO]: Action: Enabling...
1132[00:31:36] [Server thread/INFO]: =============================
1133[00:31:36] [Server thread/INFO]: SkyBlock | Info: Generating VoidWorld 'island_normal_world'.
1134[00:31:36] [Server thread/INFO]: -------- World Settings For [island_normal_world] --------
1135[00:31:36] [Server thread/INFO]: Experience Merge Radius: 0.1
1136[00:31:36] [Server thread/INFO]: Mob Spawn Range: 4
1137[00:31:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
1138[00:31:36] [Server thread/INFO]: Cane Growth Modifier: 100%
1139[00:31:36] [Server thread/INFO]: Melon Growth Modifier: 100%
1140[00:31:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1141[00:31:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1142[00:31:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
1143[00:31:36] [Server thread/INFO]: Beetroot Growth Modifier: 100%
1144[00:31:36] [Server thread/INFO]: Carrot Growth Modifier: 100%
1145[00:31:36] [Server thread/INFO]: Potato Growth Modifier: 100%
1146[00:31:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
1147[00:31:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1148[00:31:36] [Server thread/INFO]: Vine Growth Modifier: 100%
1149[00:31:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1150[00:31:36] [Server thread/INFO]: Bamboo Growth Modifier: 100%
1151[00:31:36] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
1152[00:31:36] [Server thread/INFO]: Kelp Growth Modifier: 100%
1153[00:31:36] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Ra 48 / Mi 16 / Tiv true
1154[00:31:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1155[00:31:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1156[00:31:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
1157[00:31:36] [Server thread/INFO]: Max TNT Explosions: 100
1158[00:31:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1159[00:31:36] [Server thread/INFO]: View Distance: 10
1160[00:31:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1161[00:31:36] [Server thread/INFO]: Item Merge Radius: 2.5
1162[00:31:36] [Server thread/INFO]: Item Despawn Rate: 6000
1163[00:31:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
1164[00:31:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1165[00:31:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1166[00:31:36] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [madded [0;33;1misland_normal_world[m to '[0;33;1mdefault[m' group.[m
1167[00:31:36] [Server thread/INFO]: Preparing start region for dimension 'island_normal_world'/minecraft:overworld
1168[00:31:36] [Server thread/INFO]: Preparing spawn area: 0%
1169[00:31:36] [Server thread/INFO]: Loaded 289 spawn chunks for world island_normal_world
1170[00:31:36] [Server thread/INFO]: Time elapsed: 399 ms
1171[00:31:36] [Server thread/INFO]: [WorldGuard] (island_normal_world) TNT ignition is PERMITTED.
1172[00:31:36] [Server thread/INFO]: [WorldGuard] (island_normal_world) Lighters are PERMITTED.
1173[00:31:36] [Server thread/INFO]: [WorldGuard] (island_normal_world) Lava fire is blocked.
1174[00:31:36] [Server thread/INFO]: [WorldGuard] (island_normal_world) Fire spread is UNRESTRICTED.
1175[00:31:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'island_normal_world'
1176[00:31:36] [Server thread/INFO]: [IFS] Loading shops in world: island_normal_world...
1177[00:31:36] [Server thread/INFO]: [dynmap] Loaded 1 maps of world 'island_normal_world'.
1178[00:31:36] [Server thread/INFO]: SkyBlock | Info: Generating VoidWorld 'island_nether_world'.
1179[00:31:36] [Server thread/INFO]: -------- World Settings For [island_nether_world] --------
1180[00:31:36] [Server thread/INFO]: Experience Merge Radius: 0.1
1181[00:31:36] [Server thread/INFO]: Mob Spawn Range: 4
1182[00:31:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
1183[00:31:36] [Server thread/INFO]: Cane Growth Modifier: 100%
1184[00:31:36] [Server thread/INFO]: Melon Growth Modifier: 100%
1185[00:31:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1186[00:31:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1187[00:31:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
1188[00:31:36] [Server thread/INFO]: Beetroot Growth Modifier: 100%
1189[00:31:36] [Server thread/INFO]: Carrot Growth Modifier: 100%
1190[00:31:36] [Server thread/INFO]: Potato Growth Modifier: 100%
1191[00:31:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
1192[00:31:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1193[00:31:36] [Server thread/INFO]: Vine Growth Modifier: 100%
1194[00:31:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1195[00:31:36] [Server thread/INFO]: Bamboo Growth Modifier: 100%
1196[00:31:36] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
1197[00:31:36] [Server thread/INFO]: Kelp Growth Modifier: 100%
1198[00:31:36] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Ra 48 / Mi 16 / Tiv true
1199[00:31:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1200[00:31:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1201[00:31:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
1202[00:31:36] [Server thread/INFO]: Max TNT Explosions: 100
1203[00:31:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1204[00:31:36] [Server thread/INFO]: View Distance: 10
1205[00:31:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1206[00:31:36] [Server thread/INFO]: Item Merge Radius: 2.5
1207[00:31:36] [Server thread/INFO]: Item Despawn Rate: 6000
1208[00:31:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
1209[00:31:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1210[00:31:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1211[00:31:36] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [madded [0;33;1misland_nether_world[m to '[0;33;1mdefault[m' group.[m
1212[00:31:36] [Server thread/INFO]: Preparing start region for dimension 'island_nether_world'/minecraft:the_nether
1213[00:31:36] [Server thread/INFO]: Preparing spawn area: 0%
1214[00:31:37] [Server thread/INFO]: Preparing spawn area: 100%
1215[00:31:37] [Server-Worker-13/INFO]: Preparing spawn area: 100%
1216[00:31:37] [Server thread/INFO]: Loaded 289 spawn chunks for world island_nether_world
1217[00:31:37] [Server thread/INFO]: Time elapsed: 1062 ms
1218[00:31:37] [Server thread/INFO]: [WorldGuard] (island_nether_world) TNT ignition is PERMITTED.
1219[00:31:37] [Server thread/INFO]: [WorldGuard] (island_nether_world) Lighters are PERMITTED.
1220[00:31:37] [Server thread/INFO]: [WorldGuard] (island_nether_world) Lava fire is blocked.
1221[00:31:37] [Server thread/INFO]: [WorldGuard] (island_nether_world) Fire spread is UNRESTRICTED.
1222[00:31:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'island_nether_world'
1223[00:31:37] [Server thread/INFO]: [IFS] Loading shops in world: island_nether_world...
1224[00:31:37] [Server thread/INFO]: [dynmap] Loaded 1 maps of world 'island_nether_world'.
1225[00:31:37] [Server thread/INFO]: SkyBlock | Info: Generating VoidWorld 'island_end_world'.
1226[00:31:37] [Server thread/INFO]: -------- World Settings For [island_end_world] --------
1227[00:31:37] [Server thread/INFO]: Experience Merge Radius: 0.1
1228[00:31:37] [Server thread/INFO]: Mob Spawn Range: 4
1229[00:31:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
1230[00:31:37] [Server thread/INFO]: Cane Growth Modifier: 100%
1231[00:31:37] [Server thread/INFO]: Melon Growth Modifier: 100%
1232[00:31:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1233[00:31:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1234[00:31:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
1235[00:31:37] [Server thread/INFO]: Beetroot Growth Modifier: 100%
1236[00:31:37] [Server thread/INFO]: Carrot Growth Modifier: 100%
1237[00:31:37] [Server thread/INFO]: Potato Growth Modifier: 100%
1238[00:31:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
1239[00:31:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1240[00:31:37] [Server thread/INFO]: Vine Growth Modifier: 100%
1241[00:31:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1242[00:31:37] [Server thread/INFO]: Bamboo Growth Modifier: 100%
1243[00:31:37] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
1244[00:31:37] [Server thread/INFO]: Kelp Growth Modifier: 100%
1245[00:31:37] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Ra 48 / Mi 16 / Tiv true
1246[00:31:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1247[00:31:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1248[00:31:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
1249[00:31:37] [Server thread/INFO]: Max TNT Explosions: 100
1250[00:31:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1251[00:31:37] [Server thread/INFO]: View Distance: 10
1252[00:31:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1253[00:31:37] [Server thread/INFO]: Item Merge Radius: 2.5
1254[00:31:37] [Server thread/INFO]: Item Despawn Rate: 6000
1255[00:31:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
1256[00:31:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1257[00:31:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1258[00:31:37] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [madded [0;33;1misland_end_world[m to '[0;33;1mdefault[m' group.[m
1259[00:31:37] [Server thread/INFO]: Preparing start region for dimension 'island_end_world'/minecraft:the_end
1260[00:31:37] [Server thread/INFO]: Preparing spawn area: 0%
1261[00:31:38] [Server thread/INFO]: Loaded 289 spawn chunks for world island_end_world
1262[00:31:38] [Server thread/INFO]: Time elapsed: 439 ms
1263[00:31:38] [Server thread/INFO]: [WorldGuard] (island_end_world) TNT ignition is PERMITTED.
1264[00:31:38] [Server thread/INFO]: [WorldGuard] (island_end_world) Lighters are PERMITTED.
1265[00:31:38] [Server thread/INFO]: [WorldGuard] (island_end_world) Lava fire is blocked.
1266[00:31:38] [Server thread/INFO]: [WorldGuard] (island_end_world) Fire spread is UNRESTRICTED.
1267[00:31:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'island_end_world'
1268[00:31:38] [Server thread/INFO]: [IFS] Loading shops in world: island_end_world...
1269[00:31:38] [Server thread/INFO]: [dynmap] Loaded 1 maps of world 'island_end_world'.
1270[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_islands}
1271[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_votes_1}
1272[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_bank_1}
1273[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_level_1}
1274[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_votes_2}
1275[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_bank_2}
1276[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_level_2}
1277[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_votes_3}
1278[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_bank_3}
1279[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_level_3}
1280[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_votes_4}
1281[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_bank_4}
1282[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_level_4}
1283[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_votes_5}
1284[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_bank_5}
1285[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_level_5}
1286[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_votes_6}
1287[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_bank_6}
1288[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_level_6}
1289[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_votes_7}
1290[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_bank_7}
1291[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_level_7}
1292[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_votes_8}
1293[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_bank_8}
1294[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_level_8}
1295[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_votes_9}
1296[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_bank_9}
1297[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_level_9}
1298[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_votes_10}
1299[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_bank_10}
1300[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_leaderboard_level_10}
1301[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_exists}
1302[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_isopen}
1303[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_size}
1304[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_radius}
1305[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_level}
1306[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_level_formatted}
1307[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_points}
1308[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_votes}
1309[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_role}
1310[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_owner}
1311[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_biome}
1312[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_time}
1313[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_weather}
1314[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_bans}
1315[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_members_total}
1316[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_members}
1317[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_operators}
1318[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_coops}
1319[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_coops_total}
1320[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_visitors}
1321[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_invites}
1322[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_bank_balance}
1323[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_leaderboard_level_rank}
1324[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_leaderboard_bank_rank}
1325[00:31:40] [Server thread/INFO]: [MVdWPlaceholderAPI] FabledSkyBlock added custom placeholder {fabledskyblock_island_leaderboard_votes_rank}
1326[00:31:40] [Server thread/INFO]: [SongodaUpdate] Hooked FabledSkyBlock.
1327[00:31:40] [Server thread/INFO]: Connection with Songoda servers failed...
1328[00:31:40] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-SNAPSHOT-b774
1329[00:31:40] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-SNAPSHOT-b774" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--, dumptruckman].
1330[00:31:40] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do. The performance impact is negligible.
1331[00:31:42] [Server thread/INFO]: -------- World Settings For [test] --------
1332[00:31:42] [Server thread/INFO]: Experience Merge Radius: 0.1
1333[00:31:42] [Server thread/INFO]: Mob Spawn Range: 4
1334[00:31:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
1335[00:31:42] [Server thread/INFO]: Cane Growth Modifier: 100%
1336[00:31:42] [Server thread/INFO]: Melon Growth Modifier: 100%
1337[00:31:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1338[00:31:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1339[00:31:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
1340[00:31:42] [Server thread/INFO]: Beetroot Growth Modifier: 100%
1341[00:31:42] [Server thread/INFO]: Carrot Growth Modifier: 100%
1342[00:31:42] [Server thread/INFO]: Potato Growth Modifier: 100%
1343[00:31:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
1344[00:31:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1345[00:31:42] [Server thread/INFO]: Vine Growth Modifier: 100%
1346[00:31:42] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1347[00:31:42] [Server thread/INFO]: Bamboo Growth Modifier: 100%
1348[00:31:42] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
1349[00:31:42] [Server thread/INFO]: Kelp Growth Modifier: 100%
1350[00:31:42] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Ra 48 / Mi 16 / Tiv true
1351[00:31:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1352[00:31:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1353[00:31:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
1354[00:31:42] [Server thread/INFO]: Max TNT Explosions: 100
1355[00:31:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1356[00:31:42] [Server thread/INFO]: View Distance: 10
1357[00:31:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1358[00:31:42] [Server thread/INFO]: Item Merge Radius: 2.5
1359[00:31:42] [Server thread/INFO]: Item Despawn Rate: 6000
1360[00:31:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
1361[00:31:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1362[00:31:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1363[00:31:42] [Server thread/INFO]: [P2] Detected world load for 'test'
1364[00:31:42] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared
1365[00:31:42] [Server thread/INFO]: [P2] - plotworld: com.github.intellectualsites.plotsquared.plot.generator.HybridPlotWorld
1366[00:31:42] [Server thread/INFO]: [P2] - plotAreaManager: com.github.intellectualsites.plotsquared.plot.generator.HybridPlotManager
1367[00:31:42] [Server thread/INFO]: - Dumping settings for ClassicPlotWorld with name test
1368[00:31:42] [Server thread/INFO]: -- road_schematic_enabled = false
1369[00:31:42] [Server thread/INFO]: -- plot_schematic = false
1370[00:31:42] [Server thread/INFO]: -- plot_schematic_height = -1
1371[00:31:42] [Server thread/INFO]: -- path_width_lower = 0
1372[00:31:42] [Server thread/INFO]: -- path_width_upper = 0
1373[00:31:42] [Server thread/INFO]: -- schem_y = 0
1374[00:31:42] [Server thread/INFO]: -- road_height = 50
1375[00:31:42] [Server thread/INFO]: -- plot_height = 50
1376[00:31:42] [Server thread/INFO]: -- wall_height = 50
1377[00:31:42] [Server thread/INFO]: -- main_block = green_concrete
1378[00:31:42] [Server thread/INFO]: -- top_block = grass_block:100
1379[00:31:42] [Server thread/INFO]: -- wall_block = stone_slab:100
1380[00:31:42] [Server thread/INFO]: -- claimed_wall_block = sandstone_slab:100
1381[00:31:42] [Server thread/INFO]: -- wall_filling = stone:100
1382[00:31:42] [Server thread/INFO]: -- road_block = quartz_block:100
1383[00:31:42] [Server thread/INFO]: -- plot_bedrock = true
1384[00:31:42] [Server thread/INFO]: -- plot_width = 42
1385[00:31:42] [Server thread/INFO]: -- road_width = 7
1386[00:31:42] [Server thread/INFO]: -- road_offset_x = 0
1387[00:31:42] [Server thread/INFO]: -- road_offset_z = 0
1388[00:31:42] [Server thread/INFO]: -- size = 49
1389[00:31:42] [Server thread/INFO]: -- worldname = test
1390[00:31:42] [Server thread/INFO]: -- id = null
1391[00:31:42] [Server thread/INFO]: -- manager = com.github.intellectualsites.plotsquared.plot.generator.HybridPlotManager@600b87ea
1392[00:31:42] [Server thread/INFO]: -- worldhash = 3556498
1393[00:31:42] [Server thread/INFO]: -- max_plot_members = 128
1394[00:31:42] [Server thread/INFO]: -- auto_merge = false
1395[00:31:42] [Server thread/INFO]: -- allow_signs = true
1396[00:31:42] [Server thread/INFO]: -- misc_spawn_unowned = false
1397[00:31:42] [Server thread/INFO]: -- mob_spawning = false
1398[00:31:42] [Server thread/INFO]: -- mob_spawner_spawning = false
1399[00:31:42] [Server thread/INFO]: -- plot_biome = FOREST
1400[00:31:42] [Server thread/INFO]: -- plot_chat = false
1401[00:31:42] [Server thread/INFO]: -- schematic_claim_specify = false
1402[00:31:42] [Server thread/INFO]: -- schematic_on_claim = false
1403[00:31:42] [Server thread/INFO]: -- schematic_file = null
1404[00:31:42] [Server thread/INFO]: -- schematics = []
1405[00:31:42] [Server thread/INFO]: -- default_flags = {}
1406[00:31:42] [Server thread/INFO]: -- use_economy = false
1407[00:31:42] [Server thread/INFO]: -- prices = {}
1408[00:31:42] [Server thread/INFO]: -- spawn_eggs = false
1409[00:31:42] [Server thread/INFO]: -- spawn_custom = true
1410[00:31:42] [Server thread/INFO]: -- spawn_breeding = false
1411[00:31:42] [Server thread/INFO]: -- world_border = false
1412[00:31:42] [Server thread/INFO]: -- type = 0
1413[00:31:42] [Server thread/INFO]: -- terrain = 0
1414[00:31:42] [Server thread/INFO]: -- home_allow_nonmember = true
1415[00:31:42] [Server thread/INFO]: -- nonmember_home = null
1416[00:31:42] [Server thread/INFO]: -- default_home = null
1417[00:31:42] [Server thread/INFO]: -- max_build_height = 256
1418[00:31:42] [Server thread/INFO]: -- min_build_height = 1
1419[00:31:42] [Server thread/INFO]: -- gamemode = CREATIVE
1420[00:31:42] [Server thread/INFO]: [P2] - schematic: false
1421[00:31:42] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [madded [0;33;1mtest[m to '[0;33;1mdefault[m' group.[m
1422[00:31:42] [Server thread/INFO]: World possibly already loaded: test
1423[00:31:42] [Server thread/INFO]: Preparing start region for dimension 'test'/minecraft:overworld
1424[00:31:42] [Server thread/INFO]: Preparing spawn area: 0%
1425[00:31:46] [Server-Worker-14/INFO]: Preparing spawn area: 2%
1426[00:31:46] [Server-Worker-14/INFO]: Preparing spawn area: 2%
1427[00:31:46] [Server-Worker-12/INFO]: Preparing spawn area: 2%
1428[00:31:46] [Server-Worker-12/INFO]: Preparing spawn area: 2%
1429[00:31:46] [Server-Worker-12/INFO]: Preparing spawn area: 2%
1430[00:31:46] [Server-Worker-12/INFO]: Preparing spawn area: 2%
1431[00:31:46] [Server-Worker-12/INFO]: Preparing spawn area: 2%
1432[00:31:46] [Server-Worker-12/INFO]: Preparing spawn area: 2%
1433[00:31:46] [Server thread/INFO]: Preparing spawn area: 100%
1434[00:31:47] [Server thread/INFO]: Preparing spawn area: 100%
1435[00:31:47] [Server-Worker-13/INFO]: Preparing spawn area: 100%
1436[00:31:48] [Server-Worker-14/INFO]: Preparing spawn area: 100%
1437[00:31:48] [Server-Worker-14/INFO]: Preparing spawn area: 100%
1438[00:31:48] [Server thread/INFO]: Loaded 289 spawn chunks for world test
1439[00:31:48] [Server thread/INFO]: Time elapsed: 6545 ms
1440[00:31:48] [Server thread/INFO]: [WorldGuard] (test) TNT ignition is PERMITTED.
1441[00:31:48] [Server thread/INFO]: [WorldGuard] (test) Lighters are PERMITTED.
1442[00:31:48] [Server thread/INFO]: [WorldGuard] (test) Lava fire is blocked.
1443[00:31:48] [Server thread/INFO]: [WorldGuard] (test) Fire spread is UNRESTRICTED.
1444[00:31:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'test'
1445[00:31:48] [Server thread/INFO]: [IFS] Loading shops in world: test...
1446[00:31:48] [Server thread/INFO]: [dynmap] World 'test' disabled
1447[00:31:48] [Server thread/INFO]: - Dumping settings for ClassicPlotWorld with name creative
1448[00:31:48] [Server thread/INFO]: -- road_schematic_enabled = false
1449[00:31:48] [Server thread/INFO]: -- plot_schematic = false
1450[00:31:48] [Server thread/INFO]: -- plot_schematic_height = -1
1451[00:31:48] [Server thread/INFO]: -- path_width_lower = 0
1452[00:31:48] [Server thread/INFO]: -- path_width_upper = 0
1453[00:31:48] [Server thread/INFO]: -- schem_y = 0
1454[00:31:48] [Server thread/INFO]: -- road_height = 50
1455[00:31:48] [Server thread/INFO]: -- plot_height = 50
1456[00:31:48] [Server thread/INFO]: -- wall_height = 50
1457[00:31:48] [Server thread/INFO]: -- main_block = lime_concrete:50,green_concrete:50
1458[00:31:48] [Server thread/INFO]: -- top_block = blue_concrete
1459[00:31:48] [Server thread/INFO]: -- wall_block = smooth_stone
1460[00:31:48] [Server thread/INFO]: -- claimed_wall_block = sandstone_slab:100
1461[00:31:48] [Server thread/INFO]: -- wall_filling = smooth_stone
1462[00:31:48] [Server thread/INFO]: -- road_block = quartz_block:100
1463[00:31:48] [Server thread/INFO]: -- plot_bedrock = true
1464[00:31:48] [Server thread/INFO]: -- plot_width = 42
1465[00:31:48] [Server thread/INFO]: -- road_width = 7
1466[00:31:48] [Server thread/INFO]: -- road_offset_x = 0
1467[00:31:48] [Server thread/INFO]: -- road_offset_z = 0
1468[00:31:48] [Server thread/INFO]: -- size = 49
1469[00:31:48] [Server thread/INFO]: -- worldname = creative
1470[00:31:48] [Server thread/INFO]: -- id = null
1471[00:31:48] [Server thread/INFO]: -- manager = com.github.intellectualsites.plotsquared.plot.generator.HybridPlotManager@57cb1932
1472[00:31:48] [Server thread/INFO]: -- worldhash = 1820422063
1473[00:31:48] [Server thread/INFO]: -- max_plot_members = 128
1474[00:31:48] [Server thread/INFO]: -- auto_merge = false
1475[00:31:48] [Server thread/INFO]: -- allow_signs = true
1476[00:31:48] [Server thread/INFO]: -- misc_spawn_unowned = false
1477[00:31:48] [Server thread/INFO]: -- mob_spawning = false
1478[00:31:48] [Server thread/INFO]: -- mob_spawner_spawning = false
1479[00:31:48] [Server thread/INFO]: -- plot_biome = FOREST
1480[00:31:48] [Server thread/INFO]: -- plot_chat = false
1481[00:31:48] [Server thread/INFO]: -- schematic_claim_specify = false
1482[00:31:48] [Server thread/INFO]: -- schematic_on_claim = false
1483[00:31:48] [Server thread/INFO]: -- schematic_file = null
1484[00:31:48] [Server thread/INFO]: -- schematics = []
1485[00:31:48] [Server thread/INFO]: -- default_flags = {}
1486[00:31:48] [Server thread/INFO]: -- use_economy = false
1487[00:31:48] [Server thread/INFO]: -- prices = {}
1488[00:31:48] [Server thread/INFO]: -- spawn_eggs = false
1489[00:31:48] [Server thread/INFO]: -- spawn_custom = true
1490[00:31:48] [Server thread/INFO]: -- spawn_breeding = false
1491[00:31:48] [Server thread/INFO]: -- world_border = false
1492[00:31:48] [Server thread/INFO]: -- type = 0
1493[00:31:48] [Server thread/INFO]: -- terrain = 0
1494[00:31:48] [Server thread/INFO]: -- home_allow_nonmember = true
1495[00:31:48] [Server thread/INFO]: -- nonmember_home = null
1496[00:31:48] [Server thread/INFO]: -- default_home = null
1497[00:31:48] [Server thread/INFO]: -- max_build_height = 256
1498[00:31:48] [Server thread/INFO]: -- min_build_height = 1
1499[00:31:48] [Server thread/INFO]: -- gamemode = CREATIVE
1500[00:31:48] [Server thread/WARN]: java.lang.ClassCastException: com.boydti.fawe.object.clipboard.DiskOptimizedClipboard cannot be cast to com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
1501[00:31:48] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.plot.util.SchematicHandler.getSchematic(SchematicHandler.java:316)
1502[00:31:48] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.plot.generator.HybridPlotWorld.setupSchematics(HybridPlotWorld.java:155)
1503[00:31:48] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.plot.generator.HybridPlotWorld.loadConfiguration(HybridPlotWorld.java:128)
1504[00:31:48] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.plot.object.PlotArea.loadDefaultConfiguration(PlotArea.java:328)
1505[00:31:48] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.plot.PlotSquared.setupPlotWorld(PlotSquared.java:1373)
1506[00:31:48] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.bukkit.BukkitMain.getDefaultWorldGenerator(BukkitMain.java:561)
1507[00:31:48] [Server thread/WARN]: at org.bukkit.WorldCreator.getGeneratorForName(WorldCreator.java:336)
1508[00:31:48] [Server thread/WARN]: at org.bukkit.WorldCreator.generator(WorldCreator.java:201)
1509[00:31:48] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager$3.call(WorldManager.java:443)
1510[00:31:48] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.UnsafeCallWrapper.wrap(UnsafeCallWrapper.java:32)
1511[00:31:48] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:440)
1512[00:31:48] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:423)
1513[00:31:48] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:728)
1514[00:31:48] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:310)
1515[00:31:48] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1516[00:31:48] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1517[00:31:48] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1518[00:31:48] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1519[00:31:48] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1520[00:31:48] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
1521[00:31:48] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
1522[00:31:48] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1523[00:31:48] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1524[00:31:48] [Server thread/INFO]: - road schematics are disabled for this world.
1525[00:31:48] [Server thread/INFO]: -------- World Settings For [creative] --------
1526[00:31:48] [Server thread/INFO]: Experience Merge Radius: 0.1
1527[00:31:48] [Server thread/INFO]: Mob Spawn Range: 4
1528[00:31:48] [Server thread/INFO]: Cactus Growth Modifier: 100%
1529[00:31:48] [Server thread/INFO]: Cane Growth Modifier: 100%
1530[00:31:48] [Server thread/INFO]: Melon Growth Modifier: 100%
1531[00:31:48] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1532[00:31:48] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1533[00:31:48] [Server thread/INFO]: Sapling Growth Modifier: 100%
1534[00:31:48] [Server thread/INFO]: Beetroot Growth Modifier: 100%
1535[00:31:48] [Server thread/INFO]: Carrot Growth Modifier: 100%
1536[00:31:48] [Server thread/INFO]: Potato Growth Modifier: 100%
1537[00:31:48] [Server thread/INFO]: Wheat Growth Modifier: 100%
1538[00:31:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1539[00:31:49] [Server thread/INFO]: Vine Growth Modifier: 100%
1540[00:31:49] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1541[00:31:49] [Server thread/INFO]: Bamboo Growth Modifier: 100%
1542[00:31:49] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
1543[00:31:49] [Server thread/INFO]: Kelp Growth Modifier: 100%
1544[00:31:49] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Ra 48 / Mi 16 / Tiv true
1545[00:31:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1546[00:31:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1547[00:31:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
1548[00:31:49] [Server thread/INFO]: Max TNT Explosions: 100
1549[00:31:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1550[00:31:49] [Server thread/INFO]: View Distance: 10
1551[00:31:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1552[00:31:49] [Server thread/INFO]: Item Merge Radius: 2.5
1553[00:31:49] [Server thread/INFO]: Item Despawn Rate: 6000
1554[00:31:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
1555[00:31:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1556[00:31:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1557[00:31:49] [Server thread/INFO]: [P2] Detected world load for 'creative'
1558[00:31:49] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared
1559[00:31:49] [Server thread/INFO]: [P2] - plotworld: com.github.intellectualsites.plotsquared.plot.generator.HybridPlotWorld
1560[00:31:49] [Server thread/INFO]: [P2] - plotAreaManager: com.github.intellectualsites.plotsquared.plot.generator.HybridPlotManager
1561[00:31:49] [Server thread/INFO]: - Dumping settings for ClassicPlotWorld with name creative
1562[00:31:49] [Server thread/INFO]: -- road_schematic_enabled = false
1563[00:31:49] [Server thread/INFO]: -- plot_schematic = false
1564[00:31:49] [Server thread/INFO]: -- plot_schematic_height = -1
1565[00:31:49] [Server thread/INFO]: -- path_width_lower = 0
1566[00:31:49] [Server thread/INFO]: -- path_width_upper = 0
1567[00:31:49] [Server thread/INFO]: -- schem_y = 0
1568[00:31:49] [Server thread/INFO]: -- road_height = 50
1569[00:31:49] [Server thread/INFO]: -- plot_height = 50
1570[00:31:49] [Server thread/INFO]: -- wall_height = 50
1571[00:31:49] [Server thread/INFO]: -- main_block = lime_concrete:50,green_concrete:50
1572[00:31:49] [Server thread/INFO]: -- top_block = blue_concrete
1573[00:31:49] [Server thread/INFO]: -- wall_block = smooth_stone
1574[00:31:49] [Server thread/INFO]: -- claimed_wall_block = sandstone_slab:100
1575[00:31:49] [Server thread/INFO]: -- wall_filling = smooth_stone
1576[00:31:49] [Server thread/INFO]: -- road_block = quartz_block:100
1577[00:31:49] [Server thread/INFO]: -- plot_bedrock = true
1578[00:31:49] [Server thread/INFO]: -- plot_width = 42
1579[00:31:49] [Server thread/INFO]: -- road_width = 7
1580[00:31:49] [Server thread/INFO]: -- road_offset_x = 0
1581[00:31:49] [Server thread/INFO]: -- road_offset_z = 0
1582[00:31:49] [Server thread/INFO]: -- size = 49
1583[00:31:49] [Server thread/INFO]: -- worldname = creative
1584[00:31:49] [Server thread/INFO]: -- id = null
1585[00:31:49] [Server thread/INFO]: -- manager = com.github.intellectualsites.plotsquared.plot.generator.HybridPlotManager@2eacfdec
1586[00:31:49] [Server thread/INFO]: -- worldhash = 1820422063
1587[00:31:49] [Server thread/INFO]: -- max_plot_members = 128
1588[00:31:49] [Server thread/INFO]: -- auto_merge = false
1589[00:31:49] [Server thread/INFO]: -- allow_signs = true
1590[00:31:49] [Server thread/INFO]: -- misc_spawn_unowned = false
1591[00:31:49] [Server thread/INFO]: -- mob_spawning = false
1592[00:31:49] [Server thread/INFO]: -- mob_spawner_spawning = false
1593[00:31:49] [Server thread/INFO]: -- plot_biome = FOREST
1594[00:31:49] [Server thread/INFO]: -- plot_chat = false
1595[00:31:49] [Server thread/INFO]: -- schematic_claim_specify = false
1596[00:31:49] [Server thread/INFO]: -- schematic_on_claim = false
1597[00:31:49] [Server thread/INFO]: -- schematic_file = null
1598[00:31:49] [Server thread/INFO]: -- schematics = []
1599[00:31:49] [Server thread/INFO]: -- default_flags = {}
1600[00:31:49] [Server thread/INFO]: -- use_economy = false
1601[00:31:49] [Server thread/INFO]: -- prices = {}
1602[00:31:49] [Server thread/INFO]: -- spawn_eggs = false
1603[00:31:49] [Server thread/INFO]: -- spawn_custom = true
1604[00:31:49] [Server thread/INFO]: -- spawn_breeding = false
1605[00:31:49] [Server thread/INFO]: -- world_border = false
1606[00:31:49] [Server thread/INFO]: -- type = 0
1607[00:31:49] [Server thread/INFO]: -- terrain = 0
1608[00:31:49] [Server thread/INFO]: -- home_allow_nonmember = true
1609[00:31:49] [Server thread/INFO]: -- nonmember_home = null
1610[00:31:49] [Server thread/INFO]: -- default_home = null
1611[00:31:49] [Server thread/INFO]: -- max_build_height = 256
1612[00:31:49] [Server thread/INFO]: -- min_build_height = 1
1613[00:31:49] [Server thread/INFO]: -- gamemode = CREATIVE
1614[00:31:49] [Server thread/WARN]: java.lang.ClassCastException: com.boydti.fawe.object.clipboard.DiskOptimizedClipboard cannot be cast to com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
1615[00:31:49] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.plot.util.SchematicHandler.getSchematic(SchematicHandler.java:316)
1616[00:31:49] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.plot.generator.HybridPlotWorld.setupSchematics(HybridPlotWorld.java:155)
1617[00:31:49] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.plot.generator.HybridPlotWorld.loadConfiguration(HybridPlotWorld.java:128)
1618[00:31:49] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.plot.object.PlotArea.loadDefaultConfiguration(PlotArea.java:328)
1619[00:31:49] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.plot.PlotSquared.loadWorld(PlotSquared.java:1084)
1620[00:31:49] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.bukkit.generator.BukkitPlotGenerator.getDefaultPopulators(BukkitPlotGenerator.java:80)
1621[00:31:49] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.initWorld(MinecraftServer.java:487)
1622[00:31:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.createWorld(CraftServer.java:1012)
1623[00:31:49] [Server thread/WARN]: at org.bukkit.Bukkit.createWorld(Bukkit.java:492)
1624[00:31:49] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:284)
1625[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:467)
1626[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:448)
1627[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:423)
1628[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:728)
1629[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:310)
1630[00:31:49] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1631[00:31:49] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1632[00:31:49] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1633[00:31:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1634[00:31:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1635[00:31:49] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
1636[00:31:49] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
1637[00:31:49] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1638[00:31:49] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1639[00:31:49] [Server thread/INFO]: - road schematics are disabled for this world.
1640[00:31:49] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [[0;32;22mMyPet[m] [madded [0;33;1mcreative[m to '[0;33;1mdefault[m' group.[m
1641[00:31:49] [Server thread/INFO]: World possibly already loaded: creative
1642[00:31:49] [Server thread/INFO]: Preparing start region for dimension 'creative'/minecraft:overworld
1643[00:31:49] [Server thread/INFO]: Preparing spawn area: 0%
1644[00:31:49] [Server thread/INFO]: Preparing spawn area: 100%
1645[00:31:49] [Server thread/INFO]: Loaded 289 spawn chunks for world creative
1646[00:31:49] [Server thread/INFO]: Time elapsed: 720 ms
1647[00:31:49] [Server thread/INFO]: [WorldGuard] (creative) TNT ignition is PERMITTED.
1648[00:31:49] [Server thread/INFO]: [WorldGuard] (creative) Lighters are PERMITTED.
1649[00:31:49] [Server thread/INFO]: [WorldGuard] (creative) Lava fire is blocked.
1650[00:31:49] [Server thread/INFO]: [WorldGuard] (creative) Fire spread is UNRESTRICTED.
1651[00:31:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'creative'
1652[00:31:49] [Server thread/INFO]: - Dumping settings for ClassicPlotWorld with name creative
1653[00:31:49] [Server thread/INFO]: -- road_schematic_enabled = false
1654[00:31:49] [Server thread/INFO]: -- plot_schematic = false
1655[00:31:49] [Server thread/INFO]: -- plot_schematic_height = -1
1656[00:31:49] [Server thread/INFO]: -- path_width_lower = 0
1657[00:31:49] [Server thread/INFO]: -- path_width_upper = 0
1658[00:31:49] [Server thread/INFO]: -- schem_y = 0
1659[00:31:49] [Server thread/INFO]: -- road_height = 50
1660[00:31:49] [Server thread/INFO]: -- plot_height = 50
1661[00:31:49] [Server thread/INFO]: -- wall_height = 50
1662[00:31:49] [Server thread/INFO]: -- main_block = lime_concrete:50,green_concrete:50
1663[00:31:49] [Server thread/INFO]: -- top_block = blue_concrete
1664[00:31:49] [Server thread/INFO]: -- wall_block = smooth_stone
1665[00:31:49] [Server thread/INFO]: -- claimed_wall_block = sandstone_slab:100
1666[00:31:49] [Server thread/INFO]: -- wall_filling = smooth_stone
1667[00:31:49] [Server thread/INFO]: -- road_block = quartz_block:100
1668[00:31:49] [Server thread/INFO]: -- plot_bedrock = true
1669[00:31:49] [Server thread/INFO]: -- plot_width = 42
1670[00:31:49] [Server thread/INFO]: -- road_width = 7
1671[00:31:49] [Server thread/INFO]: -- road_offset_x = 0
1672[00:31:49] [Server thread/INFO]: -- road_offset_z = 0
1673[00:31:49] [Server thread/INFO]: -- size = 49
1674[00:31:49] [Server thread/INFO]: -- worldname = creative
1675[00:31:49] [Server thread/INFO]: -- id = null
1676[00:31:49] [Server thread/INFO]: -- manager = com.github.intellectualsites.plotsquared.plot.generator.HybridPlotManager@5b97d610
1677[00:31:49] [Server thread/INFO]: -- worldhash = 1820422063
1678[00:31:49] [Server thread/INFO]: -- max_plot_members = 128
1679[00:31:49] [Server thread/INFO]: -- auto_merge = false
1680[00:31:49] [Server thread/INFO]: -- allow_signs = true
1681[00:31:49] [Server thread/INFO]: -- misc_spawn_unowned = false
1682[00:31:49] [Server thread/INFO]: -- mob_spawning = false
1683[00:31:49] [Server thread/INFO]: -- mob_spawner_spawning = false
1684[00:31:49] [Server thread/INFO]: -- plot_biome = FOREST
1685[00:31:49] [Server thread/INFO]: -- plot_chat = false
1686[00:31:49] [Server thread/INFO]: -- schematic_claim_specify = false
1687[00:31:49] [Server thread/INFO]: -- schematic_on_claim = false
1688[00:31:49] [Server thread/INFO]: -- schematic_file = null
1689[00:31:49] [Server thread/INFO]: -- schematics = []
1690[00:31:49] [Server thread/INFO]: -- default_flags = {}
1691[00:31:49] [Server thread/INFO]: -- use_economy = false
1692[00:31:49] [Server thread/INFO]: -- prices = {}
1693[00:31:49] [Server thread/INFO]: -- spawn_eggs = false
1694[00:31:49] [Server thread/INFO]: -- spawn_custom = true
1695[00:31:49] [Server thread/INFO]: -- spawn_breeding = false
1696[00:31:49] [Server thread/INFO]: -- world_border = false
1697[00:31:49] [Server thread/INFO]: -- type = 0
1698[00:31:49] [Server thread/INFO]: -- terrain = 0
1699[00:31:49] [Server thread/INFO]: -- home_allow_nonmember = true
1700[00:31:49] [Server thread/INFO]: -- nonmember_home = null
1701[00:31:49] [Server thread/INFO]: -- default_home = null
1702[00:31:49] [Server thread/INFO]: -- max_build_height = 256
1703[00:31:49] [Server thread/INFO]: -- min_build_height = 1
1704[00:31:49] [Server thread/INFO]: -- gamemode = CREATIVE
1705[00:31:49] [Server thread/WARN]: java.lang.ClassCastException: com.boydti.fawe.object.clipboard.DiskOptimizedClipboard cannot be cast to com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
1706[00:31:49] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.plot.util.SchematicHandler.getSchematic(SchematicHandler.java:316)
1707[00:31:49] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.plot.generator.HybridPlotWorld.setupSchematics(HybridPlotWorld.java:155)
1708[00:31:49] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.plot.generator.HybridPlotWorld.loadConfiguration(HybridPlotWorld.java:128)
1709[00:31:49] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.plot.object.PlotArea.loadDefaultConfiguration(PlotArea.java:328)
1710[00:31:49] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.plot.PlotSquared.setupPlotWorld(PlotSquared.java:1373)
1711[00:31:49] [Server thread/WARN]: at com.github.intellectualsites.plotsquared.bukkit.BukkitMain.getDefaultWorldGenerator(BukkitMain.java:561)
1712[00:31:49] [Server thread/WARN]: at org.bukkit.WorldCreator.getGeneratorForName(WorldCreator.java:336)
1713[00:31:49] [Server thread/WARN]: at org.bukkit.WorldCreator.generator(WorldCreator.java:201)
1714[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager$3.call(WorldManager.java:443)
1715[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.UnsafeCallWrapper.wrap(UnsafeCallWrapper.java:32)
1716[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:440)
1717[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:423)
1718[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorld(WorldManager.java:404)
1719[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.listeners.MVWorldListener.loadWorld(MVWorldListener.java:57)
1720[00:31:49] [Server thread/WARN]: at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor1389.execute(Unknown Source)
1721[00:31:49] [Server thread/WARN]: at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69)
1722[00:31:49] [Server thread/WARN]: at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
1723[00:31:49] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
1724[00:31:49] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545)
1725[00:31:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.createWorld(CraftServer.java:1022)
1726[00:31:49] [Server thread/WARN]: at org.bukkit.Bukkit.createWorld(Bukkit.java:492)
1727[00:31:49] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:284)
1728[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:467)
1729[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:448)
1730[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:423)
1731[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:728)
1732[00:31:49] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:310)
1733[00:31:49] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1734[00:31:49] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1735[00:31:49] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1736[00:31:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1737[00:31:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1738[00:31:49] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
1739[00:31:49] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
1740[00:31:49] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1741[00:31:49] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1742[00:31:49] [Server thread/INFO]: - road schematics are disabled for this world.
1743[00:31:49] [Server thread/INFO]: [IFS] Loading shops in world: creative...
1744[00:31:49] [Server thread/INFO]: [dynmap] Loaded 1 maps of world 'creative'.
1745[00:31:49] [Server thread/INFO]: [Multiverse-Core] 10 - World(s) loaded.
1746[00:31:49] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-SNAPSHOT-b774 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
1747[00:31:49] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
1748[00:31:49] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
1749[00:31:49] [Server thread/INFO]: [KeepChunks] Enabling KeepChunks v1.5.13
1750[00:31:49] [Server thread/INFO]:
1751[00:31:49] [Server thread/INFO]: _ _ _______ _ _
1752[00:31:49] [Server thread/INFO]: (_) | | (_______) | | | v1.5.13
1753[00:31:49] [Server thread/INFO]: _____| |_____ _____ ____ _ | |__ _ _ ____ | | _ ___
1754[00:31:49] [Server thread/INFO]: | _ _) ___ | ___ | _ \| | | _ \| | | | _ \| |_/ )/___)
1755[00:31:49] [Server thread/INFO]: | | \ \| ____| ____| |_| | |_____| | | | |_| | | | | _ (|___ |
1756[00:31:49] [Server thread/INFO]: |_| \_)_____)_____) __/ \______)_| |_|____/|_| |_|_| \_|___/
1757[00:31:49] [Server thread/INFO]: |_|
1758[00:31:49] [Server thread/INFO]:
1759[00:31:50] [Server thread/INFO]: [KeepChunks] KeepChunks v1.5.13 has been enabled
1760[00:31:50] [Server thread/INFO]: [EpicFarming] Enabling EpicFarming v3.0.8
1761[00:31:50] [Server thread/INFO]:
1762[00:31:50] [Server thread/INFO]: =============================
1763[00:31:50] [Server thread/INFO]: EpicFarming 3.0.8 by Songoda <3!
1764[00:31:50] [Server thread/INFO]: Action: Enabling...
1765[00:31:50] [Server thread/INFO]: [EpicFarming] Loaded locale "en_US"
1766[00:31:50] [Server thread/INFO]: [SongodaCore] Hooked EpicFarming.
1767[00:31:50] [Server thread/INFO]: =============================
1768[00:31:50] [Server thread/INFO]:
1769[00:31:50] [Server thread/INFO]: [BannerMaker] Enabling BannerMaker v2.2.2
1770[00:31:50] [Server thread/INFO]: [BannerMaker] Language: en
1771[00:31:50] [Server thread/INFO]: [BannerMaker] Vault dependency found! Enable economy supported
1772[00:31:50] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.25-SNAPSHOT (build 1777)
1773[00:31:50] [Server thread/INFO]: [AdvancedMobArena] Enabling AdvancedMobArena v6.0.11
1774[00:31:50] [Server thread/INFO]:
1775[00:31:50] [Server thread/INFO]:
1776[00:31:50] [Server thread/INFO]:
1777[00:31:50] [Server thread/INFO]: -=-=-=-=-=-=-[ Plugin Startup ]-=-=-=-=-=-=-
1778[00:31:50] [Server thread/INFO]: > Plugin: AdvancedMobArena
1779[00:31:50] [Server thread/INFO]: > Author: NightExpress
1780[00:31:50] [Server thread/INFO]: > Version: 6.0.11
1781[00:31:50] [Server thread/INFO]: > Powered by: Jupiter-Core
1782[00:31:50] [Server thread/INFO]: -=-=-=-=-=-=-[ Searching Hooks ]-=-=-=-=-=-=-
1783[00:31:50] [Server thread/INFO]: > Essentials: Not found.
1784[00:31:50] [Server thread/INFO]: > MyPet: Success!
1785[00:31:50] [Server thread/INFO]: > PlaceholderAPI: Success!
1786[00:31:50] [Server thread/INFO]: > Citizens: Success!
1787[00:31:50] [Server thread/INFO]: > SunLight-Core: Not found.
1788[00:31:50] [Server thread/INFO]: > SkillAPI: Not found.
1789[00:31:50] [Server thread/INFO]: > mcMMO: Not found.
1790[00:31:50] [Server thread/INFO]: > MythicMobs: Not found.
1791[00:31:50] [Server thread/INFO]: > CombatPets: Not found.
1792[00:31:50] [Server thread/INFO]: -=-=-=-=-=-=-[ Loading Data ]-=-=-=-=-=-=-
1793[00:31:51] [Server thread/INFO]: > Economy plugin: Internal
1794[00:31:51] [Server thread/INFO]: [AdvancedMobArena/INFO] Storage type: SQLite
1795[00:31:51] [Server thread/INFO]: > Arenas Loaded: 1
1796[00:31:51] [Server thread/INFO]: > Kits Loaded: 5
1797[00:31:51] [Server thread/INFO]: > Kits v2.0.0: Yes
1798[00:31:51] [Server thread/INFO]: > Stats v2.0.0: Yes
1799[00:31:51] [Server thread/INFO]: > Shops Loaded: 2
1800[00:31:51] [Server thread/INFO]: > Shop v2.0.0: Yes
1801[00:31:51] [Server thread/INFO]: > Bosses Loaded: 1
1802[00:31:51] [Server thread/INFO]: > Custom Mobs Loaded: 3
1803[00:31:51] [Server thread/INFO]: > Waves Loaded: 6
1804[00:31:51] [Server thread/INFO]: -=-=-=-=-=-=-[ Done in 577 ms! ]-=-=-=-=-=-=-
1805[00:31:51] [Server thread/INFO]:
1806[00:31:51] [Server thread/INFO]:
1807[00:31:51] [Server thread/INFO]:
1808[00:31:51] [Server thread/INFO]: [TradeMe] Enabling TradeMe v6.0.1.7
1809[00:31:53] [Server thread/INFO]: [TradeMe] Version 6.0.1.7 has been enabled
1810[00:31:53] [Server thread/INFO]: [TradeMe] MyPet plugin was found!
1811[00:31:53] [Server thread/INFO]: [TradeMe] Vault plugin was found!
1812[00:31:53] [Server thread/INFO]: [TradeMe] Connected to sqlite
1813[00:31:53] [Server thread/INFO]: [TradeMe] 69 trade logs preloaded
1814[00:31:53] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.18.2
1815[00:31:53] [Server thread/INFO]: [EasyShops2.0] Enabling EasyShops2.0 v1.8.7.1b
1816[00:31:53] [Server thread/INFO]: [EasyShops]Registering messages
1817[00:31:53] [Server thread/INFO]: [EasyShops]Registering prices
1818[00:31:53] [Server thread/INFO]: [EasyShops]Registering shops
1819[00:31:53] [Server thread/INFO]: [EasyShops]Registering config
1820[00:31:53] [Server thread/INFO]: [EasyShops]Checking messages
1821[00:31:53] [Server thread/INFO]: [EasyShops]Checking the config
1822[00:31:53] [Server thread/INFO]: [EasyShops]Looking for the server version...
1823[00:31:53] [Server thread/INFO]: [EasyShops]Server runing in the
1824[00:31:53] [Server thread/INFO]: [EasyShops]Village and Pillage Update
1825[00:31:53] [Server thread/INFO]: [EasyShops]Getting ready to avoid crashes
1826[00:31:53] [Server thread/INFO]: [EasyShops]Starting plugin (v:1.8.7.1b by Nemo_64)
1827[00:31:53] [Server thread/INFO]: [EasyShops]Registering events
1828[00:31:53] [Server thread/INFO]: [EasyShops]Registering commands
1829[00:31:53] [Server thread/INFO]: [EasyShops]Searching vault
1830[00:31:53] [Server thread/INFO]: [EasyShops]Vault found!
1831[00:31:55] [Server thread/INFO]: [EasyShops]All shops have been checked
1832[00:31:55] [Server thread/INFO]: [EasyShops]Checking shops
1833[00:31:55] [DiscordSRV - Initialization/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (75d61bc51d522e2b85320253dfc60bac0586d2d2)
1834[00:31:55] [DiscordSRV - Initialization/INFO]: [DiscordSRV] ===============================================================================
1835[00:31:55] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Need a server host? Try PebbleHost! Plans starting at $1/GB!
1836[00:31:55] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Use promo code "DISCORDSRV" at checkout for 15% off your first three bills!
1837[00:31:55] [DiscordSRV - Initialization/INFO]: [DiscordSRV] ===============================================================================
1838[00:31:56] [Server thread/INFO]: [EasyShops]Plugin started
1839[00:31:56] [Server thread/INFO]: [EasyShops]Starting bStats
1840[00:31:56] [Server thread/INFO]: [EasyShops]bStats started
1841[00:31:56] [Server thread/INFO]: [BitcubesCore] Enabling BitcubesCore v14
1842[00:31:56] [Server thread/INFO]: Bitcubes Core loading dependency's!
1843[00:31:56] [Server thread/INFO]: Bitcubes Core loading vault!
1844[00:31:56] [Server thread/INFO]: Bitcubes Core Creating Settings file
1845[00:31:56] [Server thread/INFO]: Bitcubes Core File exist already skipping...
1846[00:31:56] [Server thread/INFO]: Bitcubes Core registering events!
1847[00:31:56] [Server thread/INFO]: Bitcubes Core registering commands!
1848[00:31:56] [Server thread/INFO]: Bitcubes Core Checking Casino Data!
1849[00:31:56] [Server thread/INFO]: Bitcubes Core Casino Fully loaded!
1850[00:31:56] [Server thread/INFO]: Bitcubes Core enabled!
1851[00:31:57] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
1852[00:31:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv
1853[00:31:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
1854[00:31:57] [Server thread/INFO]: Done (70.266s)! For help, type "help"
1855[00:31:57] [Server thread/INFO]: Starting GS4 status listener
1856[00:31:57] [Server thread/INFO]: Starting remote control listener
1857[00:31:57] [Server thread/WARN]: No rcon password set in server.properties, rcon disabled!
1858[00:31:57] [Query Listener #1/INFO]: Query running on 0.0.0.0:25566
1859[00:31:57] [Server thread/INFO]: Timings Reset
1860[00:31:58] [Craft Scheduler Thread - 19/INFO]: [HideAndSeek] Top signs are being updated
1861[00:31:58] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
1862[00:31:58] [Craft Scheduler Thread - 16/INFO]: SkyBlock | Info: Fetching user information from island data. This may take a while...
1863[00:31:58] [Craft Scheduler Thread - 20/INFO]: [HideAndSeek] Created the winners map!
1864[00:31:58] [Craft Scheduler Thread - 16/INFO]: SkyBlock | Info: Finished fetching user information from island data.
1865[00:31:58] [Craft Scheduler Thread - 28/INFO]: [EasyShops]The config has been checked
1866[00:31:58] [Craft Scheduler Thread - 27/INFO]: [EasyShops]The messgaes has been checked
1867[00:31:58] [Craft Scheduler Thread - 26/INFO]: [EasyShops]The prices has been checked
1868[00:31:58] [Craft Scheduler Thread - 21/INFO]: [HideAndSeek] Looks like you have the latest version installed!
1869[00:31:58] [Craft Scheduler Thread - 16/INFO]: [EasyShops]Updated the files from 1.13 to 1.14
1870[00:31:58] [Server thread/INFO]: [PlotSquared] -------- PlotSquared Update Check --------
1871[00:31:58] [Server thread/INFO]: [PlotSquared] There appears to be a PlotSquared update available!
1872[00:31:58] [Server thread/INFO]: [PlotSquared] You are running version 4.353, the newest available version is 4.400
1873[00:31:58] [Server thread/INFO]: [PlotSquared] Update URL: https://ci.athion.net/job/PlotSquared-Releases/19/artifact/target/PlotSquared-Bukkit-4.400.jar
1874[00:31:58] [Server thread/INFO]: [PlotSquared] -------- PlotSquared Update Check --------
1875[00:31:58] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
1876[00:31:58] [Craft Scheduler Thread - 17/INFO]: [TowerDefense] Looks like you have the latest version installed!
1877[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Loading images...
1878[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image gps.png.
1879[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image elytrapad.png.
1880[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image ae2.png.
1881[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image premlob.png.
1882[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image map3.png.
1883[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image rewardroom.png.
1884[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image shop4.png.
1885[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image shop7.png.
1886[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image bcdefenderb.png.
1887[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image spawn1.png.
1888[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image bclc.png.
1889[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image map2.png.
1890[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image medbay.png.
1891[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image sellinfo.png.
1892[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image bunk.png.
1893[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image gated.png.
1894[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image shop3.png.
1895[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image gatec.png.
1896[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image premiumlob.png.
1897[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image bridge.png.
1898[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image gatea.png.
1899[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image spawn2.png.
1900[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image destx.png.
1901[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image creative.png.
1902[00:31:59] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
1903[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image shop2.png.
1904[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image shop5.png.
1905[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image storage.png.
1906[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image shop6.png.
1907[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image mgcs.png.
1908[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Bitcubes Gaming(191916015519531008)
1909[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rules-and-more(555449562727186453)
1910[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:news-and-announcements(464350144054296576)
1911[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:factorio-releases(464087918512963605)
1912[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rust-releases(442740009452306452)
1913[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:minecraft-releases(442738884615340072)
1914[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:maintenance-and-downtimes(570644807613939713)
1915[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:youtube-videos(462283532257984532)
1916[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:giveaways(555453688559435796)
1917[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:moderators(442731398365970432)
1918[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:player-report(473263528040595466)
1919[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:welcome-channel(442314562239463454)
1920[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:get-rank(537264548839817236)
1921[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general(442004478946967553)
1922[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:nsfw-content-18plus(555457266145427475)
1923[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:admin-files(592433191558840320)
1924[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general-chat(431734107538587658)
1925[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bicc-chat-uplink(575692595133546526)
1926[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:satisfactory-chat(557587576156979201)
1927[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rust-chat(480697119431327746)
1928[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:admins-talk(465614473831383060)
1929[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:voting-rust(465825697902886912)
1930[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:trans-log(442737788694167554)
1931[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:support-log(442736010112139284)
1932[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bugtracker-passthrough(465161953896169472)
1933[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mc-tickets(524642057940238336)
1934[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:other(555453272127963149)
1935[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bc-log(442015349869903872)
1936[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bicc-alert-system(575693514780966912)
1937[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bicc-backup-protocol(575706954433953802)
1938[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bc-market(431728672257605632)
1939[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bc-security(518049565728047124)
1940[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bc-security-comlog(518051737454641172)
1941[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rust-reports(543907534688223273)
1942[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rust-admin(543907764389281804)
1943[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel 575693514780966912
1944[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image bcherohall.png.
1945[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image skyblock.png.
1946[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image spawn5.png.
1947[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image shopping.png.
1948[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image vd.png.
1949[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image bclc2.png.
1950[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image premiumfarm.png.
1951[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image mapping.png.
1952[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image wbg.png.
1953[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image worldinfo.png.
1954[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image petstorage.png.
1955[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Not using JDBC, one of host/port/database was default
1956[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image astroid.png.
1957[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image spawn3.png.
1958[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image spawn4.png.
1959[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image gateb.png.
1960[00:31:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
1961[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image map1.png.
1962[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image shipwarp.png.
1963[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image deals.png.
1964[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image tech.png.
1965[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image bcsub.png.
1966[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image warninggate.png.
1967[00:31:59] [Craft Scheduler Thread - 10/INFO]: [PlaceholderAPI] 163 placeholder expansions are available on the cloud.
1968[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image skyblockas.png.
1969[00:31:59] [Craft Scheduler Thread - 10/INFO]: [PlaceholderAPI] 1 installed expansions have updates available.
1970[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image ibccerr.png.
1971[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image hideandseek.png.
1972[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image bsod.png.
1973[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image destno.png.
1974[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image bcdefender.png.
1975[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image shop1.png.
1976[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image survival.png.
1977[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image ae1.png.
1978[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded 59 image(s).
1979[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Loaded font Minecrafter.ttf.
1980[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Loading color cache table color_palette_v1_12_R1.bc...
1981[00:31:59] [Server thread/INFO]: [INFO] [BannerBoard] Connecting to skinrender.com with key ***********ORCMFD2...
1982[00:31:59] [Server thread/INFO]: Multiverse already knows about 'island_normal_world'!
1983[00:31:59] [Server thread/INFO]: Success! Property generator was set to FabledSkyBlock
1984[00:31:59] [Server thread/INFO]: Multiverse already knows about 'island_nether_world'!
1985[00:31:59] [Server thread/INFO]: Success! Property generator was set to FabledSkyBlock
1986[00:31:59] [Server thread/INFO]: Multiverse already knows about 'island_end_world'!
1987[00:31:59] [Server thread/INFO]: Success! Property generator was set to FabledSkyBlock
1988[00:32:00] [Server thread/INFO]: [SpigotLib] Starting TPSMeter...
1989[00:32:00] [Server thread/INFO]: [SpigotLib] Starting PlaceholderAPI hook...
1990[00:32:00] [Server thread/INFO]: [SpigotLib] Started SpigotLib 9.2 properly.
1991[00:32:00] [Server thread/INFO]: [Citizens] Loaded 2 NPCs.
1992[00:32:00] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.4.0
1993[00:32:00] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
1994[00:32:00] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/projects/holographic-displays
1995[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [1]
1996[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [2]
1997[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [3]
1998[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [4]
1999[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [5]
2000[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [6]
2001[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [9]
2002[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [13]
2003[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [14]
2004[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [15]
2005[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [16]
2006[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [17]
2007[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [18]
2008[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [19]
2009[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [20]
2010[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [21]
2011[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [22]
2012[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [23]
2013[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [24]
2014[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [25]
2015[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [26]
2016[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [27]
2017[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [28]
2018[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [31]
2019[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [32]
2020[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [33]
2021[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [34]
2022[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [35]
2023[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [37]
2024[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [38]
2025[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [41]
2026[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [47]
2027[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [48]
2028[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [49]
2029[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [50]
2030[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [51]
2031[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [52]
2032[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [53]
2033[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [55]
2034[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [56]
2035[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [57]
2036[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [58]
2037[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [59]
2038[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [60]
2039[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [61]
2040[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [62]
2041[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [63]
2042[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [64]
2043[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [66]
2044[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [67]
2045[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [68]
2046[00:32:00] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [69]
2047[00:32:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2048[00:32:01] [Craft Scheduler Thread - 15/INFO]: [GPS] A new update is available at:
2049[00:32:01] [Craft Scheduler Thread - 15/INFO]: https://www.spigotmc.org/resources/53672/updates
2050[00:32:03] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5024ms or 100 ticks behind
2051[00:32:04] [Server thread/INFO]: [TowerDefense] HolographicDisplays has been detected! HolographicDisplays features are now accessible..
2052[00:32:04] [Server thread/INFO]: [TowerDefense] Loaded 4 arena(s) and 1 join sign(s) and 16 tower(s) and 24 enemy and 4 boss(es) and 6 class(es) and 78 achievement(s) and 8 broadcaster message(s)
2053[00:32:04] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2054[00:32:04] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2055[00:32:04] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2056[00:32:04] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2057[00:32:04] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2058[00:32:06] [Server thread/INFO]: [HideAndSeek] Loaded 1 arena(s)!
2059[00:32:07] [Server thread/INFO]: Starting UUID caching
2060[00:32:07] [ForkJoinPool.commonPool-worker-3/INFO]: SLB >> An update for SuperLuckyBlock is available!
2061[00:32:07] [ForkJoinPool.commonPool-worker-3/INFO]: SLB >> Your version: 3.3.5
2062[00:32:07] [ForkJoinPool.commonPool-worker-3/INFO]: SLB >> Newest version: 3.3.6
2063[00:32:07] [ForkJoinPool.commonPool-worker-3/INFO]: SLB >> Please download it from: http://bit.ly/sprlckpro
2064[00:32:07] [Server thread/INFO]: [HideAndSeek] Couldn't find TitleManager, none of the titles will be loaded!
2065[00:32:08] [Server thread/INFO]: [EasyShops]Checking for updates...
2066[00:32:08] [Server thread/INFO]: [EasyShops]You have the plugin updated!
2067[00:32:08] [Craft Scheduler Thread - 18/INFO]: [P2] Starting player data caching for: world
2068[00:32:08] [Craft Scheduler Thread - 18/INFO]: Fast mode UUID caching enabled!
2069[00:32:08] [Craft Scheduler Thread - 18/INFO]: [P2] Cached a total of: 3 UUIDs
2070[00:32:13] [Server thread/INFO]: [KeepChunks] You are running the latest version.
2071[00:32:33] [Craft Scheduler Thread - 17/INFO]: [IFS] A new ItemFrameShops version (6.0.5) is available! Download at http://j.mp/ifshps
2072[00:33:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 18.48, 19.68, 19.89
2073[00:34:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 19.68, 19.89
2074[00:34:02] [Craft Scheduler Thread - 9/INFO]: [SongodaCore] Hooked FabledSkyBlock.
2075[00:34:02] [Craft Scheduler Thread - 9/INFO]: [SongodaCore] Hooked UltimateTimber.
2076[00:35:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 19.68, 19.89
2077[00:36:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 19.68, 19.89
2078[00:37:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 19.68, 19.89
2079[00:38:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 19.89
2080[00:39:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 19.89
2081[00:40:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 19.89
2082[00:41:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 19.89
2083[00:42:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 19.89
2084[00:42:02] [Craft Scheduler Thread - 15/INFO]: [TowerDefense] Players stats have been saved!
2085[00:43:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 19.89
2086[00:44:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 19.89
2087[00:45:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 19.89
2088[00:46:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 19.89
2089[00:47:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 19.89
2090[00:47:02] [Craft Scheduler Thread - 11/INFO]: [HideAndSeek] Players stats have been saved!
2091[00:47:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2092[00:47:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2093[00:47:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2094[00:47:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2095[00:47:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2096[00:48:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2097[00:49:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2098[00:50:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2099[00:51:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2100[00:52:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2101[00:52:02] [Craft Scheduler Thread - 35/INFO]: [TowerDefense] Players stats have been saved!
2102[00:52:03] [Craft Scheduler Thread - 34/INFO]: [HideAndSeek] Top signs are being updated
2103[00:53:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2104[00:54:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2105[00:55:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2106[00:56:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2107[00:57:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2108[00:58:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2109[00:59:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2110[01:00:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2111[01:01:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2112[01:02:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2113[01:02:02] [Craft Scheduler Thread - 35/INFO]: [HideAndSeek] Players stats have been saved!
2114[01:02:02] [Craft Scheduler Thread - 34/INFO]: [TowerDefense] Players stats have been saved!
2115[01:02:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2116[01:02:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2117[01:02:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2118[01:02:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2119[01:02:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2120[01:03:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2121[01:04:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2122[01:05:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2123[01:06:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2124[01:07:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2125[01:08:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2126[01:09:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2127[01:10:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2128[01:11:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2129[01:12:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2130[01:12:02] [Craft Scheduler Thread - 37/INFO]: [TowerDefense] Players stats have been saved!
2131[01:12:03] [Craft Scheduler Thread - 48/INFO]: [HideAndSeek] Top signs are being updated
2132[01:13:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2133[01:14:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2134[01:15:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2135[01:16:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2136[01:17:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2137[01:17:02] [Craft Scheduler Thread - 48/INFO]: [HideAndSeek] Players stats have been saved!
2138[01:17:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2139[01:17:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2140[01:17:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2141[01:17:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2142[01:17:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2143[01:18:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2144[01:19:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2145[01:20:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2146[01:21:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2147[01:22:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2148[01:22:02] [Craft Scheduler Thread - 53/INFO]: [TowerDefense] Players stats have been saved!
2149[01:23:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2150[01:24:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2151[01:25:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2152[01:26:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2153[01:27:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2154[01:28:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2155[01:29:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2156[01:30:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2157[01:31:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2158[01:32:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2159[01:32:02] [Craft Scheduler Thread - 55/INFO]: [HideAndSeek] Players stats have been saved!
2160[01:32:02] [Craft Scheduler Thread - 62/INFO]: [TowerDefense] Players stats have been saved!
2161[01:32:02] [Craft Scheduler Thread - 35/INFO]: [HideAndSeek] Top signs are being updated
2162[01:32:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2163[01:32:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2164[01:32:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2165[01:32:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2166[01:32:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2167[01:33:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2168[01:34:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2169[01:35:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2170[01:36:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2171[01:37:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2172[01:38:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2173[01:39:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2174[01:40:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2175[01:41:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2176[01:42:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2177[01:42:02] [Craft Scheduler Thread - 60/INFO]: [TowerDefense] Players stats have been saved!
2178[01:43:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2179[01:44:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2180[01:45:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2181[01:46:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2182[01:47:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2183[01:47:02] [Craft Scheduler Thread - 63/INFO]: [HideAndSeek] Players stats have been saved!
2184[01:47:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2185[01:47:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2186[01:47:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2187[01:47:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2188[01:47:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2189[01:48:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2190[01:49:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2191[01:50:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2192[01:51:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2193[01:52:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2194[01:52:02] [Craft Scheduler Thread - 75/INFO]: [TowerDefense] Players stats have been saved!
2195[01:52:03] [Craft Scheduler Thread - 67/INFO]: [HideAndSeek] Top signs are being updated
2196[01:53:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2197[01:54:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2198[01:55:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2199[01:56:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2200[01:57:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2201[01:58:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2202[01:59:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2203[02:00:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2204[02:01:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2205[02:02:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2206[02:02:02] [Craft Scheduler Thread - 67/INFO]: [TowerDefense] Players stats have been saved!
2207[02:02:02] [Craft Scheduler Thread - 70/INFO]: [HideAndSeek] Players stats have been saved!
2208[02:02:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2209[02:02:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2210[02:02:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2211[02:02:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2212[02:02:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2213[02:03:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2214[02:04:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2215[02:05:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2216[02:06:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2217[02:07:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2218[02:08:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2219[02:09:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2220[02:10:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2221[02:11:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2222[02:12:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2223[02:12:02] [Craft Scheduler Thread - 81/INFO]: [TowerDefense] Players stats have been saved!
2224[02:12:03] [Craft Scheduler Thread - 80/INFO]: [HideAndSeek] Top signs are being updated
2225[02:13:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2226[02:14:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2227[02:15:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2228[02:16:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2229[02:17:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2230[02:17:02] [Craft Scheduler Thread - 78/INFO]: [HideAndSeek] Players stats have been saved!
2231[02:17:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2232[02:17:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2233[02:17:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2234[02:17:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2235[02:17:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2236[02:18:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2237[02:19:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2238[02:20:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2239[02:21:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2240[02:22:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2241[02:22:02] [Craft Scheduler Thread - 83/INFO]: [TowerDefense] Players stats have been saved!
2242[02:23:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2243[02:24:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2244[02:25:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2245[02:26:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2246[02:27:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2247[02:28:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2248[02:29:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2249[02:30:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2250[02:31:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2251[02:32:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2252[02:32:02] [Craft Scheduler Thread - 85/INFO]: [TowerDefense] Players stats have been saved!
2253[02:32:02] [Craft Scheduler Thread - 91/INFO]: [HideAndSeek] Players stats have been saved!
2254[02:32:03] [Craft Scheduler Thread - 86/INFO]: [HideAndSeek] Top signs are being updated
2255[02:32:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2256[02:32:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2257[02:32:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2258[02:32:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2259[02:32:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2260[02:33:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2261[02:34:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2262[02:35:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2263[02:36:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2264[02:37:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2265[02:38:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2266[02:39:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2267[02:40:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2268[02:41:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2269[02:42:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2270[02:42:02] [Craft Scheduler Thread - 90/INFO]: [TowerDefense] Players stats have been saved!
2271[02:43:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2272[02:44:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2273[02:45:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2274[02:46:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2275[02:47:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2276[02:47:02] [Craft Scheduler Thread - 99/INFO]: [HideAndSeek] Players stats have been saved!
2277[02:47:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2278[02:47:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2279[02:47:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2280[02:47:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2281[02:47:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2282[02:48:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2283[02:49:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2284[02:50:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2285[02:51:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2286[02:52:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2287[02:52:02] [Craft Scheduler Thread - 94/INFO]: [TowerDefense] Players stats have been saved!
2288[02:52:03] [Craft Scheduler Thread - 97/INFO]: [HideAndSeek] Top signs are being updated
2289[02:53:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2290[02:54:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2291[02:55:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2292[02:56:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2293[02:57:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2294[02:58:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2295[02:59:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2296[03:00:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2297[03:01:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2298[03:02:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2299[03:02:02] [Craft Scheduler Thread - 100/INFO]: [HideAndSeek] Players stats have been saved!
2300[03:02:02] [Craft Scheduler Thread - 109/INFO]: [TowerDefense] Players stats have been saved!
2301[03:02:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2302[03:02:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2303[03:02:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2304[03:02:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2305[03:02:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2306[03:03:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2307[03:04:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2308[03:05:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2309[03:06:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2310[03:07:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2311[03:08:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2312[03:09:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2313[03:10:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2314[03:11:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2315[03:12:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2316[03:12:02] [Craft Scheduler Thread - 108/INFO]: [TowerDefense] Players stats have been saved!
2317[03:12:03] [Craft Scheduler Thread - 116/INFO]: [HideAndSeek] Top signs are being updated
2318[03:13:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2319[03:14:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2320[03:15:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2321[03:16:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2322[03:17:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2323[03:17:02] [Craft Scheduler Thread - 108/INFO]: [HideAndSeek] Players stats have been saved!
2324[03:17:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2325[03:17:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2326[03:17:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2327[03:17:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2328[03:17:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2329[03:18:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2330[03:19:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2331[03:20:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2332[03:21:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2333[03:22:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2334[03:22:02] [Craft Scheduler Thread - 100/INFO]: [TowerDefense] Players stats have been saved!
2335[03:23:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2336[03:24:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2337[03:25:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2338[03:26:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2339[03:27:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2340[03:28:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2341[03:29:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2342[03:30:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2343[03:31:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2344[03:32:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2345[03:32:02] [Craft Scheduler Thread - 119/INFO]: [HideAndSeek] Players stats have been saved!
2346[03:32:02] [Craft Scheduler Thread - 129/INFO]: [TowerDefense] Players stats have been saved!
2347[03:32:03] [Craft Scheduler Thread - 127/INFO]: [HideAndSeek] Top signs are being updated
2348[03:32:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2349[03:32:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2350[03:32:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2351[03:32:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2352[03:32:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2353[03:32:12] [Server thread/INFO]: [KeepChunks] You are running the latest version.
2354[03:33:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2355[03:34:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2356[03:35:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2357[03:36:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2358[03:37:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2359[03:38:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2360[03:39:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2361[03:40:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2362[03:41:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2363[03:42:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2364[03:42:02] [Craft Scheduler Thread - 132/INFO]: [TowerDefense] Players stats have been saved!
2365[03:43:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2366[03:44:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2367[03:45:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2368[03:46:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2369[03:47:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2370[03:47:02] [Craft Scheduler Thread - 135/INFO]: [HideAndSeek] Players stats have been saved!
2371[03:47:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2372[03:47:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2373[03:47:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2374[03:47:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2375[03:47:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2376[03:48:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2377[03:49:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2378[03:50:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2379[03:51:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2380[03:52:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2381[03:52:02] [Craft Scheduler Thread - 130/INFO]: [TowerDefense] Players stats have been saved!
2382[03:52:03] [Craft Scheduler Thread - 130/INFO]: [HideAndSeek] Top signs are being updated
2383[03:53:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2384[03:54:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2385[03:55:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2386[03:56:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2387[03:57:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2388[03:58:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2389[03:59:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2390[04:00:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2391[04:01:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2392[04:02:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2393[04:02:02] [Craft Scheduler Thread - 130/INFO]: [TowerDefense] Players stats have been saved!
2394[04:02:02] [Craft Scheduler Thread - 132/INFO]: [HideAndSeek] Players stats have been saved!
2395[04:02:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2396[04:02:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2397[04:02:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2398[04:02:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2399[04:02:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2400[04:03:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2401[04:04:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2402[04:05:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2403[04:06:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2404[04:07:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2405[04:08:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2406[04:09:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2407[04:10:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2408[04:11:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2409[04:12:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2410[04:12:02] [Craft Scheduler Thread - 147/INFO]: [TowerDefense] Players stats have been saved!
2411[04:12:03] [Craft Scheduler Thread - 144/INFO]: [HideAndSeek] Top signs are being updated
2412[04:13:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2413[04:14:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2414[04:15:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2415[04:16:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2416[04:17:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2417[04:17:02] [Craft Scheduler Thread - 148/INFO]: [HideAndSeek] Players stats have been saved!
2418[04:17:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2419[04:17:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2420[04:17:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2421[04:17:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2422[04:17:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2423[04:18:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2424[04:19:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2425[04:20:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2426[04:21:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2427[04:22:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2428[04:22:02] [Craft Scheduler Thread - 147/INFO]: [TowerDefense] Players stats have been saved!
2429[04:23:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2430[04:24:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2431[04:25:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2432[04:26:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2433[04:27:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2434[04:28:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2435[04:29:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2436[04:30:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2437[04:31:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2438[04:32:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2439[04:32:02] [Craft Scheduler Thread - 161/INFO]: [HideAndSeek] Players stats have been saved!
2440[04:32:02] [Craft Scheduler Thread - 156/INFO]: [TowerDefense] Players stats have been saved!
2441[04:32:03] [Craft Scheduler Thread - 156/INFO]: [HideAndSeek] Top signs are being updated
2442[04:32:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2443[04:32:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2444[04:32:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2445[04:32:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2446[04:32:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2447[04:33:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2448[04:34:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2449[04:35:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2450[04:36:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2451[04:37:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2452[04:38:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2453[04:39:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2454[04:40:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2455[04:41:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2456[04:42:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2457[04:42:02] [Craft Scheduler Thread - 164/INFO]: [TowerDefense] Players stats have been saved!
2458[04:43:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2459[04:44:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2460[04:45:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2461[04:46:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2462[04:47:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2463[04:47:02] [Craft Scheduler Thread - 165/INFO]: [HideAndSeek] Players stats have been saved!
2464[04:47:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2465[04:47:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2466[04:47:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2467[04:47:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2468[04:47:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2469[04:48:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2470[04:49:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2471[04:50:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2472[04:51:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2473[04:52:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2474[04:52:02] [Craft Scheduler Thread - 177/INFO]: [TowerDefense] Players stats have been saved!
2475[04:52:03] [Craft Scheduler Thread - 177/INFO]: [HideAndSeek] Top signs are being updated
2476[04:53:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2477[04:54:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2478[04:55:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2479[04:56:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2480[04:57:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2481[04:58:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2482[04:59:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2483[05:00:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2484[05:01:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2485[05:02:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2486[05:02:02] [Craft Scheduler Thread - 173/INFO]: [HideAndSeek] Players stats have been saved!
2487[05:02:02] [Craft Scheduler Thread - 172/INFO]: [TowerDefense] Players stats have been saved!
2488[05:02:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2489[05:02:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2490[05:02:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2491[05:02:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2492[05:02:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2493[05:03:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2494[05:04:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2495[05:05:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2496[05:06:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2497[05:07:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2498[05:08:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2499[05:09:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2500[05:10:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2501[05:11:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2502[05:12:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2503[05:12:02] [Craft Scheduler Thread - 183/INFO]: [TowerDefense] Players stats have been saved!
2504[05:12:03] [Craft Scheduler Thread - 181/INFO]: [HideAndSeek] Top signs are being updated
2505[05:13:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2506[05:14:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2507[05:15:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2508[05:16:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2509[05:17:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2510[05:17:02] [Craft Scheduler Thread - 177/INFO]: [HideAndSeek] Players stats have been saved!
2511[05:17:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2512[05:17:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2513[05:17:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2514[05:17:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2515[05:17:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2516[05:18:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2517[05:19:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2518[05:20:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2519[05:21:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2520[05:22:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2521[05:22:02] [Craft Scheduler Thread - 172/INFO]: [TowerDefense] Players stats have been saved!
2522[05:23:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2523[05:24:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2524[05:25:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2525[05:26:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2526[05:27:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2527[05:28:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2528[05:29:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2529[05:30:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2530[05:31:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2531[05:32:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2532[05:32:02] [Craft Scheduler Thread - 193/INFO]: [TowerDefense] Players stats have been saved!
2533[05:32:02] [Craft Scheduler Thread - 193/INFO]: [HideAndSeek] Players stats have been saved!
2534[05:32:03] [Craft Scheduler Thread - 172/INFO]: [HideAndSeek] Top signs are being updated
2535[05:32:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2536[05:32:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2537[05:32:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2538[05:32:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2539[05:32:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2540[05:33:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2541[05:34:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2542[05:35:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2543[05:36:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2544[05:37:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2545[05:38:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2546[05:39:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2547[05:40:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2548[05:41:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2549[05:42:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2550[05:42:02] [Craft Scheduler Thread - 153/INFO]: [TowerDefense] Players stats have been saved!
2551[05:43:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2552[05:44:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2553[05:45:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2554[05:46:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2555[05:47:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2556[05:47:02] [Craft Scheduler Thread - 172/INFO]: [HideAndSeek] Players stats have been saved!
2557[05:47:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2558[05:47:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2559[05:47:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2560[05:47:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2561[05:47:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2562[05:48:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2563[05:49:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2564[05:50:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2565[05:51:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2566[05:52:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2567[05:52:02] [Craft Scheduler Thread - 172/INFO]: [TowerDefense] Players stats have been saved!
2568[05:52:03] [Craft Scheduler Thread - 172/INFO]: [HideAndSeek] Top signs are being updated
2569[05:53:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2570[05:54:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2571[05:55:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2572[05:56:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2573[05:57:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2574[05:58:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2575[05:59:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2576[06:00:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2577[06:01:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2578[06:02:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2579[06:02:02] [Craft Scheduler Thread - 187/INFO]: [HideAndSeek] Players stats have been saved!
2580[06:02:02] [Craft Scheduler Thread - 192/INFO]: [TowerDefense] Players stats have been saved!
2581[06:02:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2582[06:02:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2583[06:02:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2584[06:02:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2585[06:02:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2586[06:03:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2587[06:04:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2588[06:05:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2589[06:06:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2590[06:07:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2591[06:08:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2592[06:09:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2593[06:10:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2594[06:11:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2595[06:12:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2596[06:12:02] [Craft Scheduler Thread - 216/INFO]: [TowerDefense] Players stats have been saved!
2597[06:12:03] [Craft Scheduler Thread - 215/INFO]: [HideAndSeek] Top signs are being updated
2598[06:13:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2599[06:14:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2600[06:15:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2601[06:16:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2602[06:17:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2603[06:17:02] [Craft Scheduler Thread - 172/INFO]: [HideAndSeek] Players stats have been saved!
2604[06:17:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2605[06:17:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2606[06:17:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2607[06:17:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2608[06:17:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2609[06:18:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2610[06:19:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2611[06:20:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2612[06:21:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2613[06:22:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2614[06:22:02] [Craft Scheduler Thread - 211/INFO]: [TowerDefense] Players stats have been saved!
2615[06:23:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2616[06:24:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2617[06:25:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2618[06:26:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2619[06:27:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2620[06:28:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2621[06:29:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2622[06:30:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2623[06:31:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2624[06:32:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2625[06:32:02] [Craft Scheduler Thread - 227/INFO]: [TowerDefense] Players stats have been saved!
2626[06:32:02] [Craft Scheduler Thread - 224/INFO]: [HideAndSeek] Players stats have been saved!
2627[06:32:03] [Craft Scheduler Thread - 219/INFO]: [HideAndSeek] Top signs are being updated
2628[06:32:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2629[06:32:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2630[06:32:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2631[06:32:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2632[06:32:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2633[06:32:12] [Server thread/INFO]: [KeepChunks] You are running the latest version.
2634[06:33:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2635[06:34:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2636[06:35:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2637[06:36:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2638[06:37:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2639[06:38:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2640[06:39:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2641[06:40:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2642[06:41:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2643[06:42:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2644[06:42:02] [Craft Scheduler Thread - 224/INFO]: [TowerDefense] Players stats have been saved!
2645[06:43:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2646[06:44:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2647[06:45:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2648[06:46:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2649[06:47:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2650[06:47:02] [Craft Scheduler Thread - 233/INFO]: [HideAndSeek] Players stats have been saved!
2651[06:47:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2652[06:47:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2653[06:47:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2654[06:47:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2655[06:47:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2656[06:48:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2657[06:49:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2658[06:50:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2659[06:51:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2660[06:52:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2661[06:52:02] [Craft Scheduler Thread - 215/INFO]: [TowerDefense] Players stats have been saved!
2662[06:52:03] [Craft Scheduler Thread - 222/INFO]: [HideAndSeek] Top signs are being updated
2663[06:53:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2664[06:54:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2665[06:55:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2666[06:56:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2667[06:57:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2668[06:58:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2669[06:59:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2670[07:00:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2671[07:01:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2672[07:02:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2673[07:02:02] [Craft Scheduler Thread - 239/INFO]: [HideAndSeek] Players stats have been saved!
2674[07:02:02] [Craft Scheduler Thread - 240/INFO]: [TowerDefense] Players stats have been saved!
2675[07:02:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2676[07:02:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2677[07:02:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2678[07:02:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2679[07:02:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2680[07:03:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2681[07:04:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2682[07:05:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2683[07:06:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2684[07:07:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2685[07:08:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2686[07:09:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2687[07:10:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2688[07:11:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2689[07:12:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2690[07:12:02] [Craft Scheduler Thread - 256/INFO]: [TowerDefense] Players stats have been saved!
2691[07:12:03] [Craft Scheduler Thread - 251/INFO]: [HideAndSeek] Top signs are being updated
2692[07:13:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2693[07:14:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2694[07:15:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2695[07:16:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2696[07:17:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2697[07:17:02] [Craft Scheduler Thread - 256/INFO]: [HideAndSeek] Players stats have been saved!
2698[07:17:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2699[07:17:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2700[07:17:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2701[07:17:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2702[07:17:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2703[07:18:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2704[07:19:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2705[07:20:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2706[07:21:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2707[07:22:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2708[07:22:02] [Craft Scheduler Thread - 250/INFO]: [TowerDefense] Players stats have been saved!
2709[07:23:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2710[07:24:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2711[07:25:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2712[07:26:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2713[07:27:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2714[07:28:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2715[07:29:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2716[07:30:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2717[07:31:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2718[07:32:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2719[07:32:02] [Craft Scheduler Thread - 272/INFO]: [HideAndSeek] Players stats have been saved!
2720[07:32:02] [Craft Scheduler Thread - 268/INFO]: [TowerDefense] Players stats have been saved!
2721[07:32:02] [Craft Scheduler Thread - 274/INFO]: [HideAndSeek] Top signs are being updated
2722[07:32:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2723[07:32:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2724[07:32:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2725[07:32:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2726[07:32:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2727[07:33:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2728[07:34:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2729[07:35:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2730[07:36:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2731[07:37:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2732[07:38:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2733[07:39:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2734[07:40:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2735[07:41:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2736[07:42:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2737[07:42:02] [Craft Scheduler Thread - 285/INFO]: [TowerDefense] Players stats have been saved!
2738[07:43:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2739[07:44:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2740[07:45:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2741[07:46:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2742[07:47:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2743[07:47:02] [Craft Scheduler Thread - 289/INFO]: [HideAndSeek] Players stats have been saved!
2744[07:47:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2745[07:47:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2746[07:47:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2747[07:47:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2748[07:47:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2749[07:48:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2750[07:49:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2751[07:50:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2752[07:51:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2753[07:52:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2754[07:52:02] [Craft Scheduler Thread - 276/INFO]: [TowerDefense] Players stats have been saved!
2755[07:52:03] [Craft Scheduler Thread - 290/INFO]: [HideAndSeek] Top signs are being updated
2756[07:53:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2757[07:54:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2758[07:55:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2759[07:56:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2760[07:57:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2761[07:58:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2762[07:59:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2763[08:00:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2764[08:01:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2765[08:02:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2766[08:02:02] [Craft Scheduler Thread - 303/INFO]: [HideAndSeek] Players stats have been saved!
2767[08:02:02] [Craft Scheduler Thread - 297/INFO]: [TowerDefense] Players stats have been saved!
2768[08:02:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2769[08:02:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2770[08:02:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2771[08:02:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2772[08:02:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2773[08:03:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2774[08:04:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2775[08:05:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2776[08:06:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2777[08:07:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2778[08:08:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2779[08:09:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2780[08:10:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2781[08:11:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2782[08:12:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2783[08:12:02] [Craft Scheduler Thread - 307/INFO]: [TowerDefense] Players stats have been saved!
2784[08:12:02] [Craft Scheduler Thread - 298/INFO]: [HideAndSeek] Top signs are being updated
2785[08:13:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2786[08:14:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2787[08:15:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2788[08:16:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2789[08:17:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2790[08:17:02] [Craft Scheduler Thread - 302/INFO]: [HideAndSeek] Players stats have been saved!
2791[08:17:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2792[08:17:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2793[08:17:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2794[08:17:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2795[08:17:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2796[08:18:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2797[08:19:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2798[08:20:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2799[08:21:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2800[08:22:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2801[08:22:02] [Craft Scheduler Thread - 302/INFO]: [TowerDefense] Players stats have been saved!
2802[08:23:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2803[08:24:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2804[08:25:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2805[08:26:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2806[08:27:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2807[08:28:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2808[08:29:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2809[08:30:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2810[08:31:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, *20.0
2811[08:32:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2812[08:32:02] [Craft Scheduler Thread - 321/INFO]: [TowerDefense] Players stats have been saved!
2813[08:32:02] [Craft Scheduler Thread - 311/INFO]: [HideAndSeek] Players stats have been saved!
2814[08:32:03] [Craft Scheduler Thread - 325/INFO]: [HideAndSeek] Top signs are being updated
2815[08:32:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2816[08:32:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2817[08:32:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2818[08:32:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2819[08:32:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2820[08:33:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2821[08:34:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2822[08:35:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2823[08:36:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2824[08:37:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2825[08:38:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2826[08:39:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2827[08:40:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2828[08:41:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2829[08:42:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2830[08:42:02] [Craft Scheduler Thread - 311/INFO]: [TowerDefense] Players stats have been saved!
2831[08:43:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2832[08:44:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2833[08:45:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2834[08:46:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, 20.0
2835[08:47:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2836[08:47:02] [Craft Scheduler Thread - 336/INFO]: [HideAndSeek] Players stats have been saved!
2837[08:47:03] [Server thread/INFO]: [AdvancedMobArena/INFO] Auto-save: Saved 0 online users | 0 offline users.
2838[08:47:03] [Server thread/INFO]: [TowerDefense] Updating leaderboards...
2839[08:47:03] [Server thread/INFO]: [TowerDefense] Couldn't find any valid top sign to update!
2840[08:47:03] [Server thread/INFO]: [TowerDefense] Updating the Holographic leaderboard...
2841[08:47:03] [Server thread/INFO]: [TowerDefense] Leaderboards were updated!
2842[08:48:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2843[08:49:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2844[08:50:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2845[08:51:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2846[08:52:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2847[08:52:02] [Craft Scheduler Thread - 340/INFO]: [TowerDefense] Players stats have been saved!
2848[08:52:03] [Craft Scheduler Thread - 338/INFO]: [HideAndSeek] Top signs are being updated
2849[08:53:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
2850[08:54:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, 20.0
2851[08:55:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2852[08:55:59] [User Authenticator #2/INFO]: UUID of player mmuziek is a43e151b-3dae-4521-82d6-c1e8848e1964
2853[08:56:00] [Server thread/INFO]: [IPWhitelist] Player mmuziek is connecting with IP : /127.0.0.1
2854[08:56:02] [Server thread/INFO]: DR : mmuziek
2855[08:56:02] [Server thread/INFO]: DRC : ccrate give physical dailyreward 1 {PLAYER}
2856[08:56:02] [Server thread/INFO]: DRCP : ccrate give physical dailyreward 1 mmuziek
2857[08:56:02] [Server thread/INFO]: DRT : 20191120/20191121
2858[08:56:02] [Server thread/INFO]: [CrazyCrates]: You have given mmuziek 1 Keys.
2859[08:56:02] [Server thread/WARN]: [DiscordSRV] Could not set nickname for MB:MMUZIEK(U:mmuziek(120921230785249280) / G:Bitcubes Gaming(191916015519531008)) because "Can't modify a member with higher or equal highest role than yourself!"
2860[08:56:02] [Server thread/INFO]: mmuziek[/77.248.145.24:57719] logged in with entity id 7535 at ([lobby]-201.14513821575514, 29.0, 313.48974266105733)
2861[08:56:02] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, *20.0
2862[08:56:03] [Thread-5840/INFO]: [Bank] Unable to load a43e151b-3dae-4521-82d6-c1e8848e1964 with MySQLLoader, locked
2863[08:56:19] [Server thread/INFO]: mmuziek issued server command: /gm 1
2864[08:56:31] [Server thread/INFO]: mmuziek issued server command: /npc select
2865[08:56:42] [Server thread/INFO]: mmuziek issued server command: /trait add mypet-shop
2866[08:57:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, 20.0, *20.0
2867[08:57:18] [Server thread/INFO]: mmuziek issued server command: /mypet v
2868[08:57:27] [Server thread/INFO]: mmuziek issued server command: /mypet
2869[08:58:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, *20.0, 20.0
2870[08:58:05] [Server thread/INFO]: mmuziek issued server command: /petadmin build
2871[08:59:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
2872[08:59:13] [Server thread/INFO]: mmuziek issued server command: /gm 3
2873[08:59:16] [Server thread/INFO]: mmuziek issued server command: /gm 1
2874[09:00:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0