Paste #111179: Citizens

Date: 2023/06/14 20:48:08 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


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


[03:44:18] [ServerMain/ERROR]: [io.papermc.paper.plugin.provider.source.DirectoryProviderSource] Error loading plugin: File 'plugins/floodgate-fabric.jar' failed to load!
java.lang.RuntimeException: File 'plugins/floodgate-fabric.jar' failed to load!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$registerProviders$2(DirectoryProviderSource.java:32) ~[paper-1.19.3.jar:git-Paper-448]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?]
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
    at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) ~[?:?]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:30) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:14) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:100) ~[paper-1.19.3.jar:git-Paper-448]
    at net.minecraft.server.Main.main(Main.java:114) ~[paper-1.19.3.jar:git-Paper-448]
    at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: plugins/floodgate-fabric.jar is not a valid plugin file, cannot load a plugin from it!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:95) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.19.3.jar:git-Paper-448]
    ... 20 more
Caused by: java.lang.IllegalArgumentException: plugins/floodgate-fabric.jar is not a valid plugin file, cannot load a plugin from it!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.getPluginName(FileProviderSource.java:104) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:76) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.19.3.jar:git-Paper-448]
    ... 20 more
[03:44:20] [ServerMain/INFO]: Building unoptimized datafixer
[03:44:22] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[03:44:25] [ServerMain/ERROR]: Couldn't parse loot table timber:item/stem
com.google.gson.JsonSyntaxException: Unknown type 'minecraft:any_of'
    at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:95) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.lambda$apply$0(PredicateManager.java:45) ~[?:?]
    at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:39) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:28) ~[?:?]
    at net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:10) ~[?:?]
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
    at net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:66) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:818) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:807) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:235) ~[paper-1.19.3.jar:git-Paper-448]
    at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[03:44:25] [ServerMain/ERROR]: Couldn't parse loot table armor_statues:savedpose
com.google.gson.JsonSyntaxException: Unknown type 'minecraft:any_of'
    at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:95) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.lambda$apply$0(PredicateManager.java:45) ~[?:?]
    at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:39) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:28) ~[?:?]
    at net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:10) ~[?:?]
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
    at net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:66) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:818) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:807) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:235) ~[paper-1.19.3.jar:git-Paper-448]
    at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[03:44:25] [ServerMain/ERROR]: Couldn't parse loot table timber:block/stem
com.google.gson.JsonSyntaxException: Unknown type 'minecraft:any_of'
    at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:95) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.lambda$apply$0(PredicateManager.java:45) ~[?:?]
    at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:39) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:28) ~[?:?]
    at net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:10) ~[?:?]
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
    at net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:66) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:818) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:807) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:235) ~[paper-1.19.3.jar:git-Paper-448]
    at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[03:44:25] [ServerMain/ERROR]: Couldn't parse loot table armor_statues:offhand_potion
com.google.gson.JsonSyntaxException: Unknown type 'minecraft:any_of'
    at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:95) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.lambda$apply$0(PredicateManager.java:45) ~[?:?]
    at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:39) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:28) ~[?:?]
    at net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:10) ~[?:?]
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
    at net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:66) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:818) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:807) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:235) ~[paper-1.19.3.jar:git-Paper-448]
    at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[03:44:25] [ServerMain/ERROR]: Couldn't parse loot table timber:block/cap
com.google.gson.JsonSyntaxException: Unknown type 'minecraft:any_of'
    at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:95) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.lambda$apply$0(PredicateManager.java:45) ~[?:?]
    at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:39) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:28) ~[?:?]
    at net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:10) ~[?:?]
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
    at net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:66) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:818) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:807) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:235) ~[paper-1.19.3.jar:git-Paper-448]
    at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[03:44:25] [ServerMain/ERROR]: Couldn't parse loot table armor_statues:book
com.google.gson.JsonSyntaxException: Unknown type 'minecraft:any_of'
    at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:95) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.lambda$apply$0(PredicateManager.java:45) ~[?:?]
    at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:39) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:28) ~[?:?]
    at net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:10) ~[?:?]
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
    at net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:66) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:818) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:807) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:235) ~[paper-1.19.3.jar:git-Paper-448]
    at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[03:44:25] [ServerMain/ERROR]: Couldn't parse loot table timber:sapling
com.google.gson.JsonSyntaxException: Unknown type 'minecraft:any_of'
    at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:95) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar:?]
    at net.minecraft.util.GsonHelper.convertToObject(GsonHelper.java:374) ~[?:?]
    at net.minecraft.util.GsonHelper.getAsObject(GsonHelper.java:382) ~[?:?]
    at net.minecraft.world.level.storage.loot.predicates.InvertedLootItemCondition$Serializer.deserialize(InvertedLootItemCondition.java:55) ~[?:?]
    at net.minecraft.world.level.storage.loot.predicates.InvertedLootItemCondition$Serializer.deserialize(InvertedLootItemCondition.java:50) ~[?:?]
    at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:97) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.lambda$apply$0(PredicateManager.java:45) ~[?:?]
    at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:39) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:28) ~[?:?]
    at net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:10) ~[?:?]
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
    at net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:66) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:818) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:807) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:235) ~[paper-1.19.3.jar:git-Paper-448]
    at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[03:44:25] [ServerMain/ERROR]: Couldn't parse loot table timber:block/leaf
com.google.gson.JsonSyntaxException: Unknown type 'minecraft:any_of'
    at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:95) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.lambda$apply$0(PredicateManager.java:45) ~[?:?]
    at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:39) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:28) ~[?:?]
    at net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:10) ~[?:?]
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
    at net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:66) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:818) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:807) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:235) ~[paper-1.19.3.jar:git-Paper-448]
    at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[03:44:25] [ServerMain/ERROR]: Couldn't parse loot table armor_statues:mainhand_potion
com.google.gson.JsonSyntaxException: Unknown type 'minecraft:any_of'
    at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:95) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.lambda$apply$0(PredicateManager.java:45) ~[?:?]
    at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:39) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:28) ~[?:?]
    at net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:10) ~[?:?]
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
    at net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:66) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:818) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:807) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:235) ~[paper-1.19.3.jar:git-Paper-448]
    at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[03:44:25] [ServerMain/ERROR]: Couldn't parse loot table timber:used_axe
com.google.gson.JsonSyntaxException: Unknown type 'minecraft:any_of'
    at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:95) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.lambda$apply$0(PredicateManager.java:45) ~[?:?]
    at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:39) ~[?:?]
    at net.minecraft.world.level.storage.loot.PredicateManager.apply(PredicateManager.java:28) ~[?:?]
    at net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:10) ~[?:?]
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
    at net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:66) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:818) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:807) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:235) ~[paper-1.19.3.jar:git-Paper-448]
    at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[03:44:25] [ServerMain/INFO]: Loaded 7 recipes
[03:44:25] [ServerMain/ERROR]: Couldn't parse loot table minecraft:entities/horse
com.google.gson.JsonSyntaxException: Unknown type 'any_of'
    at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:95) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar:?]
    at net.minecraft.util.GsonHelper.convertToObject(GsonHelper.java:374) ~[?:?]
    at net.minecraft.util.GsonHelper.getAsObject(GsonHelper.java:391) ~[?:?]
    at net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Serializer.deserialize(LootPoolEntryContainer.java:86) ~[?:?]
    at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.a(LootPoolSingletonContainer.java:151) ~[?:?]
    at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:97) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar:?]
    at net.minecraft.util.GsonHelper.convertToObject(GsonHelper.java:374) ~[?:?]
    at net.minecraft.util.GsonHelper.getAsObject(GsonHelper.java:382) ~[?:?]
    at net.minecraft.world.level.storage.loot.entries.CompositeEntryBase$1.deserializeCustom(CompositeEntryBase.java:51) ~[?:?]
    at net.minecraft.world.level.storage.loot.entries.CompositeEntryBase$1.b(CompositeEntryBase.java:43) ~[?:?]
    at net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Serializer.deserialize(LootPoolEntryContainer.java:87) ~[?:?]
    at net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Serializer.deserialize(LootPoolEntryContainer.java:77) ~[?:?]
    at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:97) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar:?]
    at net.minecraft.util.GsonHelper.convertToObject(GsonHelper.java:374) ~[?:?]
    at net.minecraft.util.GsonHelper.getAsObject(GsonHelper.java:382) ~[?:?]
    at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:172) ~[?:?]
    at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:171) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar:?]
    at net.minecraft.util.GsonHelper.convertToObject(GsonHelper.java:374) ~[?:?]
    at net.minecraft.util.GsonHelper.getAsObject(GsonHelper.java:391) ~[?:?]
    at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:270) ~[?:?]
    at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:264) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar:?]
    at net.minecraft.world.level.storage.loot.LootTables.lambda$apply$0(LootTables.java:47) ~[paper-1.19.3.jar:git-Paper-448]
    at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
    at net.minecraft.world.level.storage.loot.LootTables.apply(LootTables.java:45) ~[paper-1.19.3.jar:git-Paper-448]
    at net.minecraft.world.level.storage.loot.LootTables.a(LootTables.java:20) ~[paper-1.19.3.jar:git-Paper-448]
    at net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:10) ~[?:?]
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
    at net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:66) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:818) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:807) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:235) ~[paper-1.19.3.jar:git-Paper-448]
    at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[03:44:25] [ServerMain/ERROR]: Couldn't parse loot table vanilla:entities/elder_guardian
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'minecraft:tide_armor_trim_smithing_template'
    at net.minecraft.util.GsonHelper.lambda$convertToItem$0(GsonHelper.java:106) ~[?:?]
    at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?]
    at net.minecraft.util.GsonHelper.lambda$convertToItem$0(GsonHelper.java:106) ~[?:?]
    at net.minecraft.util.GsonHelper.getAsItem(GsonHelper.java:116) ~[?:?]
    at net.minecraft.world.level.storage.loot.entries.LootItem$Serializer.deserialize(LootItem.java:55) ~[?:?]
    at net.minecraft.world.level.storage.loot.entries.LootItem$Serializer.serializeCustom(LootItem.java:44) ~[?:?]
    at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.deserializeCustom(LootPoolSingletonContainer.java:173) ~[?:?]
    at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.b(LootPoolSingletonContainer.java:151) ~[?:?]
    at net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Serializer.deserialize(LootPoolEntryContainer.java:87) ~[?:?]
    at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.a(LootPoolSingletonContainer.java:151) ~[?:?]
    at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:97) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar:?]
    at net.minecraft.util.GsonHelper.convertToObject(GsonHelper.java:374) ~[?:?]
    at net.minecraft.util.GsonHelper.getAsObject(GsonHelper.java:382) ~[?:?]
    at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:172) ~[?:?]
    at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:171) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar:?]
    at net.minecraft.util.GsonHelper.convertToObject(GsonHelper.java:374) ~[?:?]
    at net.minecraft.util.GsonHelper.getAsObject(GsonHelper.java:391) ~[?:?]
    at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:270) ~[?:?]
    at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:264) ~[?:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar:?]
    at net.minecraft.world.level.storage.loot.LootTables.lambda$apply$0(LootTables.java:47) ~[paper-1.19.3.jar:git-Paper-448]
    at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
    at net.minecraft.world.level.storage.loot.LootTables.apply(LootTables.java:45) ~[paper-1.19.3.jar:git-Paper-448]
    at net.minecraft.world.level.storage.loot.LootTables.a(LootTables.java:20) ~[paper-1.19.3.jar:git-Paper-448]
    at net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:10) ~[?:?]
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
    at net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:66) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:818) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:807) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:235) ~[paper-1.19.3.jar:git-Paper-448]
    at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-448]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[03:44:25] [ServerMain/WARN]: Found validation problem in {minecraft:entities/elder_guardian}.pools[0].entries[0]: Unknown loot table called vanilla:entities/elder_guardian
[03:44:25] [ServerMain/ERROR]: Failed to load function track_raw_stats:load
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 192: Unknown criterion 'minecraft.killed:minecraft.sniffer'
    at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
    at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 192: Unknown criterion 'minecraft.killed:minecraft.sniffer'
    at net.minecraft.commands.CommandFunction.fromLines(CommandFunction.java:68) ~[?:?]
    at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:80) ~[?:?]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
    ... 3 more
[03:44:25] [ServerMain/ERROR]: Couldn't load tag minecraft:load as it is missing following references: track_raw_stats:load (from file/track raw statistics v1.7.0 (MC 1.20.x).zip)
[03:44:25] [ServerMain/ERROR]: Parsing error loading custom advancement custom_nether_portals:use_ignition: Expected location to be a JsonObject, was an array ([{"c...]}])
[03:44:26] [ServerMain/ERROR]: Parsing error loading custom advancement xp_management:try_to_bottle_xp: Expected location to be a JsonObject, was an array ([{"c...}}])
[03:44:26] [Server thread/INFO]: Starting minecraft server version 1.19.3
[03:44:26] [Server thread/INFO]: Loading properties
[03:44:26] [Server thread/INFO]: This server is running Paper version git-Paper-448 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) (Git: 155aa36)
[03:44:26] [Server thread/INFO]: Server Ping Player Sample Count: 12
[03:44:26] [Server thread/INFO]: Using 4 threads for Netty based IO
[03:44:26] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[03:44:27] [Server thread/INFO]: Default game type: SURVIVAL
[03:44:27] [Server thread/INFO]: Generating keypair
[03:44:27] [Server thread/INFO]: Starting Minecraft server on 37.10.104.24:26278
[03:44:27] [Server thread/INFO]: Using epoll channel type
[03:44:27] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[03:44:27] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[03:44:27] [Server thread/INFO]: [RandomTP] Your server is using Bukkit version: 1.19.3-R0.1-SNAPSHOT
[03:44:28] [Server thread/INFO]: [PlayerHeads] Loading server plugin PlayerHeads v5.2.19-SNAPSHOT
[03:44:28] [Server thread/INFO]: [PlayerHeads] Internal plugin locale: 
[03:44:28] [Server thread/INFO]: [PlayerHeads] Environment locale: en_US / en-US
[03:44:28] [Server thread/INFO]: [PlayerHeads] Trying provider: craftbukkit_1_14
[03:44:28] [Server thread/INFO]: [CMILib] Loading server plugin CMILib v1.3.0.0
[03:44:28] [Server thread/INFO]: [ChatEmojis] Loading server plugin ChatEmojis v2.3.2
[03:44:28] [Server thread/INFO]: [HolographicDisplays] Loading server plugin HolographicDisplays v3.0.2
[03:44:28] [Server thread/INFO]: [NoCropTrample] Loading server plugin NoCropTrample v1.0.0-RELEASE
[03:44:28] [Server thread/INFO]: [BetterCommandSpy] Loading server plugin BetterCommandSpy v2.0.3-b28
[03:44:28] [Server thread/INFO]: [AdvanceParticle] Loading server plugin AdvanceParticle v16.4.0
[03:44:28] [Server thread/INFO]: [ActivityRewarder] Loading server plugin ActivityRewarder v1.4.1
[03:44:28] [Server thread/INFO]: [ImageOnMap] Loading server plugin ImageOnMap v4.2.2
[03:44:28] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v4.7.0
[03:44:28] [Server thread/INFO]: [ViaVersion] ViaVersion 4.7.0 is now loaded. Registering protocol transformers and injecting...
[03:44:28] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[03:44:28] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.84
[03:44:29] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[03:44:29] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.0.0
[03:44:29] [Server thread/INFO]: [HiddenArmor] Loading server plugin HiddenArmor v1.1.0
[03:44:29] [Server thread/INFO]: [Geyser-Spigot] Loading server plugin Geyser-Spigot v2.1.1-SNAPSHOT
[03:44:30] [Server thread/ERROR]: [Geyser-Spigot] [STDERR] Invalid number found for Geyser remote port in config!
[03:44:30] [Server thread/WARN]: Nag author(s): '[GeyserMC]' of 'Geyser-Spigot' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[03:44:30] [Server thread/INFO]: [Geyser-Spigot] Loading extensions...
[03:44:30] [Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
[03:44:30] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[03:44:30] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.13+46576cc
[03:44:30] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@5f87daa9]
[03:44:30] [Server thread/INFO]: [HolographicExtension] Loading server plugin HolographicExtension v1.10.9
[03:44:30] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.0
[03:44:30] [Server thread/INFO]: [RandomTP] Loading server plugin RandomTP v2023.5
[03:44:30] [Server thread/INFO]: [HeadDatabase] Loading server plugin HeadDatabase v4.17.3
[03:44:30] [Server thread/INFO]: [PlotSquared] Loading server plugin PlotSquared v6.11.1-Premium
[03:44:30] [Server thread/INFO]: [HexNicks] Loading server plugin HexNicks v2.2.2
[03:44:30] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.8+33cdb4a
[03:44:30] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.31-SNAPSHOT (build 3091)
[03:44:30] [Server thread/INFO]: [EzChestShop] Loading server plugin EzChestShop v1.5.6
[03:44:30] [Server thread/INFO]: [ChatFeelings] Loading server plugin ChatFeelings v4.11.1
[03:44:30] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.20.0
[03:44:30] [Server thread/INFO]: [TAB] Loading server plugin TAB v3.3.2
[03:44:30] [Server thread/INFO]: [mcMMO] Loading server plugin mcMMO v2.1.220
[03:44:30] [Server thread/INFO]: [mcMMO] Registered WG flags successfully!
[03:44:30] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v21.3
[03:44:30] [Server thread/INFO]: [VeinMiner] Loading server plugin VeinMiner v2.0.0
[03:44:30] [Server thread/INFO]: [VeinMiner] Found WorldGuard. Registering custom region flag.
[03:44:30] [Server thread/INFO]: [Jobs] Loading server plugin Jobs v5.1.3.0
[03:44:30] [Server thread/INFO]: [DeadChest] Loading server plugin DeadChest v4.16.0
[03:44:30] [Server thread/INFO]: [DeadChest] Worldguard support disabled by user
[03:44:30] [Server thread/INFO]: [SilkSpawners] Loading server plugin SilkSpawners v7.4.0
[03:44:30] [Server thread/INFO]: [DiscordSRV] Loading server plugin DiscordSRV v1.26.2
[03:44:30] [Server thread/INFO]: [UltraCosmetics] Loading server plugin UltraCosmetics v3.2.1-RELEASE
[03:44:31] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[03:44:31] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.84
[03:44:31] [Server thread/INFO]:         __    
[03:44:31] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.84
[03:44:31] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[03:44:31] [Server thread/INFO]: 
[03:44:31] [Server thread/INFO]: [LuckPerms] Loading configuration...
[03:44:31] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[03:44:32] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[03:44:32] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[03:44:33] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2124ms)
[03:44:33] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0
[03:44:33] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[03:44:33] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[03:44:33] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[03:44:33] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[03:44:33] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[03:44:33] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.13+46576cc
[03:44:33] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[03:44:33] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[03:44:33] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R2.PaperweightAdapter as the Bukkit adapter
[03:44:35] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v6.11.1-Premium
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Loaded caption map for namespace 'plotsquared': com.plotsquared.core.configuration.caption.LocalizedCaptionMap
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: plot-expiry | Value: false
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: worlds | Value: false
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-named-road-mobs | Value: false
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: per-user-locale | Value: false
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: worldedit-restrictions | Value: true
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: external-placeholders | Value: true
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-owned-road-mobs | Value: false
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: disable-beacon-effect-overflow | Value: true
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: database | Value: true
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: component-presets | Value: true
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: chunk-processor | Value: false
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: extended-username-completion | Value: true
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: events | Value: true
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: commands | Value: true
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-road-mobs | Value: false
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-road-items | Value: false
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: database-purger | Value: false
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: economy | Value: false
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: persistent-road-regen | Value: true
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-road-vehicles | Value: false
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: default-locale | Value: en
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: use-mvdwapi | Value: true
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: persistent-meta | Value: true
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: tab-completed-aliases | Value: [plot, plots, p, plotsquared, plot2, p2, ps, 2, plotme, plotz, ap]
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: ban-deleter | Value: false
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: update-notifications | Value: true
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: rating-cache | Value: true
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: comment-notifier | Value: true
[03:44:35] [Server thread/INFO]: [PlotSquared/BukkitPlatform] PlotSquared version licensed to Spigot user 1068302
[03:44:35] [Server thread/INFO]: [PlotSquared/BukkitPlatform] https://www.spigotmc.org/resources/77506
[03:44:35] [Server thread/INFO]: [PlotSquared/BukkitPlatform] Download ID: -723623734
[03:44:35] [Server thread/INFO]: [PlotSquared/BukkitPlatform] Thanks for supporting us :)
[03:44:35] [Server thread/INFO]: [PlotSquared/PlotSquared] Connection to database established. Type: SQLite
[03:44:35] [Server thread/INFO]: [PlotSquared/BukkitPlatform] PlotSquared hooked into WorldEdit
[03:44:35] [Server thread/INFO]: [PlotSquared/BukkitPlatform] (UUID) Using LuckPerms as a complementary UUID service
[03:44:35] [Server thread/INFO]: [PlotSquared/BukkitPlatform] (UUID) Using EssentialsX as a complementary UUID service
[03:44:35] [Server thread/INFO]: [PlotSquared/BukkitPlatform] (UUID) Using Paper as a complementary UUID service
[03:44:35] [Server thread/INFO]: [PlotSquared/BukkitPlatform] (UUID) 1 UUIDs will be cached
[03:44:35] [Server thread/INFO]: Preparing level "world"
[03:44:36] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[03:44:36] [Server thread/INFO]: Time elapsed: 156 ms
[03:44:36] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[03:44:36] [Server thread/INFO]: Time elapsed: 28 ms
[03:44:36] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[03:44:36] [Server thread/INFO]: Time elapsed: 24 ms
[03:44:36] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v5.2.19-SNAPSHOT
[03:44:36] [Server thread/INFO]: [PlayerHeads] NoCheatPlus not detected.
[03:44:36] [Server thread/INFO]: [PlayerHeads] Current plugin compatibility version: craftbukkit 1.14+
[03:44:36] [Server thread/INFO]: [CMILib] Enabling CMILib v1.3.0.0
[03:44:38] [Server thread/INFO]: Server version: v1_19_R2 - 1.19.3 - paper
[03:44:38] [Server thread/INFO]: Updated (EN) language file. Took 43ms
[03:44:38] [Server thread/INFO]: [ChatEmojis] Enabling ChatEmojis v2.3.2
[03:44:38] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.2
[03:44:39] [Server thread/INFO]: [NoCropTrample] Enabling NoCropTrample v1.0.0-RELEASE
[03:44:39] [Server thread/INFO]: [BetterCommandSpy] Enabling BetterCommandSpy v2.0.3-b28
[03:44:39] [Server thread/INFO]: [BetterCommandSpy] Loading files...
[03:44:39] [Server thread/INFO]: [BetterCommandSpy] Loading file 'settings.yml'...
[03:44:39] [Server thread/INFO]: [BetterCommandSpy] File 'settings.yml' has been loaded.
[03:44:39] [Server thread/INFO]: [BetterCommandSpy] Loading file 'messages.yml'...
[03:44:39] [Server thread/INFO]: [BetterCommandSpy] File 'messages.yml' has been loaded.
[03:44:39] [Server thread/INFO]: [BetterCommandSpy] Loading file 'data.yml'...
[03:44:39] [Server thread/INFO]: [BetterCommandSpy] File 'data.yml' has been loaded.
[03:44:39] [Server thread/INFO]: [BetterCommandSpy] Registering listeners...
[03:44:39] [Server thread/INFO]: [BetterCommandSpy] Registering commands...
[03:44:39] [Server thread/INFO]: [BetterCommandSpy] Registered command '/bettercommandspy' successfully.
[03:44:39] [Server thread/INFO]: [BetterCommandSpy] Running misc startup procedures...
[03:44:39] [Server thread/INFO]: [BetterCommandSpy] Start-up complete (took54ms).
[03:44:39] [Server thread/INFO]: [AdvanceParticle] Enabling AdvanceParticle v16.4.0
[03:44:39] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[03:44:39] [Server thread/INFO]: > AdvanceParticle plugin has been successfully loaded!
[03:44:39] [Server thread/INFO]: > Server version: 1_19_R2 Plugin version 16.4.0
[03:44:39] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[03:44:39] [Server thread/INFO]: [AdvanceParticle] [STDOUT] Server version: v1_19_R2
[03:44:39] [Server thread/WARN]: Nag author(s): '[Tixius24]' of 'AdvanceParticle' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[03:44:39] [Server thread/INFO]: [ActivityRewarder] Enabling ActivityRewarder v1.4.1
[03:44:39] [Server thread/WARN]: [ActivityRewarder] Ignoring REDSTONE_DUST, that is not a valid material.
[03:44:39] [Server thread/WARN]: [ActivityRewarder] Ignoring ENCHANTED_APPLE, that is not a valid material.
[03:44:39] [Server thread/WARN]: [ActivityRewarder] Defaulted material to GOLD_NUGGET.
[03:44:39] [Server thread/INFO]: [ActivityRewarder] Floodgate plugin not found. Continuing without floodgate.
[03:44:39] [Server thread/INFO]: [ActivityRewarder] PlaceholderAPI plugin not found. Continuing without PlaceholderAPI.
[03:44:39] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v4.2.2
[03:44:39] [Server thread/INFO]: [ImageOnMap] Loaded 2 player map files.
[03:44:39] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.7.0
[03:44:39] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.19.3 (761)
[03:44:39] [Server thread/INFO]: [HiddenArmor] Enabling HiddenArmor v1.1.0
[03:44:39] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.1.1-SNAPSHOT
[03:44:39] [Server thread/INFO]: [HolographicExtension] Enabling HolographicExtension v1.10.9
[03:44:39] [Server thread/INFO]: [HolographicExtension] Starting HolographicExtension v1.10.9
[03:44:39] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'example' from config.
[03:44:39] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'scroller' from config.
[03:44:39] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'typing' from config.
[03:44:39] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'rainbow' from config.
[03:44:39] [Server thread/INFO]: [HolographicExtension] If you want to use the placeholder extension, please install ProtocolLib and PlaceholderAPI
[03:44:39] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.0
[03:44:39] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[03:44:39] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[03:44:39] [Server thread/INFO]: [Essentials] No kits found to migrate.
[03:44:39] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
[03:44:39] [Server thread/INFO]: [Essentials] Using locale en_US
[03:44:40] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[03:44:40] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[03:44:40] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[03:44:40] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[03:44:40] [Server thread/INFO]: [RandomTP] Enabling RandomTP v2023.5
[03:44:40] [Server thread/INFO]: RandomTP | Detected NMS version: v1_19_R2
[03:44:40] [Server thread/INFO]: RandomTP | Loading configuration files...
[03:44:40] [Server thread/INFO]: RandomTP | Looking for soft dependencies...
[03:44:40] [Server thread/INFO]: RandomTP | No soft dependencies were found.
[03:44:40] [Server thread/INFO]: RandomTP | The plugin has been enabled successfully
[03:44:40] [Server thread/INFO]: RandomTP | Plugin created by SergiFerry
[03:44:40] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.17.3
[03:44:40] [Server thread/INFO]: [HeadDatabase] Using default "en_US.lang" created by Arcaniax
[03:44:40] [Server thread/WARN]: [HeadDatabase] Economy was not loaded, some features will be disabled!
[03:44:40] [Server thread/INFO]: [HexNicks] Enabling HexNicks v2.2.2
[03:44:40] [Server thread/INFO]: [HexNicks] Running on PaperMC server software.
[03:44:40] [Server thread/INFO]: [HexNicks] Successfully loaded nicknames from Json storage.
[03:44:40] [Server thread/INFO]: [HexNicks] Hooking into Vault...
[03:44:40] [Server thread/INFO]: [HexNicks] Hooking into Essentials...
[03:44:40] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.8+33cdb4a
[03:44:40] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[03:44:40] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[03:44:40] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[03:44:40] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[03:44:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[03:44:40] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[03:44:40] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[03:44:40] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[03:44:40] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[03:44:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[03:44:40] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[03:44:40] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[03:44:40] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[03:44:40] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[03:44:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[03:44:40] [Server thread/INFO]: [WorldGuard] Loading region data...
[03:44:40] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.31-SNAPSHOT (build 3091)
[03:44:41] [Server thread/INFO]: [Citizens] Loading external libraries
[03:44:41] [Server thread/ERROR]: [Citizens] v2.0.31-SNAPSHOT (build 3091) is not compatible with Minecraft v1_19_R2 - try upgrading Minecraft or Citizens. Disabling...
[03:44:41] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.31-SNAPSHOT (build 3091)
[03:44:41] [Server thread/INFO]: [EzChestShop] Enabling EzChestShop v1.5.6
[03:44:41] [Server thread/INFO]: [EzChestShop] Enabling EzChestShop - version 1.5.6
[03:44:41] [Server thread/INFO]: [EzChestShop] Initializing SQLite database...
[03:44:41] [Server thread/INFO]: [EzChestShop] SQLite database initialized!
[03:44:41] [Server thread/INFO]: [EzChestShop] Current Protocol version initialized.
[03:44:41] [Server thread/INFO]: [EzChestShop] Locale_EN successfully loaded
[03:44:42] [Server thread/INFO]: [ChatFeelings] Enabling ChatFeelings v4.11.1
[03:44:42] [Server thread/INFO]: [ChatFeelings] Checking repository to maximize support...
[03:44:42] [Server thread/INFO]: [ChatFeelings] Hooking into Essentials...
[03:44:42] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.20.0
[03:44:42] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[03:44:42] [Server thread/INFO]: [TAB] Enabling TAB v3.3.2
[03:44:42] [Server thread/INFO]: [TAB] Server version: 1.19.3 (v1_19_R2)
[03:44:42] [Server thread/INFO]: [TAB] Loaded NMS hook in 35ms
[03:44:42] [Server thread/INFO]: [TAB] Enabled in 47ms
[03:44:42] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.220
[03:44:42] [Server thread/INFO]: [mcMMO] [config] Initializing config: config.yml
[03:44:42] [Server thread/INFO]: [mcMMO] [config] Copying default config to disk: config.yml to defaults/config.yml
[03:44:42] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: config.yml
[03:44:42] [Server thread/INFO]: [mcMMO] [config] Config initialized: config.yml
[03:44:42] [Server thread/INFO]: [mcMMO] [Debug] No errors found in config.yml!
[03:44:43] [Server thread/INFO]: [mcMMO] Loading locale from plugins/mcMMO/locales/locale_override.properties
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Initializing config: advanced.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Copying default config to disk: advanced.yml to defaults/advanced.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: advanced.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Config initialized: advanced.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [Debug] No errors found in advanced.yml!
[03:44:43] [Server thread/INFO]: [mcMMO] Platform String: 1.19.3-R0.1-SNAPSHOT
[03:44:43] [Server thread/INFO]: [mcMMO] Minecraft version determined to be - 1.19.3
[03:44:43] [Server thread/INFO]: [mcMMO] Loading compatibility layers...
[03:44:43] [Server thread/INFO]: [mcMMO] Finished loading compatibility layers.
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Initializing config: persistent_data.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Copying default config to disk: persistent_data.yml to defaults/persistent_data.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: persistent_data.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Config initialized: persistent_data.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [Debug] No errors found in persistent_data.yml!
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Initializing config: upgrades_overhaul.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Copying default config to disk: upgrades_overhaul.yml to defaults/upgrades_overhaul.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: upgrades_overhaul.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Config initialized: upgrades_overhaul.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Initializing config: treasures.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Copying default config to disk: treasures.yml to defaults/treasures.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: treasures.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Config initialized: treasures.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Initializing config: fishing_treasures.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Copying default config to disk: fishing_treasures.yml to defaults/fishing_treasures.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: fishing_treasures.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Config initialized: fishing_treasures.yml
[03:44:43] [Server thread/INFO]: [mcMMO] Registering enchantments for Fishing Book...
[03:44:43] [Server thread/INFO]: [mcMMO] Loading mcMMO potions.yml File...
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Initializing config: coreskills.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Copying default config to disk: coreskills.yml to defaults/coreskills.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: coreskills.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Config initialized: coreskills.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Initializing config: sounds.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Copying default config to disk: sounds.yml to defaults/sounds.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: sounds.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Config initialized: sounds.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Initializing config: skillranks.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Copying default config to disk: skillranks.yml to defaults/skillranks.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: skillranks.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Config initialized: skillranks.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Initializing config: child.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Copying default config to disk: child.yml to defaults/child.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: child.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Config initialized: child.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Initializing config: repair.vanilla.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Copying default config to disk: repair.vanilla.yml to defaults/repair.vanilla.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: repair.vanilla.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Config initialized: repair.vanilla.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Initializing config: salvage.vanilla.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Copying default config to disk: salvage.vanilla.yml to defaults/salvage.vanilla.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: salvage.vanilla.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Config initialized: salvage.vanilla.yml
[03:44:43] [Server thread/INFO]: [mcMMO] (plugins/mcMMO/flatfile/mcmmo.users) Validating database file..
[03:44:43] [Server thread/INFO]: [mcMMO] Enabling Acrobatics Skills
[03:44:43] [Server thread/INFO]: [mcMMO] Registered subskill: Roll
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Initializing config: experience.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Copying default config to disk: experience.yml to defaults/experience.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: experience.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Config initialized: experience.yml
[03:44:43] [Server thread/INFO]: [mcMMO] 0 entries in mcMMO World Blacklist
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Initializing config: chat.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Copying default config to disk: chat.yml to defaults/chat.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: chat.yml
[03:44:43] [Server thread/INFO]: [mcMMO] [config] Config initialized: chat.yml
[03:44:43] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.3
[03:44:43] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! 
[03:44:43] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[03:44:43] [Server thread/INFO]: --------------------
[03:44:43] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[03:44:43] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[03:44:43] [Server thread/INFO]: --------------------
[03:44:43] [Server thread/INFO]: [VeinMiner] Enabling VeinMiner v2.0.0
[03:44:43] [Server thread/INFO]: [VeinMiner] Using SQLITE for persistent storage.
[03:44:43] [Server thread/INFO]: [VeinMiner] Loading configuration options to local memory
[03:44:43] [Server thread/INFO]: [VeinMiner] Added 12 aliases.
[03:44:43] [Server thread/INFO]: [VeinMiner] Registered category with id "Axe" holding 6 unique items and 24 unique blocks.
[03:44:43] [Server thread/INFO]: [VeinMiner] Registered category with id "Hoe" holding 6 unique items and 10 unique blocks.
[03:44:43] [Server thread/INFO]: [VeinMiner] Registered category with id "Pickaxe" holding 6 unique items and 23 unique blocks.
[03:44:43] [Server thread/INFO]: [VeinMiner] Registered category with id "Shears" holding 1 unique items and 26 unique blocks.
[03:44:43] [Server thread/INFO]: [VeinMiner] Registered category with id "Shovel" holding 6 unique items and 9 unique blocks.
[03:44:43] [Server thread/INFO]: [VeinMiner] Registering commands
[03:44:43] [Server thread/INFO]: [VeinMiner] Performing an update check!
[03:44:43] [Server thread/INFO]: [VeinMiner] Registering events
[03:44:43] [Server thread/INFO]: [VeinMiner] Vault found. Attempting to enable economy support...
[03:44:43] [Server thread/INFO]: [VeinMiner] Economy found! Hooked successfully.
[03:44:43] [Server thread/INFO]: [VeinMiner] Enabling Plugin Metrics
[03:44:43] [Server thread/INFO]: [VeinMiner] Thanks for enabling Metrics! The anonymous stats are appreciated
[03:44:43] [Server thread/INFO]: [Jobs] Enabling Jobs v5.1.3.0
[03:44:43] [Server thread/INFO]: ------------- Jobs -------------
[03:44:43] [Server thread/INFO]: Connected to database (SqLite)
[03:44:43] [ForkJoinPool.commonPool-worker-1/INFO]: [VeinMiner] You are on the latest version of VeinMiner.
[03:44:43] [Server thread/INFO]: Loaded 8 titles
[03:44:43] [Server thread/INFO]: Loaded 69 protected blocks timers
[03:44:44] [Server thread/INFO]: Loaded 1328 custom item names
[03:44:44] [Server thread/INFO]: Loaded 80 custom entity names
[03:44:44] [Server thread/INFO]: Loaded 2 custom MythicMobs names
[03:44:44] [Server thread/INFO]: Loaded 38 custom enchant names
[03:44:44] [Server thread/INFO]: Loaded 21 custom enchant names
[03:44:44] [Server thread/INFO]: Loaded 16 custom color names
[03:44:44] [Server thread/INFO]: Loaded 4 shop items
[03:44:44] [Server thread/INFO]: Loaded 1 quests for Explorer
[03:44:44] [Server thread/INFO]: Loaded 1 quests for Farmer
[03:44:44] [Server thread/INFO]: Loaded 1 quests for Brewer
[03:44:44] [Server thread/INFO]: Loaded 1 quests for Woodcutter
[03:44:44] [Server thread/INFO]: Loaded 1 quests for Hunter
[03:44:44] [Server thread/INFO]: Loaded 1 quests for Weaponsmith
[03:44:44] [Server thread/INFO]: Loaded 1 quests for Miner
[03:44:44] [Server thread/INFO]: Loaded 1 quests for Enchanter
[03:44:44] [Server thread/INFO]: Loaded 1 quests for Fisherman
[03:44:44] [Server thread/INFO]: Loaded 1 quests for Digger
[03:44:44] [Server thread/INFO]: Loaded 1 quests for Crafter
[03:44:44] [Server thread/INFO]: Loaded 1 quests for Builder
[03:44:44] [Server thread/INFO]: Loaded 12 jobs
[03:44:44] [Server thread/INFO]: Loaded 0 boosted items
[03:44:44] [Server thread/INFO]: Loaded 158 furnace for reassigning.
[03:44:44] [Server thread/INFO]: Loaded 15 brewing for reassigning.
[03:44:44] [Jobs-DatabaseSaveTask/INFO]: Started database save task.
[03:44:44] [Jobs-BufferedPaymentThread/INFO]: Started buffered payment thread.
[03:44:44] [Server thread/INFO]: Preloaded 46 players data in 0.01
[03:44:44] [Server thread/INFO]: WorldGuard detected.
[03:44:44] [Server thread/INFO]: mcMMO2.1.220 was found - Enabling capabilities.
[03:44:44] [Server thread/INFO]: Registered McMMO 2.x listener
[03:44:44] [Server thread/INFO]: [Jobs] Loaded 14 block protection entries. 2ms
[03:44:44] [Server thread/INFO]: Loading explorer data
[03:44:44] [Server thread/INFO]: Loaded explorer data (31272) in 90 ms
[03:44:44] [Server thread/INFO]: Plugin has been enabled successfully.
[03:44:44] [Server thread/INFO]: ------------------------------------
[03:44:44] [Server thread/INFO]: [DeadChest] Enabling DeadChest v4.16.0
[03:44:44] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v7.4.0
[03:44:44] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
[03:44:44] [Server thread/INFO]: [SilkSpawners] Loading support for v1_19_R2
[03:44:44] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled and now running.
[03:44:44] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
[03:44:44] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.26.2
[03:44:44] [Server thread/INFO]: [UltraCosmetics] Enabling UltraCosmetics v3.2.1-RELEASE
[03:44:44] [Server thread/INFO]: [UltraCosmetics] Checking for update...
[03:44:44] [Server thread/INFO]: [UltraCosmetics] -------------------------------------------------------------------
[03:44:44] [Server thread/INFO]: [UltraCosmetics] Thanks for using UltraCosmetics!
[03:44:44] [Server thread/INFO]: [UltraCosmetics] Plugin by Datatags. Original Author: iSach
[03:44:44] [Server thread/INFO]: [UltraCosmetics] Link: https://bit.ly/UltraCosmetics
[03:44:44] [Server thread/INFO]: [UltraCosmetics] Initializing module v1_19 (expected version: 1.19.4)
[03:44:44] [Server thread/INFO]: [UltraCosmetics] Loading NMS-less mode...
[03:44:44] [Server thread/INFO]: [UltraCosmetics] Loaded NMS-less mode
[03:44:45] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[03:44:45] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[03:44:45] [pool-25-thread-1/INFO]: [PlotSquared/BukkitPlatform] (UUID) PlotSquared will fetch UUIDs in groups of 200
[03:44:45] [pool-25-thread-1/INFO]: [PlotSquared/BukkitPlatform] (UUID) PlotSquared has cached 100.0% of UUIDs
[03:44:45] [pool-25-thread-1/INFO]: [PlotSquared/BukkitPlatform] (UUID) PlotSquared has cached all UUIDs
[03:44:45] [pool-55-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (767828469573c2f0fa3ed5a44feb0b2f15f2c02d)
[03:44:46] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:โ˜ฝ๐”ผ๐•ง๐•–๐•ฃ๐•๐•’๐•ค๐•ฅ๐•š๐•Ÿ๐•˜ ๐•๐•’๐•๐•๐•–๐•ชโ˜พ(1038493696393494598)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿ“๏ฝœ๐—ช๐—ฒ๐—น๐—ฐ๐—ผ๐—บ๐—ฒ(1038493696888426527)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿž๏ฝœ๐—Ÿ๐—ฒ๐—ฎ๐˜ƒ๐—ถ๐—ป๐—ด(1038833096189030441)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿฅ€๏ฝœ๐—ฅ๐˜‚๐—น๐—ฒ๐˜€-๐—”๐—ป๐—ฑ-๐—ฉ๐—ฒ๐—ฟ๐—ถ๐—ณ๐—ถ๐—ฐ๐—ฎ๐˜๐—ถ๐—ผ๐—ป(1038839930778034277)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐ŸŽ๏ฝœ๐—”๐—ฏ๐—ผ๐˜‚๐˜-๐— ๐—ฒ(1087314904589008958)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿ“Œ๏ฝœ๐—š๐—ฒ๐˜๐˜๐—ถ๐—ป๐—ด-๐—ฆ๐˜๐—ฎ๐—ฟ๐˜๐—ฒ๐—ฑ(1118185305044951070)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:โ™ก-๐‘บ๐’‘๐’‚๐’˜๐’-โ™ก(1118180841613447260)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:โ™ก-๐‘น๐’‚๐’๐’…๐’๐’Ž-๐‘ป๐‘ท-โ™ก(1118181013076578444)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:โ™ก-๐‘ช๐’“๐’†๐’‚๐’•๐’Š๐’—๐’†-๐‘ท๐’๐’๐’•๐’”-โ™ก(1118181233877340320)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:โ™ก-๐‘บ๐’†๐’•-๐‘ฏ๐’๐’Ž๐’†-โ™ก(1118181350869061713)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:โ™ก-๐‘ฑ๐’๐’ƒ๐’”-โ™ก(1118181485900480512)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:โ™ก-๐‘บ๐’‰๐’๐’‘๐’‘๐’Š๐’๐’ˆ-๐‘ซ๐’Š๐’”๐’•๐’“๐’Š๐’„๐’•-โ™ก(1118181602208534608)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:โ™ก-๐‘ซ๐’‚๐’Š๐’๐’š-๐‘น๐’†๐’˜๐’‚๐’“๐’…๐’”-โ™ก(1118181718453653604)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:โ™ก-๐‘ท๐’๐’‚๐’š๐’†๐’“-๐‘ป๐’‘๐’”-โ™ก(1118181818173243442)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:โ™ก-๐‘ท๐’๐’“๐’•๐’‚๐’๐’”-โ™ก(1118181961924608060)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:โ™ก-๐‘ฉ๐’Š๐’๐’Ž๐’†-๐‘ป๐’‘๐’”-โ™ก(1118182064450179182)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿฆ‹๏ฝœ๐—”๐—ป๐—ป๐—ผ๐˜‚๐—ป๐—ฐ๐—ฒ๐—บ๐—ฒ๐—ป๐˜๐˜€(1087311371244404776)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿ™๏ฝœ๐—›๐—ฒ๐—น๐—ฝ(1054185785512960021)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿฆ€๏ฝœ๐—•๐—ฎ๐—ป-๐—”๐—ฝ๐—ฝ๐—ฒ๐—ฎ๐—น(1038971985503457370)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿพ๏ฝœ๐—ง๐—ฝ-๐—ฅ๐—ฒ๐—พ๐˜‚๐—ฒ๐˜€๐˜(1097444408309325874)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿช๏ฝœ๐—ฃ๐—ผ๐—น๐—น๐˜€-๐—”๐—ป๐—ฑ-๐—ฉ๐—ผ๐˜๐—ฒ๐˜€(1087316434360733707)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿงธ๏ฝœ๐™‚๐™š๐™ฃ๐™š๐™ง๐™–๐™ก-๐˜พ๐™๐™–๐™ฉ(1087319528670773299)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿ๏ฝœ๐—œ๐—ป-๐—š๐—ฎ๐—บ๐—ฒ-๐—–๐—ต๐—ฎ๐˜(1091599292604620900)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐ŸŒ™๏ฝœ๐—–๐—ผ๐—ป๐˜€๐—ผ๐—น๐—ฒ(1091599454697693304)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿฏ๏ฝœ18-๐™‚๐™š๐™ฃ๐™š๐™ง๐™–๐™ก-๐˜พ๐™๐™–๐™ฉ(1106832749345656842)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:โญ๏ฝœ๐™ˆ๐™š๐™ข๐™š๐™จ(1111236858689622097)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐ŸŒฑ๏ฝœ๐—ฆ๐—ฒ๐—น๐—ณ๐—ถ๐—ฒ๐˜€(1087316899706196048)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿธ๏ฝœ๐—ฃ๐—ถ๐—ฐ๐˜๐˜‚๐—ฟ๐—ฒ๐˜€(1087316971110019132)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿข๏ฝœ๐™‚๐—ฎ๐—บ๐—ฒ-๐—ฆ๐—ฐ๐—ฟ๐—ฒ๐—ฒ๐—ป๐˜€๐—ต๐—ผ๐˜๐˜€(1087317032208441365)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿ๏ฝœ๐— ๐—ฒ๐—บ๐—ฒ๐˜€(1087317080321314866)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐ŸฆŽ๏ฝœ๐—•๐—ถ๐—ฟ๐˜๐—ต๐—ฑ๐—ฎ๐˜†๐˜€(1087317277013180446)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿ‰๏ฝœ๐—ฃ๐—น๐—ฎ๐˜†๐—ฒ๐—ฟ-๐—Ÿ๐—ผ๐—ฟ๐—ฒ(1087317331794984980)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿ›๏ฝœ๐—›๐—ผ๐—ฏ๐—ฏ๐—ถ๐—ฒ๐˜€(1087317374253924413)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿ”ฎ๏ฝœ๐—ฅ๐—ถ๐—ป๐˜€-๐—ฅ๐—ฒ๐—ฎ๐—ฑ๐—ถ๐—ป๐—ด๐˜€(1104968293867061329)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐ŸŒŠ๏ฝœ๐——๐—ฎ๐˜๐—ฎ-๐—ฃ๐—ฎ๐—ฐ๐—ธ๐˜€(1038973214505828372)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐ŸŸ๏ฝœ๐—ฃ๐—น๐—ฎ๐˜†๐—ฒ๐—ฟ-๐—ฆ๐—ต๐—ผ๐—ฝ๐˜€(1087316522889908254)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐ŸŒ ๏ฝœ๐—ฆ๐˜‚๐—ด๐—ด๐—ฒ๐˜€๐˜๐—ถ๐—ผ๐—ป๐˜€(1087316854999109712)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿ’ญ๏ฝœ๐—ง๐˜„๐—ถ๐˜๐—ฐ๐—ต-๐—ก๐—ผ๐˜๐—ถ๐—ณ๐˜€(1087319706173710386)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿ‡๏ฝœ๐—ฆ๐—ผ๐—ฐ๐—ถ๐—ฎ๐—น-๐— ๐—ฒ๐—ฑ๐—ถ๐—ฎ(1058384784381988904)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐ŸŒผ๏ฝœ๐—ฃ๐—น๐—ฎ๐—ป๐—ฒ๐˜-๐— ๐—ถ๐—ป๐—ฒ๐—ฐ๐—ฟ๐—ฎ๐—ณ๐˜(1091360766533324890)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿบ๐‘ด๐’–๐’”๐’Š๐’„-๐‘ธ๐’–๐’†๐’–๐’†๐Ÿบ(1111617869403394078)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿฆ”๐˜—๐˜ญ๐˜ข๐˜บ๐˜ฆ๐˜ณ-๐˜›๐˜ฑ-๐˜Š๐˜ฐ๐˜ฐ๐˜ณ๐˜ฅ๐˜ด(1038861139435589753)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐ŸŒ๐˜™๐˜ฆ๐˜ค๐˜ช๐˜ฆ๐˜ท๐˜ฆ๐˜ฅ-๐˜ฃ๐˜ข๐˜ฏ-๐˜ข๐˜ฑ๐˜ฑ๐˜ฆ๐˜ข๐˜ญ๐˜ด(1039233524076650628)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿฆฆ๐˜‰๐˜ฐ๐˜ต-๐˜Š๐˜ฐ๐˜ฎ๐˜ฎ๐˜ข๐˜ฏ๐˜ฅ๐˜ด(1046387642637496320)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿฆ™๐˜—๐˜ญ๐˜ข๐˜บ๐˜ฆ๐˜ณ๐˜ด-๐˜ข๐˜ฏ๐˜ฅ-๐˜ถ๐˜ด๐˜ฆ๐˜ณ๐˜ฏ๐˜ข๐˜ฎ๐˜ฆ๐˜ด(1054186230826401905)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿก๐˜”๐˜ฐ๐˜ฅ-๐˜“๐˜ฐ๐˜จ๐˜ด(1038983837121773649)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:๐Ÿฆฅserver-info(1043328955614244894)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:๐ŸŒ™๏ฝœ๐—–๐—ผ๐—ป๐˜€๐—ผ๐—น๐—ฒ(1091599454697693304)
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
[03:44:46] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[03:44:50] [Server thread/INFO]: [UltraCosmetics] 
[03:44:50] [Server thread/WARN]: [UltraCosmetics] Morphs require Lib's Disguises, but it is not installed. Morphs will be disabled.
[03:44:50] [Server thread/INFO]: [WorldGuard] Registering session handler be.isach.ultracosmetics.worldguard.FlagManager
[03:44:50] [Server thread/INFO]: [UltraCosmetics] 
[03:44:50] [Server thread/INFO]: [UltraCosmetics] WorldGuard custom flags enabled
[03:44:50] [Server thread/INFO]: [UltraCosmetics] 
[03:44:50] [Server thread/INFO]: [UltraCosmetics] Hooked into Vault:EssentialsX Economy for economy.
[03:44:50] [Server thread/INFO]: [UltraCosmetics] 
[03:44:50] [Server thread/INFO]: [UltraCosmetics] 
[03:44:50] [Server thread/INFO]: [UltraCosmetics] UltraCosmetics successfully finished loading in 5624ms!
[03:44:50] [Server thread/INFO]: [UltraCosmetics] -------------------------------------------------------------------
[03:44:50] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[03:44:50] [Server thread/INFO]: [Geyser-Spigot] 
[03:44:50] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.1.1-SNAPSHOT (git-master-bf5e084)
[03:44:50] [Server thread/INFO]: [Geyser-Spigot] 
[03:44:50] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[03:44:53] [Server thread/ERROR]: [Geyser-Spigot] Auth-type set to Floodgate but Floodgate is not installed! Disabling...
[03:44:53] [Server thread/INFO]: [Geyser-Spigot] Done (2.714s)! Run /geyser help for help!
[03:44:53] [Server thread/INFO]: Running delayed init tasks
[03:44:53] [Craft Scheduler Thread - 7 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[03:44:53] [Craft Scheduler Thread - 8 - Essentials/INFO]: [Essentials] Fetching version information...
[03:44:53] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[03:44:53] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[03:44:53] [Server thread/INFO]: [Jobs] Successfully linked with Vault. (EssentialsX Economy)
[03:44:53] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
[03:44:53] [Server thread/WARN]: [PlotSquared/BukkitPlatform] `CreativePlots` was not properly loaded - PlotSquared will now try to load it properly
[03:44:53] [Server thread/WARN]: [PlotSquared/BukkitPlatform] - Are you trying to delete this world? Remember to remove it from the worlds.yml, bukkit.yml and multiverse worlds.yml
[03:44:53] [Server thread/WARN]: [PlotSquared/BukkitPlatform] - Your world management plugin may be faulty (or non existent)
[03:44:53] [Server thread/WARN]: [PlotSquared/BukkitPlatform] - The named world is not a plot world
[03:44:53] [Server thread/WARN]: [PlotSquared/BukkitPlatform] This message may also be a false positive and could be ignored.
[03:44:53] [Craft Scheduler Thread - 3 - PlotSquared/INFO]: [PlotSquared/UpdateUtility] Congratulations! You are running the latest PlotSquared version
[03:44:53] [Craft Scheduler Thread - 0 - CMILib/INFO]: New version of CMILib was detected. Please update it
[03:44:53] [Craft Scheduler Thread - 12 - UltraCosmetics/INFO]: [UltraCosmetics] You are running the latest version on Spigot.
[03:44:53] [Server thread/INFO]: [PlotSquared/PlotSquared] Detected world load for 'CreativePlots'
[03:44:53] [Server thread/INFO]: [PlotSquared/PlotSquared] - generator: PlotSquared>PlotSquared
[03:44:53] [Server thread/INFO]: [PlotSquared/PlotSquared] - plot world: com.plotsquared.core.generator.HybridPlotWorld
[03:44:53] [Server thread/INFO]: [PlotSquared/PlotSquared] - plot area manager: com.plotsquared.core.generator.HybridPlotManager
[03:44:53] [Server thread/INFO]: [P2] Area flags: []
[03:44:53] [Server thread/INFO]: [P2] Road flags: []
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] - schematic: false
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] - Dumping settings for ClassicPlotWorld with name CreativePlots
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_schematic_enabled = false
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_schematic = false
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_schematic_height = -1
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- path_width_lower = 3
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- path_width_upper = 103
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- schem_y = 62
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_height = 62
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_height = 62
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- wall_height = 62
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- main_block = minecraft:stone
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- top_block = minecraft:grass_block
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- wall_block = minecraft:prismarine_slab
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- claimed_wall_block = minecraft:dark_prismarine_slab
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- wall_filling = minecraft:deepslate_bricks
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_block = minecraft:deepslate_bricks
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_bedrock = true
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- place_top_block = true
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_width = 99
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_width = 7
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_offset_x = 0
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_offset_z = 0
[03:44:53] [Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- size = 106
[03:44:53] [Server thread/INFO]: Preparing start region for dimension minecraft:creativeplots
[03:44:53] [Craft Scheduler Thread - 10 - ChatFeelings/INFO]: [ChatFeelings] Having issues? Got a question? Join our support discord: https://discord.gg/6ugXPfX
[03:44:54] [Server thread/INFO]: Time elapsed: 243 ms
[03:44:54] [Server thread/INFO]: [WorldGuard] (CreativePlots) TNT ignition is PERMITTED.
[03:44:54] [Server thread/INFO]: [WorldGuard] (CreativePlots) Lighters are PERMITTED.
[03:44:54] [Server thread/INFO]: [WorldGuard] (CreativePlots) Lava fire is PERMITTED.
[03:44:54] [Server thread/INFO]: [WorldGuard] (CreativePlots) Fire spread is UNRESTRICTED.
[03:44:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CreativePlots'
[03:44:54] [Server thread/INFO]: Done (27.545s)! For help, type "help"
[03:44:54] [Server thread/INFO]: Timings Reset
[03:44:54] [Craft Scheduler Thread - 10 - Vault/INFO]: [Vault] Checking for Updates ... 
[03:44:54] [Craft Scheduler Thread - 10 - Vault/INFO]: [Vault] No new version available
[03:44:54] [Craft Scheduler Thread - 9 - HeadDatabase/INFO]: [HeadDatabase] Successfully loaded 53096 heads!
[03:44:54] [DiscordSRV - JDA Callback 0/INFO]: [DiscordSRV] Cleared all pre-existing slash commands in 1/1 guilds (0 cancelled)
[03:44:54] [Craft Scheduler Thread - 9 - HeadDatabase/INFO]: [HeadDatabase] Successfully loaded 18 featured tags!