Paste #124913: asd

Date: 2024/07/23 10:15:15 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


ul2024 16:56:26.230] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.2.20, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412]
[23Jul2024 16:56:26.232] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 18 by Oracle Corporation; OS Linux arch amd64 version 5.4.0-136-generic
[23Jul2024 16:56:26.539] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver
[23Jul2024 16:56:26.571] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/minecraft-2/server/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2316!/ Service=ModLauncher Env=SERVER
[23Jul2024 16:56:26.885] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File: 
[23Jul2024 16:56:26.886] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 7 dependencies adding them to mods collection
[23Jul2024 16:56:27.970] [main/INFO] [mixin/]: Compatibility level set to JAVA_17
[23Jul2024 16:56:28.030] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments []
[23Jul2024 16:56:28.041] [main/WARN] [mixin/]: Reference map 'mysticaloaktree-common-refmap.json' for mysticaloaktree-common.mixins.json could not be read. If this is a development environment you can ignore this message
[23Jul2024 16:56:28.042] [main/WARN] [mixin/]: Reference map 'mysticaloaktree-forge-refmap.json' for mysticaloaktree.mixins.json could not be read. If this is a development environment you can ignore this message
[23Jul2024 16:56:28.074] [main/INFO] [Puzzles Lib/]: Loading 38 mods:
    - architectury 9.2.14
    - backpacked 3.0.0-beta.4
    - better_totem_of_undying 1.0.4
    - bettervillage 3.1.0
    - biomesoplenty 18.0.0.598
    - creeperoverhaul 3.0.2
        \-- resourcefullib 2.1.20
    - curios 5.9.1+1.20.1
    - deeperdarker 1.2.1
    - do_a_barrel_roll 3.5.6+1.20.1
    - dungeons_arise_seven_seas 1.0.2
    - ferritecore 6.0.1
    - forge 47.2.20
    - framework 0.7.6
    - geckolib 4.4.7
    - incendium 5.3.5
    - jei 15.3.0.8
    - kiwi 11.8.14+forge
    - libraryferret 4.0.0
    - minecraft 1.20.1
    - moonlight 1.20-2.12.8
        \-- mixinextras 0.3.6
    - morebows 1.0.13
    - mousetweaks 2.25
    - mr_limesplatus_ending 1-v1.1.0c
    - mysticaloaktree 1.20-1.11
    - plushies 1.4.0
    - puzzleslib 8.1.21
        \-- puzzlesaccessapi 8.0.7
    - radiantgear 2.1.5+1.20.1
    - resourcefulconfig 2.1.2
    - snowrealmagic 10.4.4
    - terrablender 3.0.1.7
    - universalbonemeal 8.0.1
    - visuality 2.0.2
    - voicechat 1.20.1-2.5.17
    - wardrobe 1.0.3.1
    - xaeroworldmap 1.38.8
[23Jul2024 16:56:28.476] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/PhantomRenderer (java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.PhantomRenderer)
[23Jul2024 16:56:28.476] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.PhantomRenderer was not found mixins.deeperdarker.json:PhantomRendererMixin
[23Jul2024 16:56:28.520] [main/WARN] [mixin/]: Error loading class: sereneseasons/handler/season/RandomUpdateHandler (java.lang.ClassNotFoundException: sereneseasons.handler.season.RandomUpdateHandler)
[23Jul2024 16:56:28.520] [main/WARN] [mixin/]: @Mixin target sereneseasons.handler.season.RandomUpdateHandler was not found snowrealmagic.mixins.json:sereneseasons.RandomUpdateHandlerMixin
[23Jul2024 16:56:28.883] [main/INFO] [org.magmafoundation.magma.protect.InjectProtect/]: Booting up InjectProtect
[23Jul2024 16:56:28.887] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.6).
[23Jul2024 16:56:29.544] [main/ERROR] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Error occurred applying transform of coremod coremods/field_to_method.js function stairsblock
java.lang.IllegalStateException: Field f_56859_ is not private and an instance field
    at net.minecraftforge.coremod.api.ASMAPI.redirectFieldToMethod(ASMAPI.java:260) ~[coremods-5.0.1.jar:?]
    at org.openjdk.nashorn.internal.scripts.Script$Recompilation$31$2336A$\^eval\_.initializeCoreMod#transformer-5(<eval>:63) ~[?:?]
    at org.openjdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:648) ~[nashorn-core-15.3.jar:?]
    at org.openjdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:513) ~[nashorn-core-15.3.jar:?]
    at org.openjdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:520) ~[nashorn-core-15.3.jar:?]
    at org.openjdk.nashorn.api.scripting.ScriptObjectMirror.call(ScriptObjectMirror.java:111) ~[nashorn-core-15.3.jar:?]
    at net.minecraftforge.coremod.NashornFactory.lambda$getFunction$0(NashornFactory.java:18) ~[coremods-5.0.1.jar:5.0.1+15+master.dc5a2922]
    at net.minecraftforge.coremod.transformer.CoreModClassTransformer.runCoremod(CoreModClassTransformer.java:18) ~[coremods-5.0.1.jar:?]
    at net.minecraftforge.coremod.transformer.CoreModClassTransformer.runCoremod(CoreModClassTransformer.java:10) ~[coremods-5.0.1.jar:?]
    at net.minecraftforge.coremod.transformer.CoreModBaseTransformer.transform(CoreModBaseTransformer.java:38) ~[coremods-5.0.1.jar:?]
    at cpw.mods.modlauncher.TransformerHolder.transform(TransformerHolder.java:41) ~[modlauncher-10.0.9.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.performVote(ClassTransformer.java:179) ~[modlauncher-10.0.9.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:117) ~[modlauncher-10.0.9.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?]
    at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?]
    at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?]
    at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?]
    at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
    at net.minecraft.world.level.block.FireBlock.m_53484_(FireBlock.java:353) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.Bootstrap.m_135870_(Bootstrap.java:46) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.Main.main(Main.java:167) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:577) ~[?:?]
    at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.2.20.jar%2361!/:?]
    at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.2.20.jar%2361!/:?]
    at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.2.20.jar%2361!/:?]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.9.jar%235!/:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.9.jar%235!/:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.9.jar%235!/:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) [modlauncher-10.0.9.jar%235!/:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) [modlauncher-10.0.9.jar%235!/:?]
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.9.jar%235!/:?]
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.9.jar%235!/:?]
    at org.magmafoundation.magma.utils.BootstrapLauncher.startServer(BootstrapLauncher.java:96) [server.jar:?]
    at org.magmafoundation.magma.MagmaStart.main(MagmaStart.java:106) [server.jar:1.20.1-47.2.20-b4bdd80-20230612.114412]
[23Jul2024 16:56:32.081] [modloading-worker-0/INFO] [com.jtorleonstudios.libraryferret.LibraryFerret/]: Initialize mod Library Ferret
[23Jul2024 16:56:32.088] [modloading-worker-0/INFO] [com.jtorleonstudios.libraryferret.LibraryFerret/]: Initialized mod Library Ferret
[23Jul2024 16:56:32.092] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for universalbonemeal:main
[23Jul2024 16:56:32.099] [modloading-worker-0/INFO] [snownee.kiwi.Kiwi/INIT]: Processing 6 KiwiModule annotations
[23Jul2024 16:56:32.246] [modloading-worker-0/WARN] [Visuality/]: Visuality is installed on a dedicated server, skip loading...
[23Jul2024 16:56:32.268] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for puzzleslib:main
[23Jul2024 16:56:32.287] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 47.2.20, for MC 1.20.1 with MCP 20230612.114412
[23Jul2024 16:56:32.287] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v47.2.20 Initialized
[23Jul2024 16:56:32.300] [modloading-worker-0/INFO] [dev.architectury.networking.forge.NetworkManagerImpl/]: Registering C2S receiver with id architectury:sync_ids
[23Jul2024 16:56:32.452] [main/INFO] [snownee.kiwi.Kiwi/INIT]: Module [snowrealmagic:core] initialized
[23Jul2024 16:56:32.452] [main/INFO] [snownee.kiwi.Kiwi/INIT]:         block: 7, block_entity_type: 2, entity_type: 1, loot_pool_entry_type: 1
[23Jul2024 16:56:32.453] [main/INFO] [snownee.kiwi.Kiwi/INIT]: Module [kiwi:block_templates] initialized
[23Jul2024 16:56:32.453] [main/INFO] [snownee.kiwi.Kiwi/INIT]: Module [kiwi:block_components] initialized
[23Jul2024 16:56:32.453] [main/INFO] [snownee.kiwi.Kiwi/INIT]: Module [kiwi:data] initialized
[23Jul2024 16:56:32.453] [main/INFO] [snownee.kiwi.Kiwi/INIT]:         recipe_serializer: 3
[23Jul2024 16:56:32.453] [main/INFO] [snownee.kiwi.Kiwi/INIT]: Module [kiwi:item_templates] initialized
[23Jul2024 16:56:32.601] [main/INFO] [Moonlight/]: Initialized block sets in 6ms
[23Jul2024 16:56:32.761] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Compatibility version 18
[23Jul2024 16:56:32.802] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [voicechat] Starting version check at https://update.maxhenkel.de/forge/voicechat
[23Jul2024 16:56:32.808] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Loading plugins
[23Jul2024 16:56:32.811] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Loaded 0 plugin(s)
[23Jul2024 16:56:32.811] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Initializing plugins
[23Jul2024 16:56:32.811] [modloading-worker-0/INFO] [voicechat/]: [voicechat] Initialized 0 plugin(s)
[23Jul2024 16:56:32.829] [main/INFO] [Moonlight/]: Initialized color sets in 11ms
[23Jul2024 16:56:32.831] [main/INFO] [terrablender/]: Registered region minecraft:overworld to index 0 for type OVERWORLD
[23Jul2024 16:56:32.831] [main/INFO] [terrablender/]: Registered region minecraft:nether to index 0 for type NETHER
[23Jul2024 16:56:32.831] [main/INFO] [terrablender/]: Registered region biomesoplenty:overworld_primary to index 1 for type OVERWORLD
[23Jul2024 16:56:32.831] [main/INFO] [terrablender/]: Registered region biomesoplenty:overworld_secondary to index 2 for type OVERWORLD
[23Jul2024 16:56:32.831] [main/INFO] [terrablender/]: Registered region biomesoplenty:overworld_rare to index 3 for type OVERWORLD
[23Jul2024 16:56:32.832] [main/INFO] [terrablender/]: Registered region biomesoplenty:nether_common to index 1 for type NETHER
[23Jul2024 16:56:32.832] [main/INFO] [terrablender/]: Registered region biomesoplenty:nether_rare to index 2 for type NETHER
[23Jul2024 16:56:32.891] [main/INFO] [Framework/SYNCED_ENTITY_DATA]: Registered synced data key backpacked:unlock_tracker for minecraft:player
[23Jul2024 16:56:32.891] [main/INFO] [Framework/SYNCED_ENTITY_DATA]: Registered synced data key backpacked:trader_pickpocketing for minecraft:wandering_trader
[23Jul2024 16:56:32.921] [modloading-worker-0/INFO] [xaero.map.server.WorldMapServer/]: Loading Xaero's World Map - Stage 1/2 (Server)
[23Jul2024 16:56:32.922] [main/INFO] [xaero.map.server.WorldMapServer/]: Loading Xaero's World Map - Stage 2/2 (Server)
[23Jul2024 16:56:33.250] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [voicechat] Found status: OUTDATED Current: 1.20.1-2.5.17 Target: 1.20.1-2.5.19
[23Jul2024 16:56:33.251] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [moonlight] Starting version check at https://raw.githubusercontent.com/MehVahdJukaar/Moonlight/multi-loader/forge/update.json
[23Jul2024 16:56:33.271] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [moonlight] Found status: BETA Current: 1.20-2.12.8 Target: null
[23Jul2024 16:56:33.271] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [morebows] Starting version check at https://nerdthened.github.io/More-bows/update-modern.json
[23Jul2024 16:56:33.310] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [morebows] Found status: UP_TO_DATE Current: 1.0.13 Target: null
[23Jul2024 16:56:33.310] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [universalbonemeal] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/universalbonemeal.json
[23Jul2024 16:56:33.315] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [universalbonemeal] Found status: UP_TO_DATE Current: 8.0.1 Target: null
[23Jul2024 16:56:33.315] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [backpacked] Starting version check at https://mrcrayfish.com/modupdatejson?id=backpacked
[23Jul2024 16:56:33.813] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [backpacked] Found status: BETA Current: 3.0.0-beta.4 Target: 3.0.0-beta.4
[23Jul2024 16:56:33.814] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mr_limesplatus_ending] Starting version check at https://api.modrinth.com/updates/MCnBYP0b/forge_updates.json
[23Jul2024 16:56:33.978] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mr_limesplatus_ending] Found status: OUTDATED Current: 1-v1.1.0c Target: 1.1.0c+mod
[23Jul2024 16:56:33.978] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [puzzleslib] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/puzzleslib.json
[23Jul2024 16:56:33.982] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [puzzleslib] Found status: UP_TO_DATE Current: 8.1.21 Target: null
[23Jul2024 16:56:33.983] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [framework] Starting version check at https://mrcrayfish.com/modupdatejson?id=framework
[23Jul2024 16:56:34.151] [main/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[23Jul2024 16:56:34.821] [main/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/minecraft-2/server/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23131!/assets/.mcassetsroot' uses unexpected schema
[23Jul2024 16:56:34.821] [main/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/minecraft-2/server/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23131!/data/.mcassetsroot' uses unexpected schema
[23Jul2024 16:56:34.840] [main/WARN] [mixin/]: @Inject(@At("INVOKE_ASSIGN")) Shift.BY=1 on backpacked.common.mixins.json:common.ServerPlayerGameModeMixin::handler$zde000$backpacked$OnBlockMined exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
[23Jul2024 16:56:34.933] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [framework] Found status: BETA Current: 0.7.6 Target: 0.7.6
[23Jul2024 16:56:34.934] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [puzzlesaccessapi] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/puzzlesaccessapi.json
[23Jul2024 16:56:34.937] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [puzzlesaccessapi] Found status: BETA Current: 8.0.7 Target: null
[23Jul2024 16:56:34.937] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
[23Jul2024 16:56:35.020] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: OUTDATED Current: 47.2.20 Target: 47.3.0
[23Jul2024 16:56:35.762] [Worker-Main-5/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag alexsmobs:skreechers_can_spawn_wardens as it is missing following references: deeperdarker:otherside (from deeperdarker-forge-1.20.1-1.2.1.jar)
[23Jul2024 16:56:36.287] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Loaded 7 recipes
[23Jul2024 16:56:36.364] [main/INFO] [top.theillusivec4.curios.Curios/]: Loaded 10 curio slots
[23Jul2024 16:56:36.367] [main/INFO] [top.theillusivec4.curios.Curios/]: Loaded 1 curio entities
[23Jul2024 16:56:36.940] [main/INFO] [org.magmafoundation.magma.patcher.PatcherManager/]: WorldEdit [Patches WorldEdit] loaded
[23Jul2024 16:56:36.940] [main/INFO] [org.magmafoundation.magma.patcher.PatcherManager/]: FastAsyncWorldEdit [Patches FAWE] loaded
[23Jul2024 16:56:36.940] [main/INFO] [org.magmafoundation.magma.patcher.PatcherManager/]: MultiverseCore [Patches MultiverseCore] loaded
[23Jul2024 16:56:36.940] [main/INFO] [org.magmafoundation.magma.patcher.PatcherManager/]: 3 patches loaded!
[23Jul2024 16:56:36.961] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting minecraft server version 1.20.1
[23Jul2024 16:56:36.962] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Loading properties
[23Jul2024 16:56:37.007] [Server thread/INFO] [Minecraft/]: This server is running Magma version git-Magma-1.20.1-b4bdd80 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT)
[23Jul2024 16:56:37.368] [Server thread/INFO] [org.magmafoundation.magma.Magma/]: Injected 727 modded materials (575 blocks, 152 items)
[23Jul2024 16:56:37.416] [Server thread/INFO] [Minecraft/]: Debug logging is enabled
[23Jul2024 16:56:37.416] [Server thread/INFO] [/]: Server Ping Player Sample Count: 12
[23Jul2024 16:56:37.419] [Server thread/INFO] [Minecraft/]: Using 4 threads for Netty based IO
[23Jul2024 16:56:37.426] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Default game type: SURVIVAL
[23Jul2024 16:56:37.426] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair
[23Jul2024 16:56:37.474] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting Minecraft server on *:2020
[23Jul2024 16:56:37.484] [Server thread/INFO] [net.minecraft.server.network.ServerConnectionListener/]: Using default channel type
[23Jul2024 16:56:37.613] [Server thread/WARN] [Minecraft/]: `plugins/FastAsyncWorldEdit-Bukkit-2.11.1-SNAPSHOT-852.jar provides `WorldEdit' while this is also the name of `plugins/worldedit-bukkit-7.3.0.jar' in `plugins'
[23Jul2024 16:56:39.240] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin/]: [LuckPerms] Loading LuckPerms v5.4.134
[23Jul2024 16:56:39.471] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin/]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.6
[23Jul2024 16:56:39.471] [Server thread/INFO] [me.filoghost.holographicdisplays.plugin.HolographicDisplays/]: [HolographicDisplays] Loading HolographicDisplays v3.0.4
[23Jul2024 16:56:39.471] [Server thread/INFO] [net.milkbowl.vault.Vault/]: [Vault] Loading Vault v1.7.3-b131
[23Jul2024 16:56:39.472] [Server thread/INFO] [com.comphenix.protocol.ProtocolLib/]: [ProtocolLib] Loading ProtocolLib v5.2.0-SNAPSHOT-679
[23Jul2024 16:56:39.698] [Server thread/WARN] [com.comphenix.protocol.ProtocolLib/]: [ProtocolLib] Loaded class javax.annotation.Nonnull from AuthMe v5.6.0-FORK-b50 which is not a depend or softdepend of this plugin.
[23Jul2024 16:56:41.357] [Server thread/INFO] [com.onarandombox.MultiverseCore.MultiverseCore/]: [Multiverse-Core] Loading Multiverse-Core v4.3.12
[23Jul2024 16:56:41.429] [Server thread/INFO] [com.convallyria.forcepack.spigot.ForcePackSpigot/]: [ForcePack] Loading ForcePack v1.3.5
[23Jul2024 16:56:41.429] [Server thread/INFO] [net.skinsrestorer.bukkit.SRBukkitBootstrap/]: [SkinsRestorer] Loading SkinsRestorer v15.3.1
[23Jul2024 16:56:41.429] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit] Loading WorldEdit v7.3.0+6678-55745ad
[23Jul2024 16:56:42.134] [Server thread/WARN] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit] Loaded class javax.annotation.Nullable from AuthMe v5.6.0-FORK-b50 which is not a depend or softdepend of this plugin.
[23Jul2024 16:56:42.228] [Server thread/INFO] [com.sk89q.worldedit.extension.platform.PlatformManager/]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@2ae4dd6d]
[23Jul2024 16:56:42.241] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v2.11.1-SNAPSHOT-852;561ef4a
[23Jul2024 16:56:42.242] [Server thread/WARN] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: You installed WorldEdit alongside FastAsyncWorldEdit. That is unneeded and will cause unforeseen issues, because FastAsyncWorldEdit already provides WorldEdit. Stop your server and delete the 'worldedit-bukkit' jar from your plugins folder.
[23Jul2024 16:56:42.649] [Server thread/WARN] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [FastAsyncWorldEdit] Loaded class javax.annotation.Nullable from AuthMe v5.6.0-FORK-b50 which is not a depend or softdepend of this plugin.
[23Jul2024 16:56:43.119] [Server thread/ERROR] [org.bukkit.craftbukkit.v1_20_R1.CraftServer/]: org/enginehub/linbus/stream/exception/NbtParseException has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 62.0 initializing FastAsyncWorldEdit v2.11.1-SNAPSHOT-852;561ef4a (Is it up to date?)
java.lang.UnsupportedClassVersionError: org/enginehub/linbus/stream/exception/NbtParseException has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 62.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:1013) ~[?:?]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:218) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:588) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:114) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:109) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
    at com.sk89q.worldedit.extension.factory.ItemFactory.<init>(ItemFactory.java:41) ~[?:?]
    at com.sk89q.worldedit.WorldEdit.<init>(WorldEdit.java:148) ~[?:?]
    at com.sk89q.worldedit.WorldEdit.<clinit>(WorldEdit.java:125) ~[?:?]
    at com.sk89q.worldedit.bukkit.WorldEditPlugin.onLoad(WorldEditPlugin.java:152) ~[?:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadPlugins(CraftServer.java:353) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at net.minecraft.server.dedicated.DedicatedServer.m_7038_(DedicatedServer.java:211) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:969) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:285) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at java.lang.Thread.run(Thread.java:833) [?:?]
[23Jul2024 16:56:43.120] [Server thread/INFO] [com.earth2me.essentials.Essentials/]: [Essentials] Loading Essentials v2.20.1
[23Jul2024 16:56:43.127] [Server thread/INFO] [com.earth2me.essentials.chat.EssentialsChat/]: [EssentialsChat] Loading EssentialsChat v2.20.1
[23Jul2024 16:56:43.127] [Server thread/INFO] [me.tajam.jext.Jext/]: [JukeboxExtended] Loading JukeboxExtended v1.2.0
[23Jul2024 16:56:43.128] [Server thread/INFO] [com.onarandombox.MultiversePortals.MultiversePortals/]: [Multiverse-Portals] Loading Multiverse-Portals v4.2.3
[23Jul2024 16:56:43.128] [Server thread/INFO] [net.minecrell.serverlistplus.bukkit.BukkitPlugin/]: [ServerListPlus] Loading ServerListPlus v3.5.0
[23Jul2024 16:56:43.128] [Server thread/INFO] [com.earth2me.essentials.spawn.EssentialsSpawn/]: [EssentialsSpawn] Loading EssentialsSpawn v2.20.1
[23Jul2024 16:56:43.128] [Server thread/INFO] [com.sk89q.worldguard.bukkit.WorldGuardPlugin/]: [WorldGuard] Loading WorldGuard v7.0.9+5934e49
[23Jul2024 16:56:43.128] [Server thread/INFO] [net.citizensnpcs.Citizens/]: [Citizens] Loading Citizens v2.0.35-SNAPSHOT (build 3479)
[23Jul2024 16:56:43.129] [Server thread/INFO] [hu.montlikadani.tablist.TabList/]: [TabList] Loading TabList v5.7.5
[23Jul2024 16:56:43.129] [Server thread/INFO] [com.github.kevindagame.voxelsniper.SpigotVoxelSniper/]: [VoxelSniper] Loading VoxelSniper v8.13.0
[23Jul2024 16:56:43.129] [Server thread/INFO] [fr.xephi.authme.AuthMe/]: [AuthMe] Loading AuthMe v5.6.0-FORK-b50
[23Jul2024 16:56:43.129] [Server thread/INFO] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] Loading BeautyQuests v1.0.3
[23Jul2024 16:56:43.152] [Server thread/INFO] [dev.espi.protectionstones.ProtectionStones/]: [ProtectionStones] Loading ProtectionStones v2.10.4
[23Jul2024 16:56:43.220] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin/]: [LuckPerms] Enabling LuckPerms v5.4.134
[23Jul2024 16:56:43.919] [Server thread/INFO] [/]:         __    
[23Jul2024 16:56:43.920] [Server thread/INFO] [/]:   |    |__)   LuckPerms v5.4.134
[23Jul2024 16:56:43.920] [Server thread/INFO] [/]:   |___ |      Running on Bukkit - Magma
[23Jul2024 16:56:43.921] [Server thread/INFO] [/]: 
[23Jul2024 16:56:43.928] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin/]: [LuckPerms] Loading configuration...
[23Jul2024 16:56:44.335] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin/]: [LuckPerms] Loading storage provider... [H2]
[23Jul2024 16:56:46.100] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin/]: [LuckPerms] Loading internal permission managers...
[23Jul2024 16:56:46.217] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin/]: [LuckPerms] Performing initial data load...
[23Jul2024 16:56:46.337] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin/]: [LuckPerms] Successfully enabled. (took 3116ms)
[23Jul2024 16:56:46.339] [Server thread/INFO] [net.milkbowl.vault.Vault/]: [Vault] Enabling Vault v1.7.3-b131
[23Jul2024 16:56:46.936] [Server thread/WARN] [net.milkbowl.vault.Vault/]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.20.1 which is not a depend or softdepend of this plugin.
[23Jul2024 16:56:46.939] [Server thread/INFO] [net.milkbowl.vault.Vault/]: [Vault] [Economy] Essentials Economy found: Waiting
[23Jul2024 16:56:48.081] [Server thread/INFO] [net.milkbowl.vault.Vault/]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[23Jul2024 16:56:48.481] [Server thread/INFO] [net.milkbowl.vault.Vault/]: [Vault] Enabled Version 1.7.3-b131
[23Jul2024 16:56:48.496] [Server thread/INFO] [me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin/]: [LuckPerms] Registered Vault permission & chat hook.
[23Jul2024 16:56:48.497] [Server thread/INFO] [com.comphenix.protocol.ProtocolLib/]: [ProtocolLib] Enabling ProtocolLib v5.2.0-SNAPSHOT-679
[23Jul2024 16:56:48.534] [Server thread/INFO] [net.skinsrestorer.bukkit.SRBukkitBootstrap/]: [SkinsRestorer] Enabling SkinsRestorer v15.3.1
[23Jul2024 16:56:49.719] [Server thread/INFO] [/]: [SkinsRestorer] Running on Minecraft 1.20.1.
[23Jul2024 16:56:50.379] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin/]: [PlaceholderAPI] Successfully registered internal expansion: skinsrestorer [15.3.1]
[23Jul2024 16:56:50.380] [Server thread/INFO] [/]: [SkinsRestorer] PlaceholderAPI expansion registered!
[23Jul2024 16:56:50.394] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit] Enabling WorldEdit v7.3.0+6678-55745ad
[23Jul2024 16:56:50.400] [Server thread/ERROR] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit] 
**********************************************
** /!\    SEVERE WARNING    /!\
** 
** A plugin developer has included a portion of 
** WorldEdit into their own plugin, so rather than using
** the version of WorldEdit that you downloaded, you
** will be using a broken mix of old WorldEdit (that came
** with the plugin) and your downloaded version. THIS MAY
** SEVERELY BREAK WORLDEDIT AND ALL OF ITS FEATURES.
**
** This may have happened because the developer is using
** the WorldEdit API and thinks that including
** WorldEdit is necessary. However, it is not!
**
** Here are some files that have been overridden:
** 
** 'EditSession' came from 'FastAsyncWorldEdit (file:/home/minecraft-2/server/plugins/FastAsyncWorldEdit-Bukkit-2.11.1-SNAPSHOT-852.jar)'
** 'Actor' came from 'FastAsyncWorldEdit (file:/home/minecraft-2/server/plugins/FastAsyncWorldEdit-Bukkit-2.11.1-SNAPSHOT-852.jar)'
** 'CommandManager' came from 'FastAsyncWorldEdit (file:/home/minecraft-2/server/plugins/FastAsyncWorldEdit-Bukkit-2.11.1-SNAPSHOT-852.jar)'
** 'World' came from 'FastAsyncWorldEdit (file:/home/minecraft-2/server/plugins/FastAsyncWorldEdit-Bukkit-2.11.1-SNAPSHOT-852.jar)'
**
** Please report this to the plugins' developers.
**********************************************

[23Jul2024 16:56:50.404] [Server thread/INFO] [com.sk89q.worldedit.extension.platform.PlatformCommandManager/]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[23Jul2024 16:56:50.525] [Server thread/INFO] [com.sk89q.wepif.PermissionsResolverManager/]: WEPIF: Vault detected! Using Vault for permissions
[23Jul2024 16:56:53.615] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_20_R1.PaperweightAdapter as the Bukkit adapter
[23Jul2024 16:56:54.238] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit] ====================================================
[23Jul2024 16:56:54.238] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit]  WorldEdit works better if you use Paper 
[23Jul2024 16:56:54.238] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit]  as your server software. 
[23Jul2024 16:56:54.239] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit]   
[23Jul2024 16:56:54.239] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit]  Paper offers significant performance improvements,
[23Jul2024 16:56:54.239] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit]  bug fixes, security enhancements and optional
[23Jul2024 16:56:54.239] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit]  features for server owners to enhance their server.
[23Jul2024 16:56:54.239] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit]   
[23Jul2024 16:56:54.239] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit]  Paper includes Timings v2, which is significantly
[23Jul2024 16:56:54.239] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit]  better at diagnosing lag problems over v1.
[23Jul2024 16:56:54.239] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit]   
[23Jul2024 16:56:54.240] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit]  All of your plugins should still work, and the
[23Jul2024 16:56:54.240] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit]  Paper community will gladly help you fix any issues.
[23Jul2024 16:56:54.240] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit]   
[23Jul2024 16:56:54.240] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit]  Join the Paper Community @ https://papermc.io
[23Jul2024 16:56:54.240] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit] ====================================================
[23Jul2024 16:56:54.241] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.11.1-SNAPSHOT-852;561ef4a
[23Jul2024 16:56:54.246] [Server thread/ERROR] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [FastAsyncWorldEdit] 
**********************************************
** /!\    SEVERE WARNING    /!\
** 
** A plugin developer has included a portion of 
** FastAsyncWorldEdit into their own plugin, so rather than using
** the version of FastAsyncWorldEdit that you downloaded, you
** will be using a broken mix of old FastAsyncWorldEdit (that came
** with the plugin) and your downloaded version. THIS MAY
** SEVERELY BREAK FASTASYNCWORLDEDIT AND ALL OF ITS FEATURES.
**
** This may have happened because the developer is using
** the FastAsyncWorldEdit API and thinks that including
** FastAsyncWorldEdit is necessary. However, it is not!
**
** Here are some files that have been overridden:
** 
** 'EditSession' came from 'WorldEdit (file:/home/minecraft-2/server/plugins/worldedit-bukkit-7.3.0.jar)'
** 'World' came from 'WorldEdit (file:/home/minecraft-2/server/plugins/worldedit-bukkit-7.3.0.jar)'
** 'Actor' came from 'WorldEdit (file:/home/minecraft-2/server/plugins/worldedit-bukkit-7.3.0.jar)'
** 'CommandManager' came from 'WorldEdit (file:/home/minecraft-2/server/plugins/worldedit-bukkit-7.3.0.jar)'
**
** Please report this to the plugins' developers.
**********************************************

[23Jul2024 16:56:54.392] [Server thread/INFO] [com.fastasyncworldedit.core.Fawe/]: LZ4 Compression Binding loaded successfully
[23Jul2024 16:56:54.404] [Server thread/INFO] [com.fastasyncworldedit.core.Fawe/]: ZSTD Compression Binding loaded successfully
[23Jul2024 16:56:54.426] [Server thread/ERROR] [Minecraft/]: Error occurred while enabling FastAsyncWorldEdit v2.11.1-SNAPSHOT-852;561ef4a (Is it up to date?)
java.lang.NoClassDefFoundError: Could not initialize class com.sk89q.worldedit.WorldEdit
    at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:199) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:442) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:481) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:460) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:373) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at net.minecraft.server.dedicated.DedicatedServer.m_7038_(DedicatedServer.java:212) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:969) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:285) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsupportedClassVersionError: org/enginehub/linbus/stream/exception/NbtParseException has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 62.0 [in thread "Server thread"]
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:1013) ~[?:?]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:218) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:588) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:114) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:109) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
    at com.sk89q.worldedit.extension.factory.ItemFactory.<init>(ItemFactory.java:41) ~[?:?]
    at com.sk89q.worldedit.WorldEdit.<init>(WorldEdit.java:148) ~[?:?]
    at com.sk89q.worldedit.WorldEdit.<clinit>(WorldEdit.java:125) ~[?:?]
    at com.sk89q.worldedit.bukkit.WorldEditPlugin.onLoad(WorldEditPlugin.java:152) ~[?:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadPlugins(CraftServer.java:353) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at net.minecraft.server.dedicated.DedicatedServer.m_7038_(DedicatedServer.java:211) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    ... 3 more
[23Jul2024 16:56:54.427] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[23Jul2024 16:56:54.427] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: The server will make no attempt to authenticate usernames. Beware.
[23Jul2024 16:56:54.428] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[23Jul2024 16:56:54.428] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: To change this, set "online-mode" to "true" in the server.properties file.
[23Jul2024 16:56:54.433] [Server thread/INFO] [Puzzles Lib/]: Loading server config for universalbonemeal
[23Jul2024 16:56:54.434] [Thread-1/INFO] [Puzzles Lib/]: Reloading server config for universalbonemeal
[23Jul2024 16:56:54.438] [Thread-1/INFO] [Puzzles Lib/]: Reloading server config for universalbonemeal
[23Jul2024 16:56:54.456] [Server thread/INFO] [Framework/]: Loading server configs...
[23Jul2024 16:56:54.471] [Server thread/INFO] [terrablender/]: Initialized TerraBlender biomes for level stem minecraft:the_nether
[23Jul2024 16:56:54.777] [Server thread/INFO] [terrablender/]: Initialized TerraBlender biomes for level stem minecraft:overworld
[23Jul2024 16:56:54.777] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Preparing level "world"
[23Jul2024 16:56:57.931] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld
[23Jul2024 16:57:00.127] [Worker-Main-5/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0%
[23Jul2024 16:57:00.128] [Worker-Main-4/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0%
[23Jul2024 16:57:00.131] [Worker-Main-5/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0%
[23Jul2024 16:57:00.135] [Worker-Main-4/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0%
[23Jul2024 16:57:00.137] [Worker-Main-3/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0%
[23Jul2024 16:57:00.434] [Worker-Main-3/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0%
[23Jul2024 16:57:00.933] [Worker-Main-5/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 5%
[23Jul2024 16:57:01.618] [Worker-Main-5/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 100%
[23Jul2024 16:57:02.413] [Worker-Main-3/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 100%
[23Jul2024 16:57:02.439] [Worker-Main-5/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 100%
[23Jul2024 16:57:03.057] [Worker-Main-5/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 100%
[23Jul2024 16:57:03.059] [Server thread/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Time elapsed: 5127 ms
[23Jul2024 16:57:03.420] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:the_end
[23Jul2024 16:57:03.422] [Worker-Main-1/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 100%
[23Jul2024 16:57:03.920] [Worker-Main-3/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 100%
[23Jul2024 16:57:04.024] [Server thread/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Time elapsed: 604 ms
[23Jul2024 16:57:04.026] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension deeperdarker:otherside
[23Jul2024 16:57:04.030] [Server thread/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 100%
[23Jul2024 16:57:04.527] [Worker-Main-3/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 100%
[23Jul2024 16:57:04.623] [Server thread/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Time elapsed: 596 ms
[23Jul2024 16:57:04.626] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin/]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
[23Jul2024 16:57:04.911] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin/]: [PlaceholderAPI] Fetching available expansion information...
[23Jul2024 16:57:04.915] [Server thread/INFO] [me.filoghost.holographicdisplays.plugin.HolographicDisplays/]: [HolographicDisplays] Enabling HolographicDisplays v3.0.4
[23Jul2024 16:57:05.090] [Server thread/INFO] [com.onarandombox.MultiverseCore.MultiverseCore/]: [Multiverse-Core] Enabling Multiverse-Core v4.3.12
[23Jul2024 16:57:05.097] [Server thread/WARN] [com.onarandombox.MultiverseCore.MultiverseCore/]: [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--].
[23Jul2024 16:57:05.098] [Server thread/INFO] [Minecraft/]: [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.
[23Jul2024 16:57:05.202] [Server thread/WARN] [Minecraft/]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether
[23Jul2024 16:57:05.202] [Server thread/WARN] [Minecraft/]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[23Jul2024 16:57:05.203] [Server thread/WARN] [Minecraft/]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: mundo
[23Jul2024 16:57:05.203] [Server thread/WARN] [Minecraft/]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[23Jul2024 16:57:05.203] [Server thread/WARN] [Minecraft/]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: worddd
[23Jul2024 16:57:05.203] [Server thread/WARN] [Minecraft/]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[23Jul2024 16:57:05.205] [Server thread/INFO] [Minecraft/]: [Multiverse-Core] 3 - World(s) loaded.
[23Jul2024 16:57:05.216] [Server thread/WARN] [Minecraft/]: [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.
[23Jul2024 16:57:05.230] [Server thread/INFO] [Minecraft/]: [Multiverse-Core] Version 4.3.12 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[23Jul2024 16:57:05.230] [Server thread/INFO] [com.convallyria.forcepack.spigot.ForcePackSpigot/]: [ForcePack] Enabling ForcePack v1.3.5
[23Jul2024 16:57:05.240] [Server thread/INFO] [com.convallyria.forcepack.spigot.ForcePackSpigot/]: [ForcePack] Generated en_gb.yml
[23Jul2024 16:57:05.240] [Server thread/INFO] [com.convallyria.forcepack.spigot.ForcePackSpigot/]: [ForcePack] Generated es_es.yml
[23Jul2024 16:57:05.242] [Server thread/INFO] [com.convallyria.forcepack.spigot.ForcePackSpigot/]: [ForcePack] Generated zh_cn.yml
[23Jul2024 16:57:05.242] [Server thread/INFO] [com.convallyria.forcepack.spigot.ForcePackSpigot/]: [ForcePack] Generated zh_tw.yml
[23Jul2024 16:57:07.768] [Server thread/INFO] [com.convallyria.forcepack.spigot.ForcePackSpigot/]: [ForcePack] Auto-generating resource pack hash.
[23Jul2024 16:57:07.878] [Server thread/INFO] [com.convallyria.forcepack.spigot.ForcePackSpigot/]: [ForcePack] Size of resource pack: 0 MB
[23Jul2024 16:57:07.878] [Server thread/INFO] [com.convallyria.forcepack.spigot.ForcePackSpigot/]: [ForcePack] Auto-generated resource pack hash: 3DFE3E45E973179D924B7FF462AAE5A1A36C2C6D
[23Jul2024 16:57:07.878] [Server thread/INFO] [com.convallyria.forcepack.spigot.ForcePackSpigot/]: [ForcePack] Performing version size check...
[23Jul2024 16:57:07.882] [Server thread/INFO] [/]: 1.8-1.15 (50 MB): Supported.
[23Jul2024 16:57:07.882] [Server thread/INFO] [/]: 1.16-1.17 (100 MB): Supported.
[23Jul2024 16:57:07.882] [Server thread/INFO] [/]: 1.18+ (250 MB): Supported.
[23Jul2024 16:57:07.882] [Server thread/INFO] [/]: Hash verification complete.
[23Jul2024 16:57:07.886] [Server thread/INFO] [com.convallyria.forcepack.spigot.ForcePackSpigot/]: [ForcePack] Generated resource pack (https://download.mc-packs.net/pack/3dfe3e45e973179d924b7ff462aae5a1a36c2c6d.zip#3DFE3E45E973179D924B7FF462AAE5A1A36C2C6D) for version all with id 02965b25-0845-34bd-b5fc-72e6c9f7c94f
[23Jul2024 16:57:07.894] [Server thread/INFO] [com.convallyria.forcepack.spigot.ForcePackSpigot/]: [ForcePack] [ForcePack] Enabled!
[23Jul2024 16:57:07.896] [Server thread/INFO] [com.earth2me.essentials.Essentials/]: [Essentials] Enabling Essentials v2.20.1
[23Jul2024 16:57:07.967] [Server thread/ERROR] [Essentials/]: You are running a server that does not properly support Bukkit plugins. Bukkit plugins should not be used with Forge/Fabric mods! For Forge: Consider using ForgeEssentials, or SpongeForge + Nucleus.
[23Jul2024 16:57:07.967] [Server thread/INFO] [Essentials/]: Status determining class: net.minecraftforge.common.MinecraftForge
[23Jul2024 16:57:08.346] [Server thread/INFO] [Essentials/]: Attempting to convert old kits in config.yml to new kits.yml
[23Jul2024 16:57:08.346] [Server thread/INFO] [Essentials/]: No kits found to migrate.
[23Jul2024 16:57:08.589] [Server thread/INFO] [Essentials/]: Loaded 39094 items from items.json.
[23Jul2024 16:57:08.595] [Server thread/INFO] [Essentials/]: Using locale en
[23Jul2024 16:57:08.676] [Server thread/INFO] [Essentials/]: ServerListPingEvent: Spigot iterator API
[23Jul2024 16:57:08.736] [Server thread/INFO] [Essentials/]: Starting Metrics. Opt-out using the global bStats config.
[23Jul2024 16:57:08.737] [Server thread/INFO] [net.milkbowl.vault.Vault/]: [Vault] [Economy] Essentials Economy hooked.
[23Jul2024 16:57:08.746] [Server thread/INFO] [Essentials/]: Using Vault based permissions (LuckPerms)
[23Jul2024 16:57:08.747] [Server thread/INFO] [com.earth2me.essentials.chat.EssentialsChat/]: [EssentialsChat] Enabling EssentialsChat v2.20.1
[23Jul2024 16:57:08.762] [Server thread/INFO] [EssentialsChat/]: Starting Metrics. Opt-out using the global bStats config.
[23Jul2024 16:57:08.763] [Server thread/INFO] [me.tajam.jext.Jext/]: [JukeboxExtended] Enabling JukeboxExtended v1.2.0
[23Jul2024 16:57:08.775] [Server thread/INFO] [/]: [Jext] Loaded 2 disc(s).
[23Jul2024 16:57:08.824] [Server thread/INFO] [/]: [Jext] Enabled Jukebox Extender, Do Re Mi!
[23Jul2024 16:57:08.825] [Server thread/INFO] [com.onarandombox.MultiversePortals.MultiversePortals/]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.3
[23Jul2024 16:57:08.851] [Server thread/INFO] [Minecraft/]: [Multiverse-Portals] 0 - Portals(s) loaded
[23Jul2024 16:57:08.873] [Server thread/INFO] [com.onarandombox.MultiversePortals.MultiversePortals/]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
[23Jul2024 16:57:08.874] [Server thread/INFO] [Minecraft/]: [Multiverse-Portals 4.2.3]  Enabled - By Rigby and fernferret
[23Jul2024 16:57:08.876] [Server thread/INFO] [net.minecrell.serverlistplus.bukkit.BukkitPlugin/]: [ServerListPlus] Enabling ServerListPlus v3.5.0
[23Jul2024 16:57:09.032] [Server thread/INFO] [net.minecrell.serverlistplus.bukkit.BukkitPlugin/]: [ServerListPlus] [Core] Reloading configuration...
[23Jul2024 16:57:09.080] [Server thread/INFO] [net.minecrell.serverlistplus.bukkit.BukkitPlugin/]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
[23Jul2024 16:57:09.082] [Server thread/INFO] [net.minecrell.serverlistplus.bukkit.BukkitPlugin/]: [ServerListPlus] [Core] Loaded configuration: PluginConf
[23Jul2024 16:57:09.082] [Server thread/INFO] [net.minecrell.serverlistplus.bukkit.BukkitPlugin/]: [ServerListPlus] [Core] Loaded configuration: BukkitConf
[23Jul2024 16:57:09.105] [Server thread/INFO] [net.minecrell.serverlistplus.bukkit.BukkitPlugin/]: [ServerListPlus] Using ProtocolLib for full functionality. Alternatively, consider using Paper which supports full functionality without ProtocolLib
[23Jul2024 16:57:09.110] [Server thread/INFO] [net.minecrell.serverlistplus.bukkit.BukkitPlugin/]: [ServerListPlus] [Core] Reloading saved player identities...
[23Jul2024 16:57:09.113] [Server thread/INFO] [net.minecrell.serverlistplus.bukkit.BukkitPlugin/]: [ServerListPlus] Successfully loaded!
[23Jul2024 16:57:09.115] [Server thread/INFO] [net.minecrell.serverlistplus.bukkit.BukkitPlugin/]: [ServerListPlus] ServerListPlus v3.5.0 enabled.
[23Jul2024 16:57:09.116] [Server thread/INFO] [com.earth2me.essentials.spawn.EssentialsSpawn/]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.1
[23Jul2024 16:57:09.125] [Server thread/INFO] [EssentialsSpawn/]: Starting Metrics. Opt-out using the global bStats config.
[23Jul2024 16:57:09.126] [Server thread/INFO] [com.sk89q.worldguard.bukkit.WorldGuardPlugin/]: [WorldGuard] Enabling WorldGuard v7.0.9+5934e49
[23Jul2024 16:57:09.323] [Server thread/INFO] [com.sk89q.worldguard.config.WorldConfiguration/]: [WorldGuard] (world) TNT ignition is PERMITTED.
[23Jul2024 16:57:09.323] [Server thread/INFO] [com.sk89q.worldguard.config.WorldConfiguration/]: [WorldGuard] (world) Lighters are PERMITTED.
[23Jul2024 16:57:09.324] [Server thread/INFO] [com.sk89q.worldguard.config.WorldConfiguration/]: [WorldGuard] (world) Lava fire is PERMITTED.
[23Jul2024 16:57:09.324] [Server thread/INFO] [com.sk89q.worldguard.config.WorldConfiguration/]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[23Jul2024 16:57:09.325] [Server thread/INFO] [com.sk89q.worldguard.config.WorldConfiguration/]: [WorldGuard] Loaded configuration for world 'world'
[23Jul2024 16:57:09.326] [Server thread/INFO] [com.sk89q.worldguard.config.WorldConfiguration/]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[23Jul2024 16:57:09.326] [Server thread/INFO] [com.sk89q.worldguard.config.WorldConfiguration/]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[23Jul2024 16:57:09.326] [Server thread/INFO] [com.sk89q.worldguard.config.WorldConfiguration/]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[23Jul2024 16:57:09.326] [Server thread/INFO] [com.sk89q.worldguard.config.WorldConfiguration/]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[23Jul2024 16:57:09.327] [Server thread/INFO] [com.sk89q.worldguard.config.WorldConfiguration/]: [WorldGuard] Loaded configuration for world 'world_the_end'
[23Jul2024 16:57:09.329] [Server thread/INFO] [com.sk89q.worldguard.config.WorldConfiguration/]: [WorldGuard] (world_deeperdarker_otherside) TNT ignition is PERMITTED.
[23Jul2024 16:57:09.330] [Server thread/INFO] [com.sk89q.worldguard.config.WorldConfiguration/]: [WorldGuard] (world_deeperdarker_otherside) Lighters are PERMITTED.
[23Jul2024 16:57:09.330] [Server thread/INFO] [com.sk89q.worldguard.config.WorldConfiguration/]: [WorldGuard] (world_deeperdarker_otherside) Lava fire is PERMITTED.
[23Jul2024 16:57:09.330] [Server thread/INFO] [com.sk89q.worldguard.config.WorldConfiguration/]: [WorldGuard] (world_deeperdarker_otherside) Fire spread is UNRESTRICTED.
[23Jul2024 16:57:09.334] [Server thread/INFO] [com.sk89q.worldguard.config.WorldConfiguration/]: [WorldGuard] Loaded configuration for world 'world_deeperdarker_otherside'
[23Jul2024 16:57:09.354] [Server thread/INFO] [com.sk89q.worldguard.WorldGuard/]: [WorldGuard] Loading region data...
[23Jul2024 16:57:09.449] [Server thread/WARN] [com.sk89q.worldguard.bukkit.WorldGuardPlugin/]: [WorldGuard] Loaded class javax.annotation.Nullable from AuthMe v5.6.0-FORK-b50 which is not a depend or softdepend of this plugin.
[23Jul2024 16:57:09.545] [Server thread/INFO] [net.citizensnpcs.Citizens/]: [Citizens] Enabling Citizens v2.0.35-SNAPSHOT (build 3479)
[23Jul2024 16:57:09.628] [Server thread/INFO] [net.citizensnpcs.Citizens/]: [Citizens] Loading external libraries
[23Jul2024 16:57:09.815] [Server thread/ERROR] [Minecraft/]: [Citizens] v2.0.35-SNAPSHOT (build 3479) is not compatible with Minecraft v1_20_R1 - try upgrading Minecraft or Citizens. Disabling...
[23Jul2024 16:57:09.815] [Server thread/INFO] [net.citizensnpcs.Citizens/]: [Citizens] Disabling Citizens v2.0.35-SNAPSHOT (build 3479)
[23Jul2024 16:57:09.822] [Server thread/INFO] [hu.montlikadani.tablist.TabList/]: [TabList] Enabling TabList v5.7.5
[23Jul2024 16:57:09.971] [Server thread/INFO] [Minecraft/]: [TabList] Hooked PlaceholderAPI version: 2.11.6
[23Jul2024 16:57:10.001] [Server thread/INFO] [Minecraft/]: [TabList] v5.7.5 on v1_20_1 (178ms)
[23Jul2024 16:57:10.004] [Server thread/INFO] [com.github.kevindagame.voxelsniper.SpigotVoxelSniper/]: [VoxelSniper] Enabling VoxelSniper v8.13.0
[23Jul2024 16:57:10.107] [ForkJoinPool.commonPool-worker-4/INFO] [hu.montlikadani.tablist.TabList/]: [TabList] -------------
[23Jul2024 16:57:10.108] [ForkJoinPool.commonPool-worker-4/INFO] [hu.montlikadani.tablist.TabList/]: [TabList] New update is available for TabList
[23Jul2024 16:57:10.108] [ForkJoinPool.commonPool-worker-4/INFO] [hu.montlikadani.tablist.TabList/]: [TabList] Your version: 5.7.5, New version 5.7.6
[23Jul2024 16:57:10.108] [ForkJoinPool.commonPool-worker-4/INFO] [hu.montlikadani.tablist.TabList/]: [TabList] Download: https://www.spigotmc.org/resources/46229/
[23Jul2024 16:57:10.108] [ForkJoinPool.commonPool-worker-4/INFO] [hu.montlikadani.tablist.TabList/]: [TabList] 
[23Jul2024 16:57:10.109] [ForkJoinPool.commonPool-worker-4/INFO] [hu.montlikadani.tablist.TabList/]: [TabList] Always consider upgrading to the latest version, which may include fixes.
[23Jul2024 16:57:10.109] [ForkJoinPool.commonPool-worker-4/INFO] [hu.montlikadani.tablist.TabList/]: [TabList] 
[23Jul2024 16:57:10.109] [ForkJoinPool.commonPool-worker-4/INFO] [hu.montlikadani.tablist.TabList/]: [TabList] To disable update checking, go to the config file
[23Jul2024 16:57:10.109] [ForkJoinPool.commonPool-worker-4/INFO] [hu.montlikadani.tablist.TabList/]: [TabList] -------------
[23Jul2024 16:57:10.802] [Server thread/INFO] [com.github.kevindagame.voxelsniper.SpigotVoxelSniper/]: [VoxelSniper] Registered 70 Sniper Brushes with 136 handles.
[23Jul2024 16:57:10.822] [Server thread/INFO] [com.github.kevindagame.voxelsniper.SpigotVoxelSniper/]: [VoxelSniper] Registered Sniper Listener.
[23Jul2024 16:57:11.061] [Thread-18/INFO] [Minecraft/]: Checking for updates...
[23Jul2024 16:57:11.066] [Server thread/INFO] [fr.xephi.authme.AuthMe/]: [AuthMe] Enabling AuthMe v5.6.0-FORK-b50
[23Jul2024 16:57:11.138] [Server thread/INFO] [fr.xephi.authme.AuthMe/]: [AuthMe] You are running an unofficial fork version of AuthMe!
[23Jul2024 16:57:11.449] [Server thread/INFO] [fr.xephi.authme.AuthMe/]: [AuthMe] SQLite Setup finished
[23Jul2024 16:57:11.587] [Server thread/INFO] [fr.xephi.authme.AuthMe/]: [AuthMe] Hooked into LuckPerms!
[23Jul2024 16:57:11.753] [Server thread/INFO] [fr.xephi.authme.AuthMe/]: [AuthMe] Hooked successfully into Essentials
[23Jul2024 16:57:11.753] [Server thread/INFO] [fr.xephi.authme.AuthMe/]: [AuthMe] Hooked successfully into Multiverse-Core
[23Jul2024 16:57:12.168] [Server thread/INFO] [fr.xephi.authme.AuthMe/]: [AuthMe] 
    ___         __  __    __  ___   
   /   | __  __/ /_/ /_  /  |/  /__ 
  / /| |/ / / / __/ __ \/ /|_/ / _ \
 / ___ / /_/ / /_/ / / / /  / /  __/
/_/  |_\__,_/\__/_/ /_/_/  /_/\___/ 
                                    
[23Jul2024 16:57:12.170] [Server thread/INFO] [fr.xephi.authme.AuthMe/]: [AuthMe] AuthMeReReloaded is running on Spigot
[23Jul2024 16:57:12.171] [Server thread/INFO] [fr.xephi.authme.AuthMe/]: [AuthMe] AuthMeReReloaded is enabled successfully!
[23Jul2024 16:57:12.171] [Server thread/INFO] [fr.xephi.authme.AuthMe/]: [AuthMe] GitHub: https://github.com/HaHaWTH/AuthMeReReloaded/
[23Jul2024 16:57:12.171] [Server thread/INFO] [fr.xephi.authme.AuthMe/]: [AuthMe] Checking for updates...
[23Jul2024 16:57:12.177] [Server thread/INFO] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] Enabling BeautyQuests v1.0.3
[23Jul2024 16:57:12.177] [Server thread/INFO] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] ------------ BeautyQuests ------------
[23Jul2024 16:57:12.178] [Server thread/WARN] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] You are not running the Paper software.
It is highly recommended to use it for extended features and more stability.
[23Jul2024 16:57:12.210] [Server thread/INFO] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] Loaded valid Minecraft version 1_20_R1.
[23Jul2024 16:57:12.351] [Server thread/INFO] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] Loaded language en_US (0.034s)!
[23Jul2024 16:57:12.373] [Server thread/WARN] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] Loading of start particles failed: Invalid particle, color or shape.
java.lang.IllegalArgumentException: No enum constant org.bukkit.Particle.DUST
    at java.lang.Enum.valueOf(Enum.java:273) ~[?:?]
    at org.bukkit.Particle.valueOf(Particle.java:9) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at fr.skytasul.quests.utils.ParticleEffect.deserialize(ParticleEffect.java:129) ~[?:?]
    at fr.skytasul.quests.QuestsConfigurationImplementation.loadParticles(QuestsConfigurationImplementation.java:166) ~[?:?]
    at fr.skytasul.quests.QuestsConfigurationImplementation.init(QuestsConfigurationImplementation.java:114) ~[?:?]
    at fr.skytasul.quests.BeautyQuests.loadConfigParameters(BeautyQuests.java:384) ~[?:?]
    at fr.skytasul.quests.BeautyQuests.onEnable(BeautyQuests.java:150) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:442) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:481) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:460) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:373) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at net.minecraft.server.MinecraftServer.m_129815_(MinecraftServer.java:613) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_130006_(MinecraftServer.java:397) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.dedicated.DedicatedServer.m_7038_(DedicatedServer.java:250) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:969) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:285) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at java.lang.Thread.run(Thread.java:833) [?:?]
[23Jul2024 16:57:12.374] [Server thread/INFO] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] Loaded start particles: REDSTONE in shape POINT with color R255 G255 B0
[23Jul2024 16:57:12.374] [Server thread/WARN] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] Loading of talk particles failed: Invalid particle, color or shape.
java.lang.IllegalArgumentException: No enum constant org.bukkit.Particle.HAPPY_VILLAGER
    at java.lang.Enum.valueOf(Enum.java:273) ~[?:?]
    at org.bukkit.Particle.valueOf(Particle.java:9) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at fr.skytasul.quests.utils.ParticleEffect.deserialize(ParticleEffect.java:129) ~[?:?]
    at fr.skytasul.quests.QuestsConfigurationImplementation.loadParticles(QuestsConfigurationImplementation.java:166) ~[?:?]
    at fr.skytasul.quests.QuestsConfigurationImplementation.init(QuestsConfigurationImplementation.java:116) ~[?:?]
    at fr.skytasul.quests.BeautyQuests.loadConfigParameters(BeautyQuests.java:384) ~[?:?]
    at fr.skytasul.quests.BeautyQuests.onEnable(BeautyQuests.java:150) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:442) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:481) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:460) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:373) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at net.minecraft.server.MinecraftServer.m_129815_(MinecraftServer.java:613) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_130006_(MinecraftServer.java:397) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.dedicated.DedicatedServer.m_7038_(DedicatedServer.java:250) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:969) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:285) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at java.lang.Thread.run(Thread.java:833) [?:?]
[23Jul2024 16:57:12.374] [Server thread/INFO] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] Loaded talk particles: VILLAGER_HAPPY in shape BAR
[23Jul2024 16:57:12.375] [Server thread/WARN] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] Loading of next particles failed: Invalid particle, color or shape.
java.lang.IllegalArgumentException: No enum constant org.bukkit.Particle.SMOKE
    at java.lang.Enum.valueOf(Enum.java:273) ~[?:?]
    at org.bukkit.Particle.valueOf(Particle.java:9) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at fr.skytasul.quests.utils.ParticleEffect.deserialize(ParticleEffect.java:129) ~[?:?]
    at fr.skytasul.quests.QuestsConfigurationImplementation.loadParticles(QuestsConfigurationImplementation.java:166) ~[?:?]
    at fr.skytasul.quests.QuestsConfigurationImplementation.init(QuestsConfigurationImplementation.java:119) ~[?:?]
    at fr.skytasul.quests.BeautyQuests.loadConfigParameters(BeautyQuests.java:384) ~[?:?]
    at fr.skytasul.quests.BeautyQuests.onEnable(BeautyQuests.java:150) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:442) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:481) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:460) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:373) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at net.minecraft.server.MinecraftServer.m_129815_(MinecraftServer.java:613) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_130006_(MinecraftServer.java:397) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.dedicated.DedicatedServer.m_7038_(DedicatedServer.java:250) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:969) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:285) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at java.lang.Thread.run(Thread.java:833) [?:?]
[23Jul2024 16:57:12.375] [Server thread/INFO] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] Loaded next particles: SMOKE_NORMAL in shape SPOT
[23Jul2024 16:57:12.823] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin/]: [PlaceholderAPI] Successfully registered internal expansion: beautyquests [1.0.3]
[23Jul2024 16:57:12.824] [Server thread/INFO] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] Placeholders registered !
[23Jul2024 16:57:12.852] [Server thread/INFO] [com.sk89q.worldguard.WorldGuard/]: [WorldGuard] Registering session handler fr.skytasul.quests.integrations.worldguard.WorldGuardEntryHandler
[23Jul2024 16:57:12.894] [Server thread/INFO] [dev.espi.protectionstones.ProtectionStones/]: [ProtectionStones] Enabling ProtectionStones v2.10.4
[23Jul2024 16:57:12.898] [Server thread/INFO] [com.sk89q.worldguard.WorldGuard/]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.GreetingFlagHandler
[23Jul2024 16:57:12.899] [Server thread/INFO] [com.sk89q.worldguard.WorldGuard/]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.FarewellFlagHandler
[23Jul2024 16:57:12.963] [Server thread/INFO] [dev.espi.protectionstones.ProtectionStones/]: [ProtectionStones] PlaceholderAPI support enabled!
[23Jul2024 16:57:12.964] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin/]: [PlaceholderAPI] Successfully registered internal expansion: protectionstones [2.10.4]
[23Jul2024 16:57:12.964] [Server thread/INFO] [dev.espi.protectionstones.ProtectionStones/]: [ProtectionStones] LuckPerms support enabled!
[23Jul2024 16:57:13.008] [Server thread/INFO] [dev.espi.protectionstones.ProtectionStones/]: [ProtectionStones] Protection Stone Blocks:
[23Jul2024 16:57:13.012] [Server thread/INFO] [dev.espi.protectionstones.ProtectionStones/]: [ProtectionStones] - EMERALD_ORE (64)
[23Jul2024 16:57:13.236] [Server thread/INFO] [dev.espi.protectionstones.ProtectionStones/]: [ProtectionStones] Building region cache...
[23Jul2024 16:57:13.236] [Server thread/INFO] [dev.espi.protectionstones.ProtectionStones/]: [ProtectionStones] Building UUID cache... (if slow change async-load-uuid-cache in the config to true)
[23Jul2024 16:57:13.241] [Server thread/INFO] [dev.espi.protectionstones.ProtectionStones/]: [ProtectionStones] Checking if PS regions have been updated to UUIDs...
[23Jul2024 16:57:13.241] [Server thread/INFO] [dev.espi.protectionstones.ProtectionStones/]: [ProtectionStones] ProtectionStones has successfully started!
[23Jul2024 16:57:13.307] [Server thread/INFO] [Minecraft/]: Server permissions file permissions.yml is empty, ignoring it
[23Jul2024 16:57:13.365] [Server thread/INFO] [me.clip.placeholderapi.PlaceholderAPIPlugin/]: [PlaceholderAPI] Placeholder expansion registration initializing...
[23Jul2024 16:57:13.367] [Server thread/INFO] [/]: 0 placeholder hook(s) registered!
[23Jul2024 16:57:13.368] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Done (18.939s)! For help, type "help"
[23Jul2024 16:57:13.395] [Server thread/INFO] [net.minecraftforge.server.permission.PermissionAPI/]: Successfully initialized permission handler forge:default_handler
[23Jul2024 16:57:13.395] [Server thread/INFO] [org.magmafoundation.magma.Magma/]: Forwarding forge permission[magma:permission] to bukkit
[23Jul2024 16:57:13.398] [Server thread/WARN] [voicechat/]: [voicechat] Running in offline mode - Voice chat encryption is not secure!
[23Jul2024 16:57:13.418] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Voice chat server started at port 24454
[23Jul2024 16:57:13.479] [Server thread/WARN] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [FastAsyncWorldEdit] Loaded class com.sk89q.worldguard.protection.association.RegionAssociable from WorldGuard v7.0.9+5934e49 which is not a depend or softdepend of this plugin.
[23Jul2024 16:57:13.480] [Server thread/INFO] [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature/]: Plugin 'WorldGuard' found. Using it now.
[23Jul2024 16:57:13.480] [Server thread/INFO] [com.fastasyncworldedit.bukkit.FaweBukkit/]: Attempting to use plugin 'WorldGuard'
[23Jul2024 16:57:13.489] [Craft Scheduler Thread - 2/INFO] [/]: [SkinsRestorer] ----------------------------------------------
[23Jul2024 16:57:13.489] [Craft Scheduler Thread - 2/INFO] [/]: [SkinsRestorer]     +==================+
[23Jul2024 16:57:13.489] [Craft Scheduler Thread - 2/INFO] [/]: [SkinsRestorer]     |   SkinsRestorer  |
[23Jul2024 16:57:13.489] [Craft Scheduler Thread - 2/INFO] [/]: [SkinsRestorer]     |------------------|
[23Jul2024 16:57:13.489] [Craft Scheduler Thread - 2/INFO] [/]: [SkinsRestorer]     |  Standalone Mode |
[23Jul2024 16:57:13.490] [Craft Scheduler Thread - 2/INFO] [/]: [SkinsRestorer]     +==================+
[23Jul2024 16:57:13.490] [Craft Scheduler Thread - 2/INFO] [/]: [SkinsRestorer] ----------------------------------------------
[23Jul2024 16:57:13.490] [Craft Scheduler Thread - 2/INFO] [/]: [SkinsRestorer]     Version: 15.3.1
[23Jul2024 16:57:13.490] [Craft Scheduler Thread - 2/INFO] [/]: [SkinsRestorer]     Commit: 83dff56
[23Jul2024 16:57:13.490] [Craft Scheduler Thread - 2/INFO] [/]: [SkinsRestorer]     This is the latest version!
[23Jul2024 16:57:13.491] [Craft Scheduler Thread - 2/INFO] [/]: [SkinsRestorer] ----------------------------------------------
[23Jul2024 16:57:13.517] [Server thread/INFO] [Essentials/]: Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[23Jul2024 16:57:13.518] [Craft Scheduler Thread - 0/INFO] [Essentials/]: Fetching version information...
[23Jul2024 16:57:13.563] [Server thread/INFO] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] 0 quests loaded (0.04s)!
[23Jul2024 16:57:13.584] [Server thread/INFO] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] Periodic saves task started (18000 ticks). Task ID: 44
[23Jul2024 16:57:13.592] [Craft Scheduler Thread - 4/INFO] [net.milkbowl.vault.Vault/]: [Vault] Checking for Updates ... 
[23Jul2024 16:57:13.602] [Craft Scheduler Thread - 6/WARN] [fr.xephi.authme.AuthMe/]: [AuthMe] New version available! Latest:b52 Current:b50
[23Jul2024 16:57:13.602] [Craft Scheduler Thread - 6/WARN] [fr.xephi.authme.AuthMe/]: [AuthMe] Download from here: https://github.com/HaHaWTH/AuthMeReReloaded/releases/latest
[23Jul2024 16:57:13.614] [Craft Scheduler Thread - 4/INFO] [net.milkbowl.vault.Vault/]: [Vault] No new version available
[23Jul2024 16:57:13.693] [Netty Server IO #2/WARN] [com.comphenix.protocol.ProtocolLib/]: [ProtocolLib] Loaded class net.minecrell.serverlistplus.bukkit.handlers.ProtocolLibHandler$StatusPacketListener from ServerListPlus v3.5.0 which is not a depend or softdepend of this plugin.
[23Jul2024 16:57:13.689] [Netty Server IO #2/ERROR] [Minecraft/]: [ServerListPlus] Unhandled exception occurred in onPacketSending(PacketEvent) for ServerListPlus
java.lang.IllegalStateException: Unable to construct new instance using public net.minecraft.network.protocol.status.ServerStatus(net.minecraft.network.chat.Component,java.util.Optional,java.util.Optional,java.util.Optional,boolean,java.util.Optional)
    at com.comphenix.protocol.reflect.accessors.DefaultConstrutorAccessor.invoke(DefaultConstrutorAccessor.java:21) ~[ProtocolLib.jar:?]
    at com.comphenix.protocol.wrappers.ping.ServerPingRecord.getHandle(ServerPingRecord.java:330) ~[ProtocolLib.jar:?]
    at com.comphenix.protocol.wrappers.WrappedServerPing.getHandle(WrappedServerPing.java:319) ~[ProtocolLib.jar:?]
    at com.comphenix.protocol.wrappers.Converters$3.getGeneric(Converters.java:108) ~[ProtocolLib.jar:?]
    at com.comphenix.protocol.wrappers.Converters$1.getGeneric(Converters.java:55) ~[ProtocolLib.jar:?]
    at com.comphenix.protocol.reflect.StructureModifier.writeInternal(StructureModifier.java:357) ~[ProtocolLib.jar:?]
    at com.comphenix.protocol.reflect.StructureModifier.write(StructureModifier.java:321) ~[ProtocolLib.jar:?]
    at net.minecrell.serverlistplus.bukkit.handlers.ProtocolLibHandler$StatusPacketListener.onPacketSending(ProtocolLibHandler.java:141) ~[ServerListPlus-3.5.0-Universal.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:219) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokeUnpackedPacketSending(SortedPacketListenerList.java:204) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:139) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.PacketFilterManager.postPacketToListeners(PacketFilterManager.java:553) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:526) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.netty.manager.NetworkManagerInjector.onPacketSending(NetworkManagerInjector.java:100) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.netty.channel.NettyChannelInjector.processOutbound(NettyChannelInjector.java:553) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.processPacketOutbound(NettyChannelProxy.java:266) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:223) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:233) [ProtocolLib.jar:?]
    at net.minecraft.network.Connection.m_243087_(Connection.java:234) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.Connection.m_129520_(Connection.java:220) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.Connection.m_243124_(Connection.java:199) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.Connection.m_129512_(Connection.java:193) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.network.ServerStatusPacketListenerImpl.m_6733_(ServerStatusPacketListenerImpl.java:144) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.protocol.status.ServerboundStatusRequestPacket.m_5797_(ServerboundStatusRequestPacket.java:19) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.protocol.status.ServerboundStatusRequestPacket.m_5797_(ServerboundStatusRequestPacket.java:6) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.Connection.m_129517_(Connection.java:184) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.Connection.channelRead0(Connection.java:169) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.Connection.channelRead0(Connection.java:50) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.1.82.Final.jar%2354!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at com.comphenix.protocol.injector.netty.channel.InboundPacketInterceptor.channelRead(InboundPacketInterceptor.java:28) [ProtocolLib.jar:?]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:336) [netty-codec-4.1.82.Final.jar%2354!/:4.1.82.Final]
    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:308) [netty-codec-4.1.82.Final.jar%2354!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.1.82.Final.jar%2354!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:336) [netty-codec-4.1.82.Final.jar%2354!/:4.1.82.Final]
    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:308) [netty-codec-4.1.82.Final.jar%2354!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at net.minecraft.server.network.LegacyQueryHandler.channelRead(LegacyQueryHandler.java:84) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) [netty-handler-4.1.82.Final.jar%2356!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) [netty-common-4.1.82.Final.jar%2355!/:4.1.82.Final]
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [netty-common-4.1.82.Final.jar%2355!/:4.1.82.Final]
    at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.lang.IllegalArgumentException: array is not of length 6
    at java.lang.invoke.MethodHandleStatics.newIllegalArgumentException(MethodHandleStatics.java:169) ~[?:?]
    at java.lang.invoke.MethodHandleImpl.checkSpreadArgument(MethodHandleImpl.java:588) ~[?:?]
    at com.comphenix.protocol.reflect.accessors.DefaultConstrutorAccessor.invoke(DefaultConstrutorAccessor.java:19) ~[ProtocolLib.jar:?]
    ... 74 more
[23Jul2024 16:57:13.710] [Netty Server IO #1/ERROR] [Minecraft/]: [ServerListPlus] Unhandled exception occurred in onPacketSending(PacketEvent) for ServerListPlus
java.lang.IllegalStateException: Unable to construct new instance using public net.minecraft.network.protocol.status.ServerStatus(net.minecraft.network.chat.Component,java.util.Optional,java.util.Optional,java.util.Optional,boolean,java.util.Optional)
    at com.comphenix.protocol.reflect.accessors.DefaultConstrutorAccessor.invoke(DefaultConstrutorAccessor.java:21) ~[ProtocolLib.jar:?]
    at com.comphenix.protocol.wrappers.ping.ServerPingRecord.getHandle(ServerPingRecord.java:330) ~[ProtocolLib.jar:?]
    at com.comphenix.protocol.wrappers.WrappedServerPing.getHandle(WrappedServerPing.java:319) ~[ProtocolLib.jar:?]
    at com.comphenix.protocol.wrappers.Converters$3.getGeneric(Converters.java:108) ~[ProtocolLib.jar:?]
    at com.comphenix.protocol.wrappers.Converters$1.getGeneric(Converters.java:55) ~[ProtocolLib.jar:?]
    at com.comphenix.protocol.reflect.StructureModifier.writeInternal(StructureModifier.java:357) ~[ProtocolLib.jar:?]
    at com.comphenix.protocol.reflect.StructureModifier.write(StructureModifier.java:321) ~[ProtocolLib.jar:?]
    at net.minecrell.serverlistplus.bukkit.handlers.ProtocolLibHandler$StatusPacketListener.onPacketSending(ProtocolLibHandler.java:141) ~[ServerListPlus-3.5.0-Universal.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:219) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokeUnpackedPacketSending(SortedPacketListenerList.java:204) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:139) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.PacketFilterManager.postPacketToListeners(PacketFilterManager.java:553) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:526) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.netty.manager.NetworkManagerInjector.onPacketSending(NetworkManagerInjector.java:100) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.netty.channel.NettyChannelInjector.processOutbound(NettyChannelInjector.java:553) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.processPacketOutbound(NettyChannelProxy.java:266) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:223) [ProtocolLib.jar:?]
    at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:233) [ProtocolLib.jar:?]
    at net.minecraft.network.Connection.m_243087_(Connection.java:234) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.Connection.m_129520_(Connection.java:220) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.Connection.m_243124_(Connection.java:199) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.Connection.m_129512_(Connection.java:193) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.network.ServerStatusPacketListenerImpl.m_6733_(ServerStatusPacketListenerImpl.java:144) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.protocol.status.ServerboundStatusRequestPacket.m_5797_(ServerboundStatusRequestPacket.java:19) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.protocol.status.ServerboundStatusRequestPacket.m_5797_(ServerboundStatusRequestPacket.java:6) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.Connection.m_129517_(Connection.java:184) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.Connection.channelRead0(Connection.java:169) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.Connection.channelRead0(Connection.java:50) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.1.82.Final.jar%2354!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at com.comphenix.protocol.injector.netty.channel.InboundPacketInterceptor.channelRead(InboundPacketInterceptor.java:28) [ProtocolLib.jar:?]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:336) [netty-codec-4.1.82.Final.jar%2354!/:4.1.82.Final]
    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:308) [netty-codec-4.1.82.Final.jar%2354!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.1.82.Final.jar%2354!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:336) [netty-codec-4.1.82.Final.jar%2354!/:4.1.82.Final]
    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:308) [netty-codec-4.1.82.Final.jar%2354!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at net.minecraft.server.network.LegacyQueryHandler.channelRead(LegacyQueryHandler.java:84) [server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) [netty-handler-4.1.82.Final.jar%2356!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) [netty-transport-4.1.82.Final.jar%2358!/:4.1.82.Final]
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) [netty-common-4.1.82.Final.jar%2355!/:4.1.82.Final]
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [netty-common-4.1.82.Final.jar%2355!/:4.1.82.Final]
    at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.lang.IllegalArgumentException: array is not of length 6
    at java.lang.invoke.MethodHandleStatics.newIllegalArgumentException(MethodHandleStatics.java:169) ~[?:?]
    at java.lang.invoke.MethodHandleImpl.checkSpreadArgument(MethodHandleImpl.java:588) ~[?:?]
    at com.comphenix.protocol.reflect.accessors.DefaultConstrutorAccessor.invoke(DefaultConstrutorAccessor.java:19) ~[ProtocolLib.jar:?]
    ... 74 more
[23Jul2024 16:57:13.718] [Server thread/INFO] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] You are using the latest version of BeautyQuests.
[23Jul2024 16:57:13.724] [Netty Server IO #1/ERROR] [Minecraft/]: Parameters: 
  net.minecraft.network.protocol.status.ClientboundStatusResponsePacket@2723b110[
    f_134886_=ServerStatus[description=empty[siblings=[literal{.              }, literal{|}[style={color=white,!bold,!italic,!underlined,!strikethrough,obfuscated}], literal{ }[style={!bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{M}[style={color=#F3904F,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{O}[style={color=#E78B51,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{L}[style={color=#DA8654,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{C}[style={color=#CE8156,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{R}[style={color=#C27B58,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{A}[style={color=#B6765A,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{F}[style={color=#A9715D,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{T }[style={color=#9D6C5F,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{F}[style={color=#856263,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{O}[style={color=#785D66,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{L}[style={color=#6C5868,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{L}[style={color=#60526A,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{O}[style={color=#544D6C,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{W}[style={color=#47486F,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{ER }[style={color=#3B4371,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{|}[style={color=white,!bold,!italic,!underlined,!strikethrough,obfuscated}], literal{  
        }[style={!bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{Twitch: }[style={color=light_purple,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{https://www.twitch.tv/el_ned__}[style={color=aqua,!bold,!italic,!underlined,!strikethrough,!obfuscated,clickEvent=ClickEvent{action=OPEN_URL, value='https://www.twitch.tv/el_ned__'}}], literal{}[style={color=aqua,!bold,!italic,!underlined,!strikethrough,!obfuscated}]]], players=Optional[Players[max=100, online=0, sample=[]]], version=Optional[Version[name=Magma 1.20.1, protocol=763]], favicon=Optional[Favicon[iconBytes=[B@5f5036]], enforcesSecureChat=false, forgeData=Optional[ServerStatusPing[channels={kiwi:main=ChannelData[res=kiwi:main, version=1, required=false], architectury:network=ChannelData[res=architectury:network, version=1, required=true], voicechat:secret=ChannelData[res=voicechat:secret, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], voicechat:leave_group=ChannelData[res=voicechat:leave_group, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], voicechat:create_group=ChannelData[res=voicechat:create_group, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], jei:channel=ChannelData[res=jei:channel, version=1.0.0, required=true], minecraft:unregister=ChannelData[res=minecraft:unregister, version=FML3, required=true], puzzleslib:1=ChannelData[res=puzzleslib:1, version=1, required=true], framework:play=ChannelData[res=framework:play, version=1, required=false], voicechat:set_group=ChannelData[res=voicechat:set_group, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], voicechat:joined_group=ChannelData[res=voicechat:joined_group, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], curios:main=ChannelData[res=curios:main, version=1, required=false], do_a_barrel_roll:handshake=ChannelData[res=do_a_barrel_roll:handshake, version=, required=true], voicechat:update_state=ChannelData[res=voicechat:update_state, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], voicechat:player_states=ChannelData[res=voicechat:player_states, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], framework:handshake=ChannelData[res=framework:handshake, version=1, required=false], voicechat:add_group=ChannelData[res=voicechat:add_group, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], forge:tier_sorting=ChannelData[res=forge:tier_sorting, version=1.0, required=false], voicechat:player_state=ChannelData[res=voicechat:player_state, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], do_a_barrel_roll:server_config_update=ChannelData[res=do_a_barrel_roll:server_config_update, version=, required=true], wardrobe:wardrobe=ChannelData[res=wardrobe:wardrobe, version=1, required=false], voicechat:request_secret=ChannelData[res=voicechat:request_secret, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], voicechat:remove_category=ChannelData[res=voicechat:remove_category, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], voicechat:remove_group=ChannelData[res=voicechat:remove_group, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], voicechat:add_category=ChannelData[res=voicechat:add_category, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], xaeroworldmap:main=ChannelData[res=xaeroworldmap:main, version=1.0, required=true], minecraft:register=ChannelData[res=minecraft:register, version=FML3, required=true], forge:split=ChannelData[res=forge:split, version=1.1, required=true], backpacked:play=ChannelData[res=backpacked:play, version=1, required=false], geckolib:main=ChannelData[res=geckolib:main, version=1, required=false], moonlight:channel=ChannelData[res=moonlight:channel, version=0, required=false], do_a_barrel_roll:player_roll=ChannelData[res=do_a_barrel_roll:player_roll, version=, required=true]}, mods={minecraft=1.20.1, kiwi=11.8.14+forge, voicechat=18, terrablender=3.0.1.7, radiantgear=OHNOES😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱, moonlight=1.20-2.12.8, mousetweaks=ANY, morebows=1.0.13, biomesoplenty=18.0.0.598, geckolib=4.4.7, do_a_barrel_roll=3.5.6+1.20.1, jei=15.3.0.8, universalbonemeal=8.0.1, resourcefulconfig=2.1.2, libraryferret=4.0.0, mysticaloaktree=1.20-1.11, incendium=OHNOES😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱, curios=5.9.1+1.20.1, plushies=1.4.0, wardrobe=1.0.3.1, xaeroworldmap=1.38.8, bettervillage=3.1.0, backpacked=3.0.0-beta.4, mixinextras=OHNOES😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱, better_totem_of_undying=1.0.4, resourcefullib=2.1.20, deeperdarker=1.2.1, creeperoverhaul=3.0.2, architectury=9.2.14, mr_limesplatus_ending=OHNOES😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱, ferritecore=OHNOES😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱, visuality=2.0.2, snowrealmagic=10.4.4, puzzleslib=8.1.21, framework=0.7.6, puzzlesaccessapi=, dungeons_arise_seven_seas=1.0.2, forge=ANY}, fmlNetworkVer=3, truncated=false]]]
    cachedStatus=<null>
  ]

[23Jul2024 16:57:13.729] [Netty Server IO #2/ERROR] [Minecraft/]: Parameters: 
  net.minecraft.network.protocol.status.ClientboundStatusResponsePacket@37476b0f[
    f_134886_=ServerStatus[description=empty[siblings=[literal{.              }, literal{|}[style={color=white,!bold,!italic,!underlined,!strikethrough,obfuscated}], literal{ }[style={!bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{M}[style={color=#F3904F,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{O}[style={color=#E78B51,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{L}[style={color=#DA8654,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{C}[style={color=#CE8156,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{R}[style={color=#C27B58,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{A}[style={color=#B6765A,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{F}[style={color=#A9715D,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{T }[style={color=#9D6C5F,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{F}[style={color=#856263,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{O}[style={color=#785D66,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{L}[style={color=#6C5868,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{L}[style={color=#60526A,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{O}[style={color=#544D6C,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{W}[style={color=#47486F,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{ER }[style={color=#3B4371,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{|}[style={color=white,!bold,!italic,!underlined,!strikethrough,obfuscated}], literal{  
        }[style={!bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{Twitch: }[style={color=light_purple,bold,!italic,!underlined,!strikethrough,!obfuscated}], literal{https://www.twitch.tv/el_ned__}[style={color=aqua,!bold,!italic,!underlined,!strikethrough,!obfuscated,clickEvent=ClickEvent{action=OPEN_URL, value='https://www.twitch.tv/el_ned__'}}], literal{}[style={color=aqua,!bold,!italic,!underlined,!strikethrough,!obfuscated}]]], players=Optional[Players[max=100, online=0, sample=[]]], version=Optional[Version[name=Magma 1.20.1, protocol=763]], favicon=Optional[Favicon[iconBytes=[B@5f5036]], enforcesSecureChat=false, forgeData=Optional[ServerStatusPing[channels={kiwi:main=ChannelData[res=kiwi:main, version=1, required=false], architectury:network=ChannelData[res=architectury:network, version=1, required=true], voicechat:secret=ChannelData[res=voicechat:secret, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], voicechat:leave_group=ChannelData[res=voicechat:leave_group, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], voicechat:create_group=ChannelData[res=voicechat:create_group, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], jei:channel=ChannelData[res=jei:channel, version=1.0.0, required=true], minecraft:unregister=ChannelData[res=minecraft:unregister, version=FML3, required=true], puzzleslib:1=ChannelData[res=puzzleslib:1, version=1, required=true], framework:play=ChannelData[res=framework:play, version=1, required=false], voicechat:set_group=ChannelData[res=voicechat:set_group, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], voicechat:joined_group=ChannelData[res=voicechat:joined_group, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], curios:main=ChannelData[res=curios:main, version=1, required=false], do_a_barrel_roll:handshake=ChannelData[res=do_a_barrel_roll:handshake, version=, required=true], voicechat:update_state=ChannelData[res=voicechat:update_state, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], voicechat:player_states=ChannelData[res=voicechat:player_states, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], framework:handshake=ChannelData[res=framework:handshake, version=1, required=false], voicechat:add_group=ChannelData[res=voicechat:add_group, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], forge:tier_sorting=ChannelData[res=forge:tier_sorting, version=1.0, required=false], voicechat:player_state=ChannelData[res=voicechat:player_state, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], do_a_barrel_roll:server_config_update=ChannelData[res=do_a_barrel_roll:server_config_update, version=, required=true], wardrobe:wardrobe=ChannelData[res=wardrobe:wardrobe, version=1, required=false], voicechat:request_secret=ChannelData[res=voicechat:request_secret, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], voicechat:remove_category=ChannelData[res=voicechat:remove_category, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], voicechat:remove_group=ChannelData[res=voicechat:remove_group, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], voicechat:add_category=ChannelData[res=voicechat:add_category, version=ALLOWVANILLA πŸ’“πŸ’“πŸ’“, required=true], xaeroworldmap:main=ChannelData[res=xaeroworldmap:main, version=1.0, required=true], minecraft:register=ChannelData[res=minecraft:register, version=FML3, required=true], forge:split=ChannelData[res=forge:split, version=1.1, required=true], backpacked:play=ChannelData[res=backpacked:play, version=1, required=false], geckolib:main=ChannelData[res=geckolib:main, version=1, required=false], moonlight:channel=ChannelData[res=moonlight:channel, version=0, required=false], do_a_barrel_roll:player_roll=ChannelData[res=do_a_barrel_roll:player_roll, version=, required=true]}, mods={minecraft=1.20.1, kiwi=11.8.14+forge, voicechat=18, terrablender=3.0.1.7, radiantgear=OHNOES😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱, moonlight=1.20-2.12.8, mousetweaks=ANY, morebows=1.0.13, biomesoplenty=18.0.0.598, geckolib=4.4.7, do_a_barrel_roll=3.5.6+1.20.1, jei=15.3.0.8, universalbonemeal=8.0.1, resourcefulconfig=2.1.2, libraryferret=4.0.0, mysticaloaktree=1.20-1.11, incendium=OHNOES😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱, curios=5.9.1+1.20.1, plushies=1.4.0, wardrobe=1.0.3.1, xaeroworldmap=1.38.8, bettervillage=3.1.0, backpacked=3.0.0-beta.4, mixinextras=OHNOES😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱, better_totem_of_undying=1.0.4, resourcefullib=2.1.20, deeperdarker=1.2.1, creeperoverhaul=3.0.2, architectury=9.2.14, mr_limesplatus_ending=OHNOES😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱, ferritecore=OHNOES😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱😱, visuality=2.0.2, snowrealmagic=10.4.4, puzzleslib=8.1.21, framework=0.7.6, puzzlesaccessapi=, dungeons_arise_seven_seas=1.0.2, forge=ANY}, fmlNetworkVer=3, truncated=false]]]
    cachedStatus=<null>
  ]

[23Jul2024 16:58:09.975] [User Authenticator #0/INFO] [net.minecraft.server.network.ServerLoginPacketListenerImpl/]: UUID of player HeberonMC is 17ee3bed-0260-33fc-8694-5d61246e798e
[23Jul2024 16:58:12.326] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: HeberonMC[/181.78.11.234:58865] logged in with entity id 238 at ([world]-86.85937290035633, 80.74286553265848, -318.22623816105585)
[23Jul2024 16:58:12.333] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of HeberonMC (18)
[23Jul2024 16:58:12.334] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to HeberonMC
[23Jul2024 16:58:12.784] [Craft Scheduler Thread - 3/INFO] [fr.xephi.authme.AuthMe/]: [AuthMe] HeberonMC logged in 181.78.11.234
[23Jul2024 16:58:12.803] [Server thread/INFO] [do_a_barrel_roll/]: Client of HeberonMC accepted server config.
[23Jul2024 16:58:12.840] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player 17ee3bed-0260-33fc-8694-5d61246e798e
[23Jul2024 16:58:13.837] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player 17ee3bed-0260-33fc-8694-5d61246e798e
[23Jul2024 16:58:13.841] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player HeberonMC (17ee3bed-0260-33fc-8694-5d61246e798e) successfully connected to voice chat
[23Jul2024 16:58:15.035] [ForkJoinPool.commonPool-worker-5/INFO] [/]: [SkinsRestorer] Player skin has been refreshed!
[23Jul2024 16:58:15.227] [Server thread/ERROR] [Minecraft/]: Could not pass event PlayerItemHeldEvent to FastAsyncWorldEdit v2.11.1-SNAPSHOT-852;561ef4a
org.bukkit.event.EventException: null
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:321) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:590) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:577) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.m_7798_(ServerGamePacketListenerImpl.java:1586) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.protocol.game.ServerboundSetCarriedItemPacket.m_5797_(ServerboundSetCarriedItemPacket.java:24) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.protocol.game.ServerboundSetCarriedItemPacket.m_5797_(ServerboundSetCarriedItemPacket.java:6) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:25) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.TickTask.run(TickTask.java:18) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:1155) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:166) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:1138) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:1132) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:139) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:1118) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:1016) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:285) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "com.fastasyncworldedit.bukkit.BukkitPermissionAttachmentManager.getOrAddAttachment(org.bukkit.entity.Player)" because the return value of "com.sk89q.worldedit.bukkit.WorldEditPlugin.getPermissionAttachmentManager()" is null
    at com.sk89q.worldedit.bukkit.BukkitPlayer.<init>(BukkitPlayer.java:108) ~[?:?]
    at com.sk89q.worldedit.bukkit.WorldEditPlugin.wrapPlayer(WorldEditPlugin.java:571) ~[?:?]
    at com.sk89q.worldedit.bukkit.BukkitAdapter.adapt(BukkitAdapter.java:145) ~[?:?]
    at com.fastasyncworldedit.bukkit.listener.BrushListener.onPlayerItemHoldEvent(BrushListener.java:31) ~[?:?]
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:577) ~[?:?]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:317) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    ... 20 more
[23Jul2024 16:58:15.236] [Server thread/INFO] [do_a_barrel_roll/]: Client of HeberonMC accepted server config.
[23Jul2024 16:58:15.236] [Server thread/ERROR] [Minecraft/]: Could not pass event PlayerItemHeldEvent to FastAsyncWorldEdit v2.11.1-SNAPSHOT-852;561ef4a
org.bukkit.event.EventException: null
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:321) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:590) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:577) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.m_7798_(ServerGamePacketListenerImpl.java:1586) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.protocol.game.ServerboundSetCarriedItemPacket.m_5797_(ServerboundSetCarriedItemPacket.java:24) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.protocol.game.ServerboundSetCarriedItemPacket.m_5797_(ServerboundSetCarriedItemPacket.java:6) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:25) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.TickTask.run(TickTask.java:18) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:1155) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:166) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:1138) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:1132) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:115) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:1117) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:1016) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:285) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "com.fastasyncworldedit.bukkit.BukkitPermissionAttachmentManager.getOrAddAttachment(org.bukkit.entity.Player)" because the return value of "com.sk89q.worldedit.bukkit.WorldEditPlugin.getPermissionAttachmentManager()" is null
    at com.sk89q.worldedit.bukkit.BukkitPlayer.<init>(BukkitPlayer.java:108) ~[?:?]
    at com.sk89q.worldedit.bukkit.WorldEditPlugin.wrapPlayer(WorldEditPlugin.java:571) ~[?:?]
    at com.sk89q.worldedit.bukkit.BukkitAdapter.adapt(BukkitAdapter.java:145) ~[?:?]
    at com.fastasyncworldedit.bukkit.listener.BrushListener.onPlayerItemHoldEvent(BrushListener.java:31) ~[?:?]
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:577) ~[?:?]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:317) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    ... 20 more
[23Jul2024 16:58:19.827] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: HeberonMC issued server command: /pl
[23Jul2024 17:00:16.966] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: HeberonMC issued server command: /citizens HeberonMC
[23Jul2024 17:00:16.969] [Server thread/ERROR] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: null
org.bukkit.command.CommandException: Cannot execute command 'citizens' in plugin Citizens v2.0.35-SNAPSHOT (build 3479) - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:792) ~[forge-1.20.1-47.2.20-universal.jar%23136!/:?]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:1837) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$10(ServerGamePacketListenerImpl.java:1656) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.util.thread.BlockableEventLoop.m_18693_(BlockableEventLoop.java:67) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
    at net.minecraft.server.TickTask.run(TickTask.java:18) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:1155) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:166) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:1138) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:1132) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:139) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:1118) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:1016) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:285) ~[server-1.20.1-20230612.114412-srg.jar%23131!/:?]
    at java.lang.Thread.run(Thread.java:833) [?:?]
[23Jul2024 17:12:13.426] [Craft Scheduler Thread - 3/INFO] [fr.skytasul.quests.BeautyQuests/]: [BeautyQuests] Datas saved ~ periodic save