Paste #128974: Citizens not starting

Date: 2024/12/11 15:29:00 UTC-08:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
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


[00:18:31] [ServerMain/INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.4+7-LTS; Eclipse Adoptium Temurin-21.0.4+7) on Linux 5.15.0-117-generic (amd64)
[00:18:31] [ServerMain/INFO]: [bootstrap] Loading Paper 1.21.1-132-ver/1.21.1@b48403b (2024-11-21T10:14:27Z) for Minecraft 1.21.1
[00:18:31] [ServerMain/INFO]: [PluginInitializerManager] Initializing plugins...
[00:18:32] [ServerMain/INFO]: [PluginInitializerManager] Initialized 50 plugins
[00:18:32] [ServerMain/INFO]: [PluginInitializerManager] Paper plugins (1):
 - BKCommonLib (1.21.3-v1-SNAPSHOT)
[00:18:32] [ServerMain/INFO]: [PluginInitializerManager] Bukkit plugins (49):
 - ArmorStandEditor (1.21.1-47.2), BigDoors (Alpha **.**.**.**), Citizens (2.0.37-SNAPSHOT (build 3648)), ClothesPlus (DEMO), CoreProtect (22.4), DecentHolograms (2.8.12), DiSky (4.20.0), DiscordSRV (1.28.0), Disease (4.2.4), Essentials (2.20.1), FastAsyncWorldEdit (2.12.3-SNAPSHOT-990;6d44537), GPS (2.19.28), GSit (1.12.0), ImageFrame (**.**.**.**), ItemEditor (2.0.3), LootableCorpses (1.0-SNAPSHOT), LuckPerms (5.4.144), MTVehicles (2.5.5), McEventCore (0.1.0), MechanicsCore (3.5.2), PlaceholderAPI (2.11.6), PlugManX (2.4.1), ProtocolLib (5.3.0), SafeTrade (1.1.1), Sentinel (2.9.2-SNAPSHOT (build 527)), Shopkeepers (2.23.3), SignLink (1.21.1-v2-SNAPSHOT), SkBee (3.6.1), SkQuery (4.1.10), Skacket (1.1.0), Skellett (2.0.10), SkinsRestorer (15.5.0), Skript (2.9.3), Skript-AnvilGUI (1.9), Skulls (3.20.0), Telecom (1.0.0-beta21.0), TimeManager (1.9.1), Train_Carts (1.21.1-v1), UltraPunishments (2.4.0), Vault (1.7.3-b131), Vehicles (14.8.3), ViaBackwards (5.1.0), ViaVersion (5.2.0), WeaponMechanics (3.5.3), WorldGuard (7.0.12+829a4a4), skRayFall (1.9.28), skUtilities (0.9.2), skript-gui (1.3), skript-placeholders (1.7.0)
[00:18:36] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[00:18:37] [ServerMain/INFO]: Loaded 1290 recipes
[00:18:38] [ServerMain/INFO]: Loaded 1399 advancements
[00:18:38] [Server thread/INFO]: Starting minecraft server version 1.21.1
[00:18:38] [Server thread/INFO]: Loading properties
[00:18:38] [Server thread/INFO]: This server is running Paper version 1.21.1-132-ver/1.21.1@b48403b (2024-11-21T10:14:27Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT)
[00:18:38] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
[00:18:38] [Server thread/INFO]: Server Ping Player Sample Count: 12
[00:18:38] [Server thread/INFO]: Using 4 threads for Netty based IO
[00:18:39] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
    We recommend migrating to the spark profiler.
    For more information please visit: https://github.com/PaperMC/Paper/discussions/10565
[00:18:39] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and population gen parallelism of 1 threads
[00:18:39] [Server thread/INFO]: Default game type: ADVENTURE
[00:18:39] [Server thread/INFO]: Generating keypair
[00:18:39] [Server thread/INFO]: Starting Minecraft server on *:61044
[00:18:39] [Server thread/INFO]: Using epoll channel type
[00:18:40] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[00:18:40] [Server thread/INFO]: Paper: Using OpenSSL 3.x.x (Linux x86_64) cipher from Velocity.
[00:18:40] [Server thread/WARN]: [ViaVersion] Invalid blocked version found in config: '[<1.21]'
[00:18:40] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loading 5 libraries... please wait
[00:18:40] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/ch/ethz/globis/phtree/phtree/2.8.1/phtree-2.8.1.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/org/joml/joml/1.10.8/joml-1.10.8.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/it/unimi/dsi/fastutil/8.5.15/fastutil-8.5.15.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-bukkit/4.3.3/adventure-platform-bukkit-4.3.3.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-api/4.3.3/adventure-platform-api-4.3.3.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-api/4.13.1/adventure-api-4.13.1.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-bom/4.13.1/adventure-bom-4.13.1.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-key/4.13.1/adventure-key-4.13.1.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/examination-api/1.3.0/examination-api-1.3.0.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/org/jetbrains/annotations/22.0.0/annotations-22.0.0.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/examination-string/1.3.0/examination-string-1.3.0.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/org/jetbrains/annotations/24.0.1/annotations-24.0.1.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-bungeecord/4.3.3/adventure-text-serializer-bungeecord-4.3.3.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-legacy/4.13.1/adventure-text-serializer-legacy-4.13.1.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-gson/4.13.1/adventure-text-serializer-gson-4.13.1.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-gson-legacy-impl/4.13.1/adventure-text-serializer-gson-legacy-impl-4.13.1.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-facet/4.3.3/adventure-platform-facet-4.3.3.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-viaversion/4.3.3/adventure-platform-viaversion-4.3.3.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-minimessage/4.17.0/adventure-text-minimessage-4.17.0.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-bom/4.17.0/adventure-bom-4.17.0.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-api/4.17.0/adventure-api-4.17.0.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-key/4.17.0/adventure-key-4.17.0.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/org/jetbrains/annotations/24.1.0/annotations-24.1.0.pom
[00:18:41] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/ch/ethz/globis/phtree/phtree/2.8.1/phtree-2.8.1.jar
[00:18:41] [BasicRepositoryConnector-repo.maven.apache.org-0-1/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/it/unimi/dsi/fastutil/8.5.15/fastutil-8.5.15.jar
[00:18:41] [BasicRepositoryConnector-repo.maven.apache.org-0-3/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-api/4.3.3/adventure-platform-api-4.3.3.jar
[00:18:41] [BasicRepositoryConnector-repo.maven.apache.org-0-0/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/org/joml/joml/1.10.8/joml-1.10.8.jar
[00:18:41] [BasicRepositoryConnector-repo.maven.apache.org-0-4/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-bungeecord/4.3.3/adventure-text-serializer-bungeecord-4.3.3.jar
[00:18:41] [BasicRepositoryConnector-repo.maven.apache.org-0-2/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-bukkit/4.3.3/adventure-platform-bukkit-4.3.3.jar
[00:18:41] [BasicRepositoryConnector-repo.maven.apache.org-0-3/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-legacy/4.13.1/adventure-text-serializer-legacy-4.13.1.jar
[00:18:41] [BasicRepositoryConnector-repo.maven.apache.org-0-4/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.jar
[00:18:41] [BasicRepositoryConnector-repo.maven.apache.org-0-3/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
[00:18:41] [BasicRepositoryConnector-repo.maven.apache.org-0-3/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-gson/4.13.1/adventure-text-serializer-gson-4.13.1.jar
[00:18:41] [BasicRepositoryConnector-repo.maven.apache.org-0-4/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-gson-legacy-impl/4.13.1/adventure-text-serializer-gson-legacy-impl-4.13.1.jar
[00:18:41] [BasicRepositoryConnector-repo.maven.apache.org-0-3/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-viaversion/4.3.3/adventure-platform-viaversion-4.3.3.jar
[00:18:41] [BasicRepositoryConnector-repo.maven.apache.org-0-2/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-facet/4.3.3/adventure-platform-facet-4.3.3.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/ch/ethz/globis/phtree/phtree/2.8.1/phtree-2.8.1.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/it/unimi/dsi/fastutil/8.5.15/fastutil-8.5.15.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/net/kyori/adventure-platform-bukkit/4.3.3/adventure-platform-bukkit-4.3.3.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/net/kyori/adventure-platform-api/4.3.3/adventure-platform-api-4.3.3.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.3/adventure-text-serializer-bungeecord-4.3.3.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/net/kyori/adventure-text-serializer-legacy/4.13.1/adventure-text-serializer-legacy-4.13.1.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/net/kyori/adventure-text-serializer-gson/4.13.1/adventure-text-serializer-gson-4.13.1.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/net/kyori/adventure-text-serializer-gson-legacy-impl/4.13.1/adventure-text-serializer-gson-legacy-impl-4.13.1.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/net/kyori/adventure-platform-facet/4.3.3/adventure-platform-facet-4.3.3.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/net/kyori/adventure-platform-viaversion/4.3.3/adventure-platform-viaversion-4.3.3.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/net/kyori/adventure-text-minimessage/4.17.0/adventure-text-minimessage-4.17.0.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/net/kyori/adventure-api/4.17.0/adventure-api-4.17.0.jar
[00:18:42] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /server/libraries/net/kyori/adventure-key/4.17.0/adventure-key-4.17.0.jar
[00:18:43] [Server thread/INFO]: Custom heat values reloaded into calculator
[00:18:43] [Server thread/INFO]: radius 0
[00:18:43] [Server thread/INFO]: fire 0
[00:18:43] [Server thread/INFO]: torch 0
[00:18:43] [Server thread/WARN]: [org.bukkit.craftbukkit.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[00:18:50] [Server thread/WARN]: Legacy plugin skUtilities v0.9.2 does not specify an api-version.
[00:18:50] [Server thread/INFO]: [SpigotLibraryLoader] [BigDoors] Loading 1 libraries... please wait
[00:18:50] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.17/byte-buddy-1.14.17.pom
[00:18:50] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.14.17/byte-buddy-parent-1.14.17.pom
[00:18:50] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.17/byte-buddy-1.14.17.jar
[00:18:50] [Server thread/INFO]: [SpigotLibraryLoader] [BigDoors] Loaded library /server/libraries/net/bytebuddy/byte-buddy/1.14.17/byte-buddy-1.14.17.jar
[00:18:50] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v5.2.0
[00:18:50] [Server thread/INFO]: [ViaVersion] ViaVersion 5.2.0 is now loaded. Registering protocol transformers and injecting...
[00:18:51] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[00:18:51] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[00:18:51] [Server thread/INFO]: [ViaBackwards] Loading translations...
[00:18:51] [Server thread/INFO]: [ViaBackwards] Registering protocols...
[00:18:51] [Server thread/ERROR]: [ViaVersion] Error initializing plugin 'ViaVersion-5.2.0.jar' in folder 'plugins' (Is it up to date?)
java.lang.NoSuchMethodError: 'void com.viaversion.viabackwards.protocol.v1_13_1to1_13.rewriter.ItemPacketRewriter1_13_1.registerLevelParticles(com.viaversion.viaversion.api.protocol.packet.ClientboundPacketType, com.viaversion.viaversion.api.type.Type)'
    at ViaBackwards-5.1.0.jar/com.viaversion.viabackwards.protocol.v1_13_1to1_13.rewriter.ItemPacketRewriter1_13_1.registerPackets(ItemPacketRewriter1_13_1.java:72) ~[ViaBackwards-5.1.0.jar:?]
    at ViaVersion-5.2.0.jar/com.viaversion.viaversion.api.rewriter.RewriterBase.register(RewriterBase.java:36) ~[ViaVersion-5.2.0.jar:?]
    at ViaVersion-5.2.0.jar/com.viaversion.viaversion.api.protocol.AbstractProtocol.callRegister(AbstractProtocol.java:236) ~[ViaVersion-5.2.0.jar:?]
    at ViaVersion-5.2.0.jar/com.viaversion.viaversion.api.protocol.AbstractProtocol.registerPackets(AbstractProtocol.java:220) ~[ViaVersion-5.2.0.jar:?]
    at ViaBackwards-5.1.0.jar/com.viaversion.viabackwards.api.BackwardsProtocol.registerPackets(BackwardsProtocol.java:49) ~[ViaBackwards-5.1.0.jar:?]
    at ViaBackwards-5.1.0.jar/com.viaversion.viabackwards.protocol.v1_13_1to1_13.Protocol1_13_1To1_13.registerPackets(Protocol1_13_1To1_13.java:62) ~[ViaBackwards-5.1.0.jar:?]
    at ViaVersion-5.2.0.jar/com.viaversion.viaversion.api.protocol.AbstractProtocol.initialize(AbstractProtocol.java:106) ~[ViaVersion-5.2.0.jar:?]
    at ViaVersion-5.2.0.jar/com.viaversion.viaversion.protocol.ProtocolManagerImpl.registerProtocol(ProtocolManagerImpl.java:209) ~[ViaVersion-5.2.0.jar:?]
    at ViaVersion-5.2.0.jar/com.viaversion.viaversion.protocol.ProtocolManagerImpl.registerProtocol(ProtocolManagerImpl.java:203) ~[ViaVersion-5.2.0.jar:?]
    at ViaBackwards-5.1.0.jar/com.viaversion.viabackwards.api.ViaBackwardsPlatform.init(ViaBackwardsPlatform.java:110) ~[ViaBackwards-5.1.0.jar:?]
    at ViaBackwards-5.1.0.jar/com.viaversion.viabackwards.BukkitPlugin.lambda$new$0(BukkitPlugin.java:38) ~[ViaBackwards-5.1.0.jar:?]
    at ViaVersion-5.2.0.jar/com.viaversion.viaversion.ViaManagerImpl.init(ViaManagerImpl.java:115) ~[ViaVersion-5.2.0.jar:?]
    at ViaVersion-5.2.0.jar/com.viaversion.viaversion.ViaVersionPlugin.onLoad(ViaVersionPlugin.java:85) ~[ViaVersion-5.2.0.jar:?]
    at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:40) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:547) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:292) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[00:18:51] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.144
[00:18:52] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[00:18:52] [Server thread/INFO]: [MechanicsCore] Loading server plugin MechanicsCore v3.5.2
[00:18:53] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.12.3-SNAPSHOT-990;6d44537
[00:18:53] [Server thread/WARN]: 
**********************************************
** You are using the Spigot-mapped FAWE jar on a modern Paper version.
** This will result in slower first-run times and wasted disk space from plugin remapping.
** Download the Paper FAWE jar from Modrinth to avoid this: https://modrinth.com/plugin/fastasyncworldedit/
**********************************************
[00:18:54] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@57290270]
[00:18:54] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.3.0
[00:18:55] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.12+829a4a4
[00:18:55] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.6
[00:18:55] [Server thread/INFO]: [BKCommonLib] Loading server plugin BKCommonLib v1.21.3-v1-SNAPSHOT
[00:18:58] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v5.1.0
[00:18:58] [Server thread/INFO]: [Skript] Loading server plugin Skript v2.9.3
[00:18:58] [Server thread/INFO]: [SignLink] Loading server plugin SignLink v1.21.1-v2-SNAPSHOT
[00:18:58] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.37-SNAPSHOT (build 3648)
[00:18:58] [Server thread/INFO]: [McEventCore] Loading server plugin McEventCore v0.1.0
[00:18:58] [Server thread/INFO]: [SkinsRestorer] Loading server plugin SkinsRestorer v15.5.0
[00:18:58] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.1
[00:18:58] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v22.4
[00:18:58] [Server thread/INFO]: [SkBee] Loading server plugin SkBee v3.6.1
[00:18:58] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.12
[00:18:58] [Server thread/INFO]: [ArmorStandEditor] Loading server plugin ArmorStandEditor v1.21.1-47.2
[00:18:58] [Server thread/INFO]: [skript-gui] Loading server plugin skript-gui v1.3
[00:18:58] [Server thread/INFO]: [Train_Carts] Loading server plugin Train_Carts v1.21.1-v1
[00:18:58] [Server thread/INFO]: [Train_Carts] 0 detector rail regions loaded covering 0 blocks
[00:18:59] [Server thread/INFO]: [LootableCorpses] Loading server plugin LootableCorpses v1.0-SNAPSHOT
[00:18:59] [Server thread/INFO]: [Skacket] Loading server plugin Skacket v1.1.0
[00:18:59] [Server thread/INFO]: [Skellett] Loading server plugin Skellett v2.0.10
[00:18:59] [Server thread/INFO]: [Skulls] Loading server plugin Skulls v3.20.0
[00:18:59] [Server thread/INFO]: [Skript-AnvilGUI] Loading server plugin Skript-AnvilGUI v1.9
[00:18:59] [Server thread/INFO]: [Shopkeepers] Loading server plugin Shopkeepers v2.23.3
[00:18:59] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (399 ms).
[00:18:59] [Server thread/INFO]: [Shopkeepers] Loading config.
[00:18:59] [Server thread/WARN]: [Shopkeepers] Config: Ignoring mob type 'MUSHROOM_COW' in setting 'enabled-living-shops'. This mob was renamed in MC 1.20.5: Consider replacing it with 'MOOSHROOM'.
[00:18:59] [Server thread/WARN]: [Shopkeepers] Config: Ignoring mob type 'SNOWMAN' in setting 'enabled-living-shops'. This mob was renamed in MC 1.20.5: Consider replacing it with 'SNOW_GOLEM'.
[00:18:59] [Server thread/WARN]: [Shopkeepers] Config: All existing entity type names can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
[00:18:59] [Server thread/INFO]: [Shopkeepers] Loading language file: language-en-default.yml
[00:18:59] [Server thread/WARN]: [Shopkeepers] Config: Ignoring mob type 'MUSHROOM_COW' in setting 'enabled-living-shops'. This mob was renamed in MC 1.20.5: Consider replacing it with 'MOOSHROOM'.
[00:18:59] [Server thread/WARN]: [Shopkeepers] Config: Ignoring mob type 'SNOWMAN' in setting 'enabled-living-shops'. This mob was renamed in MC 1.20.5: Consider replacing it with 'SNOW_GOLEM'.
[00:18:59] [Server thread/WARN]: [Shopkeepers] Config: All existing entity type names can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
[00:18:59] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
[00:18:59] [Server thread/INFO]: [Shopkeepers] Registering defaults.
[00:18:59] [Server thread/INFO]: [Disease] Loading server plugin Disease v4.2.4
[00:18:59] [Server thread/INFO]: [Telecom] Loading server plugin Telecom v1.0.0-beta21.0
[00:18:59] [Server thread/INFO]: [ClothesPlus] Loading server plugin ClothesPlus vDEMO
[00:18:59] [Server thread/INFO]: [ItemEditor] Loading server plugin ItemEditor v2.0.3
[00:18:59] [Server thread/INFO]: [DiSky] Loading server plugin DiSky v4.20.0
[00:18:59] [Server thread/INFO]: [skript-placeholders] Loading server plugin skript-placeholders v1.7.0
[00:18:59] [Server thread/INFO]: [TimeManager] Loading server plugin TimeManager v1.9.1
[00:18:59] [Server thread/INFO]: [PlugManX] Loading server plugin PlugManX v2.4.1
[00:18:59] [Server thread/INFO]: [WeaponMechanics] Loading server plugin WeaponMechanics v3.5.3
[00:18:59] [Server thread/INFO]: [WeaponMechanics] Detected WorldGuard, registering flags
[00:18:59] [Server thread/INFO]: [UltraPunishments] Loading server plugin UltraPunishments v2.4.0
[00:18:59] [Server thread/INFO]: [ImageFrame] Loading server plugin ImageFrame v1.7.11.0
[00:18:59] [Server thread/INFO]: [skUtilities] Loading server plugin skUtilities v0.9.2
[00:18:59] [Server thread/INFO]: [GPS] Loading server plugin GPS v2.19.28
[00:18:59] [Server thread/INFO]: [SafeTrade] Loading server plugin SafeTrade v1.1.1
[00:18:59] [Server thread/INFO]: [DiscordSRV] Loading server plugin DiscordSRV v1.28.0
[00:18:59] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.12.0
[00:18:59] [Server thread/INFO]: [MTVehicles] Loading server plugin MTVehicles v2.5.5
[00:18:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mtv [null]
[00:18:59] [Server thread/INFO]: [Sentinel] Loading server plugin Sentinel v2.9.2-SNAPSHOT (build 527)
[00:18:59] [Server thread/INFO]: [skRayFall] Loading server plugin skRayFall v1.9.28
[00:18:59] [Server thread/INFO]: [Vehicles] Loading server plugin Vehicles v14.8.3
[00:19:00] [Server thread/INFO]: [SkQuery] Loading server plugin SkQuery v4.1.10
[00:19:00] [Server thread/INFO]: [BigDoors] Loading server plugin BigDoors vAlpha **.**.**.**
[00:19:00] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[00:19:00] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.144
[00:19:01] [Server thread/INFO]:         __    
[00:19:01] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.144
[00:19:01] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[00:19:01] [Server thread/INFO]: 
[00:19:01] [Server thread/INFO]: [LuckPerms] Loading configuration...
[00:19:01] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[00:19:01] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[00:19:01] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[00:19:02] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1637ms)
[00:19:02] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[00:19:02] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[00:19:02] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[00:19:02] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[00:19:02] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[00:19:02] [Server thread/INFO]: [MechanicsCore] Enabling MechanicsCore v3.5.2
[00:19:02] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.12.3-SNAPSHOT-990;6d44537
[00:19:02] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[00:19:02] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!                                                                !!!
[00:19:02] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!    Using history database whilst deleting disk history!        !!!
[00:19:02] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!    You will not be able to rollback edits after a user logs    !!!
[00:19:02] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!    out, recommended to disable delete-disk-on-logout if you    !!!
[00:19:02] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!    you want to have full history rollback functionality.       !!!
[00:19:02] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!    Disable use-database if you do not need to have rollback    !!!
[00:19:02] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!    functionality and wish to disable this warning.             !!!
[00:19:02] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!                                                                !!!
[00:19:02] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[00:19:02] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
[00:19:02] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
[00:19:02] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[00:19:02] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[00:19:02] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_21_R1.PaperweightFaweAdapter as the Bukkit adapter
[00:19:03] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.3.0
[00:19:03] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.21.3-v1-SNAPSHOT
[00:19:03] [Server thread/INFO]: [BKCommonLib] BKCommonLib is running on Paper (1.21.1-132-b48403b | mojmap) : (Unknown) (Minecraft 1.21.1)
[00:19:03] [Server thread/INFO]: [BKCommonLib.Network] Now using the ProtocolLib library to provide Packet Listener and Monitor support
[00:19:03] [Thread-13/WARN]: [com.fastasyncworldedit.core.util.UpdateNotification] An update for FastAsyncWorldEdit is available. You are 1 build(s) out of date.
You are running build 990, the latest version is build 991.
Update at https://www.spigotmc.org/resources/13932/
[00:19:04] [Server thread/INFO]: [BKCommonLib] [RegionChangeTracker] Region block changes will be notified from FastAsyncWorldEdit (>= v1.17)
[00:19:05] [Server thread/INFO]: [BKCommonLib] Say thanks to our wonderful devs: Friwi, KamikazePlatypus and mg_1999
[00:19:05] [Server thread/INFO]: [BKCommonLib] BKCommonLib version 1.21.3-v1-SNAPSHOT (build: 1811) enabled! (1.611s)
[00:19:05] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v15.5.0
[00:19:05] [Server thread/WARN]: [SkinsRestorer] You must agree to the rules at 'commands.perSkinPermissionsConsent' in the config to use per skin permissions.
[00:19:05] [Server thread/INFO]: [SkinsRestorer] Running on Minecraft 1.21.1.
[00:19:06] [Server thread/INFO]: [SkinsRestorer] Using paper join listener!
[00:19:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: skinsrestorer [15.5.0]
[00:19:06] [Server thread/INFO]: [SkinsRestorer] PlaceholderAPI expansion registered!
[00:19:06] [Server thread/INFO]: [PlugManX] Enabling PlugManX v2.4.1
[00:19:06] [Server thread/WARN]: [PlugManX] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[00:19:06] [Server thread/WARN]: [PlugManX] It seems like you're running on paper.
[00:19:06] [Server thread/WARN]: [PlugManX] PlugManX cannot interact with paper-plugins, yet.
[00:19:06] [Server thread/WARN]: [PlugManX] Also, if you encounter any issues, please join my discord: https://discord.gg/GxEFhVY6ff
[00:19:06] [Server thread/WARN]: [PlugManX] Or create an issue on GitHub: https://github.com/TheBlackEntity/PlugMan
[00:19:06] [Server thread/WARN]: [PlugManX] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[00:19:06] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[00:19:06] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     +==================+
[00:19:06] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |   SkinsRestorer  |
[00:19:06] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |------------------|
[00:19:06] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |  Standalone Mode |
[00:19:06] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     +==================+
[00:19:06] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[00:19:06] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     Version: 15.5.0
[00:19:06] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     Commit: ad418e4
[00:19:06] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     This is the latest version!
[00:19:06] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[00:19:06] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] Do you have issues? Read our troubleshooting guide: https://skinsrestorer.net/docs/troubleshooting
[00:19:06] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] Want to support SkinsRestorer? Consider donating: https://skinsrestorer.net/donate
[00:19:06] [Server thread/INFO]: [UltraPunishments] Enabling UltraPunishments v2.4.0
[00:19:06] [Server thread/INFO]: [UltraPunishments] Loading Plugin...
[00:19:06] [Server thread/INFO]: [UltraPunishments] Successfully loaded in 448 ms
[00:19:06] [Server thread/INFO]: Preparing level "MCity"
[00:19:07] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[00:19:09] [Server thread/INFO]: Time elapsed: 1935 ms
[00:19:09] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.2.0
[00:19:09] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.21-1.21.1 (767)
[00:19:09] [Server thread/INFO]: [BKCommonLib] ViaVersion detected, will use it to detect player game versions
[00:19:09] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.12+829a4a4
[00:19:09] [Server thread/INFO]: [WorldGuard] (MCity) TNT ignition is PERMITTED.
[00:19:09] [Server thread/INFO]: [WorldGuard] (MCity) Lighters are PERMITTED.
[00:19:09] [Server thread/INFO]: [WorldGuard] (MCity) Lava fire is PERMITTED.
[00:19:09] [Server thread/INFO]: [WorldGuard] (MCity) Fire spread is UNRESTRICTED.
[00:19:09] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MCity'
[00:19:09] [Server thread/INFO]: [WorldGuard] Loading region data...
[00:19:09] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
[00:19:09] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[00:19:09] [Server thread/INFO]: [UltraPunishments] Detected PlaceholderAPI, hooking into it...
[00:19:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: upun [latest]
[00:19:09] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v5.1.0
[00:19:09] [Server thread/INFO]: [Skript] Enabling Skript v2.9.3
[00:19:09] [Server thread/INFO]: [Skript] The updater is disabled, so a check for the latest version of Skript was not performed.
[00:19:21] [Server thread/INFO]: [Skript] Loaded 233074 aliases in 11347ms
[00:19:21] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[00:19:21] [Server thread/INFO]: [SignLink] Enabling SignLink v1.21.1-v2-SNAPSHOT
[00:19:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: signlink [1.21.1-v2-SNAPSHOT]
[00:19:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: sl [1.21.1-v2-SNAPSHOT]
[00:19:22] [Server thread/INFO]: [SignLink] SignLink version 1.21.1-v2-SNAPSHOT (build: 97) enabled! (0.503s)
[00:19:22] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.37-SNAPSHOT (build 3648)
[00:19:22] [Server thread/INFO]: [Citizens] Using mojmapped server, avoiding server package checks
[00:19:22] [Server thread/ERROR]: [Citizens] Could not fetch NMS field cj: [[static final field has no write access: net.minecraft.world.entity.animal.armadillo.Armadillo.SCARE_DISTANCE_HORIZONTAL/double/putStatic, from class net.citizensnpcs.util.NMS (unnamed module @647c0a6a).
[00:19:22] [Server thread/ERROR]: Error occurred while enabling Citizens v2.0.37-SNAPSHOT (build 3648) (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_21_R3/boss/CraftBossBar
    at Citizens-2.0.37-b3648.jar/net.citizensnpcs.nms.v1_21_R3.util.NMSImpl.<clinit>(NMSImpl.java:2719) ~[Citizens-2.0.37-b3648.jar:?]
    at java.base/java.lang.Class.forName0(Native Method) ~[?:?]
    at java.base/java.lang.Class.forName(Class.java:534) ~[?:?]
    at java.base/java.lang.Class.forName(Class.java:513) ~[?:?]
    at io.papermc.reflectionrewriter.runtime.AbstractDefaultRulesReflectionProxy.forName(AbstractDefaultRulesReflectionProxy.java:68) ~[reflection-rewriter-runtime-0.0.3.jar:?]
    at io.papermc.paper.pluginremap.reflect.PaperReflectionHolder.forName(Unknown Source) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at Citizens-2.0.37-b3648.jar/net.citizensnpcs.api.util.SpigotUtil.lambda$getMinecraftPackage$1(SpigotUtil.java:171) ~[Citizens-2.0.37-b3648.jar:?]
    at Citizens-2.0.37-b3648.jar/net.citizensnpcs.api.util.SpigotUtil.getMinecraftPackage(SpigotUtil.java:176) ~[Citizens-2.0.37-b3648.jar:?]
    at Citizens-2.0.37-b3648.jar/net.citizensnpcs.Citizens.onEnable(Citizens.java:322) ~[Citizens-2.0.37-b3648.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:641) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:590) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_21_R3.boss.CraftBossBar
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:197) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
    ... 21 more
[00:19:22] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.37-SNAPSHOT (build 3648)
[00:19:22] [Server thread/INFO]: [McEventCore] Enabling McEventCore v0.1.0
[00:19:22] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1
[00:19:22] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[00:19:22] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[00:19:22] [Server thread/INFO]: [Essentials] No kits found to migrate.
[00:19:22] [Server thread/INFO]: [Essentials] Loaded 36926 items from items.json.
[00:19:22] [Server thread/INFO]: [Essentials] Using locale it
[00:19:22] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[00:19:22] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[00:19:22] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[00:19:22] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[00:19:22] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v22.4
[00:19:22] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! 
[00:19:22] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[00:19:22] [Server thread/INFO]: --------------------
[00:19:22] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[00:19:22] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[00:19:22] [Server thread/INFO]: --------------------
[00:19:22] [Server thread/INFO]: [SkBee] Enabling SkBee v3.6.1
[00:19:23] [Server thread/INFO]: [SkBee] Loading NBTApi...
[00:19:23] [Server thread/INFO]: [SkBee] [NBTAPI] Found Minecraft: 1.21.1! Trying to find NMS support
[00:19:23] [Server thread/INFO]: [SkBee] [NBTAPI] NMS support 'MC1_21_R1' loaded!
[00:19:23] [Server thread/INFO]: [SkBee] Successfully loaded NBTApi!
[00:19:23] [Server thread/INFO]: [SkBee] NBT Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Text Component Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Advancement Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] BossBar Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Bound Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Damage Source elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Display Entity elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Fishing elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Game Event Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Item Component Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Particle Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] RayTrace elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Recipe Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Scoreboard Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Scoreboard Objective Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Statistic Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Structure Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Minecraft Tag elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Team Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Tick Manager elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Villager Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Virtual Furnace Elements disabled via config
[00:19:23] [Server thread/INFO]: [SkBee] World Border Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] World Creator Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Chunk Generator Elements successfully loaded
[00:19:23] [Server thread/INFO]: [SkBee] Loaded (427) elements:
[00:19:23] [Server thread/INFO]: [SkBee]  - 56 events
[00:19:23] [Server thread/INFO]: [SkBee]  - 70 effects
[00:19:23] [Server thread/INFO]: [SkBee]  - 259 expressions
[00:19:23] [Server thread/INFO]: [SkBee]  - 27 conditions
[00:19:23] [Server thread/INFO]: [SkBee]  - 15 sections
[00:19:23] [Server thread/INFO]: [SkBee] Checking for update...
[00:19:23] [Server thread/INFO]: [SkBee] Plugin is up to date!
[00:19:23] [Server thread/INFO]: [SkBee] Successfully enabled v3.6.1 in 0.63 seconds
[00:19:23] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.12
[00:19:23] [Server thread/INFO]: [ArmorStandEditor] Enabling ArmorStandEditor v1.21.1-47.2
[00:19:23] [Server thread/INFO]: [ArmorStandEditor] ======= ArmorStandEditor =======
[00:19:23] [Server thread/INFO]: [ArmorStandEditor] Plugin Version: v1.19.2-38
[00:19:23] [Server thread/INFO]: [ArmorStandEditor] Minecraft Version: 1.21.1
[00:19:23] [Server thread/INFO]: [ArmorStandEditor] ArmorStandEditor is compatible with this version of Minecraft. Loading continuing.
[00:19:23] [Server thread/INFO]: [ArmorStandEditor] SpigotMC: true
[00:19:23] [Server thread/INFO]: Registering Scoreboards required for Glowing Effects
[00:19:23] [Server thread/INFO]: [ArmorStandEditor] ================================
[00:19:23] [Server thread/INFO]: [skript-gui] Enabling skript-gui v1.3
[00:19:23] [Server thread/INFO]: [Skript]     Missing version in default.lang
[00:19:23] [Server thread/INFO]: [Train_Carts] Enabling Train_Carts v1.21.1-v1
[00:19:27] [Server thread/INFO]: [Train_Carts] [Resource Pack Models] Loading resource pack item model lists
[00:19:28] [Server thread/INFO]: [Train_Carts] [Resource Pack Models] Resource pack item model lists loaded
[00:19:28] [Server thread/INFO]: [Train_Carts] SignLink detected, support for arrival signs added!
[00:19:28] [Server thread/INFO]: [Train_Carts] 9 Trains have been loaded in 1 world. (18 Minecarts)
[00:19:29] [Server thread/INFO]: [Train_Carts] Restoring trains and loading nearby chunks...
[00:19:30] [Server thread/INFO]: [Train_Carts] Train_Carts version 1.21.1-v1 (build: 1606) enabled! (6.459s)
[00:19:30] [Server thread/INFO]: [Train_Carts] SignLink detected, support for arrival signs added!
[00:19:30] [Server thread/INFO]: [Train_Carts] Support for Economy plugin 'Essentials' enabled
[00:19:30] [Server thread/INFO]: [LootableCorpses] Enabling LootableCorpses v1.0-SNAPSHOT
[00:19:30] [Server thread/INFO]: [Skacket] Enabling Skacket v1.1.0
[00:19:30] [Server thread/INFO]: [Skacket] [Skacket] Skacket has been enabled!
[00:19:30] [Server thread/INFO]: [Skellett] Enabling Skellett v2.0.10
[00:19:30] [Server thread/INFO]: [Skellett] Syntax.Events.AnvilPrepare syntax is for 1.11.2+ spigot versions!
[00:19:30] [Server thread/INFO]: [Skellett] Syntax.Events.AnvilPrepare syntax is for 1.11.2+ spigot versions!
[00:19:30] [Server thread/INFO]: [Skellett] Syntax.Events.BrewingFuel syntax is for 1.11.2+ spigot versions!
[00:19:30] [Server thread/INFO]: [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
[00:19:30] [Server thread/INFO]: [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
[00:19:30] [Server thread/INFO]: [Skellett] CollidableState syntax is for 1.9+ spigot versions!
[00:19:30] [Server thread/INFO]: [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
[00:19:30] [Server thread/INFO]: [Skellett] Main.Maps syntax is for 1.11+ spigot versions!
[00:19:30] [Server thread/INFO]: [Skellett] Syntax.Events.BrewingFuel syntax is for 1.11.2+ spigot versions!
[00:19:30] [Server thread/INFO]: [Skellett] SpectralArrow syntax is for 1.10+ spigot versions!
[00:19:30] [Server thread/INFO]: [Skellett] ItemCooldown syntax is for 1.11.2+ spigot versions!
[00:19:30] [Server thread/INFO]: [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
[00:19:30] [Server thread/INFO]: [Skellett] Registered 26 Effects, 11 Conditions, 59 Expressions and 16 Events
[00:19:30] [Server thread/INFO]: [Skulls] Enabling Skulls v3.20.0
[00:19:30] [Server thread/INFO]:  
[00:19:30] [Server thread/INFO]: =============================
[00:19:30] [Server thread/INFO]: Skulls v3.20.0 by Tweetzy
[00:19:30] [Server thread/INFO]: Developer: Kiran Hart
[00:19:31] [Server thread/INFO]: [FlightCore] Enabling metrics for Skulls
[00:19:31] [Server thread/INFO]: =============================
[00:19:31] [Server thread/INFO]:  
[00:19:31] [Server thread/INFO]: [Skript-AnvilGUI] Enabling Skript-AnvilGUI v1.9
[00:19:31] [Server thread/INFO]: [Skript]     Missing version in default.lang
[00:19:31] [Server thread/INFO]: [Skript-AnvilGUI] has been enabled!
[00:19:31] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.23.3
[00:19:31] [Server thread/INFO]: [Disease] Enabling Disease v4.2.4
[00:19:31] [Server thread/INFO]: Plugin Loading
[00:19:31] [Server thread/INFO]: Loading configuration file
[00:19:31] [Server thread/INFO]: Loading Language file
[00:19:31] [Server thread/INFO]: [Disease] Scoreboard Stats not Found
[00:19:31] [Server thread/INFO]: [Disease] Citizens plugin Found
[00:19:31] [Server thread/INFO]: [Disease] Hooking into citizens
[00:19:31] [Server thread/INFO]: [Disease] Vault plugin Found
[00:19:31] [Server thread/INFO]: [Disease] Vault Enabled
[00:19:31] [Server thread/INFO]: [Disease] World Guard disabled in config
[00:19:31] [Server thread/INFO]: [Disease] Temperature module loaded
[00:19:31] [Server thread/INFO]: [Disease] Adding allowed world: world
[00:19:31] [Server thread/INFO]: [Disease] Adding allowed world: world_nether
[00:19:31] [Server thread/INFO]: [Disease] Adding allowed world: world_the_end
[00:19:31] [Server thread/INFO]: [Disease] Adding disease: BrokenLeg
[00:19:31] [Server thread/INFO]: [Disease] Disease BrokenLeg does not have a configuration file - SKIPPING 
[00:19:31] [Server thread/INFO]: [Disease] Adding disease: Plague
[00:19:31] [Server thread/INFO]: [Disease] Disease Plague does not have a configuration file - SKIPPING 
[00:19:31] [Server thread/INFO]: [Disease] Adding disease: SwampFever
[00:19:31] [Server thread/INFO]: [Disease] Disease SwampFever does not have a configuration file - SKIPPING 
[00:19:31] [Server thread/INFO]: [Disease] Adding disease: ChickenPox
[00:19:31] [Server thread/INFO]: [Disease] Disease ChickenPox does not have a configuration file - SKIPPING 
[00:19:31] [Server thread/INFO]: [Disease] Adding disease: Cholera
[00:19:31] [Server thread/INFO]: [Disease] Disease Cholera does not have a configuration file - SKIPPING 
[00:19:31] [Server thread/INFO]: [Disease] Adding remedy: Splint
[00:19:31] [Server thread/INFO]: [Disease] Remedy Splint does not have a configuration file - SKIPPING 
[00:19:31] [Server thread/INFO]: [Disease] Adding remedy: WormwoodPotion
[00:19:31] [Server thread/INFO]: [Disease] Remedy WormwoodPotion does not have a configuration file - SKIPPING 
[00:19:31] [Server thread/INFO]: [Disease] Adding remedy: MudbanePotion
[00:19:31] [Server thread/INFO]: [Disease] Remedy MudbanePotion does not have a configuration file - SKIPPING 
[00:19:31] [Server thread/INFO]: [Disease] Adding remedy: HenstoothPotion
[00:19:31] [Server thread/INFO]: [Disease] Remedy HenstoothPotion does not have a configuration file - SKIPPING 
[00:19:31] [Server thread/INFO]: [Disease] Adding remedy: BrightWater
[00:19:31] [Server thread/INFO]: [Disease] Remedy BrightWater does not have a configuration file - SKIPPING 
[00:19:31] [Server thread/INFO]: [Disease] Loading choking items: [APPLE, BREAD, PORKCHOP, COOKED_PORKCHOP, FISH, COOKED_FISH, BEEF, COOKED_BEEF, CHICKEN, COOKED_CHICKEN, CARROT, POTATO, BAKED_POTATO, RABBIT, RABBIT_STEW, MUTTON, COOKED_MUTTON]
[00:19:31] [Server thread/INFO]: [Disease] BYTE scoreboard disabled in config
[00:19:31] [Server thread/INFO]: Creating Disease Vial Recipe
[00:19:31] [Server thread/INFO]: Creating Syringe Recipe
[00:19:31] [Server thread/INFO]: Creating vaccines Recipe
[00:19:31] [Server thread/INFO]: Creating Disease Arrow Recipe
[00:19:31] [Server thread/INFO]: Creating cold water recipe
[00:19:31] [Server thread/INFO]: Creating boiling milk recipe
[00:19:31] [Server thread/INFO]: [Disease] Thanks for using the BYTE Disease plugin - www.byte.org.uk!
[00:19:31] [Server thread/INFO]: [Telecom] Enabling Telecom v1.0.0-beta21.0
[00:19:31] [Server thread/INFO]: [Telecom] Telecom Version: 1.0.0-beta21.0 Has been enabled!
[00:19:31] [Server thread/INFO]: [Telecom] Lang Loaded!
[00:19:31] [Server thread/INFO]: [Telecom] Vault has been hooked.
[00:19:31] [Server thread/INFO]: [Telecom] WorldGuard has been found.
[00:19:31] [Server thread/INFO]: Telefono >  SquareMap has not been found.
[00:19:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: Telecom [1.0.0-beta21.0]
[00:19:31] [Server thread/INFO]: [ClothesPlus] Enabling ClothesPlus vDEMO
[00:19:31] [Server thread/INFO]: [ClothesPlus] SkinManager reloaded successfully.
[00:19:31] [Server thread/WARN]: javax.imageio.IIOException: Can't read input file!
[00:19:31] [Server thread/WARN]:     at java.desktop/javax.imageio.ImageIO.read(ImageIO.java:1308)
[00:19:31] [Server thread/WARN]:     at ClothesPlus-DEMO.jar//org.wardrobeclothes.utils.SkinManager.modifyOverlaysUsingTemplate(SkinManager.java:434)
[00:19:31] [Server thread/WARN]:     at ClothesPlus-DEMO.jar//org.wardrobeclothes.WardrobeClothes.onEnable(WardrobeClothes.java:169)
[00:19:31] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
[00:19:31] [Server thread/WARN]:     at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
[00:19:31] [Server thread/WARN]:     at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
[00:19:31] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
[00:19:31] [Server thread/WARN]:     at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:641)
[00:19:31] [Server thread/WARN]:     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:590)
[00:19:31] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753)
[00:19:31] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515)
[00:19:31] [Server thread/WARN]:     at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:329)
[00:19:31] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214)
[00:19:31] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
[00:19:31] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:1583)
[00:19:31] [Server thread/INFO]: [ItemEditor] Enabling ItemEditor v2.0.3
[00:19:31] [Server thread/INFO]: [ItemEditor] Detected minecraft 1.21.1
[00:19:31] [Server thread/INFO]: [ItemEditor] Reloading items.
[00:19:31] [Server thread/ERROR]: [ItemEditor] Error while loading item from file /server/plugins/ItemEditor/items/telefono.yml
java.lang.IllegalArgumentException: Illegal base64 character 3a
    at java.base/java.util.Base64$Decoder.decode0(Base64.java:852) ~[?:?]
    at java.base/java.util.Base64$Decoder.decode(Base64.java:570) ~[?:?]
    at java.base/java.util.Base64$Decoder.decode(Base64.java:593) ~[?:?]
    at ItemEditor.jar/at.dumphey.itemeditor.itemeditor.storage.ItemStorage.deserializeItem(ItemStorage.java:114) ~[ItemEditor.jar:?]
    at ItemEditor.jar/at.dumphey.itemeditor.itemeditor.storage.ItemStorage.loadItem(ItemStorage.java:59) ~[ItemEditor.jar:?]
    at ItemEditor.jar/at.dumphey.itemeditor.itemeditor.storage.ItemStorage.reload(ItemStorage.java:38) ~[ItemEditor.jar:?]
    at ItemEditor.jar/at.dumphey.itemeditor.ItemEditor.onEnable(ItemEditor.java:31) ~[ItemEditor.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:641) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:590) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[00:19:31] [Server thread/ERROR]: [ItemEditor] Error while loading item from file /server/plugins/ItemEditor/items/staff_pannel.yml
java.lang.IllegalArgumentException: Illegal base64 character 3a
    at java.base/java.util.Base64$Decoder.decode0(Base64.java:852) ~[?:?]
    at java.base/java.util.Base64$Decoder.decode(Base64.java:570) ~[?:?]
    at java.base/java.util.Base64$Decoder.decode(Base64.java:593) ~[?:?]
    at ItemEditor.jar/at.dumphey.itemeditor.itemeditor.storage.ItemStorage.deserializeItem(ItemStorage.java:114) ~[ItemEditor.jar:?]
    at ItemEditor.jar/at.dumphey.itemeditor.itemeditor.storage.ItemStorage.loadItem(ItemStorage.java:59) ~[ItemEditor.jar:?]
    at ItemEditor.jar/at.dumphey.itemeditor.itemeditor.storage.ItemStorage.reload(ItemStorage.java:38) ~[ItemEditor.jar:?]
    at ItemEditor.jar/at.dumphey.itemeditor.ItemEditor.onEnable(ItemEditor.java:31) ~[ItemEditor.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:641) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:590) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[00:19:31] [Server thread/INFO]: [ItemEditor] Loaded 0 items from storage.
[00:19:31] [Server thread/INFO]: [ItemEditor] Enabled PlaceholderAPI support.
[00:19:31] [Server thread/INFO]: [DiSky] Enabling DiSky v4.20.0
[00:19:31] [Server thread/INFO]: [DiSky] Loading emoji library ...
[00:19:31] [Server thread/INFO]: [DiSky] Success!
[00:19:32] [Server thread/INFO]: [skript-placeholders] Enabling skript-placeholders v1.7.0
[00:19:32] [Server thread/INFO]: [TimeManager] Enabling TimeManager v1.9.1
[00:19:32] [Server thread/INFO]: [TimeManager] The configuration file already exists.
[00:19:32] [Server thread/INFO]: [TimeManager] The worlds list was actualized.
[00:19:32] [Server thread/INFO]: [TimeManager] Enabled config.yml v1.9.1.
[00:19:32] [Server thread/INFO]: [TimeManager] The language file already exists.
[00:19:32] [Server thread/INFO]: [TimeManager] Default translation is actually set to it_IT.
[00:19:32] [Server thread/INFO]: [TimeManager] it_IT exists in lang.yml, keep it as default translation.
[00:19:32] [Server thread/INFO]: [TimeManager] Multilanguage support is disable.
[00:19:32] [Server thread/INFO]: [TimeManager] Enabled lang.yml v1.9.1.
[00:19:32] [Server thread/INFO]: [TimeManager] The language file already exists.
[00:19:32] [Server thread/INFO]: [TimeManager] The commands scheduler is disable.
[00:19:32] [Server thread/INFO]: [TimeManager] Enabled cmds.yml v1.9.1.
[00:19:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tm [1.9.1]
[00:19:32] [Server thread/INFO]: [TimeManager] The plugin is now enabled, timers will be initialized when all the other plugins are loaded.
[00:19:32] [Server thread/INFO]: [WeaponMechanics] Enabling WeaponMechanics v3.5.3
[00:19:32] [Server thread/INFO]: [WeaponMechanics] Server version: 1.21.1-132-b48403b (MC: 1.21.1)
[00:19:32] [Server thread/INFO]: [WeaponMechanics] Bukkit version: 1.21.1-R0.1-SNAPSHOT
[00:19:32] [Server thread/INFO]: [WeaponMechanics] Java version: 21.0.4
[00:19:32] [Server thread/INFO]: [WeaponMechanics] Buy WeaponMechanicsCosmetics to support our development: https://www.spigotmc.org/resources/104539/
[00:19:32] [Server thread/INFO]: [ImageFrame] Enabling ImageFrame v1.7.11.0
[00:19:32] [Server thread/INFO]: [ImageFrame] ImageFrame has hooked into ViaVersion!
[00:19:33] [Server thread/INFO]: [ImageFrame] ImageFrame has been Enabled!
[00:19:33] [Server thread/INFO]: [skUtilities] Enabling skUtilities v0.9.2*
[00:19:33] [Server thread/INFO]: [skUtilities] v0.9.2: loaded modules (Conversions, Files, Yaml, Urls, Utilities) in 50ms
[00:19:33] [Server thread/INFO]: [GPS] Enabling GPS v2.19.28
[00:19:33] [Server thread/INFO]: [SafeTrade] Enabling SafeTrade v1.1.1
[00:19:33] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.28.0
[00:19:33] [Server thread/INFO]: [GSit] Enabling GSit v1.12.0
[00:19:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [1.12.0]
[00:19:33] [Server thread/INFO]: [GSit] Il plugin è stato abilitato con successo.
[00:19:33] [Server thread/INFO]: [GSit] Agganciato con successo con PlaceholderAPI !
[00:19:33] [Server thread/INFO]: [GSit] Agganciato con successo con WorldGuard !
[00:19:33] [Server thread/INFO]: [MTVehicles] Enabling MTVehicles v2.5.5
[00:19:33] [Server thread/INFO]: [MTVehicles] Plugin has been loaded!
[00:19:33] [Server thread/INFO]: [MTVehicles] --------------------------
[00:19:33] [Server thread/INFO]: [MTVehicles] Welcome by MTVehicles v2.5.5!
[00:19:33] [Server thread/INFO]: [MTVehicles] Thanks for using our plugin.
[00:19:33] [Server thread/INFO]: [MTVehicles] --------------------------
[00:19:33] [Server thread/INFO]: [Sentinel] Enabling Sentinel v2.9.2-SNAPSHOT (build 527)
[00:19:33] [Server thread/INFO]: [Sentinel] Sentinel loading...
[00:19:33] [Server thread/INFO]: [Sentinel] Running on java version: 21.0.4
[00:19:33] [Server thread/INFO]: [Sentinel] Sentinel loaded on a fully supported Minecraft version. If you encounter any issues or need to ask a question, please join our Discord at https://discord.gg/Q6pZGSR and post in the '#sentinel' channel.
[00:19:33] [Server thread/ERROR]: Error occurred while enabling Sentinel v2.9.2-SNAPSHOT (build 527) (Is it up to date?)
java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
    at Sentinel-2.9.2-SNAPSHOT-b527.jar/org.mcmonkey.sentinel.SentinelPlugin.onEnable(SentinelPlugin.java:318) ~[Sentinel-2.9.2-SNAPSHOT-b527.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:641) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:590) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ClassNotFoundException: net.citizensnpcs.api.CitizensAPI
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:197) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
    ... 13 more
[00:19:33] [Server thread/INFO]: [Sentinel] Disabling Sentinel v2.9.2-SNAPSHOT (build 527)
[00:19:33] [Server thread/INFO]: [Sentinel] Sentinel unloading...
[00:19:33] [Server thread/INFO]: [Sentinel] Sentinel unloaded!
[00:19:33] [Server thread/INFO]: [skRayFall] Enabling skRayFall v1.9.28
[00:19:33] [Server thread/INFO]: [skRayFall] Yay! You are running skRayFall 1.9.28!
[00:19:33] [Server thread/INFO]: [skRayFall] Nathan and Lewis <3 you.
[00:19:33] [Server thread/INFO]: [skRayFall] Cooking Bacon...
[00:19:33] [Server thread/INFO]: [skRayFall] Citizens not found! Sorry you cant make friends, but don't worry we will still be your friend <3
[00:19:33] [Server thread/INFO]: [skRayFall] Got bacon for the EffectLib particle ninjas!
[00:19:33] [Server thread/INFO]: [skRayFall] No Votifier Found! *Checks oven for finished bacon*
[00:19:33] [Server thread/WARN]: [skRayFall] Unable to get bacon for the CoreProtect loggers [Unsupported API version (10)].
[00:19:34] [Server thread/INFO]: [skRayFall] Enabling general 1.8+ bacon!
[00:19:34] [Server thread/INFO]: [skRayFall] Getting the general 1.9+ bacon!
[00:19:34] [Server thread/INFO]: [skRayFall] Getting the extra special 1.17+ bacon!
[00:19:34] [pool-47-thread-1/WARN]: [DiscordSRV] 

The current build of DiscordSRV is outdated by 29 commits! Get the latest build at your favorite distribution center.

Spigot: https://www.spigotmc.org/resources/discordsrv.18494/
Github: https://github.com/DiscordSRV/DiscordSRV/releases
Direct Download: https://get.discordsrv.com

[00:19:34] [Server thread/INFO]: [skRayFall] Bacon is ready!
[00:19:34] [Server thread/INFO]: [Vehicles] Enabling Vehicles v14.8.3
[00:19:34] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[00:19:34] [Server thread/INFO]: [Vehicles] [STDOUT] Vehicles >> lang.yml loaded.
[00:19:34] [Server thread/WARN]: Nag author(s): '[Pollitoyeye]' of 'Vehicles v14.8.3' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[00:19:35] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[00:19:35] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[00:19:35] [Server thread/INFO]: [SkQuery] Enabling SkQuery v4.1.10
[00:19:35] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[00:19:35] [Server thread/INFO]: [skQuery] Beginning to process a total of 117 from SkQuery
[00:19:35] [Server thread/INFO]: [skQuery] Out of 117 classes, 117 classes were loaded from SkQuery
[00:19:35] [Server thread/INFO]: [BigDoors] Enabling BigDoors vAlpha **.**.**.**
[00:19:35] [Server thread/INFO]: [BigDoors] Power Block Types:
[00:19:35] [Server thread/INFO]: [BigDoors]  - GOLD_BLOCK
[00:19:35] [Server thread/INFO]: [BigDoors] Blacklisted materials:
[00:19:35] [Server thread/INFO]: [BigDoors]  - BEDROCK
[00:19:35] [Server thread/INFO]: [BigDoors]  - END_PORTAL
[00:19:35] [Server thread/INFO]: [BigDoors]  - END_PORTAL_FRAME
[00:19:35] [Server thread/INFO]: [BigDoors]  - NETHER_PORTAL
[00:19:35] [Server thread/INFO]: [BigDoors] No materials Whitelisted!
[00:19:35] [Server thread/INFO]: [BigDoors] Failed to parse material: "GRASS"
[00:19:35] [Server thread/INFO]: [BigDoors] DestroyListed materials:
[00:19:35] [Server thread/INFO]: [BigDoors]  - LAVA
[00:19:35] [Server thread/INFO]: [BigDoors]  - WATER
[00:19:35] [Server thread/INFO]: [BigDoors]  - SNOW
[00:19:35] [Server thread/INFO]: [BigDoors]  - FERN
[00:19:35] [Server thread/INFO]: [BigDoors]  - GRASS
[00:19:35] [Server thread/INFO]: [BigDoors]  - TALL_GRASS
[00:19:35] [Server thread/INFO]: [BigDoors]  - SEAGRASS
[00:19:35] [Server thread/INFO]: [BigDoors]  - TALL_SEAGRASS
[00:19:35] [Server thread/INFO]: [BigDoors] Enabling stats! Thanks, it really helps!
[00:19:35] [Server thread/INFO]: [BigDoors] Successfully hooked into "WorldGuard"!
[00:19:35] [Server thread/INFO]: [spark] Starting background profiler...
[00:19:36] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[00:19:36] [Server thread/INFO]: Done preparing level "MCity" (29.329s)
[00:19:36] [Server thread/INFO]: Starting GS4 status listener
[00:19:36] [Server thread/INFO]: Thread Query Listener started
[00:19:36] [Query Listener #1/INFO]: Query running on 0.0.0.0:9898
[00:19:36] [Server thread/INFO]: JMX monitoring enabled
[00:19:36] [Server thread/INFO]: Running delayed init tasks
[00:19:36] [Craft Scheduler Thread - 7 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor.
[00:19:36] [Craft Scheduler Thread - 9 - Essentials/INFO]: [Essentials] Caricamento delle informazione sulla versione...
[00:19:36] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
[00:19:36] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
[00:19:36] [Craft Scheduler Thread - 11 - Vault/INFO]: [Vault] Checking for Updates ... 
[00:19:36] [Craft Scheduler Thread - 11 - Vault/INFO]: [Vault] No new version available
[00:19:36] [Craft Scheduler Thread - 7 - Skript-AnvilGUI/INFO]: [Skript-AnvilGUI] Skript-AnvilGUI is up to date! Current:1.9
[00:19:36] [Server thread/INFO]: [Skript] Loading variables...
[00:19:36] [Server thread/INFO]: [Skript] Loaded 2986 variables in 0.4 seconds
[00:19:37] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[00:19:37] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:mc-console(1099082814697259229)
[00:19:37] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
[00:19:37] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[00:19:37] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
[00:19:39] [Craft Scheduler Thread - 5 - UltraPunishments/INFO]: [UltraPunishments] Translations successfully loaded & applied (34 Translation files found)
[00:19:42] [Server thread/INFO]: [Skript] Reloading all scripts in ComputerApps...
[00:19:42] [Server thread/INFO]: [Skript] ComputerApps does not contain any enabled scripts.
[00:19:43] [Server thread/INFO]: [Skript] Reloading all scripts in Apps...
[00:19:43] [Server thread/INFO]: [Skript] Apps does not contain any enabled scripts.
[00:19:43] [Skript variable save thread/INFO]: [Skript]     Cannot write variables to the database 'CSV' at sufficient speed; server performance may suffer and many variables will be lost if the server crashes. (this warning will be repeated at most once every 10 seconds)
[00:19:43] [Server thread/INFO]: [MCity] Loading Scripts...
[00:19:43] [Server thread/INFO]: [Skript] Reloading all scripts in Components...
[00:19:45] [Server thread/INFO]: [Skript] Reloading all scripts in ComputerApps...
[00:19:45] [Server thread/INFO]: [Skript] ComputerApps does not contain any enabled scripts.
[00:19:45] [Server thread/INFO]: [Skript] Reloading all scripts in Apps...
[00:19:45] [Server thread/INFO]: [Skript] Apps does not contain any enabled scripts.
[00:19:45] [Server thread/INFO]: [Skript] Successfully reloaded 20 scripts in Components. (2336ms)
[00:19:45] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[00:19:45] [Server thread/INFO]: [Skript] Loaded 21 scripts with a total of 146 structures in 8.58 seconds
[00:19:45] [Server thread/INFO]: [Skript] Finished loading.
[00:19:45] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[00:19:45] [Server thread/INFO]: [CoreProtect] FastAsyncWorldEdit logging successfully initialized.
[00:19:45] [Server thread/INFO]: Skulls » Loaded 97852 skulls in 14,372.172ms
[00:19:45] [Server thread/INFO]: 0 placeholder hook(s) registered!
[00:19:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: discordsrv [1.28.0]
[00:19:45] [Server thread/INFO]: Done (75.131s)! For help, type "help"
[00:19:45] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 9518ms or 190 ticks behind
[00:19:45] [Server thread/INFO]: Timings Reset
[00:19:45] [Craft Scheduler Thread - 6 - Skulls/INFO]: Skulls » Running database check :)
[00:19:45] [Server thread/INFO]: [TimeManager] The server's initial tick was get from the config.yml.
[00:19:45] [Server thread/INFO]: [TimeManager] The server's initial tick is #1117558 (15:31:17 UTC).
[00:19:45] [Server thread/INFO]: [TimeManager] The server's current tick is #1679716 (23:19:45 UTC).
[00:19:45] [Server thread/INFO]: [TimeManager] The world MCity has been reset to its last known time.
[00:19:45] [Server thread/INFO]: [TimeManager] The world MCity is running since 156 whole day(s) (0001-06-06).
[00:19:45] [Server thread/INFO]: [TimeManager] The world MCity starts at 06:00:00 (+0 ticks).
[00:19:45] [Server thread/INFO]: [TimeManager] The world MCity's current time is 18:28:48 (#12480).
[00:19:45] [Server thread/INFO]: [TimeManager] The world MCity's current speed is 1.0.
[00:19:46] [DiscordSRV - JDA Callback 0/INFO]: [DiscordSRV] Cleared all pre-existing slash commands in 5/5 guilds (0 cancelled)
[00:19:46] [Server thread/INFO]: [WeaponMechanics] Loaded 1 ammo types
[00:19:47] [Server thread/INFO]: [WeaponMechanics] Registered 0 RepairKits
[00:19:47] [Craft Scheduler Thread - 7 - DiSky/INFO]: [net.dv8tion.jda.api.JDA] Login Successful!
[00:19:48] [Server thread/INFO]: [TimeManager] All worlds have been syncronized to the server time. If you want to keep them synchronized, set their 'sync' option to true.
[00:19:48] [JDA MainWS-WriteThread/INFO]: [net.dv8tion.jda.internal.requests.WebSocketClient] Connected to WebSocket
[00:19:49] [JDA MainWS-ReadThread/INFO]: [net.dv8tion.jda.api.JDA] Finished Loading!
[00:19:50] [Craft Scheduler Thread - 6 - Skulls/INFO]: Skulls » Everything looks up-to-date, no issues found. Enjoy!
[00:19:51] [Craft Scheduler Thread - 14 - ImageFrame/INFO]: [ImageFrame] Data loading completed! Loaded 60 ImageMaps!
[00:19:52] [User Authenticator #0/INFO]: UUID of player 5mmx is ac8dd42c-9899-48e5-9a4f-ac4eac1bb06a
[00:19:55] [Server thread/INFO]: Telefono >  Lang Loaded!
[00:19:55] [Server thread/INFO]: Telefono >  Configuration Loaded!
[00:19:55] [Server thread/INFO]: Telefono >  Lang Loaded!
[00:19:55] [Server thread/INFO]: Telefono >  Configuration Loaded!
[00:19:55] [Server thread/INFO]: [MCity] Loaded Components: Phone/Website/Errore, Phone/Website/MCity, Phone/Website/MCity/testlink, Phone/Website/Nessuna Connessione a Internet, ATM, Broadcast, Computer, Handcuffs, Locker, Mod, Phone, PlaceableItems, Taser, Trash and Vehicles
[00:19:55] [Server thread/INFO]: [MCity] Loading Finished!
[00:19:56] [Server thread/INFO]: [LootableCorpses] [STDOUT] revealing corpses to just joined player
[00:19:56] [Server thread/WARN]: Nag author(s): '[]' of 'LootableCorpses v1.0-SNAPSHOT' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[00:19:56] [Server thread/INFO]: [Disease] no immunity details for player 5mmx - SKIPPING
[00:19:56] [Server thread/INFO]: [Disease] Loaded player 5mmx
[00:19:56] [Server thread/INFO]: [Disease] Curing player 5mmx
[00:19:57] [Server thread/INFO]: 5mmx[**.**.**.**/**.**.**.**:44611] logged in with entity id 225 at ([MCity]-221.5292874901162, 110.60041129484173, 320.2093758724173)
[00:20:35] [Server thread/INFO]: 5mmx issued server command: /pl
[00:20:36] [Server thread/INFO]: 5mmx issued server command: /version Citizens
[00:21:20] [Server thread/INFO]: Stopping the server
[00:21:20] [Server thread/INFO]: Stopping server
[00:21:20] [Server thread/INFO]: [BigDoors] Disabling BigDoors vAlpha **.**.**.** (b1179)
[00:21:20] [Server thread/INFO]: [SkQuery] Disabling SkQuery v4.1.10
[00:21:20] [Server thread/INFO]: [Vehicles] Disabling Vehicles v14.8.3
[00:21:20] [Server thread/INFO]: [skRayFall] Disabling skRayFall v1.9.28
[00:21:20] [Server thread/INFO]: [skRayFall] Bacon has been eaten. Make some more soon!
[00:21:20] [Server thread/INFO]: [MTVehicles] Disabling MTVehicles v2.5.5
[00:21:20] [Server thread/INFO]: [GSit] Disabling GSit v1.12.0
[00:21:20] [Server thread/INFO]: [GSit] Il plugin è stato disabilitato con successo.
[00:21:20] [Server thread/INFO]: [DiscordSRV] Disabling DiscordSRV v1.28.0
[00:21:20] [DiscordSRV - Shutdown/INFO]: [DiscordSRV] Shutdown completed in 379ms
[00:21:20] [Server thread/INFO]: [SafeTrade] Disabling SafeTrade v1.1.1
[00:21:20] [Server thread/INFO]: [GPS] Disabling GPS v2.19.28
[00:21:20] [Server thread/INFO]: [skUtilities] Disabling skUtilities v0.9.2
[00:21:20] [Server thread/INFO]: [ImageFrame] Disabling ImageFrame v1.7.11.0
[00:21:20] [Server thread/INFO]: [ImageFrame] ImageFrame has been Disabled!
[00:21:20] [Server thread/INFO]: [UltraPunishments] Disabling UltraPunishments v2.4.0
[00:21:20] [Server thread/INFO]: [WeaponMechanics] Disabling WeaponMechanics v3.5.3
[00:21:20] [Server thread/INFO]: [PlugManX] Disabling PlugManX v2.4.1
[00:21:20] [Server thread/INFO]: [TimeManager] Disabling TimeManager v1.9.1
[00:21:20] [Server thread/INFO]: [TimeManager] The plugin is now disabled.
[00:21:20] [Server thread/INFO]: [skript-placeholders] Disabling skript-placeholders v1.7.0
[00:21:20] [Server thread/INFO]: [DiSky] Disabling DiSky v4.20.0
[00:21:20] [Server thread/INFO]: [ItemEditor] Disabling ItemEditor v2.0.3
[00:21:20] [Server thread/INFO]: [ClothesPlus] Disabling ClothesPlus vDEMO
[00:21:20] [Server thread/INFO]: [Telecom] Disabling Telecom v1.0.0-beta21.0
[00:21:20] [Server thread/INFO]: Telefono >  Telecom Version: 1.0.0-beta21.0 Has been disabled!
[00:21:20] [Server thread/INFO]: [Disease] Disabling Disease v4.2.4
[00:21:20] [Server thread/INFO]: [Disease] Saving players to file
[00:21:20] [Server thread/INFO]: [Disease] Saving Disease details for 5mmx
[00:21:20] [Server thread/INFO]: [Disease] Byeeee Thanks for using BYTE Disease plugin - www.byte.org.uk!
[00:21:20] [Server thread/INFO]: [Shopkeepers] Disabling Shopkeepers v2.23.3
[00:21:20] [Server thread/INFO]: [Skript-AnvilGUI] Disabling Skript-AnvilGUI v1.9
[00:21:20] [Server thread/INFO]: [Skulls] Disabling Skulls v3.20.0
[00:21:20] [Server thread/INFO]: [Skellett] Disabling Skellett v2.0.10
[00:21:20] [Server thread/INFO]: [Skacket] Disabling Skacket v1.1.0
[00:21:20] [Server thread/INFO]: [LootableCorpses] Disabling LootableCorpses v1.0-SNAPSHOT
[00:21:20] [Server thread/INFO]: [Train_Carts] Disabling Train_Carts v1.21.1-v1
[00:21:21] [JDA MainWS-ReadThread/ERROR]: [net.dv8tion.jda.internal.entities.EntityBuilder] Failed to parse element in embeds with content {"color":16753920,"footer":{"text":"Channel ID: 1099082744102916247"},"author":{"icon_url":"https://cdn.discordapp.com/icons/1099076849365176440/a838a24053dfc14145617c86d7686515.png?size=512","name":"Channel Topic Updated","proxy_icon_url":"https://images-ext-1.discordapp.net/external/yGElzEBIZ2DucYBplVmEQqAh6KaOo3vT_UI4kwHH_ek/%3Fsize%3D512/https/cdn.discordapp.com/icons/1099076849365176440/a838a24053dfc14145617c86d7686515.png"},"description":"The topic of the **#mc-chat** channel was changed.","type":"rich","fields":[{"inline":false,"name":"Before","value":"0/100 players online | 13 unique players ever joined | Server online for 0 minutes | Last update: Thu, 12. Dec 2024 00:19:37 CET"},{"inline":false,"name":"After","value":"Server is offline | 13 unique players ever joined"}],"timestamp":"2024-12-11T23:21:20.939000+00:00"}
java.lang.IllegalStateException: zip file closed
    at java.base/java.util.zip.ZipFile.ensureOpen(ZipFile.java:846) ~[?:?]
    at java.base/java.util.zip.ZipFile.getEntry(ZipFile.java:338) ~[?:?]
    at java.base/java.util.jar.JarFile.getEntry(JarFile.java:516) ~[?:?]
    at java.base/java.util.jar.JarFile.getJarEntry(JarFile.java:471) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:209) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:169) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.entities.EntityBuilder.createMessageEmbed(EntityBuilder.java:2051) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.entities.EntityBuilder.map(EntityBuilder.java:2676) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.entities.EntityBuilder.map(EntityBuilder.java:2659) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.entities.EntityBuilder.createMessage0(EntityBuilder.java:1761) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.entities.EntityBuilder.createMessageWithLookup(EntityBuilder.java:1683) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:73) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.requests.WebSocketClient.onTextMessage(WebSocketClient.java:1035) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/com.neovisionaries.ws.client.ListenerManager.callOnTextMessage(ListenerManager.java:369) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/com.neovisionaries.ws.client.ReadingThread.callOnTextMessage(ReadingThread.java:233) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/com.neovisionaries.ws.client.ReadingThread.handleTextFrame(ReadingThread.java:969) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:752) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45) ~[DiSky 4.20.0.jar:?]
[00:21:21] [JDA MainWS-ReadThread/ERROR]: [net.dv8tion.jda.internal.requests.WebSocketClient] There was an error in the WebSocket connection. Trace: [["gateway-prd-us-east1-c-jf3m",{"micros":68049,"calls":["id_created",{"micros":623,"calls":[]},"session_lookup_time",{"micros":249,"calls":[]},"session_lookup_finished",{"micros":17,"calls":[]},"discord-sessions-prd-1-263",{"micros":66792,"calls":["start_session",{"micros":56795,"calls":["discord-api-rpc-778f659f95-6cdtj",{"micros":53077,"calls":["get_user",{"micros":6875},"get_guilds",{"micros":5382},"send_scheduled_deletion_message",{"micros":6},"guild_join_requests",{"micros":278},"authorized_ip_coro",{"micros":9}]}]},"starting_guild_connect",{"micros":38,"calls":[]},"presence_started",{"micros":6777,"calls":[]},"guilds_started",{"micros":204,"calls":[]},"lobbies_started",{"micros":2,"calls":[]},"guilds_connect",{"micros":4,"calls":[]},"presence_connect",{"micros":2945,"calls":[]},"connect_finished",{"micros":2953,"calls":[]},"build_ready",{"micros":20,"calls":[]},"clean_ready",{"micros":1,"calls":[]},"optimize_ready",{"micros":0,"calls":[]},"split_ready",{"micros":1,"calls":[]}]}]}]]
java.lang.IllegalStateException: zip file closed
    at java.base/java.util.zip.ZipFile.ensureOpen(ZipFile.java:846) ~[?:?]
    at java.base/java.util.zip.ZipFile.getEntry(ZipFile.java:338) ~[?:?]
    at java.base/java.util.jar.JarFile.getEntry(JarFile.java:516) ~[?:?]
    at java.base/java.util.jar.JarFile.getJarEntry(JarFile.java:471) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:209) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:169) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.JDAImpl.closeAudioConnections(JDAImpl.java:943) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.JDAImpl.shutdownInternals(JDAImpl.java:901) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.requests.WebSocketClient.onShutdown(WebSocketClient.java:363) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.requests.WebSocketClient.handleDisconnect(WebSocketClient.java:547) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/net.dv8tion.jda.internal.requests.WebSocketClient.onDisconnected(WebSocketClient.java:464) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/com.neovisionaries.ws.client.ListenerManager.callOnDisconnected(ListenerManager.java:224) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/com.neovisionaries.ws.client.WebSocket.finish(WebSocket.java:3758) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/com.neovisionaries.ws.client.WebSocket.onThreadsFinished(WebSocket.java:3724) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/com.neovisionaries.ws.client.WebSocket.onReadingThreadFinished(WebSocket.java:3691) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/com.neovisionaries.ws.client.ReadingThread.notifyFinished(ReadingThread.java:1138) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:80) ~[DiSky 4.20.0.jar:?]
    at DiSky 4.20.0.jar/com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45) ~[DiSky 4.20.0.jar:?]
[00:21:21] [Server thread/INFO]: [Train_Carts] Train_Carts disabled!
[00:21:21] [Server thread/INFO]: [skript-gui] Disabling skript-gui v1.3
[00:21:21] [Server thread/INFO]: [ArmorStandEditor] Disabling ArmorStandEditor v1.21.1-47.2
[00:21:21] [Server thread/INFO]: [ArmorStandEditor] Removing Scoreboards required for Glowing Effects
[00:21:21] [Server thread/INFO]: [DecentHolograms] Disabling DecentHolograms v2.8.12
[00:21:21] [Server thread/INFO]: [SkBee] Disabling SkBee v3.6.1
[00:21:21] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v22.4
[00:21:21] [Server thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...
[00:21:22] [Server thread/INFO]: [CoreProtect] Success! Disabled CoreProtect v22.4
[00:21:22] [Server thread/INFO]: [Essentials] Disabling Essentials v2.20.1
[00:21:22] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
[00:21:22] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v15.5.0
[00:21:22] [Server thread/INFO]: [McEventCore] Disabling McEventCore v0.1.0
[00:21:22] [Server thread/INFO]: [SignLink] Disabling SignLink v1.21.1-v2-SNAPSHOT
[00:21:22] [Server thread/INFO]: [SignLink] SignLink disabled!
[00:21:22] [Server thread/INFO]: [Skript] Disabling Skript v2.9.3
[00:21:22] [Server thread/INFO]: [ViaBackwards] Disabling ViaBackwards v5.1.0
[00:21:22] [Server thread/INFO]: [BKCommonLib] Disabling BKCommonLib v1.21.3-v1-SNAPSHOT
[00:21:22] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.6
[00:21:22] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.12+829a4a4
[00:21:22] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
[00:21:22] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v5.3.0
[00:21:22] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v2.12.3-SNAPSHOT-990;6d44537
[00:21:22] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[00:21:22] [Server thread/INFO]: [MechanicsCore] Disabling MechanicsCore v3.5.2
[00:21:22] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
[00:21:22] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.144
[00:21:22] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
[00:21:22] [Server thread/INFO]: [LuckPerms] Closing storage...
[00:21:22] [Server thread/INFO]: [LuckPerms] Goodbye!
[00:21:22] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v5.2.0
[00:21:22] [Server thread/INFO]: [ViaVersion] ViaVersion has been disabled; uninjected the platform and shut down the scheduler.
[00:21:22] [Server thread/INFO]: Saving players
[00:21:22] [Server thread/INFO]: 5mmx lost connection: Server closed
[00:21:22] [Server thread/INFO]: 5mmx left the game
[00:21:22] [Server thread/INFO]: Saving worlds
[00:21:22] [Server thread/INFO]: Saving chunks for level 'ServerLevel[MCity]'/minecraft:overworld
[00:21:23] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'MCity'
[00:21:23] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'MCity'
[00:21:23] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'MCity'
[00:21:28] [Server thread/INFO]: [ChunkHolderManager] Saved 5258 block chunks, 5258 entity chunks, 0 poi chunks in world 'MCity' in 4.76s
[00:21:28] [Server thread/INFO]: ThreadedAnvilChunkStorage (MCity): All chunks are saved
[00:21:28] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved