· 5 years ago · Dec 21, 2020, 06:24 PM
1[18:04:34] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
2[18:04:34] [main/INFO]: Reloading ResourceManager: Default, bukkit
3[18:04:35] [Worker-Main-3/INFO]: Loaded 7 recipes
4[18:04:35] [Server thread/INFO]: Starting minecraft server version 1.16.4
5[18:04:35] [Server thread/INFO]: Loading properties
6[18:04:35] [Server thread/INFO]: This server is running Paper version git-Paper-256 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
7[18:04:35] [Server thread/INFO]: Server Ping Player Sample Count: 12
8[18:04:35] [Server thread/INFO]: Using 4 threads for Netty based IO
9[18:04:35] [Server thread/INFO]: Debug logging is disabled
10[18:04:35] [Server thread/INFO]: Default game type: SURVIVAL
11[18:04:35] [Server thread/INFO]: Generating keypair
12[18:04:35] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
13[18:04:35] [Server thread/INFO]: Using epoll channel type
14[18:04:36] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
15[18:04:38] [Server thread/WARN]: Legacy plugin MultiverseHub v1.0 does not specify an api-version.
16[18:04:38] [Server thread/WARN]: Legacy plugin WorldResetPlus v1.0.7 does not specify an api-version.
17[18:04:38] [Server thread/WARN]: Legacy plugin AdvancedSetSpawn v1.4.2 does not specify an api-version.
18[18:04:38] [Server thread/ERROR]: Could not load 'plugins/AdvancedSetSpawn_v1.4.2.jar' in folder 'plugins'
19org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: No enum constant org.bukkit.Sound.LEVEL_UP
20 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:141) ~[patched_1.16.4.jar:git-Paper-256]
21 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[patched_1.16.4.jar:git-Paper-256]
22 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:305) ~[patched_1.16.4.jar:git-Paper-256]
23 at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:389) ~[patched_1.16.4.jar:git-Paper-256]
24 at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:206) ~[patched_1.16.4.jar:git-Paper-256]
25 at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.4.jar:git-Paper-256]
26 at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.4.jar:git-Paper-256]
27 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
28Caused by: java.lang.IllegalArgumentException: No enum constant org.bukkit.Sound.LEVEL_UP
29 at java.lang.Enum.valueOf(Enum.java:238) ~[?:1.8.0_265]
30 at org.bukkit.Sound.valueOf(Sound.java:11) ~[patched_1.16.4.jar:git-Paper-256]
31 at lirosq.asetspawn.ASetSpawn.<init>(ASetSpawn.java:55) ~[?:?]
32 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_265]
33 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_265]
34 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_265]
35 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_265]
36 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_265]
37 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:80) ~[patched_1.16.4.jar:git-Paper-256]
38 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.4.jar:git-Paper-256]
39 ... 7 more
40[18:04:38] [Server thread/ERROR]: Could not load 'plugins/CommandNPC-1.9.1.jar' in folder 'plugins'
41org.bukkit.plugin.UnknownDependencyException: Unknown dependency Citizens. Please download and install Citizens to run this plugin.
42 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:272) ~[patched_1.16.4.jar:git-Paper-256]
43 at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:389) ~[patched_1.16.4.jar:git-Paper-256]
44 at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:206) ~[patched_1.16.4.jar:git-Paper-256]
45 at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.4.jar:git-Paper-256]
46 at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.4.jar:git-Paper-256]
47 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
48[18:04:38] [Server thread/WARN]: Legacy plugin TabName v2.0 does not specify an api-version.
49[18:04:38] [Server thread/WARN]: Legacy plugin TownyMail v1.0 does not specify an api-version.
50[18:04:38] [Server thread/WARN]: Legacy plugin AcceptTheRules v3.0 does not specify an api-version.
51[18:04:38] [Server thread/WARN]: Legacy plugin DisableJoinMessage v1.0 does not specify an api-version.
52[18:04:38] [Server thread/WARN]: Legacy plugin CommandCooldown v2.1.1 does not specify an api-version.
53[18:04:38] [Server thread/WARN]: Legacy plugin PingAPI v1.3.3 does not specify an api-version.
54[18:04:38] [Server thread/WARN]: Legacy plugin AnimatedMOTD v1.3.0 does not specify an api-version.
55[18:04:38] [Server thread/WARN]: Legacy plugin dynmap v3.1-beta5-431 does not specify an api-version.
56[18:04:38] [Server thread/WARN]: Legacy plugin ChangeSkin v3.0 does not specify an api-version.
57[18:04:39] [Server thread/INFO]: [MultiverseHub] Loading MultiverseHub v1.0
58[18:04:39] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9
59[18:04:39] [Server thread/INFO]: [Lift] Loading Lift v70
60[18:04:39] [Server thread/INFO]: [WorldResetPlus] Loading WorldResetPlus v1.0.7
61[18:04:39] [Server thread/INFO]: [TabName] Loading TabName v2.0
62[18:04:39] [Server thread/INFO]: [TownyMail] Loading TownyMail v1.0
63[18:04:39] [Server thread/INFO]: [ATR] Loading AcceptTheRules v3.0
64[18:04:39] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.1.5
65[18:04:39] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.0
66[18:04:39] [Server thread/INFO]: [DisableJoinMessage] Loading DisableJoinMessage v1.0
67[18:04:39] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.1
68[18:04:39] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.16.4) has not yet been tested! Proceed with caution.
69[18:04:39] [Server thread/INFO]: [MineConnect] Loading MineConnect v0.3.2
70[18:04:39] [Server thread/INFO]: [ImageOnMap] Loading ImageOnMap v4.0
71[18:04:39] [Server thread/INFO]: [SystemProperties] Loading SystemProperties v1.03
72[18:04:39] [Server thread/INFO]: [CommandCooldown] Loading CommandCooldown v2.1.1
73[18:04:39] [Server thread/INFO]: [PingAPI] Loading PingAPI v1.3.3
74[18:04:39] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
75[18:04:39] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.9 (Phoenix)
76[18:04:39] [Server thread/INFO]: [AnimatedMOTD] Loading AnimatedMOTD v1.3.0
77[18:04:39] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.5
78[18:04:39] [Server thread/INFO]: [dynmap] Loading dynmap v3.1-beta5-431
79[18:04:39] [Server thread/INFO]: [dynmap] version=git-Paper-256 (MC: 1.16.4)
80[18:04:39] [Server thread/INFO]: [dynmap] Mod Support API available
81[18:04:39] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.0+a51fa43
82[18:04:39] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@435711bc]
83[18:04:39] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.2.0
84[18:04:39] [Server thread/INFO]: [MineableSpawners] Loading MineableSpawners v3.0.11
85[18:04:39] [Server thread/INFO]: [ChangeSkin] Loading ChangeSkin v3.0
86[18:04:39] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
87[18:04:39] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.2.2-b812
88[18:04:39] [Server thread/INFO]: [HomeGUI] Loading HomeGUI v1.4
89[18:04:39] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.18.2.0
90[18:04:39] [Server thread/INFO]: [Lottery] Loading Lottery v1.4.3
91[18:04:39] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.2.1-b834
92[18:04:39] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.2.0
93[18:04:39] [Server thread/INFO]: [HolographicExtension] Loading HolographicExtension v1.10.9
94[18:04:39] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4+f7ff984
95[18:04:39] [Server thread/INFO]: [BetterSleeping3] Loading BetterSleeping3 v3.0.4
96[18:04:39] [Server thread/INFO]: [TabList] Loading TabList v5.5.0
97[18:04:39] [Server thread/INFO]: [Multiverse-SignPortals] Loading Multiverse-SignPortals v4.2.0-b762
98[18:04:39] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.18.2.0
99[18:04:39] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.18.2.0
100[18:04:39] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v4.2.1-b786
101[18:04:39] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.18.2.0
102[18:04:39] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v19.3
103[18:04:39] [Server thread/INFO]: [Skript] Loading Skript v2.5.3
104[18:04:39] [Server thread/INFO]: [Towny] Loading Towny v0.96.5.0
105[18:04:39] [Server thread/INFO]: [Jobs] Loading Jobs v4.16.3
106[18:04:39] [Server thread/INFO]: [SkQuery] Loading SkQuery v4.1.4
107[18:04:39] [Server thread/INFO]: [UltimateShops] Loading UltimateShops v2.0.7
108[18:04:39] [Server thread/INFO]: [TownyChat] Loading TownyChat v0.84
109[18:04:39] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.12.0
110[18:04:39] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (131 ms)
111[18:04:39] [Server thread/INFO]: [Shopkeepers] Loading config.
112[18:04:39] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
113[18:04:39] [Server thread/INFO]: [Shopkeepers] Registering defaults.
114[18:04:39] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.21.0
115[18:04:39] [Server thread/INFO]: [Dynmap-Meets-Towny] Loading Dynmap-Meets-Towny v0.5
116[18:04:39] [Server thread/WARN]: [Dynmap-Meets-Towny] Could not save home.png to plugins/Dynmap-Meets-Towny/markers/home.png because home.png already exists.
117[18:04:39] [Server thread/WARN]: [Dynmap-Meets-Towny] Could not save capital.png to plugins/Dynmap-Meets-Towny/markers/capital.png because capital.png already exists.
118[18:04:39] [Server thread/WARN]: [Dynmap-Meets-Towny] Could not save town_popup.html to plugins/Dynmap-Meets-Towny/templates/town_popup.html because town_popup.html already exists.
119[18:04:39] [Server thread/INFO]: [LWC] Loading LWC v2.2.6-2d10269
120[18:04:39] [Server thread/INFO]: [TownyNameUpdater] Loading TownyNameUpdater v5.0
121[18:04:39] [Server thread/INFO]: [BigDoors] Loading BigDoors vAlpha 0.1.8.28
122[18:04:39] [Server thread/INFO]: [Wild] Loading Wild v4.0.4-SNAPSHOT
123[18:04:39] [Server thread/INFO]: [PluginLibrary] Loading PluginLibrary v1.2.4
124[18:04:39] [Server thread/INFO]: [Statz] Loading Statz v1.6-SNAPSHOT-30
125[18:04:39] [Server thread/INFO]: [Autorank] Loading Autorank v4.4-SNAPSHOT-108
126[18:04:39] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
127[18:04:39] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.1
128[18:04:39] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
129[18:04:39] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
130[18:04:39] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.18.2.0 which is not a depend, softdepend or loadbefore of this plugin.
131[18:04:39] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
132[18:04:39] [Server thread/WARN]: [Vault] Loaded class org.anjocaido.groupmanager.GroupManager from GroupManager v2.9 (Phoenix) which is not a depend, softdepend or loadbefore of this plugin.
133[18:04:39] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
134[18:04:39] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
135[18:04:39] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
136[18:04:39] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
137[18:04:39] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.0+a51fa43
138[18:04:39] [Server thread/WARN]: [WorldEdit] Loaded class org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder from GroupManager v2.9 (Phoenix) which is not a depend, softdepend or loadbefore of this plugin.
139[18:04:39] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
140[18:04:40] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter
141[18:04:40] [Server thread/INFO]: [LWC] Enabling LWC v2.2.6-2d10269
142[18:04:40] [Server thread/INFO]: [LWC] Connecting to SQLite
143[18:04:40] [Server thread/INFO]: Preparing level "Spawn"
144[18:04:40] [Server thread/INFO]: -------- World Settings For [Spawn] --------
145[18:04:40] [Server thread/INFO]: Experience Merge Radius: 3.0
146[18:04:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
147[18:04:40] [Server thread/INFO]: Cane Growth Modifier: 100%
148[18:04:40] [Server thread/INFO]: Melon Growth Modifier: 100%
149[18:04:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
150[18:04:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
151[18:04:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
152[18:04:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
153[18:04:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
154[18:04:40] [Server thread/INFO]: Potato Growth Modifier: 100%
155[18:04:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
156[18:04:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
157[18:04:40] [Server thread/INFO]: Vine Growth Modifier: 100%
158[18:04:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
159[18:04:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
160[18:04:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
161[18:04:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
162[18:04:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
163[18:04:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
164[18:04:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
165[18:04:40] [Server thread/INFO]: Max TNT Explosions: 100
166[18:04:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
167[18:04:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
168[18:04:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
169[18:04:40] [Server thread/INFO]: Item Merge Radius: 2.5
170[18:04:40] [Server thread/INFO]: Item Despawn Rate: 6000
171[18:04:40] [Server thread/INFO]: View Distance: 20
172[18:04:40] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
173[18:04:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
174[18:04:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
175[18:04:40] [Server thread/INFO]: Mob Spawn Range: 6
176[18:04:40] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
177[18:04:40] [Server thread/INFO]: -------- World Settings For [Spawn_nether] --------
178[18:04:40] [Server thread/INFO]: Experience Merge Radius: 3.0
179[18:04:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
180[18:04:40] [Server thread/INFO]: Cane Growth Modifier: 100%
181[18:04:40] [Server thread/INFO]: Melon Growth Modifier: 100%
182[18:04:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
183[18:04:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
184[18:04:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
185[18:04:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
186[18:04:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
187[18:04:40] [Server thread/INFO]: Potato Growth Modifier: 100%
188[18:04:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
189[18:04:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
190[18:04:40] [Server thread/INFO]: Vine Growth Modifier: 100%
191[18:04:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
192[18:04:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
193[18:04:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
194[18:04:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
195[18:04:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
196[18:04:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
197[18:04:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
198[18:04:40] [Server thread/INFO]: Max TNT Explosions: 100
199[18:04:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
200[18:04:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
201[18:04:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
202[18:04:40] [Server thread/INFO]: Item Merge Radius: 2.5
203[18:04:40] [Server thread/INFO]: Item Despawn Rate: 6000
204[18:04:40] [Server thread/INFO]: View Distance: 20
205[18:04:40] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
206[18:04:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
207[18:04:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
208[18:04:40] [Server thread/INFO]: Mob Spawn Range: 6
209[18:04:40] [Server thread/INFO]: -------- World Settings For [Spawn_the_end] --------
210[18:04:40] [Server thread/INFO]: Experience Merge Radius: 3.0
211[18:04:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
212[18:04:40] [Server thread/INFO]: Cane Growth Modifier: 100%
213[18:04:40] [Server thread/INFO]: Melon Growth Modifier: 100%
214[18:04:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
215[18:04:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
216[18:04:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
217[18:04:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
218[18:04:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
219[18:04:40] [Server thread/INFO]: Potato Growth Modifier: 100%
220[18:04:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
221[18:04:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
222[18:04:40] [Server thread/INFO]: Vine Growth Modifier: 100%
223[18:04:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
224[18:04:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
225[18:04:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
226[18:04:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
227[18:04:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
228[18:04:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
229[18:04:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
230[18:04:40] [Server thread/INFO]: Max TNT Explosions: 100
231[18:04:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
232[18:04:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
233[18:04:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
234[18:04:40] [Server thread/INFO]: Item Merge Radius: 2.5
235[18:04:40] [Server thread/INFO]: Item Despawn Rate: 6000
236[18:04:40] [Server thread/INFO]: View Distance: 20
237[18:04:40] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
238[18:04:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
239[18:04:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
240[18:04:40] [Server thread/INFO]: Mob Spawn Range: 6
241[18:04:40] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
242[18:04:41] [Server thread/INFO]: Loaded 0 spawn chunks for world Spawn
243[18:04:41] [Server thread/INFO]: Preparing spawn area: 0%
244[18:04:41] [Server thread/INFO]: Preparing spawn area: 0%
245[18:04:41] [Server thread/INFO]: Time elapsed: 694 ms
246[18:04:41] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
247[18:04:41] [Server thread/INFO]: Loaded 0 spawn chunks for world Spawn_nether
248[18:04:41] [Server thread/INFO]: Preparing spawn area: 0%
249[18:04:41] [Server thread/INFO]: Time elapsed: 288 ms
250[18:04:41] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
251[18:04:41] [Server thread/INFO]: Loaded 0 spawn chunks for world Spawn_the_end
252[18:04:41] [Server thread/INFO]: Time elapsed: 33 ms
253[18:04:41] [Server thread/INFO]: [MultiverseHub] Enabling MultiverseHub v1.0*
254[18:04:41] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9
255[18:04:41] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
256[18:04:42] [Server thread/INFO]: [Lift] Enabling Lift v70
257[18:04:42] [Server thread/INFO]: [Lift] Floor materials added: [LIME_STAINED_GLASS, RED_STAINED_GLASS, LIGHT_GRAY_STAINED_GLASS, PURPLE_STAINED_GLASS, GLASS, WHITE_STAINED_GLASS, MAGENTA_STAINED_GLASS, ORANGE_STAINED_GLASS, YELLOW_STAINED_GLASS, BLACK_STAINED_GLASS, PINK_STAINED_GLASS, GREEN_STAINED_GLASS, CYAN_STAINED_GLASS, GRAY_STAINED_GLASS, BLUE_STAINED_GLASS, BROWN_STAINED_GLASS, LIGHT_BLUE_STAINED_GLASS]
258[18:04:42] [Server thread/INFO]: [Lift] Button materials added: [SPRUCE_BUTTON, JUNGLE_BUTTON, ACACIA_BUTTON, WARPED_BUTTON, BIRCH_BUTTON, POLISHED_BLACKSTONE_BUTTON, DARK_OAK_BUTTON, CRIMSON_BUTTON, OAK_BUTTON, STONE_BUTTON]
259[18:04:42] [Server thread/INFO]: [Lift] Sign materials added: [OAK_WALL_SIGN, ACACIA_WALL_SIGN, JUNGLE_WALL_SIGN, BIRCH_WALL_SIGN, CRIMSON_WALL_SIGN, SPRUCE_WALL_SIGN, WARPED_WALL_SIGN, DARK_OAK_WALL_SIGN]
260[18:04:42] [Server thread/INFO]: Lift v70 is now enabled!
261[18:04:42] [Server thread/INFO]: [WorldResetPlus] Enabling WorldResetPlus v1.0.7*
262[18:04:42] [Server thread/INFO]: [TabName] Enabling TabName v2.0*
263[18:04:42] [Server thread/INFO]: [TabName] has been successfully been enabled!
264[18:04:42] [Server thread/INFO]: [TabName] Config already generated!
265[18:04:42] [Server thread/INFO]: [TownyMail] Enabling TownyMail v1.0*
266[18:04:42] [Server thread/WARN]: [TownyMail] Loaded class com.earth2me.essentials.Essentials from Essentials v2.18.2.0 which is not a depend, softdepend or loadbefore of this plugin.
267[18:04:42] [Server thread/WARN]: [TownyMail] Loaded class com.palmergames.bukkit.towny.Towny from Towny v0.96.5.0 which is not a depend, softdepend or loadbefore of this plugin.
268[18:04:42] [Server thread/INFO]: [ATR] Enabling AcceptTheRules v3.0*
269[18:04:42] [Server thread/INFO]: [ATR] Version 3.0 is enabled!
270[18:04:42] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.1.5
271[18:04:42] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.0
272[18:04:42] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
273[18:04:42] [Server thread/INFO]: [ClearLag] Loading modules...
274[18:04:42] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
275[18:04:42] [Server thread/INFO]: [ClearLag] Modules have been loaded!
276[18:04:42] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
277[18:04:42] [Thread-23/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.16]...
278[18:04:42] [Server thread/INFO]: [DisableJoinMessage] Enabling DisableJoinMessage v1.0*
279[18:04:42] [Server thread/INFO]: ?c===================================
280[18:04:42] [Server thread/INFO]: ?c===================================
281[18:04:42] [Server thread/INFO]: ?aCheck out my other Plugins!
282[18:04:42] [Server thread/INFO]: ?aI also sell a BedWars ?aPlugin!
283[18:04:42] [Server thread/INFO]: ?c===================================
284[18:04:42] [Server thread/INFO]: ?c===================================
285[18:04:42] [Server thread/INFO]: [MineConnect] Enabling MineConnect v0.3.2
286[18:04:42] [Server thread/INFO]: [MineConnect] Connecting to database
287[18:04:43] [Server thread/INFO]: [MineConnect] Migrating database
288[18:04:43] [Server thread/INFO]: [MineConnect] Current database version is 7
289[18:04:43] [Server thread/INFO]: [MineConnect] End migrating database
290[18:04:43] [Server thread/INFO]: [MineConnect] Setting up encryption
291[18:04:43] [Server thread/INFO]: [MineConnect] Starting connection service
292[18:04:43] [Server thread/INFO]: [MineConnect] Version 0.0.5
293[18:04:43] [Server thread/INFO]: [MineConnect] Starting socket on port: 4711
294[18:04:43] [Thread-23/WARN]: [ClearLag] Clearlag failed to check for updates - bukkit may be down
295[18:04:43] [Server thread/INFO]: [MineConnect] Started MineConnectServer
296[18:04:43] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v4.0
297[18:04:43] [Server thread/INFO]: [ImageOnMap] Loaded 2 player map files.
298[18:04:43] [Server thread/INFO]: [SystemProperties] Enabling SystemProperties v1.03
299[18:04:43] [Server thread/INFO]: [SystemProperties] ------------------------------------------------------------
300[18:04:43] [Server thread/INFO]: [SystemProperties] System.awt.toolkit: sun.awt.X11.XToolkit
301[18:04:43] [Server thread/INFO]: [SystemProperties] System.file.encoding: ANSI_X3.4-1968
302[18:04:43] [Server thread/INFO]: [SystemProperties] System.file.encoding.pkg: sun.io
303[18:04:43] [Server thread/INFO]: [SystemProperties] System.file.separator: /
304[18:04:43] [Server thread/INFO]: [SystemProperties] System.io.netty.eventLoopThreads: 4
305[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.awt.graphicsenv: sun.awt.X11GraphicsEnvironment
306[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.awt.printerjob: sun.print.PSPrinterJob
307[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.class.path: paperclip.jar
308[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.class.version: 52.0
309[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.endorsed.dirs: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/endorsed
310[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.ext.dirs: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext:/usr/java/packages/lib/ext
311[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.home: /usr/lib/jvm/java-8-openjdk-amd64/jre
312[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.io.tmpdir: /tmp
313[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.library.path: ./:/opt/cubecoders/amp/:/AMP/:/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
314[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.runtime.name: OpenJDK Runtime Environment
315[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.runtime.version: 1.8.0_265-8u265-b01-0+deb9u1-b01
316[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.specification.name: Java Platform API Specification
317[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.specification.vendor: Oracle Corporation
318[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.specification.version: 1.8
319[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.vendor: Oracle Corporation
320[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.vendor.url: http://java.oracle.com/
321[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.vendor.url.bug: http://bugreport.sun.com/bugreport/
322[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.version: 1.8.0_265
323[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.vm.info: mixed mode
324[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.vm.name: OpenJDK 64-Bit Server VM
325[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.vm.specification.name: Java Virtual Machine Specification
326[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.vm.specification.vendor: Oracle Corporation
327[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.vm.specification.version: 1.8
328[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.vm.vendor: Oracle Corporation
329[18:04:43] [Server thread/INFO]: [SystemProperties] System.java.vm.version: 25.265-b01
330[18:04:43] [Server thread/INFO]: [SystemProperties] System.javax.accessibility.assistive_technologies: org.GNOME.Accessibility.AtkWrapper
331[18:04:43] [Server thread/INFO]: [SystemProperties] System.jdk.nio.maxCachedBufferSize: 262144
332[18:04:43] [Server thread/INFO]: [SystemProperties] System.jline.terminal: jline.UnsupportedTerminal
333[18:04:43] [Server thread/INFO]: [SystemProperties] System.library.jansi.version: Paper
334[18:04:43] [Server thread/INFO]: [SystemProperties] System.line.separator:
335
336[18:04:43] [Server thread/INFO]: [SystemProperties] System.os.arch: amd64
337[18:04:43] [Server thread/INFO]: [SystemProperties] System.os.name: Linux
338[18:04:43] [Server thread/INFO]: [SystemProperties] System.os.version: 5.4.0-58-generic
339[18:04:43] [Server thread/INFO]: [SystemProperties] System.path.separator: :
340[18:04:43] [Server thread/INFO]: [SystemProperties] System.sun.arch.data.model: 64
341[18:04:43] [Server thread/INFO]: [SystemProperties] System.sun.boot.class.path: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/resources.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/charsets.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jfr.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/classes
342[18:04:43] [Server thread/INFO]: [SystemProperties] System.sun.boot.library.path: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64
343[18:04:43] [Server thread/INFO]: [SystemProperties] System.sun.cpu.endian: little
344[18:04:43] [Server thread/INFO]: [SystemProperties] System.sun.cpu.isalist:
345[18:04:43] [Server thread/INFO]: [SystemProperties] System.sun.font.fontmanager: sun.awt.X11FontManager
346[18:04:43] [Server thread/INFO]: [SystemProperties] System.sun.io.unicode.encoding: UnicodeLittle
347[18:04:43] [Server thread/INFO]: [SystemProperties] System.sun.java.command: paperclip.jar nogui -nojline --log-strip-color
348[18:04:43] [Server thread/INFO]: [SystemProperties] System.sun.java.launcher: SUN_STANDARD
349[18:04:43] [Server thread/INFO]: [SystemProperties] System.sun.jnu.encoding: ANSI_X3.4-1968
350[18:04:43] [Server thread/INFO]: [SystemProperties] System.sun.management.compiler: HotSpot 64-Bit Tiered Compilers
351[18:04:43] [Server thread/INFO]: [SystemProperties] System.sun.os.patch.level: unknown
352[18:04:43] [Server thread/INFO]: [SystemProperties] System.terminal.jline: false
353[18:04:43] [Server thread/INFO]: [SystemProperties] System.user.country: US
354[18:04:43] [Server thread/INFO]: [SystemProperties] System.user.dir: /AMP/Minecraft
355[18:04:43] [Server thread/INFO]: [SystemProperties] System.user.home: /home/amp
356[18:04:43] [Server thread/INFO]: [SystemProperties] System.user.language: en
357[18:04:43] [Server thread/INFO]: [SystemProperties] System.user.name: amp
358[18:04:43] [Server thread/INFO]: [SystemProperties] System.user.timezone: Etc/UTC
359[18:04:43] [Server thread/INFO]: [SystemProperties] OperatingSystemMXBean.TotalPhysicalMemorySize: 20993433600
360[18:04:43] [Server thread/INFO]: [SystemProperties] Runtime.availableProcessors: 8
361[18:04:43] [Server thread/INFO]: [SystemProperties] Runtime.freeMemory: 773806376
362[18:04:43] [Server thread/INFO]: [SystemProperties] Runtime.maxMemory: 17179869184
363[18:04:43] [Server thread/INFO]: [SystemProperties] Runtime.totalMemory: 1377304576
364[18:04:43] [Server thread/INFO]: [SystemProperties] RuntimeMXBean.InputArguments:
365[18:04:43] [Server thread/INFO]: [SystemProperties] -Xmx18432M
366[18:04:43] [Server thread/INFO]: [SystemProperties] -Djline.terminal=jline.UnsupportedTerminal
367[18:04:43] [Server thread/INFO]: [SystemProperties] ------------------------------------------------------------
368[18:04:43] [Server thread/INFO]: [CommandCooldown] Enabling CommandCooldown v2.1.1*
369[18:04:43] [Server thread/INFO]: ?a?l[COMMAND COOLDOWN] ?7Updating config.yml
370[18:04:43] [Server thread/INFO]: ?a?l[COMMAND COOLDOWN] ?7Updating messages.yml
371[18:04:43] [Server thread/INFO]: [CommandCooldown] Plugin is up to date! - v2.1.1
372[18:04:43] [Server thread/INFO]: [PingAPI] Enabling PingAPI v1.3.3*
373[18:04:43] [Server thread/ERROR]: [PingAPI] Non compatible server version!
374java.lang.ClassNotFoundException: org.henrya.pingapi.v1_16_R3.PingInjector
375 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_265]
376 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171) ~[patched_1.16.4.jar:git-Paper-256]
377 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.16.4.jar:git-Paper-256]
378 at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_265]
379 at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_265]
380 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_265]
381 at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_265]
382 at org.henrya.pingapi.PingAPI.onEnable(PingAPI.java:23) ~[?:?]
383 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.4.jar:git-Paper-256]
384 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.4.jar:git-Paper-256]
385 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.4.jar:git-Paper-256]
386 at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.4.jar:git-Paper-256]
387 at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.4.jar:git-Paper-256]
388 at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.4.jar:git-Paper-256]
389 at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:239) ~[patched_1.16.4.jar:git-Paper-256]
390 at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.4.jar:git-Paper-256]
391 at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.4.jar:git-Paper-256]
392 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
393[18:04:43] [Server thread/INFO]: [PingAPI] Disabling PingAPI v1.3.3
394[18:04:43] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.9 (Phoenix)
395[18:04:43] [Server thread/WARN]: [GroupManager] Missing or corrupt 'tab_validate' node. Using default settings
396[18:04:43] [Server thread/INFO]: [GroupManager] World Found: world
397[18:04:43] [Server thread/INFO]: [GroupManager] World Found: spawn
398[18:04:43] [Server thread/INFO]: [GroupManager] Superperms support enabled.
399[18:04:43] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: groupmanager
400[18:04:43] [Server thread/INFO]: [GroupManager] Add-ons: PlaceholderAPI v2.10.9
401[18:04:43] [Server thread/INFO]: [GroupManager] Scheduled Data Saving is set for every 10 minutes!
402[18:04:43] [Server thread/INFO]: [GroupManager] Backups will be retained for 48 hours!
403[18:04:43] [Server thread/INFO]: [GroupManager] version 2.9 (Phoenix) is enabled!
404[18:04:43] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
405[18:04:43] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
406[18:04:43] [Server thread/INFO]: [Vault] [Vault][Chat] GroupManager - Chat hooked.
407[18:04:43] [Server thread/INFO]: [AnimatedMOTD] Enabling AnimatedMOTD v1.3.0*
408[18:04:43] [Server thread/ERROR]: Error occurred while enabling AnimatedMOTD v1.3.0 (Is it up to date?)
409java.lang.NoClassDefFoundError: org/henrya/pingapi/PingAPI
410 at org.henrya.animatedmotd.AnimatedMOTD.onEnable(AnimatedMOTD.java:23) ~[?:?]
411 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.4.jar:git-Paper-256]
412 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.4.jar:git-Paper-256]
413 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.4.jar:git-Paper-256]
414 at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.4.jar:git-Paper-256]
415 at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.4.jar:git-Paper-256]
416 at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.4.jar:git-Paper-256]
417 at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:239) ~[patched_1.16.4.jar:git-Paper-256]
418 at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.4.jar:git-Paper-256]
419 at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.4.jar:git-Paper-256]
420 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
421Caused by: java.lang.ClassNotFoundException: org.henrya.pingapi.PingAPI
422 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_265]
423 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171) ~[patched_1.16.4.jar:git-Paper-256]
424 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.16.4.jar:git-Paper-256]
425 at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_265]
426 at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_265]
427 ... 11 more
428[18:04:43] [Server thread/INFO]: [AnimatedMOTD] Disabling AnimatedMOTD v1.3.0
429[18:04:43] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.5
430[18:04:43] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
431[18:04:43] [Server thread/INFO]: [dynmap] Enabling dynmap v3.1-beta5-431*
432[18:04:43] [Server thread/INFO]: [dynmap] Added 4 custom biome mappings
433[18:04:43] [Server thread/INFO]: [dynmap] Using GroupManager 2.9 (Phoenix) for access control
434[18:04:43] [Server thread/WARN]: [dynmap] cwebp or dwebp not found, or cwebpPath or dwebpPath is invalid: webp format disabled
435[18:04:43] [Server thread/INFO]: [dynmap] Mod Support processing completed
436[18:04:44] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
437[18:04:44] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
438[18:04:44] [Server thread/INFO]: [dynmap] Loaded 22 lightings.
439[18:04:44] [Server thread/INFO]: [dynmap] Starting enter/exit processing
440[18:04:44] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
441[18:04:44] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
442[18:04:44] [Server thread/INFO]: [dynmap] version 3.1-beta5-431 is enabled - core version 3.1-beta5-431
443[18:04:44] [Server thread/INFO]: [dynmap] For support, visit https://reddit.com/r/Dynmap or our Discord at https://discord.gg/s3rd5qn
444[18:04:44] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
445[18:04:44] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
446[18:04:44] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Spawn'.
447[18:04:44] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'Spawn_nether'.
448[18:04:44] [Server thread/INFO]: [dynmap] Loaded 3683800 pending tile renders for world 'Spawn_nether'
449[18:04:44] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'Spawn_the_end'.
450[18:04:44] [Server thread/INFO]: [dynmap] Enabled
451[18:04:44] [Server thread/INFO]: [Essentials] Enabling Essentials v2.18.2.0
452[18:04:44] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
453[18:04:44] [Server thread/INFO]: [Essentials] No kits found to migrate.
454[18:04:44] [Server thread/INFO]: [Essentials] Loaded 21019 items from items.json.
455[18:04:44] [Server thread/INFO]: [Essentials] Using locale en_US
456[18:04:44] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
457[18:04:44] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
458[18:04:44] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
459[18:04:44] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
460[18:04:44] [Server thread/INFO]: [MineableSpawners] Enabling MineableSpawners v3.0.11
461[18:04:44] [Server thread/INFO]: [ChangeSkin] Enabling ChangeSkin v3.0*
462[18:04:44] [Server thread/INFO]: [changeskin.hikari.HikariDataSource] HikariPool-1 - Starting...
463[18:04:44] [Server thread/INFO]: [changeskin.hikari.HikariDataSource] HikariPool-1 - Start completed.
464[18:04:44] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
465[18:04:44] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
466[18:04:44] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
467[18:04:44] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Spawn" has border radius 500 at X: 24.4 Z: -191.4
468[18:04:44] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Shop" has border radius 80 at X: -55.5 Z: -15.6
469[18:04:44] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Spawn_nether" has border radius 10000 at X: 6.0 Z: -183.0
470[18:04:44] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Spawn_the_end" has border radius 10000 at X: 0.0 Z: 0.0
471[18:04:44] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Wasteland" has border radius 10000 at X: -84.0 Z: 15.0
472[18:04:44] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Arena" has border radius 1000 at X: 0.5 Z: 0.5
473[18:04:44] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Earth" has border radius 50000 at X: -176.0 Z: 179.0
474[18:04:44] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Nether" has border radius 10000 at X: 0.0 Z: 2.0
475[18:04:44] [Server thread/INFO]: [WorldBorder] [CONFIG] World "TheEnd" has border radius 10000 at X: 0.0 Z: 0.0
476[18:04:44] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
477[18:04:44] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 43.0 Y: 86.0 Z: -202.0
478[18:04:44] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.2.2-b812
479[18:04:44] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.2.2-b812" 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 [dumptruckman, Rigby, fernferret, lithium3141, main--].
480[18:04:44] [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 and performance impact is negligible. It is safe to ignore.
481[18:04:44] [Server thread/INFO]: -------- World Settings For [Earth] --------
482[18:04:44] [Server thread/INFO]: Experience Merge Radius: 3.0
483[18:04:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
484[18:04:44] [Server thread/INFO]: Cane Growth Modifier: 100%
485[18:04:44] [Server thread/INFO]: Melon Growth Modifier: 100%
486[18:04:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
487[18:04:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
488[18:04:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
489[18:04:44] [Server thread/INFO]: Beetroot Growth Modifier: 100%
490[18:04:44] [Server thread/INFO]: Carrot Growth Modifier: 100%
491[18:04:44] [Server thread/INFO]: Potato Growth Modifier: 100%
492[18:04:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
493[18:04:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
494[18:04:44] [Server thread/INFO]: Vine Growth Modifier: 100%
495[18:04:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
496[18:04:44] [Server thread/INFO]: Bamboo Growth Modifier: 100%
497[18:04:44] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
498[18:04:44] [Server thread/INFO]: Kelp Growth Modifier: 100%
499[18:04:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
500[18:04:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
501[18:04:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
502[18:04:44] [Server thread/INFO]: Max TNT Explosions: 100
503[18:04:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
504[18:04:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
505[18:04:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
506[18:04:44] [Server thread/INFO]: Item Merge Radius: 2.5
507[18:04:44] [Server thread/INFO]: Item Despawn Rate: 6000
508[18:04:44] [Server thread/INFO]: View Distance: 20
509[18:04:44] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
510[18:04:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
511[18:04:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
512[18:04:44] [Server thread/INFO]: Mob Spawn Range: 6
513[18:04:44] [Server thread/INFO]: Preparing start region for dimension minecraft:earth
514[18:04:44] [Server thread/INFO]: Loaded 0 spawn chunks for world Earth
515[18:04:44] [Server thread/INFO]: Preparing spawn area: 0%
516[18:04:45] [Server thread/INFO]: Time elapsed: 106 ms
517[18:04:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Earth'.
518[18:04:45] [Server thread/INFO]: -------- World Settings For [Shop] --------
519[18:04:45] [Server thread/INFO]: Experience Merge Radius: 3.0
520[18:04:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
521[18:04:45] [Server thread/INFO]: Cane Growth Modifier: 100%
522[18:04:45] [Server thread/INFO]: Melon Growth Modifier: 100%
523[18:04:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
524[18:04:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
525[18:04:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
526[18:04:45] [Server thread/INFO]: Beetroot Growth Modifier: 100%
527[18:04:45] [Server thread/INFO]: Carrot Growth Modifier: 100%
528[18:04:45] [Server thread/INFO]: Potato Growth Modifier: 100%
529[18:04:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
530[18:04:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
531[18:04:45] [Server thread/INFO]: Vine Growth Modifier: 100%
532[18:04:45] [Server thread/INFO]: Cocoa Growth Modifier: 100%
533[18:04:45] [Server thread/INFO]: Bamboo Growth Modifier: 100%
534[18:04:45] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
535[18:04:45] [Server thread/INFO]: Kelp Growth Modifier: 100%
536[18:04:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
537[18:04:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
538[18:04:45] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
539[18:04:45] [Server thread/INFO]: Max TNT Explosions: 100
540[18:04:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
541[18:04:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
542[18:04:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
543[18:04:45] [Server thread/INFO]: Item Merge Radius: 2.5
544[18:04:45] [Server thread/INFO]: Item Despawn Rate: 6000
545[18:04:45] [Server thread/INFO]: View Distance: 20
546[18:04:45] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
547[18:04:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
548[18:04:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
549[18:04:45] [Server thread/INFO]: Mob Spawn Range: 6
550[18:04:45] [Server thread/INFO]: Preparing start region for dimension minecraft:shop
551[18:04:45] [Server thread/INFO]: Loaded 0 spawn chunks for world Shop
552[18:04:45] [Server thread/INFO]: Preparing spawn area: 0%
553[18:04:45] [Server thread/INFO]: Time elapsed: 322 ms
554[18:04:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Shop'.
555[18:04:45] [Server thread/INFO]: -------- World Settings For [Wasteland] --------
556[18:04:45] [Server thread/INFO]: Experience Merge Radius: 3.0
557[18:04:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
558[18:04:45] [Server thread/INFO]: Cane Growth Modifier: 100%
559[18:04:45] [Server thread/INFO]: Melon Growth Modifier: 100%
560[18:04:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
561[18:04:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
562[18:04:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
563[18:04:45] [Server thread/INFO]: Beetroot Growth Modifier: 100%
564[18:04:45] [Server thread/INFO]: Carrot Growth Modifier: 100%
565[18:04:45] [Server thread/INFO]: Potato Growth Modifier: 100%
566[18:04:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
567[18:04:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
568[18:04:45] [Server thread/INFO]: Vine Growth Modifier: 100%
569[18:04:45] [Server thread/INFO]: Cocoa Growth Modifier: 100%
570[18:04:45] [Server thread/INFO]: Bamboo Growth Modifier: 100%
571[18:04:45] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
572[18:04:45] [Server thread/INFO]: Kelp Growth Modifier: 100%
573[18:04:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
574[18:04:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
575[18:04:45] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
576[18:04:45] [Server thread/INFO]: Max TNT Explosions: 100
577[18:04:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
578[18:04:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
579[18:04:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
580[18:04:45] [Server thread/INFO]: Item Merge Radius: 2.5
581[18:04:45] [Server thread/INFO]: Item Despawn Rate: 6000
582[18:04:45] [Server thread/INFO]: View Distance: 20
583[18:04:45] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
584[18:04:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
585[18:04:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
586[18:04:45] [Server thread/INFO]: Mob Spawn Range: 6
587[18:04:45] [Server thread/INFO]: Preparing start region for dimension minecraft:wasteland
588[18:04:45] [Server thread/INFO]: Loaded 0 spawn chunks for world Wasteland
589[18:04:45] [Server thread/INFO]: Preparing spawn area: 0%
590[18:04:45] [Server thread/INFO]: Time elapsed: 53 ms
591[18:04:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Wasteland'.
592[18:04:45] [Server thread/INFO]: [dynmap] Loaded 3801280 pending tile renders for world 'Wasteland'
593[18:04:45] [Server thread/INFO]: [dynmap] Full render for world 'Wasteland' restored
594[18:04:45] [Server thread/INFO]: -------- World Settings For [sian] --------
595[18:04:45] [Server thread/INFO]: Experience Merge Radius: 3.0
596[18:04:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
597[18:04:45] [Server thread/INFO]: Cane Growth Modifier: 100%
598[18:04:45] [Server thread/INFO]: Melon Growth Modifier: 100%
599[18:04:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
600[18:04:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
601[18:04:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
602[18:04:45] [Server thread/INFO]: Beetroot Growth Modifier: 100%
603[18:04:45] [Server thread/INFO]: Carrot Growth Modifier: 100%
604[18:04:45] [Server thread/INFO]: Potato Growth Modifier: 100%
605[18:04:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
606[18:04:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
607[18:04:45] [Server thread/INFO]: Vine Growth Modifier: 100%
608[18:04:45] [Server thread/INFO]: Cocoa Growth Modifier: 100%
609[18:04:45] [Server thread/INFO]: Bamboo Growth Modifier: 100%
610[18:04:45] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
611[18:04:45] [Server thread/INFO]: Kelp Growth Modifier: 100%
612[18:04:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
613[18:04:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
614[18:04:45] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
615[18:04:45] [Server thread/INFO]: Max TNT Explosions: 100
616[18:04:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
617[18:04:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
618[18:04:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
619[18:04:45] [Server thread/INFO]: Item Merge Radius: 2.5
620[18:04:45] [Server thread/INFO]: Item Despawn Rate: 6000
621[18:04:45] [Server thread/INFO]: View Distance: 20
622[18:04:45] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
623[18:04:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
624[18:04:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
625[18:04:45] [Server thread/INFO]: Mob Spawn Range: 6
626[18:04:45] [Server thread/INFO]: Preparing start region for dimension minecraft:sian
627[18:04:45] [Server thread/INFO]: Loaded 0 spawn chunks for world sian
628[18:04:45] [Server thread/INFO]: Preparing spawn area: 0%
629[18:04:45] [Server thread/INFO]: Time elapsed: 123 ms
630[18:04:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'sian'.
631[18:04:45] [Server thread/INFO]: -------- World Settings For [Arena] --------
632[18:04:45] [Server thread/INFO]: Experience Merge Radius: 3.0
633[18:04:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
634[18:04:45] [Server thread/INFO]: Cane Growth Modifier: 100%
635[18:04:45] [Server thread/INFO]: Melon Growth Modifier: 100%
636[18:04:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
637[18:04:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
638[18:04:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
639[18:04:45] [Server thread/INFO]: Beetroot Growth Modifier: 100%
640[18:04:45] [Server thread/INFO]: Carrot Growth Modifier: 100%
641[18:04:45] [Server thread/INFO]: Potato Growth Modifier: 100%
642[18:04:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
643[18:04:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
644[18:04:45] [Server thread/INFO]: Vine Growth Modifier: 100%
645[18:04:45] [Server thread/INFO]: Cocoa Growth Modifier: 100%
646[18:04:45] [Server thread/INFO]: Bamboo Growth Modifier: 100%
647[18:04:45] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
648[18:04:45] [Server thread/INFO]: Kelp Growth Modifier: 100%
649[18:04:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
650[18:04:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
651[18:04:45] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
652[18:04:45] [Server thread/INFO]: Max TNT Explosions: 100
653[18:04:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
654[18:04:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
655[18:04:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
656[18:04:45] [Server thread/INFO]: Item Merge Radius: 2.5
657[18:04:45] [Server thread/INFO]: Item Despawn Rate: 6000
658[18:04:45] [Server thread/INFO]: View Distance: 20
659[18:04:45] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
660[18:04:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
661[18:04:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
662[18:04:45] [Server thread/INFO]: Mob Spawn Range: 6
663[18:04:45] [Server thread/INFO]: Preparing start region for dimension minecraft:arena
664[18:04:45] [Server thread/INFO]: Loaded 0 spawn chunks for world Arena
665[18:04:45] [Server thread/INFO]: Time elapsed: 46 ms
666[18:04:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Arena'.
667[18:04:45] [Server thread/INFO]: [Multiverse-Core] 8 - World(s) loaded.
668[18:04:46] [Server thread/INFO]: [Multiverse-Core] Version 4.2.2-b812 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
669[18:04:46] [Server thread/INFO]: [HomeGUI] Enabling HomeGUI v1.4
670[18:04:46] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.18.2.0
671[18:04:46] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
672[18:04:46] [Server thread/INFO]: [Lottery] Enabling Lottery v1.4.3
673[18:04:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: lottery
674[18:04:46] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.1-b834
675[18:04:46] [Server thread/INFO]: [Multiverse-Portals] 15 - Portals(s) loaded
676[18:04:46] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
677[18:04:46] [Server thread/INFO]: [Multiverse-Portals 4.2.1-b834] Enabled - By Rigby and fernferret
678[18:04:46] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.0
679[18:04:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: supervanish
680[18:04:46] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
681[18:04:46] [Server thread/INFO]: [SuperVanish] Hooked into dynmap
682[18:04:46] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
683[18:04:46] [Server thread/INFO]: [HolographicExtension] Enabling HolographicExtension v1.10.9
684[18:04:46] [Server thread/INFO]: [HolographicExtension] Starting HolographicExtension v1.10.9
685[18:04:46] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'example' from config.
686[18:04:46] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'scroller' from config.
687[18:04:46] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'typing' from config.
688[18:04:46] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'rainbow' from config.
689[18:04:46] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4+f7ff984
690[18:04:46] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
691[18:04:46] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
692[18:04:46] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is PERMITTED.
693[18:04:46] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
694[18:04:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
695[18:04:46] [Server thread/INFO]: [WorldGuard] (Spawn_nether) TNT ignition is PERMITTED.
696[18:04:46] [Server thread/INFO]: [WorldGuard] (Spawn_nether) Lighters are PERMITTED.
697[18:04:46] [Server thread/INFO]: [WorldGuard] (Spawn_nether) Lava fire is PERMITTED.
698[18:04:46] [Server thread/INFO]: [WorldGuard] (Spawn_nether) Fire spread is UNRESTRICTED.
699[18:04:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn_nether'
700[18:04:46] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) TNT ignition is PERMITTED.
701[18:04:46] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) Lighters are PERMITTED.
702[18:04:46] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) Lava fire is PERMITTED.
703[18:04:46] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) Fire spread is UNRESTRICTED.
704[18:04:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn_the_end'
705[18:04:46] [Server thread/INFO]: [WorldGuard] (Earth) TNT ignition is PERMITTED.
706[18:04:46] [Server thread/INFO]: [WorldGuard] (Earth) Lighters are PERMITTED.
707[18:04:46] [Server thread/INFO]: [WorldGuard] (Earth) Lava fire is PERMITTED.
708[18:04:46] [Server thread/INFO]: [WorldGuard] (Earth) Fire spread is UNRESTRICTED.
709[18:04:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Earth'
710[18:04:46] [Server thread/INFO]: [WorldGuard] (Shop) TNT ignition is PERMITTED.
711[18:04:46] [Server thread/INFO]: [WorldGuard] (Shop) Lighters are PERMITTED.
712[18:04:46] [Server thread/INFO]: [WorldGuard] (Shop) Lava fire is PERMITTED.
713[18:04:46] [Server thread/INFO]: [WorldGuard] (Shop) Fire spread is UNRESTRICTED.
714[18:04:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Shop'
715[18:04:46] [Server thread/INFO]: [WorldGuard] (Wasteland) TNT ignition is PERMITTED.
716[18:04:46] [Server thread/INFO]: [WorldGuard] (Wasteland) Lighters are PERMITTED.
717[18:04:46] [Server thread/INFO]: [WorldGuard] (Wasteland) Lava fire is PERMITTED.
718[18:04:46] [Server thread/INFO]: [WorldGuard] (Wasteland) Fire spread is UNRESTRICTED.
719[18:04:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Wasteland'
720[18:04:46] [Server thread/INFO]: [WorldGuard] (sian) TNT ignition is PERMITTED.
721[18:04:46] [Server thread/INFO]: [WorldGuard] (sian) Lighters are PERMITTED.
722[18:04:46] [Server thread/INFO]: [WorldGuard] (sian) Lava fire is PERMITTED.
723[18:04:46] [Server thread/INFO]: [WorldGuard] (sian) Fire spread is UNRESTRICTED.
724[18:04:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sian'
725[18:04:46] [Server thread/INFO]: [WorldGuard] (Arena) TNT ignition is PERMITTED.
726[18:04:46] [Server thread/INFO]: [WorldGuard] (Arena) Lighters are PERMITTED.
727[18:04:46] [Server thread/INFO]: [WorldGuard] (Arena) Lava fire is PERMITTED.
728[18:04:46] [Server thread/INFO]: [WorldGuard] (Arena) Fire spread is UNRESTRICTED.
729[18:04:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Arena'
730[18:04:46] [Server thread/INFO]: [WorldGuard] Loading region data...
731[18:04:46] [Server thread/INFO]: [BetterSleeping3] Enabling BetterSleeping3 v3.0.4
732[18:04:46] [Server thread/INFO]: [BetterSleeping3] Detected Multiverse-Core. Delayed detection of worlds until Multiverse-Core loaded them into memory.
733[18:04:46] [Server thread/INFO]: [BetterSleeping3] A missing option has been found in config.yml!
734[18:04:46] [Server thread/INFO]: [BetterSleeping3] Please add the missing option(s) manually or delete this file and perform a reload (/bs reload)
735[18:04:46] [Server thread/INFO]: [BetterSleeping3] The default values will be used until then
736[18:04:46] [Server thread/INFO]: [BetterSleeping3] Missing option: 'shorten_prefix' with default value: true
737[18:04:46] [Server thread/INFO]: [BetterSleeping3] No missing options were found in sleeping_settings.yml!
738[18:04:46] [Server thread/INFO]: [BetterSleeping3] A missing option has been found in hooks.yml!
739[18:04:46] [Server thread/INFO]: [BetterSleeping3] Please add the missing option(s) manually or delete this file and perform a reload (/bs reload)
740[18:04:46] [Server thread/INFO]: [BetterSleeping3] The default values will be used until then
741[18:04:46] [Server thread/INFO]: [BetterSleeping3] Missing option: 'minimum_afk_time' with default value: 60
742[18:04:46] [Server thread/INFO]: [BetterSleeping3] A missing option has been found in bypassing.yml!
743[18:04:46] [Server thread/INFO]: [BetterSleeping3] Please add the missing option(s) manually or delete this file and perform a reload (/bs reload)
744[18:04:46] [Server thread/INFO]: [BetterSleeping3] The default values will be used until then
745[18:04:46] [Server thread/INFO]: [BetterSleeping3] Missing option: 'send_messages' with default value: true
746[18:04:46] [Server thread/INFO]: [BetterSleeping3] Using localised lang file for: en-US
747[18:04:46] [Server thread/INFO]: [BetterSleeping3] No missing options were found in lang/en-us.yml!
748[18:04:46] [Server thread/INFO]: [BetterSleeping3] Using 'smooth' as night skip mode
749[18:04:46] [Server thread/INFO]: [BetterSleeping3] Using required sleepers counter 'percentage' which is set to 30% of players required
750[18:04:46] [Server thread/INFO]: [BetterSleeping3] Found 8 worlds in memory.
751[18:04:46] [Server thread/INFO]: [BetterSleeping3] The message below is always shown, even if collecting data is disabled:
752[18:04:46] [Server thread/INFO]: [BetterSleeping3] BetterSleeping collects anonymous statistics once every 30 minutes. Opt-out at bStats/config.yml
753[18:04:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bettersleeping
754[18:04:46] [Server thread/INFO]: [TabList] Enabling TabList v5.5.0
755[18:04:46] [Server thread/INFO]: [TabList] Hooked PlaceholderAPI version: 2.10.9
756[18:04:46] [Thread-47/INFO]: [BetterSleeping3] You are using the latest version: 3.0.4
757[18:04:46] [Server thread/INFO]: [TabList] > The plugin successfully enabled v5.5.0! (52ms)
758[18:04:46] [Server thread/INFO]: [Multiverse-SignPortals] Enabling Multiverse-SignPortals v4.2.0-b762
759[18:04:46] [Server thread/INFO]: [Multiverse-SignPortals 4.2.0-b762] Enabled - By Rigby and fernferret
760[18:04:46] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.18.2.0
761[18:04:46] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
762[18:04:46] [Server thread/INFO]: [EssentialsGeoIP] Starting Metrics. Opt-out using the global bStats config.
763[18:04:46] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.18.2.0
764[18:04:46] [Server thread/INFO]: [EssentialsAntiBuild] Starting Metrics. Opt-out using the global bStats config.
765[18:04:46] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v4.2.1-b786
766[18:04:46] [Server thread/INFO]: [Multiverse-NetherPortals 4.2.1-b786] Enabled - By Rigby and fernferret
767[18:04:46] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.18.2.0
768[18:04:46] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
769[18:04:46] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v19.3
770[18:04:46] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
771[18:04:46] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
772[18:04:46] [Server thread/INFO]: --------------------
773[18:04:46] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
774[18:04:46] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
775[18:04:46] [Server thread/INFO]: --------------------
776[18:04:46] [Server thread/INFO]: [Skript] Enabling Skript v2.5.3
777[18:04:47] [ForkJoinPool.commonPool-worker-1/INFO]: [Skript] You're currently running the latest stable version of Skript.
778[18:04:50] [Server thread/INFO]: [Skript] Loaded 128188 aliases in 3696ms
779[18:04:50] [Server thread/INFO]: [Skript] ~ created by & ? Peter G?ttinger aka Njol ~
780[18:04:50] [Server thread/INFO]: [Towny] Enabling Towny v0.96.5.0
781[18:04:50] [Server thread/INFO]: ==================== Towny ========================
782[18:04:50] [Server thread/INFO]: [Towny] Lang: english.yml v0.91 loaded.
783[18:04:50] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile
784[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Server World List
785[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading World List
786[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Nation List
787[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Town List
788[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Group List
789[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Resident List
790[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading TownBlock List
791[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Folders found 5
792[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: World: world loaded 0 townblocks.
793[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: World: Spawn loaded 90 townblocks.
794[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: World: Spawn_nether loaded 0 townblocks.
795[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: World: Shop loaded 240 townblocks.
796[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: World: TheEnd loaded 0 townblocks.
797[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Worlds
798[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading World: TheEnd
799[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading World: Nether
800[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading World: Spawn
801[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading World: Shop
802[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading World: world
803[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading World: Spawn_the_end
804[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading World: Spawn_nether
805[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading World: sian
806[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading World: Earth
807[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading World: Wasteland
808[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading World: Arena
809[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Residents
810[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Resident: Wizeguy11
811[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Resident: Yorise
812[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Resident: Doctorknife
813[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Resident: flukercloth625
814[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Resident: SianW04
815[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Resident: yoyoyo583
816[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Towns
817[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Town: Cryadice
818[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Nations
819[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Regen List
820[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Loading Snapshot Queue
821[18:04:50] [Server thread/INFO]: [Towny] Database: Loaded in 47ms.
822[18:04:50] [Server thread/INFO]: [Towny] Database: 100% of residents have stored UUIDs.
823[18:04:50] [Server thread/INFO]: [com.palmergames.bukkit.towny.debug] [Towny] Debug: Saving Worlds
824[18:04:51] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] Cleaning up old backups...
825[18:04:51] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] Successfully cleaned backups.
826[18:04:51] [Server thread/INFO]: [Towny] Searching for third-party plugins...
827[18:04:51] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] Making backup...
828[18:04:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: townyadvanced
829[18:04:51] [Server thread/INFO]: [Towny] Plugins found:
830[18:04:51] [Server thread/INFO]: Permissions: TownyPerms, GroupManager v2.9 (Phoenix)
831[18:04:51] [Server thread/INFO]: Economy: Essentials Economy via Vault
832[18:04:51] [Server thread/INFO]: Add-ons: TownyChat v0.84, Essentials v2.18.2.0,
833[18:04:51] [Server thread/INFO]: PlaceholderAPI v2.10.9
834[18:04:51] [Server thread/INFO]: [Towny] Warning: Essentials Economy has been known to reset
835[18:04:51] [Server thread/INFO]: town and nation bank accounts to their default amount.
836[18:04:51] [Server thread/INFO]: The authors of Essentials recommend using another
837[18:04:51] [Server thread/INFO]: economy plugin until they have fixed this bug.
838[18:04:51] [Server thread/INFO]: [Towny] Time until a New Day: 17 hours, 55 minutes, 9 seconds
839[18:04:51] [Server thread/INFO]: [Towny] Debug: Reading World Mob removal entities.
840[18:04:51] [Server thread/INFO]: [Towny] Debug: Reading World Mob removal entities.
841[18:04:51] [Server thread/INFO]: [Towny] Debug: Reading Town Mob removal entities.
842[18:04:51] [Server thread/INFO]: =============================================================
843[18:04:51] [Server thread/INFO]: [Towny] Version: 0.96.5.0 - Plugin Enabled
844[18:04:51] [Server thread/INFO]: =============================================================
845[18:04:51] [Server thread/INFO]: [Jobs] Enabling Jobs v4.16.3
846[18:04:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jobsr
847[18:04:51] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] Towny flatfiles and settings successfully backed up.
848[18:04:51] [Server thread/INFO]: [Jobs] PlaceholderAPI hooked.
849[18:04:52] [Server thread/INFO]: [Jobs] Loaded 8 titles!
850[18:04:52] [Server thread/INFO]: [Jobs] Loaded 1 restricted areas!
851[18:04:52] [Server thread/INFO]: [Jobs] Loaded 75 protected blocks timers!
852[18:04:52] [Server thread/INFO]: [Jobs] Loaded 1097 custom item names!
853[18:04:52] [Server thread/INFO]: [Jobs] Loaded 72 custom entity names!
854[18:04:52] [Server thread/INFO]: [Jobs] Loaded 2 custom MythicMobs names!
855[18:04:52] [Server thread/INFO]: [Jobs] Loaded 38 custom enchant names!
856[18:04:52] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
857[18:04:52] [Server thread/INFO]: [Jobs] Loaded 4 shop items!
858[18:04:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Woodcutter
859[18:04:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Miner
860[18:04:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Builder
861[18:04:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Digger
862[18:04:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Farmer
863[18:04:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Hunter
864[18:04:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Explorer
865[18:04:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Crafter
866[18:04:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Fisherman
867[18:04:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Weaponsmith
868[18:04:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Brewer
869[18:04:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Enchanter
870[18:04:52] [Server thread/INFO]: [Jobs] Loaded 12 jobs!
871[18:04:52] [Server thread/INFO]: [Jobs] Explorer job manager registered!
872[18:04:52] [Server thread/INFO]: [Jobs] Loaded 12 furnace for reassigning.
873[18:04:52] [Server thread/INFO]: [Jobs] Loaded 3 brewing for reassigning.
874[18:04:52] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
875[18:04:52] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
876[18:04:52] [Server thread/INFO]: [Jobs] Loaded 1 schedulers!
877[18:04:52] [Server thread/INFO]: [Jobs] Preloaded 7 players data in 0.0
878[18:04:52] [Server thread/INFO]: [Jobs] WorldGuard detected.
879[18:04:52] [Server thread/INFO]: [Jobs] Loaded 13 block protection entries. 1ms
880[18:04:52] [Server thread/INFO]: [Jobs] Loading explorer data
881[18:04:52] [Server thread/INFO]: [Jobs] Loaded explorer data (372)
882[18:04:52] [Server thread/INFO]: [Jobs] Plugin has been enabled successfully.
883[18:04:52] [Server thread/INFO]: [SkQuery] Enabling SkQuery v4.1.4
884[18:04:52] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
885[18:04:52] [Server thread/INFO]: [skQuery] Beginning to process a total of 138 from SkQuery
886[18:04:52] [Server thread/INFO]: [skQuery] Out of 138 classes, 136 classes were loaded from SkQuery
887[18:04:52] [Server thread/INFO]: [UltimateShops] Enabling UltimateShops v2.0.7
888[18:04:52] [Server thread/WARN]: [UltimateShops] Loaded class me.minebuilders.clearlag.events.EntityRemoveEvent from ClearLag v3.2.0 which is not a depend, softdepend or loadbefore of this plugin.
889[18:04:52] [Server thread/INFO]: [UltimateShops] UltimateShops V: 2.0.7 has been enabled
890[18:04:52] [Server thread/INFO]: [TownyChat] Enabling TownyChat v0.84
891[18:04:52] [Server thread/INFO]: [TownyChat] Default Channel set to general
892[18:04:52] [Server thread/INFO]: [TownyChat] Towny version 0.96.5.0 found.
893[18:04:52] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.12.0
894[18:04:52] [Server thread/INFO]: [Shopkeepers] Loading data of 18 shopkeepers..
895[18:04:52] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.21.0
896[18:04:52] [Server thread/INFO]: [DiscordSRV] [DEBUG] Language is English
897[18:04:52] [Server thread/INFO]: [Dynmap-Meets-Towny] Enabling Dynmap-Meets-Towny v0.5
898[18:04:52] [Server thread/INFO]: [Dynmap-Meets-Towny] initializing
899[18:04:52] [Server thread/INFO]: [Dynmap-Meets-Towny] Activating Dynmap-Meets-Towny plugin.
900[18:04:52] [Server thread/INFO]: [Dynmap-Meets-Towny] Dynmap does not have player-info-protected enabled - visibility-by-town will have no effect
901[18:04:52] [Server thread/INFO]: [Dynmap-Meets-Towny] Dynmap does not have player-info-protected enabled - visibility-by-nation will have no effect
902[18:04:52] [Server thread/INFO]: [Dynmap-Meets-Towny] Version 0.5 is activated
903[18:04:52] [Server thread/INFO]: [Dynmap-Meets-Towny] Replaced Dynmap Web Chat processing.
904[18:04:52] [Server thread/INFO]: [TownyNameUpdater] Enabling TownyNameUpdater v5.0
905[18:04:52] [Server thread/INFO]: [BigDoors] Enabling BigDoors vAlpha 0.1.8.28
906[18:04:52] [Server thread/INFO]: [BigDoors] Power Block Types:
907[18:04:52] [Server thread/INFO]: [BigDoors] - GOLD_BLOCK
908[18:04:52] [Server thread/INFO]: [BigDoors] No materials Blacklisted!
909[18:04:52] [Server thread/INFO]: [BigDoors] No materials Whitelisted!
910[18:04:53] [Server thread/INFO]: [BigDoors] Enabling stats! Thanks, it really helps!
911[18:04:53] [Server thread/INFO]: [Wild] Enabling Wild v4.0.4-SNAPSHOT
912[18:04:53] [Server thread/INFO]: [PluginLibrary] Enabling PluginLibrary v1.2.4
913[18:04:53] [Server thread/INFO]: [PluginLibrary] ***== Loading libraries ==***
914[18:04:53] [Server thread/INFO]: [PluginLibrary] ***== Loaded 6 libraries! ==***
915[18:04:53] [Server thread/INFO]: [PluginLibrary] Loaded libraries: Autorank (by Staartvin), Statz (by Staartvin), Jobs (by Zrips), Vault (by Kainzo), WorldGuard (by sk89q) and EssentialsX (by drtshock)
916[18:04:53] [Server thread/INFO]: [PluginLibrary] *** Ready for plugins to send/retrieve data. ***
917[18:04:53] [Server thread/INFO]: [PluginLibrary] PluginLibrary v1.2.4 is now enabled!
918[18:04:53] [Server thread/INFO]: [Statz] Enabling Statz v1.6-SNAPSHOT-30
919[18:04:53] [Server thread/INFO]: Generating new PluginLibrary instance
920[18:04:53] [Server thread/INFO]: [PluginLibrary] ***== Loading libraries ==***
921[18:04:53] [Server thread/INFO]: [PluginLibrary] ***== Loaded 7 libraries! ==***
922[18:04:53] [Server thread/INFO]: [PluginLibrary] Loaded libraries: Autorank (by Staartvin), Statz (by Staartvin), Jobs (by Zrips), Vault (by Kainzo), WorldGuard (by sk89q), EssentialsX (by drtshock) and Towny (by Shade)
923[18:04:53] [Server thread/INFO]: [PluginLibrary] *** Ready for plugins to send/retrieve data. ***
924[18:04:53] [Server thread/INFO]: [Statz] Using SQLite database!
925[18:04:53] [Server thread/INFO]: [Statz] Logging is disabled!
926[18:04:53] [Server thread/INFO]: [Statz] Language file loaded (lang.yml)
927[18:04:53] [Server thread/INFO]: [Statz] Stats disabled file loaded (disabled-stats.yml)
928[18:04:53] [Server thread/INFO]: [Statz] Statz v1.6-SNAPSHOT-30 has been enabled!
929[18:04:53] [Server thread/INFO]: [Statz] Statistic description file loaded (statistics.yml)
930[18:04:53] [Server thread/INFO]: [Autorank] Enabling Autorank v4.4-SNAPSHOT-108
931[18:04:53] [Server thread/INFO]: Found PluginLibrary instance and using that
932[18:04:53] [Server thread/INFO]: [PluginLibrary] ***== Loading libraries ==***
933[18:04:53] [Server thread/INFO]: [PluginLibrary] ***== Loaded 7 libraries! ==***
934[18:04:53] [Server thread/INFO]: [PluginLibrary] Loaded libraries: Autorank (by Staartvin), Statz (by Staartvin), Jobs (by Zrips), Vault (by Kainzo), WorldGuard (by sk89q), EssentialsX (by drtshock) and Towny (by Shade)
935[18:04:53] [Server thread/INFO]: [PluginLibrary] *** Ready for plugins to send/retrieve data. ***
936[18:04:53] [Server thread/INFO]: [Autorank] Interval check every 5 minutes.
937[18:04:53] [Server thread/WARN]: [Autorank] You're running a DEV version, be sure to backup your Autorank folder!
938[18:04:53] [Server thread/WARN]: [Autorank] DEV versions are not guaranteed to be stable and generally shouldn't be used on big production servers with lots of players.
939[18:04:53] [Server thread/INFO]: [Autorank] Registered requirement service for adding custom requirements!
940[18:04:53] [Server thread/INFO]: [Autorank] Registered result service for adding custom results!
941[18:04:53] [Server thread/INFO]: [Autorank] Autorank 4.4-SNAPSHOT-108 has been enabled!
942[18:04:53] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
943[18:04:53] [Server thread/INFO]: Running delayed init tasks
944[18:04:53] [Craft Scheduler Thread - 15/INFO]: [Autorank] Primary storage provider of Autorank: FlatFileStorageProvider
945[18:04:53] [Craft Scheduler Thread - 16/INFO]: [Autorank] Loading UUID storage files...
946[18:04:53] [Craft Scheduler Thread - 13/INFO]: [Statz] ---------- [Applying Database patches] ----------
947[18:04:53] [Craft Scheduler Thread - 13/INFO]: [Statz] ---------- [No patches were applied! Database is already up-to-date.] ----------
948[18:04:53] [Craft Scheduler Thread - 17/INFO]: [Autorank] Removed 0 old storage entries from database!
949[18:04:53] [Craft Scheduler Thread - 14/INFO]: [Vault] Checking for Updates ...
950[18:04:53] [Server thread/WARN]: [HolographicDisplays] Hologram '1' was in the world 'world' but it wasn't loaded.
951[18:04:53] [Server thread/WARN]: [HolographicDisplays] Hologram '2' was in the world 'world' but it wasn't loaded.
952[18:04:53] [Server thread/WARN]: [HolographicDisplays] Hologram '3' was in the world 'world' but it wasn't loaded.
953[18:04:53] [Server thread/WARN]: [HolographicDisplays] Hologram '4' was in the world 'world' but it wasn't loaded.
954[18:04:53] [Server thread/WARN]: [HolographicDisplays] Hologram '5' not found, skipping it.
955[18:04:53] [Server thread/WARN]: [HolographicDisplays] Hologram '6' was in the world 'world' but it wasn't loaded.
956[18:04:53] [Server thread/WARN]: [HolographicDisplays] Hologram '7' was in the world 'world' but it wasn't loaded.
957[18:04:53] [Server thread/WARN]: [HolographicDisplays] Hologram '8' was in the world 'world' but it wasn't loaded.
958[18:04:53] [Server thread/WARN]: [HolographicDisplays] Hologram 'portalNote3' was in the world 'world' but it wasn't loaded.
959[18:04:53] [Server thread/WARN]: [HolographicDisplays] Hologram 'portalNote4' was in the world 'world' but it wasn't loaded.
960[18:04:53] [Server thread/WARN]: [HolographicDisplays] Hologram 'portalNote5' was in the world 'world' but it wasn't loaded.
961[18:04:53] [Server thread/WARN]: [HolographicDisplays] Hologram 'portalNote6' was in the world 'world' but it wasn't loaded.
962[18:04:53] [Server thread/WARN]: [HolographicDisplays] Hologram 'portalNote7' was in the world 'world' but it wasn't loaded.
963[18:04:53] [Craft Scheduler Thread - 16/INFO]: [Autorank] Loaded UUID storage in 0 seconds.
964[18:04:53] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
965[18:04:53] [Server thread/INFO]: [Skript] Loading variables...
966[18:04:53] [Server thread/INFO]: [Skript] Loaded 107 variables in 0.0 seconds
967[18:04:53] [Craft Scheduler Thread - 18/INFO]: [GroupManager] There was an issue parsing the version string.
968[18:04:53] [Craft Scheduler Thread - 18/INFO]: [GroupManager] No new version available
969[18:04:53] [Craft Scheduler Thread - 14/INFO]: [Vault] No new version available
970[18:04:54] [Thread-74/INFO]: [CoreProtect] No donation key found. Please check config.yml.
971[18:04:55] [Server thread/INFO]: [Skript] All scripts loaded without errors.
972[18:04:55] [Server thread/INFO]: [Skript] Loaded 1 script with a total of 13 triggers and 8 commands in 1.74 seconds
973[18:04:55] [Server thread/INFO]: [Skript] Finished loading.
974[18:04:55] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
975[18:04:55] [Server thread/INFO]: [BigDoors] Checking for updates...
976[18:04:55] [Server thread/INFO]: [GroupManager] Bukkit Permissions Updated!
977[18:04:55] [Server thread/INFO]: [TownyChat] -******* TownyChat enabled *******-
978[18:04:55] [Server thread/INFO]: [Autorank] ---------------[Autorank Dependencies]---------------
979[18:04:55] [Server thread/INFO]: [Autorank] Searching dependencies...
980[18:04:55] [Server thread/INFO]: [Autorank] Statz has been found and can be used!
981[18:04:55] [Server thread/INFO]: [Autorank] Searching stats plugin...
982[18:04:55] [Server thread/INFO]: [Autorank]
983[18:04:55] [Server thread/INFO]: [Autorank] Found Statz plugin: Statz (by Staartvin)
984[18:04:55] [Server thread/INFO]: [Autorank] Hooked into Statz (by Staartvin)
985[18:04:55] [Server thread/INFO]: [Autorank] ---------------[Autorank Dependencies]---------------
986[18:04:55] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
987[18:04:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: worldborder
988[18:04:55] [Server thread/ERROR]: [PlaceholderAPI] expansion class DSRVExpansion is outdated:
989Failed to load due to a [NoClassDefFoundError], attempted to use github/scarsz/discordsrv/dependencies/google/common/collect/ImmutableMap
990[18:04:55] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
991[18:04:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
992[18:04:55] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.onarandombox.MultiverseCore.MultiverseCore from Multiverse-Core v4.2.2-b812 which is not a depend, softdepend or loadbefore of this plugin.
993[18:04:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: multiverse
994[18:04:55] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.ess3.api.IEssentials from Essentials v2.18.2.0 which is not a depend, softdepend or loadbefore of this plugin.
995[18:04:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
996[18:04:55] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.palmergames.bukkit.towny.exceptions.NotRegisteredException from Towny v0.96.5.0 which is not a depend, softdepend or loadbefore of this plugin.
997[18:04:55] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.palmergames.bukkit.TownyChat.events.AsyncChatHookEvent from TownyChat v0.84 which is not a depend, softdepend or loadbefore of this plugin.
998[18:04:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: townychat
999[18:04:55] [Server thread/ERROR]: [PlaceholderAPI] Failed to load placeholder expansion from class: pw.valaria.placeholders.mcmmo.bridge.McMMOPlaceholderExpansion
1000java.lang.reflect.InvocationTargetException: null
1001 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_265]
1002 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_265]
1003 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_265]
1004 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_265]
1005 at me.clip.placeholderapi.expansion.manager.LocalExpansionManager.createExpansionInstance(LocalExpansionManager.java:336) ~[?:?]
1006 at me.clip.placeholderapi.expansion.manager.LocalExpansionManager.register(LocalExpansionManager.java:138) ~[?:?]
1007 at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_265]
1008 at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) ~[?:1.8.0_265]
1009 at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_265]
1010 at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_265]
1011 at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_265]
1012 at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_265]
1013 at java.util.stream.LongPipeline.reduce(LongPipeline.java:461) ~[?:1.8.0_265]
1014 at java.util.stream.LongPipeline.sum(LongPipeline.java:419) ~[?:1.8.0_265]
1015 at java.util.stream.ReferencePipeline.count(ReferencePipeline.java:593) ~[?:1.8.0_265]
1016 at me.clip.placeholderapi.expansion.manager.LocalExpansionManager.lambda$registerAll$2(LocalExpansionManager.java:288) ~[?:?]
1017 at me.clip.placeholderapi.util.Futures.lambda$null$0(Futures.java:46) ~[?:?]
1018 at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.16.4.jar:git-Paper-256]
1019 at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468) ~[patched_1.16.4.jar:git-Paper-256]
1020 at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:948) ~[patched_1.16.4.jar:git-Paper-256]
1021 at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.4.jar:git-Paper-256]
1022 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
1023Caused by: java.lang.IllegalStateException: Did not find a valid bridge! Are you using a supported version of mcmmo?
1024 at pw.valaria.placeholders.mcmmo.bridge.McMMOPlaceholderExpansion.<init>(McMMOPlaceholderExpansion.java:38) ~[?:?]
1025 ... 22 more
1026[18:04:55] [Server thread/WARN]: [PlaceholderAPI] Loaded class ch.njol.skript.Skript from Skript v2.5.3 which is not a depend, softdepend or loadbefore of this plugin.
1027[18:04:55] [Server thread/WARN]: [PlaceholderAPI] skript is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
1028[18:04:55] [Server thread/INFO]: 5 placeholder hooks successfully registered!
1029[18:04:55] [ForkJoinPool.commonPool-worker-7/INFO]: [BigDoors] No new updates available.
1030[18:04:55] [Server thread/INFO]: Done (19.661s)! For help, type "help"
1031[18:04:55] [Server thread/INFO]: Timings Reset
1032[18:04:55] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
1033[18:04:55] [Server thread/INFO]: [Anti-Xray] Version 2.0.0 has been loaded...
1034[18:04:55] [Server thread/INFO]: [Anti-Xray] Please leave a 5 star review!
1035[18:04:55] [DiscordSRV - Initialization/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (5925756e68bbc36ec0c67f0d4bceac050e0289d1)
1036[18:04:56] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] JdaFilter applied
1037[18:04:56] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Using bot token supplied from config
1038[18:04:56] [Server thread/INFO]: [Lottery] Plugin successfully linked with vault!
1039[18:04:56] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
1040[18:04:57] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
1041[18:04:58] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
1042[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Loaded 39 members in guild G:Cryadice Hub(453944021392424972)
1043[18:04:58] [DiscordSRV - Presence Updater/INFO]: [DiscordSRV] [DEBUG] Setting presence to "mc.cryadice.xyz"
1044[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Cryadice Hub(453944021392424972)
1045[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:welcome(470661959440924695)
1046[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:announcements(765574804317143090)
1047[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-information(471277443555131402)
1048[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?apply-for-staff?(471357718167552000)
1049[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-announcements(529957235179388939)
1050[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:outside-announcements(765574452279902238)
1051[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-dashboards(529679309053493268)
1052[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:form-links(790576952100126740)
1053[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-moderation-logs(471092162147385344)
1054[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ticket-status-updates(710818801742249984)
1055[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:closed-tickets-transcripts(710818882809626636)
1056[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-bot-commands(710912760879251567)
1057[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-chat(710913032682733590)
1058[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mc-console(706569957852315658)
1059[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-chat(710885118008492112)
1060[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:admin-chat(706818718000480287)
1061[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dev-chat(707948831152668682)
1062[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mod-chat(707948874802659366)
1063[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:builder-chat(707952798029053983)
1064[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:schematics(707032854512533524)
1065[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general(710858375805665364)
1066[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?help-needed?(471283162513801216)
1067[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?meme-palace?(471029609228533760)
1068[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?video-sharing?(471618974963204106)
1069[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?music-sharing?(471630806742204416)
1070[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?art-work?(471630445121896449)
1071[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:minecraft-patches(768081870499741726)
1072[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mc-notifications(707703757831667821)
1073[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general-chat(706563719756382228)
1074[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:new-chat(710200513966243910)
1075[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:help-chat(710200542391173251)
1076[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ark-patches(768082791664713758)
1077[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?join?(529560296960819200)
1078[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?leave?(529560424144699427)
1079[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-commands(471032773340299274)
1080[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:suggestions(471622256360030208)
1081[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:new-member-chat(471322139312521226)
1082[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:junior-member-chat(471322277179424778)
1083[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:advanced-member-chat(471322308619927563)
1084[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:pro-member-chat(471322358594928641)
1085[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:vip-member-chat(471039868181413900)
1086[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:streamer-notifcations(471082914814230551)
1087[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:youtube-notifications(471083015540572171)
1088[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:mc-console(706569957852315658)
1089[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Chat event cancellation detector has been enabled
1090[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Not using JDBC, one of host/port/database was default
1091[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Automatically enabled hooking for 8 TownyChat channels: general, staff, admin, dev, mod, builder, new, help
1092[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling TownyChat hook
1093[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
1094[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling SuperVanish hook
1095[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling dynmap hook
1096[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
1097[18:04:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv
1098[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Group synchronization (#1) on authority for {Wizeguy11:U:Wizeguy11(166863531222892544)}. Synchronization cause: Timer
1099[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Moderator(471029868759613440):Moderator} but Vault returned null as the player's groups (Player is offline)
1100[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Owner(470658661971263490):Owner} but Vault returned null as the player's groups (Player is offline)
1101[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:New Member(471014460396404736):Player} but Vault returned null as the player's groups (Player is offline)
1102[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Builder(471356818614910988):Builder} but Vault returned null as the player's groups (Player is offline)
1103[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Developer(470659003031224341):Developer} but Vault returned null as the player's groups (Player is offline)
1104[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Admin(710826341955797004):Admin} but Vault returned null as the player's groups (Player is offline)
1105[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Group synchronization (#2) on authority for {yoyoyo583:U:?yoyoyo?(189432787818774528)}. Synchronization cause: Timer
1106[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Moderator(471029868759613440):Moderator} but Vault returned null as the player's groups (Player is offline)
1107[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Owner(470658661971263490):Owner} but Vault returned null as the player's groups (Player is offline)
1108[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:New Member(471014460396404736):Player} but Vault returned null as the player's groups (Player is offline)
1109[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Builder(471356818614910988):Builder} but Vault returned null as the player's groups (Player is offline)
1110[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Developer(470659003031224341):Developer} but Vault returned null as the player's groups (Player is offline)
1111[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Admin(710826341955797004):Admin} but Vault returned null as the player's groups (Player is offline)
1112[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Group synchronization (#3) on authority for {SianW04:U:SianW04(693806887321206838)}. Synchronization cause: Timer
1113[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Moderator(471029868759613440):Moderator} but Vault returned null as the player's groups (Player is offline)
1114[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Owner(470658661971263490):Owner} but Vault returned null as the player's groups (Player is offline)
1115[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:New Member(471014460396404736):Player} but Vault returned null as the player's groups (Player is offline)
1116[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Builder(471356818614910988):Builder} but Vault returned null as the player's groups (Player is offline)
1117[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Developer(470659003031224341):Developer} but Vault returned null as the player's groups (Player is offline)
1118[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Admin(710826341955797004):Admin} but Vault returned null as the player's groups (Player is offline)
1119[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Group synchronization (#4) on authority for {Yorise:U:Yorise(744596058948239483)}. Synchronization cause: Timer
1120[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Moderator(471029868759613440):Moderator} but Vault returned null as the player's groups (Player is offline)
1121[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Owner(470658661971263490):Owner} but Vault returned null as the player's groups (Player is offline)
1122[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:New Member(471014460396404736):Player} but Vault returned null as the player's groups (Player is offline)
1123[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Builder(471356818614910988):Builder} but Vault returned null as the player's groups (Player is offline)
1124[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Developer(470659003031224341):Developer} but Vault returned null as the player's groups (Player is offline)
1125[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Admin(710826341955797004):Admin} but Vault returned null as the player's groups (Player is offline)
1126[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Group synchronization (#5) on authority for {flukercloth625:U:Flukercloth625(186139910032326656)}. Synchronization cause: Timer
1127[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Moderator(471029868759613440):Moderator} but Vault returned null as the player's groups (Player is offline)
1128[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Owner(470658661971263490):Owner} but Vault returned null as the player's groups (Player is offline)
1129[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:New Member(471014460396404736):Player} but Vault returned null as the player's groups (Player is offline)
1130[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Builder(471356818614910988):Builder} but Vault returned null as the player's groups (Player is offline)
1131[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Developer(470659003031224341):Developer} but Vault returned null as the player's groups (Player is offline)
1132[18:04:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Admin(710826341955797004):Admin} but Vault returned null as the player's groups (Player is offline)
1133[18:04:58] [Log4j2-TF-1-AsyncLogger[AsyncContext@1b6d3586]-1/INFO]: [DiscordSRV] [DEBUG] Encountered 429 on route PATCH/channels/{channel_id} with bucket 9852e1a53c06ffc5a89d65fef85ca4ce:guild_id:706569957852315658:webhook_id Retry-After: 24451 ms
1134[18:05:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
1135[18:05:10] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 36000 tiles rendered (95.88 msec/tile, 47.48 msec per render)
1136[18:05:17] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 36100 tiles rendered (95.83 msec/tile, 48.25 msec per render)
1137[18:05:27] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 36200 tiles rendered (95.84 msec/tile, 57.94 msec per render)
1138[18:05:34] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 36300 tiles rendered (95.76 msec/tile, 53.83 msec per render)
1139[18:05:40] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 36400 tiles rendered (95.66 msec/tile, 49.93 msec per render)
1140[18:05:48] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 36500 tiles rendered (95.61 msec/tile, 49.84 msec per render)
1141[18:05:58] [DiscordSRV - Presence Updater/INFO]: [DiscordSRV] [DEBUG] Setting presence to "on Cryadice MC"
1142[18:05:58] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 36600 tiles rendered (95.62 msec/tile, 53.60 msec per render)
1143[18:06:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
1144[18:06:04] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 36700 tiles rendered (95.52 msec/tile, 51.38 msec per render)
1145[18:06:10] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 36800 tiles rendered (95.42 msec/tile, 49.55 msec per render)
1146[18:06:18] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 36900 tiles rendered (95.39 msec/tile, 49.85 msec per render)
1147[18:06:27] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 37000 tiles rendered (95.39 msec/tile, 51.59 msec per render)
1148[18:06:34] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 37100 tiles rendered (95.31 msec/tile, 50.93 msec per render)
1149[18:06:42] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 37200 tiles rendered (95.26 msec/tile, 50.41 msec per render)
1150[18:06:49] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 37300 tiles rendered (95.21 msec/tile, 50.60 msec per render)
1151[18:06:58] [DiscordSRV - Presence Updater/INFO]: [DiscordSRV] [DEBUG] Setting presence to "mc.cryadice.xyz"
1152[18:06:58] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 37400 tiles rendered (95.19 msec/tile, 51.53 msec per render)
1153[18:07:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
1154[18:07:04] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 37500 tiles rendered (95.09 msec/tile, 50.47 msec per render)
1155[18:07:10] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 37600 tiles rendered (95.01 msec/tile, 49.62 msec per render)
1156[18:07:19] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 37700 tiles rendered (94.99 msec/tile, 50.21 msec per render)
1157[18:07:29] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 37800 tiles rendered (94.99 msec/tile, 51.30 msec per render)
1158[18:07:35] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 37900 tiles rendered (94.92 msec/tile, 51.00 msec per render)
1159[18:07:42] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 38000 tiles rendered (94.83 msec/tile, 50.36 msec per render)
1160[18:07:50] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 38100 tiles rendered (94.81 msec/tile, 50.97 msec per render)
1161[18:07:58] [DiscordSRV - Presence Updater/INFO]: [DiscordSRV] [DEBUG] Setting presence to "on Cryadice MC"
1162[18:07:58] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 38200 tiles rendered (94.76 msec/tile, 51.14 msec per render)
1163[18:08:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
1164[18:08:04] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 38300 tiles rendered (94.67 msec/tile, 50.51 msec per render)
1165[18:08:10] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 38400 tiles rendered (94.59 msec/tile, 49.95 msec per render)
1166[18:08:17] [Timer-2/WARN]: [ClearLag] Clearlag has detected a possible lag spike on tick #4083 (Tick is currently at 549 milliseconds)
1167[18:08:17] [Timer-2/WARN]: [ClearLag] Thread name: Server thread Id: 21
1168[18:08:17] [Timer-2/WARN]: [ClearLag] Thread state: WAITING
1169[18:08:17] [Timer-2/WARN]: [ClearLag] Thread stack-trace:
1170[18:08:17] [Timer-2/INFO]: > sun.misc.Unsafe.park(Native Method)
1171[18:08:17] [Timer-2/INFO]: > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
1172[18:08:17] [Timer-2/INFO]: > java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1707)
1173[18:08:17] [Timer-2/INFO]: > java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
1174[18:08:17] [Timer-2/INFO]: > java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1742)
1175[18:08:17] [Timer-2/INFO]: > java.util.concurrent.CompletableFuture.join(CompletableFuture.java:1947)
1176[18:08:17] [Timer-2/INFO]: > net.minecraft.server.v1_16_R3.PlayerChunkMap.read(PlayerChunkMap.java:1614)
1177[18:08:17] [Timer-2/INFO]: > org.dynmap.bukkit.helper.v116_4.MapChunkCache116_4.loadChunkNBT(MapChunkCache116_4.java:343)
1178[18:08:17] [Timer-2/INFO]: > org.dynmap.bukkit.helper.v116_4.MapChunkCache116_4.loadChunks(MapChunkCache116_4.java:434)
1179[18:08:17] [Timer-2/INFO]: > org.dynmap.bukkit.DynmapPlugin$BukkitServer$6.call(DynmapPlugin.java:490)
1180[18:08:17] [Timer-2/INFO]: > org.dynmap.bukkit.DynmapPlugin$BukkitServer$6.call(DynmapPlugin.java:477)
1181[18:08:17] [Timer-2/INFO]: > org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftFuture.run(CraftFuture.java:88)
1182[18:08:17] [Timer-2/INFO]: > org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468)
1183[18:08:17] [Timer-2/INFO]: > net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1296)
1184[18:08:17] [Timer-2/INFO]: > net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:377)
1185[18:08:17] [Timer-2/INFO]: > net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1211)
1186[18:08:17] [Timer-2/INFO]: > net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:999)
1187[18:08:17] [Timer-2/INFO]: > net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:177)
1188[18:08:17] [Timer-2/INFO]: > net.minecraft.server.v1_16_R3.MinecraftServer$$Lambda$3053/54869535.run(Unknown Source)
1189[18:08:17] [Timer-2/INFO]: > java.lang.Thread.run(Thread.java:748)
1190[18:08:18] [Timer-2/WARN]: [ClearLag] Thread 'Server thread' is no longer stuck on tick #4083
1191[18:08:18] [Timer-2/WARN]: [ClearLag] Estimated time spent on tick #4083: 851
1192[18:08:18] [Timer-2/WARN]: [ClearLag] Garbage collection time during tick: 0
1193[18:08:22] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 38500 tiles rendered (94.64 msec/tile, 50.91 msec per render)
1194[18:08:30] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 38600 tiles rendered (94.61 msec/tile, 51.17 msec per render)
1195[18:08:36] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 38700 tiles rendered (94.52 msec/tile, 50.72 msec per render)
1196[18:08:42] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 38800 tiles rendered (94.44 msec/tile, 50.16 msec per render)
1197[18:08:51] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 38900 tiles rendered (94.42 msec/tile, 50.74 msec per render)
1198[18:08:58] [DiscordSRV - Presence Updater/INFO]: [DiscordSRV] [DEBUG] Setting presence to "mc.cryadice.xyz"
1199[18:08:58] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 39000 tiles rendered (94.37 msec/tile, 50.75 msec per render)
1200[18:09:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
1201[18:09:04] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 39100 tiles rendered (94.27 msec/tile, 50.23 msec per render)
1202[18:09:11] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 39200 tiles rendered (94.20 msec/tile, 49.78 msec per render)
1203[18:09:21] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 39300 tiles rendered (94.22 msec/tile, 50.60 msec per render)
1204[18:09:29] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 39400 tiles rendered (94.19 msec/tile, 50.83 msec per render)
1205[18:09:35] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 39500 tiles rendered (94.10 msec/tile, 50.35 msec per render)
1206[18:09:42] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 39600 tiles rendered (94.03 msec/tile, 49.99 msec per render)
1207[18:09:51] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 39700 tiles rendered (94.04 msec/tile, 50.69 msec per render)
1208[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Group synchronization (#6) to Discord for {Wizeguy11:U:Wizeguy11(166863531222892544)}. Synchronization cause: Timer
1209[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Moderator(471029868759613440):Moderator} but Vault returned null as the player's groups (Player is offline)
1210[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Owner(470658661971263490):Owner} but Vault returned null as the player's groups (Player is offline)
1211[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:New Member(471014460396404736):Player} but Vault returned null as the player's groups (Player is offline)
1212[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Builder(471356818614910988):Builder} but Vault returned null as the player's groups (Player is offline)
1213[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Developer(470659003031224341):Developer} but Vault returned null as the player's groups (Player is offline)
1214[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Admin(710826341955797004):Admin} but Vault returned null as the player's groups (Player is offline)
1215[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Group synchronization (#7) to Discord for {yoyoyo583:U:?yoyoyo?(189432787818774528)}. Synchronization cause: Timer
1216[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Moderator(471029868759613440):Moderator} but Vault returned null as the player's groups (Player is offline)
1217[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Owner(470658661971263490):Owner} but Vault returned null as the player's groups (Player is offline)
1218[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:New Member(471014460396404736):Player} but Vault returned null as the player's groups (Player is offline)
1219[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Builder(471356818614910988):Builder} but Vault returned null as the player's groups (Player is offline)
1220[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Developer(470659003031224341):Developer} but Vault returned null as the player's groups (Player is offline)
1221[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Admin(710826341955797004):Admin} but Vault returned null as the player's groups (Player is offline)
1222[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Group synchronization (#8) to Discord for {SianW04:U:SianW04(693806887321206838)}. Synchronization cause: Timer
1223[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Moderator(471029868759613440):Moderator} but Vault returned null as the player's groups (Player is offline)
1224[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Owner(470658661971263490):Owner} but Vault returned null as the player's groups (Player is offline)
1225[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:New Member(471014460396404736):Player} but Vault returned null as the player's groups (Player is offline)
1226[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Builder(471356818614910988):Builder} but Vault returned null as the player's groups (Player is offline)
1227[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Developer(470659003031224341):Developer} but Vault returned null as the player's groups (Player is offline)
1228[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Admin(710826341955797004):Admin} but Vault returned null as the player's groups (Player is offline)
1229[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Group synchronization (#9) to Discord for {Yorise:U:Yorise(744596058948239483)}. Synchronization cause: Timer
1230[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Moderator(471029868759613440):Moderator} but Vault returned null as the player's groups (Player is offline)
1231[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Owner(470658661971263490):Owner} but Vault returned null as the player's groups (Player is offline)
1232[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:New Member(471014460396404736):Player} but Vault returned null as the player's groups (Player is offline)
1233[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Builder(471356818614910988):Builder} but Vault returned null as the player's groups (Player is offline)
1234[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Developer(470659003031224341):Developer} but Vault returned null as the player's groups (Player is offline)
1235[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Admin(710826341955797004):Admin} but Vault returned null as the player's groups (Player is offline)
1236[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Group synchronization (#10) to Discord for {flukercloth625:U:Flukercloth625(186139910032326656)}. Synchronization cause: Timer
1237[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Moderator(471029868759613440):Moderator} but Vault returned null as the player's groups (Player is offline)
1238[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Owner(470658661971263490):Owner} but Vault returned null as the player's groups (Player is offline)
1239[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:New Member(471014460396404736):Player} but Vault returned null as the player's groups (Player is offline)
1240[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Builder(471356818614910988):Builder} but Vault returned null as the player's groups (Player is offline)
1241[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Developer(470659003031224341):Developer} but Vault returned null as the player's groups (Player is offline)
1242[18:09:57] [Craft Scheduler Thread - 21/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Admin(710826341955797004):Admin} but Vault returned null as the player's groups (Player is offline)
1243[18:09:58] [DiscordSRV - Presence Updater/INFO]: [DiscordSRV] [DEBUG] Setting presence to "on Cryadice MC"
1244[18:09:58] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 39800 tiles rendered (93.97 msec/tile, 50.54 msec per render)
1245[18:10:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
1246[18:10:04] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 39900 tiles rendered (93.88 msec/tile, 50.12 msec per render)
1247[18:10:11] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 40000 tiles rendered (93.81 msec/tile, 49.81 msec per render)
1248[18:10:21] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 40100 tiles rendered (93.83 msec/tile, 50.45 msec per render)
1249[18:10:28] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 40200 tiles rendered (93.78 msec/tile, 50.53 msec per render)
1250[18:10:35] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 40300 tiles rendered (93.71 msec/tile, 50.18 msec per render)
1251[18:10:41] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 40400 tiles rendered (93.64 msec/tile, 49.94 msec per render)
1252[18:10:51] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 40500 tiles rendered (93.64 msec/tile, 50.50 msec per render)
1253[18:10:58] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 40600 tiles rendered (93.58 msec/tile, 50.43 msec per render)
1254[18:10:58] [DiscordSRV - Presence Updater/INFO]: [DiscordSRV] [DEBUG] Setting presence to "mc.cryadice.xyz"
1255[18:11:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
1256[18:11:04] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 40700 tiles rendered (93.50 msec/tile, 50.06 msec per render)
1257[18:11:10] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 40800 tiles rendered (93.43 msec/tile, 49.73 msec per render)
1258[18:11:21] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 40900 tiles rendered (93.46 msec/tile, 50.32 msec per render)
1259[18:11:29] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 41000 tiles rendered (93.42 msec/tile, 50.40 msec per render)
1260[18:11:35] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 41100 tiles rendered (93.35 msec/tile, 50.13 msec per render)
1261[18:11:41] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 41200 tiles rendered (93.28 msec/tile, 49.91 msec per render)
1262[18:11:51] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 41300 tiles rendered (93.28 msec/tile, 50.28 msec per render)
1263[18:11:58] [DiscordSRV - Presence Updater/INFO]: [DiscordSRV] [DEBUG] Setting presence to "on Cryadice MC"
1264[18:11:58] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 41400 tiles rendered (93.23 msec/tile, 50.35 msec per render)
1265[18:12:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
1266[18:12:04] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 41500 tiles rendered (93.15 msec/tile, 50.01 msec per render)
1267[18:12:10] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 41600 tiles rendered (93.08 msec/tile, 49.76 msec per render)
1268[18:12:21] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 41700 tiles rendered (93.11 msec/tile, 50.25 msec per render)
1269[18:12:28] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 41800 tiles rendered (93.05 msec/tile, 50.14 msec per render)
1270[18:12:35] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 41900 tiles rendered (93.00 msec/tile, 50.06 msec per render)
1271[18:12:42] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 42000 tiles rendered (92.95 msec/tile, 49.93 msec per render)
1272[18:12:52] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 42100 tiles rendered (92.95 msec/tile, 50.19 msec per render)
1273[18:12:58] [DiscordSRV - Presence Updater/INFO]: [DiscordSRV] [DEBUG] Setting presence to "mc.cryadice.xyz"
1274[18:13:00] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 42200 tiles rendered (92.93 msec/tile, 50.31 msec per render)
1275[18:13:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
1276[18:13:06] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 42300 tiles rendered (92.84 msec/tile, 50.05 msec per render)
1277[18:13:11] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 42400 tiles rendered (92.76 msec/tile, 49.80 msec per render)
1278[18:13:20] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 42500 tiles rendered (92.76 msec/tile, 50.01 msec per render)
1279[18:13:28] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 42600 tiles rendered (92.72 msec/tile, 50.06 msec per render)
1280[18:13:36] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 42700 tiles rendered (92.69 msec/tile, 50.08 msec per render)
1281[18:13:43] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 42800 tiles rendered (92.64 msec/tile, 50.00 msec per render)
1282[18:13:51] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 42900 tiles rendered (92.59 msec/tile, 49.97 msec per render)
1283[18:13:58] [DiscordSRV - Presence Updater/INFO]: [DiscordSRV] [DEBUG] Setting presence to "on Cryadice MC"
1284[18:14:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
1285[18:14:01] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 43000 tiles rendered (92.63 msec/tile, 50.47 msec per render)
1286[18:14:07] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 43100 tiles rendered (92.54 msec/tile, 50.22 msec per render)
1287[18:14:13] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 43200 tiles rendered (92.47 msec/tile, 49.99 msec per render)
1288[18:14:21] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 43300 tiles rendered (92.45 msec/tile, 50.11 msec per render)
1289[18:14:30] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 43400 tiles rendered (92.43 msec/tile, 50.23 msec per render)
1290[18:14:38] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 43500 tiles rendered (92.41 msec/tile, 50.30 msec per render)
1291[18:14:45] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 43600 tiles rendered (92.35 msec/tile, 50.12 msec per render)
1292[18:14:52] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 43700 tiles rendered (92.31 msec/tile, 50.09 msec per render)
1293[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Group synchronization (#11) to Discord for {Wizeguy11:U:Wizeguy11(166863531222892544)}. Synchronization cause: Timer
1294[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Moderator(471029868759613440):Moderator} but Vault returned null as the player's groups (Player is offline)
1295[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Owner(470658661971263490):Owner} but Vault returned null as the player's groups (Player is offline)
1296[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:New Member(471014460396404736):Player} but Vault returned null as the player's groups (Player is offline)
1297[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Builder(471356818614910988):Builder} but Vault returned null as the player's groups (Player is offline)
1298[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Developer(470659003031224341):Developer} but Vault returned null as the player's groups (Player is offline)
1299[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Admin(710826341955797004):Admin} but Vault returned null as the player's groups (Player is offline)
1300[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Group synchronization (#12) to Discord for {yoyoyo583:U:?yoyoyo?(189432787818774528)}. Synchronization cause: Timer
1301[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Moderator(471029868759613440):Moderator} but Vault returned null as the player's groups (Player is offline)
1302[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Owner(470658661971263490):Owner} but Vault returned null as the player's groups (Player is offline)
1303[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:New Member(471014460396404736):Player} but Vault returned null as the player's groups (Player is offline)
1304[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Builder(471356818614910988):Builder} but Vault returned null as the player's groups (Player is offline)
1305[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Developer(470659003031224341):Developer} but Vault returned null as the player's groups (Player is offline)
1306[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Admin(710826341955797004):Admin} but Vault returned null as the player's groups (Player is offline)
1307[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Group synchronization (#13) to Discord for {SianW04:U:SianW04(693806887321206838)}. Synchronization cause: Timer
1308[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Moderator(471029868759613440):Moderator} but Vault returned null as the player's groups (Player is offline)
1309[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Owner(470658661971263490):Owner} but Vault returned null as the player's groups (Player is offline)
1310[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:New Member(471014460396404736):Player} but Vault returned null as the player's groups (Player is offline)
1311[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Builder(471356818614910988):Builder} but Vault returned null as the player's groups (Player is offline)
1312[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Developer(470659003031224341):Developer} but Vault returned null as the player's groups (Player is offline)
1313[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Admin(710826341955797004):Admin} but Vault returned null as the player's groups (Player is offline)
1314[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Group synchronization (#14) to Discord for {Yorise:U:Yorise(744596058948239483)}. Synchronization cause: Timer
1315[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Moderator(471029868759613440):Moderator} but Vault returned null as the player's groups (Player is offline)
1316[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Owner(470658661971263490):Owner} but Vault returned null as the player's groups (Player is offline)
1317[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:New Member(471014460396404736):Player} but Vault returned null as the player's groups (Player is offline)
1318[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Builder(471356818614910988):Builder} but Vault returned null as the player's groups (Player is offline)
1319[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Developer(470659003031224341):Developer} but Vault returned null as the player's groups (Player is offline)
1320[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Admin(710826341955797004):Admin} but Vault returned null as the player's groups (Player is offline)
1321[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Group synchronization (#15) to Discord for {flukercloth625:U:Flukercloth625(186139910032326656)}. Synchronization cause: Timer
1322[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Moderator(471029868759613440):Moderator} but Vault returned null as the player's groups (Player is offline)
1323[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Owner(470658661971263490):Owner} but Vault returned null as the player's groups (Player is offline)
1324[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:New Member(471014460396404736):Player} but Vault returned null as the player's groups (Player is offline)
1325[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Builder(471356818614910988):Builder} but Vault returned null as the player's groups (Player is offline)
1326[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Developer(470659003031224341):Developer} but Vault returned null as the player's groups (Player is offline)
1327[18:14:57] [Craft Scheduler Thread - 26/INFO]: [DiscordSRV] [DEBUG] Tried to sync {R:Admin(710826341955797004):Admin} but Vault returned null as the player's groups (Player is offline)
1328[18:14:58] [DiscordSRV - Presence Updater/INFO]: [DiscordSRV] [DEBUG] Setting presence to "mc.cryadice.xyz"
1329[18:15:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
1330[18:15:05] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 43800 tiles rendered (92.39 msec/tile, 50.76 msec per render)
1331[18:15:10] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 43900 tiles rendered (92.30 msec/tile, 50.54 msec per render)
1332[18:15:16] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 44000 tiles rendered (92.23 msec/tile, 50.33 msec per render)
1333[18:15:23] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 44100 tiles rendered (92.18 msec/tile, 50.19 msec per render)
1334[18:15:33] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 44200 tiles rendered (92.19 msec/tile, 50.45 msec per render)
1335[18:15:42] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 44300 tiles rendered (92.18 msec/tile, 50.58 msec per render)
1336[18:15:48] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 44400 tiles rendered (92.12 msec/tile, 50.43 msec per render)
1337[18:15:55] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 44500 tiles rendered (92.06 msec/tile, 50.33 msec per render)
1338[18:15:58] [DiscordSRV - Presence Updater/INFO]: [DiscordSRV] [DEBUG] Setting presence to "on Cryadice MC"
1339[18:16:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
1340[18:16:05] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 44600 tiles rendered (92.08 msec/tile, 50.67 msec per render)
1341[18:16:14] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 44700 tiles rendered (92.07 msec/tile, 50.85 msec per render)
1342[18:16:20] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 44800 tiles rendered (92.00 msec/tile, 50.66 msec per render)
1343[18:16:26] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 44900 tiles rendered (91.94 msec/tile, 50.50 msec per render)
1344[18:16:35] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 45000 tiles rendered (91.93 msec/tile, 50.62 msec per render)
1345[18:16:43] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 45100 tiles rendered (91.89 msec/tile, 50.61 msec per render)
1346[18:16:52] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 45200 tiles rendered (91.90 msec/tile, 50.79 msec per render)
1347[18:16:58] [DiscordSRV - Presence Updater/INFO]: [DiscordSRV] [DEBUG] Setting presence to "mc.cryadice.xyz"
1348[18:16:58] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 45300 tiles rendered (91.83 msec/tile, 50.62 msec per render)
1349[18:17:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
1350[18:17:05] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 45400 tiles rendered (91.79 msec/tile, 50.57 msec per render)
1351[18:17:18] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 45500 tiles rendered (91.87 msec/tile, 51.12 msec per render)
1352[18:17:24] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 45600 tiles rendered (91.78 msec/tile, 50.95 msec per render)
1353[18:17:30] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 45700 tiles rendered (91.71 msec/tile, 50.77 msec per render)
1354[18:17:37] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 45800 tiles rendered (91.67 msec/tile, 50.67 msec per render)
1355[18:17:46] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 45900 tiles rendered (91.67 msec/tile, 50.87 msec per render)
1356[18:17:55] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 46000 tiles rendered (91.67 msec/tile, 51.03 msec per render)
1357[18:17:58] [DiscordSRV - Presence Updater/INFO]: [DiscordSRV] [DEBUG] Setting presence to "on Cryadice MC"
1358[18:18:00] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
1359[18:18:02] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 46100 tiles rendered (91.62 msec/tile, 50.87 msec per render)
1360[18:18:09] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'Wasteland' in progress - 46200 tiles rendered (91.56 msec/tile, 50.75 msec per render)
1361