Paste #133313: DenizenMetaBot Auto-Repaste Of log From sjtechz

Date: 2025/05/10 01:48:41 UTC-07: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
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754


[08:35:41] [ServerMain/INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.7+6-LTS; Eclipse Adoptium Temurin-21.0.7+6) on Linux 6.8.0-1024-aws (amd64)
[08:35:41] [ServerMain/INFO]: [bootstrap] Loading Paper 1.21.4-228-ver/1.21.4@c2bb144 (2025-05-07T23:25:36Z) for Minecraft 1.21.4
[08:35:41] [ServerMain/INFO]: [PluginInitializerManager] Initializing plugins...
[08:35:42] [ServerMain/ERROR]: [DirectoryProviderSource] Error loading plugin: java.lang.IllegalArgumentException: Directory 'plugins/.paper-remapped/Drop Head 2.1 (1.14-1.21.5).jar' does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
java.lang.RuntimeException: java.lang.IllegalArgumentException: Directory 'plugins/.paper-remapped/Drop Head 2.1 (1.14-1.21.5).jar' does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:85) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:52) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:17) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:15) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:113) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.Main.main(Main.java:111) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at io.papermc.paper.PaperBootstrap.boot(PaperBootstrap.java:21) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at org.bukkit.craftbukkit.Main.main(Main.java:281) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Directory 'plugins/.paper-remapped/Drop Head 2.1 (1.14-1.21.5).jar' does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
    ... 10 more
[08:35:42] [ServerMain/INFO]: [PluginInitializerManager] Initialized 35 plugins
[08:35:42] [ServerMain/INFO]: [PluginInitializerManager] Bukkit plugins (35):
 - AdvancedTeleport (6.1.3), AngelChest (13.9.4), AuraSkills (2.3.3), BetterTeams (4.12.0), Citizens (2.0.38-SNAPSHOT (build 3792)), DailyRewardsPlus (1.4.6), DecentHolograms (2.8.17), DungeonMMO (2.2.6), Essentials (2.21.0), EssentialsChat (2.21.0), EssentialsSpawn (2.21.0), GSit (2.3.2), GUIPlus (3.0.0), Geyser-Spigot (2.7.1-SNAPSHOT), GriefPrevention (16.18.4), ItemsAdder (4.0.10-hotfix-1), LootChest (2.5.1), LuckPerms (5.4.158), Multiverse-Core (5.0.0-pre.7), Multiverse-Inventories (5.0.0-pre.6), PlaceholderAPI (2.11.6), PlayTime (3.6), ProtocolLib (5.4.0-SNAPSHOT-742), ReviveMe (0.4.4), ServerListPlus (3.5.0), SkinsRestorer (15.6.2), TAB (5.2.0), Vault (1.7.3-b131), ViaBackwards (5.3.3-SNAPSHOT), ViaVersion (5.3.3-SNAPSHOT), WorldEdit (7.3.12-beta-02+ac380ad), WorldGuard (7.0.13+82fdc65), floodgate (2.2.4-SNAPSHOT (b116-0e3163c)), zAuctionHouseV3 (3.2.3.3), zMenu (1.0.4.1)
[08:35:45] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[08:35:47] [ServerMain/INFO]: Loaded 1370 recipes
[08:35:47] [ServerMain/INFO]: Loaded 1481 advancements
[08:35:47] [ServerMain/INFO]: [MCTypeRegistry] Initialising converters for DataConverter...
[08:35:47] [ServerMain/INFO]: [MCTypeRegistry] Finished initialising converters for DataConverter in 212.7ms
[08:35:47] [Server thread/INFO]: Starting minecraft server version 1.21.4
[08:35:47] [Server thread/INFO]: Loading properties
[08:35:47] [Server thread/ERROR]: Failed to load help.yml. Verify the yaml indentation is correct. Reverting to default help.yml.
[08:35:47] [Server thread/INFO]: This server is running Paper version 1.21.4-228-ver/1.21.4@c2bb144 (2025-05-07T23:25:36Z) (Implementing API version 1.21.4-R0.1-SNAPSHOT)
[08:35:47] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
[08:35:47] [Server thread/INFO]: Server Ping Player Sample Count: 12
[08:35:47] [Server thread/INFO]: Using 4 threads for Netty based IO
[08:35:48] [Server thread/INFO]: [MoonriseCommon] Paper is using 1 worker threads, 1 I/O threads
[08:35:48] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using population gen parallelism: true
[08:35:48] [Server thread/INFO]: Default game type: SURVIVAL
[08:35:48] [Server thread/INFO]: Generating keypair
[08:35:48] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25578
[08:35:48] [Server thread/INFO]: Using epoll channel type
[08:35:48] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[08:35:48] [Server thread/INFO]: Paper: Using OpenSSL 3.x.x (Linux x86_64) cipher from Velocity.
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loading 5 libraries... please wait
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/ch/ethz/globis/phtree/phtree/2.8.2/phtree-2.8.2.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/it/unimi/dsi/fastutil/8.5.15/fastutil-8.5.15.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-platform-bukkit/4.3.4/adventure-platform-bukkit-4.3.4.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-platform-api/4.3.4/adventure-platform-api-4.3.4.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.4/adventure-text-serializer-bungeecord-4.3.4.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-legacy/4.13.1/adventure-text-serializer-legacy-4.13.1.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-gson/4.13.1/adventure-text-serializer-gson-4.13.1.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-gson-legacy-impl/4.13.1/adventure-text-serializer-gson-legacy-impl-4.13.1.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-platform-facet/4.3.4/adventure-platform-facet-4.3.4.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-platform-viaversion/4.3.4/adventure-platform-viaversion-4.3.4.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-text-minimessage/4.21.0/adventure-text-minimessage-4.21.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-api/4.21.0/adventure-api-4.21.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-key/4.21.0/adventure-key-4.21.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loading 14 libraries... please wait
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/beer/devs/FastNbt-jar/1.4.7/FastNbt-jar-1.4.7.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/sourceforge/streamsupport/speedy-math/1.0.0/speedy-math-1.0.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/adventure-api/4.20.0/adventure-api-4.20.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/adventure-key/4.20.0/adventure-key-4.20.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/org/jetbrains/annotations/26.0.2/annotations-26.0.2.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-gson/4.20.0/adventure-text-serializer-gson-4.20.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-json/4.20.0/adventure-text-serializer-json-4.20.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/option/1.1.0/option-1.1.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/org/jspecify/jspecify/1.0.0/jspecify-1.0.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-commons/4.20.0/adventure-text-serializer-commons-4.20.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-gson-legacy-impl/4.20.0/adventure-text-serializer-gson-legacy-impl-4.20.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-json-legacy-impl/4.20.0/adventure-text-serializer-json-legacy-impl-4.20.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/adventure-text-minimessage/4.20.0/adventure-text-minimessage-4.20.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/adventure-platform-bukkit/4.3.4/adventure-platform-bukkit-4.3.4.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/adventure-platform-api/4.3.4/adventure-platform-api-4.3.4.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.4/adventure-text-serializer-bungeecord-4.3.4.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-legacy/4.13.1/adventure-text-serializer-legacy-4.13.1.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/adventure-platform-facet/4.3.4/adventure-platform-facet-4.3.4.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/kyori/adventure-platform-viaversion/4.3.4/adventure-platform-viaversion-4.3.4.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/com/alibaba/fastjson/2.0.43/fastjson-2.0.43.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/com/alibaba/fastjson2/fastjson2-extension/2.0.43/fastjson2-extension-2.0.43.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/com/alibaba/fastjson2/fastjson2/2.0.43/fastjson2-2.0.43.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/com/jayway/jsonpath/json-path/2.8.0/json-path-2.8.0.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/minidev/json-smart/2.4.10/json-smart-2.4.10.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/net/minidev/accessors-smart/2.4.9/accessors-smart-2.4.9.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/org/ow2/asm/asm/9.3/asm-9.3.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/com/jeff-media/armor-equip-event/1.0.3/armor-equip-event-1.0.3.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/fr/skytasul/glowingentities/1.4.3/glowingentities-1.4.3.jar
[08:35:49] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/fr/skytasul/reflection-remapper/1.0.0/reflection-remapper-1.0.0.jar
[08:35:49] [Server thread/WARN]: [org.bukkit.craftbukkit.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[08:35:56] [Server thread/WARN]: Legacy plugin PlayTime v3.6 does not specify an api-version.
[08:35:56] [Server thread/INFO]: [AngelChest] Hooked into WorldGuard 7.0.13+82fdc65
[08:35:56] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v5.3.3-SNAPSHOT
[08:35:56] [Server thread/INFO]: [ViaVersion] ViaVersion 5.3.3-SNAPSHOT is now loaded. Registering protocol transformers and injecting...
[08:35:57] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[08:35:57] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[08:35:57] [Server thread/INFO]: [ViaBackwards] Loading translations...
[08:35:57] [Server thread/INFO]: [ViaBackwards] Registering protocols...
[08:35:58] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.158
[08:35:58] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[08:35:58] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.3.12-beta-02+ac380ad
[08:35:59] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@6d5bb32b]
[08:35:59] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.6
[08:35:59] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.13+82fdc65
[08:35:59] [Server thread/INFO]: [floodgate] Loading server plugin floodgate v2.2.4-SNAPSHOT (b116-0e3163c)
[08:35:59] [Server thread/INFO]: [floodgate] Took 603ms to boot Floodgate
[08:35:59] [Server thread/INFO]: [CoreLogging] Loading server plugin Multiverse-Core v5.0.0-pre.7
[08:35:59] [Server thread/INFO]: [AdvancedTeleport] Loading server plugin AdvancedTeleport v6.1.3
[08:35:59] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for gson
[08:35:59] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for gson
[08:35:59] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for jar-relocator
[08:35:59] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for jar-relocator
[08:35:59] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for asm
[08:35:59] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for asm
[08:35:59] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for asm-commons
[08:35:59] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for asm-commons
[08:35:59] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for gson
[08:35:59] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for gson
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for adventure-api
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for adventure-api
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for adventure-key
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for adventure-key
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for examination-api
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for examination-api
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for examination-string
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for examination-string
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for adventure-text-minimessage
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for adventure-text-minimessage
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for adventure-nbt
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for adventure-nbt
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for adventure-text-serializer-plain
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for adventure-text-serializer-plain
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for adventure-platform-bukkit
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for adventure-platform-bukkit
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for adventure-text-serializer-gson-legacy-impl
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for adventure-text-serializer-gson-legacy-impl
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for adventure-text-serializer-gson
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for adventure-text-serializer-gson
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for adventure-text-serializer-json
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for adventure-text-serializer-json
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for option
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for option
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for adventure-platform-facet
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for adventure-platform-facet
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for adventure-platform-api
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for adventure-platform-api
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for adventure-platform-viaversion
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for adventure-platform-viaversion
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for adventure-text-serializer-bungeecord
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for adventure-text-serializer-bungeecord
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for adventure-text-serializer-legacy
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for adventure-text-serializer-legacy
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for bstats-bukkit
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for bstats-bukkit
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for bstats-base
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for bstats-base
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for paperlib
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for paperlib
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Verifying checksum for ConfigurationMaster-API
[08:36:00] [Server thread/INFO]: [AdvancedTeleport] Checksum matched for ConfigurationMaster-API
[08:36:00] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.4.0-SNAPSHOT-742
[08:36:00] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.21.4) has not yet been tested! Proceed with caution.
[08:36:00] [Server thread/INFO]: [GriefPrevention] Loading server plugin GriefPrevention v16.18.4
[08:36:00] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0
[08:36:00] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.38-SNAPSHOT (build 3792)
[08:36:00] [Server thread/INFO]: [ItemsAdder] Loading server plugin ItemsAdder v4.0.10-hotfix-1
[08:36:00] [Server thread/INFO]: [zMenu] Loading server plugin zMenu v1.0.4.1
[08:36:00] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.17
[08:36:00] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v5.3.3-SNAPSHOT
[08:36:00] [Server thread/INFO]: [Geyser-Spigot] Loading server plugin Geyser-Spigot v2.7.1-SNAPSHOT
[08:36:01] [Server thread/INFO]: [Geyser-Spigot] Loading extensions...
[08:36:01] [Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
[08:36:01] [Server thread/INFO]: [zAuctionHouseV3] Loading server plugin zAuctionHouseV3 v3.2.3.3
[08:36:01] [Server thread/INFO]: [BetterTeams] Loading server plugin BetterTeams v4.12.0
[08:36:01] [Server thread/INFO]: [BetterTeams] [BetterTeams] Checking if the file config.yml is up to date
[08:36:01] [Server thread/INFO]: [BetterTeams] [BetterTeams] File is up to date
[08:36:01] [Server thread/INFO]: [ReviveMe] Loading server plugin ReviveMe v0.4.4
[08:36:01] [Server thread/INFO]: [TAB] Loading server plugin TAB v5.2.0
[08:36:01] [Server thread/INFO]: [AuraSkills] Loading server plugin AuraSkills v2.3.3
[08:36:01] [Server thread/INFO]: [ServerListPlus] Loading server plugin ServerListPlus v3.5.0
[08:36:01] [Server thread/INFO]: [LootChest] Loading server plugin LootChest v2.5.1
[08:36:01] [Server thread/INFO]: [DungeonMMO] Loading server plugin DungeonMMO v2.2.6
[08:36:01] [Server thread/INFO]: [DailyRewardsPlus] Loading server plugin DailyRewardsPlus v1.4.6
[08:36:01] [Server thread/INFO]: [PlayTime] Loading server plugin PlayTime v3.6
[08:36:01] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.21.0
[08:36:01] [Server thread/INFO]: [AngelChest] Loading server plugin AngelChest v13.9.4
[08:36:01] [Server thread/INFO]: [AngelChest] Trying to hook into WorldGuard...
[08:36:01] [Server thread/ERROR]: [AngelChest] You are using a version of WorldGuard that does not fully support your Minecraft version. WorldGuard integration is disabled.
[08:36:01] [Server thread/INFO]: [AngelChest] Successfully registered WorldGuard flags.
[08:36:01] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.21.0
[08:36:01] [Server thread/INFO]: [SkinsRestorer] Loading server plugin SkinsRestorer v15.6.2
[08:36:01] [Server thread/INFO]: [GSit] Loading server plugin GSit v2.3.2
[08:36:01] [Server thread/INFO]: [Multiverse-Inventories] Loading server plugin Multiverse-Inventories v5.0.0-pre.6
[08:36:01] [Server thread/INFO]: [GUIPlus] Loading server plugin GUIPlus v3.0.0
[08:36:01] [Server thread/ERROR]: Cannot load help.yml
org.bukkit.configuration.InvalidConfigurationException: Top level is not a Map.
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:109) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:310) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.help.HelpYamlReader.<init>(HelpYamlReader.java:32) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at org.bukkit.craftbukkit.help.SimpleHelpMap.initializeGeneralTopics(SimpleHelpMap.java:98) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:599) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:278) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1163) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:310) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[08:36:01] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[08:36:01] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.158
[08:36:01] [Server thread/INFO]:         __    
[08:36:01] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.158
[08:36:01] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[08:36:01] [Server thread/INFO]: 
[08:36:01] [Server thread/INFO]: [LuckPerms] Loading configuration...
[08:36:02] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[08:36:02] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[08:36:02] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[08:36:02] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1461ms)
[08:36:02] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[08:36:02] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[08:36:02] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[08:36:02] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[08:36:02] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[08:36:02] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.3.12-beta-02+ac380ad
[08:36:02] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[08:36:02] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[08:36:03] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_21_4.PaperweightAdapter as the Bukkit adapter
[08:36:03] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.4.0-SNAPSHOT-742
[08:36:03] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v15.6.2
[08:36:04] [Server thread/WARN]: [SkinsRestorer] You must agree to the rules at 'commands.perSkinPermissionsConsent' in the config to use per skin permissions.
[08:36:04] [Server thread/INFO]: [SkinsRestorer] Running on Minecraft 1.21.4.
[08:36:04] [Server thread/INFO]: [SkinsRestorer] Floodgate skin listener registered
[08:36:04] [Server thread/INFO]: [SkinsRestorer] Using paper join listener!
[08:36:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: skinsrestorer [15.6.2]
[08:36:04] [Server thread/INFO]: [SkinsRestorer] PlaceholderAPI expansion registered!
[08:36:04] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[08:36:04] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[08:36:04] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[08:36:04] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[08:36:04] [Server thread/INFO]: Preparing level "world"
[08:36:05] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[08:36:05] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     +==================+
[08:36:05] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |   SkinsRestorer  |
[08:36:05] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |------------------|
[08:36:05] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |  Standalone Mode |
[08:36:05] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     +==================+
[08:36:05] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[08:36:05] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     Version: 15.6.2
[08:36:05] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     Commit: 7bda5de
[08:36:05] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     This is the latest version!
[08:36:05] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[08:36:05] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] Do you have issues? Read our troubleshooting guide: https://skinsrestorer.net/docs/troubleshooting
[08:36:05] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] Want to support SkinsRestorer? Consider donating: https://skinsrestorer.net/donate
[08:36:05] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[08:36:05] [Server thread/INFO]: Preparing spawn area: 0%
[08:36:05] [Server thread/INFO]: Preparing spawn area: 0%
[08:36:05] [Server thread/INFO]: Time elapsed: 561 ms
[08:36:05] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[08:36:05] [Server thread/INFO]: Preparing spawn area: 0%
[08:36:05] [Server thread/INFO]: Time elapsed: 124 ms
[08:36:05] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[08:36:05] [Server thread/INFO]: Preparing spawn area: 0%
[08:36:05] [Server thread/INFO]: Time elapsed: 47 ms
[08:36:05] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.3.3-SNAPSHOT
[08:36:06] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.21.4 (769)
[08:36:06] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
[08:36:06] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[08:36:06] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.13+82fdc65
[08:36:06] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[08:36:06] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[08:36:06] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[08:36:06] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[08:36:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[08:36:06] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[08:36:06] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[08:36:06] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[08:36:06] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[08:36:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[08:36:06] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[08:36:06] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[08:36:06] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[08:36:06] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[08:36:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[08:36:06] [Server thread/INFO]: [WorldGuard] Loading region data...
[08:36:06] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.4-SNAPSHOT (b116-0e3163c)
[08:36:06] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v5.0.0-pre.7
[08:36:07] [Server thread/INFO]: Preparing start region for dimension minecraft:spawn
[08:36:07] [Server thread/INFO]: Preparing spawn area: 0%
[08:36:07] [Server thread/INFO]: Time elapsed: 306 ms
[08:36:07] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
[08:36:07] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
[08:36:07] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is PERMITTED.
[08:36:07] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
[08:36:07] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
[08:36:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: multiverse-core [5.0.0-pre.7]
[08:36:07] [Server thread/INFO]: [Multiverse-Core] API service loaded!
[08:36:07] [Server thread/INFO]: [Multiverse-Core] Version 5.0.0-pre.7 (API v5.0) Enabled - By dumptruckman, Rigby, fernferret, lithium3141, main--, benwoo1110 and Zax71
[08:36:07] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
[08:36:07] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
[08:36:07] [Server thread/INFO]: [AdvancedTeleport] Enabling AdvancedTeleport v6.1.3
[08:36:07] [Server thread/INFO]: [AdvancedTeleport] Performing server version check.
[08:36:07] [Server thread/INFO]: [AdvancedTeleport] Detected major version: 21
[08:36:07] [Server thread/INFO]: [AdvancedTeleport] Advanced Teleport is now enabling...
[08:36:07] [Server thread/INFO]: [AdvancedTeleport] Setting up permissions integration with Vault.
[08:36:07] [Server thread/INFO]: [AdvancedTeleport] LuckPerms hooked into successfully.
[08:36:07] [Server thread/INFO]: [AdvancedTeleport] Loading MainConfig.
[08:36:08] [Server thread/INFO]: [AdvancedTeleport] Registered the image warp_default!
[08:36:08] [Server thread/INFO]: [AdvancedTeleport] Registered the image home_default!
[08:36:08] [Server thread/INFO]: [AdvancedTeleport] Registered the image spawn_default!
[08:36:08] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.18.4
[08:36:08] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
[08:36:08] [Server thread/INFO]: [GriefPrevention] 0 total claims loaded.
[08:36:08] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
[08:36:08] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
[08:36:08] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
[08:36:08] [Server thread/INFO]: [GriefPrevention] Boot finished.
[08:36:08] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0
[08:36:08] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[08:36:08] [Server thread/INFO]: [Essentials] No kits found to migrate.
[08:36:08] [Server thread/INFO]: [Essentials] Selected 1.12.2+ Player Locale Provider as the provider for PlayerLocaleProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected 1.17.1+ World Info Provider as the provider for WorldInfoProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected Paper Tick Count Provider as the provider for TickCountProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected 1.20.6+ Potion Meta Provider as the provider for PotionMetaProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected 1.12+ Spawner Block Provider as the provider for SpawnerBlockProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected 1.21+ InventoryView Interface ABI Provider as the provider for InventoryViewProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected 1.14.4+ Persistent Data Container Provider as the provider for PersistentDataProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected 1.13+ Spawn Egg Provider as the provider for SpawnEggProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected Reflection Formatted Command Alias Provider as the provider for FormattedCommandAliasProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected Paper Server State Provider as the provider for ServerStateProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected Paper Known Commands Provider as the provider for KnownCommandsProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected Reflection Online Mode Provider as the provider for OnlineModeProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected Paper Biome Key Provider as the provider for BiomeKeyProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected 1.21.4+ Sync Commands Provider as the provider for SyncCommandsProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected 1.11+ Item Unbreakable Provider as the provider for ItemUnbreakableProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected Paper Serialization Provider as the provider for SerializationProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected 1.8.3+ Spawner Item Provider as the provider for SpawnerItemProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected 1.14+ Sign Data Provider as the provider for SignDataProvider
[08:36:08] [Server thread/INFO]: [Essentials] Selected 1.20.4+ Damage Event Provider as the provider for DamageEventProvider
[08:36:09] [Server thread/INFO]: [Essentials] Selected Paper Material Tag Provider as the provider for MaterialTagProvider
[08:36:09] [Server thread/INFO]: [Essentials] Selected 1.20.5+ Banner Data Provider as the provider for BannerDataProvider
[08:36:09] [Server thread/INFO]: [Essentials] Selected Paper Container Provider as the provider for ContainerProvider
[08:36:09] [Server thread/INFO]: [Essentials] Loaded 43465 items from items.json.
[08:36:09] [Server thread/INFO]: [Essentials] Using locale en_US
[08:36:09] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[08:36:09] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[08:36:09] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[08:36:09] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[08:36:09] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.38-SNAPSHOT (build 3792)
[08:36:09] [Server thread/INFO]: [Citizens] Using mojmapped server, avoiding server package checks
[08:36:09] [Server thread/ERROR]: [Citizens] Could not fetch NMS field bT: [[bT.
[08:36:09] [Server thread/ERROR]: [Citizens] Could not fetch NMS field bT: [[null.
[08:36:09] [Server thread/ERROR]: Error occurred while enabling Citizens v2.0.38-SNAPSHOT (build 3792) (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_21_R4/boss/CraftBossBar
    at Citizens-2.0.38-b3792.jar/net.citizensnpcs.nms.v1_21_R4.util.NMSImpl.<clinit>(NMSImpl.java:2744) ~[Citizens-2.0.38-b3792.jar:?]
    at java.base/java.lang.Class.forName0(Native Method) ~[?:?]
    at java.base/java.lang.Class.forName(Class.java:534) ~[?:?]
    at java.base/java.lang.Class.forName(Class.java:513) ~[?:?]
    at io.papermc.reflectionrewriter.runtime.AbstractDefaultRulesReflectionProxy.forName(AbstractDefaultRulesReflectionProxy.java:68) ~[reflection-rewriter-runtime-0.0.3.jar:?]
    at io.papermc.paper.pluginremap.reflect.PaperReflectionHolder.forName(Unknown Source) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at Citizens-2.0.38-b3792.jar/net.citizensnpcs.api.util.SpigotUtil.lambda$getMinecraftPackage$1(SpigotUtil.java:175) ~[Citizens-2.0.38-b3792.jar:?]
    at Citizens-2.0.38-b3792.jar/net.citizensnpcs.api.util.SpigotUtil.getMinecraftPackage(SpigotUtil.java:180) ~[Citizens-2.0.38-b3792.jar:?]
    at Citizens-2.0.38-b3792.jar/net.citizensnpcs.Citizens.onEnable(Citizens.java:326) ~[Citizens-2.0.38-b3792.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:280) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:658) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:607) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:743) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:488) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:322) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1163) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:310) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_21_R4.boss.CraftBossBar
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:197) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
    ... 21 more
[08:36:09] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.38-SNAPSHOT (build 3792)
[08:36:09] [Server thread/INFO]: [ItemsAdder] Enabling ItemsAdder v4.0.10-hotfix-1
[08:36:09] [Server thread/INFO]: [ItemsAdder] 
                                                   ItemsAdder 4.0.10-hotfix-1
  ___  ___        __        __   __   ___  __      ProtocolLib 5.4.0-SNAPSHOT-742
|  |  |__   |\/| /__`  /\  |  \ |  \ |__  |__)     Paper 1.21.4-228-c2bb144 (MC: 1.21.4)
|  |  |___  |  | .__/ /--\ |__/ |__/ |___ |  \     Build Date: 2025-05-05_11.20.26
                                                   Java Version: 21.0.7
                                                   OS: Linux 6.8.0-1024-aws                                               
[08:36:09] [Server thread/INFO]: [ItemsAdder] Loading GlowingEntities API
[08:36:09] [Server thread/INFO]: [GlowingEntities] [GlowingEntities] Found server version 1.21.4
[08:36:09] [Server thread/INFO]: [GlowingEntities] [GlowingEntities] Loaded transparent mappings.
[08:36:09] [Server thread/INFO]: [ItemsAdder] ViaVersion detected. Do not report glitches when joining using game versions different than the server version.
[08:36:09] [Server thread/INFO]: [ItemsAdder] More info: https://github.com/PluginBugs/Issues-ItemsAdder/issues/3683
[08:36:09] [Server thread/ERROR]: [ItemsAdder] Failed to hook into Citizens. Please update make sure you're running a compatible version.
[08:36:09] [Server thread/WARN]: java.lang.NoClassDefFoundError: net/citizensnpcs/api/trait/Trait
[08:36:09] [Server thread/WARN]:     at java.base/java.lang.ClassLoader.defineClass1(Native Method)
[08:36:09] [Server thread/WARN]:     at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1027)
[08:36:09] [Server thread/WARN]:     at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
[08:36:09] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:243)
[08:36:09] [Server thread/WARN]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593)
[08:36:09] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:169)
[08:36:09] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164)
[08:36:09] [Server thread/WARN]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
[08:36:09] [Server thread/WARN]:     at ItemsAdder_4.0.10-hotfix-1.jar//dev.lone.itemsadder.Core.OtherPlugins.Citizens.CitizensHook.register(SourceFile:40)
[08:36:09] [Server thread/WARN]:     at ItemsAdder_4.0.10-hotfix-1.jar//dev.lone.itemsadder.Main.onEnable(SourceFile:343)
[08:36:09] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:280)
[08:36:09] [Server thread/WARN]:     at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
[08:36:09] [Server thread/WARN]:     at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
[08:36:09] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
[08:36:09] [Server thread/WARN]:     at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:658)
[08:36:09] [Server thread/WARN]:     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:607)
[08:36:09] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:743)
[08:36:09] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:488)
[08:36:09] [Server thread/WARN]:     at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:322)
[08:36:09] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1163)
[08:36:09] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:310)
[08:36:09] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:1583)
[08:36:09] [Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: net.citizensnpcs.api.trait.Trait
[08:36:09] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:197)
[08:36:09] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164)
[08:36:09] [Server thread/WARN]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
[08:36:09] [Server thread/WARN]:     ... 22 more
[08:36:09] [Server thread/INFO]: [ItemsAdder] [Host] Starting self-host webserver on port: 25597
[08:36:09] [Server thread/INFO]: [ItemsAdder] [SelfHost] Rate limiter: max 3 requests / 2s.
[08:36:09] [Server thread/INFO]: [ItemsAdder] [SelfHost] Clients exceeding 5 times will be blocked for 30m.
[08:36:10] [Server thread/INFO]: [ItemsAdder] [Pack] Extracting internal contents from .jar
[08:36:10] [Server thread/INFO]: [ItemsAdder] [Pack] Extracted 0 default files. No files changes detected.
[08:36:10] [Server thread/INFO]: [zMenu] Enabling zMenu v1.0.4.1
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] === ENABLE START ===
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] Plugin Version V1.0.4.1
[08:36:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: zmenu [1.0.4.1]
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zMenu/patterns/pattern_example.yml loaded successfully !
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zMenu/inventories/advanced_inventory.yml loaded successfully !
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zMenu/inventories/basic_inventory.yml loaded successfully !
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zMenu/inventories/example_punish.yml loaded successfully !
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zMenu/inventories/pro_inventory.yml loaded successfully !
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zMenu/website/inventories.yml loaded successfully !
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] Command /punish successfully register.
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] Command /basic_command successfully register.
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] Command /advanced_command successfully register.
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] Command /pro_command successfully register.
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] Command /openbook successfully register.
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] 
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] You can support zMenu by upgrading your account here: https://minecraft-inventory-builder.com/account-upgrade
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] zMenu’s site includes an inventory editor (under development), a marketplace (already available) is a forum (under development)
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] 
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] Use ComponentMeta
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] Loading 6 commands
[08:36:10] [Server thread/INFO]: [zMenu v1.0.4.1] === ENABLE DONE (290ms) ===
[08:36:10] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.17
[08:36:11] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: 1.21.4! Trying to find NMS support
[08:36:11] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_21_R3' loaded!
[08:36:11] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'DecentHolograms' to create a bStats instance!
[08:36:11] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v5.3.3-SNAPSHOT
[08:36:11] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.7.1-SNAPSHOT
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3] Enabling zAuctionHouseV3 v3.2.3.3
[08:36:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: zauctionhouse [3.2.3.3]
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] === ENABLE START ===
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Plugin Version V3.2.3.3
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Loading of 4 price items
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] /home/container/plugins/zAuctionHouseV3/blacklistplayers.json loaded successfully !
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Loaded config.yml
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Loading of 3 tax items
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Loaded 4 blacklist items
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Loaded 0 whitelist items
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Loading the Examples category with 4 materials
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Loading the Blocks category with 1095 materials
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Loading the Potions category with 17 materials
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Loading the Tools category with 20 materials
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Loading the Weapons category with 13 materials
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Loading 3 inventories
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Loading 0 commands
[08:36:11] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Load SQL...
[08:36:11] [pool-19-thread-1/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 *
**********************************
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/patterns/pagination.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/patterns/auction.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/patterns/back.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/patterns/decoration.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/inventories/buyconfirminventory.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/inventories/sellshow.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/inventories/sell.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/inventories/buying.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/inventories/removeconfirm.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/inventories/auction.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/inventories/search.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/inventories/category.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/inventories/categories.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/inventories/buyconfirm.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/inventories/expire.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/inventories/show.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/inventories/items.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/inventories/economy.yml loaded successfully !
[08:36:11] [Server thread/INFO]: [zMenu v1.0.4.1] plugins/zAuctionHouseV3/inventories/adminremove.yml loaded successfully !
[08:36:12] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Register VAULT economy with name vault
[08:36:12] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] Register ProtocolLib implementation
[08:36:12] [Server thread/INFO]: [zAuctionHouseV3 v3.2.3.3] === ENABLE DONE (919ms) ===
[08:36:12] [Server thread/INFO]: [BetterTeams] Enabling BetterTeams v4.12.0
[08:36:12] [Server thread/INFO]: [BetterTeams] [BetterTeams] Checking if the file messages.yml is up to date
[08:36:12] [Server thread/INFO]: [BetterTeams] [BetterTeams] File is up to date
[08:36:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterTeams [4.12.0]
[08:36:12] [Server thread/INFO]: [BetterTeams] Display team name config value: prefix
[08:36:12] [Server thread/INFO]: [BetterTeams] Loading below name. Type: PREFIX
[08:36:12] [Server thread/INFO]: [BetterTeams] teamManagement declared: com.booksaw.betterTeams.events.MCTeamManagement@5c2c3c6d
[08:36:12] [Server thread/INFO]: [ReviveMe] Enabling ReviveMe v0.4.4
[08:36:12] [Server thread/INFO]: ReviveMe enable
[08:36:12] [Server thread/INFO]: [TAB] Enabling TAB v5.2.0
[08:36:12] [Server thread/INFO]: [TAB] Loaded NMS hook in 5ms
[08:36:12] [Server thread/INFO]: [TAB] Enabled in 196ms
[08:36:12] [Server thread/INFO]: [AuraSkills] Enabling AuraSkills v2.3.3
[08:36:13] [Server thread/INFO]: [AuraSkills] Loaded 21 message files
[08:36:13] [Server thread/INFO]: [AuraSkills] Successfully registered hook DecentHolograms
[08:36:13] [Server thread/INFO]: [AuraSkills] Successfully registered hook LuckPerms
[08:36:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: auraskills [2.3.3]
[08:36:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: aureliumskills [2.3.3]
[08:36:13] [Server thread/INFO]: [AuraSkills] Successfully registered hook PlaceholderAPI
[08:36:13] [Server thread/INFO]: [AuraSkills] Successfully registered hook ProtocolLib
[08:36:13] [Server thread/INFO]: [AuraSkills] Successfully registered hook Vault
[08:36:13] [Server thread/INFO]: [AuraSkills] Successfully registered hook WorldGuard
[08:36:13] [Server thread/INFO]: [AuraSkills] Loaded 158 config options in 27 ms
[08:36:13] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: 1.21.4! Trying to find NMS support
[08:36:13] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_21_R3' loaded!
[08:36:13] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'AuraSkills' to create a bStats instance!
[08:36:13] [Server thread/INFO]: [AuraSkills] Loaded 3 blocked/disabled worlds
[08:36:13] [Server thread/INFO]: [AuraSkills] [ACF] Enabled Asynchronous Tab Completion Support!
[08:36:13] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.5.0
[08:36:13] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
[08:36:14] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
[08:36:14] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
[08:36:14] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: BukkitConf
[08:36:14] [Server thread/WARN]: [ServerListPlus] [Core] Configuration is not enabled, nothing will be changed on the server! Please execute /slp enable to enable the configuration.
[08:36:14] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
[08:36:14] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
[08:36:14] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.5.0 enabled.
[08:36:14] [Server thread/INFO]: [LootChest] Enabling LootChest v2.5.1
[08:36:14] [Server thread/INFO]: [LootChest] Loading config files...
[08:36:14] [Server thread/INFO]: [LootChest] config files loaded
[08:36:14] [Server thread/INFO]: [LootChest] Server version: 1.21
[08:36:14] [Server thread/INFO]: [LootChest] Metrics started
[08:36:14] [Server thread/INFO]: [LootChest] Checking for update...
[08:36:14] [Server thread/INFO]: [LootChest] Starting particles...
[08:36:14] [Server thread/INFO]: [DungeonMMO] Enabling DungeonMMO v2.2.6
[08:36:14] [Server thread/WARN]: ---------------- ERROR -------------------
[08:36:14] [Server thread/WARN]: DungeonMMO requires OBTeam to work
[08:36:14] [Server thread/WARN]: Please download install OBTeam and restart your server
[08:36:14] [Server thread/WARN]: Link : https://www.spigotmc.org/resources/obteam.108269/
[08:36:14] [Server thread/WARN]: ------------------------------------------
[08:36:14] [Server thread/INFO]: [DungeonMMO] Disabling DungeonMMO v2.2.6
[08:36:14] [Server thread/ERROR]: Error occurred while disabling DungeonMMO v2.2.6
java.lang.NullPointerException: Cannot invoke "com.civious.dungeonmmo.DungeonMMO.getName()" because the return value of "com.civious.dungeonmmo.DungeonMMO.a()" is null
    at DungeonMMO-2.2.6.jar/com.civious.dungeonmmo.e.c.c.b(OldDungeonConfiguration.java:27) ~[DungeonMMO-2.2.6.jar:?]
    at DungeonMMO-2.2.6.jar/com.civious.dungeonmmo.e.c.a.b(DungeonInformationManager.java:37) ~[DungeonMMO-2.2.6.jar:?]
    at DungeonMMO-2.2.6.jar/com.civious.dungeonmmo.DungeonMMO.onDisable(DungeonMMO.java:142) ~[DungeonMMO-2.2.6.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:286) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:237) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugin(PaperPluginManagerImpl.java:114) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:550) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at DungeonMMO-2.2.6.jar/com.civious.dungeonmmo.DungeonMMO.d(DungeonMMO.java:131) ~[DungeonMMO-2.2.6.jar:?]
    at DungeonMMO-2.2.6.jar/com.civious.dungeonmmo.DungeonMMO.onEnable(DungeonMMO.java:50) ~[DungeonMMO-2.2.6.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:280) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:658) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:607) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:743) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:488) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:322) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1163) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:310) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[08:36:14] [Server thread/ERROR]: Error occurred while enabling DungeonMMO v2.2.6 (Is it up to date?)
java.lang.IllegalStateException: zip file closed
    at java.base/java.util.zip.ZipFile.ensureOpen(ZipFile.java:846) ~[?:?]
    at java.base/java.util.zip.ZipFile.getEntry(ZipFile.java:338) ~[?:?]
    at java.base/java.util.jar.JarFile.getEntry(JarFile.java:517) ~[?:?]
    at java.base/java.util.jar.JarFile.getJarEntry(JarFile.java:472) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:209) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:169) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
    at DungeonMMO-2.2.6.jar/com.civious.dungeonmmo.DungeonMMO.onEnable(DungeonMMO.java:51) ~[DungeonMMO-2.2.6.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:280) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:658) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:607) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:743) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:488) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:322) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1163) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:310) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[08:36:14] [Server thread/INFO]: [DailyRewardsPlus] Enabling DailyRewardsPlus v1.4.6
[08:36:14] [Server thread/INFO]: [DailyRewards+] Starting DailyRewards+!
[08:36:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: daily [1.0.0]
[08:36:14] [Server thread/INFO]: [DailyRewards+] Detected Placeholder API. Successfully enabled plugin support.
[08:36:14] [Server thread/INFO]: [DailyRewards+] Cleaning up...
[08:36:14] [Server thread/INFO]: [DailyRewards+] Accumulating player data for LeaderBoard placeholders, this task will run asynchronously.
[08:36:14] [Server thread/INFO]: [DailyRewards+] Detected version group as V1.20.5+[1214]. Applying necessary settings.
[08:36:14] [Server thread/INFO]: [DailyRewards+] Has started successfully!
[08:36:14] [Server thread/INFO]: [PlayTime] Enabling PlayTime v3.6*
[08:36:14] [Server thread/INFO]: [PlayTime] PlaceholderAPI was found! Registering Placeholders.
[08:36:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: playtime [3.6]
[08:36:14] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.21.0
[08:36:14] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[08:36:14] [Server thread/INFO]: [AngelChest] Enabling AngelChest v13.9.4
[08:36:14] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[08:36:14] [Server thread/INFO]: [AngelChest] groups.yml does not exist, skipping custom group settings.
[08:36:14] [Server thread/INFO]: [AngelChest] blacklist.yml does not exist, disabling item blacklist.
[08:36:14] [Server thread/INFO]: [AngelChest] No graveyards.yml found, disabling Graveyards feature
[08:36:14] [Server thread/WARN]: [AngelChest] Could not add usage/description to command acopen
[08:36:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: angelchest [GENERIC]
[08:36:14] [Server thread/INFO]: [AngelChest] Successfully hooked into Vault and the EconomyProvider, enabling economy functions.
[08:36:14] [Server thread/INFO]: [AngelChest] [ACF] Enabled Asynchronous Tab Completion Support!
[08:36:14] [Server thread/INFO]: [AngelChest] Successfully enabled AngelChest Plus v13.9.4/(175238) (Premium: true)
[08:36:14] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.21.0
[08:36:14] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[08:36:14] [Server thread/INFO]: [GSit] Enabling GSit v2.3.2
[08:36:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [2.3.2]
[08:36:14] [Server thread/INFO]: [WorldGuard] Registering session handler dev.geco.gsit.link.worldguard.RegionFlagHandler
[08:36:14] [Server thread/INFO]: [GSit] The plugin was successfully enabled.
[08:36:14] [Server thread/INFO]: [GSit] Link with GriefPrevention successful!
[08:36:14] [Server thread/INFO]: [GSit] Link with PlaceholderAPI successful!
[08:36:14] [Server thread/INFO]: [GSit] Link with WorldGuard successful!
[08:36:14] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v5.0.0-pre.6
[08:36:14] [Server thread/INFO]: [Multiverse-Inventories] Loading player names map...
[08:36:14] [Server thread/INFO]: [Multiverse-Inventories] Version 5.0.0-pre.6 (API v5.0) Enabled - By dumptruckman and benwoo1110
[08:36:14] [Server thread/INFO]: [GUIPlus] Enabling GUIPlus v3.0.0
[08:36:14] [Server thread/INFO]: [GUIPlus]    
      ________  ______   ____  __    __  _______
      / ____/ / / /  _/  / __ \/ /   / / / / ___/
     / / __/ / / // /   / /_/ / /   / / / /\__ \ 
    / /_/ / /_/ // /   / ____/ /___/ /_/ /___/ / 
    \____/\____/___/  /_/   /_____/\____//____/  
                                                 
 
[08:36:14] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: 1.21.4! Trying to find NMS support
[08:36:14] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_21_R3' loaded!
[08:36:14] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'GUIPlus' to create a bStats instance!
[08:36:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: GUIPlus [3.0]
[08:36:15] [Server thread/INFO]: [spark] Starting background profiler...
[08:36:15] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[08:36:15] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[08:36:15] [Server thread/INFO]: [Geyser-Spigot] 
[08:36:15] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.7.1-b825 (git-master-503087a)
[08:36:15] [Server thread/INFO]: [Geyser-Spigot] 
[08:36:15] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[08:36:18] [epollEventLoopGroup-3-1/INFO]: [Geyser-Spigot] Started Geyser on UDP port 25578
[08:36:18] [Server thread/INFO]: [Geyser-Spigot] Done (2.847s)! Run /geyser help for help!
[08:36:18] [Server thread/INFO]: Done preparing level "world" (13.689s)
[08:36:18] [Server thread/INFO]: Running delayed init tasks
[08:36:18] [Craft Scheduler Thread - 5 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor.
[08:36:18] [Craft Scheduler Thread - 9 - zAuctionHouseV3/INFO]: [zAuctionHouseV3] The database connection is valid ! (192.168.10.10)
[08:36:18] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[08:36:18] [Craft Scheduler Thread - 23 - Vault/INFO]: [Vault] Checking for Updates ... 
[08:36:18] [Craft Scheduler Thread - 12 - AdvancedTeleport/INFO]: [AdvancedTeleport] Preparing random teleportation locations. If your server performance or memory suffers, please set `use-rapid-response` to false in the config.yml file.
[08:36:18] [Craft Scheduler Thread - 19 - DailyRewardsPlus/INFO]: [DailyRewards+] Successfully acquired all player data for LeaderBoard.
[08:36:18] [Craft Scheduler Thread - 13 - Essentials/INFO]: [Essentials] Fetching version information...
[08:36:18] [Craft Scheduler Thread - 9 - zAuctionHouseV3/INFO]: [zAuctionHouseV3 v3.2.3.3] Loading items
[08:36:18] [Craft Scheduler Thread - 21 - ReviveMe/INFO]: [ReviveMe] There is not a new update available.
[08:36:18] [Craft Scheduler Thread - 16 - LootChest/INFO]: [LootChest] The plugin seems up to date.
[08:36:18] [Craft Scheduler Thread - 14 - ItemsAdder/INFO]: [ItemsAdder] [License] Spigot product licensed to: LoneDev (88296)
[08:36:18] [Craft Scheduler Thread - 22 - PlayTime/INFO]: [PlayTime] Latest version is installed! - v3.6
[08:36:18] [Craft Scheduler Thread - 9 - zAuctionHouseV3/INFO]: [zAuctionHouseV3 v3.2.3.3] Loading transactions
[08:36:18] [pool-65-thread-2/INFO]: [zAuctionHouseV3 v3.2.3.3] Loading of transactions successfully completed.
[08:36:18] [pool-65-thread-1/INFO]: [zAuctionHouseV3 v3.2.3.3] Loading of items successfully completed.
[08:36:18] [Craft Scheduler Thread - 12 - AdvancedTeleport/INFO]: [AdvancedTeleport] Plugin is up to date!
[08:36:18] [Craft Scheduler Thread - 23 - Vault/INFO]: [Vault] No new version available
[08:36:18] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] [Content] Loaded 7 items
[08:36:18] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] Used Blocks IDs:
[08:36:18] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder]  - REAL 0/188
[08:36:18] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder]  - REAL_NOTE 0/750
[08:36:18] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder]  - REAL_TRANSPARENT 0/63
[08:36:18] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] Used Font Images: 28/6608
[08:36:18] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] [Content] Loaded 1 categories
[08:36:18] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] [Content] Contents loaded successfully!
[08:36:18] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] ResourcePack
[08:36:18] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder]  - Path: /container/plugins/ItemsAdder/output/generated.zip
[08:36:18] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder]  - Download: http://sg02.infiniticloud.in:25597/generated.zip
[08:36:18] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder]  - Size: 171 KB/250 MB (0%)
[08:36:18] [Server thread/INFO]: [AuraSkills] Loaded 11 skills with 317 total sources
[08:36:18] [Server thread/INFO]: [AuraSkills] Loaded 9 stats and 17 traits
[08:36:19] [Server thread/INFO]: [AuraSkills] Loaded 22 pattern rewards and 0 level rewards
[08:36:19] [Server thread/INFO]: [AuraSkills] Loaded 53 loot entries in 4 pools and 2 tables
[08:36:19] [Server thread/INFO]: [AuraSkills] Loaded 7 menus
[08:36:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: essentials [1.5.2]
[08:36:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.3]
[08:36:19] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playertime due to a missing plugin: PlayerTime
[08:36:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: griefprevention [1.7.0]
[08:36:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: playerlist [3.0.8]
[08:36:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: team [1.2]
[08:36:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.2]
[08:36:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.8]
[08:36:19] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playerstats due to a missing plugin: PlayerStats
[08:36:19] [Server thread/INFO]: 7 placeholder hook(s) registered!
[08:36:19] [Server thread/INFO]: [Multiverse-Inventories] First run!
[08:36:19] [Server thread/INFO]: Checking for conflicts in groups...
[08:36:19] [Server thread/INFO]: No group conflicts found!
[08:36:19] [Server thread/INFO]: [ViaVersion] You are running a development version of the plugin, please report any bugs to GitHub.
[08:36:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: img [1.0.1]
[08:36:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: iaplayerstat [1.0.1]
[08:36:19] [Server thread/ERROR]: Could not pass event ItemsAdderLoadDataEvent to ItemsAdder v4.0.10-hotfix-1
java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
    at ItemsAdder_4.0.10-hotfix-1.jar/dev.lone.itemsadder.Core.OtherPlugins.Citizens.CitizensHook.reload(SourceFile:85) ~[ItemsAdder_4.0.10-hotfix-1.jar:?]
    at ItemsAdder_4.0.10-hotfix-1.jar/itemsadder.m.bc.a(SourceFile:430) ~[ItemsAdder_4.0.10-hotfix-1.jar:?]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at ItemsAdder_4.0.10-hotfix-1.jar/itemsadder.m.ahi.a(SourceFile:75) ~[ItemsAdder_4.0.10-hotfix-1.jar:?]
    at ItemsAdder_4.0.10-hotfix-1.jar/itemsadder.m.a.e(SourceFile:966) ~[ItemsAdder_4.0.10-hotfix-1.jar:?]
    at ItemsAdder_4.0.10-hotfix-1.jar/itemsadder.m.afb.f(SourceFile:130) ~[ItemsAdder_4.0.10-hotfix-1.jar:?]
    at ItemsAdder_4.0.10-hotfix-1.jar/itemsadder.m.a.a(SourceFile:964) ~[ItemsAdder_4.0.10-hotfix-1.jar:?]
    at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:78) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:474) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1175) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:310) ~[paper-1.21.4.jar:1.21.4-228-c2bb144]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ClassNotFoundException: net.citizensnpcs.api.CitizensAPI
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:197) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
    ... 16 more
[08:36:19] [Server thread/INFO]: Done (38.437s)! For help, type "help"
[08:36:19] [Craft Scheduler Thread - 18 - zAuctionHouseV3/INFO]: [zAuctionHouseV3 v3.2.3.3] No update available.
[08:36:19] [Craft Scheduler Thread - 7 - zMenu/INFO]: [zMenu v1.0.4.1] No update available.
[08:36:19] [Server thread/INFO]: [LootChest] Loading chests...
[08:36:19] [Server thread/INFO]: [LootChest] Loaded 0 Lootchests in 0 miliseconds
[08:36:19] [Server thread/INFO]: [LootChest] Starting LootChest timers asynchronously...
[08:36:19] [Server thread/INFO]: [LootChest] Plugin loaded