Paste #129451: Unnamed Server Log Paste

Date: 2024/12/28 19:29:23 UTC-08:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


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


[03:16:36] [ServerMain/INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.5+11-LTS; Eclipse Adoptium Temurin-21.0.5+11) on Linux 5.15.0-89-generic (amd64)
[03:16:36] [ServerMain/INFO]: [bootstrap] Loading Purpur 1.21.3-2358-ver/1.21.3@16ce24a (2024-12-04T12:57:44Z) for Minecraft 1.21.3
[03:16:36] [ServerMain/INFO]: [PluginInitializerManager] Initializing plugins...
[03:16:37] [Paper Plugin Remapper Thread - 1/INFO]: [PluginRemapper] Remapping plugin 'plugins/Toast API.jar'...
[03:16:38] [Paper Plugin Remapper Thread - 1/INFO]: [PluginRemapper] Done remapping plugin 'plugins/Toast API.jar' in 251ms.
[03:16:38] [ServerMain/INFO]: [PluginInitializerManager] Initialized 48 plugins
[03:16:38] [ServerMain/INFO]: [PluginInitializerManager] Bukkit plugins (48):
 - AdvancedChat (1.7.2), AdvancedPortals (2.1.0), AuraSkills (2.2.7), AutoPickup (1.4.6-SNAPSHOT), BetonQuest (2.2.0), BetterRTP (3.6.13), CMILib (1.5.2.5), Citizens (2.0.36-SNAPSHOT (build 3642)), CoinsEngine (2.4.1), DailyRewards (2.7.0), DecentHolograms (2.8.12), DeluxeAnnounce (31.2.21), DeluxeMenus (1.14.1-DEV-184), DiscordSRV (1.29.0), EpicRename (3.12), Essentials (2.21.0-dev+151-f2af952), EssentialsSpawn (2.21.0-dev+151-f2af952), FastAsyncWorldEdit (2.12.2), GSit (1.12.1), ItemsAdder (4.0.6), Jobs (5.2.4.5), LoneLibs (1.0.63), LuckPerms (5.4.151), MiniMOTD (2.1.4), Multiverse-Core (4.3.14), MythicMobs (5.8.0-SNAPSHOT-b73e45b0), OpenAudioMc (6.10.6), OreRegenerator (2.4.9), Parkour (7.2.3), PlaceholderAPI (2.11.6), PlayTime (3.6), PlayerAuctions (1.30.2), ProtocolLib (5.4.0-SNAPSHOT-738), RedProtect (8.1.2-SNAPSHOT), STN-Studios-API (5.0.0-beta.20), ShopGUIPlus (1.102.0), TAB (5.0.3), Tebex (2.0.5), ToastAPI (0.3.1), Vault (1.7.3-b131), ViaVersion (5.2.1-SNAPSHOT), Vulcan (2.9.2.4), WorldGuard (7.0.13-beta-1+2f13ae0), WorldGuardExtraFlags (4.2.4-SNAPSHOT), dynmap (3.7-beta-7-Dev), eGlow (3.3.6), nightcore (2.7.3), packetevents (2.7.0)
[03:16:41] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[03:16:41] [ServerMain/INFO]: [MCTypeRegistry] Initialising converters for DataConverter...
[03:16:41] [ServerMain/INFO]: [MCTypeRegistry] Finished initialising converters for DataConverter in 250.0ms
[03:16:44] [ServerMain/INFO]: Loaded 1344 recipes
[03:16:45] [ServerMain/INFO]: Loaded 1511 advancements
[03:16:45] [Server thread/INFO]: Starting minecraft server version 1.21.3
[03:16:45] [Server thread/INFO]: Loading properties
[03:16:45] [Server thread/INFO]: This server is running Purpur version 1.21.3-2358-ver/1.21.3@16ce24a (2024-12-04T12:57:44Z) (Implementing API version 1.21.3-R0.1-SNAPSHOT)
[03:16:45] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
[03:16:46] [Server thread/INFO]: Server Ping Player Sample Count: 12
[03:16:46] [Server thread/INFO]: Using 4 threads for Netty based IO
[03:16:46] [Server thread/INFO]: [MoonriseCommon] Paper is using 1 worker threads, 1 I/O threads
[03:16:46] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using population gen parallelism: true
[03:16:47] [Server thread/WARN]: [Pufferfish] SIMD operations are available for your server, but are not configured!
[03:16:47] [Server thread/WARN]: [Pufferfish] To enable additional optimizations, add "--add-modules=jdk.incubator.vector" to your startup flags, BEFORE the "-jar".
[03:16:47] [Server thread/WARN]: [Pufferfish] If you have already added this flag, then SIMD operations are not supported on your JVM or CPU.
[03:16:47] [Server thread/WARN]: [Pufferfish] Debug: Java: 21.0.5, test run: true
[03:16:47] [Server thread/INFO]: Default game type: SURVIVAL
[03:16:47] [Server thread/INFO]: Generating keypair
[03:16:47] [Server thread/INFO]: Starting Minecraft server on 85.190.131.171:25565
[03:16:47] [Server thread/INFO]: Using epoll channel type
[03:16:47] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[03:16:47] [Server thread/INFO]: Paper: Using OpenSSL 3.x.x (Linux x86_64) cipher from Velocity.
[03:16:47] [Server thread/WARN]: [org.bukkit.craftbukkit.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[03:16:56] [Server thread/WARN]: Legacy plugin STN-Studios-API v5.0.0-beta.20 does not specify an api-version.
[03:16:56] [Server thread/WARN]: Legacy plugin PlayTime v3.6 does not specify an api-version.
[03:16:56] [Server thread/WARN]: Legacy plugin ToastAPI v0.3.1 does not specify an api-version.
[03:16:56] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loading 2 libraries... please wait
[03:16:56] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/com/zaxxer/HikariCP/6.0.0/HikariCP-6.0.0.jar
[03:16:56] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[03:16:56] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/it/unimi/dsi/fastutil-core/8.5.13/fastutil-core-8.5.13.jar
[03:16:56] [Server thread/INFO]: [nightcore] Server version detected as Purpur 1.21.3.
[03:16:56] [Server thread/INFO]: [nightcore] [Core Components] ENTITY_ID_GENERATOR: Loaded
[03:16:57] [Server thread/INFO]: [nightcore] [Core Components] ITEM_NBT_COMPRESSOR: Loaded
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [LoneLibs] Loading 1 libraries... please wait
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [LoneLibs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loading 5 libraries... please wait
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/ch/ethz/globis/phtree/phtree/2.8.1/phtree-2.8.1.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/it/unimi/dsi/fastutil/8.5.15/fastutil-8.5.15.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-platform-bukkit/4.3.3/adventure-platform-bukkit-4.3.3.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-platform-api/4.3.3/adventure-platform-api-4.3.3.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.3/adventure-text-serializer-bungeecord-4.3.3.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-text-serializer-legacy/4.13.1/adventure-text-serializer-legacy-4.13.1.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-text-serializer-gson/4.13.1/adventure-text-serializer-gson-4.13.1.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-text-serializer-gson-legacy-impl/4.13.1/adventure-text-serializer-gson-legacy-impl-4.13.1.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-platform-facet/4.3.3/adventure-platform-facet-4.3.3.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-platform-viaversion/4.3.3/adventure-platform-viaversion-4.3.3.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-text-minimessage/4.17.0/adventure-text-minimessage-4.17.0.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-api/4.17.0/adventure-api-4.17.0.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-key/4.17.0/adventure-key-4.17.0.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loading 4 libraries... please wait
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-api/4.16.0/adventure-api-4.16.0.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-key/4.16.0/adventure-key-4.16.0.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/jetbrains/annotations/24.1.0/annotations-24.1.0.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-platform-bukkit/4.3.2/adventure-platform-bukkit-4.3.2.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-platform-api/4.3.2/adventure-platform-api-4.3.2.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.2/adventure-text-serializer-bungeecord-4.3.2.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-text-serializer-legacy/4.13.1/adventure-text-serializer-legacy-4.13.1.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-text-serializer-gson-legacy-impl/4.13.1/adventure-text-serializer-gson-legacy-impl-4.13.1.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-platform-facet/4.3.2/adventure-platform-facet-4.3.2.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-platform-viaversion/4.3.2/adventure-platform-viaversion-4.3.2.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-text-minimessage/4.16.0/adventure-text-minimessage-4.16.0.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-text-serializer-gson/4.16.0/adventure-text-serializer-gson-4.16.0.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/adventure-text-serializer-json/4.16.0/adventure-text-serializer-json-4.16.0.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/kyori/option/1.0.0/option-1.0.0.jar
[03:16:57] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [AdvancedChat] Loading 1 libraries... please wait
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [AdvancedChat] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [AdvancedChat] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [AdvancedChat] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [AdvancedChat] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [AdvancedChat] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [AdvancedChat] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/ow2/asm/asm-util/7.3.1/asm-util-7.3.1.jar
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loading 4 libraries... please wait
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/net/sourceforge/streamsupport/speedy-math/1.0.0/speedy-math-1.0.0.jar
[03:16:58] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/minecraft/multicraft/servers/server1983426/default/libraries/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.jar
[03:16:58] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.6
[03:16:58] [Server thread/INFO]: [STN-Studios-API] Loading server plugin STN-Studios-API v5.0.0-beta.20
[03:16:58] [Server thread/INFO]: [CMILib] Loading server plugin CMILib v1.5.2.5
[03:16:58] [Server thread/INFO]: [PlayTime] Loading server plugin PlayTime v3.6
[03:16:58] [Server thread/INFO]: [ToastAPI] Loading server plugin ToastAPI v0.3.1
[03:16:58] [Server thread/INFO]: [nightcore] Loading server plugin nightcore v2.7.3
[03:16:58] [Server thread/INFO]: [AdvancedPortals] Loading server plugin AdvancedPortals v2.1.0
[03:16:58] [Server thread/INFO]: [Tebex] Loading server plugin Tebex v2.0.5
[03:16:58] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v5.2.1-SNAPSHOT
[03:16:58] [Server thread/INFO]: [ViaVersion] ViaVersion 5.2.1-SNAPSHOT is now loaded. Registering protocol transformers and injecting...
[03:16:59] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[03:16:59] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[03:16:59] [Server thread/INFO]: [MiniMOTD] Loading server plugin MiniMOTD v2.1.4
[03:16:59] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.151
[03:16:59] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.12
[03:16:59] [Server thread/INFO]: [LoneLibs] Loading server plugin LoneLibs v1.0.63
[03:16:59] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.4.0-SNAPSHOT-738
[03:16:59] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.21.3) has not yet been tested! Proceed with caution.
[03:17:00] [Server thread/INFO]: [packetevents] Loading server plugin packetevents v2.7.0
[03:17:03] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[03:17:03] [Server thread/INFO]: [dynmap] Loading server plugin dynmap v3.7-beta-7-Dev
[03:17:03] [Server thread/INFO]: [dynmap] version=1.21.3-2358-16ce24a (MC: 1.21.3)
[03:17:03] [Server thread/INFO]: [dynmap] Mod Support API available
[03:17:03] [Server thread/INFO]: [EpicRename] Loading server plugin EpicRename v3.12
[03:17:03] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.14
[03:17:03] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.12.2
[03:17:03] [Server thread/WARN]: 
**********************************************
** You are using the Spigot-mapped FAWE jar on a modern Paper version.
** This will result in slower first-run times and wasted disk space from plugin remapping.
** Download the Paper FAWE jar from Modrinth to avoid this: https://modrinth.com/plugin/fastasyncworldedit/
**********************************************
[03:17:04] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@752af15a]
[03:17:04] [Server thread/INFO]: [CoinsEngine] Loading server plugin CoinsEngine v2.4.1
[03:17:04] [Server thread/INFO]: [PlayerAuctions] Loading server plugin PlayerAuctions v1.30.2
[03:17:04] [Server thread/INFO]: [Parkour] Loading server plugin Parkour v7.2.3
[03:17:04] [Server thread/INFO]: [TAB] Loading server plugin TAB v5.0.3
[03:17:04] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.13-beta-1+2f13ae0
[03:17:04] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.36-SNAPSHOT (build 3642)
[03:17:04] [Server thread/INFO]: [MythicMobs] Loading server plugin MythicMobs v5.8.0-SNAPSHOT-b73e45b0
[03:17:04] [Server thread/INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
[03:17:04] [Server thread/INFO]: [MythicMobs] Mythic Enabled!
[03:17:04] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.12.1
[03:17:04] [Server thread/INFO]: [WorldGuardExtraFlags] Loading server plugin WorldGuardExtraFlags v4.2.4-SNAPSHOT
[03:17:04] [Server thread/INFO]: [AuraSkills] Loading server plugin AuraSkills v2.2.7
[03:17:04] [Server thread/INFO]: [eGlow] Loading server plugin eGlow v3.3.6
[03:17:04] [Server thread/INFO]: [Vulcan] Loading server plugin Vulcan v2.9.2.4
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Loading server plugin DeluxeAnnounce v31.2.21
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying the dependencies...
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for gson
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for gson
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for jar-relocator
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for jar-relocator
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for asm
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for asm
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for asm-commons
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for asm-commons
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for gson
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for gson
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for discord-webhooks
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for discord-webhooks
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for slf4j-api
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for slf4j-api
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for okhttp
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for okhttp
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for okio
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for okio
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for okio-jvm
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for okio-jvm
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for kotlin-stdlib-jdk8
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for kotlin-stdlib-jdk8
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for kotlin-stdlib
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for kotlin-stdlib
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for kotlin-stdlib-common
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for kotlin-stdlib-common
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for annotations
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for annotations
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for kotlin-stdlib-jdk7
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for kotlin-stdlib-jdk7
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for json
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for json
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for okhttp
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for okhttp
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for okio
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for okio
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for okio-jvm
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for okio-jvm
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for kotlin-stdlib-jdk8
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for kotlin-stdlib-jdk8
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for kotlin-stdlib
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for kotlin-stdlib
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for kotlin-stdlib-common
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for kotlin-stdlib-common
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for annotations
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for annotations
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for kotlin-stdlib-jdk7
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for kotlin-stdlib-jdk7
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for json-simple
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for json-simple
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for junit
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for junit
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for hamcrest-core
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for hamcrest-core
[03:17:04] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for XSeries
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for XSeries
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for HikariCP
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for HikariCP
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for slf4j-api
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for slf4j-api
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for h2
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for h2
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for slf4j-simple
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for slf4j-simple
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for slf4j-api
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for slf4j-api
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for snakeyaml
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for snakeyaml
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Verifying checksum for paperlib
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Checksum matched for paperlib
[03:17:05] [Server thread/INFO]: [DeluxeAnnounce] Dependencies successfully loaded!
[03:17:05] [Server thread/INFO]: [ShopGUIPlus] Loading server plugin ShopGUIPlus v1.102.0
[03:17:05] [Server thread/INFO]: [OpenAudioMc] Loading server plugin OpenAudioMc v6.10.6
[03:17:05] [Server thread/INFO]: [AdvancedChat] Loading server plugin AdvancedChat v1.7.2
[03:17:05] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0-dev+151-f2af952
[03:17:05] [Server thread/INFO]: [Jobs] Loading server plugin Jobs v5.2.4.5
[03:17:05] [Server thread/INFO]: [RedProtect] Loading server plugin RedProtect v8.1.2-SNAPSHOT
[03:17:05] [Server thread/INFO]: [BetonQuest] Loading server plugin BetonQuest v2.2.0
[03:17:05] [Server thread/INFO]: [ItemsAdder] Loading server plugin ItemsAdder v4.0.6
[03:17:05] [Server thread/INFO]: [DiscordSRV] Loading server plugin DiscordSRV v1.29.0
[03:17:05] [Server thread/INFO]: [AutoPickup] Loading server plugin AutoPickup v1.4.6-SNAPSHOT
[03:17:05] [Server thread/INFO]: [OreRegenerator] Loading server plugin OreRegenerator v2.4.9
[03:17:05] [Server thread/INFO]: [DeluxeMenus] Loading server plugin DeluxeMenus v1.14.1-DEV-184
[03:17:05] [Server thread/WARN]: [DeluxeMenus] Could not setup a NMS hook for your server version!
[03:17:05] [Server thread/INFO]: [BetterRTP] Loading server plugin BetterRTP v3.6.13
[03:17:05] [Server thread/INFO]: [DailyRewards] Loading server plugin DailyRewards v2.7.0
[03:17:05] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.21.0-dev+151-f2af952
[03:17:05] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[03:17:05] [Server thread/INFO]: [STN-Studios-API] Enabling STN-Studios-API v5.0.0-beta.20*
[03:17:05] [Server thread/INFO]: 
[03:17:05] [Server thread/INFO]: [STN Studios API]      _    ____ ___
[03:17:05] [Server thread/INFO]: [STN Studios API]     / \  |  _ \_ _|
[03:17:05] [Server thread/INFO]: [STN Studios API]    / _ \ | |_) | |
[03:17:05] [Server thread/INFO]: [STN Studios API]   / ___ \|  __/| |
[03:17:05] [Server thread/INFO]: [STN Studios API]  /_/   \_\_|  |___|
[03:17:05] [Server thread/INFO]: [STN Studios API] 
[03:17:05] [Server thread/INFO]: [STN Studios API] Running on 1.21.3-2358-16ce24a (MC: 1.21.3)
[03:17:05] [Server thread/INFO]: [STN Studios API] Version: 5.0.0-beta.20
[03:17:05] [Server thread/INFO]: [STN Studios API] 
[03:17:05] [Server thread/INFO]: 
[03:17:05] [Server thread/INFO]: [STN Studios API] Enter your discord token in config.yml
[03:17:05] [Server thread/INFO]: [STN Studios API] Tutorial: https://announce.stn-studios.dev/en/discord-bot
[03:17:05] [Server thread/INFO]: [nightcore] Enabling nightcore v2.7.3
[03:17:05] [Server thread/INFO]: [nightcore] Found economy provider: EssentialsX Economy
[03:17:05] [Server thread/INFO]: [nightcore] [DEBUG] Inject post-loading code...
[03:17:05] [Server thread/INFO]: [nightcore] Plugin loaded in 126 ms!
[03:17:05] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.151
[03:17:05] [Server thread/INFO]:         __    
[03:17:05] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.151
[03:17:05] [Server thread/INFO]:   |___ |      Running on Bukkit - Purpur
[03:17:05] [Server thread/INFO]: 
[03:17:05] [Server thread/INFO]: [LuckPerms] Loading configuration...
[03:17:06] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[03:17:06] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[03:17:06] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[03:17:07] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1794ms)
[03:17:07] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.63
[03:17:07] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.4.0-SNAPSHOT-738
[03:17:07] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[03:17:07] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[03:17:07] [Server thread/INFO]: [nightcore] Found permissions provider: SuperPerms
[03:17:07] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[03:17:07] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[03:17:07] [Server thread/INFO]: [nightcore] Found chat provider: LuckPerms
[03:17:07] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[03:17:07] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.12.2
[03:17:07] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[03:17:07] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!                                                                !!!
[03:17:07] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!    Using history database whilst deleting disk history!        !!!
[03:17:07] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!    You will not be able to rollback edits after a user logs    !!!
[03:17:07] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!    out, recommended to disable delete-disk-on-logout if you    !!!
[03:17:07] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!    you want to have full history rollback functionality.       !!!
[03:17:07] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!    Disable use-database if you do not need to have rollback    !!!
[03:17:07] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!    functionality and wish to disable this warning.             !!!
[03:17:07] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!                                                                !!!
[03:17:07] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[03:17:07] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
[03:17:07] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
[03:17:07] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[03:17:07] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[03:17:07] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_21_3.PaperweightFaweAdapter as the Bukkit adapter
[03:17:08] [Server thread/INFO]: [CoinsEngine] Enabling CoinsEngine v2.4.1
[03:17:08] [Server thread/INFO]: [CoinsEngine] Powered by nightcore
[03:17:08] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[03:17:08] [Server thread/INFO]: [com.zaxxer.hikari.pool.HikariPool] HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@6bc5462a
[03:17:08] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[03:17:08] [Server thread/INFO]: [CoinsEngine] Registered: 'coins' currency!
[03:17:08] [Server thread/INFO]: [CoinsEngine] Registered: 'deliveries' currency!
[03:17:08] [Server thread/INFO]: [CoinsEngine] Detected plugin available for data migration: Vault
[03:17:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: coinsengine [2.4.1]
[03:17:08] [Server thread/INFO]: [CoinsEngine] [DEBUG] Inject post-loading code...
[03:17:08] [Server thread/INFO]: [CoinsEngine] Plugin loaded in 354 ms!
[03:17:08] [Server thread/INFO]: Preparing level "purpur_1_20_6_2830325"
[03:17:09] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[03:17:09] [Server thread/INFO]: Preparing spawn area: 0%
[03:17:10] [Server thread/INFO]: Preparing spawn area: 0%
[03:17:10] [Server thread/INFO]: Time elapsed: 723 ms
[03:17:10] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[03:17:10] [Server thread/INFO]: Preparing spawn area: 0%
[03:17:10] [Server thread/INFO]: Time elapsed: 227 ms
[03:17:10] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[03:17:10] [Server thread/INFO]: Preparing spawn area: 0%
[03:17:10] [Server thread/INFO]: Time elapsed: 103 ms
[03:17:10] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
[03:17:10] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[03:17:10] [Server thread/INFO]: [CMILib] Enabling CMILib v1.5.2.5
[03:17:11] [Server thread/INFO]: Server version: v1_21_R2 - 1.21.3 - purpur  1.21.3-2358-16ce24a (MC: 1.21.3)
[03:17:12] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[03:17:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cmil [1.5.2.5]
[03:17:12] [Server thread/INFO]: PlaceholderAPI hooked.
[03:17:12] [Server thread/INFO]: Updated (EN) language file. Took 35ms
[03:17:12] [Server thread/INFO]: [PlayTime] Enabling PlayTime v3.6*
[03:17:12] [Server thread/INFO]: [PlayTime] PlaceholderAPI was found! Registering Placeholders.
[03:17:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: playtime [3.6]
[03:17:12] [Server thread/INFO]: [ToastAPI] Enabling ToastAPI v0.3.1*
[03:17:12] [Server thread/INFO]: [Toast API] ==================================================
[03:17:12] [Server thread/INFO]: [Toast API]  
[03:17:12] [Server thread/INFO]: [Toast API] API created by Wuason6x9 and maintained by RubenArtz
[03:17:12] [Server thread/INFO]: [Toast API] you can find the source code here: https://github.com/Wuason6x9/SimpleToastApi
[03:17:12] [Server thread/INFO]: [Toast API]  
[03:17:12] [Server thread/INFO]: [Toast API] ==================================================
[03:17:12] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v2.1.0
[03:17:12] [Server thread/INFO]: [AdvancedPortals] Loading Advanced Portals Core v2.1.0 for MC: 1.21.3
[03:17:12] [Server thread/INFO]: [AdvancedPortals] Advanced portals have been enabled!
[03:17:12] [Server thread/INFO]: [Tebex] Enabling Tebex v2.0.5
[03:17:13] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.2.1-SNAPSHOT
[03:17:13] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.21.2-1.21.3 (768)
[03:17:13] [Server thread/INFO]: [MiniMOTD] Enabling MiniMOTD v2.1.4
[03:17:13] [OkHttp https://plugin.tebex.io/.../INFO]: [Tebex] Connected to FlameSMP - Minecraft (Offline/Geyser) server.
[03:17:13] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.12
[03:17:13] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: 1.21.3! Trying to find NMS support
[03:17:13] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_21_R2' loaded!
[03:17:13] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'DecentHolograms' to create a bStats instance!
[03:17:13] [Server thread/INFO]: [packetevents] Enabling packetevents v2.7.0
[03:17:13] [packetevents-update-check-thread/INFO]: [packetevents] Checking for updates, please wait...
[03:17:14] [Server thread/INFO]: [dynmap] Enabling dynmap v3.7-beta-7-Dev
[03:17:14] [Server thread/INFO]: [dynmap] Added 126 custom biome mappings
[03:17:14] [Server thread/INFO]: [dynmap] Using LuckPerms 5.4.151 for access control
[03:17:14] [packetevents-update-check-thread/INFO]: [packetevents] You are running the latest release of PacketEvents. Your build: (2.7.0)
[03:17:14] [Server thread/INFO]: [dynmap] Extracted files upgraded
[03:17:14] [Server thread/INFO]: [dynmap] Mod Support processing completed
[03:17:16] [Server thread/INFO]: [dynmap] Loaded 27 shaders.
[03:17:17] [Server thread/INFO]: [dynmap] Loaded 83 perspectives.
[03:17:17] [Server thread/INFO]: [dynmap] Loaded 22 lightings.
[03:17:17] [Server thread/INFO]: [dynmap] Starting enter/exit processing
[03:17:17] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
[03:17:17] [Server thread/INFO]: [dynmap] Web server started on address 85.190.131.171:8123
[03:17:17] [Server thread/INFO]: [dynmap] version 3.7-beta-7-Dev is enabled - core version 3.7-beta-7-Dev
[03:17:17] [Server thread/INFO]: [dynmap] For support, visit our Discord at https://discord.gg/s3rd5qn
[03:17:17] [Server thread/INFO]: [dynmap] For news, visit https://reddit.com/r/Dynmap or follow https://universeodon.com/@dynmap
[03:17:17] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[03:17:17] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
[03:17:17] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'purpur_1_20_6_2830325'.
[03:17:17] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'purpur_1_20_6_2830325_nether'.
[03:17:17] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'purpur_1_20_6_2830325_the_end'.
[03:17:17] [Server thread/INFO]: [dynmap] Enabled
[03:17:17] [Server thread/INFO]: [EpicRename] Enabling EpicRename v3.12
[03:17:17] [Server thread/INFO]: [EpicRename] [CheckServerVersion] Server running 1.16 or newer. Hex color code support has been enabled.
[03:17:17] [Server thread/INFO]: [EpicRename] Version: 3.12 MC Version: ONE_DOT_SIXTEEN_OR_NEWER
[03:17:17] [Server thread/INFO]: [EpicRename] This plugin is Copyright (c) 2022 Justin "JustBru00" Brubaker. This plugin is licensed under the MPL v2.0. You can view a copy of the MPL v2.0 license at: http://bit.ly/2eMknxx
[03:17:17] [Server thread/INFO]: [EpicRename] Starting to enable plugin...
[03:17:17] [Server thread/INFO]: [EpicRename] Prefix set to: '[EpicRename] '
[03:17:17] [Server thread/INFO]: [EpicRename] Plugin Enabled!
[03:17:17] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.14
[03:17:17] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.14" 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--].
[03:17:17] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[03:17:17] [Server thread/INFO]: Preparing start region for dimension minecraft:build
[03:17:17] [Server thread/INFO]: Preparing spawn area: 0%
[03:17:17] [Server thread/INFO]: Time elapsed: 130 ms
[03:17:17] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Build'.
[03:17:17] [Server thread/INFO]: Preparing start region for dimension minecraft:mineworld
[03:17:17] [Server thread/INFO]: Preparing spawn area: 0%
[03:17:18] [Server thread/INFO]: Time elapsed: 167 ms
[03:17:18] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'MineWorld'.
[03:17:18] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
[03:17:18] [Server thread/INFO]: [Multiverse-Core] Version 4.3.14 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[03:17:18] [Server thread/INFO]: [PlayerAuctions] Enabling PlayerAuctions v1.30.2
[03:17:18] [Server thread/INFO]: [PlayerAuctions] Vault found, now enabling PlayerAuctions...
[03:17:18] [Server thread/INFO]: [PlayerAuctions] Found 20 config files to load!
[03:17:19] [Server thread/INFO]: [PlayerAuctions] Permissions plugin found! (LuckPerms)
[03:17:19] [Server thread/INFO]: [PlayerAuctions] Economy plugin found! (EssentialsX Economy)
[03:17:19] [Server thread/INFO]: [PlayerAuctions] Chat plugin found! (LuckPerms)
[03:17:19] [Server thread/INFO]: [PlayerAuctions] Found PlaceholderAPI integrating support...
[03:17:19] [Server thread/INFO]: [PlayerAuctions] Found Vault Currency integrating support...
[03:17:19] [Server thread/INFO]: [PlayerAuctions] Found Product Converter integrating support...
[03:17:19] [Server thread/INFO]: [PlayerAuctions] Found CoinsEngine Currency integrating support...
[03:17:19] [Server thread/INFO]: [PlayerAuctions] SQLite database is enabling...
[03:17:19] [Server thread/INFO]: [PlayerAuctions] Loading Metrics...
[03:17:19] [Server thread/INFO]: [PlayerAuctions] Successfully loaded Metrics!
[03:17:19] [Server thread/INFO]: [Parkour] Enabling Parkour v7.2.3
[03:17:19] [Server thread/INFO]: [Parkour] 3 courses found.
[03:17:19] [Server thread/INFO]: [Parkour] 1 courses cached.
[03:17:19] [Server thread/WARN]: [Parkour] [BountifulAPI] Plugin is missing, link was unsuccessful.
[03:17:19] [Server thread/INFO]: [Parkour] [Vault (Economy)] Successfully linked. Version: 1.7.3-b131
[03:17:19] [Server thread/INFO]: [Parkour] [Vault (Permissions)] Successfully linked. Version: 1.7.3-b131
[03:17:19] [Server thread/INFO]: [Parkour] [PlaceholderAPI] Successfully linked. Version: 2.11.6
[03:17:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: parkour [7.2.3]
[03:17:19] [Server thread/INFO]: [Parkour] Enabled Parkour v7.2.3
[03:17:19] [Server thread/INFO]: [TAB] Enabling TAB v5.0.3
[03:17:19] [Server thread/INFO]: [TAB] Loaded NMS hook in 25ms
[03:17:20] [Server thread/INFO]: [TAB] Enabled in 261ms
[03:17:20] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.13-beta-1+2f13ae0
[03:17:20] [Server thread/INFO]: [WorldGuard] (purpur_1_20_6_2830325) TNT ignition is PERMITTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] (purpur_1_20_6_2830325) Lighters are PERMITTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] (purpur_1_20_6_2830325) Lava fire is PERMITTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] (purpur_1_20_6_2830325) Fire spread is UNRESTRICTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'purpur_1_20_6_2830325'
[03:17:20] [Server thread/INFO]: [WorldGuard] (purpur_1_20_6_2830325_nether) TNT ignition is PERMITTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] (purpur_1_20_6_2830325_nether) Lighters are PERMITTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] (purpur_1_20_6_2830325_nether) Lava fire is PERMITTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] (purpur_1_20_6_2830325_nether) Fire spread is UNRESTRICTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'purpur_1_20_6_2830325_nether'
[03:17:20] [Server thread/INFO]: [WorldGuard] (purpur_1_20_6_2830325_the_end) TNT ignition is PERMITTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] (purpur_1_20_6_2830325_the_end) Lighters are PERMITTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] (purpur_1_20_6_2830325_the_end) Lava fire is PERMITTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] (purpur_1_20_6_2830325_the_end) Fire spread is UNRESTRICTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'purpur_1_20_6_2830325_the_end'
[03:17:20] [Server thread/INFO]: [WorldGuard] (Build) TNT ignition is PERMITTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] (Build) Lighters are PERMITTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] (Build) Lava fire is PERMITTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] (Build) Fire spread is UNRESTRICTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Build'
[03:17:20] [Server thread/INFO]: [WorldGuard] (MineWorld) TNT ignition is PERMITTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] (MineWorld) Lighters are PERMITTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] (MineWorld) Lava fire is PERMITTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] (MineWorld) Fire spread is UNRESTRICTED.
[03:17:20] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MineWorld'
[03:17:20] [Server thread/INFO]: [WorldGuard] Loading region data...
[03:17:20] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.36-SNAPSHOT (build 3642)
[03:17:20] [Server thread/INFO]: [Citizens] Using mojmapped server, avoiding server package checks
[03:17:20] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[03:17:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: citizensplaceholder [1.0.0]
[03:17:20] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[03:17:20] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.8.0-SNAPSHOT-b73e45b0
[03:17:21] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.21.3)...
[03:17:21] [Server thread/INFO]: [MythicMobs] The server is running Paper; enabled Paper exclusive functionality
[03:17:22] [Server thread/INFO]: [MythicMobs] END_SPAWN_POINT
[03:17:22] [Server thread/INFO]: [MythicMobs] RAIN_DELAY
[03:17:22] [Server thread/INFO]: [MythicMobs] RAIN_DURATION
[03:17:22] [Server thread/INFO]: [MythicMobs] THUNDER_DELAY
[03:17:22] [Server thread/INFO]: [MythicMobs] THUNDER_DURATION
[03:17:22] [Server thread/INFO]: [MythicMobs] LOGGER
[03:17:22] [Server thread/INFO]: [MythicMobs] EMPTY_TIME_NO_TICK
[03:17:22] [Server thread/INFO]: [MythicMobs] MAX_SCHEDULED_TICKS_PER_TICK
[03:17:22] [Server thread/INFO]: [MythicMobs] players
[03:17:22] [Server thread/INFO]: [MythicMobs] chunkSource
[03:17:22] [Server thread/INFO]: [MythicMobs] server
[03:17:22] [Server thread/INFO]: [MythicMobs] serverLevelData
[03:17:22] [Server thread/INFO]: [MythicMobs] lastSpawnChunkRadius
[03:17:22] [Server thread/INFO]: [MythicMobs] entityTickList
[03:17:22] [Server thread/INFO]: [MythicMobs] gameEventDispatcher
[03:17:22] [Server thread/INFO]: [MythicMobs] noSave
[03:17:22] [Server thread/INFO]: [MythicMobs] sleepStatus
[03:17:22] [Server thread/INFO]: [MythicMobs] emptyTime
[03:17:22] [Server thread/INFO]: [MythicMobs] portalForcer
[03:17:22] [Server thread/INFO]: [MythicMobs] blockTicks
[03:17:22] [Server thread/INFO]: [MythicMobs] fluidTicks
[03:17:22] [Server thread/INFO]: [MythicMobs] pathTypesByPosCache
[03:17:22] [Server thread/INFO]: [MythicMobs] navigatingMobs
[03:17:22] [Server thread/INFO]: [MythicMobs] isUpdatingNavigations
[03:17:22] [Server thread/INFO]: [MythicMobs] raids
[03:17:22] [Server thread/INFO]: [MythicMobs] blockEvents
[03:17:22] [Server thread/INFO]: [MythicMobs] blockEventsToReschedule
[03:17:22] [Server thread/INFO]: [MythicMobs] handlingTick
[03:17:22] [Server thread/INFO]: [MythicMobs] customSpawners
[03:17:22] [Server thread/INFO]: [MythicMobs] dragonFight
[03:17:22] [Server thread/INFO]: [MythicMobs] dragonParts
[03:17:22] [Server thread/INFO]: [MythicMobs] structureManager
[03:17:22] [Server thread/INFO]: [MythicMobs] structureCheck
[03:17:22] [Server thread/INFO]: [MythicMobs] tickTime
[03:17:22] [Server thread/INFO]: [MythicMobs] preciseTime
[03:17:22] [Server thread/INFO]: [MythicMobs] forceTime
[03:17:22] [Server thread/INFO]: [MythicMobs] randomSequences
[03:17:22] [Server thread/INFO]: [MythicMobs] convertable
[03:17:22] [Server thread/INFO]: [MythicMobs] uuid
[03:17:22] [Server thread/INFO]: [MythicMobs] hasPhysicsEvent
[03:17:22] [Server thread/INFO]: [MythicMobs] hasEntityMoveEvent
[03:17:22] [Server thread/INFO]: [MythicMobs] wireHandler
[03:17:22] [Server thread/INFO]: [MythicMobs] hasRidableMoveEvent
[03:17:22] [Server thread/INFO]: [MythicMobs] viewDistanceHolder
[03:17:22] [Server thread/INFO]: [MythicMobs] chunkLoader
[03:17:22] [Server thread/INFO]: [MythicMobs] entityDataController
[03:17:22] [Server thread/INFO]: [MythicMobs] poiDataController
[03:17:22] [Server thread/INFO]: [MythicMobs] chunkDataController
[03:17:22] [Server thread/INFO]: [MythicMobs] chunkTaskScheduler
[03:17:22] [Server thread/INFO]: [MythicMobs] lastMidTickFailure
[03:17:22] [Server thread/INFO]: [MythicMobs] tickedBlocksOrFluids
[03:17:22] [Server thread/INFO]: [MythicMobs] nearbyPlayers
[03:17:22] [Server thread/INFO]: [MythicMobs] EMPTY_CHUNK_AND_HOLDERS
[03:17:22] [Server thread/INFO]: [MythicMobs] loadedChunks
[03:17:22] [Server thread/INFO]: [MythicMobs] tickingChunks
[03:17:22] [Server thread/INFO]: [MythicMobs] entityTickingChunks
[03:17:22] [Server thread/INFO]: [MythicMobs] EMPTY_PLAYER_CHUNK_HOLDERS
[03:17:22] [Server thread/INFO]: [MythicMobs] playerTickingChunks
[03:17:22] [Server thread/INFO]: [MythicMobs] playerTickingRequests
[03:17:22] [Server thread/INFO]: [MythicMobs] lagCompensationTick
[03:17:22] [Server thread/INFO]: [MythicMobs] simpleRandom
[03:17:22] [Server thread/INFO]: [MythicMobs] currentlyTickingEntity
[03:17:22] [Server thread/INFO]: [MythicMobs] Mythic Citizens Support has been enabled!
[03:17:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mythic [5.0.0]
[03:17:22] [Server thread/INFO]: [MythicMobs] Mythic PlaceholderAPI Support has been enabled!
[03:17:22] [Server thread/INFO]: [MythicMobs] Mythic Vault Support has been enabled!
[03:17:22] [Server thread/INFO]: [MythicMobs] Mythic WorldGuard Support has been enabled!
[03:17:22] [Server thread/INFO]: [MythicMobs] Base directory /home/minecraft/multicraft/servers/server1983426/default/plugins/MythicMobs/data
[03:17:22] [Server thread/INFO]: [MythicMobs] Module directory /home/minecraft/multicraft/servers/server1983426/default/plugins/MythicMobs/data/worlds
[03:17:24] [Server thread/INFO]: [MythicMobs] Loading Packs...
[03:17:25] [Server thread/INFO]: [MythicMobs] Loading Items...
[03:17:25] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
[03:17:25] [Server thread/INFO]: [MythicMobs] Loading Skills...
[03:17:25] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
[03:17:25] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
[03:17:25] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
[03:17:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 7 mobs.
[03:17:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 vanilla mob overrides.
[03:17:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
[03:17:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 skills.
[03:17:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
[03:17:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 4 mythic items.
[03:17:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 13 drop tables.
[03:17:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 41 mob spawners.
[03:17:25] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
[03:17:25] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
[03:17:25] [Server thread/INFO]: [MythicMobs] ✓ MythicMobs Premium v5.8.0 ( build b73e45b0 ) has been successfully loaded!
[03:17:25] [Server thread/INFO]: [GSit] Enabling GSit v1.12.1
[03:17:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [1.12.1]
[03:17:25] [Server thread/INFO]: [GSit] The plugin was successfully enabled.
[03:17:25] [Server thread/INFO]: [GSit] Link with PlaceholderAPI successful!
[03:17:25] [Server thread/INFO]: [GSit] Link with WorldGuard successful!
[03:17:25] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.2.4-SNAPSHOT
[03:17:25] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
[03:17:25] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
[03:17:25] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
[03:17:25] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlySpeedFlagHandler
[03:17:25] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
[03:17:25] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
[03:17:25] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
[03:17:25] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
[03:17:25] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
[03:17:25] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
[03:17:25] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
[03:17:25] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
[03:17:25] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
[03:17:25] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
[03:17:25] [Server thread/INFO]: [AuraSkills] Enabling AuraSkills v2.2.7
[03:17:26] [Server thread/INFO]: [AuraSkills] Loaded 21 message files
[03:17:26] [Server thread/INFO]: [AuraSkills] Successfully registered hook DecentHolograms
[03:17:26] [Server thread/INFO]: [AuraSkills] Successfully registered hook LuckPerms
[03:17:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: auraskills [2.2.7]
[03:17:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: aureliumskills [2.2.7]
[03:17:26] [Server thread/INFO]: [AuraSkills] Successfully registered hook PlaceholderAPI
[03:17:26] [Server thread/INFO]: [AuraSkills] Successfully registered hook ProtocolLib
[03:17:26] [Server thread/INFO]: [AuraSkills] Successfully registered hook Vault
[03:17:26] [Server thread/INFO]: [AuraSkills] Successfully registered hook WorldGuard
[03:17:27] [Server thread/INFO]: [AuraSkills] Successfully registered hook MythicMobs
[03:17:27] [Server thread/INFO]: [AuraSkills] Loaded 151 config options in 75 ms
[03:17:27] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: 1.21.3! Trying to find NMS support
[03:17:27] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_21_R2' loaded!
[03:17:27] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'AuraSkills' to create a bStats instance!
[03:17:27] [Server thread/INFO]: [AuraSkills] Loaded 3 blocked/disabled worlds
[03:17:27] [Server thread/INFO]: [AuraSkills] [ACF] Enabled Asynchronous Tab Completion Support!
[03:17:27] [Server thread/INFO]: [eGlow] Enabling eGlow v3.3.6
[03:17:27] [Server thread/INFO]: [eGlow]: Loading main config.
[03:17:27] [Server thread/INFO]: [eGlow]: Loading messages config.
[03:17:27] [Server thread/INFO]: [eGlow]: Loading customeffects config.
[03:17:27] [Server thread/INFO]: eGlow Successfully loaded Playerdata database.
[03:17:27] [Server thread/INFO]: [Vulcan] Enabling Vulcan v2.9.2.4
[03:17:28] [Server thread/INFO]: [Vulcan] Server Version: .1.21.3 detected!
[03:17:28] [Server thread/INFO]: [Vulcan] MythicMobs found. Enabling hook!
[03:17:28] [Server thread/INFO]: [Vulcan] GSit found. Enabling hook!
[03:17:28] [Server thread/INFO]: [Vulcan] BStats enabled!
[03:17:28] [Server thread/INFO]: [Vulcan] Registered MythicMobs listener!
[03:17:28] [Server thread/INFO]: [Vulcan] Registered GSit Listener!
[03:17:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: Vulcan [2.9.2.4]
[03:17:28] [Server thread/INFO]: [Vulcan] PlaceholderAPI found. Enabling hook!
[03:17:28] [Server thread/INFO]: [DeluxeAnnounce] Enabling DeluxeAnnounce v31.2.21
[03:17:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: announce [31.2.21]
[03:17:29] [Server thread/ERROR]: [DeluxeAnnounce] Unnable to create cache file! The plugin will not work correctly!
[03:17:29] [Server thread/ERROR]: Error occurred while enabling DeluxeAnnounce v31.2.21 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "java.sql.Connection.isClosed()" because "this.conn" is null
    at Deluxe Announce (1).jar/ruben_artz.spigot.database.H2Method.getConnection(H2Method.java:27) ~[Deluxe Announce (1).jar:?]
    at Deluxe Announce (1).jar/ruben_artz.spigot.database.Cache.createTable(Cache.java:95) ~[Deluxe Announce (1).jar:?]
    at Deluxe Announce (1).jar/ruben_artz.spigot.database.Cache.<init>(Cache.java:85) ~[Deluxe Announce (1).jar:?]
    at Deluxe Announce (1).jar/ruben_artz.spigot.launcher.ASLauncher.getConnection(ASLauncher.java:638) ~[Deluxe Announce (1).jar:?]
    at Deluxe Announce (1).jar/ruben_artz.spigot.launcher.ASLauncher.launch(ASLauncher.java:111) ~[Deluxe Announce (1).jar:?]
    at Deluxe Announce (1).jar/ruben_artz.spigot.announce.DeluxeAnnounce.onEnable(DeluxeAnnounce.java:100) ~[Deluxe Announce (1).jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[purpur-api-1.21.3-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[purpur-1.21.3.jar:1.21.3-2358-16ce24a]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[purpur-1.21.3.jar:1.21.3-2358-16ce24a]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[purpur-api-1.21.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:669) ~[purpur-1.21.3.jar:1.21.3-2358-16ce24a]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:618) ~[purpur-1.21.3.jar:1.21.3-2358-16ce24a]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:772) ~[purpur-1.21.3.jar:1.21.3-2358-16ce24a]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:534) ~[purpur-1.21.3.jar:1.21.3-2358-16ce24a]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:363) ~[purpur-1.21.3.jar:1.21.3-2358-16ce24a]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1251) ~[purpur-1.21.3.jar:1.21.3-2358-16ce24a]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:344) ~[purpur-1.21.3.jar:1.21.3-2358-16ce24a]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[03:17:29] [Server thread/INFO]: [DeluxeAnnounce] Disabling DeluxeAnnounce v31.2.21
[03:17:29] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.102.0
[03:17:29] [Server thread/INFO]: [OpenAudioMc] Enabling OpenAudioMc v6.10.6
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Starting OpenAudioMc, build 1502 by Mats
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Using the main config file..
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Starting configuration module
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Using the main config file..
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Starting configuration module
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Detected md_5 chat support, using default user adapter
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Skipped 45/45 migrations.
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] ModuleLoaderService: Loading modules from /home/minecraft/multicraft/servers/server1983426/default/plugins/OpenAudioMc/modules
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Using networking class com.craftmend.openaudiomc.generic.networking.DefaultNetworkingService
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Initializing connection service...
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Starting authentication module
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] This server already has an account, skipping sign up.
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] DatabaseService: Adding spigot tables
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Registering storage table for Alias
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] DatabaseService: Registering class <-> table (alias<->Alias.java)
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Registering storage table for ClientDataStore
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] DatabaseService: Registering class <-> table (client_data_store<->ClientDataStore.java)
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Registering storage table for MojangProfile
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] DatabaseService: Registering class <-> table (mojang_profile<->MojangProfile.java)
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Registering storage table for RegionProperties
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] DatabaseService: Registering class <-> table (region_properties<->RegionProperties.java)
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Registering storage table for Speaker
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] DatabaseService: Registering class <-> table (speaker<->Speaker.java)
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Registering storage table for StoredWorldChunk
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] DatabaseService: Registering class <-> table (stored_world_chunk<->StoredWorldChunk.java)
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Registering storage table for TimedRegionProperties
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] DatabaseService: Registering class <-> table (timed_region_properties<->TimedRegionProperties.java)
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Registering storage table for MediaRule
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] DatabaseService: Registering class <-> table (media_rule<->MediaRule.java)
[03:17:29] [Server thread/INFO]: [OpenAudioMc] [info] Initializing account details
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] The server is empty! ignoring voice chat.
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Loading aliases...
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Loaded 0 aliases
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Enabling the 1.13 speaker system
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Starting redstone speaker tick task with interval 5 ticks
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Registering storage table for Playlist
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] DatabaseService: Registering class <-> table (playlists<->Playlist.java)
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Registering storage table for PlaylistEntry
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] DatabaseService: Registering class <-> table (playlist_entries<->PlaylistEntry.java)
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Loaded 9 media chunks from file.
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Enabling voicechat channel filter
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Loading static voice channels..
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Created static channel: survival
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Created static channel: off-topic
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Created static channel: staff-chat
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Loaded 3 static voice channels
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Plugin WorldGuard is already enabled, running handler
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Turns out you have WorldGuard installed! enabling regions and the region tasks..
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Enabling the newer 1.13 regions
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Scanning 12 regions for duplicates (out of 12 total regions)
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] No duplicate regions found, skipping cleanup...
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Plugin PlaceholderAPI is already enabled, running handler
[03:17:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: oa [1.0.0]
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] The legacy cdn exporter is disabled, skipping boot.
[03:17:30] [Server thread/INFO]: [OpenAudioMc] [info] Starting and loading took 32798MS
[03:17:30] [Server thread/INFO]: [AdvancedChat] Enabling AdvancedChat v1.7.2
[03:17:31] [Server thread/INFO]: [AdvancedChat] Loaded 18 chat colors
[03:17:31] [Server thread/INFO]: [AdvancedChat] Loaded 33 tags
[03:17:31] [Server thread/INFO]: [AdvancedChat] Loading chat rules...
[03:17:31] [Server thread/INFO]: [AdvancedChat] Registered caps chat rule
[03:17:31] [Server thread/INFO]: [AdvancedChat] Registered spam chat rule
[03:17:31] [Server thread/INFO]: [AdvancedChat] Registered similarity chat rule
[03:17:31] [Server thread/INFO]: [AdvancedChat] Registered emojis chat rule
[03:17:31] [Server thread/INFO]: [AdvancedChat] Registered advertising chat rule
[03:17:31] [Server thread/INFO]: [AdvancedChat] Loaded 5 chat rules
[03:17:31] [Server thread/INFO]: [AdvancedChat] Loaded 3 announcements
[03:17:31] [Server thread/INFO]: [AdvancedChat] Customizer has been enabled.
[03:17:31] [Server thread/INFO]: [AdvancedChat] Loaded 1 message customizations.
[03:17:31] [Server thread/INFO]: [AdvancedChat] Registered blaze chat format
[03:17:31] [Server thread/INFO]: [AdvancedChat] Registered admin chat format
[03:17:31] [Server thread/INFO]: [AdvancedChat] Registered flame chat format
[03:17:31] [Server thread/INFO]: [AdvancedChat] Registered owner chat format
[03:17:31] [Server thread/INFO]: [AdvancedChat] Registered ember chat format
[03:17:31] [Server thread/INFO]: [AdvancedChat] Registered default chat format
[03:17:31] [Server thread/INFO]: [AdvancedChat] Registered spark chat format
[03:17:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: advancedchat [1.0.0]
[03:17:31] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+151-f2af952
[03:17:32] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[03:17:32] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[03:17:32] [Server thread/INFO]: [Essentials] No kits found to migrate.
[03:17:32] [Server thread/INFO]: [Essentials] Loaded 43465 items from items.json.
[03:17:32] [Server thread/INFO]: [Essentials] Using locale en_US
[03:17:32] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[03:17:33] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[03:17:33] [Server thread/INFO]: [OpenAudioMc] [info] Plugin Essentials is now enabled, running handler
[03:17:33] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[03:17:33] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[03:17:33] [Server thread/INFO]: [Jobs] Enabling Jobs v5.2.4.5
[03:17:33] [Server thread/INFO]: ------------- Jobs -------------
[03:17:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: jobsr [5.2.4.5]
[03:17:33] [Server thread/INFO]: PlaceholderAPI hooked.
[03:17:33] [Server thread/INFO]: Connected to database (SqLite)
[03:17:33] [Server thread/INFO]: Loaded 8 titles
[03:17:33] [Server thread/INFO]: Loaded 2 restricted areas!
[03:17:33] [Server thread/INFO]: Loaded 69 protected blocks timers
[03:17:33] [Server thread/INFO]: Loaded 1526 custom item names
[03:17:33] [Server thread/INFO]: Loaded 86 custom entity names
[03:17:33] [Server thread/INFO]: Loaded 2 custom MythicMobs names
[03:17:33] [Server thread/INFO]: Loaded 42 custom enchant names
[03:17:33] [Server thread/INFO]: Loaded 46 custom enchant names
[03:17:33] [Server thread/INFO]: Loaded 16 custom color names
[03:17:33] [Server thread/INFO]: Update shops items icon section and use 'ItemStack' instead
[03:17:33] [Server thread/INFO]: Loaded 4 shop items
[03:17:33] [Server thread/INFO]: Loaded 1 quests for ṻ
[03:17:33] [Server thread/INFO]: Loaded 13 jobs
[03:17:33] [Server thread/INFO]: Loaded 0 boosted items
[03:17:33] [Jobs-DatabaseSaveTask/INFO]: Started database save task.
[03:17:33] [Jobs-BufferedPaymentThread/INFO]: Started buffered payment thread.
[03:17:33] [Server thread/INFO]: Preloaded 2 players data in 0.02
[03:17:33] [Server thread/INFO]: Registering listeners...
[03:17:33] [Server thread/INFO]: Listeners registered successfully
[03:17:33] [Server thread/INFO]: Plugin has been enabled successfully.
[03:17:33] [Server thread/INFO]: ------------------------------------
[03:17:33] [Server thread/INFO]: [RedProtect] Enabling RedProtect v8.1.2-SNAPSHOT
[03:17:33] [Server thread/INFO]: [RedProtect] Server version: 1.21.3-R0.1-SNAPSHOT
[03:17:34] [Server thread/INFO]: [RedProtect] All configurations loaded!
[03:17:34] [Server thread/INFO]: [RedProtect] Language file loaded - Using: EN-US
[03:17:34] [Server thread/INFO]: [RedProtect] Registering commands...
[03:17:34] [Server thread/INFO]: [RedProtect] Registering listeners...
[03:17:34] [Server thread/INFO]: [RedProtect] Vault Economy found. Hooked.
[03:17:34] [Server thread/INFO]: [RedProtect] Vault Permissions found. Hooked.
[03:17:34] [Server thread/INFO]: [RedProtect] Essentials found. Hooked.
[03:17:34] [Server thread/INFO]: [RedProtect] This version is only compatible with server version running on 1.19+. WorldGuard not hooked!
[03:17:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: redprotect [8.1.2-SNAPSHOT]
[03:17:34] [Server thread/INFO]: [RedProtect] PlaceHolderAPI found. Hooked and registered some chat placeholders.
[03:17:34] [Server thread/INFO]: [RedProtect] - Loading purpur_1_20_6_2830325's regions...
[03:17:34] [Server thread/INFO]: [RedProtect] - Loading purpur_1_20_6_2830325_nether's regions...
[03:17:34] [Server thread/INFO]: [RedProtect] - Loading purpur_1_20_6_2830325_the_end's regions...
[03:17:34] [Server thread/INFO]: [RedProtect] - Loading Build's regions...
[03:17:34] [Server thread/INFO]: [RedProtect] - Loading MineWorld's regions...
[03:17:34] [Server thread/INFO]: [RedProtect] Auto-save Scheduler: Saving file database every 60 minutes!
[03:17:34] [Server thread/INFO]: [RedProtect] There are 0 regions on (file) database!
[03:17:34] [Server thread/INFO]: [RedProtect] Dynmap found. Hooked.
[03:17:34] [Server thread/INFO]: [RedProtect] Loading dynmap markers...
[03:17:34] [Server thread/INFO]: [RedProtect] Dynmap markers loaded!
[03:17:34] [Server thread/INFO]: [RedProtect] Helper version: Latest
[03:17:34] [Server thread/INFO]: [RedProtect] Loading GuiFlags for 1.14+
[03:17:34] [Server thread/INFO]: [RedProtect] Metrics enabled! See our stats here: https://bstats.org/plugin/bukkit/RedProtect
[03:17:34] [Server thread/INFO]: [RedProtect] Loading API...
[03:17:34] [Server thread/INFO]: [RedProtect] API Loaded!
[03:17:34] [Server thread/INFO]:  _   _  _   _   _   _  _ _  _  _ _ _  _
[03:17:34] [Server thread/INFO]: |_| |_ | \ |_| |_| | |  |  |_ |   |  |_|
[03:17:34] [Server thread/INFO]: | \ |_ |_/ |   | \ |_|  |  |_ |_  |  |_|
[03:17:34] [Server thread/INFO]: » RedProtect v8.1.2-SNAPSHOT enabled
[03:17:34] [Server thread/INFO]: 
[03:17:34] [Server thread/INFO]: [BetonQuest] Enabling BetonQuest v2.2.0
[03:17:34] [Server thread/INFO]: [BetonQuest] Running on JRE 21.0.5 (build 11, optional LTS, pre-release info N/A) by Eclipse Adoptium
[03:17:34] [Server thread/INFO]: [BetonQuest] Using SQLite for storing data!
[03:17:34] [Server thread/INFO]: [BetonQuest] Hooking into PlaceholderAPI
[03:17:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betonquest [2.2.0]
[03:17:34] [Server thread/INFO]: [BetonQuest] Hooking into LuckPerms
[03:17:34] [Server thread/INFO]: [BetonQuest] Hooking into DecentHolograms
[03:17:34] [Server thread/INFO]: [BetonQuest] Hooking into ProtocolLib
[03:17:34] [Server thread/INFO]: [BetonQuest] Hooking into Vault
[03:17:34] [Server thread/INFO]: [BetonQuest] Hooking into FastAsyncWorldEdit
[03:17:34] [Server thread/INFO]: [BetonQuest] Hooking into WorldGuard
[03:17:34] [Server thread/INFO]: [BetonQuest] Hooking into Citizens
[03:17:34] [Server thread/INFO]: [BetonQuest] Hooking into MythicMobs
[03:17:34] [Server thread/INFO]: [BetonQuest] Hooking into AuraSkills
[03:17:34] [Server thread/INFO]: [BetonQuest] Hooking into Jobs
[03:17:34] [Server thread/INFO]: [BetonQuest] Registered Conditions [nujobs_canlevel,nujobs_hasjob,nujobs_jobfull,nujobs_joblevel]
[03:17:34] [Server thread/INFO]: [BetonQuest] Registered Events [nujobs_addexp,nujobs_addlevel,nujobs_dellevel,nujobs_joinjob,nujobs_leavejob,nujobs_setlevel]
[03:17:34] [Server thread/INFO]: [BetonQuest] Registered Objectives [nujobs_joinjob,nujobs_leavejob,nujobs_levelup,nujobs_payment]
[03:17:34] [Server thread/INFO]: [BetonQuest] Using DecentHolograms as dedicated hologram provider!
[03:17:34] [Server thread/INFO]: [BetonQuest] BetonQuest successfully enabled!
[03:17:34] [Server thread/INFO]: [ItemsAdder] Enabling ItemsAdder v4.0.6
[03:17:35] [Server thread/INFO]: [ItemsAdder] 
                                                   ItemsAdder 4.0.6
  ___  ___        __        __   __   ___  __      LoneLibs 1.0.63
|  |  |__   |\/| /__`  /\  |  \ |  \ |__  |__)     ProtocolLib 5.4.0-SNAPSHOT-738
|  |  |___  |  | .__/ /--\ |__/ |__/ |___ |  \     Purpur 1.21.3-2358-16ce24a (MC: 1.21.3)
                                                   Build Date: 2024-12-19_14.54.20
                                                   Java Version: 21.0.5
                                                   OS: Linux 5.15.0-89-generic
[03:17:35] [Server thread/INFO]: [ItemsAdder] ViaVersion detected. Do not report glitches when joining using game versions different than the server version.
[03:17:35] [Server thread/INFO]: [ItemsAdder] More info: https://github.com/PluginBugs/Issues-ItemsAdder/issues/3683
[03:17:35] [Server thread/INFO]: [ItemsAdder] Registered Citizens NPC Trait: customentity
[03:17:36] [Server thread/INFO]: [ItemsAdder] [Pack] Extracting internal contents from .jar
[03:17:36] [Server thread/INFO]: [ItemsAdder] [Pack] Done extracting internal contents from .jar
[03:17:37] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.29.0
[03:17:37] [Server thread/INFO]: [AutoPickup] Enabling AutoPickup v1.4.6-SNAPSHOT
[03:17:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: autopickup [1.0.0]
[03:17:37] [Server thread/INFO]: [AutoPickup] Checking for new verison...
[03:17:37] [Server thread/INFO]: [AutoPickup] Plugin is up-to-date.
[03:17:37] [Server thread/INFO]: [OreRegenerator] Enabling OreRegenerator v2.4.9
[03:17:38] [Server thread/INFO]: [OreRegenerator] You are using OreRegenerator Premium, thank you for your support!
[03:17:38] [Server thread/INFO]: [OreRegenerator] Looking for plugins to convert data from...
[03:17:38] [Server thread/INFO]: [OreRegenerator] Finished converting data from plugins
[03:17:38] [Server thread/INFO]: [OreRegenerator] [ACF] Enabled Asynchronous Tab Completion Support!
[03:17:38] [Server thread/INFO]: [OreRegenerator] Loading hooks...
[03:17:38] [Server thread/INFO]: [OreRegenerator] Successfully hooked into ItemsAdder!
[03:17:38] [Server thread/INFO]: [OreRegenerator] Finished loading hooks!
[03:17:38] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.14.1-DEV-184
[03:17:38] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[03:17:38] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[03:17:38] [Server thread/WARN]: [DeluxeMenus] Material for item: grass in menu: workbench_menu is not valid!
Skipping item: grass
[03:17:38] [Server thread/WARN]: [DeluxeMenus] Has Permission requirement at path: open_requirement.requirements.permissions does not contain a permission: entry
[03:17:38] [pool-95-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (9d4734818ab27069d76f264a4cda74a699806770)
[03:17:38] [Server thread/INFO]: [DeluxeMenus] 19 GUI menus loaded!
[03:17:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxemenus [1.14.1-DEV-184]
[03:17:38] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.13
[03:17:38] [Server thread/INFO]: [BetterRTP] Cooldown = 600
[03:17:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterrtp [3.6.13]
[03:17:38] [Server thread/INFO]: [DailyRewards] Enabling DailyRewards v2.7.0
[03:17:38] [Server thread/INFO]: [DailyRewards] ItemsAdderHook has been registered.
[03:17:38] [Server thread/INFO]: [DailyRewards] BStatsHook has been registered.
[03:17:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: dailyrewards [2.7.0]
[03:17:38] [Server thread/INFO]: [DailyRewards] PlaceholderApiHook has been registered.
[03:17:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[03:17:39] [Server thread/INFO]: [DailyRewards] Using PAPI text modifier
[03:17:39] [Server thread/INFO]:  
[03:17:39] [Server thread/INFO]:  
[03:17:39] [Server thread/INFO]:  
[03:17:39] [Server thread/INFO]: [DailyRewards] Unleash the full potential of DailyRewards by upgrading to ULTIMATE!
[03:17:39] [Server thread/INFO]: [DailyRewards] Get it from https://bit.ly/ultimate-rewards
[03:17:39] [Server thread/INFO]:  
[03:17:39] [Server thread/INFO]:  
[03:17:39] [Server thread/INFO]:  
[03:17:39] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.21.0-dev+151-f2af952
[03:17:39] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[03:17:39] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[03:17:39] [Server thread/INFO]: [spark] Starting background profiler...
[03:17:39] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[03:17:39] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:server-console(1143601026339967026)
[03:17:39] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Saved linked accounts in 3ms
[03:17:39] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
[03:17:39] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling dynmap hook
[03:17:39] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[03:17:39] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
[03:17:39] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[03:17:39] [Server thread/INFO]: Done preparing level "purpur_1_20_6_2830325" (31.270s)
[03:17:39] [Server thread/INFO]: Running delayed init tasks
[03:17:39] [Craft Scheduler Thread - 12 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor.
[03:17:39] [Craft Scheduler Thread - 16 - PlayerAuctions/INFO]: [PlayerAuctions] Loading auction items...
[03:17:39] [Craft Scheduler Thread - 7 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms... 
[03:17:39] [Craft Scheduler Thread - 12 - Essentials/INFO]: [Essentials] Fetching version information...
[03:17:39] [Craft Scheduler Thread - 12 - Essentials/INFO]: [Essentials] Update checking disabled in config.
[03:17:39] [Craft Scheduler Thread - 10 - PlayTime/INFO]: [PlayTime] Latest version is installed! - v3.6
[03:17:39] [Craft Scheduler Thread - 7 - DecentHolograms/INFO]: [DecentHolograms] Loaded 11 holograms!
[03:17:39] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
[03:17:39] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
[03:17:39] [Craft Scheduler Thread - 20 - ItemsAdder/INFO]: [ItemsAdder] [License] Spigot product licensed to: Flame4206 (208626)
[03:17:39] [Craft Scheduler Thread - 5 - AdvancedChat/INFO]: [AdvancedChat] Loaded 2814 swear words.
[03:17:39] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: pa [1.30.2]
[03:17:40] [Craft Scheduler Thread - 23 - ItemsAdder/INFO]: [ItemsAdder] Loaded 384 items
[03:17:40] [Craft Scheduler Thread - 23 - ItemsAdder/INFO]: [ItemsAdder] Used 1/188 REAL block IDs
[03:17:40] [Craft Scheduler Thread - 23 - ItemsAdder/INFO]: [ItemsAdder] Used 14/750 REAL_NOTE block IDs
[03:17:40] [Craft Scheduler Thread - 23 - ItemsAdder/INFO]: [ItemsAdder] Used 0/63 REAL_TRANSPARENT block IDs
[03:17:40] [Craft Scheduler Thread - 23 - ItemsAdder/INFO]: [ItemsAdder] Used 0/127 REAL_WIRE block IDs
[03:17:40] [Craft Scheduler Thread - 23 - ItemsAdder/INFO]: [ItemsAdder] Used 0/14 FIRE block IDs
[03:17:40] [Craft Scheduler Thread - 23 - ItemsAdder/INFO]: [ItemsAdder] Used 205/6608 font_images
[03:17:40] [Craft Scheduler Thread - 23 - ItemsAdder/INFO]: [ItemsAdder] [Init] Loaded 8 categories
[03:17:40] [Craft Scheduler Thread - 23 - ItemsAdder/INFO]: [ItemsAdder] [Init] Loaded successfully.
[03:17:40] [Craft Scheduler Thread - 23 - ItemsAdder/INFO]: [ItemsAdder] [Pack] Resourcepack URL is valid (lobfile). URL: https://lobfile.com/file/ExgyUS3y.zip
[03:17:40] [Server thread/INFO]: [AuraSkills] Loaded 11 skills with 317 total sources
[03:17:40] [Server thread/INFO]: [AuraSkills] Loaded 9 stats and 17 traits
[03:17:40] [Server thread/INFO]: [AuraSkills] Loaded 22 pattern rewards and 0 level rewards
[03:17:40] [Server thread/INFO]: [AuraSkills] Loaded 53 loot entries in 4 pools and 2 tables
[03:17:41] [Server thread/INFO]: [AuraSkills] Loaded 6 menus
[03:17:41] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: eglow [3.3.6]
[03:17:41] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[03:17:41] [Server thread/INFO]: WorldGuard detected.
[03:17:41] [Server thread/INFO]: MythicMobs 5.x detected.
[03:17:41] [Server thread/INFO]: [Jobs] Successfully linked with Vault. (Essentials)
[03:17:41] [Server thread/INFO]: [Jobs] Successfully linked with Vault. (LuckPerms)
[03:17:41] [Server thread/INFO]: [BetonQuest] Enabled compatibility for LuckPerms, AuraSkills, DecentHolograms, PlaceholderAPI, Jobs, WorldGuard, ProtocolLib, Citizens, FastAsyncWorldEdit, MythicMobs, Vault!
[03:17:42] [Server thread/INFO]: [BetonQuest] There are 29 conditions, 141 events, 13 objectives and 12 conversations loaded from 3 packages.
[03:17:42] [Server thread/INFO]: [BetonQuest] Reloaded 0 menus
[03:17:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: discordsrv [1.29.0]
[03:17:43] [Server thread/ERROR]: [Citizens] The trait  failed to load for NPC ID: 22.
[03:17:43] [Server thread/ERROR]: [Citizens] The trait  failed to load for NPC ID: 23.
[03:17:43] [Server thread/INFO]: [Citizens] Loaded 20 NPCs.
[03:17:44] [Server thread/INFO]: [ItemsAdder] Reloading ItemsAdder Custom Entities Citizens NPCs...
[03:17:44] [Server thread/INFO]: [ItemsAdder] Reloaded 0 ItemsAdder Custom Entities Citizens NPCs.
[03:17:44] [Server thread/INFO]: [Mythic] Reloading plugin...
[03:17:44] [Server thread/INFO]: [MythicMobs] Saving plugin data...
[03:17:44] [Server thread/INFO]: [MythicMobs] ✓Saving Finished
[03:17:44] [Server thread/INFO]: [MythicMobs] Loading Packs...
[03:17:45] [Server thread/INFO]: [MythicMobs] Loading Items...
[03:17:45] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
[03:17:45] [Server thread/INFO]: [MythicMobs] Loading Skills...
[03:17:45] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
[03:17:45] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
[03:17:45] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
[03:17:45] [Server thread/INFO]: [MythicMobs] ✓ Loaded 7 mobs.
[03:17:45] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 vanilla mob overrides.
[03:17:45] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
[03:17:45] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 skills.
[03:17:45] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
[03:17:45] [Server thread/INFO]: [MythicMobs] ✓ Loaded 4 mythic items.
[03:17:45] [Server thread/INFO]: [MythicMobs] ✓ Loaded 13 drop tables.
[03:17:45] [Server thread/INFO]: [MythicMobs] ✓ Loaded 41 mob spawners.
[03:17:45] [Server thread/INFO]: [Mythic] Mythic has finished reloading!
[03:17:45] [Server thread/INFO]: [MythicMobs] Mythic has finished reloading!
[03:17:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: img [1.0.1]
[03:17:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: iaplayerstat [1.0.1]
[03:17:45] [Server thread/INFO]: [OreRegenerator] Finished populating furniture IDs in 105ms!
[03:17:45] [Server thread/INFO]: [DailyRewards] Using PAPI text modifier
[03:17:45] [Server thread/INFO]: Done (69.908s)! For help, type "help"
[03:17:45] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5614ms or 112 ticks behind
[03:17:45] [Craft Scheduler Thread - 21 - Vault/INFO]: [Vault] Checking for Updates ... 
[03:17:45] [Craft Scheduler Thread - 21 - Vault/INFO]: [Vault] No new version available
[03:17:45] [DiscordSRV - JDA Callback 0/INFO]: [DiscordSRV] Cleared all pre-existing slash commands in 1/1 guilds (0 cancelled)
[03:17:45] [Server thread/INFO]: [OreRegenerator] ItemsAdder has finished loading, deserializing 7 blocks...
[03:17:45] [Server thread/INFO]: [OreRegenerator] Finished deserializing 7 blocks!
[03:17:45] [Server thread/INFO]: [AdvancedChat] Successfully hooked into ProtocolLib, AuraSkills, WorldGuard, PlaceholderAPI, MythicMobs, dynmap, Vault, LuckPerms, ViaVersion, ItemsAdder, DiscordSRV.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] ================================[ ShopGUI+ 1.102.0 ]================================
[03:17:46] [Server thread/INFO]: [ShopGUIPlus]  
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Vault economy registered.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] CoinsEngine economy registered.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Vault economy enabled.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] CoinsEngine economy enabled.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Using Vault as default economy provider.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Enabled item provider for ItemsAdder.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Enabled item provider for MythicMobs.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] No external spawner plugins registered, using built-in spawners support.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded 10 main menu items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'miscellaneous' with 21 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'ores' with 8 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'blocks' with 21 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'foods' with 21 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'dyes' with 21 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'food' with 19 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'farming' with 21 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'armor' with 24 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'drops' with 18 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'redstone' with 21 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'minerals_ores' with 21 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'spawner' with 21 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'customore' with 14 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'coinshop' with 1 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'mob_drops' with 21 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded 15 shops with total of 273 items.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded 0 permission-based price modifiers.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] Loaded 7 sounds.
[03:17:46] [Server thread/INFO]: [ShopGUIPlus]  
[03:17:46] [Server thread/INFO]: [ShopGUIPlus] ====================================================================================
[03:17:46] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion griefprevention due to a missing plugin: GriefPrevention
[03:17:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.6.1]
[03:17:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: rng [1.4.0]
[03:17:46] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion votingplugin due to a missing plugin: VotingPlugin
[03:17:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: random [1.0.0]
[03:17:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.3]
[03:17:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: math [1.4.1]
[03:17:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: nested [1.3.1]
[03:17:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: essentials [1.5.2]
[03:17:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.1]
[03:17:46] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion parkour due to an unknown issue.
[03:17:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.1-R2]
[03:17:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.8]
[03:17:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: progress [2.1]
[03:17:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: localtime [1.2]
[03:17:46] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playertime due to a missing plugin: PlayerTime
[03:17:46] [Server thread/INFO]: 12 placeholder hook(s) registered! 3 placeholder hook(s) have an update available.
[03:18:36] [User Authenticator #0/INFO]: UUID of player FlameXD is 390656ce-b711-4a58-89a1-7e43cc17bef1
[03:18:38] [Server thread/INFO]: FlameXD[/         ip          ] logged in with entity id 362 at ([purpur_1_20_6_2830325]86.26738008736908, 69.0, 421.148240339727)
[03:18:49] [Craft Scheduler Thread - 17 - OpenAudioMc/INFO]: [OpenAudioMc] [info] Attempting to login to voice chat...
[03:18:50] [OaVoiceWorker/INFO]: [OpenAudioMc] [info] Voice chat connected!
[03:20:47] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list 
[03:20:47] [Server thread/INFO]: There are 1 out of maximum 100 players online.
[03:20:47] [Server thread/INFO]: blaze: FlameXD
[03:23:49] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list 
[03:23:49] [Server thread/INFO]: There are 1 out of maximum 100 players online.
[03:23:49] [Server thread/INFO]: blaze: FlameXD
[03:26:51] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list 
[03:26:51] [Server thread/INFO]: There are 1 out of maximum 100 players online.
[03:26:51] [Server thread/INFO]: blaze: FlameXD