Paste #132227: Terrorleaks Log Files

Date: 2025/03/30 00:03:01 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
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989


[00:00:29] [Server thread/INFO]: FLUNKH issued server command: /sellgui
[00:00:32] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:32] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:33] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:33] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:33] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:33] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:33] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:33] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:33] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:33] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:33] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:33] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:34] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:34] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:34] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:34] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:34] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:34] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:34] [Server thread/INFO]: Shop >> FLUNKH sold 268x Ender Pearl(Armor.page1.items.8) for $1,675.00 with the sell gui.
[00:00:34] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:34] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:34] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:34] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:34] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:34] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:35] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:35] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:35] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:35] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:35] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:35] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:35] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:35] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:35] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:35] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:36] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:36] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:36] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:36] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:36] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:36] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:36] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:36] [Server thread/INFO]: Shop >> shluckss sold 64 x Bamboo(MobDrops.page1.items.37) for $512.00 with the sell all command.
[00:00:36] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:37] [Server thread/INFO]: shluckss issued server command: /sellall hand
[00:00:38] [Server thread/INFO]: FLUNKH issued server command: /sellgui
[00:00:40] [Server thread/INFO]: Shop >> FLUNKH sold 15x Ender Pearl(Armor.page1.items.8) for $93.75 with the sell gui.
[00:01:03] [Server thread/INFO]: aceWWWWW issued server command: /sellgui
[00:01:08] [Server thread/INFO]: Shop >> aceWWWWW sold 171x Ender Pearl(Armor.page1.items.8) for $1,068.75 with the sell gui.
[00:01:13] [Server thread/INFO]: aceWWWWW issued server command: /home bamboo
[00:01:37] [Server thread/INFO]: FLUNKH issued server command: /tp aceWWWWW
[00:01:39] [Server thread/INFO]: CorkPuma26 issued server command: /sellall BAMBOO
[00:01:39] [Server thread/INFO]: Shop >> CorkPuma26 sold 1984 x Bamboo(MobDrops.page1.items.37) for $15,872.00 with the sell all command.
[00:01:57] [Server thread/INFO]: CorkPuma26 issued server command: /delhome jungle
[00:02:00] [Async Chat Thread - #3/INFO]: [BetterTeams][Team] aceWWWWW: ./gay
[00:02:16] [Server thread/INFO]: LostInTheFed issued server command: /reload
[00:02:16] [Server thread/INFO]: LostInTheFed: Please note that this command is not supported and may cause issues when using some plugins.
[00:02:16] [Server thread/INFO]: LostInTheFed: If you encounter any issues please use the /stop command to restart your server.
[00:02:16] [Server thread/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.
[00:02:16] [Server thread/WARN]: resource-pack-id missing, using default of b1859a4e-e57c-3f5e-89d3-d0a6c8f4d374
[00:02:16] [Server thread/INFO]: *** This version of Spigot contains changes to some enums. If you notice that plugins no longer work after updating, please report this to the developers of those plugins first. ***
[00:02:16] [Server thread/INFO]: *** If you cannot update those plugins, you can try setting `settings.compatibility.enum-compatibility-mode` to `true` in `bukkit.yml`. ***
[00:02:16] [Server thread/INFO]: Server Ping Player Sample Count: 12
[00:02:16] [Server thread/INFO]: Using 4 threads for Netty based IO
[00:02:16] [Server thread/INFO]: Debug logging is disabled
[00:02:16] [Server thread/INFO]: -------- World Settings For [world] --------
[00:02:16] [Server thread/INFO]: Mob Spawn Range: 6
[00:02:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Carrot Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Potato Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Vine Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Kelp Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Experience Merge Radius: 3.0
[00:02:16] [Server thread/INFO]: Max TNT Explosions: 100
[00:02:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[00:02:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[00:02:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[00:02:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[00:02:16] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[00:02:16] [Server thread/INFO]: View Distance: 8
[00:02:16] [Server thread/INFO]: Simulation Distance: 10
[00:02:16] [Server thread/INFO]: Item Despawn Rate: 6000
[00:02:16] [Server thread/INFO]: Item Merge Radius: 2.5
[00:02:16] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[00:02:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:02:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:02:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:02:16] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[00:02:16] [Server thread/INFO]: Mob Spawn Range: 6
[00:02:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Carrot Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Potato Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Vine Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Kelp Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Experience Merge Radius: 3.0
[00:02:16] [Server thread/INFO]: Max TNT Explosions: 100
[00:02:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[00:02:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[00:02:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[00:02:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[00:02:16] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[00:02:16] [Server thread/INFO]: View Distance: 8
[00:02:16] [Server thread/INFO]: Simulation Distance: 10
[00:02:16] [Server thread/INFO]: Item Despawn Rate: 6000
[00:02:16] [Server thread/INFO]: Item Merge Radius: 2.5
[00:02:16] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[00:02:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:02:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:02:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:02:16] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[00:02:16] [Server thread/INFO]: Mob Spawn Range: 6
[00:02:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Carrot Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Potato Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Vine Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Kelp Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[00:02:16] [Server thread/INFO]: Experience Merge Radius: 3.0
[00:02:16] [Server thread/INFO]: Max TNT Explosions: 100
[00:02:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[00:02:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[00:02:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[00:02:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[00:02:16] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[00:02:16] [Server thread/INFO]: View Distance: 8
[00:02:16] [Server thread/INFO]: Simulation Distance: 10
[00:02:16] [Server thread/INFO]: Item Despawn Rate: 6000
[00:02:16] [Server thread/INFO]: Item Merge Radius: 2.5
[00:02:16] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[00:02:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:02:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:02:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:02:16] [Server thread/INFO]: [Sellwand] Disabling Sellwand v1.7.4
[00:02:16] [Server thread/INFO]: [EconomyShopGUI] Disabling EconomyShopGUI v6.12.0
[00:02:16] [Server thread/INFO]: [RoseStacker] Disabling RoseStacker v1.5.32
[00:02:16] [Server thread/INFO]: [PvPManager] Disabling PvPManager v3.18.42
[00:02:16] [Server thread/INFO]: [PvPManager] Saving player data to storage...
[00:02:16] [Server thread/INFO]: PvPManager - Shutdown initiated...
[00:02:16] [Server thread/INFO]: PvPManager - Shutdown completed.
[00:02:16] [Server thread/INFO]: [PvPManager] Closed SQLITE storage
[00:02:16] [Server thread/INFO]: [TAB] Disabling TAB v5.0.7
[00:02:16] [Server thread/INFO]: [TAB] Disabled in 2ms
[00:02:16] [Server thread/INFO]: [PhoenixCratesLite] Disabling PhoenixCratesLite v4.0
[00:02:16] [Server thread/INFO]: [BetterTeams] Disabling BetterTeams v4.11.0
[00:02:16] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.13+82fdc65
[00:02:16] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
[00:02:16] [Server thread/INFO]: [GrimAC] Disabling GrimAC v2.3.69
[00:02:16] [Server thread/INFO]: [GrimAC] Terminating PacketEvents...
[00:02:16] [Server thread/INFO]: Disabling Essentials v2.21.0
[00:02:16] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
[00:02:16] [Server thread/ERROR]: There's a good chance you're reloading your server right now. If that's the case, why do you hate yourself? Expect no support from the EssentialsX team when using /reload.
[00:02:16] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.3.11+7055-8357a12
[00:02:16] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[00:02:16] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
[00:02:16] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion vault
[00:02:16] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin Vault was disabled.
[00:02:16] [Server thread/INFO]: [Geyser-Spigot] Disabling Geyser-Spigot v2.6.2-SNAPSHOT
[00:02:16] [Server thread/INFO]: [Geyser-Spigot] Shutting down Geyser.
[00:02:16] [Server thread/INFO]: [Geyser-Spigot] Geyser shutdown successfully.
[00:02:16] [Server thread/INFO]: [DecentHolograms] Disabling DecentHolograms v2.8.16
[00:02:16] [Server thread/INFO]: [ATR] Disabling AcceptTheRules v11.0
[00:02:16] [Server thread/INFO]: [ATR] Version 11.0 is disabled!
[00:02:16] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.157
[00:02:16] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
[00:02:16] [Server thread/INFO]: [LuckPerms] Closing storage...
[00:02:16] [Server thread/INFO]: [LuckPerms] Goodbye!
[00:02:16] [Server thread/INFO]: [AxTrade] Disabling AxTrade v1.15.1
[00:02:16] [Server thread/INFO]: [floodgate] Disabling floodgate v2.2.4-SNAPSHOT (b116-0e3163c)
[00:02:16] [Server thread/ERROR]: Could not pass event PluginDisableEvent to floodgate v2.2.4-SNAPSHOT (b116-0e3163c)
org.bukkit.event.EventException: null
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:601) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:588) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:361) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:513) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:505) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.clearPlugins(SimplePluginManager.java:556) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_21_R3.CraftServer.reload(CraftServer.java:988) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at org.bukkit.Bukkit.reload(Bukkit.java:871) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:27) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:150) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_21_R3.CraftServer.dispatchCommand(CraftServer.java:924) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at org.bukkit.craftbukkit.v1_21_R3.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.3.10.jar:?]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.a(SourceFile:29) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(SourceFile:13) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.UnboundEntryAction.a(SourceFile:8) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.CommandQueueEntry.a(SourceFile:8) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.ExecutionContext.a(SourceFile:107) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:419) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:341) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:328) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1927) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$7(PlayerConnection.java:1903) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:164) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1319) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:210) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandler.B(SourceFile:138) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1298) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1291) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:147) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1248) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.x_(MinecraftServer.java:1258) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1101) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
Caused by: me.lucko.luckperms.bukkit.vault.ServerThreadLookupException: A Vault API request has been made on the main server thread that LuckPerms cannot safely respond to.
This is NOT a bug - please do not report it to LuckPerms.
Instead, please carefully read the information given below.

LuckPerms cannot respond to the request because to do so:
- it needs to lookup user data for '21c7a302-0d88-4e6f-8850-bf65406ed28a' (an offline player) from the database

Performing this lookup on the main server thread would cause your server to lag.
There are two solutions to this problem:
  a) Ask the author of the plugin making the request to perform Vault calls for
     offline players "asynchronously" (using the scheduler). Additionally, prefer
     using the methods that accept 'Player' or 'OfflinePlayer' instead of usernames.
     You should be able to identify the plugin making the request in the trace below.
  b) As a server admin, you can disable this exception by setting 'vault-unsafe-lookups'
     to true in the LuckPerms configuration file. However, please use this only as
     a last resort.
    at me.lucko.luckperms.bukkit.vault.LuckPermsVaultPermission.lookupUser(LuckPermsVaultPermission.java:153) ~[?:?]
    at me.lucko.luckperms.bukkit.vault.LuckPermsVaultPermission.userHasPermission(LuckPermsVaultPermission.java:172) ~[?:?]
    at me.lucko.luckperms.bukkit.vault.AbstractVaultPermission.playerHas(AbstractVaultPermission.java:150) ~[?:?]
    at com.sk89q.wepif.VaultResolver.hasPermission(VaultResolver.java:100) ~[?:?]
    at com.sk89q.wepif.PermissionsResolverManager.hasPermission(PermissionsResolverManager.java:170) ~[?:?]
    at com.sk89q.worldedit.bukkit.BukkitPlayer.hasPermission(BukkitPlayer.java:176) ~[?:?]
    at java.base/java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90) ~[?:?]
    at java.base/java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1950) ~[?:?]
    at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129) ~[?:?]
    at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527) ~[?:?]
    at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513) ~[?:?]
    at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.base/java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230) ~[?:?]
    at java.base/java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196) ~[?:?]
    at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    at java.base/java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:632) ~[?:?]
    at com.sk89q.worldedit.command.util.PermissionCondition.lambda$satisfied$0(PermissionCondition.java:47) ~[?:?]
    at java.base/java.util.Optional.map(Optional.java:260) ~[?:?]
    at com.sk89q.worldedit.command.util.PermissionCondition.satisfied(PermissionCondition.java:47) ~[?:?]
    at com.sk89q.worldedit.bukkit.BukkitCommandInspector.testPermission(BukkitCommandInspector.java:81) ~[?:?]
    at com.sk89q.bukkit.util.DynamicPluginCommand.testPermissionSilent(DynamicPluginCommand.java:100) ~[?:?]
    at org.bukkit.craftbukkit.v1_21_R3.command.BukkitCommandWrapper.test(BukkitCommandWrapper.java:42) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at org.bukkit.craftbukkit.v1_21_R3.command.BukkitCommandWrapper.test(BukkitCommandWrapper.java:23) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at com.mojang.brigadier.tree.CommandNode.canUse(CommandNode.java:79) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:482) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:455) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at org.bukkit.craftbukkit.v1_21_R3.entity.CraftPlayer.updateCommands(CraftPlayer.java:2321) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[?:?]
    at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116) ~[?:?]
    at org.geysermc.floodgate.shadow.org.incendo.cloud.bukkit.BukkitPluginRegistrationHandler.unregisterRootCommand(BukkitPluginRegistrationHandler.java:156) ~[?:?]
    at org.geysermc.floodgate.shadow.org.incendo.cloud.CommandManager.deleteRootCommand(CommandManager.java:473) ~[?:?]
    at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ~[?:?]
    at org.geysermc.floodgate.shadow.org.incendo.cloud.bukkit.CloudBukkitListener.onPluginDisable(CloudBukkitListener.java:54) ~[?:?]
    at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
    at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    ... 38 more
[00:02:16] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v5.2.1
[00:02:16] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling. If this is a reload and you experience issues, please reboot instead.
[00:02:16] [Server thread/INFO]: [ViaVersion] Empty pipeline, nothing to uninject
[00:02:16] [Server thread/INFO]: [ViaVersion] ViaVersion has been disabled; uninjected the platform and shut down the scheduler.
[00:02:16] [Server thread/INFO]: [Images] Disabling Images v2.5.3
[00:02:16] [Server thread/INFO]: [MineAlert] Disabling MineAlert v1.19
[00:02:16] [Server thread/INFO]: [SetSpawn] Disabling SetSpawn v5.4
[00:02:16] [Server thread/INFO]: [SetSpawn] Disabled!
[00:02:16] [Server thread/INFO]: [MLAntiXray] Disabling MLAntiXray vB3
[00:02:16] [Server thread/INFO]: [SimpleRename] Disabling SimpleRename v13.9
[00:02:16] [Server thread/INFO]: SimpleRename disabled!
[00:02:16] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.6
[00:02:16] [Server thread/INFO]: [BetterChat] Disabling BetterChat v1.0
[00:02:16] [Server thread/INFO]: Better Chat v1.0 has been DISABLED!
[00:02:16] [Server thread/INFO]: [reminders] Disabling reminders v1.0
[00:02:16] [Server thread/INFO]: []
[00:02:17] [WebSocketConnectReadThread-214/INFO]: [Geyser-Spigot] The skin uploader has been closed
[00:02:17] [Server thread/INFO]: Loaded 1370 recipes
[00:02:17] [Server thread/WARN]: Failed to get hostname, using 'localhost'
java.net.UnknownHostException: 6ff5815c-2c98-4efb-863c-9ea19df87c6e: 6ff5815c-2c98-4efb-863c-9ea19df87c6e: Name or service not known
    at java.base/java.net.InetAddress.getLocalHost(InetAddress.java:1936) ~[?:?]
    at org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper.getHostname(DiscriminatingNameMapper.java:90) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper.<init>(DiscriminatingNameMapper.java:69) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.internal.impl.synccontext.named.NameMappers.discriminatingNameMapper(NameMappers.java:68) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapterFactoryImpl.getManuallyCreatedNameMappers(NamedLockFactoryAdapterFactoryImpl.java:78) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapterFactoryImpl.<init>(NamedLockFactoryAdapterFactoryImpl.java:107) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) ~[?:?]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.newInstance(DefaultServiceLocator.java:159) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstances(DefaultServiceLocator.java:140) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstance(DefaultServiceLocator.java:130) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator.getService(DefaultServiceLocator.java:271) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory.initService(DefaultSyncContextFactory.java:68) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.newInstance(DefaultServiceLocator.java:163) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstances(DefaultServiceLocator.java:140) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstance(DefaultServiceLocator.java:130) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator.getService(DefaultServiceLocator.java:271) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.internal.impl.DefaultMetadataResolver.initService(DefaultMetadataResolver.java:123) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.newInstance(DefaultServiceLocator.java:163) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstances(DefaultServiceLocator.java:140) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstance(DefaultServiceLocator.java:130) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator.getService(DefaultServiceLocator.java:271) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.apache.maven.repository.internal.DefaultVersionResolver.initService(DefaultVersionResolver.java:106) ~[maven-resolver-provider-3.9.6.jar:3.9.6]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.newInstance(DefaultServiceLocator.java:163) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstances(DefaultServiceLocator.java:140) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstance(DefaultServiceLocator.java:130) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator.getService(DefaultServiceLocator.java:271) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.initService(DefaultRepositorySystem.java:158) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.newInstance(DefaultServiceLocator.java:163) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstances(DefaultServiceLocator.java:140) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstance(DefaultServiceLocator.java:130) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator.getService(DefaultServiceLocator.java:271) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.bukkit.plugin.java.LibraryLoader.<init>(LibraryLoader.java:55) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.<init>(JavaPluginLoader.java:71) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) ~[?:?]
    at org.bukkit.plugin.SimplePluginManager.registerInterface(SimplePluginManager.java:85) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_21_R3.CraftServer.loadPlugins(CraftServer.java:462) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at org.bukkit.craftbukkit.v1_21_R3.CraftServer.reload(CraftServer.java:1015) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at org.bukkit.Bukkit.reload(Bukkit.java:871) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:27) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:150) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_21_R3.CraftServer.dispatchCommand(CraftServer.java:924) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at org.bukkit.craftbukkit.v1_21_R3.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.3.10.jar:?]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.a(SourceFile:29) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(SourceFile:13) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.UnboundEntryAction.a(SourceFile:8) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.CommandQueueEntry.a(SourceFile:8) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.ExecutionContext.a(SourceFile:107) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:419) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:341) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:328) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1927) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$7(PlayerConnection.java:1903) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:164) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1319) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:210) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandler.B(SourceFile:138) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1298) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1291) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:147) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1248) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.x_(MinecraftServer.java:1258) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1101) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
Caused by: java.net.UnknownHostException: 6ff5815c-2c98-4efb-863c-9ea19df87c6e: Name or service not known
    at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) ~[?:?]
    at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:52) ~[?:?]
    at java.base/java.net.InetAddress$PlatformResolver.lookupByName(InetAddress.java:1211) ~[?:?]
    at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1828) ~[?:?]
    at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:1139) ~[?:?]
    at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1818) ~[?:?]
    at java.base/java.net.InetAddress.getLocalHost(InetAddress.java:1931) ~[?:?]
    ... 70 more
[00:02:17] [Server thread/WARN]: Legacy plugin BetterChat v1.0 does not specify an api-version.
[00:02:17] [Server thread/ERROR]: Could not load 'plugins/orebfuscator-plugin-5.5.2 (1).jar'
org.bukkit.plugin.UnknownDependencyException: Unknown dependency ProtocolLib. Please download and install ProtocolLib to run this plugin.
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:280) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_21_R3.CraftServer.loadPlugins(CraftServer.java:467) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at org.bukkit.craftbukkit.v1_21_R3.CraftServer.reload(CraftServer.java:1015) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at org.bukkit.Bukkit.reload(Bukkit.java:871) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:27) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:150) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_21_R3.CraftServer.dispatchCommand(CraftServer.java:924) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at org.bukkit.craftbukkit.v1_21_R3.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.3.10.jar:?]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.a(SourceFile:29) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(SourceFile:13) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.UnboundEntryAction.a(SourceFile:8) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.CommandQueueEntry.a(SourceFile:8) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.ExecutionContext.a(SourceFile:107) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:419) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:341) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:328) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1927) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$7(PlayerConnection.java:1903) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:164) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1319) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:210) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandler.B(SourceFile:138) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1298) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1291) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:147) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1248) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.x_(MinecraftServer.java:1258) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1101) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loading 3 libraries... please wait
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loaded library /home/container/libraries/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loaded library /home/container/libraries/com/squareup/okio/okio/3.6.0/okio-3.6.0.jar
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loaded library /home/container/libraries/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loaded library /home/container/libraries/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.10/kotlin-stdlib-common-1.9.10.jar
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loaded library /home/container/libraries/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.8.21/kotlin-stdlib-jdk8-1.8.21.jar
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loaded library /home/container/libraries/org/jetbrains/kotlin/kotlin-stdlib/1.8.21/kotlin-stdlib-1.8.21.jar
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loaded library /home/container/libraries/org/jetbrains/annotations/13.0/annotations-13.0.jar
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loaded library /home/container/libraries/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.8.21/kotlin-stdlib-jdk7-1.8.21.jar
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loaded library /home/container/libraries/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.17.0/jackson-dataformat-yaml-2.17.0.jar
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loaded library /home/container/libraries/com/fasterxml/jackson/core/jackson-databind/2.17.0/jackson-databind-2.17.0.jar
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loaded library /home/container/libraries/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9.jar
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loaded library /home/container/libraries/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loaded library /home/container/libraries/com/fasterxml/jackson/core/jackson-core/2.17.0/jackson-core-2.17.0.jar
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loaded library /home/container/libraries/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.17.0/jackson-datatype-jsr310-2.17.0.jar
[00:02:17] [Server thread/INFO]: [AcceptTheRules] Loaded library /home/container/libraries/com/fasterxml/jackson/core/jackson-annotations/2.17.0/jackson-annotations-2.17.0.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loading 5 libraries... please wait
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/ch/ethz/globis/phtree/phtree/2.8.1/phtree-2.8.1.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/it/unimi/dsi/fastutil/8.5.15/fastutil-8.5.15.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-platform-bukkit/4.3.3/adventure-platform-bukkit-4.3.3.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-platform-api/4.3.3/adventure-platform-api-4.3.3.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.3/adventure-text-serializer-bungeecord-4.3.3.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-legacy/4.13.1/adventure-text-serializer-legacy-4.13.1.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-gson/4.13.1/adventure-text-serializer-gson-4.13.1.jar
[00:02:17] [Server thread/INFO]: [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
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-platform-facet/4.3.3/adventure-platform-facet-4.3.3.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-platform-viaversion/4.3.3/adventure-platform-viaversion-4.3.3.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-text-minimessage/4.17.0/adventure-text-minimessage-4.17.0.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-api/4.17.0/adventure-api-4.17.0.jar
[00:02:17] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-key/4.17.0/adventure-key-4.17.0.jar
[00:02:17] [Server thread/INFO]: [PvPManager] Loading 2 libraries... please wait
[00:02:17] [Server thread/INFO]: [PvPManager] Loaded library /home/container/libraries/com/zaxxer/HikariCP/4.0.3/HikariCP-4.0.3.jar
[00:02:17] [Server thread/INFO]: [PvPManager] Loaded library /home/container/libraries/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.jar
[00:02:17] [Server thread/INFO]: [reminders] Loading reminders v1.0
[00:02:17] [Server thread/INFO]: [BetterChat] Loading BetterChat v1.0
[00:02:17] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.6
[00:02:17] [Server thread/INFO]: [SimpleRename] Loading SimpleRename v13.9
[00:02:17] [Server thread/INFO]: [MLAntiXray] Loading MLAntiXray vB3
[00:02:17] [Server thread/INFO]: [SetSpawn] Loading SetSpawn v5.4
[00:02:17] [Server thread/INFO]: [MineAlert] Loading MineAlert v1.19
[00:02:17] [Server thread/INFO]: [Images] Loading Images v2.5.3
[00:02:17] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v5.2.1
[00:02:17] [Server thread/INFO]: [ViaVersion] ViaVersion 5.2.1 is now loaded. Registering protocol transformers and injecting...
[00:02:17] [Server thread/ERROR]: [ViaVersion] ViaVersion is already loaded, this should work fine. If you get any console errors, try rebooting.
[00:02:17] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[00:02:17] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[00:02:17] [Server thread/INFO]: [floodgate] Loading floodgate v2.2.4-SNAPSHOT (b116-0e3163c)
[00:02:18] [Server thread/INFO]: [floodgate] Took 192ms to boot Floodgate
[00:02:18] [Server thread/INFO]: [AxTrade] Loading AxTrade v1.15.1
[00:02:18] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.157
[00:02:18] [Server thread/INFO]: [ATR] Loading AcceptTheRules v11.0
[00:02:18] [Server thread/INFO]: [DecentHolograms] Loading DecentHolograms v2.8.16
[00:02:18] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v2.6.2-SNAPSHOT
[00:02:18] [Server thread/INFO]: [Geyser-Spigot] Loading extensions...
[00:02:18] [Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
[00:02:18] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[00:02:18] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.3.11+7055-8357a12
[00:02:18] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@71ae457f]
[00:02:18] [Server thread/INFO]: [Essentials] Loading Essentials v2.21.0
[00:02:18] [Server thread/INFO]: [GrimAC] Loading GrimAC v2.3.69
[00:02:18] [Server thread/INFO]: [GrimAC] Loading PacketEvents...
[00:02:19] [Server thread/INFO]: [packetevents] Late injection detected, we missed packets so some functionality may break!
[00:02:19] [Server thread/INFO]: [packetevents] Late injection detected, we missed packets so some functionality may break!
[00:02:19] [Server thread/INFO]: [packetevents] Late injection detected, we missed packets so some functionality may break!
[00:02:19] [Server thread/INFO]: [packetevents] Late injection detected, we missed packets so some functionality may break!
[00:02:19] [Server thread/INFO]: [packetevents] Late injection detected, we missed packets so some functionality may break!
[00:02:19] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.13+82fdc65
[00:02:19] [Server thread/INFO]: [BetterTeams] Loading BetterTeams v4.11.0
[00:02:19] [Server thread/INFO]: [BetterTeams] Checking if the file config.yml is up to date
[00:02:19] [Server thread/INFO]: [BetterTeams] File is up to date
[00:02:19] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.38-SNAPSHOT (build 3767)
[00:02:19] [Server thread/INFO]: [PhoenixCratesLite] Loading PhoenixCratesLite v4.0
[00:02:19] [Server thread/INFO]: [TAB] Loading TAB v5.0.7
[00:02:19] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v3.6.13
[00:02:19] [Server thread/INFO]: [PvPManager] Loading PvPManager v3.18.42
[00:02:19] [Server thread/INFO]: [RoseStacker] Loading RoseStacker v1.5.32
[00:02:19] [Server thread/INFO]: [EconomyShopGUI] Loading EconomyShopGUI v6.12.0
[00:02:19] [Server thread/INFO]: [Sellwand] Loading Sellwand v1.7.4
[00:02:19] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.157
[00:02:19] [Server thread/INFO]:         __    
[00:02:19] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.157
[00:02:19] [Server thread/INFO]:   |___ |      Running on Bukkit - CraftBukkit
[00:02:19] [Server thread/INFO]: 
[00:02:19] [Server thread/INFO]: [LuckPerms] Loading configuration...
[00:02:20] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[00:02:20] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[00:02:20] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[00:02:20] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 579ms)
[00:02:20] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[00:02:20] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.21.0 which is not a depend or softdepend of this plugin.
[00:02:20] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[00:02:20] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[00:02:20] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[00:02:20] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[00:02:20] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.3.11+7055-8357a12
[00:02:20] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[00:02:20] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[00:02:20] [Server thread/WARN]: [WorldEdit] Server reload detected. This may cause various issues with WorldEdit and dependent plugins.
[00:02:20] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_21_4.PaperweightAdapter as the Bukkit adapter
[00:02:21] [Server thread/INFO]: [WorldEdit] ====================================================
[00:02:21] [Server thread/INFO]: [WorldEdit]  WorldEdit works better if you use Paper 
[00:02:21] [Server thread/INFO]: [WorldEdit]  as your server software. 
[00:02:21] [Server thread/INFO]: [WorldEdit] ====================================================
[00:02:21] [Server thread/INFO]: [reminders] Enabling reminders v1.0
[00:02:21] [Server thread/INFO]: []
[00:02:21] [Server thread/INFO]: [BetterChat] Enabling BetterChat v1.0
[00:02:21] [Server thread/INFO]: Better Chat v1.0 has been ENABLED!
[00:02:21] [Server thread/INFO]: Better Chat v1.0 Created by winjw7
[00:02:21] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
[00:02:21] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[00:02:21] [Server thread/INFO]: [SimpleRename] Enabling SimpleRename v13.9
[00:02:21] [Server thread/INFO]: SimpleRename enabled!
[00:02:21] [Server thread/INFO]: [MLAntiXray] Enabling MLAntiXray vB3
[00:02:21] [Server thread/INFO]: [SetSpawn] Enabling SetSpawn v5.4
[00:02:21] [Server thread/INFO]: [SetSpawn] Enabled!
[00:02:21] [Server thread/INFO]: [MineAlert] Enabling MineAlert v1.19
[00:02:21] [Server thread/INFO]: HikariPool-2 - Starting...
[00:02:21] [User Authenticator #6/INFO]: UUID of player shluckss is d5eea402-b99c-400b-a95e-5dc478dc70a1
[00:02:21] [User Authenticator #7/INFO]: UUID of player FLUNKH is 7a9de51f-7c2c-4660-ad3e-183b4cf39938
[00:02:21] [User Authenticator #8/INFO]: UUID of player aceWWWWW is 21676f02-8544-40c0-9318-c88de3934d6d
[00:02:22] [Server thread/ERROR]: Error occurred while enabling MineAlert v1.19 (Is it up to date?)
com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Access denied for user 'minealert'@'localhost' (using password: YES)
    at com.zaxxer.hikari.pool.HikariPool.throwPoolInitializationException(HikariPool.java:584) ~[?:?]
    at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:571) ~[?:?]
    at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:98) ~[?:?]
    at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:80) ~[?:?]
    at io.github.dougcodez.minealert.mysql.api.HikariSetup.init(HikariSetup.java:15) ~[?:?]
    at io.github.dougcodez.minealert.mysql.HikariClientInit.initDatabase(HikariClientInit.java:21) ~[?:?]
    at io.github.dougcodez.minealert.MineAlert.registerDatabase(MineAlert.java:85) ~[?:?]
    at io.github.dougcodez.minealert.MineAlert.registerRegistries(MineAlert.java:70) ~[?:?]
    at io.github.dougcodez.minealert.MineAlert.onEnable(MineAlert.java:42) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:267) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:492) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_21_R3.CraftServer.enablePlugin(CraftServer.java:578) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at org.bukkit.craftbukkit.v1_21_R3.CraftServer.enablePlugins(CraftServer.java:492) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at org.bukkit.craftbukkit.v1_21_R3.CraftServer.reload(CraftServer.java:1017) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at org.bukkit.Bukkit.reload(Bukkit.java:871) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:27) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:150) ~[spigot-api-1.21.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_21_R3.CraftServer.dispatchCommand(CraftServer.java:924) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at org.bukkit.craftbukkit.v1_21_R3.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.3.10.jar:?]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.a(SourceFile:29) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(SourceFile:13) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.UnboundEntryAction.a(SourceFile:8) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.CommandQueueEntry.a(SourceFile:8) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.execution.ExecutionContext.a(SourceFile:107) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:419) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:341) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:328) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1927) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$7(PlayerConnection.java:1903) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:164) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1319) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:210) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandler.B(SourceFile:138) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1298) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1291) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:147) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1248) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.x_(MinecraftServer.java:1258) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1101) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4458-Spigot-73860e0-fb3f2b6]
    at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
Caused by: java.sql.SQLException: Access denied for user 'minealert'@'localhost' (using password: YES)
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121) ~[mysql-connector-j-9.1.0.jar:9.1.0]
    at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:114) ~[mysql-connector-j-9.1.0.jar:9.1.0]
    at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) ~[mysql-connector-j-9.1.0.jar:9.1.0]
    at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:420) ~[mysql-connector-j-9.1.0.jar:9.1.0]
    at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) ~[mysql-connector-j-9.1.0.jar:9.1.0]
    at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) ~[mysql-connector-j-9.1.0.jar:9.1.0]
    at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:137) ~[?:?]
    at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:360) ~[?:?]
    at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:202) ~[?:?]
    at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:461) ~[?:?]
    at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:550) ~[?:?]
    ... 43 more
[00:02:22] [Server thread/INFO]: [Images] Enabling Images v2.5.3
[00:02:22] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.2.1
[00:02:22] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.21.4 (769)
[00:02:22] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version!
[00:02:22] [Server thread/WARN]: [ViaVersion] Please remember that ViaVersion only adds support for versions newer than the server version.
[00:02:22] [Server thread/WARN]: [ViaVersion] If you need support for older versions you may need to use one or more ViaVersion addons too.
[00:02:22] [Server thread/WARN]: [ViaVersion] In that case please read the ViaVersion resource page carefully or use https://viaversion.com/setup
[00:02:22] [Server thread/WARN]: [ViaVersion] and if you're still unsure, feel free to join our Discord-Server for further assistance.
[00:02:22] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.4-SNAPSHOT (b116-0e3163c)
[00:02:22] [Server thread/WARN]: java.lang.IllegalArgumentException: Duplicate handler name: floodgate-init
[00:02:22] [Server thread/WARN]:     at io.netty.channel.DefaultChannelPipeline.checkDuplicateName(DefaultChannelPipeline.java:1004)
[00:02:22] [Server thread/WARN]:     at io.netty.channel.DefaultChannelPipeline.filterName(DefaultChannelPipeline.java:260)
[00:02:22] [Server thread/WARN]:     at io.netty.channel.DefaultChannelPipeline.internalAdd(DefaultChannelPipeline.java:167)
[00:02:22] [Server thread/WARN]:     at io.netty.channel.DefaultChannelPipeline.addFirst(DefaultChannelPipeline.java:209)
[00:02:22] [Server thread/WARN]:     at io.netty.channel.DefaultChannelPipeline.addFirst(DefaultChannelPipeline.java:151)
[00:02:22] [Server thread/WARN]:     at org.geysermc.floodgate.inject.spigot.SpigotInjector.injectClient(SpigotInjector.java:110)
[00:02:22] [Server thread/WARN]:     at org.geysermc.floodgate.inject.spigot.SpigotInjector.inject(SpigotInjector.java:95)
[00:02:22] [Server thread/WARN]:     at org.geysermc.floodgate.FloodgatePlatform.enable(FloodgatePlatform.java:71)
[00:02:22] [Server thread/WARN]:     at org.geysermc.floodgate.SpigotPlugin.onEnable(SpigotPlugin.java:70)
[00:02:22] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:267)
[00:02:22] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342)
[00:02:22] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:492)
[00:02:22] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_21_R3.CraftServer.enablePlugin(CraftServer.java:578)
[00:02:22] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_21_R3.CraftServer.enablePlugins(CraftServer.java:492)
[00:02:22] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_21_R3.CraftServer.reload(CraftServer.java:1017)
[00:02:22] [Server thread/WARN]:     at org.bukkit.Bukkit.reload(Bukkit.java:871)
[00:02:22] [Server thread/WARN]:     at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:27)
[00:02:22] [Server thread/WARN]:     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:150)
[00:02:22] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_21_R3.CraftServer.dispatchCommand(CraftServer.java:924)
[00:02:22] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_21_R3.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50)
[00:02:22] [Server thread/WARN]:     at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73)
[00:02:22] [Server thread/WARN]:     at net.minecraft.commands.execution.tasks.ExecuteCommand.a(SourceFile:29)
[00:02:22] [Server thread/WARN]:     at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(SourceFile:13)
[00:02:22] [Server thread/WARN]:     at net.minecraft.commands.execution.UnboundEntryAction.a(SourceFile:8)
[00:02:22] [Server thread/WARN]:     at net.minecraft.commands.execution.CommandQueueEntry.a(SourceFile:8)
[00:02:22] [Server thread/WARN]:     at net.minecraft.commands.execution.ExecutionContext.a(SourceFile:107)
[00:02:22] [Server thread/WARN]:     at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:419)
[00:02:22] [Server thread/WARN]:     at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:341)
[00:02:22] [Server thread/WARN]:     at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:328)
[00:02:22] [Server thread/WARN]:     at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1927)
[00:02:22] [Server thread/WARN]:     at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$7(PlayerConnection.java:1903)
[00:02:22] [Server thread/WARN]:     at net.minecraft.server.TickTask.run(SourceFile:18)
[00:02:22] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:164)
[00:02:22] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23)
[00:02:22] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1319)
[00:02:22] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:210)
[00:02:22] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandler.B(SourceFile:138)
[00:02:22] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1298)
[00:02:22] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1291)
[00:02:22] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:147)
[00:02:22] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1248)
[00:02:22] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.x_(MinecraftServer.java:1258)
[00:02:22] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1101)
[00:02:22] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
[00:02:22] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:1583)
[00:02:22] [Server thread/INFO]: [AxTrade] Enabling AxTrade v1.15.1
[00:02:22] [Server thread/INFO]: [AxTrade] Hooked into Vault!
[00:02:22] [Server thread/WARN]: [AxTrade] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend or softdepend of this plugin.
[00:02:22] [Server thread/WARN]: [AxTrade] Loaded class kotlin.Metadata from MLAntiXray vB3 which is not a depend or softdepend of this plugin.
[00:02:22] [Server thread/INFO]: [AxTrade] Loaded plugin!
[00:02:22] [Server thread/INFO]: [ATR] Enabling AcceptTheRules v11.0
[00:02:22] [Server thread/INFO]: creating table 'playerdata'
[00:02:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: atr [11.0]
[00:02:22] [Server thread/INFO]: [ATR] Version 11.0 is enabled!
[00:02:22] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.16
[00:02:22] [Server thread/INFO]: [NBTAPI] Found Minecraft: v1_21_R3! Trying to find NMS support
[00:02:22] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_21_R3' loaded!
[00:02:22] [Server thread/INFO]: [NBTAPI] Using the plugin 'DecentHolograms' to create a bStats instance!
[00:02:22] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.6.2-SNAPSHOT
[00:02:22] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0
[00:02:22] [Server thread/INFO]: You are running a server with limited API functionality. EssentialsX will still work, but certain features may be disabled.
[00:02:22] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[00:02:22] [Server thread/INFO]: No kits found to migrate.
[00:02:22] [Server thread/INFO]: Selected 1.21+ InventoryView Interface ABI Provider as the provider for InventoryViewProvider
[00:02:22] [Server thread/INFO]: Selected Reflection Formatted Command Alias Provider as the provider for FormattedCommandAliasProvider
[00:02:22] [Server thread/INFO]: No provider found for ContainerProvider, but it is nullable
[00:02:22] [Server thread/INFO]: Selected 1.20.6+ Potion Meta Provider as the provider for PotionMetaProvider
[00:02:22] [Server thread/INFO]: Selected Bukkit Material Tag Provider as the provider for MaterialTagProvider
[00:02:22] [Server thread/INFO]: No provider found for TickCountProvider, but it is nullable
[00:02:22] [Server thread/INFO]: Selected 1.21.4+ Sync Commands Provider as the provider for SyncCommandsProvider
[00:02:22] [Server thread/INFO]: Selected 1.14+ Sign Data Provider as the provider for SignDataProvider
[00:02:22] [Server thread/INFO]: Selected 1.20.5+ Banner Data Provider as the provider for BannerDataProvider
[00:02:22] [Server thread/INFO]: Selected 1.20.4+ Damage Event Provider as the provider for DamageEventProvider
[00:02:22] [Server thread/INFO]: Selected Reflection Server State Provider as the provider for ServerStateProvider
[00:02:22] [Server thread/INFO]: Selected 1.12+ Spawner Block Provider as the provider for SpawnerBlockProvider
[00:02:22] [Server thread/INFO]: Selected 1.11+ Item Unbreakable Provider as the provider for ItemUnbreakableProvider
[00:02:22] [Server thread/INFO]: No provider found for SerializationProvider, but it is nullable
[00:02:22] [Server thread/INFO]: Selected 1.14.4+ Persistent Data Container Provider as the provider for PersistentDataProvider
[00:02:22] [Server thread/INFO]: Selected 1.17.1+ World Info Provider as the provider for WorldInfoProvider
[00:02:22] [Server thread/INFO]: Selected Reflection Online Mode Provider as the provider for OnlineModeProvider
[00:02:22] [Server thread/INFO]: Selected 1.13+ Spawn Egg Provider as the provider for SpawnEggProvider
[00:02:22] [Server thread/INFO]: No provider found for BiomeKeyProvider, but it is nullable
[00:02:22] [Server thread/INFO]: Selected 1.12.2+ Player Locale Provider as the provider for PlayerLocaleProvider
[00:02:22] [Server thread/INFO]: Selected Reflection Known Commands Provider as the provider for KnownCommandsProvider
[00:02:22] [Server thread/INFO]: Selected 1.8.3+ Spawner Item Provider as the provider for SpawnerItemProvider
[00:02:22] [Server thread/INFO]: Loaded 43465 items from items.json.
[00:02:22] [Server thread/INFO]: Using locale en_US
[00:02:22] [Server thread/INFO]: ServerListPingEvent: Spigot iterator API
[00:02:23] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[00:02:23] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[00:02:23] [Server thread/INFO]: Using Vault based permissions (LuckPerms)
[00:02:23] [Server thread/INFO]: [GrimAC] Enabling GrimAC v2.3.69
[00:02:23] [Server thread/INFO]: [GrimAC] Registering singular bukkit event... (PistonEvent)
[00:02:23] [Server thread/INFO]: [GrimAC] Registering packets...
[00:02:23] [Server thread/WARN]: java.lang.NullPointerException: Cannot invoke "ac.grim.grimac.shaded.com.github.retrooper.packetevents.protocol.player.User.getChannel()" because "user" is null
[00:02:23] [Server thread/WARN]:     at ac.grim.grimac.shaded.io.github.retrooper.packetevents.injector.SpigotChannelInjector.updatePlayer(SpigotChannelInjector.java:51)
[00:02:23] [Server thread/WARN]:     at ac.grim.grimac.shaded.io.github.retrooper.packetevents.factory.spigot.SpigotPacketEventsBuilder$1.init(SpigotPacketEventsBuilder.java:168)
[00:02:23] [Server thread/WARN]:     at ac.grim.grimac.manager.init.start.PacketManager.start(PacketManager.java:47)
[00:02:23] [Server thread/WARN]:     at ac.grim.grimac.manager.InitManager.handle(InitManager.java:73)
[00:02:23] [Server thread/WARN]:     at ac.grim.grimac.manager.InitManager.start(InitManager.java:62)
[00:02:23] [Server thread/WARN]:     at ac.grim.grimac.GrimAPI.start(GrimAPI.java:31)
[00:02:23] [Server thread/WARN]:     at ac.grim.grimac.GrimAC.onEnable(GrimAC.java:19)
[00:02:23] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:267)
[00:02:23] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342)
[00:02:23] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:492)
[00:02:23] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_21_R3.CraftServer.enablePlugin(CraftServer.java:578)
[00:02:23] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_21_R3.CraftServer.enablePlugins(CraftServer.java:492)
[00:02:23] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_21_R3.CraftServer.reload(CraftServer.java:1017)
[00:02:23] [Server thread/WARN]:     at org.bukkit.Bukkit.reload(Bukkit.java:871)
[00:02:23] [Server thread/WARN]:     at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:27)
[00:02:23] [Server thread/WARN]:     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:150)
[00:02:23] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_21_R3.CraftServer.dispatchCommand(CraftServer.java:924)
[00:02:23] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_21_R3.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50)
[00:02:23] [Server thread/WARN]:     at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73)
[00:02:23] [Server thread/WARN]:     at net.minecraft.commands.execution.tasks.ExecuteCommand.a(SourceFile:29)
[00:02:23] [Server thread/WARN]:     at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(SourceFile:13)
[00:02:23] [Server thread/WARN]:     at net.minecraft.commands.execution.UnboundEntryAction.a(SourceFile:8)
[00:02:23] [Server thread/WARN]:     at net.minecraft.commands.execution.CommandQueueEntry.a(SourceFile:8)
[00:02:23] [Server thread/WARN]:     at net.minecraft.commands.execution.ExecutionContext.a(SourceFile:107)
[00:02:23] [Server thread/WARN]:     at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:419)
[00:02:23] [Server thread/WARN]:     at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:341)
[00:02:23] [Server thread/WARN]:     at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:328)
[00:02:23] [Server thread/WARN]:     at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1927)
[00:02:23] [Server thread/WARN]:     at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$7(PlayerConnection.java:1903)
[00:02:23] [Server thread/WARN]:     at net.minecraft.server.TickTask.run(SourceFile:18)
[00:02:23] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:164)
[00:02:23] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23)
[00:02:23] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1319)
[00:02:23] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:210)
[00:02:23] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandler.B(SourceFile:138)
[00:02:23] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1298)
[00:02:23] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1291)
[00:02:23] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:147)
[00:02:23] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1248)
[00:02:23] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.x_(MinecraftServer.java:1258)
[00:02:23] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1101)
[00:02:23] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
[00:02:23] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:1583)
[00:02:23] [Server thread/INFO]: [GrimAC] Registering tick schedulers...
[00:02:23] [Server thread/INFO]: Grim Version: 2.3.69
[00:02:23] [Server thread/ERROR]: [GrimAC] GrimAC has detected that you are using ViaVersion with the `fix-1_21-placement-rotation` option enabled.
[00:02:23] [Server thread/ERROR]: [GrimAC] This option is known to cause issues with GrimAC and may result in false positives and bypasses.
[00:02:23] [Server thread/ERROR]: [GrimAC] Please disable this option in your ViaVersion configuration to prevent these issues.
[00:02:23] [Server thread/WARN]: [GrimAC] GrimAC has detected that you have installed TAB with ViaVersion.
[00:02:23] [Server thread/WARN]: [GrimAC] Please note that currently, TAB is incompatible as it sends illegal packets to players using versions newer than your server version.
[00:02:23] [Server thread/WARN]: [GrimAC] You may be able to remedy this by setting `compensate-for-packetevents-bug` to true in the TAB config.
[00:02:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: grim [2.3.69]
[00:02:23] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.13+82fdc65
[00:02:23] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[00:02:23] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[00:02:23] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[00:02:23] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[00:02:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[00:02:23] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[00:02:23] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[00:02:23] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[00:02:23] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[00:02:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[00:02:23] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[00:02:23] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[00:02:23] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[00:02:23] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[00:02:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[00:02:23] [Server thread/INFO]: [WorldGuard] Loading region data...
[00:02:23] [Server thread/INFO]: [BetterTeams] Enabling BetterTeams v4.11.0
[00:02:23] [Server thread/INFO]: [BetterTeams] Checking if the file messages.yml is up to date
[00:02:23] [Server thread/INFO]: [BetterTeams] File is up to date
[00:02:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterTeams [4.11.0]
[00:02:23] [Server thread/INFO]: Display team name config value: prefix
[00:02:23] [Server thread/INFO]: Loading below name. Type: PREFIX
[00:02:23] [Server thread/INFO]: teamManagement declared: com.booksaw.betterTeams.events.MCTeamManagement@7d474ea4
[00:02:23] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.38-SNAPSHOT (build 3767)
[00:02:23] [Server thread/ERROR]: [Citizens] v2.0.38-SNAPSHOT (build 3767) is not compatible with Minecraft v1_21_R3 - try upgrading Minecraft or Citizens. Disabling...
[00:02:23] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.38-SNAPSHOT (build 3767)
[00:02:23] [Server thread/INFO]: [PhoenixCratesLite] Enabling PhoenixCratesLite v4.0
[00:02:23] [Server thread/INFO]: Loading cross version adapter...
[00:02:23] [Server thread/INFO]:   ____    ____                               
[00:02:23] [Server thread/INFO]:  |  _ \  / ___|                              
[00:02:23] [Server thread/INFO]:  | |_) || |       Phoenix Crates Lite v4.0      
[00:02:23] [Server thread/INFO]:  |  __/ | |___    https://myphoenixstore.com/
[00:02:23] [Server thread/INFO]:  |_|     \____|                             
[00:02:23] [Server thread/INFO]:                                                  
[00:02:23] [Server thread/INFO]: You are using a Lite version of Phoenix Crates.
[00:02:23] [Server thread/INFO]: Some of the features are locked behind the premium version.
[00:02:23] [Server thread/INFO]: 
[00:02:23] [Server thread/INFO]: If you want to unlock the next level for your server, upgrade now:
[00:02:23] [Server thread/INFO]: https://www.myphoenixstore.com/plans/phoenix-crates
[00:02:23] [Server thread/INFO]: 
[00:02:23] [Server thread/INFO]: Loading settings...
[00:02:23] [Server thread/INFO]: Loading file "config.yml".
[00:02:23] [Server thread/INFO]: File "config.yml" is up to date. Importing configurations.
[00:02:23] [Server thread/INFO]: Checking for possible migrations...
[00:02:23] [Server thread/INFO]: [PhoenixCratesLite] No migrations to run.
[00:02:23] [Server thread/INFO]: Vault founded. Preparing Economy...
[00:02:23] [Server thread/INFO]: Placeholder API founded. Preparing placeholders...
[00:02:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: phoenixcrates [1.0.0]
[00:02:23] [Server thread/INFO]: Loading components...
[00:02:23] [Server thread/INFO]: Loading database...
[00:02:23] [Server thread/WARN]: 1 [Server thread] INFO com.phoenixplugins.phoenixcrates.lib.hikari.HikariDataSource - CyberSQLitePool - Starting...
[00:02:23] [Server thread/WARN]: 6 [Server thread] INFO com.phoenixplugins.phoenixcrates.lib.hikari.HikariDataSource - CyberSQLitePool - Start completed.
[00:02:23] [Server thread/INFO]: Loading menus...
[00:02:23] [Server thread/INFO]: Loading file "menus/default_rewards_preview.yml".
[00:02:23] [Server thread/INFO]: File "menus/default_rewards_preview.yml" is up to date. Importing configurations.
[00:02:23] [Server thread/INFO]: Loading file "menus/default_crate_milestones.yml".
[00:02:23] [Server thread/INFO]: File "menus/default_crate_milestones.yml" is up to date. Importing configurations.
[00:02:23] [Server thread/INFO]: Loading file "menus/default_select_reward.yml".
[00:02:23] [Server thread/INFO]: File "menus/default_select_reward.yml" is up to date. Importing configurations.
[00:02:23] [Server thread/INFO]: Menu "default_rewards_preview" loaded successfully
[00:02:23] [Server thread/INFO]: Menu "default_crate_milestones" loaded successfully
[00:02:23] [Server thread/INFO]: Menu "default_select_reward" loaded successfully
[00:02:23] [Server thread/INFO]: Loading players data...
[00:02:23] [Server thread/INFO]: Loading crates...
[00:02:23] [Server thread/INFO]: Loading file "locations.yml".
[00:02:23] [Server thread/INFO]: File "locations.yml" is up to date. Importing configurations.
[00:02:23] [Server thread/INFO]: Loading file "crates/VIP.yml".
[00:02:23] [Server thread/INFO]: File "crates/VIP.yml" is up to date. Importing configurations.
[00:02:23] [Server thread/INFO]: Loading file "crates/Basic.yml".
[00:02:23] [Server thread/INFO]: File "crates/Basic.yml" is up to date. Importing configurations.
[00:02:23] [Server thread/INFO]: Loaded 2 types.
[00:02:23] [Server thread/INFO]: Loaded 2 crates.
[00:02:23] [Server thread/INFO]: [TAB] Enabling TAB v5.0.7
[00:02:23] [Server thread/INFO]: [TAB] Loaded NMS hook in 22ms
[00:02:23] [Server thread/INFO]: [TAB] Enabled in 118ms
[00:02:23] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.13
[00:02:23] [Server thread/INFO]: [BetterRTP] Cooldown = 60
[00:02:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterrtp [3.6.13]
[00:02:23] [Server thread/INFO]: [PvPManager] Enabling PvPManager v3.18.42
[00:02:23] [Server thread/INFO]: [PvPManager] Using player nametags: true
[00:02:23] [Server thread/INFO]: PvPManager - Starting...
[00:02:23] [Server thread/INFO]: PvPManager - Start completed.
[00:02:23] [Server thread/INFO]: [PvPManager] Connected to SQLITE database successfully
[00:02:23] [Server thread/INFO]: [PvPManager] Players stored: 29
[00:02:23] [Server thread/INFO]: [PvPManager] TAB detected. If you want nametags to change while in combat, set 'anti-override' to false in TAB's config. (Doing that will prevent TAB from changing nametags)
[00:02:23] [Server thread/INFO]: [PvPManager] Or use the premium version of PvPManager which hooks into TAB for nametag/tablist changes.
[00:02:23] [Server thread/INFO]: [PvPManager] WorldGuard Found! Enabling Support For WorldGuard Regions
[00:02:23] [Server thread/INFO]: [PvPManager] Essentials Found! Hooked successfully
[00:02:23] [Server thread/INFO]: [PvPManager] Vault Found! Using it for currency related features
[00:02:23] [Server thread/INFO]: [PvPManager] PlaceholderAPI Found! Hooked successfully
[00:02:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: pvpmanager [3.18.42]
[00:02:23] [Server thread/INFO]: [PvPManager] PvPManager v3.18.42 enabled (37 ms)
[00:02:23] [Server thread/INFO]: [RoseStacker] Enabling RoseStacker v1.5.32
[00:02:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: rosestacker [1.5.32]
[00:02:24] [Server thread/INFO]: [EconomyShopGUI] Enabling EconomyShopGUI v6.12.0
[00:02:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using lang-en.yml as language file.
[00:02:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 7 section configs from /sections/
[00:02:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 7 shop configs from /shops/
[00:02:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Updating Shop settings...
[00:02:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Successfully hooked into Vault and using EssentialsX Economy as economy provider
[00:02:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 1 economy provider(s) for all 6 shop sections.
[00:02:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using minecraft version 1.21.4...
[00:02:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Spawner provider set to AUTO in config
[00:02:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Automatically searching for compatible spawner provider....
[00:02:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: RoseStacker found, integrating...
[00:02:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using RoseStacker as spawner provider.
[00:02:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: esgui [1.1.0]
[00:02:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Debug mode is enabled.
[00:02:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Loading all items...
[00:02:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Initialized - Took 64ms to complete
[00:02:24] [Server thread/INFO]: [Sellwand] Enabling Sellwand v1.7.4
[00:02:24] [Server thread/INFO]:  
[00:02:24] [Server thread/INFO]: ====================================
[00:02:24] [Server thread/INFO]: Plugin name: Sellwand
[00:02:24] [Server thread/INFO]: Version: 1.7.4
[00:02:24] [Server thread/INFO]: Core version: 0.7.25
[00:02:24] [Server thread/INFO]: ====================================
[00:02:24] [Server thread/INFO]:  
[00:02:24] [Server thread/INFO]: [Sellwand] Loaded locale "en_US"
[00:02:24] [Server thread/INFO]: [NBTAPI] Found Minecraft: v1_21_R3! Trying to find NMS support
[00:02:24] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_21_R3' loaded!
[00:02:24] [Server thread/INFO]: [NBTAPI] Using the plugin 'Sellwand' to create a bStats instance!
[00:02:24] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[00:02:24] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[00:02:24] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[00:02:24] [Server thread/INFO]: [Geyser-Spigot] 
[00:02:24] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.6.2-b793 (git-master-baac979)
[00:02:24] [Server thread/INFO]: [Geyser-Spigot] 
[00:02:24] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[00:02:25] [User Authenticator #9/INFO]: UUID of player LostInTheFed is 2f3465ff-b4f3-45c9-a4c0-75d5fff716e0
[00:02:26] [epollEventLoopGroup-9-1/INFO]: [Geyser-Spigot] Started Geyser on 199.115.76.86:26945
[00:02:26] [Server thread/INFO]: [Geyser-Spigot] Done (1.582s)! Run /geyser help for help!
[00:02:26] [Geyser Spigot connection thread-12-2/WARN]: Failed to initialize a channel. Closing: org.geysermc.geyser.network.netty.ChannelWrapper@54291159
java.lang.IllegalArgumentException: Duplicate handler name: via-encoder
    at io.netty.channel.DefaultChannelPipeline.checkDuplicateName(DefaultChannelPipeline.java:1004) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.channel.DefaultChannelPipeline.filterName(DefaultChannelPipeline.java:260) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.channel.DefaultChannelPipeline.internalAdd(DefaultChannelPipeline.java:167) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:246) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.channel.DefaultChannelPipeline.addBefore(DefaultChannelPipeline.java:240) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at com.viaversion.viaversion.bukkit.handlers.BukkitChannelInitializer.afterChannelInitialize(BukkitChannelInitializer.java:84) ~[?:?]
    at com.viaversion.viaversion.bukkit.handlers.BukkitChannelInitializer.initChannel(BukkitChannelInitializer.java:70) ~[?:?]
    at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:1130) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:558) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:45) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1064) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:599) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:513) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:428) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:485) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) ~[netty-common-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.channel.DefaultEventLoop.run(DefaultEventLoop.java:54) ~[netty-transport-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.115.Final.jar:4.1.115.Final]
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.115.Final.jar:4.1.115.Final]
    at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
[00:02:26] [Server thread/INFO]: LostInTheFed: Reload complete.
[00:02:26] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 9649ms or 192 ticks behind
[00:02:26] [Craft Scheduler Thread - 20/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor.
[00:02:26] [Server thread/INFO]: Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[00:02:26] [Craft Scheduler Thread - 25/INFO]: [DecentHolograms] Loading holograms... 
[00:02:26] [Craft Scheduler Thread - 25/INFO]: [DecentHolograms] Loaded 8 holograms!
[00:02:26] [Craft Scheduler Thread - 20/INFO]: Fetching version information...
[00:02:26] [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.
[00:02:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.3]
[00:02:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: team [1.2]
[00:02:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.1]
[00:02:26] [Server thread/INFO]: 3 placeholder hook(s) registered!
[00:02:26] [Craft Scheduler Thread - 11/INFO]: [Vault] Checking for Updates ... 
[00:02:26] [Craft Scheduler Thread - 15/WARN]: There is a new version of better teams released update here: https://www.spigotmc.org/resources/better-teams.17129/
[00:02:26] [Server thread/INFO]: shluckss lost connection: Disconnected
[00:02:26] [Craft Scheduler Thread - 11/INFO]: [Vault] No new version available
[00:02:26] [Server thread/INFO]: shluckss left the game
[00:02:26] [Server thread/INFO]: aceWWWWW lost connection: Disconnected
[00:02:26] [Server thread/INFO]: aceWWWWW left the game
[00:02:26] [Server thread/INFO]: FLUNKH lost connection: Disconnected
[00:02:26] [Server thread/INFO]: FLUNKH left the game
[00:02:26] [Server thread/INFO]: CorkPuma26 lost connection: Disconnected
[00:02:26] [Server thread/INFO]: CorkPuma26 left the game
[00:02:26] [Server thread/INFO]: LostInTheFed lost connection: Disconnected
[00:02:26] [Server thread/INFO]: LostInTheFed left the game
[00:02:26] [Netty Epoll Server IO #1/WARN]: [GrimAC] could not find method to reset item usage (are you using spigot?)
[00:02:26] [Craft Scheduler Thread - 31/INFO]: New GrimAC version found! Version 2.3.70 is available to be downloaded here: https://modrinth.com/plugin/grimac
[00:02:26] [Server thread/WARN]: [ViaVersion] There is a newer plugin version available: 5.3.0, you're on: 5.2.1
[00:02:26] [PvPManager Worker Thread - 0/INFO]: [PvPManager] Checking for updates...
[00:02:26] [PvPManager Worker Thread - 0/INFO]: [PvPManager] No update found
[00:02:26] [Craft Scheduler Thread - 25/INFO]: [RoseStacker] Fetched 134 translation locales.
[00:02:27] [User Authenticator #10/INFO]: UUID of player CorkPuma26 is 21c7a302-0d88-4e6f-8850-bf65406ed28a
[00:02:28] [Craft Scheduler Thread - 11/INFO]: [Images] Loaded 0 images...
[00:02:29] [Server thread/INFO]: aceWWWWW joined the game
[00:02:29] [Server thread/INFO]: aceWWWWW[/104.185.47.191:54997] logged in with entity id 146711 at ([world]-1277.6112570288903, 111.0, 6206.941633845587)
[00:02:29] [Craft Scheduler Thread - 11/INFO]: Hooked EconomyShopGUI as item price. (Config: EconomyShopGUI, Hook name: EconomyShopGUI)
[00:02:29] [Server thread/INFO]: FLUNKH joined the game
[00:02:29] [Server thread/INFO]: FLUNKH[/98.163.213.166:50226] logged in with entity id 146710 at ([world]-1277.7358541033652, 111.0, 6205.838164454443)
[00:02:29] [Server thread/INFO]: [MLAntiXray] Newest ML Ver: 2.0 Current ML Version: 2.0
[00:02:29] [Server thread/INFO]: shluckss joined the game
[00:02:29] [Server thread/INFO]: shluckss[/122.150.241.78:42888] logged in with entity id 146709 at ([world]6173.622275673067, 68.0, -8299.11041667685)
[00:02:29] [Server thread/INFO]: [MLAntiXray] Newest ML Ver: 2.0 Current ML Version: 2.0
[00:02:29] [Server thread/INFO]: LostInTheFed joined the game
[00:02:29] [Server thread/INFO]: LostInTheFed[/76.155.6.71:53392] logged in with entity id 146712 at ([world]6226.275402513119, 67.0, -8274.521791881796)
[00:02:30] [Server thread/INFO]: CorkPuma26 joined the game
[00:02:30] [Server thread/INFO]: CorkPuma26[/71.239.254.242:56196] logged in with entity id 146716 at ([world]-1202.1122869248254, 80.0, 6354.96091246895)