Paste #124899: DenizenMetaBot Auto-Repaste Of log From zacgaming23

Date: 2024/07/22 23:12:26 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909


[05:52:23] [ServerMain/ERROR]: [DirectoryProviderSource] Error loading plugin: java.lang.IllegalArgumentException: Directory 'plugins/.paper-remapped/additional-armoury-2.0.0+1.21.jar' does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
java.lang.RuntimeException: java.lang.IllegalArgumentException: Directory 'plugins/.paper-remapped/additional-armoury-2.0.0+1.21.jar' does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:81) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:52) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:17) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:15) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:109) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.Main.main(Main.java:122) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.craftbukkit.Main.main(Main.java:298) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Directory 'plugins/.paper-remapped/additional-armoury-2.0.0+1.21.jar' does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
    ... 9 more
[05:52:27] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[05:52:28] [ServerMain/INFO]: Loaded 1290 recipes
[05:52:28] [ServerMain/INFO]: Loaded 1399 advancements
[05:52:29] [Server thread/INFO]: Starting minecraft server version 1.21
[05:52:29] [Server thread/INFO]: Loading properties
[05:52:29] [Server thread/INFO]: This server is running Paper version 1.21-63-master@2288e13 (2024-07-13T18:51:26Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
[05:52:29] [Server thread/INFO]: Server Ping Player Sample Count: 12
[05:52:29] [Server thread/INFO]: Using 4 threads for Netty based IO
[05:52:30] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
    We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
    For more information please visit: https://github.com/PaperMC/Paper/issues/8948
[05:52:30] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and population gen parallelism of 1 threads
[05:52:30] [Server thread/INFO]: Default game type: SURVIVAL
[05:52:30] [Server thread/INFO]: Generating keypair
[05:52:30] [Server thread/INFO]: Starting Minecraft server on 37.10.104.24:25924
[05:52:30] [Server thread/INFO]: Using epoll channel type
[05:52:30] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[05:52:30] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
[05:52:30] [Server thread/ERROR]: [LegacyPluginLoadingStrategy] Ambiguous plugin name `BentoBox' for files `plugins/.paper-remapped/BentoBox-2.4.1.jar' and `plugins/.paper-remapped/BentoBox-2.4.1.jar' in `plugins/.paper-remapped'
[05:52:30] [Server thread/ERROR]: [LegacyPluginLoadingStrategy] Ambiguous plugin name `ViaVersion' for files `plugins/ViaVersion.jar' and `plugins/ViaVersion-5.0.1 (1).jar' in `plugins'
[05:52:30] [Server thread/ERROR]: [LegacyPluginLoadingStrategy] Ambiguous plugin name `ViaBackwards' for files `plugins/ViaBackwards-5.0.1 (1).jar' and `plugins/ViaBackwards.jar' in `plugins'
[05:52:30] [Server thread/ERROR]: [LegacyPluginLoadingStrategy] Could not load 'plugins/.paper-remapped/ExcellentEnchants-4.1.0.jar' in folder 'plugins/.paper-remapped'
org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [nightcore]. Please download and install these plugins to run 'ExcellentEnchants'.
    at io.papermc.paper.plugin.entrypoint.strategy.LegacyPluginLoadingStrategy.loadProviders(LegacyPluginLoadingStrategy.java:169) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:38) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:40) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:535) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:290) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-63-2288e13]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[05:52:31] [Server thread/ERROR]: [LegacyPluginLoadingStrategy] Could not load 'plugins/.paper-remapped/EssentialsXChat-2.20.1 (2).jar' in folder 'plugins/.paper-remapped'
org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [Essentials]. Please download and install these plugins to run 'EssentialsChat'.
    at io.papermc.paper.plugin.entrypoint.strategy.LegacyPluginLoadingStrategy.loadProviders(LegacyPluginLoadingStrategy.java:169) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:38) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:40) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:535) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:290) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-63-2288e13]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[05:52:31] [Server thread/ERROR]: [LegacyPluginLoadingStrategy] Could not load 'plugins/.paper-remapped/EssentialsXSpawn-2.20.1 (2).jar' in folder 'plugins/.paper-remapped'
org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [Essentials]. Please download and install these plugins to run 'EssentialsSpawn'.
    at io.papermc.paper.plugin.entrypoint.strategy.LegacyPluginLoadingStrategy.loadProviders(LegacyPluginLoadingStrategy.java:169) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:38) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:40) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:535) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:290) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-63-2288e13]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[05:52:31] [Server thread/INFO]: [SpigotLibraryLoader] [BentoBox] Loading 5 libraries... please wait
[05:52:31] [Server thread/INFO]: [SpigotLibraryLoader] [BentoBox] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/mysql/mysql-connector-java/8.0.27/mysql-connector-java-8.0.27.jar
[05:52:31] [Server thread/INFO]: [SpigotLibraryLoader] [BentoBox] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar
[05:52:31] [Server thread/INFO]: [SpigotLibraryLoader] [BentoBox] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/org/mariadb/jdbc/mariadb-java-client/3.0.5/mariadb-java-client-3.0.5.jar
[05:52:31] [Server thread/INFO]: [SpigotLibraryLoader] [BentoBox] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/org/postgresql/postgresql/42.2.18/postgresql-42.2.18.jar
[05:52:31] [Server thread/INFO]: [SpigotLibraryLoader] [BentoBox] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar
[05:52:31] [Server thread/INFO]: [SpigotLibraryLoader] [BentoBox] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/org/mongodb/mongodb-driver/3.12.12/mongodb-driver-3.12.12.jar
[05:52:31] [Server thread/INFO]: [SpigotLibraryLoader] [BentoBox] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/org/mongodb/bson/3.12.12/bson-3.12.12.jar
[05:52:31] [Server thread/INFO]: [SpigotLibraryLoader] [BentoBox] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/org/mongodb/mongodb-driver-core/3.12.12/mongodb-driver-core-3.12.12.jar
[05:52:31] [Server thread/INFO]: [SpigotLibraryLoader] [BentoBox] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/com/zaxxer/HikariCP/5.0.1/HikariCP-5.0.1.jar
[05:52:31] [Server thread/INFO]: [SpigotLibraryLoader] [BentoBox] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar
[05:52:31] [Server thread/WARN]: [org.bukkit.craftbukkit.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[05:52:41] [Server thread/WARN]: Legacy plugin CommandNPC v1.9.1 does not specify an api-version.
[05:52:41] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loading 2 libraries... please wait
[05:52:41] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/org/mongodb/mongodb-driver-sync/4.8.1/mongodb-driver-sync-4.8.1.jar
[05:52:41] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/org/mongodb/bson/4.8.1/bson-4.8.1.jar
[05:52:41] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/org/mongodb/mongodb-driver-core/4.8.1/mongodb-driver-core-4.8.1.jar
[05:52:41] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/org/mongodb/bson-record-codec/4.8.1/bson-record-codec-4.8.1.jar
[05:52:41] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/redis/clients/jedis/4.3.1/jedis-4.3.1.jar
[05:52:41] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[05:52:41] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.jar
[05:52:41] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/org/json/json/20220320/json-20220320.jar
[05:52:41] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/multicraft/servers/server2423292/default/libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
[05:52:42] [Server thread/WARN]: Legacy plugin StayPut v1.1 does not specify an api-version.
[05:52:42] [Server thread/INFO]: [MoreArmour] Loading server plugin MoreArmour v2.0.7
[05:52:42] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.9
[05:52:42] [Server thread/INFO]: [ServerSelectorX] Loading server plugin ServerSelectorX v3.7.2
[05:52:42] [Server thread/INFO]: [PerWorldPlugins] Loading server plugin PerWorldPlugins v1.5.4
[05:52:42] [Server thread/INFO]: [PerWorldPlugins] Enabling PerWorldPlugins v1.5.4
[05:52:42] [Server thread/INFO]: <----------------------------------------> 
[05:52:42] [Server thread/INFO]: PerWorldPlugins 1.5.4 has been enabled.
[05:52:42] [Server thread/INFO]: <----------------------------------------> 
[05:52:42] [Server thread/INFO]: [welcomer] Loading server plugin welcomer v1.1.2
[05:52:42] [Server thread/INFO]: [HubThat] Loading server plugin HubThat v10.1.184
[05:52:42] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v5.0.2-SNAPSHOT
[05:52:42] [Server thread/INFO]: [ViaVersion] ViaVersion 5.0.2-SNAPSHOT is now loaded. Registering protocol transformers and injecting...
[05:52:43] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[05:52:43] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[05:52:44] [Server thread/INFO]: [ViaBackwards] Loading translations...
[05:52:44] [Server thread/INFO]: [ViaBackwards] Registering protocols...
[05:52:45] [Server thread/INFO]: [floodgate] Loading server plugin floodgate v2.2.3-SNAPSHOT (b109-49bd564)
[05:52:46] [Server thread/INFO]: [floodgate] Took 1,471ms to boot Floodgate
[05:52:46] [Server thread/INFO]: [EquivalencyTech] Loading server plugin EquivalencyTech v1.1.6
[05:52:46] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v5.0.1
[05:52:46] [Server thread/INFO]: [ViaRewind] Loading server plugin ViaRewind v2.0.4-SNAPSHOT
[05:52:46] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.131
[05:52:47] [Server thread/INFO]: [Geyser-Spigot] Loading server plugin Geyser-Spigot v2.4.0-SNAPSHOT
[05:52:48] [Server thread/INFO]: [Geyser-Spigot] Loading extensions...
[05:52:48] [Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
[05:52:48] [Server thread/INFO]: [Discord-Linker] Loading server plugin Discord-Linker v3.4.2
[05:52:48] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[05:52:48] [Server thread/INFO]: [MyCommand] Loading server plugin MyCommand v5.7.4
[05:52:48] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.3.4+6823-6263244
[05:52:50] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@7df75c2c]
[05:52:50] [Server thread/INFO]: [GrimAC] Loading server plugin GrimAC v2.3.65
[05:52:50] [Server thread/INFO]: [GrimAC] Loading PacketEvents...
[05:52:53] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.10+d9424b1
[05:52:53] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.35-SNAPSHOT (build 3479)
[05:52:53] [Server thread/INFO]: [AntiCrasher] Loading server plugin AntiCrasher v1.4.7
[05:52:53] [Server thread/WARN]: [AntiCrasher] [packetevents] We currently do not support the minecraft version 1.21, so things might break. PacketEvents will behave as if the minecraft version were 1.20.6!
[05:52:53] [Server thread/WARN]: java.lang.NoSuchMethodException: net.minecraft.resources.ResourceLocation.<init>(java.lang.String,java.lang.String)
[05:52:53] [Server thread/WARN]:     at java.base/java.lang.Class.getConstructor0(Class.java:3761)
[05:52:53] [Server thread/WARN]:     at java.base/java.lang.Class.getConstructor(Class.java:2442)
[05:52:53] [Server thread/WARN]:     at AntiCrasher-1.4.7.jar//net.craftsupport.anticrasher.packetevents.impl.util.SpigotReflectionUtil.initConstructors(SpigotReflectionUtil.java:145)
[05:52:53] [Server thread/WARN]:     at AntiCrasher-1.4.7.jar//net.craftsupport.anticrasher.packetevents.impl.util.SpigotReflectionUtil.init(SpigotReflectionUtil.java:360)
[05:52:53] [Server thread/WARN]:     at AntiCrasher-1.4.7.jar//net.craftsupport.anticrasher.packetevents.impl.factory.spigot.SpigotPacketEventsBuilder$1.load(SpigotPacketEventsBuilder.java:103)
[05:52:53] [Server thread/WARN]:     at AntiCrasher-1.4.7.jar//net.craftsupport.anticrasher.AntiCrasher.onLoad(AntiCrasher.java:25)
[05:52:53] [Server thread/WARN]:     at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59)
[05:52:53] [Server thread/WARN]:     at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18)
[05:52:53] [Server thread/WARN]:     at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39)
[05:52:53] [Server thread/WARN]:     at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:40)
[05:52:53] [Server thread/WARN]:     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:535)
[05:52:53] [Server thread/WARN]:     at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:290)
[05:52:53] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220)
[05:52:53] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330)
[05:52:53] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:1583)
[05:52:56] [Server thread/INFO]: [BentoBox] Loading server plugin BentoBox v2.4.1
[05:52:56] [Server thread/INFO]: [CommandNPC] Loading server plugin CommandNPC v1.9.1
[05:52:56] [Server thread/INFO]: [FreeRPG] Loading server plugin FreeRPG v1.4.51
[05:52:56] [Server thread/INFO]: [Denizen] Loading server plugin Denizen v1.3.0-SNAPSHOT (build 1804-REL)
[05:52:56] [Server thread/INFO]: [Oneblock] Loading server plugin Oneblock v1.2.1f
[05:52:56] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.12
[05:52:56] [Server thread/INFO]: [IP] Loading server plugin IP v5.2.5
[05:52:56] [Server thread/INFO]: [Multiverse-Inventories] Loading server plugin Multiverse-Inventories v4.2.6
[05:52:56] [Server thread/INFO]: [StayPut] Loading server plugin StayPut v1.1
[05:52:56] [Server thread/INFO]: [Multiverse-NetherPortals] Loading server plugin Multiverse-NetherPortals v4.2.3
[05:52:56] [Server thread/INFO]: [GriefPrevention] Loading server plugin GriefPrevention v16.18.4
[05:52:56] [Server thread/INFO]: [BuildPortals] Loading server plugin BuildPortals v2.3.0
[05:52:56] [Server thread/INFO]: [PVP Arena] Loading server plugin pvparena v1.15.3
[05:52:56] [Server thread/INFO]: [BedWars] Loading server plugin BedWars v0.2.33.1
[05:52:56] [Server thread/INFO]: [Magic] Loading server plugin Magic v10.9-84d5370
[05:52:57] [Server thread/INFO]: [Magic] Loading modern compatibility layer for server version 1.21.0
[05:52:57] [Server thread/ERROR]: [Magic]  Failed to load compatibility layer, the plugin may need to be updated to work with your server version
java.lang.ClassNotFoundException: com.elmakers.mine.bukkit.utility.platform.v1_21_0.Platform
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:197) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
    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.jar:1.21-63-2288e13]
    at Magic-10.9.jar/com.elmakers.mine.bukkit.utility.CompatibilityLib.initialize(CompatibilityLib.java:53) ~[Magic-10.9.jar:?]
    at Magic-10.9.jar/com.elmakers.mine.bukkit.magic.MagicController.registerNMSBindings(MagicController.java:694) ~[Magic-10.9.jar:?]
    at Magic-10.9.jar/com.elmakers.mine.bukkit.magic.MagicPlugin.onLoad(MagicPlugin.java:164) ~[Magic-10.9.jar:?]
    at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:40) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:535) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:290) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-63-2288e13]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[05:52:57] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[05:52:57] [Server thread/INFO]: [MoreArmour] Enabling MoreArmour v2.0.7
[05:52:57] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v2.0.4-SNAPSHOT
[05:52:57] [Server thread/ERROR]: Error occurred while enabling ViaRewind v2.0.4-SNAPSHOT (Is it up to date?)
java.lang.NoSuchMethodError: 'void com.viaversion.viaversion.util.Config.<init>(java.io.File)'
    at ViaRewind.jar/de.gerrygames.viarewind.api.ViaRewindConfigImpl.<init>(ViaRewindConfigImpl.java:13) ~[ViaRewind.jar:?]
    at ViaRewind.jar/de.gerrygames.viarewind.BukkitPlugin.onEnable(BukkitPlugin.java:12) ~[ViaRewind.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:629) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:578) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:291) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-63-2288e13]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[05:52:57] [Server thread/INFO]: [ViaRewind] Disabling ViaRewind v2.0.4-SNAPSHOT
[05:52:57] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.131
[05:52:57] [Server thread/INFO]:         __    
[05:52:57] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.131
[05:52:57] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[05:52:57] [Server thread/INFO]: 
[05:52:57] [Server thread/INFO]: [LuckPerms] Loading configuration...
[05:52:58] [Server thread/INFO]: [LuckPerms] Loading storage provider... [YAML]
[05:52:58] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[05:52:59] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[05:52:59] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1846ms)
[05:52:59] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[05:52:59] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[05:52:59] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[05:52:59] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[05:52:59] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.3.4+6823-6263244
[05:52:59] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[05:52:59] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[05:53:00] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_21.PaperweightAdapter as the Bukkit adapter
[05:53:00] [Server thread/INFO]: [BentoBox] Enabling BentoBox v2.4.1
[05:53:01] [Server thread/INFO]: [BentoBox] Loading Settings from config.yml...
[05:53:01] [Server thread/INFO]: [BentoBox] Saving default panels...
[05:53:02] [Server thread/INFO]: [BentoBox] Loading addons...
[05:53:02] [Server thread/ERROR]: [BentoBox] Could not load addon 'PerWorldPlugins-1.5.4.jar'. Error is: AddonException : Addon 'plugins/BentoBox/addons/PerWorldPlugins-1.5.4.jar' doesn't contains addon.yml file
[05:53:02] [Server thread/ERROR]: [BentoBox] world.bentobox.bentobox.api.addons.exceptions.InvalidAddonFormatException: AddonException : Addon 'plugins/BentoBox/addons/PerWorldPlugins-1.5.4.jar' doesn't contains addon.yml file
    at BentoBox-2.4.1.jar//world.bentobox.bentobox.managers.AddonsManager.addonDescription(AddonsManager.java:522)
    at BentoBox-2.4.1.jar//world.bentobox.bentobox.managers.AddonsManager.loadAddon(AddonsManager.java:166)
    at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
    at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
    at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)
    at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
    at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
    at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
    at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
    at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
    at BentoBox-2.4.1.jar//world.bentobox.bentobox.managers.AddonsManager.loadAddons(AddonsManager.java:150)
    at BentoBox-2.4.1.jar//world.bentobox.bentobox.BentoBox.onEnable(BentoBox.java:174)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:629)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:578)
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:291)
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220)
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330)
    at java.base/java.lang.Thread.run(Thread.java:1583)

[05:53:02] [Server thread/INFO]: [BentoBox-Level] Loading server plugin BentoBox-Level v2.14.1
[05:53:02] [Server thread/INFO]: [BentoBox-Biomes] Loading server plugin BentoBox-Biomes v2.1.1
[05:53:02] [Server thread/INFO]: [BentoBox-Warps] Loading server plugin BentoBox-Warps v1.14.0
[05:53:02] [Server thread/INFO]: [BentoBox-BSkyBlock] Loading server plugin BentoBox-BSkyBlock v1.18.0
[05:53:03] [Server thread/INFO]: [BentoBox-Challenges] Loading server plugin BentoBox-Challenges v1.3.0
[05:53:03] [Server thread/INFO]: [BentoBox] Loaded 6 addons.
[05:53:03] [Server thread/INFO]: [Magic] Enabling Magic v10.9-84d5370
[05:53:03] [Server thread/INFO]: [Magic] Something went wrong with some Deep Magic, plugin will not load.
[05:53:03] [Server thread/INFO]: [Magic] Please make sure you are running a compatible version of Spigot (1.9 or Higher)!
[05:53:03] [Server thread/INFO]: Preparing level "Lobby"
[05:53:04] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[05:53:04] [Server thread/INFO]: Time elapsed: 749 ms
[05:53:04] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[05:53:05] [Server thread/INFO]: Time elapsed: 126 ms
[05:53:05] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[05:53:05] [Server thread/INFO]: Time elapsed: 66 ms
[05:53:05] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.9
[05:53:05] [Server thread/INFO]: [ServerSelectorX] Enabling ServerSelectorX v3.7.2
[05:53:05] [Server thread/INFO]: [ServerSelectorX] Thank you for using ServerSelectorX. If you enjoy using this plugin, consider buying the premium version for more features: https://github.com/ServerSelectorX/ServerSelectorX/wiki/Premium
[05:53:05] [Server thread/INFO]: [welcomer] Enabling welcomer v1.1.2
[05:53:05] [Server thread/INFO]: 


WELCOMER



[05:53:05] [Server thread/INFO]: [HubThat] Enabling HubThat v10.1.184
[05:53:05] [Server thread/WARN]: [HubThat] HubThat: Checking if config exists...
[05:53:05] [Server thread/WARN]: [HubThat] Loading config...
[05:53:05] [Server thread/INFO]: [HubThat] All files are working correctly.
[05:53:05] [Server thread/INFO]: [HubThat] Plugin HubThat Successfully Loaded!
[05:53:05] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.0.2-SNAPSHOT
[05:53:05] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.21 (767)
[05:53:05] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.3-SNAPSHOT (b109-49bd564)
[05:53:06] [Server thread/INFO]: [EquivalencyTech] Enabling EquivalencyTech v1.1.6
[05:53:06] [Server thread/INFO]: [EquivalencyTech] ########################################
[05:53:06] [Server thread/INFO]: [EquivalencyTech]              EquivalencyTech            
[05:53:06] [Server thread/INFO]: [EquivalencyTech]            Created by Sefiraat          
[05:53:06] [Server thread/INFO]: [EquivalencyTech] ########################################
[05:53:06] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[05:53:40] [Server thread/WARN]: Plugin 'EquivalencyTech' is creating timing 'Commands' - this is deprecated behavior, please report it to the authors: 
[05:53:40] [Server thread/INFO]: [EquivalencyTech] [ACF] Enabled Asynchronous Tab Completion Support!
[05:53:40] [Server thread/WARN]: Plugin 'EquivalencyTech' is creating timing 'Command: equivalencytech' - this is deprecated behavior, please report it to the authors: 
[05:53:40] [Server thread/WARN]: Plugin 'EquivalencyTech' is creating timing 'Command: equivalencytech giveitem' - this is deprecated behavior, please report it to the authors: 
[05:53:40] [Server thread/WARN]: Plugin 'EquivalencyTech' is creating timing 'Command: equivalencytech giveitem transmutationorb' - this is deprecated behavior, please report it to the authors: 
[05:53:40] [Server thread/WARN]: Plugin 'EquivalencyTech' is creating timing 'Command: equivalencytech giveitem dissolutionchest' - this is deprecated behavior, please report it to the authors: 
[05:53:40] [Server thread/WARN]: Plugin 'EquivalencyTech' is creating timing 'Command: equivalencytech giveitem condensatechest' - this is deprecated behavior, please report it to the authors: 
[05:53:40] [Server thread/WARN]: Plugin 'EquivalencyTech' is creating timing 'Command: equivalencytech emc' - this is deprecated behavior, please report it to the authors: 
[05:53:40] [Server thread/WARN]: Plugin 'EquivalencyTech' is creating timing 'Command: equivalencytech itememc' - this is deprecated behavior, please report it to the authors: 
[05:53:40] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v5.0.1
[05:53:40] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.4.0-SNAPSHOT
[05:53:40] [Server thread/INFO]: [Discord-Linker] Enabling Discord-Linker v3.4.2
[05:53:40] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.4
[05:53:40] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.4*-=-=-=-=-=-=-=-=-=-*
[05:53:40] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
[05:53:40] [Server thread/INFO]: | Command file(s) found : 1
[05:53:40] [Server thread/INFO]: | Config : Ready.
[05:53:40] [Server thread/INFO]: | ProtocolLib not found.
[05:53:40] [Server thread/INFO]: | PlaceholderAPI: Not Found
[05:53:40] [Server thread/INFO]: | Custom commands loaded : 44
[05:53:41] [Server thread/INFO]: | You're running the latest version of MyCommand.
[05:53:41] [Server thread/INFO]: |          by emmerrei a.k.a. ivanfromitaly.           
[05:53:41] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[05:53:41] [Server thread/INFO]: [GrimAC] Enabling GrimAC v2.3.65
[05:53:41] [Server thread/INFO]: [GrimAC] Registering singular bukkit event... (PistonEvent)
[05:53:41] [Server thread/INFO]: [GrimAC] Registering packets...
[05:53:41] [Server thread/INFO]: [GrimAC] Registering tick schedulers...
[05:53:41] [Server thread/INFO]: [GrimAC] [ACF] Enabled Asynchronous Tab Completion Support!
[05:53:41] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.10+d9424b1
[05:53:41] [Server thread/INFO]: [WorldGuard] (Lobby) TNT ignition is PERMITTED.
[05:53:41] [Server thread/INFO]: [WorldGuard] (Lobby) Lighters are PERMITTED.
[05:53:41] [Server thread/INFO]: [WorldGuard] (Lobby) Lava fire is PERMITTED.
[05:53:41] [Server thread/INFO]: [WorldGuard] (Lobby) Fire spread is UNRESTRICTED.
[05:53:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Lobby'
[05:53:41] [Server thread/INFO]: [WorldGuard] (Lobby_nether) TNT ignition is PERMITTED.
[05:53:41] [Server thread/INFO]: [WorldGuard] (Lobby_nether) Lighters are PERMITTED.
[05:53:41] [Server thread/INFO]: [WorldGuard] (Lobby_nether) Lava fire is PERMITTED.
[05:53:41] [Server thread/INFO]: [WorldGuard] (Lobby_nether) Fire spread is UNRESTRICTED.
[05:53:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Lobby_nether'
[05:53:41] [Server thread/INFO]: [WorldGuard] (Lobby_the_end) TNT ignition is PERMITTED.
[05:53:41] [Server thread/INFO]: [WorldGuard] (Lobby_the_end) Lighters are PERMITTED.
[05:53:41] [Server thread/INFO]: [WorldGuard] (Lobby_the_end) Lava fire is PERMITTED.
[05:53:41] [Server thread/INFO]: [WorldGuard] (Lobby_the_end) Fire spread is UNRESTRICTED.
[05:53:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Lobby_the_end'
[05:53:41] [Server thread/INFO]: [WorldGuard] Loading region data...
[05:53:42] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.35-SNAPSHOT (build 3479)
[05:53:42] [Server thread/INFO]: [Citizens] Loading external libraries
[05:53:42] [Server thread/INFO]: [Citizens] Using mojmapped server, avoiding server package checks
[05:53:42] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[05:53:42] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[05:53:42] [Server thread/INFO]: [AntiCrasher] Enabling AntiCrasher v1.4.7
[05:53:42] [packetevents-update-check-thread/INFO]: [packetevents] Checking for updates, please wait...
[05:53:42] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1*
[05:53:42] [Server thread/INFO]: [CommandNPC] Vault compatible economy not found! Economy support for CommandNPC has been disabled.
[05:53:42] [Server thread/INFO]: [CommandNPC] Initiating Database
[05:53:42] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
[05:53:42] [Thread-10/INFO]: [CommandNPC] Loading commands complete!
[05:53:43] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
[05:53:43] [Server thread/INFO]: [FreeRPG] Enabling FreeRPG v1.4.51
[05:53:43] [Server thread/WARN]: [FreeRPG] Could not save languages.yml to plugins/FreeRPG/languages.yml because languages.yml already exists.
[05:53:43] [Server thread/WARN]: [FreeRPG] Could not save advancedConfig.yml to plugins/FreeRPG/advancedConfig.yml because advancedConfig.yml already exists.
[05:53:43] [Server thread/INFO]: [FreeRPG] [STDOUT] [FreeRPG] Could not determine minecraft verison, Assuming 1.16...
[05:53:43] [Server thread/WARN]: Nag author(s): '[JackCarlton]' of 'FreeRPG v1.4.51' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[05:53:43] [packetevents-update-check-thread/INFO]: [packetevents] There is an update available for packetevents! Your build: (2.3.0) | Latest released build: (2.4.0)
[05:53:43] [Server thread/INFO]: [Denizen] Enabling Denizen v1.3.0-SNAPSHOT (build 1804-REL)
[05:53:43] [Server thread/INFO]: +> [DenizenCore] Initializing Denizen Core v1.91.0-SNAPSHOT (Build 1378), impl for Spigot v1.3.0-SNAPSHOT (build 1804-REL) 
[05:53:44] [Server thread/INFO]: +> [Denizen] Running on java version: 21.0.3 
[05:53:44] [Server thread/INFO]: +> [Denizen] Running on unrecognized (future?) Java version. May or may not work. 
[05:53:44] [Server thread/WARN]: [Denizen] -------------------------------------
[05:53:44] [Server thread/WARN]: [Denizen] This build of Denizen is not compatible with this Spigot version! Deactivating Denizen!
[05:53:44] [Server thread/WARN]: [Denizen] -------------------------------------
[05:53:44] [Server thread/INFO]: [Denizen] Disabling Denizen v1.3.0-SNAPSHOT (build 1804-REL)
[05:53:44] [Server thread/INFO]: [Oneblock] Enabling Oneblock v1.2.1f
[05:53:44] [Server thread/INFO]: [Oneblock] 
┏━┓····┏━━┓·····┏┓
┃┃┣━┳┳━┫┏┓┣┓┏━┳━┫┣┓
┃┃┃┃┃┃┻┫┏┓┃┗┫╋┃━┫━┫
┗━┻┻━┻━┻━━┻━┻━┻━┻┻┛ by MrMarL
[05:53:44] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.12
[05:53:44] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.12" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
[05:53:44] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[05:53:45] [Server thread/INFO]: Preparing start region for dimension minecraft:bed
[05:53:45] [Server thread/INFO]: Time elapsed: 99 ms
[05:53:45] [Server thread/INFO]: [WorldGuard] (Bed) TNT ignition is PERMITTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] (Bed) Lighters are PERMITTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] (Bed) Lava fire is PERMITTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] (Bed) Fire spread is UNRESTRICTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Bed'
[05:53:45] [Server thread/INFO]: Preparing start region for dimension minecraft:oneblock_nether
[05:53:45] [Server thread/INFO]: Time elapsed: 77 ms
[05:53:45] [Server thread/INFO]: [WorldGuard] (OneBlock_nether) TNT ignition is PERMITTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] (OneBlock_nether) Lighters are PERMITTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] (OneBlock_nether) Lava fire is PERMITTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] (OneBlock_nether) Fire spread is UNRESTRICTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'OneBlock_nether'
[05:53:45] [Server thread/INFO]: Preparing start region for dimension minecraft:bskyblock_world_nether
[05:53:45] [Server thread/INFO]: Time elapsed: 50 ms
[05:53:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) TNT ignition is PERMITTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) Lighters are PERMITTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) Lava fire is PERMITTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) Fire spread is UNRESTRICTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bskyblock_world_nether'
[05:53:45] [Server thread/INFO]: Preparing start region for dimension minecraft:bskyblock_world_the_end
[05:53:45] [Server thread/INFO]: Time elapsed: 31 ms
[05:53:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) TNT ignition is PERMITTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) Lighters are PERMITTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) Lava fire is PERMITTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) Fire spread is UNRESTRICTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bskyblock_world_the_end'
[05:53:45] [Server thread/INFO]: Preparing start region for dimension minecraft:cmp
[05:53:45] [Server thread/INFO]: Time elapsed: 203 ms
[05:53:45] [Server thread/INFO]: [WorldGuard] (CMP) TNT ignition is PERMITTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] (CMP) Lighters are PERMITTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] (CMP) Lava fire is PERMITTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] (CMP) Fire spread is UNRESTRICTED.
[05:53:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CMP'
[05:53:46] [Server thread/INFO]: Preparing start region for dimension minecraft:cmp_nether
[05:53:46] [Server thread/INFO]: Time elapsed: 83 ms
[05:53:46] [Server thread/INFO]: [WorldGuard] (CMP_nether) TNT ignition is PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (CMP_nether) Lighters are PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (CMP_nether) Lava fire is PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (CMP_nether) Fire spread is UNRESTRICTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CMP_nether'
[05:53:46] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: SkyBlock
[05:53:46] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[05:53:46] [Server thread/INFO]: Preparing start region for dimension minecraft:hs
[05:53:46] [Server thread/INFO]: Time elapsed: 81 ms
[05:53:46] [Server thread/INFO]: [WorldGuard] (hs) TNT ignition is PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (hs) Lighters are PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (hs) Lava fire is PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (hs) Fire spread is UNRESTRICTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'hs'
[05:53:46] [Server thread/INFO]: Preparing start region for dimension minecraft:smp_nether
[05:53:46] [Server thread/INFO]: Time elapsed: 73 ms
[05:53:46] [Server thread/INFO]: [WorldGuard] (SMP_nether) TNT ignition is PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (SMP_nether) Lighters are PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (SMP_nether) Lava fire is PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (SMP_nether) Fire spread is UNRESTRICTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SMP_nether'
[05:53:46] [Server thread/INFO]: Preparing start region for dimension minecraft:the_table
[05:53:46] [Server thread/INFO]: Time elapsed: 77 ms
[05:53:46] [Server thread/INFO]: [WorldGuard] (The_Table) TNT ignition is PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (The_Table) Lighters are PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (The_Table) Lava fire is PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (The_Table) Fire spread is UNRESTRICTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'The_Table'
[05:53:46] [Server thread/INFO]: Preparing start region for dimension minecraft:smp_the_end
[05:53:46] [Server thread/INFO]: Time elapsed: 33 ms
[05:53:46] [Server thread/INFO]: [WorldGuard] (SMP_the_end) TNT ignition is PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (SMP_the_end) Lighters are PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (SMP_the_end) Lava fire is PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (SMP_the_end) Fire spread is UNRESTRICTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SMP_the_end'
[05:53:46] [Server thread/INFO]: Preparing start region for dimension minecraft:smp
[05:53:46] [Server thread/INFO]: Time elapsed: 89 ms
[05:53:46] [Server thread/INFO]: [WorldGuard] (SMP) TNT ignition is PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (SMP) Lighters are PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (SMP) Lava fire is PERMITTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] (SMP) Fire spread is UNRESTRICTED.
[05:53:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SMP'
[05:53:46] [Server thread/INFO]: Preparing start region for dimension minecraft:bedwars
[05:53:47] [Server thread/INFO]: Time elapsed: 37 ms
[05:53:47] [Server thread/INFO]: [WorldGuard] (bedwars) TNT ignition is PERMITTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] (bedwars) Lighters are PERMITTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] (bedwars) Lava fire is PERMITTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] (bedwars) Fire spread is UNRESTRICTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bedwars'
[05:53:47] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: witp
[05:53:47] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[05:53:47] [Server thread/INFO]: Preparing start region for dimension minecraft:create
[05:53:47] [Server thread/INFO]: Time elapsed: 36 ms
[05:53:47] [Server thread/INFO]: [WorldGuard] (create) TNT ignition is PERMITTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] (create) Lighters are PERMITTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] (create) Lava fire is PERMITTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] (create) Fire spread is UNRESTRICTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'create'
[05:53:47] [Server thread/INFO]: Preparing start region for dimension minecraft:bskyblock_world
[05:53:47] [Server thread/INFO]: Time elapsed: 24 ms
[05:53:47] [Server thread/INFO]: [WorldGuard] (bskyblock_world) TNT ignition is PERMITTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] (bskyblock_world) Lighters are PERMITTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] (bskyblock_world) Lava fire is PERMITTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] (bskyblock_world) Fire spread is UNRESTRICTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bskyblock_world'
[05:53:47] [Server thread/INFO]: Preparing start region for dimension minecraft:cmp_the_end
[05:53:47] [Server thread/INFO]: Time elapsed: 37 ms
[05:53:47] [Server thread/INFO]: [WorldGuard] (CMP_the_end) TNT ignition is PERMITTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] (CMP_the_end) Lighters are PERMITTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] (CMP_the_end) Lava fire is PERMITTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] (CMP_the_end) Fire spread is UNRESTRICTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CMP_the_end'
[05:53:47] [Server thread/INFO]: Preparing start region for dimension minecraft:oneblock
[05:53:47] [Server thread/INFO]: Time elapsed: 93 ms
[05:53:47] [Server thread/INFO]: [WorldGuard] (OneBlock) TNT ignition is PERMITTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] (OneBlock) Lighters are PERMITTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] (OneBlock) Lava fire is PERMITTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] (OneBlock) Fire spread is UNRESTRICTED.
[05:53:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'OneBlock'
[05:53:47] [Server thread/INFO]: [Multiverse-Core] 19 - World(s) loaded.
[05:53:47] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
[05:53:47] [Server thread/INFO]: [Multiverse-Core] Version 4.3.12 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[05:53:47] [Server thread/INFO]: [IP] Enabling IP v5.2.5
[05:53:52] [Server thread/INFO]: Preparing start region for dimension minecraft:witp
[05:53:52] [Server thread/INFO]: Time elapsed: 1 ms
[05:53:52] [Server thread/INFO]: [WorldGuard] (witp) TNT ignition is PERMITTED.
[05:53:52] [Server thread/INFO]: [WorldGuard] (witp) Lighters are PERMITTED.
[05:53:52] [Server thread/INFO]: [WorldGuard] (witp) Lava fire is PERMITTED.
[05:53:52] [Server thread/INFO]: [WorldGuard] (witp) Fire spread is UNRESTRICTED.
[05:53:52] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'witp'
[05:53:53] [Server thread/INFO]: [IP] Checking for updates
[05:53:53] [Server thread/INFO]: [IP] No new version found
[05:53:53] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v4.2.6
[05:53:53] [Server thread/INFO]: [Multiverse-Inventories 4.2.6] enabled.
[05:53:53] [Server thread/INFO]: [StayPut] Enabling StayPut v1.1*
[05:53:53] [Server thread/INFO]: [com.j256.ormlite.table.TableUtils] creating table 'stayput_position'
[05:53:53] [Server thread/INFO]: [com.j256.ormlite.table.TableUtils] executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `stayput_position` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `uuid` VARCHAR , `player_name` VARCHAR , `world_name` VARCHAR , `coordinate_x` DOUBLE PRECISION , `coordinate_y` DOUBLE PRECISION , `coordinate_z` DOUBLE PRECISION , `yaw` FLOAT , `pitch` FLOAT ) 
[05:53:53] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v4.2.3
[05:53:53] [Server thread/INFO]: [Multiverse-NetherPortals 4.2.3]  Enabled - By Rigby and fernferret
[05:53:53] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.18.4
[05:53:53] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
[05:53:53] [Server thread/INFO]: [GriefPrevention] 13 total claims loaded.
[05:53:53] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
[05:53:53] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
[05:53:53] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
[05:53:53] [Server thread/INFO]: [GriefPrevention] Boot finished.
[05:53:53] [Server thread/INFO]: [BuildPortals] Enabling BuildPortals v2.3.0
[05:53:53] [Server thread/INFO]: [PVP Arena] Enabling pvparena v1.15.3
[05:53:54] [Server thread/INFO]: [PVP Arena] debugging: off
[05:53:54] [Server thread/INFO]: [PVP Arena] enabled (version pvparena v1.15.3)
[05:53:54] [Server thread/INFO]: [BedWars] Enabling BedWars v0.2.33.1
[05:53:54] [Server thread/INFO]: [BedWars] Successfully loaded messages for BedWars! Language: English
[05:53:54] [Server thread/INFO]: [BedWars] Loading statistics from YAML-File ...
[05:53:54] [Thread-16/INFO]: [PVP Arena] PVP Arena is up to date
[05:53:54] [Thread-17/INFO]: [PVP Arena] PVP Arena modules are not detected
[05:53:55] [Server thread/INFO]: =====================  by ScreamingSandals <Misat11, Iamceph, Pronze>
[05:53:55] [Server thread/INFO]: + Screaming BedWars +  Version: 0.2.33.1 FREE
[05:53:55] [Server thread/INFO]: =====================  STABLE VERSION
[05:53:55] [Server thread/INFO]: Everything is loaded! If you like our work, consider visiting our Patreon! <3
[05:53:55] [Server thread/INFO]: https://www.patreon.com/screamingsandals
[05:53:55] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[05:53:55] [Server thread/INFO]: [Geyser-Spigot] 
[05:53:55] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.4.0-b603 (git-master-49f66c2)
[05:53:55] [Server thread/INFO]: [Geyser-Spigot] 
[05:53:55] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[05:54:01] [Server thread/WARN]: [Geyser-Spigot] Third-party ears/capes have been removed from Geyser, if you still wish to have this functionality please use the extension: https://github.com/GeyserMC/ThirdPartyCosmetics
[05:54:01] [epollEventLoopGroup-3-1/INFO]: [Geyser-Spigot] Started Geyser on 37.10.104.24:25924
[05:54:01] [Server thread/INFO]: [Geyser-Spigot] Done (6.02s)! Run /geyser help for help!
[05:54:01] [Server thread/INFO]: Running delayed init tasks
[05:54:01] [Craft Scheduler Thread - 6 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[05:54:01] [Craft Scheduler Thread - 9 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms... 
[05:54:01] [Craft Scheduler Thread - 9 - DecentHolograms/INFO]: [DecentHolograms] Loaded 6 holograms!
[05:54:01] [Craft Scheduler Thread - 14 - IP/INFO]: [IP] Loaded all schematics!
[05:54:01] [Server thread/INFO]: [PerWorldPlugins] Converted all Listeners correctly.
[05:54:01] [Server thread/INFO]: [BentoBox] Hooking with Vault...
[05:54:01] [Server thread/ERROR]: [BentoBox] Could not hook with Vault because: no plugin supporting economy has been found. Skipping...
[05:54:01] [Server thread/INFO]: [BentoBox] Enabling game mode addons...
[05:54:01] [Server thread/INFO]: [BentoBox] Enabling BSkyBlock (1.18.0)...
[05:54:02] [Server thread/INFO]: [BentoBox] Enabling other addons...
[05:54:02] [Server thread/INFO]: [BentoBox] Enabling Level (2.14.1)...
[05:54:02] [Server thread/WARN]: [BentoBox] [Level] Level Addon: No such world in blockconfig.yml : caveblock-world
[05:54:02] [Server thread/WARN]: [BentoBox] [Level] Level Addon: No such world in blockconfig.yml : acidisland_world
[05:54:02] [Server thread/INFO]: [BentoBox] [Level] Level hooking into BSkyBlock
[05:54:02] [Server thread/INFO]: [BentoBox] Enabling ControlPanel (1.13.1)...
[05:54:02] [Server thread/INFO]: [BentoBox] Loading control panels...
[05:54:02] [Server thread/INFO]: [BentoBox] Enabling Biomes (2.1.1)...
[05:54:02] [Server thread/INFO]: [BentoBox] Loading biomes...
[05:54:02] [Server thread/INFO]: [BentoBox] Enabling Warps (1.14.0)...
[05:54:02] [Server thread/INFO]: [BentoBox] [Warps] Loading warps...
[05:54:02] [Server thread/INFO]: [BentoBox] Enabling Challenges (1.3.0)...
[05:54:02] [Server thread/INFO]: [BentoBox] [Challenges] Loading challenges...
[05:54:02] [Craft Scheduler Thread - 13 - Discord-Linker/INFO]: [Discord-Linker] Plugin enabled.
[05:54:03] [Server thread/INFO]: [BentoBox] Addons successfully enabled.
[05:54:03] [Server thread/INFO]: [BentoBox] Hooking with Multiverse-Core...
[05:54:03] [Server thread/INFO]: Multiverse already knows about 'bskyblock_world'!
[05:54:03] [Server thread/INFO]: Success! Property generator was set to BentoBox
[05:54:03] [Server thread/INFO]: Multiverse already knows about 'bskyblock_world_nether'!
[05:54:03] [Server thread/INFO]: Success! Property generator was set to BentoBox
[05:54:03] [Server thread/INFO]: Multiverse already knows about 'bskyblock_world_the_end'!
[05:54:03] [Server thread/INFO]: Success! Property generator was set to BentoBox
[05:54:03] [Server thread/INFO]: 
  ____             _        ____
 |  _ \           | |      |  _ \             by tastybento and Poslovitch
 | |_) | ___ _ __ | |_ ___ | |_) | _____  __  2017 - 2023
 |  _ < / _ \ '_ \| __/ _ \|  _ < / _ \ \/ /
 | |_) |  __/ | | | || (_) | |_) | (_) >  <   v2.4.1
 |____/ \___|_| |_|\__\___/|____/ \___/_/\_\  Loaded in 3836ms.

[05:54:03] [Server thread/INFO]: [Citizens] Loaded 10 NPCs.
[05:54:03] [Server thread/INFO]: [Multiverse-Inventories] First run!
[05:54:03] [Server thread/INFO]: [ViaVersion] You are running a development version of the plugin, please report any bugs to GitHub.
[05:54:03] [Server thread/INFO]: [BentoBox] Added world BSkyBlock (NORMAL)
[05:54:03] [Server thread/INFO]: Done (94.734s)! For help, type "help"
[05:54:03] [Server thread/INFO]: Timings Reset
[05:54:03] [Craft Scheduler Thread - 19 - BentoBox/INFO]: [BentoBox] Loaded Blueprint Bundle 'double_island' for BSkyBlock.
[05:54:03] [Craft Scheduler Thread - 19 - BentoBox/INFO]: [BentoBox] Loaded Blueprint Bundle 'default' for BSkyBlock.
[05:54:03] [Craft Scheduler Thread - 19 - BentoBox/INFO]: [BentoBox] Loaded Blueprint Bundle 'classic-island' for BSkyBlock.
[05:54:03] [Craft Scheduler Thread - 19 - BentoBox/INFO]: [BentoBox] Loaded Blueprint Bundle 'harder_island' for BSkyBlock.
[05:54:03] [Craft Scheduler Thread - 10 - Vault/INFO]: [Vault] Checking for Updates ... 
[05:54:03] [Craft Scheduler Thread - 10 - Vault/INFO]: [Vault] No new version available
[05:54:03] [Craft Scheduler Thread - 19 - BentoBox/INFO]: [BentoBox] Loaded blueprint 'l-shaped' for BSkyBlock
[05:54:03] [Craft Scheduler Thread - 19 - BentoBox/INFO]: [BentoBox] Loaded blueprint 'island' for BSkyBlock
[05:54:03] [Craft Scheduler Thread - 19 - BentoBox/INFO]: [BentoBox] Loaded blueprint 'end-island' for BSkyBlock
[05:54:03] [Craft Scheduler Thread - 19 - BentoBox/INFO]: [BentoBox] Loaded blueprint 'harder' for BSkyBlock
[05:54:03] [Craft Scheduler Thread - 19 - BentoBox/INFO]: [BentoBox] Loaded blueprint 'double' for BSkyBlock
[05:54:03] [Craft Scheduler Thread - 19 - BentoBox/INFO]: [BentoBox] Loaded blueprint 'nether-island' for BSkyBlock
[05:54:03] [EventThread/INFO]: [Discord-Linker] Connected to the Discord Bot!
[05:54:04] [Server thread/INFO]: [BentoBox] [Level] Level Addon hooked into Warps addon.
[05:54:04] [Server thread/INFO]: [BentoBox] [Biomes] Biomes Addon hooked into Level addon.
[05:54:04] [Server thread/WARN]: [BentoBox] [Biomes] Vault plugin not found. Economy will not work!
[05:54:04] [Server thread/INFO]: [BentoBox] [Challenges] Challenges Addon hooked into Level addon.
[05:54:04] [Server thread/WARN]: [BentoBox] [Challenges] Vault plugin not found. Economy will not work!
[05:54:04] [Server thread/INFO]: [BentoBox] All blueprints loaded.
[05:54:04] [Craft Scheduler Thread - 27 - BentoBox/INFO]: [BentoBox] [Level] Generating rankings
[05:54:04] [Craft Scheduler Thread - 30 - BentoBox/INFO]: [BentoBox] Downloading data from GitHub...
[05:54:04] [Craft Scheduler Thread - 30 - BentoBox/INFO]: [BentoBox] Updating the Catalog...
[05:54:05] [Craft Scheduler Thread - 29 - Oneblock/INFO]: [Oneblock] Waiting for the initialization of the world
[05:54:05] [Craft Scheduler Thread - 29 - Oneblock/INFO]: [Oneblock] Trying to initialize the world again...
[05:54:06] [Craft Scheduler Thread - 30 - BentoBox/INFO]: [BentoBox] Updating Contributors information...
[05:54:06] [Craft Scheduler Thread - 30 - BentoBox/INFO]: [BentoBox] Gathering contribution data for: BentoBoxWorld/BentoBox, BentoBoxWorld/BSkyBlock, BentoBoxWorld/ControlPanel, BentoBoxWorld/Biomes, BentoBoxWorld/Challenges
[05:54:06] [Craft Scheduler Thread - 12 - Oneblock/INFO]: [Oneblock] The initialization of the world was successful!
[05:54:09] [Craft Scheduler Thread - 30 - BentoBox/INFO]: [BentoBox] Successfully downloaded data from GitHub.
[05:54:31] [Craft Scheduler Thread - 25 - BentoBox/INFO]: [BentoBox] Downloading data from GitHub...
[05:54:31] [Craft Scheduler Thread - 5 - BentoBox/INFO]: [BentoBox] Downloading data from GitHub...
[05:54:32] [Craft Scheduler Thread - 5 - BentoBox/INFO]: [BentoBox] Successfully downloaded data from GitHub.
[05:54:32] [Craft Scheduler Thread - 25 - BentoBox/INFO]: [BentoBox] Could not connect to GitHub.
[05:54:32] [Craft Scheduler Thread - 25 - BentoBox/INFO]: [BentoBox] Successfully downloaded data from GitHub.
[05:56:45] [epollEventLoopGroup-4-1/INFO]: [Geyser-Spigot] Player connected with username ZacGaming232534
[05:56:45] [localSession-7-2/INFO]: [Geyser-Spigot] ZacGaming232534 (logged in as: ZacGaming232534) has connected to the Java server
[05:56:47] [Server thread/INFO]: [floodgate] Floodgate player logged in as .ZacGaming232534 joined (UUID: 00000000-0000-0000-0009-01f00c205133)
[05:56:47] [Geyser Spigot connection thread-6-3/WARN]: [net.craftsupport.anticrasher.packetevents.api.PacketEventsAPI] No data was sent for dimension Compound{{name=String(minecraft:overworld), id=Int(0)}} to .ZacGaming232534
[05:56:47] [Server thread/INFO]: Welcome back to the server! You were last seen on 07/23/2024 05:42:49 use /menu to view worlds
[05:56:47] [Server thread/INFO]: .ZacGaming232534 joined the game
[05:56:47] [Server thread/INFO]: .ZacGaming232534[/14.2.56.43:0] logged in with entity id 879 at ([create]3.4023085, -59.0, 2.3985186)
[05:56:48] [Geyser Spigot connection thread-6-3/WARN]: [net.craftsupport.anticrasher.packetevents.api.PacketEventsAPI] No data was sent for dimension Compound{{name=String(minecraft:overworld), id=Int(0)}} to .ZacGaming232534
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF] Can't read players locale, you will be unable to automatically detect players language. Only Bukkit 1.7+ is supported for this.
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF] java.lang.NoSuchFieldException: locale
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF]     at java.base/java.lang.Class.getDeclaredField(Class.java:2782)
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF]     at io.papermc.reflectionrewriter.runtime.AbstractDefaultRulesReflectionProxy.getDeclaredField(AbstractDefaultRulesReflectionProxy.java:90)
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF]     at io.papermc.paper.pluginremap.reflect.PaperReflectionHolder.getDeclaredField(Unknown Source)
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF]     at EquivalencyTech-1.1.6.jar//io.github.sefiraat.equivalencytech.acf.BukkitCommandManager.readPlayerLocale(BukkitCommandManager.java:317)
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF]     at java.base/java.lang.Iterable.forEach(Iterable.java:75)
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF]     at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116)
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF]     at EquivalencyTech-1.1.6.jar//io.github.sefiraat.equivalencytech.acf.BukkitCommandManager.lambda$new$1(BukkitCommandManager.java:131)
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF]     at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:101)
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF]     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:482)
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF]     at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1718)
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF]     at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:471)
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF]     at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1602)
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF]     at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1309)
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF]     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330)
[05:56:48] [Server thread/INFO]: [EquivalencyTech] [ACF]     at java.base/java.lang.Thread.run(Thread.java:1583)
[05:57:12] [Server thread/INFO]: There are 1 of a max of 9999 players online: .ZacGaming232534
[05:58:04] [Server thread/ERROR]: Could not pass event BlockSpreadEvent to WorldGuard v7.0.10+d9424b1
java.lang.NoSuchFieldError: Class org.bukkit.Tag does not have member field 'org.bukkit.Tag ITEMS_MUSIC_DISCS'
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.util.Materials.<clinit>(Materials.java:867) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener.onBlockSpread(WorldGuardBlockListener.java:552) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor248.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:1.21-63-2288e13]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at PerWorldPlugins-1.5.4.jar/dev.tonimatas.perworldplugins.api.PerWorldRegisteredListener.callEvent(PerWorldRegisteredListener.java:29) ~[PerWorldPlugins-1.5.4.jar:?]
    at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockSpreadEvent(CraftEventFactory.java:960) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockSpreadEvent(CraftEventFactory.java:944) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.world.level.block.SpreadingSnowyDirtBlock.randomTick(SpreadingSnowyDirtBlock.java:88) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.randomTick(BlockBehaviour.java:1231) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerLevel.tickChunk(ServerLevel.java:899) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerChunkCache.tickChunks(ServerChunkCache.java:504) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerChunkCache.tick(ServerChunkCache.java:408) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:722) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1798) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:471) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1602) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1309) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-63-2288e13]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[05:59:02] [Geyser player thread-5-1/WARN]: [Geyser-Spigot] Haven't received PlayerListEntry packet before spawning player! We ignore the player c2700736-1ab4-2fbd-8a56-9f0737dcc838
[05:59:02] [Geyser player thread-5-1/WARN]: [Geyser-Spigot] Haven't received PlayerListEntry packet before spawning player! We ignore the player 8aa1baa3-4fdd-2a11-89d5-1aee11a01666
[05:59:02] [Geyser player thread-5-1/WARN]: [Geyser-Spigot] Haven't received PlayerListEntry packet before spawning player! We ignore the player 5edd8b71-a6b5-28cf-b313-80126ac466c3
[05:59:02] [Geyser player thread-5-1/WARN]: [Geyser-Spigot] Haven't received PlayerListEntry packet before spawning player! We ignore the player 7e679f23-ca4c-2319-bea4-d0f0db6275f1
[05:59:02] [Geyser player thread-5-1/WARN]: [Geyser-Spigot] Haven't received PlayerListEntry packet before spawning player! We ignore the player eeddbd41-d695-2f58-900b-14ae0683f8fe
[05:59:02] [Geyser player thread-5-1/WARN]: [Geyser-Spigot] Haven't received PlayerListEntry packet before spawning player! We ignore the player 3e5e1365-5790-2fc2-a7b2-b4b1ecb5f625
[06:00:05] [Server thread/ERROR]: Could not pass event PlayerInteractAtEntityEvent to WorldGuard v7.0.10+d9424b1
java.lang.NoClassDefFoundError: Could not initialize class com.sk89q.worldguard.bukkit.util.Materials
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.listener.EventAbstractionListener.onPlayerInteractEntity(EventAbstractionListener.java:836) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.listener.EventAbstractionListener.onPlayerInteractAtEntity(EventAbstractionListener.java:1106) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor349.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:1.21-63-2288e13]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at PerWorldPlugins-1.5.4.jar/dev.tonimatas.perworldplugins.api.PerWorldRegisteredListener.callEvent(PerWorldRegisteredListener.java:29) ~[PerWorldPlugins-1.5.4.jar:?]
    at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at net.minecraft.server.network.ServerGamePacketListenerImpl$3.performInteraction(ServerGamePacketListenerImpl.java:2718) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.network.ServerGamePacketListenerImpl$3.onInteraction(ServerGamePacketListenerImpl.java:2771) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket$InteractionAtLocationAction.dispatch(ServerboundInteractPacket.java:168) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket.dispatch(ServerboundInteractPacket.java:89) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.handleInteract(ServerGamePacketListenerImpl.java:2707) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket.handle(ServerboundInteractPacket.java:76) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket.handle(ServerboundInteractPacket.java:14) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:56) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1542) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1519) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1512) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:135) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.managedBlock(MinecraftServer.java:1471) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1478) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1323) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-63-2288e13]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchFieldError: Class org.bukkit.Tag does not have member field 'org.bukkit.Tag ITEMS_MUSIC_DISCS' [in thread "Server thread"]
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.util.Materials.<clinit>(Materials.java:867) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener.onBlockSpread(WorldGuardBlockListener.java:552) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor248.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:1.21-63-2288e13]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at PerWorldPlugins-1.5.4.jar/dev.tonimatas.perworldplugins.api.PerWorldRegisteredListener.callEvent(PerWorldRegisteredListener.java:29) ~[PerWorldPlugins-1.5.4.jar:?]
    at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockSpreadEvent(CraftEventFactory.java:960) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockSpreadEvent(CraftEventFactory.java:944) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.world.level.block.SpreadingSnowyDirtBlock.randomTick(SpreadingSnowyDirtBlock.java:88) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.randomTick(BlockBehaviour.java:1231) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerLevel.tickChunk(ServerLevel.java:899) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerChunkCache.tickChunks(ServerChunkCache.java:504) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerChunkCache.tick(ServerChunkCache.java:408) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:722) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1798) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:471) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1602) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1309) ~[paper-1.21.jar:1.21-63-2288e13]
    ... 2 more
[06:00:05] [Server thread/ERROR]: Could not pass event PlayerInteractEntityEvent to WorldGuard v7.0.10+d9424b1
java.lang.NoClassDefFoundError: Could not initialize class com.sk89q.worldguard.bukkit.util.Materials
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.listener.EventAbstractionListener.onPlayerInteractEntity(EventAbstractionListener.java:836) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor308.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:1.21-63-2288e13]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at PerWorldPlugins-1.5.4.jar/dev.tonimatas.perworldplugins.api.PerWorldRegisteredListener.callEvent(PerWorldRegisteredListener.java:29) ~[PerWorldPlugins-1.5.4.jar:?]
    at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at net.minecraft.server.network.ServerGamePacketListenerImpl$3.performInteraction(ServerGamePacketListenerImpl.java:2718) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.network.ServerGamePacketListenerImpl$3.onInteraction(ServerGamePacketListenerImpl.java:2766) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket$InteractionAction.dispatch(ServerboundInteractPacket.java:138) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket.dispatch(ServerboundInteractPacket.java:89) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.handleInteract(ServerGamePacketListenerImpl.java:2707) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket.handle(ServerboundInteractPacket.java:76) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket.handle(ServerboundInteractPacket.java:14) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:56) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1542) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1519) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1512) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:135) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.managedBlock(MinecraftServer.java:1471) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1593) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1309) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-63-2288e13]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchFieldError: Class org.bukkit.Tag does not have member field 'org.bukkit.Tag ITEMS_MUSIC_DISCS' [in thread "Server thread"]
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.util.Materials.<clinit>(Materials.java:867) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener.onBlockSpread(WorldGuardBlockListener.java:552) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor248.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:1.21-63-2288e13]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at PerWorldPlugins-1.5.4.jar/dev.tonimatas.perworldplugins.api.PerWorldRegisteredListener.callEvent(PerWorldRegisteredListener.java:29) ~[PerWorldPlugins-1.5.4.jar:?]
    at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockSpreadEvent(CraftEventFactory.java:960) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockSpreadEvent(CraftEventFactory.java:944) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.world.level.block.SpreadingSnowyDirtBlock.randomTick(SpreadingSnowyDirtBlock.java:88) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.randomTick(BlockBehaviour.java:1231) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerLevel.tickChunk(ServerLevel.java:899) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerChunkCache.tickChunks(ServerChunkCache.java:504) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerChunkCache.tick(ServerChunkCache.java:408) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:722) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1798) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:471) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1602) ~[paper-1.21.jar:1.21-63-2288e13]
    ... 3 more
[06:00:05] [Server thread/INFO]: Unknown or incomplete command, see below for error
.ZacGaming232534 parkour join<--[HERE]
[06:00:05] [Server thread/INFO]: Unknown or incomplete command, see below for error
.ZacGaming232534 parkour join<--[HERE]
[06:00:05] [Server thread/ERROR]: Could not pass event PlayerInteractAtEntityEvent to WorldGuard v7.0.10+d9424b1
java.lang.NoClassDefFoundError: Could not initialize class com.sk89q.worldguard.bukkit.util.Materials
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.listener.EventAbstractionListener.onPlayerInteractEntity(EventAbstractionListener.java:836) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.listener.EventAbstractionListener.onPlayerInteractAtEntity(EventAbstractionListener.java:1106) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor349.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:1.21-63-2288e13]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at PerWorldPlugins-1.5.4.jar/dev.tonimatas.perworldplugins.api.PerWorldRegisteredListener.callEvent(PerWorldRegisteredListener.java:29) ~[PerWorldPlugins-1.5.4.jar:?]
    at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at net.minecraft.server.network.ServerGamePacketListenerImpl$3.performInteraction(ServerGamePacketListenerImpl.java:2718) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.network.ServerGamePacketListenerImpl$3.onInteraction(ServerGamePacketListenerImpl.java:2771) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket$InteractionAtLocationAction.dispatch(ServerboundInteractPacket.java:168) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket.dispatch(ServerboundInteractPacket.java:89) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.handleInteract(ServerGamePacketListenerImpl.java:2707) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket.handle(ServerboundInteractPacket.java:76) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket.handle(ServerboundInteractPacket.java:14) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:56) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1542) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1519) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1512) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:135) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.managedBlock(MinecraftServer.java:1471) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1593) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1309) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-63-2288e13]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchFieldError: Class org.bukkit.Tag does not have member field 'org.bukkit.Tag ITEMS_MUSIC_DISCS' [in thread "Server thread"]
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.util.Materials.<clinit>(Materials.java:867) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener.onBlockSpread(WorldGuardBlockListener.java:552) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor248.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:1.21-63-2288e13]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at PerWorldPlugins-1.5.4.jar/dev.tonimatas.perworldplugins.api.PerWorldRegisteredListener.callEvent(PerWorldRegisteredListener.java:29) ~[PerWorldPlugins-1.5.4.jar:?]
    at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockSpreadEvent(CraftEventFactory.java:960) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockSpreadEvent(CraftEventFactory.java:944) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.world.level.block.SpreadingSnowyDirtBlock.randomTick(SpreadingSnowyDirtBlock.java:88) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.randomTick(BlockBehaviour.java:1231) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerLevel.tickChunk(ServerLevel.java:899) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerChunkCache.tickChunks(ServerChunkCache.java:504) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerChunkCache.tick(ServerChunkCache.java:408) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:722) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1798) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:471) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1602) ~[paper-1.21.jar:1.21-63-2288e13]
    ... 3 more
[06:00:05] [Server thread/ERROR]: Could not pass event PlayerInteractEntityEvent to WorldGuard v7.0.10+d9424b1
java.lang.NoClassDefFoundError: Could not initialize class com.sk89q.worldguard.bukkit.util.Materials
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.listener.EventAbstractionListener.onPlayerInteractEntity(EventAbstractionListener.java:836) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor308.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:1.21-63-2288e13]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at PerWorldPlugins-1.5.4.jar/dev.tonimatas.perworldplugins.api.PerWorldRegisteredListener.callEvent(PerWorldRegisteredListener.java:29) ~[PerWorldPlugins-1.5.4.jar:?]
    at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at net.minecraft.server.network.ServerGamePacketListenerImpl$3.performInteraction(ServerGamePacketListenerImpl.java:2718) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.network.ServerGamePacketListenerImpl$3.onInteraction(ServerGamePacketListenerImpl.java:2766) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket$InteractionAction.dispatch(ServerboundInteractPacket.java:138) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket.dispatch(ServerboundInteractPacket.java:89) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.handleInteract(ServerGamePacketListenerImpl.java:2707) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket.handle(ServerboundInteractPacket.java:76) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.game.ServerboundInteractPacket.handle(ServerboundInteractPacket.java:14) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:56) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1542) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1519) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1512) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:135) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.managedBlock(MinecraftServer.java:1471) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1593) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1309) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-63-2288e13]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchFieldError: Class org.bukkit.Tag does not have member field 'org.bukkit.Tag ITEMS_MUSIC_DISCS' [in thread "Server thread"]
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.util.Materials.<clinit>(Materials.java:867) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at worldguard-bukkit-7.0.10-dist (1).jar/com.sk89q.worldguard.bukkit.listener.WorldGuardBlockListener.onBlockSpread(WorldGuardBlockListener.java:552) ~[worldguard-bukkit-7.0.10-dist (1).jar:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor248.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:1.21-63-2288e13]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at PerWorldPlugins-1.5.4.jar/dev.tonimatas.perworldplugins.api.PerWorldRegisteredListener.callEvent(PerWorldRegisteredListener.java:29) ~[PerWorldPlugins-1.5.4.jar:?]
    at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.jar:1.21-63-2288e13]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockSpreadEvent(CraftEventFactory.java:960) ~[paper-1.21.jar:1.21-63-2288e13]
    at org.bukkit.craftbukkit.event.CraftEventFactory.handleBlockSpreadEvent(CraftEventFactory.java:944) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.world.level.block.SpreadingSnowyDirtBlock.randomTick(SpreadingSnowyDirtBlock.java:88) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.randomTick(BlockBehaviour.java:1231) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerLevel.tickChunk(ServerLevel.java:899) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerChunkCache.tickChunks(ServerChunkCache.java:504) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerChunkCache.tick(ServerChunkCache.java:408) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:722) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1798) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:471) ~[paper-1.21.jar:1.21-63-2288e13]
    at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1602) ~[paper-1.21.jar:1.21-63-2288e13]
    ... 3 more
[06:00:05] [Geyser Spigot connection thread-6-3/WARN]: [net.craftsupport.anticrasher.packetevents.api.PacketEventsAPI] No data was sent for dimension Compound{{name=String(minecraft:overworld), id=Int(0)}} to .ZacGaming232534
[06:00:20] [Server thread/INFO]: There are 1 of a max of 9999 players online: .ZacGaming232534
[06:00:27] [localSession-7-2/INFO]: [Geyser-Spigot] ZacGaming232534 has disconnected from the Java server because of Bedrock client timed out
[06:00:27] [Geyser Spigot connection thread-6-3/INFO]: [floodgate] Floodgate player logged in as .ZacGaming232534 disconnected
[06:00:27] [Server thread/INFO]: .ZacGaming232534 lost connection: Disconnected
[06:00:27] [Server thread/INFO]: .ZacGaming232534 left the game
[06:03:29] [Server thread/INFO]: There are 0 of a max of 9999 players online: