Paste #106156: Unnamed Server Log Paste

Date: 2023/02/11 09:47:45 UTC-08:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


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
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680


[16:00:25] [ServerMain/INFO]: Building unoptimized datafixer
[16:00:26] [ServerMain/WARN]: You specified a resource pack without providing a sha1 hash. Pack will be updated on the client only if you change the name of the pack.
[16:00:26] [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'
[16:00:27] [ServerMain/INFO]: Loaded 7 recipes
[16:00:28] [Server thread/INFO]: Starting minecraft server version 1.19.3
[16:00:28] [Server thread/INFO]: Loading properties
[16:00:28] [Server thread/INFO]: This server is running Paper version git-Paper-388 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) (Git: 57f1157)
[16:00:28] [Server thread/INFO]: Server Ping Player Sample Count: 12
[16:00:28] [Server thread/INFO]: Using 4 threads for Netty based IO
[16:00:28] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 28 worker threads, and gen parallelism of 28 threads
[16:00:29] [Server thread/INFO]: Default game type: SURVIVAL
[16:00:29] [Server thread/INFO]: Generating keypair
[16:00:29] [Server thread/INFO]: Starting Minecraft server on *:25565
[16:00:29] [Server thread/INFO]: Using epoll channel type
[16:00:29] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[16:00:29] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[16:00:29] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_19_R2.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[16:00:33] [Server thread/WARN]: Legacy plugin ServerListPlus v3.4.8 does not specify an api-version.
[16:00:33] [Server thread/INFO]: [AntiPopup] Loading 1 libraries... please wait
[16:00:33] [Server thread/INFO]: [AntiPopup] Loaded library /opt/service/libraries/dev/dejvokep/boosted-yaml-spigot/1.3/boosted-yaml-spigot-1.3.jar
[16:00:33] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.52
[16:00:33] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.2
[16:00:33] [Server thread/INFO]: [CustomizablePlayerModels] Loading CustomizablePlayerModels v0.6.2a
[16:00:33] [Server thread/INFO]: [LoneLibs] Loading LoneLibs v1.0.22
[16:00:33] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0-SNAPSHOT-b602
[16:00:33] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.19.3) has not yet been tested! Proceed with caution.
[16:00:34] [Server thread/INFO]: [OldCombatMechanics] Loading OldCombatMechanics v1.11.0
[16:00:34] [Server thread/INFO]: [floodgate] Loading floodgate v2.2.0-SNAPSHOT (b74-4f36112)
[16:00:35] [Server thread/INFO]: [floodgate] Took 267ms to boot Floodgate
[16:00:35] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.8
[16:00:35] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[16:00:35] [Server thread/INFO]: [CrazyVouchers] Loading CrazyVouchers v2.9.14.1+Beta
[16:00:35] [Server thread/INFO]: [dynmap] Loading dynmap v3.5-beta-1-844
[16:00:35] [Server thread/INFO]: [dynmap] version=git-Paper-388 (MC: 1.19.3)
[16:00:35] [Server thread/INFO]: [dynmap] Mod Support API available
[16:00:35] [Server thread/INFO]: [voicechat] Loading voicechat v1.19.3-2.3.24
[16:00:35] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.13+46576cc
[16:00:35] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@68bfdfa1]
[16:00:35] [Server thread/INFO]: [DecentHolograms] Loading DecentHolograms v2.7.11
[16:00:35] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.7
[16:00:35] [Server thread/INFO]: [CustomDiscs] Loading CustomDiscs v2.2.3
[16:00:35] [Server thread/INFO]: [CommandPanels] Loading CommandPanels v3.18.4.0
[16:00:35] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v6.10.6-Premium
[16:00:35] [Server thread/INFO]: [RealDualWield] Loading RealDualWield v1.1.36
[16:00:35] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-b861
[16:00:35] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.7+216b061
[16:00:35] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.30-SNAPSHOT (build 2875)
[16:00:35] [Server thread/INFO]: [MythicDrops] Loading MythicDrops v8.3.20
[16:00:35] [Server thread/INFO]: [Quests] Loading Quests v3.13.2-d709ab4
[16:00:35] [Server thread/INFO]: [PlayerAuctions] Loading PlayerAuctions v1.17.1
[16:00:35] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v4.2.3-b523
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Loading ajLeaderboards v2.6.7
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for jar-relocator
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Checksum matched for jar-relocator
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm-commons
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm-commons
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for HikariCP
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Checksum matched for HikariCP
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for slf4j-api
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Checksum matched for slf4j-api
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for h2
[16:00:35] [Server thread/INFO]: [ajLeaderboards] Checksum matched for h2
[16:00:35] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.6-Release
[16:00:35] [Server thread/WARN]: [DeluxeMenus] Could not setup a NMS hook for your server version!
[16:00:35] [Server thread/INFO]: [Vivecraft] Loading Vivecraft-Spigot-Extensions v1.19.1-1
[16:00:35] [Server thread/INFO]: [TAB] Loading TAB v3.2.1
[16:00:35] [Server thread/INFO]: [mcMMO] Loading mcMMO v2.1.218
[16:00:35] [Server thread/INFO]: [mcMMO] Registered WG flags successfully!
[16:00:35] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.2.1-b834
[16:00:35] [Server thread/INFO]: [Dungeons] Loading Dungeons v2.6.1
[16:00:35] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.2.1
[16:00:35] [Server thread/INFO]: [Denizen] Loading Denizen v1.2.5-SNAPSHOT (build 1775-REL)
[16:00:35] [Server thread/INFO]: [Infiniteannouncements] Loading Infiniteannouncements v2.3.1
[16:00:35] [Server thread/INFO]: [GriefDefender] Loading GriefDefender v2.3.2
[16:00:35] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.19.7
[16:00:35] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v2.1.0-SNAPSHOT
[16:00:36] [Server thread/INFO]: [Geyser-Spigot] Loading extensions...
[16:00:36] [Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
[16:00:36] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v4.2.2-b807
[16:00:36] [Server thread/INFO]: [AntiPopup] Loading AntiPopup v5.3
[16:00:36] [Server thread/INFO]: [AntiPopup] Loaded PacketEvents.
[16:00:36] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[16:00:36] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.52
[16:00:37] [Server thread/INFO]:         __    
[16:00:37] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.52
[16:00:37] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[16:00:37] [Server thread/INFO]: 
[16:00:37] [Server thread/INFO]: [LuckPerms] Loading configuration...
[16:00:37] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
[16:00:37] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[16:00:37] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[16:00:38] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
[16:00:39] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[16:00:39] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[16:00:40] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 3658ms)
[16:00:40] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.22
[16:00:40] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b602
[16:00:40] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[16:00:40] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.19.7 which is not a depend or softdepend of this plugin.
[16:00:40] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[16:00:40] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[16:00:40] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[16:00:40] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[16:00:40] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.13+46576cc
[16:00:40] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[16:00:40] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[16:00:40] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R2.PaperweightAdapter as the Bukkit adapter
[16:00:41] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v6.10.6-Premium
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Loaded caption map for namespace 'plotsquared': com.plotsquared.core.configuration.caption.LocalizedCaptionMap
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: plot-expiry | Value: false
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: worlds | Value: false
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-named-road-mobs | Value: false
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: per-user-locale | Value: false
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: worldedit-restrictions | Value: true
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: external-placeholders | Value: true
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-owned-road-mobs | Value: false
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: disable-beacon-effect-overflow | Value: true
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: database | Value: true
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: component-presets | Value: true
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: chunk-processor | Value: false
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: extended-username-completion | Value: true
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: events | Value: true
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: commands | Value: true
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-road-mobs | Value: false
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-road-items | Value: false
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: database-purger | Value: false
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: economy | Value: false
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: persistent-road-regen | Value: true
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-road-vehicles | Value: false
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: default-locale | Value: en
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: use-mvdwapi | Value: true
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: persistent-meta | Value: true
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: tab-completed-aliases | Value: [plot, plots, p, plotsquared, plot2, p2, ps, 2, plotme, plotz, ap]
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: ban-deleter | Value: false
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: update-notifications | Value: true
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: rating-cache | Value: true
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: comment-notifier | Value: true
[16:00:41] [Server thread/INFO]: [PlotSquared/BukkitPlatform] PlotSquared version licensed to Spigot user 390150
[16:00:41] [Server thread/INFO]: [PlotSquared/BukkitPlatform] https://www.spigotmc.org/resources/77506
[16:00:41] [Server thread/INFO]: [PlotSquared/BukkitPlatform] Download ID: 494154163
[16:00:41] [Server thread/INFO]: [PlotSquared/BukkitPlatform] Thanks for supporting us :)
[16:00:41] [Server thread/INFO]: [PlotSquared/PlotSquared] Connection to database established. Type: SQLite
[16:00:41] [Server thread/INFO]: [PlotSquared/BukkitPlatform] PlotSquared hooked into WorldEdit
[16:00:41] [Server thread/INFO]: [PlotSquared/BukkitPlatform] (UUID) Using LuckPerms as a complementary UUID service
[16:00:41] [Server thread/INFO]: [PlotSquared/BukkitPlatform] (UUID) Using EssentialsX as a complementary UUID service
[16:00:41] [Server thread/INFO]: [PlotSquared/BukkitPlatform] (UUID) Using Paper as a complementary UUID service
[16:00:41] [Server thread/INFO]: [PlotSquared/BukkitPlatform] (UUID) 1 UUIDs will be cached
[16:00:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: plotsquared [3]
[16:00:42] [Server thread/INFO]: [PlotSquared/BukkitPlatform] PlotSquared hooked into PlaceholderAPI
[16:00:42] [Server thread/INFO]: [MythicDrops] Enabling MythicDrops v8.3.20
[16:00:42] [Server thread/INFO]: [MythicDrops] [ACF] Enabled Asynchronous Tab Completion Support!
[16:00:42] [Server thread/INFO]: [GriefDefender] Enabling GriefDefender v2.3.2
[16:00:42] [Server thread/INFO]: [GriefDefender] Loading libraries...
[16:00:43] [Server thread/INFO]: [GriefDefender] GriefDefender boot start.
[16:00:45] [Server thread/INFO]: [GriefDefender] Loading configuration...
[16:00:46] [Server thread/INFO]: [GriefDefender] Loading Flag Definition Presets...
[16:00:46] [Server thread/INFO]: [GriefDefender] Loading flag definitions from file 'minecraft.conf'...
[16:00:47] [Server thread/INFO]: [GriefDefender] Detected Vault. Initializing VaultProvider...
[16:00:47] [Server thread/WARN]: [com.griefdefender.lib.zaxxer.hikari.HikariConfig] griefdefender-hikari - maxLifetime is less than 30000ms, setting to default 1800000ms.
[16:00:47] [Server thread/INFO]: [com.griefdefender.lib.zaxxer.hikari.HikariDataSource] griefdefender-hikari - Starting...
[16:00:47] [Server thread/INFO]: [com.griefdefender.lib.zaxxer.hikari.HikariDataSource] griefdefender-hikari - Start completed.
[16:00:49] [Server thread/INFO]: [GriefDefender] [ACF] Enabled Asynchronous Tab Completion Support!
[16:00:49] [Server thread/INFO]: [GriefDefender] Loaded successfully.
[16:00:49] [Server thread/INFO]: Preparing level "1_Continental"
[16:00:50] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[16:00:50] [Server thread/INFO]: Time elapsed: 92 ms
[16:00:50] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[16:00:50] [Server thread/INFO]: Time elapsed: 20 ms
[16:00:50] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[16:00:50] [Server thread/INFO]: Time elapsed: 16 ms
[16:00:50] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.2
[16:00:50] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[16:00:50] [Server thread/INFO]: [CustomizablePlayerModels] Enabling CustomizablePlayerModels v0.6.2a
[16:00:50] [Server thread/INFO]: [CustomizablePlayerModels] Customizable Player Models Initialized
[16:00:50] [Server thread/INFO]: [OldCombatMechanics] Enabling OldCombatMechanics v1.11.0
[16:00:50] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ocm [1.11.0]
[16:00:51] [Server thread/INFO]: [OldCombatMechanics] OldCombatMechanics v1.11.0 has been enabled
[16:00:51] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.0-SNAPSHOT (b74-4f36112)
[16:00:51] [pool-28-thread-1/INFO]: [GriefDefender] [1_continental] 1 total claims loaded.
[16:00:51] [pool-28-thread-1/INFO]: [GriefDefender] Loading schematics for world 1_Continental...
[16:00:51] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.8*
[16:00:51] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
[16:00:51] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
[16:00:51] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
[16:00:51] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
[16:00:51] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
[16:00:51] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.8 enabled.
[16:00:51] [Server thread/INFO]: [CrazyVouchers] Enabling CrazyVouchers v2.9.14.1+Beta
[16:00:51] [Server thread/INFO]: [CrazyVouchers] Loading the Config.yml
[16:00:51] [Server thread/INFO]: [CrazyVouchers] Successfully loaded Config.yml
[16:00:51] [Server thread/INFO]: [CrazyVouchers] Loading the Data.yml
[16:00:51] [Server thread/INFO]: [CrazyVouchers] Successfully loaded Data.yml
[16:00:51] [Server thread/INFO]: [CrazyVouchers] Loading the Messages.yml
[16:00:51] [Server thread/INFO]: [CrazyVouchers] Successfully loaded Messages.yml
[16:00:51] [Server thread/INFO]: [CrazyVouchers] Loading the VoucherCodes.yml
[16:00:51] [Server thread/INFO]: [CrazyVouchers] Successfully loaded VoucherCodes.yml
[16:00:51] [Server thread/INFO]: [CrazyVouchers] Metrics has been enabled.
[16:00:51] [pool-28-thread-1/INFO]: [GriefDefender] [1_continental_nether] 0 total claims loaded.
[16:00:51] [pool-28-thread-1/INFO]: [GriefDefender] Loading schematics for world 1_Continental_nether...
[16:00:51] [Server thread/INFO]: [dynmap] Enabling dynmap v3.5-beta-1-844
[16:00:51] [Server thread/INFO]: [dynmap] Added 19 custom biome mappings
[16:00:51] [Server thread/INFO]: [dynmap] Using LuckPerms 5.4.52 for access control
[16:00:51] [pool-28-thread-1/INFO]: [GriefDefender] [1_continental_the_end] 0 total claims loaded.
[16:00:51] [pool-28-thread-1/INFO]: [GriefDefender] Loading schematics for world 1_Continental_the_end...
[16:00:52] [pool-26-thread-1/INFO]: [PlotSquared/BukkitPlatform] (UUID) PlotSquared will fetch UUIDs in groups of 200
[16:00:52] [pool-26-thread-1/INFO]: [PlotSquared/BukkitPlatform] (UUID) PlotSquared has cached 100.0% of UUIDs
[16:00:52] [pool-26-thread-1/INFO]: [PlotSquared/BukkitPlatform] (UUID) PlotSquared has cached all UUIDs
[16:00:52] [Server thread/INFO]: [dynmap] Mod Support processing completed
[16:00:53] [Thread-37/WARN]: [floodgate] 
**********************************
* The prefix you entered in your Floodgate config (_) could lead to username conflicts!
* Should a Java player join with the username _Notch, and a Bedrock player join as Notch (who will be given the name _Notch), unwanted results will happen!
* We strongly recommend using . as the prefix, but other alternatives that will not conflict include: +, - and *
**********************************
[16:00:53] [Server thread/INFO]: [dynmap] Loaded 27 shaders.
[16:00:53] [Server thread/INFO]: [dynmap] Loaded 83 perspectives.
[16:00:53] [Server thread/INFO]: [dynmap] Loaded 22 lightings.
[16:00:53] [Server thread/INFO]: [dynmap] Starting enter/exit processing
[16:00:53] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
[16:00:54] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
[16:00:54] [Server thread/INFO]: [dynmap] version 3.5-beta-1-844 is enabled - core version 3.5-beta-1-844
[16:00:54] [Server thread/INFO]: [dynmap] For support, visit our Discord at https://discord.gg/s3rd5qn
[16:00:54] [Server thread/INFO]: [dynmap] For news, visit https://reddit.com/r/Dynmap or follow https://universeodon.com/@dynmap
[16:00:54] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[16:00:54] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
[16:00:54] [Server thread/INFO]: [dynmap] Loaded 1 maps of world '1_Continental'.
[16:00:54] [Server thread/INFO]: [dynmap] Loaded 0 maps of world '1_Continental_nether'.
[16:00:54] [Server thread/INFO]: [dynmap] Loaded 0 maps of world '1_Continental_the_end'.
[16:00:54] [Server thread/INFO]: [dynmap] Enabled
[16:00:54] [Server thread/INFO]: [voicechat] Enabling voicechat v1.19.3-2.3.24
[16:00:54] [Server thread/INFO]: [voicechat] Compatibility version 15
[16:00:54] [Server thread/INFO]: [voicechat] Loading translations
[16:00:54] [Server thread/INFO]: [voicechat] Successfully initialized commodore command completion
[16:00:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: voicechat [1.19.3-2.3.24]
[16:00:54] [Server thread/INFO]: [voicechat] Successfully registered PlaceholderAPI expansion
[16:00:54] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.7.11
[16:00:54] [Server thread/INFO]: [DecentHolograms] Using ProtocolLib for packet listening.
[16:00:54] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.7
[16:00:54] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[16:00:54] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[16:00:54] [Server thread/INFO]: [Essentials] No kits found to migrate.
[16:00:54] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
[16:00:54] [Server thread/INFO]: [Essentials] Using locale en_US
[16:00:54] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[16:00:54] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[16:00:54] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[16:00:54] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[16:00:54] [Server thread/INFO]: [CustomDiscs] Enabling CustomDiscs v2.2.3
[16:00:54] [Server thread/INFO]: [CustomDiscs] Successfully registered CustomDiscs plugin
[16:00:54] [Server thread/INFO]: [CommandPanels] Enabling CommandPanels v3.18.4.0
[16:00:54] [Server thread/INFO]: [CommandPanels] RockyHawk's CommandPanels v3.18.4.0 Plugin Loading...
[16:00:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: commandpanels [1.0.0]
[16:00:54] [Server thread/INFO]: [CommandPanels] RockyHawk's CommandPanels v3.18.4.0 Plugin Loaded!
[16:00:54] [Server thread/INFO]: [RealDualWield] Enabling RealDualWield v1.1.36
[16:00:54] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_19_R2! Trying to find NMS support
[16:00:54] [Server thread/WARN]: [NBTAPI] [NBTAPI] This Server-Version(v1_19_R2) is not supported by this NBT-API Version(2.10.0) located at dev.lone.LoneLibs.nbt.nbtapi.utils.MinecraftVersion. The NBT-API will try to work as good as it can! Some functions may not work!
[16:00:54] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
[16:00:54] [Server thread/INFO]: 
[16:00:54] [Server thread/INFO]: -=[ Real DualWield ]=-
[16:00:54] [Server thread/INFO]: 
[16:00:54] [Server thread/INFO]: Version: 1.1.36
[16:00:54] [Server thread/INFO]: Server version: v1_19_R2
[16:00:54] [Server thread/INFO]: 
[16:00:54] [Server thread/INFO]: 
[16:00:55] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[16:00:55] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" 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--].
[16:00:55] [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.
[16:00:55] [Server thread/INFO]: Preparing start region for dimension minecraft:0_spawn
[16:00:55] [Server thread/INFO]: Time elapsed: 308 ms
[16:00:55] [Server thread/INFO]: [dynmap] Loaded 0 maps of world '0_Spawn'.
[16:00:55] [Server thread/INFO]: [PlotSquared/PlotSquared] Detected world load for '0_Creative'
[16:00:55] [Server thread/INFO]: [PlotSquared/PlotSquared] - generator: PlotSquared>PlotSquared
[16:00:55] [Server thread/INFO]: [PlotSquared/PlotSquared] - plot world: com.plotsquared.core.generator.HybridPlotWorld
[16:00:55] [Server thread/INFO]: [PlotSquared/PlotSquared] - plot area manager: com.plotsquared.core.generator.HybridPlotManager
[16:00:55] [Server thread/INFO]: [P2] Area flags: []
[16:00:55] [Server thread/INFO]: [P2] Road flags: []
[16:00:56] [pool-28-thread-1/INFO]: [GriefDefender] [0_spawn] 1 total claims loaded.
[16:00:56] [pool-28-thread-1/INFO]: [GriefDefender] Loading schematics for world 0_Spawn...
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] - Dumping settings for ClassicPlotWorld with name 0_Creative
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_schematic_enabled = true
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_schematic = false
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_schematic_height = -1
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- path_width_lower = 17
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- path_width_upper = 318
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- schem_y = 25
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_height = 25
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_height = 50
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- wall_height = 49
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- main_block = stone
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- top_block = stone
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- wall_block = polished_andesite
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- claimed_wall_block = polished_andesite
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- wall_filling = polished_andesite
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_block = stone
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_bedrock = true
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- place_top_block = true
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_width = 300
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_width = 35
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_offset_x = 0
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_offset_z = 0
[16:00:56] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- size = 335
[16:00:56] [Server thread/INFO]: Preparing start region for dimension minecraft:0_creative
[16:00:57] [pool-28-thread-1/INFO]: [GriefDefender] [0_creative] 0 total claims loaded.
[16:00:57] [pool-28-thread-1/INFO]: [GriefDefender] Loading schematics for world 0_Creative...
[16:00:57] [Server thread/INFO]: Time elapsed: 501 ms
[16:00:57] [Server thread/INFO]: [dynmap] Loaded 0 maps of world '0_Creative'.
[16:00:57] [Server thread/INFO]: Preparing start region for dimension minecraft:0_vanilla
[16:00:57] [Server thread/INFO]: Time elapsed: 21 ms
[16:00:57] [Server thread/INFO]: [dynmap] Loaded 3 maps of world '0_Vanilla'.
[16:00:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Detected world load for '0_Creative300x'
[16:00:57] [Server thread/INFO]: [PlotSquared/PlotSquared] - generator: PlotSquared>PlotSquared
[16:00:57] [Server thread/INFO]: [PlotSquared/PlotSquared] - plot world: com.plotsquared.core.generator.HybridPlotWorld
[16:00:57] [Server thread/INFO]: [PlotSquared/PlotSquared] - plot area manager: com.plotsquared.core.generator.HybridPlotManager
[16:00:57] [Server thread/INFO]: [P2] Area flags: []
[16:00:57] [Server thread/INFO]: [P2] Road flags: []
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] - Dumping settings for ClassicPlotWorld with name 0_Creative300x
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_schematic_enabled = true
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_schematic = false
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_schematic_height = -1
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- path_width_lower = 17
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- path_width_upper = 318
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- schem_y = 25
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_height = 25
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_height = 50
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- wall_height = 49
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- main_block = stone
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- top_block = stone
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- wall_block = polished_andesite
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- claimed_wall_block = polished_andesite
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- wall_filling = polished_andesite
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_block = stone
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_bedrock = true
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- place_top_block = true
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_width = 300
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_width = 35
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_offset_x = 0
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_offset_z = 0
[16:00:57] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- size = 335
[16:00:58] [Server thread/INFO]: Preparing start region for dimension minecraft:0_creative300x
[16:00:58] [Server thread/INFO]: Time elapsed: 33 ms
[16:00:58] [Server thread/INFO]: [dynmap] Loaded 3 maps of world '0_Creative300x'.
[16:00:58] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
[16:00:58] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
[16:00:58] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[16:00:58] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.7+216b061
[16:00:58] [Server thread/INFO]: [WorldGuard] (1_Continental) TNT ignition is PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (1_Continental) Lighters are PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (1_Continental) Lava fire is PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (1_Continental) Fire spread is UNRESTRICTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world '1_Continental'
[16:00:58] [Server thread/INFO]: [WorldGuard] (1_Continental_nether) TNT ignition is PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (1_Continental_nether) Lighters are PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (1_Continental_nether) Lava fire is PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (1_Continental_nether) Fire spread is UNRESTRICTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world '1_Continental_nether'
[16:00:58] [Server thread/INFO]: [WorldGuard] (1_Continental_the_end) TNT ignition is PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (1_Continental_the_end) Lighters are PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (1_Continental_the_end) Lava fire is PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (1_Continental_the_end) Fire spread is UNRESTRICTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world '1_Continental_the_end'
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Spawn) TNT ignition is PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Spawn) Lighters are PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Spawn) Lava fire is PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Spawn) Fire spread is UNRESTRICTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world '0_Spawn'
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Creative) TNT ignition is PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Creative) Lighters are PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Creative) Lava fire is PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Creative) Fire spread is UNRESTRICTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world '0_Creative'
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Vanilla) TNT ignition is PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Vanilla) Lighters are PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Vanilla) Lava fire is PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Vanilla) Fire spread is UNRESTRICTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world '0_Vanilla'
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Creative300x) TNT ignition is PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Creative300x) Lighters are PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Creative300x) Lava fire is PERMITTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] (0_Creative300x) Fire spread is UNRESTRICTED.
[16:00:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world '0_Creative300x'
[16:00:58] [Server thread/INFO]: [WorldGuard] Loading region data...
[16:00:58] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.30-SNAPSHOT (build 2875)
[16:00:58] [Server thread/INFO]: [Citizens] Loading external libraries
[16:00:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
[16:00:58] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] Plugin Citizens tried to register listener for unknown packet PLAYER_INFO[PLAY, SERVER, 55, classNames: [net.minecraft.network.protocol.game.PacketPlayOutPlayerInfo, net.minecraft.network.protocol.game.ClientboundPlayerInfoPacket, net.minecraft.network.play.server.SPacketPlayerListItem] (unregistered)] [direction: from SERVER]
[16:00:58] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[16:00:58] [Server thread/INFO]: [Quests] Enabling Quests v3.13.2-d709ab4
[16:00:58] [Server thread/INFO]: [Quests] Initialising storage provider 'yaml'
[16:00:58] [Server thread/INFO]: [Quests] Your server is running version 1.19
[16:00:58] [Server thread/INFO]: [Quests] Metrics started. This can be disabled at /plugins/bStats/config.yml.
[16:00:58] [Server thread/INFO]: [PlayerAuctions] Enabling PlayerAuctions v1.17.1
[16:00:58] [Server thread/INFO]: [PlayerAuctions] Vault found, now enabling PlayerAuctions...
[16:00:59] [Server thread/INFO]: [PlayerAuctions] Found 15 config files to load!
[16:00:59] [Server thread/INFO]: [PlayerAuctions] Found PlaceholderAPI integrating support...
[16:00:59] [Server thread/INFO]: [PlayerAuctions] Permissions plugin found! (LuckPerms)
[16:00:59] [Server thread/INFO]: [PlayerAuctions] Economy plugin found! (EssentialsX Economy)
[16:00:59] [Server thread/INFO]: [PlayerAuctions] Chat plugin found! (LuckPerms)
[16:00:59] [Server thread/INFO]: [PlayerAuctions] Found Vault Currency integrating support...
[16:00:59] [Server thread/INFO]: [PlayerAuctions] Found Product Converter integrating support...
[16:00:59] [Server thread/INFO]: [PlayerAuctions] Found Item Currency integrating support...
[16:00:59] [pool-28-thread-1/INFO]: [GriefDefender] [0_vanilla] 3 total claims loaded.
[16:00:59] [pool-28-thread-1/INFO]: [GriefDefender] Loading schematics for world 0_Vanilla...
[16:00:59] [Server thread/INFO]: [PlayerAuctions] MySQL database is enabling...
[16:00:59] [pool-28-thread-1/INFO]: [GriefDefender] [0_creative300x] 0 total claims loaded.
[16:00:59] [pool-28-thread-1/INFO]: [GriefDefender] Loading schematics for world 0_Creative300x...
[16:01:03] [Server thread/INFO]: [PlayerAuctions] Loading Metrics...
[16:01:03] [Server thread/INFO]: [PlayerAuctions] Successfully loaded Metrics!
[16:01:03] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v4.2.3-b523
[16:01:03] [Server thread/INFO]: [Multiverse-Inventories] The following worlds for group 'default' are not loaded: 0_VANILLA_nether, 0_VANILLA_the_end, 1_continental_end, 2_Domarsk, 2_Domarsk_nether, 3_Aggens, 3_Aggens_nether
[16:01:03] [Server thread/INFO]: [Multiverse-Inventories 4.2.3-b523] enabled.
[16:01:03] [Server thread/INFO]: [ajLeaderboards] Enabling ajLeaderboards v2.6.7
[16:01:04] [Server thread/INFO]: [ajLeaderboards] Using H2 flatfile for board cache. (h2)
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_level_Acrobatics. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_level_Alchemy. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_level_Archery. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_level_Axes. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_level_Excavation. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_level_Fishing. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_level_Herbalism. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_level_Mining. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_level_Repair. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_level_Salvage. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_level_Smelting. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_level_Swords. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_level_Taming. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_level_Unarmed. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_level_Woodcutting. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] The columns already exist for mcmmo_power_level. Canceling updater and bumping DB version.
[16:01:04] [Server thread/INFO]: [ajLeaderboards] Loaded 16 boards
[16:01:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ajlb [2.6.7]
[16:01:04] [Server thread/INFO]: [ajLeaderboards] PAPI placeholders successfully registered!
[16:01:04] [Server thread/INFO]: [ajLeaderboards] LuckPerms position context calculator registered!
[16:01:04] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.6.7 by ajgeiss0702 enabled!
[16:01:04] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.6-Release
[16:01:04] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[16:01:05] [Server thread/INFO]: [DeluxeMenus] 63 GUI menus loaded!
[16:01:05] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[16:01:05] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[16:01:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxemenus [1.13.6-Release]
[16:01:05] [Server thread/INFO]: [Vivecraft] Enabling Vivecraft-Spigot-Extensions v1.19.1-1
[16:01:05] [Server thread/ERROR]: Error occurred while enabling Vivecraft-Spigot-Extensions v1.19.1-1 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_19_R1/inventory/CraftItemStack
    at org.vivecraft.VSE.setLocalizedItemName(VSE.java:202) ~[Vivecraft_Spigot_Extensions.jar:?]
    at org.vivecraft.VSE.onEnable(VSE.java:94) ~[Vivecraft_Spigot_Extensions.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:371) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:544) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugin(CraftServer.java:578) ~[paper-1.19.3.jar:git-Paper-388]
    at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:492) ~[paper-1.19.3.jar:git-Paper-388]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.19.3.jar:git-Paper-388]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.19.3.jar:git-Paper-388]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:301) ~[paper-1.19.3.jar:git-Paper-388]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.19.3.jar:git-Paper-388]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.19.3.jar:git-Paper-388]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_19_R1.inventory.CraftItemStack
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:177) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:124) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    ... 13 more
[16:01:05] [Server thread/INFO]: [Vivecraft] Disabling Vivecraft-Spigot-Extensions v1.19.1-1
[16:01:05] [Server thread/INFO]: [TAB] Enabling TAB v3.2.1
[16:01:05] [Server thread/INFO]: [TAB] Server version: 1.19.3 (v1_19_R2)
[16:01:05] [Server thread/INFO]: [TAB] Loaded NMS hook in 14ms
[16:01:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tab [3.2.1]
[16:01:05] [Server thread/INFO]: [TAB] Enabled in 71ms
[16:01:05] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.218
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Initializing config: config.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: config.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Config initialized: config.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [Debug] No errors found in config.yml!
[16:01:05] [Server thread/INFO]: [mcMMO] Loading locale from plugins/mcMMO/locales/locale_override.properties
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Initializing config: advanced.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: advanced.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Config initialized: advanced.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [Debug] No errors found in advanced.yml!
[16:01:05] [Server thread/INFO]: [mcMMO] Platform String: 1.19.3-R0.1-SNAPSHOT
[16:01:05] [Server thread/INFO]: [mcMMO] Minecraft version determined to be - 1.19.3
[16:01:05] [Server thread/INFO]: [mcMMO] Loading compatibility layers...
[16:01:05] [Server thread/INFO]: [mcMMO] Finished loading compatibility layers.
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Initializing config: persistent_data.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: persistent_data.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Config initialized: persistent_data.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [Debug] No errors found in persistent_data.yml!
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Initializing config: upgrades_overhaul.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: upgrades_overhaul.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Config initialized: upgrades_overhaul.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Initializing config: treasures.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: treasures.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Config initialized: treasures.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Initializing config: fishing_treasures.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: fishing_treasures.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Config initialized: fishing_treasures.yml
[16:01:05] [Server thread/INFO]: [mcMMO] Registering enchantments for Fishing Book...
[16:01:05] [Server thread/INFO]: [mcMMO] Loading mcMMO potions.yml File...
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Initializing config: coreskills.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: coreskills.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Config initialized: coreskills.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Initializing config: sounds.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: sounds.yml
[16:01:05] [Server thread/INFO]: [mcMMO] [config] Config initialized: sounds.yml
[16:01:05] [Server thread/INFO]: [mcMMO] Loading mcMMO skillranks.yml File...
[16:01:06] [Server thread/INFO]: [mcMMO] [config] Initializing config: child.yml
[16:01:06] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: child.yml
[16:01:06] [Server thread/INFO]: [mcMMO] [config] Config initialized: child.yml
[16:01:06] [Server thread/INFO]: [mcMMO] [config] Initializing config: repair.vanilla.yml
[16:01:06] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: repair.vanilla.yml
[16:01:06] [Server thread/INFO]: [mcMMO] [config] Config initialized: repair.vanilla.yml
[16:01:06] [Server thread/INFO]: [mcMMO] [config] Initializing config: salvage.vanilla.yml
[16:01:06] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: salvage.vanilla.yml
[16:01:06] [Server thread/INFO]: [mcMMO] [config] Config initialized: salvage.vanilla.yml
[16:01:06] [Server thread/INFO]: [mcMMO] (plugins/mcMMO/flatfile/mcmmo.users) Validating database file..
[16:01:06] [Server thread/INFO]: [mcMMO] Enabling Acrobatics Skills
[16:01:06] [Server thread/INFO]: [mcMMO] Registered subskill: Roll
[16:01:06] [Server thread/INFO]: [mcMMO] [config] Initializing config: experience.yml
[16:01:06] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: experience.yml
[16:01:06] [Server thread/INFO]: [mcMMO] [config] Config initialized: experience.yml
[16:01:06] [Server thread/INFO]: [mcMMO] 0 entries in mcMMO World Blacklist
[16:01:06] [Server thread/INFO]: [mcMMO] [config] Initializing config: chat.yml
[16:01:06] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: chat.yml
[16:01:06] [Server thread/INFO]: [mcMMO] [config] Config initialized: chat.yml
[16:01:07] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.1-b834
[16:01:07] [Server thread/INFO]: [Multiverse-Portals] 1 - Portals(s) loaded
[16:01:07] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
[16:01:07] [Server thread/INFO]: [Multiverse-Portals 4.2.1-b834]  Enabled - By Rigby and fernferret
[16:01:07] [Server thread/INFO]: [Dungeons] Enabling Dungeons v2.6.1
[16:01:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: dungeons [2.6.1]
[16:01:07] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.2.1
[16:01:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
[16:01:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
[16:01:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
[16:01:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
[16:01:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
[16:01:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
[16:01:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
[16:01:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
[16:01:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
[16:01:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
[16:01:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
[16:01:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlySpeedFlagHandler
[16:01:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
[16:01:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
[16:01:07] [Server thread/INFO]: [Denizen] Enabling Denizen v1.2.5-SNAPSHOT (build 1775-REL)
[16:01:07] [Server thread/INFO]: [Denizen] Running on java version: 17.0.5
[16:01:07] [Server thread/INFO]: [Denizen] Running on fully supported Java 17.
[16:01:07] [Server thread/ERROR]: Error occurred while enabling Denizen v1.2.5-SNAPSHOT (build 1775-REL) (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_19_R1/inventory/CraftInventoryCustom
    at com.denizenscript.denizen.nms.v1_19.Handler.<clinit>(Handler.java:229) ~[Denizen-1.2.5-b1775-REL.jar:?]
    at java.lang.Class.forName0(Native Method) ~[?:?]
    at java.lang.Class.forName(Class.java:375) ~[?:?]
    at com.denizenscript.denizen.nms.NMSHandler.initialize(NMSHandler.java:56) ~[Denizen-1.2.5-b1775-REL.jar:?]
    at com.denizenscript.denizen.Denizen.onEnable(Denizen.java:152) ~[Denizen-1.2.5-b1775-REL.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:371) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:544) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugin(CraftServer.java:578) ~[paper-1.19.3.jar:git-Paper-388]
    at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:492) ~[paper-1.19.3.jar:git-Paper-388]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.19.3.jar:git-Paper-388]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.19.3.jar:git-Paper-388]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:301) ~[paper-1.19.3.jar:git-Paper-388]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.19.3.jar:git-Paper-388]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.19.3.jar:git-Paper-388]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_19_R1.inventory.CraftInventoryCustom
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:177) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:124) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    ... 16 more
[16:01:07] [Server thread/INFO]: [Denizen] Disabling Denizen v1.2.5-SNAPSHOT (build 1775-REL)
[16:01:07] [Server thread/INFO]: [Infiniteannouncements] Enabling Infiniteannouncements v2.3.1
[16:01:07] [Server thread/INFO]:  
[16:01:07] [Server thread/INFO]: ====================================
[16:01:07] [Server thread/INFO]: Plugin name: Infiniteannouncements
[16:01:07] [Server thread/INFO]: Version: 2.3.1
[16:01:07] [Server thread/INFO]: Core version: 0.7.25
[16:01:07] [Server thread/INFO]: ====================================
[16:01:07] [Server thread/INFO]:  
[16:01:07] [Server thread/INFO]: [Infiniteannouncements] Loaded locale "en_US"
[16:01:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: infiniteannouncements [1.0.0]
[16:01:07] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.19.7
[16:01:07] [Server thread/INFO]: [EssentialsChat] Secure signed chat and previews are enabled.
[16:01:07] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[16:01:07] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.1.0-SNAPSHOT
[16:01:07] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v4.2.2-b807
[16:01:07] [Server thread/INFO]: [Multiverse-NetherPortals 4.2.2-b807]  Enabled - By Rigby and fernferret
[16:01:07] [Server thread/INFO]: [AntiPopup] Enabling AntiPopup v5.3
[16:01:07] [Server thread/INFO]: [AntiPopup] Config enabled.
[16:01:07] [Server thread/INFO]: [AntiPopup] Initiated PacketEvents.
[16:01:07] [Server thread/INFO]: [AntiPopup] Commands registered.
[16:01:07] [Server thread/INFO]: [AntiPopup] Logger filter enabled.
[16:01:08] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[16:01:08] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[16:01:08] [Server thread/INFO]: [Geyser-Spigot] 
[16:01:08] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.1.0-SNAPSHOT (git-master-bad077d)
[16:01:08] [Server thread/INFO]: [Geyser-Spigot] 
[16:01:08] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[16:01:10] [Network Listener - #0/INFO]: [Geyser-Spigot] Started Geyser on 0.0.0.0:19132
[16:01:10] [Server thread/INFO]: [Geyser-Spigot] Done (2.37s)! Run /geyser help for help!
[16:01:10] [Server thread/INFO]: Starting GS4 status listener
[16:01:10] [Server thread/INFO]: Thread Query Listener started
[16:01:10] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
[16:01:10] [Server thread/INFO]: Running delayed init tasks
[16:01:10] [Craft Scheduler Thread - 11 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms... 
[16:01:10] [Craft Scheduler Thread - 15 - Essentials/INFO]: [Essentials] Fetching version information...
[16:01:10] [Craft Scheduler Thread - 19 - PlayerAuctions/INFO]: [PlayerAuctions] Loading auction items...
[16:01:10] [Craft Scheduler Thread - 20 - mcMMO/INFO]: [mcMMO] Cleaned backup files. Deleted 1 of 20 files.
[16:01:10] [Craft Scheduler Thread - 16 - Vault/INFO]: [Vault] Checking for Updates ... 
[16:01:10] [Server thread/INFO]: [GriefDefender] Loading Global Snapshot Data...
[16:01:10] [Craft Scheduler Thread - 11 - DecentHolograms/INFO]: [DecentHolograms] Loaded 7 holograms!
[16:01:10] [Craft Scheduler Thread - 5 - PlotSquared/INFO]: [PlotSquared/UpdateUtility] There appears to be a PlotSquared update available!
[16:01:10] [Craft Scheduler Thread - 5 - PlotSquared/INFO]: [PlotSquared/UpdateUtility] You are running version 6.10.6-Premium, the latest version is 6.11.0
[16:01:10] [Craft Scheduler Thread - 5 - PlotSquared/INFO]: [PlotSquared/UpdateUtility] https://www.spigotmc.org/resources/77506/updates
[16:01:10] [Craft Scheduler Thread - 16 - Vault/INFO]: [Vault] No new version available
[16:01:10] [Craft Scheduler Thread - 10 - CrazyVouchers/INFO]: [CrazyVouchers] Plugin is up to date! - v2.9.14.1+Beta
[16:01:10] [Server thread/INFO]: [GriefDefender] Checking for compatible economy plugin...
[16:01:10] [Server thread/INFO]: [GriefDefender] Found economy plugin 'EssentialsX Economy'. GriefDefender economy integration is now enabled.
[16:01:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: griefdefender [0.1]
[16:01:10] [Server thread/INFO]: [GriefDefender] PlaceholderAPI provider enabled!
[16:01:10] [Server thread/INFO]: [voicechat] Loading plugins
[16:01:10] [Server thread/INFO]: [voicechat] Loaded 1 plugin(s)
[16:01:10] [Server thread/INFO]: [voicechat] Initializing plugins
[16:01:10] [Server thread/INFO]: [voicechat] Initialized 1 plugin(s)
[16:01:10] [Server thread/INFO]: [voicechat] Registering events for CustomDiscs
[16:01:10] [Server thread/INFO]: [voicechat] Using default voicechat socket implementation
[16:01:10] [VoiceChatServerThread/INFO]: [voicechat] Server started at port 36407
[16:01:10] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[16:01:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: quests [3.13.2-d709ab4]
[16:01:10] [Server thread/INFO]: [Quests] 33 task types have been registered.
[16:01:10] [Server thread/INFO]: [Quests] 0 quest items have been registered.
[16:01:11] [Server thread/INFO]: [Quests] 1392 quests have been registered.
[16:01:11] [Server thread/WARN]: [Quests] You have configuration issues preventing some quests from loading.
[16:01:11] [Server thread/WARN]: [Quests] You can view these issues with the command: /q a config.
[16:01:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pa [1.0.0]
[16:01:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.2]
[16:01:11] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend or softdepend of this plugin.
[16:01:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [1.7.1]
[16:01:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mcmmo [1.0]
[16:01:11] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.gmail.nossr50.mcMMO from mcMMO v2.1.218 which is not a depend or softdepend of this plugin.
[16:01:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mcmmo [1.0]
[16:01:11] [Server thread/WARN]: [PlaceholderAPI] File: example.js for javascript placeholder: example is empty
[16:01:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript [1.5.3]
[16:01:11] [Server thread/INFO]: 4 placeholder hook(s) registered! 2 placeholder hook(s) have an update available.
[16:01:11] [Server thread/ERROR]: [Citizens] The trait invisible failed to load for NPC ID: 11.
[16:01:11] [Server thread/ERROR]: [Citizens] The trait health failed to load for NPC ID: 11.
[16:01:11] [Server thread/INFO]: [Citizens] Loaded 2 NPCs.
[16:01:11] [Server thread/INFO]: [Multiverse-Inventories] First run!
[16:01:11] [Server thread/INFO]: Done (43.379s)! For help, type "help"
[16:01:11] [Server thread/INFO]: Timings Reset
[16:01:13] [Server thread/INFO]:     >> Dungeons loaded 0 Grids
[16:01:13] [Server thread/INFO]:     >> Dungeons loaded 1 Dungeons
[16:01:13] [Server thread/INFO]:     >> Dungeons loaded 0 Structures
[16:01:13] [Server thread/INFO]:     >> Dungeons loaded 0 Entities
[16:01:13] [Server thread/INFO]:     >> Dungeons loaded 0 Loot Tables
[16:01:13] [Server thread/INFO]:     >> Dungeons loaded 0 Placed Structures
[16:01:13] [Server thread/INFO]:     >> Dungeons loaded 0 Scoreboards
[16:01:13] [Server thread/INFO]:     >> Dungeons loaded 0 Loadouts
[16:01:13] [Server thread/INFO]:     >> Dungeons loaded 0 Restrictions
[16:01:13] [Server thread/INFO]:     >> Dungeons loaded 0 Objectives
[16:01:13] [Server thread/INFO]:     >> Dungeons loaded 0 Backpacks
[16:01:13] [Server thread/INFO]:     >> Dungeons loaded 0 Packages
[16:01:13] [Server thread/INFO]:     >> Dungeons loaded 0 Boosters
[16:01:13] [Server thread/INFO]: Dungeons loaded files after Multiverse-Core loaded
[16:11:13] [Server thread/INFO]: Dungeons saved to files successfully
[16:21:14] [Server thread/INFO]: Dungeons saved to files successfully
[16:31:14] [Server thread/INFO]: Dungeons saved to files successfully
[16:41:15] [Server thread/INFO]: Dungeons saved to files successfully
[16:51:15] [Server thread/INFO]: Dungeons saved to files successfully
[17:00:00] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /eco give * 50
[17:01:16] [Server thread/INFO]: Dungeons saved to files successfully
[17:11:16] [Server thread/INFO]: Dungeons saved to files successfully
[17:21:17] [Server thread/INFO]: Dungeons saved to files successfully
[17:31:17] [Server thread/INFO]: Dungeons saved to files successfully
[17:41:18] [Server thread/INFO]: Dungeons saved to files successfully