Date: 2023/01/25 08:08:08 UTC-08:00
Type: Diff Report
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
[10:02:50] [ServerMain/INFO]: Building unoptimized datafixer
[10:02:52] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[10:02:54] [ServerMain/INFO]: Loaded 7 recipes
[10:02:55] [Server thread/INFO]: Starting minecraft server version 1.19.3
[10:02:55] [Server thread/INFO]: Loading properties
-[10:02:55] [Server thread/INFO]: This server is running Paper version git-Paper-384 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) (Git: e0c3b1b on HEAD)
+[10:02:55] [Server thread/INFO]: This server is running Paper version git-Paper-384 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) (Git: 18fabc0 on HEAD)
[10:02:55] [Server thread/INFO]: Server Ping Player Sample Count: 12
[10:02:55] [Server thread/INFO]: Using 4 threads for Netty based IO
[10:02:55] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[10:02:55] [Server thread/INFO]: Default game type: SURVIVAL
[10:02:55] [Server thread/INFO]: Generating keypair
[10:02:55] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25567
[10:02:55] [Server thread/INFO]: Using epoll channel type
[10:02:55] [Server thread/INFO]: Paper: Using libdeflate (Linux aarch64) compression from Velocity.
[10:02:55] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux aarch64) cipher from Velocity.
[10:02:56] [Server thread/INFO]: [Chatty] Loading 2 libraries... please wait
[10:02:56] [Server thread/INFO]: [KiteBoard] Detected server nms version: 1_19_R2
[10:02:56] [Server thread/INFO]: [KiteBoard] Searching for adapter implementation 'Adapter_1_19_R2'
[10:02:56] [Server thread/WARN]: [KiteBoard] No adapter implementation could be found with the name 'Adapter_1_19_R2'
[10:02:56] [Server thread/WARN]: [KiteBoard] Attempting to use the reflection fallback adapter.
[10:02:57] [Server thread/INFO]: [KiteBoard] Using adapter implementation: ReflectiveFallbackAdapter
[10:02:57] [Server thread/INFO]: [KiteBoard] Adapter capabilities:
[10:02:57] [Server thread/INFO]: [KiteBoard] * Scoreboard: Supported
[10:02:57] [Server thread/INFO]: [KiteBoard] * Tablist Header/Footer: Supported
[10:02:57] [Server thread/INFO]: [KiteBoard] * Unlimited Characters: Supported
[10:02:57] [Server thread/INFO]: [KiteBoard] * Hexadecimal Colors: Supported
[10:02:57] [Server thread/INFO]: [KiteBoard] Registered criteria 'PERMISSION'
[10:02:57] [Server thread/INFO]: [KiteBoard] Registered criteria 'WORLD'
[10:02:57] [Server thread/INFO]: [KiteBoard] Registered criteria 'EVENT'
[10:02:57] [Server thread/INFO]: [KiteBoard] Loading global settings...
[10:02:57] [Server thread/INFO]: [KiteBoard] Loading language settings...
[10:02:57] [Server thread/INFO]: [SignShop] Loading 3 libraries... please wait
[10:02:57] [Server thread/INFO]: [Econmy] Loading 7 libraries... please wait
[10:02:57] [Server thread/INFO]: [PremiumVanish] Loading 1 libraries... please wait
[10:02:57] [Server thread/INFO]: [Oraxen] Loading 2 libraries... please wait
[10:02:58] [Server thread/INFO]: [CraftiumCore] Loading 3 libraries... please wait
[10:02:58] [Server thread/INFO]: [InventoryRollbackPlus] Loading InventoryRollbackPlus v1.6.8
[10:02:58] [Server thread/INFO]: [Chunky] Loading Chunky v1.3.52
[10:02:58] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.2
[10:02:58] [Server thread/INFO]: [FarmLimiter] Loading FarmLimiter v1.5.1
[10:02:58] [Server thread/INFO]: [Insights] Loading Insights v6.14.0
[10:02:58] [Server thread/INFO]: [Xecuter] Loading Xecuter v2.0.1
[10:02:58] [Server thread/INFO]: [ServerUtils] Loading ServerUtils v3.5.4
[10:02:58] [Server thread/INFO]: [Chatty] Loading Chatty v1.2.4
[10:02:58] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.55
[10:02:58] [Server thread/INFO]: [UnifiedMetrics] Loading UnifiedMetrics v0.3.7
[10:02:58] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.2.2
[10:02:58] [Server thread/INFO]: [ShulkerPacks] Loading ShulkerPacks v1.6.4
[10:02:58] [Server thread/INFO]: [spark] Loading spark v1.10.17
[10:02:58] [Server thread/INFO]: [ChunkyBorder] Loading ChunkyBorder v1.1.42
[10:02:58] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.1.0
[10:02:58] [Server thread/INFO]: [Votifier] Loading Votifier v2.7.3
[10:02:58] [Server thread/INFO]: [KiteBoard] Loading KiteBoard v3.2.8
[10:02:58] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0-SNAPSHOT-b612
[10:02:59] [Server thread/INFO]: [RedstoneClockDetector] Loading RedstoneClockDetector v0.3-SNAPSHOT (build 7)
[10:02:59] [Server thread/INFO]: [StaffChat] Loading StaffChat v1.0.0
[10:02:59] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[10:02:59] [Server thread/INFO]: [SignShop] Loading SignShop v3.0.4
[10:02:59] [Server thread/INFO]: [VoteParty] Loading VoteParty v2.34
[10:02:59] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v4.2.13
[10:02:59] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.3
[10:02:59] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.13+46576cc
[10:03:00] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@7de1909f]
[10:03:00] [Server thread/INFO]: [DecentHolograms] Loading DecentHolograms v2.7.9
[10:03:00] [Server thread/INFO]: [Essentials] Loading Essentials v2.20.0-dev+40-996285c
[10:03:00] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v2.6.1
[10:03:00] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.2-SNAPSHOT-b870
[10:03:00] [Server thread/INFO]: [Economy] Loading Econmy v2.3.7
[10:03:00] [Server thread/INFO]: [Economy] Connecting to jdbc:mysql://172.18.0.1:3306/craftium_towny
[10:03:00] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] Econmy-DB - Starting...
[10:03:00] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] Econmy-DB - Start completed.
[10:03:00] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.6-Release
[10:03:00] [Server thread/WARN]: [DeluxeMenus] Could not setup a NMS hook for your server version!
[10:03:00] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.2.2-SNAPSHOT-b852
[10:03:00] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.11.13
[10:03:00] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.7+216b061
[10:03:00] [Server thread/INFO]: [RandomTeleport] Loading RandomTeleport v2.0-SNAPSHOT (build 99)
[10:03:00] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.8.0
[10:03:00] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.20.0-dev+40-996285c
[10:03:00] [Server thread/INFO]: [Prism] Loading Prism v3.6.0
[10:03:00] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.4
[10:03:00] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.30-SNAPSHOT (build 2895)
[10:03:01] [Server thread/INFO]: [EntityDetection] Loading EntityDetection v1.2.0 (build #23)
[10:03:01] [Server thread/INFO]: [PremiumVanish] Loading PremiumVanish v2.8.1
[10:03:01] [Server thread/INFO]: [CMILib] Loading CMILib v1.2.4.1
[10:03:01] [Server thread/INFO]: [Towny] Loading Towny v0.98.6.0
[10:03:01] [Server thread/INFO]: [Jobs] Loading Jobs v5.1.1.1
[10:03:01] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.16.3
[10:03:01] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (363 ms).
[10:03:01] [Server thread/INFO]: [Shopkeepers] Loading config.
[10:03:01] [Server thread/INFO]: [Shopkeepers] Loading language file: language-en-default.yml
[10:03:01] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
[10:03:01] [Server thread/INFO]: [Shopkeepers] Registering defaults.
[10:03:01] [Server thread/INFO]: [LWC] Loading LWC v2.2.8-f367129
[10:03:01] [Server thread/INFO]: [CraftiumCore] Loading CraftiumCore v2.1.0
[10:03:01] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[10:03:01] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.55
[10:03:02] [Server thread/INFO]: __
[10:03:02] [Server thread/INFO]: | |__) LuckPerms v5.4.55
[10:03:02] [Server thread/INFO]: |___ | Running on Bukkit - Paper
[10:03:02] [Server thread/INFO]:
[10:03:02] [Server thread/INFO]: [LuckPerms] Loading configuration...
[10:03:02] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB]
[10:03:02] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[10:03:02] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[10:03:02] [Server thread/INFO]: [LuckPerms] Loading messaging service... [REDIS]
[10:03:03] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[10:03:03] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[10:03:04] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2529ms)
[10:03:04] [Server thread/INFO]: [UnifiedMetrics] Enabling UnifiedMetrics v0.3.7
[10:03:04] [Server thread/INFO]: [UnifiedMetrics] Initializing driver 'prometheus'.
[10:03:04] [Server thread/INFO]: [UnifiedMetrics] Driver 'prometheus' initialized (47 ms).
[10:03:04] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b612
[10:03:04] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[10:03:04] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[10:03:04] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[10:03:04] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[10:03:04] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[10:03:04] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.13+46576cc
[10:03:04] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[10:03:04] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[10:03:05] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R2.PaperweightAdapter as the Bukkit adapter
[10:03:06] [Server thread/INFO]: [LWC] Enabling LWC v2.2.8-f367129
[10:03:07] [Server thread/INFO]: [LWC] Connecting to MySQL
[10:03:07] [Server thread/INFO]: Preparing level "spawn"
[10:03:07] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[10:03:08] [Server thread/INFO]: Time elapsed: 106 ms
[10:03:08] [Server thread/INFO]: [InventoryRollbackPlus] Enabling InventoryRollbackPlus v1.6.8
[10:03:08] [Server thread/INFO]: Rollback » Inventory backup data is set to save to: YAML
[10:03:08] [Server thread/INFO]: Rollback » bStats are enabled
[10:03:08] [Server thread/INFO]: [Chunky] Enabling Chunky v1.3.52
[10:03:08] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.2
[10:03:08] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[10:03:08] [Server thread/INFO]: [FarmLimiter] Enabling FarmLimiter v1.5.1
[10:03:09] [Server thread/INFO]: [Insights] Enabling Insights v6.14.0
[10:03:09] [Server thread/INFO]: [Insights] Loaded limit 'redstone-limit-2.yml'
[10:03:09] [Server thread/INFO]: [Insights] Loaded limit 'tile-limit.yml'
[10:03:09] [Server thread/INFO]: [Insights] Loaded limit 'redstone-limit.yml'
[10:03:09] [Server thread/INFO]: [Insights] Unregistered listener of 'BlockFromToEvent'
[10:03:09] [Server thread/INFO]: [Insights] Unregistered listener of 'LeavesDecayEvent'
[10:03:09] [Server thread/INFO]: [Insights] Unregistered listener of 'FluidLevelChangeEvent'
[10:03:09] [Server thread/INFO]: [Insights] Unregistered listener of 'SpongeAbsorbEvent'
[10:03:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: insights [6.14.0]
[10:03:09] [Server thread/INFO]: [Xecuter] Enabling Xecuter v2.0.1
[10:03:09] [Server thread/INFO]: [Xecuter] ================= Enabling Xecuter =================
[10:03:09] [Server thread/INFO]: [Xecuter] Running on: Paper - Paper git-Paper-384 (MC: 1.19.3)
[10:03:09] [Server thread/INFO]: [Xecuter] Blocking 3 commands
[10:03:09] [Server thread/INFO]: [Xecuter] ================= Enabled Xecuter! =================
[10:03:10] [Server thread/INFO]: [ServerUtils] Enabling ServerUtils v3.5.4
[10:03:10] [Server thread/INFO]: [Chatty] Enabling Chatty v1.2.4
[10:03:10] [Server thread/INFO]: [Chatty] Loaded 1 formats
[10:03:10] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.2.2
[10:03:10] [Server thread/INFO]: [ShulkerPacks] Enabling ShulkerPacks v1.6.4
[10:03:10] [Server thread/INFO]: [ShulkerPacks] §f§l[§9ShulkerPacks§f§l] §aShulkerPacks has been enabled!
[10:03:10] [Server thread/INFO]: [spark] Enabling spark v1.10.17
[10:03:10] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
[10:03:11] [Server thread/INFO]: [spark] Starting background profiler...
[10:03:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark [1.10.17]
[10:03:11] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
[10:03:11] [Server thread/INFO]: [ChunkyBorder] Enabling ChunkyBorder v1.1.42
[10:03:11] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.1.0
[10:03:11] [Server thread/INFO]: [BuycraftX] Validating your server key...
[10:03:11] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
[10:03:12] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.3
[10:03:12] [Server thread/INFO]: [Votifier] Loaded token for website: default
[10:03:12] [Server thread/INFO]: [Votifier] ------------------------------------------------------------------------------
[10:03:12] [Server thread/INFO]: [Votifier] Votifier protocol v1 parsing has been disabled. Most voting websites do not
[10:03:12] [Server thread/INFO]: [Votifier] currently support the modern Votifier protocol in NuVotifier.
[10:03:12] [Server thread/INFO]: [Votifier] ------------------------------------------------------------------------------
[10:03:12] [Server thread/INFO]: [Votifier] Using NIO transport to accept votes.
[10:03:12] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
[10:03:12] [Server thread/INFO]: [KiteBoard] Enabling KiteBoard v3.2.8
[10:03:12] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /[0:0:0:0:0:0:0:0]:8193.
[10:03:12] [Server thread/INFO]: [KiteBoard] Registered placeholder hook 'Player Placeholders (Internal)'
[10:03:12] [Server thread/INFO]: [KiteBoard] Registered placeholder hook 'Event Placeholders (Internal)'
[10:03:12] [Server thread/INFO]: [KiteBoard] Registered placeholder hook 'PlaceholderAPI 2'
[10:03:12] [Server thread/INFO]: [KiteBoard] Preparing to register command alias 'kboard'.
[10:03:12] [Server thread/INFO]: [KiteBoard] Preparing to register command alias 'kb'.
[10:03:12] [Server thread/INFO]: [RedstoneClockDetector] Enabling RedstoneClockDetector v0.3-SNAPSHOT (build 7)
[10:03:12] [Server thread/INFO]: [StaffChat] Enabling StaffChat v1.0.0
[10:03:12] [Server thread/INFO]: [SignShop] Enabling SignShop v3.0.4
[10:03:13] [Server thread/INFO]: [SignShop] Loaded 55 shops from world 'spawn'
[10:03:13] [Server thread/INFO]: [VoteParty] Enabling VoteParty v2.34
[10:03:13] [Server thread/INFO]: [VoteParty] [ACF] Enabled Asynchronous Tab Completion Support!
[10:03:13] [Server thread/INFO]:
_ _ ____
/ )( \( _ \
\ \/ / ) __/ VoteParty v2.34
\__/ (__) Server Version: git-Paper-384 (MC: 1.19.3)
[10:03:13] [Server thread/INFO]: [VoteParty] [ACF] Enabled Brigadier Support!
[10:03:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: voteparty [2.0]
[10:03:13] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v4.2.13
[10:03:14] [Server thread/INFO]: [PlayerVaults] Loaded! Took 285ms
[10:03:14] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.3
[10:03:14] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.3*-=-=-=-=-=-=-=-=-=-*
[10:03:14] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
[10:03:14] [Server thread/INFO]: | Command file(s) found : 2
[10:03:14] [Server thread/INFO]: | Config : Ready.
[10:03:14] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu)
[10:03:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mycommand [1.0.0]
[10:03:14] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
[10:03:14] [Server thread/INFO]: | Custom commands loaded : 5
[10:03:14] [Server thread/INFO]: | You're running the latest version of MyCommand.
[10:03:14] [Server thread/INFO]: | by emmerrei a.k.a. ivanfromitaly.
[10:03:14] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
[10:03:14] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.7.9
[10:03:14] [Server thread/INFO]: [DecentHolograms] Using ProtocolLib for packet listening.
[10:03:14] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.0-dev+40-996285c
[10:03:15] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[10:03:15] [Server thread/INFO]: [Essentials] No kits found to migrate.
[10:03:15] [Server thread/INFO]: [Essentials] Loaded 36926 items from items.json.
[10:03:15] [Server thread/WARN]: [Essentials] No aliases found in custom_items.yml.
[10:03:15] [Server thread/INFO]: [Essentials] Using locale en
[10:03:15] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[10:03:15] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[10:03:15] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[10:03:15] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[10:03:15] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v2.6.1
[10:03:15] [Server thread/INFO]: [IllegalStack/IllegalStack] The following materials are allowed to have stacks larger than the vanilla size: POTION
[10:03:15] [Server thread/INFO]: [IllegalStack/IllegalStack] Chat Components found! Enabling clickable commands in /istack
[10:03:15] [Server thread/INFO]: [IllegalStack/fListener] MC Version < 1.13 detected!
[10:03:15] [Server thread/INFO]: [IllegalStack/Listener113] Enabling 1.13+ Checks
[10:03:15] [Server thread/INFO]: [IllegalStack/IllegalStack] ZombieVillagerTransformChance is set to 65 *** Only really matters if the difficulty is set to HARD ***
[10:03:15] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.2-SNAPSHOT-b870
[10:03:15] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.2-SNAPSHOT-b870" 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--].
[10:03:15] [Server thread/INFO]: [Multiverse-Core] §aWe 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.
[10:03:15] [Server thread/INFO]: Preparing start region for dimension minecraft:nether
[10:03:15] [Server thread/INFO]: Time elapsed: 76 ms
[10:03:15] [Server thread/INFO]: [SignShop] Loaded 0 shops from world 'nether'
[10:03:16] [Server thread/INFO]: [SignShop] Loaded 0 shops from world 'cities'
[10:03:16] [Server thread/INFO]: [SignShop] Loaded 0 shops from world 'testworld'
[10:03:16] [Server thread/INFO]: Preparing start region for dimension minecraft:resources
[10:03:16] [Server thread/INFO]: Time elapsed: 25 ms
[10:03:16] [Server thread/INFO]: [SignShop] Loaded 0 shops from world 'resources'
[10:03:16] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
[10:03:16] [Server thread/INFO]: [Multiverse-Core] Version 4.3.2-SNAPSHOT-b870 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[10:03:16] [Server thread/INFO]: [Economy] Enabling Econmy v2.3.7
[10:03:17] [Server thread/INFO]: [Economy] Bank interest enabled, task started
[10:03:17] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.6-Release
[10:03:17] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[10:03:17] [Server thread/INFO]: [DeluxeMenus] 1 GUI menus loaded!
[10:03:17] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[10:03:17] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[10:03:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxemenus [1.13.6-Release]
[10:03:17] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.2-SNAPSHOT-b852
[10:03:17] [Server thread/INFO]: [Multiverse-Portals] 4 - Portals(s) loaded
[10:03:17] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
[10:03:17] [Server thread/INFO]: [Multiverse-Portals 4.2.2-SNAPSHOT-b852] Enabled - By Rigby and fernferret
[10:03:17] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.11.13
[10:03:17] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
[10:03:17] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
[10:03:17] [Server thread/INFO]: [CrazyCrates] Loading the events.log
[10:03:17] [Server thread/INFO]: [CrazyCrates] Successfully loaded events.log
[10:03:17] [Server thread/INFO]: [CrazyCrates] Loading the messages.yml
[10:03:17] [Server thread/INFO]: [CrazyCrates] Successfully loaded messages.yml
[10:03:17] [Server thread/INFO]: [CrazyCrates] Loading the locations.yml
[10:03:17] [Server thread/INFO]: [CrazyCrates] Successfully loaded locations.yml
[10:03:17] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
[10:03:17] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
[10:03:17] [Server thread/INFO]: [CrazyCrates] Loading custom files.
[10:03:17] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /crates/Vote.yml.
[10:03:17] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /crates/Legendary.yml.
[10:03:17] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /crates/Ultimate.yml.
[10:03:17] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /crates/Mega.yml.
[10:03:17] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
[10:03:17] [Server thread/INFO]: [CrazyCrates] DecentHolograms support has been enabled.
[10:03:17] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
[10:03:17] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_19_R2! Trying to find NMS support
[10:03:17] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_19_R2' loaded!
[10:03:17] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
[10:03:17] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
[10:03:17] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
[10:03:17] [Server thread/INFO]: [CrazyCrates] All physical crate locations have been loaded.
[10:03:17] [Server thread/INFO]: [CrazyCrates] Searching for schematics to load.
[10:03:17] [Server thread/INFO]: [CrazyCrates] All schematics were found and loaded.
[10:03:17] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
[10:03:17] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
[10:03:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: crazycrates [1.11.13]
[10:03:17] [Server thread/INFO]: [CrazyCrates] §6§lHOLOGRAPHIC_DISPLAYS §c§lNOT FOUND
[10:03:17] [Server thread/INFO]: [CrazyCrates] §6§lDECENT_HOLOGRAMS §a§lFOUND
[10:03:17] [Server thread/INFO]: [CrazyCrates] §6§lCMI §c§lNOT FOUND
[10:03:17] [Server thread/INFO]: [CrazyCrates] §6§lPLACEHOLDERAPI §a§lFOUND
[10:03:17] [Server thread/INFO]: [CrazyCrates] §6§lITEMS_ADDER §c§lNOT FOUND
[10:03:17] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.7+216b061
[10:03:18] [Server thread/INFO]: [WorldGuard] (spawn) TNT ignition is PERMITTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] (spawn) Lighters are PERMITTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] (spawn) Lava fire is PERMITTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] (spawn) Fire spread is UNRESTRICTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn'
[10:03:18] [Server thread/INFO]: [WorldGuard] (nether) TNT ignition is PERMITTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] (nether) Lighters are PERMITTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] (nether) Lava fire is PERMITTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] (nether) Fire spread is UNRESTRICTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'nether'
[10:03:18] [Server thread/INFO]: [WorldGuard] (cities) TNT ignition is PERMITTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] (cities) Lighters are PERMITTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] (cities) Lava fire is PERMITTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] (cities) Fire spread is UNRESTRICTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'cities'
[10:03:18] [Server thread/INFO]: [WorldGuard] (testworld) TNT ignition is PERMITTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] (testworld) Lighters are PERMITTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] (testworld) Lava fire is PERMITTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] (testworld) Fire spread is UNRESTRICTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'testworld'
[10:03:18] [Server thread/INFO]: [WorldGuard] (resources) TNT ignition is PERMITTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] (resources) Lighters are PERMITTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] (resources) Lava fire is PERMITTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] (resources) Fire spread is UNRESTRICTED.
[10:03:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'resources'
[10:03:18] [Server thread/INFO]: [WorldGuard] Loading region data...
[10:03:18] [Thread-19/INFO]: [NBTAPI] [NBTAPI] The NBT-API seems to be up-to-date!
[10:03:18] [Server thread/INFO]: [RandomTeleport] Enabling RandomTeleport v2.0-SNAPSHOT (build 99)
[10:03:18] [Server thread/INFO]: [RandomTeleport] Found locale en!
[10:03:18] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.8.0
[10:03:18] [Server thread/INFO]: [ServerSigns] Update checking skipped - To enable this, set 'check_for_updates' to true in your config.yml
[10:03:18] [Server thread/INFO]: [ServerSigns] You have decided to opt-out of Metrics statistic gathering. Enable this by setting 'metrics_opt_out' to false in the config.yml
[10:03:18] [Server thread/INFO]: [ServerSigns] Version 4.8.0 is now enabled.
[10:03:18] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.0-dev+40-996285c
[10:03:18] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[10:03:18] [Server thread/INFO]: [Prism] Enabling Prism v3.6.0
[10:03:19] [Server thread/INFO]: [Prism] Initializing Prism 3.6.0. by viveleroi
[10:03:19] [Server thread/INFO]: [Prism] Configuring Hikari from hikari.properties
[10:03:19] [Server thread/INFO]: [Prism] Elixr: Loaded items directory
[10:03:19] [Server thread/INFO]: [Prism] Optional Paper Events will be enabled.
[10:03:19] [Server thread/INFO]: [Prism] WorldEdit found. Associated features enabled.
[10:03:19] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.4
[10:03:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
[10:03:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
[10:03:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
[10:03:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
[10:03:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
[10:03:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
[10:03:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
[10:03:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
[10:03:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
[10:03:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
[10:03:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
[10:03:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
[10:03:19] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
[10:03:19] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.30-SNAPSHOT (build 2895)
[10:03:19] [Server thread/INFO]: [Citizens] Loading external libraries
[10:03:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
[10:03:19] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[10:03:19] [Server thread/INFO]: [EntityDetection] Enabling EntityDetection v1.2.0 (build #23)
[10:03:19] [Server thread/INFO]: [PremiumVanish] Enabling PremiumVanish v2.8.1
[10:03:19] [Server thread/INFO]: [de.myzelyam.premiumvanish.libs.hikari.HikariDataSource] PremiumVanish - Starting...
[10:03:20] [Server thread/INFO]: [de.myzelyam.premiumvanish.libs.hikari.HikariDataSource] PremiumVanish - Start completed.
[10:03:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: premiumvanish [2.8.1]
[10:03:20] [Server thread/INFO]: [PremiumVanish] Hooked into PlaceholderAPI
[10:03:20] [Server thread/INFO]: [PremiumVanish] Hooked into Essentials
[10:03:20] [Server thread/INFO]: [PremiumVanish] Hooked into Citizens
[10:03:20] [Server thread/INFO]: [CMILib] Enabling CMILib v1.2.4.1
[10:03:20] [Server thread/INFO]: Server version: v1_19_R2 - 1.19.3 - paper
[10:03:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmil [1.2.4.1]
[10:03:21] [Server thread/INFO]: PlaceholderAPI hooked.
[10:03:21] [Server thread/INFO]: Updated (EN) language file. Took 35ms
[10:03:21] [Server thread/INFO]: [Towny] Enabling Towny v0.98.6.0
[10:03:21] [Server thread/INFO]: ==================== Towny ========================
[10:03:21] [Server thread/INFO]: [Towny] Successfully loaded translations for 36 languages.
[10:03:21] [Server thread/INFO]: [Towny] Config: Loaded 9 townblock types: default, bank, shop, wilds, inn, farm, embassy, arena, jail.
[10:03:21] [Server thread/INFO]: [Towny] Database: [Load] mysql [Save] mysql
[10:03:21] [Server thread/INFO]: [com.palmergames.hikaricp.HikariDataSource] Towny MySQL - Starting...
[10:03:21] [Server thread/INFO]: [com.palmergames.hikaricp.pool.HikariPool] Towny MySQL - Added connection com.mysql.cj.jdbc.ConnectionImpl@6acf3b1d
[10:03:21] [Server thread/INFO]: [com.palmergames.hikaricp.HikariDataSource] Towny MySQL - Start completed.
[10:03:22] [Server thread/INFO]: [Towny] Database: Loaded in 235ms.
[10:03:22] [Server thread/INFO]: [Towny] Database: 100% of residents have stored UUIDs.
[10:03:22] [Server thread/INFO]: [com.palmergames.hikaricp.HikariDataSource] Towny MySQL - Starting...
[10:03:22] [Server thread/INFO]: [com.palmergames.hikaricp.pool.HikariPool] Towny MySQL - Added connection com.mysql.cj.jdbc.ConnectionImpl@1a41464e
[10:03:22] [Server thread/INFO]: [com.palmergames.hikaricp.HikariDataSource] Towny MySQL - Start completed.
[10:03:22] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] Cleaning up old backups...
[10:03:22] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] Successfully cleaned backups.
[10:03:22] [Server thread/INFO]: [Towny] Searching for third-party plugins...
[10:03:22] [Server thread/INFO]: [Towny] Plugins found:
[10:03:22] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] Making backup...
[10:03:22] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] ***** Warning *****
[10:03:22] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] ***** Only Snapshots & Regen files in towny\data\ will be backed up!
[10:03:22] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] ***** This does not include your residents/towns/nations.
[10:03:22] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] ***** Make sure you have scheduled a backup in MySQL too!!!
[10:03:22] [Server thread/INFO]: [Towny] Permissions: TownyPerms, LuckPerms v5.4.55 via Vault
[10:03:22] [Server thread/INFO]: [Towny] Chat: LuckPerms v5.4.55 via Vault
[10:03:22] [Server thread/INFO]: [Towny] Economy: Craftium Economy via Vault
[10:03:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: townyadvanced [0.98.6.0]
[10:03:22] [Server thread/INFO]: [Towny] Enabled LuckPerms contexts: towny:mayor, towny:nation, towny:resident, towny:insideowntown, towny:king, towny:townrank, towny:nationrank, towny:insidetown, towny:town, towny:insideownplot
[10:03:22] [Server thread/INFO]: [Towny] Add-ons: PlaceholderAPI v2.11.2, LuckPerms v5.4.55
[10:03:22] [ForkJoinPool.commonPool-worker-1/INFO]: [Towny] Towny flatfiles and settings successfully backed up.
[10:03:22] [Server thread/INFO]: =============================================================
[10:03:22] [Server thread/INFO]: [Towny] Version: 0.98.6.0 - Plugin Enabled
[10:03:22] [Server thread/INFO]: =============================================================
[10:03:22] [Server thread/INFO]: [Jobs] Enabling Jobs v5.1.1.1
[10:03:22] [Server thread/INFO]: ------------- Jobs -------------
[10:03:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jobsr [5.1.1.1]
[10:03:22] [Server thread/INFO]: PlaceholderAPI hooked.
[10:03:22] [Server thread/INFO]: Connected to database (MySQL)
[10:03:22] [Server thread/INFO]: Loaded 8 titles
[10:03:22] [Server thread/INFO]: Loaded 69 protected blocks timers
[10:03:22] [Server thread/INFO]: Loaded 1282 custom item names
[10:03:22] [Server thread/INFO]: Loaded 79 custom entity names
[10:03:22] [Server thread/INFO]: Loaded 38 custom enchant names
[10:03:22] [Server thread/INFO]: Loaded 21 custom enchant names
[10:03:22] [Server thread/INFO]: Loaded 16 custom color names
[10:03:22] [Server thread/INFO]: Loaded 7 jobs
[10:03:22] [Server thread/INFO]: Loaded 0 boosted items
[10:03:22] [Server thread/INFO]: Loaded 1 furnace for reassigning.
[10:03:22] [Server thread/INFO]: Loaded 2 blastfurnace for reassigning.
[10:03:22] [Server thread/INFO]: Loaded 2 smoker for reassigning.
[10:03:23] [Jobs-DatabaseSaveTask/INFO]: Started database save task.
[10:03:23] [Jobs-BufferedPaymentThread/INFO]: Started buffered payment thread.
[10:03:23] [Server thread/INFO]: Preloaded 64 players data in 0.03
[10:03:23] [Server thread/INFO]: WorldGuard detected.
[10:03:23] [Server thread/INFO]: Plugin has been enabled successfully.
[10:03:24] [Server thread/INFO]: Oraxen | Successfully loaded on Debian GNU/Linux 10 (buster)
[10:03:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: oraxen [1.150.2]
[10:03:24] [Server thread/INFO]: Oraxen | Plugin "PlaceholderAPI" detected, enabling hooks
[10:03:24] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.16.3
[10:03:24] [Server thread/INFO]: [Shopkeepers] Citizens found: Enabling NPC shopkeepers.
[10:03:24] [Server thread/INFO]: [Shopkeepers] Loading the data of 4 shopkeepers ...
[10:03:24] [Server thread/INFO]: [CraftiumCore] Enabling CraftiumCore v2.1.0
[10:03:25] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[10:03:25] [Server thread/INFO]: Running delayed init tasks
[10:03:25] [Craft Scheduler Thread - 7 - InventoryRollbackPlus/INFO]: Rollback » Checking for updates...
[10:03:25] [Craft Scheduler Thread - 4 - ServerUtils/INFO]: [ServerUtils] Checking for updates...
[10:03:25] [Craft Scheduler Thread - 5 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms...
[10:03:25] [Craft Scheduler Thread - 7 - InventoryRollbackPlus/INFO]: Rollback » You are running the latest version.
[10:03:25] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[10:03:25] [Craft Scheduler Thread - 12 - Essentials/INFO]: [Essentials] Fetching version information...
[10:03:25] [Craft Scheduler Thread - 13 - Prism/INFO]: [Prism] Attempting to configure datasource as MySQL.
[10:03:25] [Craft Scheduler Thread - 13 - Prism/INFO]: [Prism] No metric recorder found to hook into Hikari.
[10:03:25] [Craft Scheduler Thread - 13 - Prism/INFO]: [network.darkhelmet.prism.zaxxer.hikari.HikariDataSource] prism - Starting...
[10:03:25] [Craft Scheduler Thread - 6 - Towny/INFO]: [Towny] Checking for updates...
[10:03:25] [Craft Scheduler Thread - 17 - Towny/INFO]: [Towny] Time until a New Day: 1 hours, 56 minutes, 35 seconds
[10:03:25] [Craft Scheduler Thread - 7 - CMILib/INFO]: New version of CMILib was detected. Please update it
[10:03:25] [Craft Scheduler Thread - 5 - DecentHolograms/INFO]: [DecentHolograms] Loaded 16 holograms!
[10:03:25] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
[10:03:25] [Craft Scheduler Thread - 13 - Prism/INFO]: [network.darkhelmet.prism.zaxxer.hikari.HikariDataSource] prism - Start completed.
[10:03:25] [Craft Scheduler Thread - 13 - Prism/INFO]: [Prism] Prism detected your database is version:10.5.18-MariaDB-0+deb11u1 / Debian 11
[10:03:25] [Craft Scheduler Thread - 13 - Prism/INFO]: [Prism] You have set nonStandardSql to false
[10:03:25] [Craft Scheduler Thread - 13 - Prism/INFO]: [Prism] You are able to use non standard SQL
[10:03:25] [Craft Scheduler Thread - 13 - Prism/INFO]: [Prism] Prism will use standard sql queries
[10:03:25] [Server thread/INFO]: [KiteBoard] Reading groups from scoreboard directory.
[10:03:25] [Server thread/INFO]: [KiteBoard] Reading scoreboard group 'user.yml'
[10:03:25] [Server thread/INFO]: [KiteBoard] Reading groups from tablist directory.
[10:03:25] [Craft Scheduler Thread - 10 - VoteParty/INFO]: [VoteParty] Version is up to date
[10:03:25] [Craft Scheduler Thread - 13 - Prism/INFO]: [Prism] Update check complete: Schema v8
[10:03:25] [Craft Scheduler Thread - 4 - ServerUtils/INFO]: [ServerUtils] We are up-to-date!
[10:03:25] [Server thread/INFO]: [Essentials] Created a User for Banker (4dde20b4-7ae8-2572-ae73-44e77d445bf0) for non Bukkit type: net.citizensnpcs.nms.v1_19_R2.entity.EntityHumanNPC$PlayerNPC
[10:03:25] [Craft Scheduler Thread - 8 - KiteBoard/INFO]: [KiteBoard] You are running the latest version of KiteBoard.
[10:03:26] [Craft Scheduler Thread - 6 - Towny/INFO]: [Towny] New update available: 0.98.6.2 | Current version: 0.98.6.0
[10:03:26] [Craft Scheduler Thread - 6 - Towny/INFO]: [Towny] Download it here: https://github.com/TownyAdvanced/Towny/releases/tag/0.98.6.2
[10:03:26] [Server thread/INFO]: [Essentials] Created a User for Blacksmith (819c3d9e-b3b6-24fd-acd4-52bb34a2db05) for non Bukkit type: net.citizensnpcs.nms.v1_19_R2.entity.EntityHumanNPC$PlayerNPC
[10:03:26] [Server thread/INFO]: [Essentials] Created a User for Skotch (e359b87d-9537-211a-8e91-896ed9782ee4) for non Bukkit type: net.citizensnpcs.nms.v1_19_R2.entity.EntityHumanNPC$PlayerNPC
[10:03:26] [Server thread/INFO]: [Essentials] Created a User for Farsen (fafce3e4-b036-29a7-a9df-b92ad69d9235) for non Bukkit type: net.citizensnpcs.nms.v1_19_R2.entity.EntityHumanNPC$PlayerNPC
[10:03:26] [Server thread/INFO]: [Essentials] Created a User for Broz (aa439974-e50b-237b-8622-cb6b6ee17567) for non Bukkit type: net.citizensnpcs.nms.v1_19_R2.entity.EntityHumanNPC$PlayerNPC
[10:03:26] [Server thread/INFO]: [Essentials] Created a User for Vote Fragments (d46b9d03-1621-2f28-a3f9-1298a9d2ac94) for non Bukkit type: net.citizensnpcs.nms.v1_19_R2.entity.EntityHumanNPC$PlayerNPC
[10:03:26] [Server thread/INFO]: [Essentials] Created a User for Bill (dfdd81be-1525-21ec-a5fd-6821194df26f) for non Bukkit type: net.citizensnpcs.nms.v1_19_R2.entity.EntityHumanNPC$PlayerNPC
[10:03:26] [Server thread/INFO]: [Essentials] Created a User for Will (21328479-0a0c-2b01-bdf2-4704d55280c3) for non Bukkit type: net.citizensnpcs.nms.v1_19_R2.entity.EntityHumanNPC$PlayerNPC
[10:03:26] [Server thread/INFO]: [Citizens] Loaded 8 NPCs.
[10:03:26] [Server thread/INFO]: [PremiumVanish] Your current version of PremiumVanish is outdated - New version: '2.8.3'; Currently: '2.8.1'
[10:03:26] [pool-13-thread-1/INFO]: [Prism] Scheduled purge executor beginning new run...
[10:03:26] [pool-13-thread-1/INFO]: [Prism] Processed parameters for database purge: before:3mo
[10:03:26] [pool-13-thread-1/INFO]: [Prism] Beginning prism database purge cycle. Will be performed in batches so we don't tie up the db...
[10:03:26] [Server thread/INFO]: Done (31.345s)! For help, type "help"
[10:03:26] [Server thread/INFO]: Timings Reset
[10:03:26] [Craft Scheduler Thread - 9 - Insights/INFO]: [Insights] Checking for updates...
[10:03:26] [Craft Scheduler Thread - 16 - Prism/INFO]: [Prism] Cleared 6 rows. Max cycle time 8 msec. Using: before:3mo
[10:03:26] [Craft Scheduler Thread - 9 - Insights/INFO]: [Insights] We are up-to-date!
[10:03:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.3]
[10:03:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: progress [2.1]
[10:03:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic [2.0.1]
[10:03:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [1.7.1]
[10:03:29] [Server thread/INFO]: [PAPI] [Javascript-Expansion] 8 scripts loaded!
[10:03:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript [2.1.0]
[10:03:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms [5.4-R2]
[10:03:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server [2.6.1]
[10:03:29] [Server thread/INFO]: 7 placeholder hook(s) registered!
[10:03:45] [User Authenticator #0/INFO]: UUID of player ArtutoGamer is 3d082f9c-6fb6-4723-a7c2-4b8900e135a5
-[10:03:46] [Server thread/INFO]: ArtutoGamer[/ ip ] logged in with entity id 197 at ([spawn]5684.040821436071, 78.0, 147.4914330700616)
+[10:03:46] [Server thread/INFO]: ArtutoGamer[/ 1=17=ip ] logged in with entity id 197 at ([spawn]5684.040821436071, 78.0, 147.4914330700616)
[10:03:46] [Server thread/INFO]: [+] ~Artuto