Paste #135231: Unnamed Server Log Paste

Date: 2025/07/29 22:13:09 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


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


[04:38:55] [ServerMain/INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.7+6-LTS; Eclipse Adoptium Temurin-21.0.7+6) on Linux 6.14.0-1009-gcp (amd64)
[04:38:55] [ServerMain/INFO]: [bootstrap] Loading Paper 1.21.8-17-main@dbc367b (2025-07-26T21:53:33Z) for Minecraft 1.21.8
[04:38:56] [ServerMain/INFO]: [PluginInitializerManager] Initializing plugins...
[04:39:00] [Paper Plugin Remapper Thread - 1/INFO]: [PluginRemapper] Remapping plugin 'plugins/EconomyShopGUI-6.14.4.jar'...
[04:39:04] [Paper Plugin Remapper Thread - 1/INFO]: [PluginRemapper] Done remapping plugin 'plugins/EconomyShopGUI-6.14.4.jar' in 3926ms.
[04:39:08] [ServerMain/INFO]: [PluginInitializerManager] Initialized 48 plugins
[04:39:08] [ServerMain/INFO]: [PluginInitializerManager] Paper plugins (2):
 - EconomyShopGUI (6.14.4), nightcore (2.7.10)
[04:39:08] [ServerMain/INFO]: [PluginInitializerManager] Bukkit plugins (46):
 - AsBroadcast (1.0), BankPlus (6.3), BetterRTP (3.6.13), BetterTeams (4.13.4), CMILib (1.5.5.2), Chunky (1.4.40), Citizens (2.0.39-SNAPSHOT (build 3866)), ClearLag (3.2.2), ClearLagTimer (2025.07), CrazyEnchantments (2.5.2), DecentHolograms (2.9.6), DeluxeAuctions (3.1), DeluxeMenus (1.14.1-Release), EnchantmentPlus (1.0.0), Essentials (2.21.2-dev+27-cc25a79), EssentialsChat (2.21.1), EssentialsSpawn (2.21.2-dev+27-cc25a79), ExcellentCrates (6.3.3), GriefPrevention (16.18.4), HoloMobHealth (2.3.15.0), Jobs (5.2.6.1), LevelledMobs (4.3.2.1 b125), LuckPerms (5.5.9), Multiverse-Core (5.1.0), NexEngine (2.2.12), NotBounties (1.22.3), PlaceholderAPI (2.11.6), PlayerPoints (3.3.2), PlugManX (2.4.1), ProtocolLib (5.4.0-SNAPSHOT-754), PvPManager (3.19.3), Quests (5.2.4-b543), SkBee (3.11.2), SkQuery (4.3.2), SkinsRestorer (15.7.8), Skript (2.11.2), SmartSpawner (1.4.0.1), TAB (5.2.4), Vanish-X (1.0.0), Vault (1.7.3-b131), ViaVersion (5.4.1), WorldEdit (7.3.15+7187-33cf7a2), WorldGuard (7.0.13+82fdc65), ajLeaderboards (2.10.1), skRayFall (1.9.28), skript-reflect (2.6)
[04:39:26] [ServerMain/WARN]: resource-pack-id missing, using default of 2b7ecba1-e2ca-3184-9378-c5646ae88d79
[04:39:26] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[04:39:33] [ServerMain/INFO]: Loaded 1407 recipes
[04:39:33] [ServerMain/INFO]: Loaded 1520 advancements
[04:39:33] [ServerMain/INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Initialising converters for DataConverter...
[04:39:35] [ServerMain/INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Finished initialising converters for DataConverter in 1,529.1ms
[04:39:35] [Server thread/INFO]: Starting minecraft server version 1.21.8
[04:39:35] [Server thread/INFO]: Loading properties
[04:39:36] [Server thread/INFO]: This server is running Paper version 1.21.8-17-main@dbc367b (2025-07-26T21:53:33Z) (Implementing API version 1.21.8-R0.1-SNAPSHOT)
[04:39:36] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
[04:39:37] [Server thread/INFO]: Server Ping Player Sample Count: 12
[04:39:37] [Server thread/INFO]: Using 4 threads for Netty based IO
[04:39:38] [Server thread/INFO]: [MoonriseCommon] Paper is using 1 worker threads, 1 I/O threads
[04:39:38] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using population gen parallelism: true
[04:39:39] [Server thread/INFO]: Default game type: SURVIVAL
[04:39:39] [Server thread/INFO]: Generating keypair
[04:39:39] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
[04:39:40] [Server thread/INFO]: Using epoll channel type
[04:39:40] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[04:39:40] [Server thread/INFO]: Paper: Using OpenSSL 3.x.x (Linux x86_64) cipher from Velocity.
[04:39:42] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loading 2 libraries... please wait
[04:39:42] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library /home/container/libraries/com/zaxxer/HikariCP/5.0.1/HikariCP-5.0.1.jar
[04:39:42] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library /home/container/libraries/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar
[04:39:42] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library /home/container/libraries/it/unimi/dsi/fastutil/8.5.11/fastutil-8.5.11.jar
[04:39:43] [Server thread/INFO]: [SpigotLibraryLoader] [PlayerPoints] Loading 2 libraries... please wait
[04:39:43] [Server thread/INFO]: [SpigotLibraryLoader] [PlayerPoints] Loaded library /home/container/libraries/com/mysql/mysql-connector-j/9.1.0/mysql-connector-j-9.1.0.jar
[04:39:43] [Server thread/INFO]: [SpigotLibraryLoader] [PlayerPoints] Loaded library /home/container/libraries/com/google/protobuf/protobuf-java/4.26.1/protobuf-java-4.26.1.jar
[04:39:43] [Server thread/INFO]: [SpigotLibraryLoader] [PlayerPoints] Loaded library /home/container/libraries/org/xerial/sqlite-jdbc/3.46.0.0/sqlite-jdbc-3.46.0.0.jar
[04:39:43] [Server thread/INFO]: [SpigotLibraryLoader] [PlayerPoints] Loaded library /home/container/libraries/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[04:39:43] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loading 3 libraries... please wait
[04:39:43] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/ch/ethz/globis/phtree/phtree/2.8.2/phtree-2.8.2.jar
[04:39:43] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar
[04:39:43] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/it/unimi/dsi/fastutil/8.5.15/fastutil-8.5.15.jar
[04:39:43] [Server thread/INFO]: [SpigotLibraryLoader] [NotBounties] Loading 2 libraries... please wait
[04:39:44] [Server thread/INFO]: [SpigotLibraryLoader] [NotBounties] Loaded library /home/container/libraries/com/mysql/mysql-connector-j/9.2.0/mysql-connector-j-9.2.0.jar
[04:39:44] [Server thread/INFO]: [SpigotLibraryLoader] [NotBounties] Loaded library /home/container/libraries/com/google/protobuf/protobuf-java/4.29.0/protobuf-java-4.29.0.jar
[04:39:44] [Server thread/INFO]: [SpigotLibraryLoader] [NotBounties] Loaded library /home/container/libraries/io/lettuce/lettuce-core/6.6.0.RELEASE/lettuce-core-6.6.0.RELEASE.jar
[04:39:44] [Server thread/INFO]: [SpigotLibraryLoader] [NotBounties] Loaded library /home/container/libraries/redis/clients/authentication/redis-authx-core/0.1.1-beta2/redis-authx-core-0.1.1-beta2.jar
[04:39:44] [Server thread/INFO]: [SpigotLibraryLoader] [NotBounties] Loaded library /home/container/libraries/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[04:39:44] [Server thread/INFO]: [SpigotLibraryLoader] [NotBounties] Loaded library /home/container/libraries/io/netty/netty-common/4.1.118.Final/netty-common-4.1.118.Final.jar
[04:39:44] [Server thread/INFO]: [SpigotLibraryLoader] [NotBounties] Loaded library /home/container/libraries/io/netty/netty-handler/4.1.118.Final/netty-handler-4.1.118.Final.jar
[04:39:44] [Server thread/INFO]: [SpigotLibraryLoader] [NotBounties] Loaded library /home/container/libraries/io/netty/netty-resolver/4.1.118.Final/netty-resolver-4.1.118.Final.jar
[04:39:44] [Server thread/INFO]: [SpigotLibraryLoader] [NotBounties] Loaded library /home/container/libraries/io/netty/netty-buffer/4.1.118.Final/netty-buffer-4.1.118.Final.jar
[04:39:44] [Server thread/INFO]: [SpigotLibraryLoader] [NotBounties] Loaded library /home/container/libraries/io/netty/netty-transport-native-unix-common/4.1.118.Final/netty-transport-native-unix-common-4.1.118.Final.jar
[04:39:44] [Server thread/INFO]: [SpigotLibraryLoader] [NotBounties] Loaded library /home/container/libraries/io/netty/netty-codec/4.1.118.Final/netty-codec-4.1.118.Final.jar
[04:39:44] [Server thread/INFO]: [SpigotLibraryLoader] [NotBounties] Loaded library /home/container/libraries/io/netty/netty-transport/4.1.118.Final/netty-transport-4.1.118.Final.jar
[04:39:44] [Server thread/INFO]: [SpigotLibraryLoader] [NotBounties] Loaded library /home/container/libraries/io/projectreactor/reactor-core/3.6.6/reactor-core-3.6.6.jar
[04:39:44] [Server thread/INFO]: [SpigotLibraryLoader] [NotBounties] Loaded library /home/container/libraries/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar
[04:39:47] [Server thread/INFO]: [SpigotLibraryLoader] [PvPManager] Loading 2 libraries... please wait
[04:39:47] [Server thread/INFO]: [SpigotLibraryLoader] [PvPManager] Loaded library /home/container/libraries/com/zaxxer/HikariCP/4.0.3/HikariCP-4.0.3.jar
[04:39:47] [Server thread/INFO]: [SpigotLibraryLoader] [PvPManager] Loaded library /home/container/libraries/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.jar
[04:39:47] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v5.4.1
[04:39:47] [Server thread/INFO]: [ViaVersion] ViaVersion 5.4.1 is now loaded. Registering protocol transformers and injecting...
[04:39:50] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[04:39:50] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[04:39:52] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.5.9
[04:39:53] [Server thread/INFO]: [LuckPerms] Loading configuration...
[04:39:54] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[04:39:54] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.3.15+7187-33cf7a2
[04:39:59] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@d3ae675]
[04:39:59] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.6
[04:39:59] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.13+82fdc65
[04:39:59] [Server thread/INFO]: [CoreLogging] Loading server plugin Multiverse-Core v5.1.0
[04:39:59] [Server thread/INFO]: [GriefPrevention] Loading server plugin GriefPrevention v16.18.4
[04:39:59] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.4.0-SNAPSHOT-754
[04:40:00] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.9.6
[04:40:00] [Server thread/INFO]: [NexEngine] Loading server plugin NexEngine v2.2.12
[04:40:00] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.2-dev+27-cc25a79
[04:40:00] [Server thread/INFO]: [Skript] Loading server plugin Skript v2.11.2
[04:40:00] [Server thread/INFO]: [SkinsRestorer] Loading server plugin SkinsRestorer v15.7.8
[04:40:00] [Server thread/INFO]: [BetterTeams] Loading server plugin BetterTeams v4.13.4
[04:40:00] [Server thread/INFO]: [BetterTeams] [BetterTeams] Checking if the file config.yml is up to date
[04:40:00] [Server thread/INFO]: [BetterTeams] [BetterTeams] File is up to date
[04:40:00] [Server thread/INFO]: [PlayerPoints] Loading server plugin PlayerPoints v3.3.2
[04:40:00] [Server thread/INFO]: [PlayerPoints] Initializing using RoseGarden v1.4.7
[04:40:00] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.39-SNAPSHOT (build 3866)
[04:40:00] [Server thread/INFO]: [SmartSpawner] Loading server plugin SmartSpawner v1.4.0.1
[04:40:00] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.21.1
[04:40:00] [Server thread/INFO]: [TAB] Loading server plugin TAB v5.2.4
[04:40:00] [Server thread/INFO]: [nightcore] Loading server plugin nightcore v2.7.10
[04:40:00] [Server thread/INFO]: [CMILib] Loading server plugin CMILib v1.5.5.2
[04:40:00] [Server thread/INFO]: [SkBee] Loading server plugin SkBee v3.11.2
[04:40:00] [Server thread/INFO]: [ClearLag] Loading server plugin ClearLag v3.2.2
[04:40:00] [Server thread/INFO]: [NotBounties] Loading server plugin NotBounties v1.22.3
[04:40:00] [Server thread/INFO]: [PlugManX] Loading server plugin PlugManX v2.4.1
[04:40:00] [Server thread/INFO]: [DeluxeMenus] Loading server plugin DeluxeMenus v1.14.1-Release
[04:40:00] [Server thread/WARN]: [DeluxeMenus] Could not setup a NMS hook for your server version! The following Item options will not work: nbt_int, nbt_ints, nbt_string and nbt_strings.
[04:40:00] [Server thread/INFO]: [DeluxeAuctions] Loading server plugin DeluxeAuctions v3.1
[04:40:00] [Server thread/INFO]: [HoloMobHealth] Loading server plugin HoloMobHealth v2.3.15.0
[04:40:00] [Server thread/INFO]: [HoloMobHealth] Registering WorldGuard State Flags...
[04:40:00] [Server thread/INFO]: [AsBroadcast] Loading server plugin AsBroadcast v1.0
[04:40:00] [Server thread/INFO]: [skRayFall] Loading server plugin skRayFall v1.9.28
[04:40:00] [Server thread/INFO]: [EconomyShopGUI] Loading server plugin EconomyShopGUI v6.14.4
[04:40:00] [Server thread/INFO]: [BetterRTP] Loading server plugin BetterRTP v3.6.13
[04:40:00] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.21.2-dev+27-cc25a79
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Loading server plugin ajLeaderboards v2.10.1
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for jar-relocator
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Checksum matched for jar-relocator
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm-commons
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm-commons
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for HikariCP
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Checksum matched for HikariCP
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for slf4j-api
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Checksum matched for slf4j-api
[04:40:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for h2
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for h2
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for okhttp
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for okhttp
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for okio
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for okio
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for okio-jvm
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for okio-jvm
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for kotlin-stdlib-jdk8
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for kotlin-stdlib-jdk8
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for kotlin-stdlib
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for kotlin-stdlib
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for kotlin-stdlib-common
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for kotlin-stdlib-common
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for annotations
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for annotations
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for kotlin-stdlib-jdk7
[04:40:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for kotlin-stdlib-jdk7
[04:40:01] [Server thread/INFO]: [LevelledMobs] Loading server plugin LevelledMobs v4.3.2.1 b125
[04:40:01] [Server thread/INFO]: [LevelledMobs] Loading commands
[04:40:02] [Server thread/INFO]: [Vanish-X] Loading server plugin Vanish-X v1.0.0
[04:40:02] [Server thread/INFO]: [Chunky] Loading server plugin Chunky v1.4.40
[04:40:02] [Server thread/INFO]: [PvPManager] Loading server plugin PvPManager v3.19.3
[04:40:02] [Server thread/INFO]: [ExcellentCrates] Loading server plugin ExcellentCrates v6.3.3
[04:40:02] [Server thread/INFO]: [skript-reflect] Loading server plugin skript-reflect v2.6
[04:40:02] [Server thread/INFO]: [BankPlus] Loading server plugin BankPlus v6.3
[04:40:02] [Server thread/INFO]: [CrazyEnchantments] Loading server plugin CrazyEnchantments v2.5.2
[04:40:02] [Server thread/INFO]: [Jobs] Loading server plugin Jobs v5.2.6.1
[04:40:02] [Server thread/INFO]: [EnchantmentPlus] Loading server plugin EnchantmentPlus v1.0.0
[04:40:02] [Server thread/INFO]: [SkQuery] Loading server plugin SkQuery v4.3.2
[04:40:02] [Server thread/INFO]: [ClearLagTimer] Loading server plugin ClearLagTimer v2025.07
[04:40:02] [Server thread/INFO]: [Quests] Loading server plugin Quests v5.2.4-b543
[04:40:02] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[04:40:02] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.5.9
[04:40:05] [Server thread/INFO]:         __    
[04:40:05] [Server thread/INFO]:   |    |__)   LuckPerms v5.5.9
[04:40:05] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[04:40:05] [Server thread/INFO]: 
[04:40:06] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[04:40:08] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[04:40:09] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[04:40:11] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 9277ms)
[04:40:11] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[04:40:11] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[04:40:12] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[04:40:12] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[04:40:13] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[04:40:13] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.3.15+7187-33cf7a2
[04:40:13] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[04:40:13] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[04:40:15] [Server thread/WARN]: 
**********************************************
** This WorldEdit version does not fully support your version of Bukkit.
**
** When working with blocks or undoing, chests will be empty, signs
** will be blank, and so on. There will be no support for entity
** and block property-related functions.
**
** Please see https://worldedit.enginehub.org/en/latest/faq/#bukkit-adapters
**********************************************

[04:40:17] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.4.0-SNAPSHOT-754
[04:40:17] [Server thread/INFO]: [NexEngine] Enabling NexEngine v2.2.12
[04:40:17] [Server thread/INFO]: [NexEngine] Seems like we have Paper based fork here...
[04:40:17] [Server thread/WARN]: [NexEngine] ==================================
[04:40:17] [Server thread/WARN]: [NexEngine] WARNING: You're running an outdated/deprecated server version (Unknown)!
[04:40:17] [Server thread/WARN]: [NexEngine] Support for this version will be dropped soon.
[04:40:17] [Server thread/WARN]: [NexEngine] Please, upgrade your server to at least 1.18.2.
[04:40:17] [Server thread/WARN]: [NexEngine] ==================================
[04:40:17] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms permissions
[04:40:17] [Server thread/INFO]: [NexEngine] Successfully hooked with EssentialsX Economy economy
[04:40:17] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms chat
[04:40:17] [Server thread/INFO]: [NexEngine] Plugin loaded in 337 ms!
[04:40:17] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v15.7.8
[04:40:21] [Server thread/INFO]: [SkinsRestorer] Running on Minecraft 1.21.8.
[04:40:25] [Server thread/INFO]: [SkinsRestorer] Using paper join listener!
[04:40:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: skinsrestorer [15.7.8]
[04:40:25] [Server thread/INFO]: [SkinsRestorer] PlaceholderAPI expansion registered!
[04:40:25] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v3.3.2
[04:40:26] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[04:40:26] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     +==================+
[04:40:26] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |   SkinsRestorer  |
[04:40:26] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |------------------|
[04:40:26] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |  Standalone Mode |
[04:40:26] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     +==================+
[04:40:26] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[04:40:26] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     Version: 15.7.8
[04:40:26] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     Commit: 8c78340
[04:40:26] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     This is the latest version!
[04:40:26] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[04:40:26] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] Do you have issues? Read our troubleshooting guide: https://skinsrestorer.net/docs/troubleshooting
[04:40:26] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] Want to support SkinsRestorer? Consider donating: https://skinsrestorer.net/donate
[04:40:26] [Server thread/INFO]: [PlayerPoints] Data handler connected using SQLite.
[04:40:27] [Server thread/INFO]: [nightcore] Enabling nightcore v2.7.10
[04:40:27] [Server thread/INFO]: [nightcore] Server version detected as Unknown. Using paper-bridge.
[04:40:28] [Server thread/INFO]: [nightcore] [Item NBT] Test successful.
[04:40:28] [Server thread/INFO]: [nightcore] Found permissions provider: LuckPerms
[04:40:28] [Server thread/INFO]: [nightcore] Found economy provider: EssentialsX Economy
[04:40:28] [Server thread/WARN]: [nightcore] ===================================
[04:40:28] [Server thread/WARN]: [nightcore] WARNING: This plugin is not supposed to run on this server version!
[04:40:28] [Server thread/WARN]: [nightcore] If server version is newer than UNKNOWN, then wait for an update please.
[04:40:28] [Server thread/WARN]: [nightcore] Otherwise this plugin will not work properly or even load.
[04:40:28] [Server thread/WARN]: [nightcore] ABSOLUTELY NO DISCORD SUPPORT WILL BE PROVIDED
[04:40:28] [Server thread/WARN]: [nightcore] ===================================
[04:40:28] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[04:40:28] [Server thread/INFO]: [nightcore] Time zone set as Asia/Karachi
[04:40:28] [Server thread/INFO]: [nightcore] Plugin loaded in 476 ms!
[04:40:28] [Server thread/INFO]: [PlugManX] Enabling PlugManX v2.4.1
[04:40:28] [Server thread/WARN]: [PlugManX] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[04:40:28] [Server thread/WARN]: [PlugManX] It seems like you're running on paper.
[04:40:28] [Server thread/WARN]: [PlugManX] PlugManX cannot interact with paper-plugins, yet.
[04:40:28] [Server thread/WARN]: [PlugManX] Also, if you encounter any issues, please join my discord: https://discord.gg/GxEFhVY6ff
[04:40:28] [Server thread/WARN]: [PlugManX] Or create an issue on GitHub: https://github.com/TheBlackEntity/PlugMan
[04:40:28] [Server thread/WARN]: [PlugManX] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[04:40:29] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[04:40:29] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[04:40:29] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[04:40:29] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[04:40:29] [Server thread/INFO]: Preparing level "spawn"
[04:40:30] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[04:40:31] [Server thread/INFO]: Preparing spawn area: 0%
[04:40:31] [Server thread/INFO]: Preparing spawn area: 0%
[04:40:32] [Server thread/INFO]: Preparing spawn area: 2%
[04:40:32] [Server thread/INFO]: Preparing spawn area: 2%
[04:40:32] [Server thread/INFO]: Preparing spawn area: 14%
[04:40:33] [Server thread/INFO]: Time elapsed: 2364 ms
[04:40:33] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.4.1
[04:40:33] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.21.7 (772)
[04:40:33] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version!
[04:40:33] [Server thread/WARN]: [ViaVersion] ViaVersion only supports newer client versions. Use ViaBackwards to allow older versions (ViaRewind for 1.7/1.8) to join.
[04:40:33] [Server thread/WARN]: [ViaVersion] Get setup help at https://viaversion.com/setup or download ViaBackwards/ViaRewind directly at https://ci.viaversion.com/
[04:40:33] [Server thread/WARN]: [ViaVersion] Need more help? Join our Discord at https://viaversion.com/discord
[04:40:33] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
[04:40:34] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[04:40:34] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.13+82fdc65
[04:40:35] [Server thread/INFO]: [WorldGuard] (spawn) TNT ignition is PERMITTED.
[04:40:35] [Server thread/INFO]: [WorldGuard] (spawn) Lighters are PERMITTED.
[04:40:35] [Server thread/INFO]: [WorldGuard] (spawn) Lava fire is PERMITTED.
[04:40:35] [Server thread/INFO]: [WorldGuard] (spawn) Fire spread is UNRESTRICTED.
[04:40:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn'
[04:40:35] [Server thread/INFO]: [WorldGuard] Loading region data...
[04:40:35] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v5.1.0
[04:40:38] [Server thread/INFO]: Preparing start region for dimension minecraft:world
[04:40:39] [Server thread/INFO]: Preparing spawn area: 0%
[04:40:39] [Server thread/INFO]: Preparing spawn area: 0%
[04:40:39] [Server thread/INFO]: Preparing spawn area: 14%
[04:40:39] [Server thread/INFO]: Time elapsed: 1248 ms
[04:40:39] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[04:40:39] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[04:40:39] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[04:40:39] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[04:40:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[04:40:40] [Server thread/INFO]: Preparing start region for dimension minecraft:test
[04:40:40] [Server thread/INFO]: Preparing spawn area: 0%
[04:40:40] [Server thread/INFO]: Preparing spawn area: 34%
[04:40:41] [Server thread/INFO]: Time elapsed: 926 ms
[04:40:41] [Server thread/INFO]: [WorldGuard] (test) TNT ignition is PERMITTED.
[04:40:41] [Server thread/INFO]: [WorldGuard] (test) Lighters are PERMITTED.
[04:40:41] [Server thread/INFO]: [WorldGuard] (test) Lava fire is PERMITTED.
[04:40:41] [Server thread/INFO]: [WorldGuard] (test) Fire spread is UNRESTRICTED.
[04:40:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'test'
[04:40:41] [Server thread/INFO]: Preparing start region for dimension minecraft:arena
[04:40:41] [Server thread/INFO]: Preparing spawn area: 0%
[04:40:41] [Server thread/INFO]: Preparing spawn area: 8%
[04:40:42] [Server thread/INFO]: Preparing spawn area: 48%
[04:40:42] [Server thread/INFO]: Time elapsed: 1271 ms
[04:40:42] [Server thread/INFO]: [WorldGuard] (Arena) TNT ignition is PERMITTED.
[04:40:42] [Server thread/INFO]: [WorldGuard] (Arena) Lighters are PERMITTED.
[04:40:42] [Server thread/INFO]: [WorldGuard] (Arena) Lava fire is PERMITTED.
[04:40:42] [Server thread/INFO]: [WorldGuard] (Arena) Fire spread is UNRESTRICTED.
[04:40:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Arena'
[04:40:44] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: multiverse-core [5.1.0]
[04:40:44] [Server thread/INFO]: [Multiverse-Core] API service loaded!
[04:40:44] [Server thread/INFO]: [Multiverse-Core] Version 5.1.0 (API v5.1) Enabled - By dumptruckman, Rigby, fernferret, lithium3141, main--, benwoo1110 and Zax71
[04:40:44] [Server thread/INFO]: [Multiverse-Core] Loving Multiverse-Core? Please consider supporting the project with a small donation: https://github.com/sponsors/Multiverse
[04:40:44] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.18.4
[04:40:44] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
[04:40:44] [Server thread/INFO]: [GriefPrevention] 0 total claims loaded.
[04:40:44] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
[04:40:44] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
[04:40:44] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
[04:40:45] [Server thread/INFO]: [GriefPrevention] Boot finished.
[04:40:45] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.9.6
[04:40:45] [Server thread/INFO]: [DecentHolograms] Initialized NMS adapter for v1_21_R5 (1.21.8).
[04:40:45] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: 1.21.8! Trying to find NMS support
[04:40:45] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_21_R5' loaded!
[04:40:45] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'DecentHolograms' to create a bStats instance!
[04:40:46] [Server thread/INFO]: [DecentHolograms] NBT-API loaded successfully.
[04:40:46] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.2-dev+27-cc25a79
[04:40:47] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[04:40:47] [Server thread/WARN]: [Essentials] Version mismatch! Please update EssentialsChat to the same version.
[04:40:48] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[04:40:48] [Server thread/INFO]: [Essentials] No kits found to migrate.
[04:40:48] [Server thread/INFO]: [Essentials] Selected Paper Container Provider as the provider for ContainerProvider
[04:40:48] [Server thread/INFO]: [Essentials] Selected 1.11+ Item Unbreakable Provider as the provider for ItemUnbreakableProvider
[04:40:48] [Server thread/INFO]: [Essentials] Selected 1.21.4+ Sync Commands Provider as the provider for SyncCommandsProvider
[04:40:48] [Server thread/INFO]: [Essentials] Selected Paper Tick Count Provider as the provider for TickCountProvider
[04:40:48] [Server thread/INFO]: [Essentials] Selected Paper Server State Provider as the provider for ServerStateProvider
[04:40:48] [Server thread/INFO]: [Essentials] Selected Reflection Formatted Command Alias Provider as the provider for FormattedCommandAliasProvider
[04:40:48] [Server thread/INFO]: [Essentials] Selected 1.13+ Spawn Egg Provider as the provider for SpawnEggProvider
[04:40:48] [Server thread/INFO]: [Essentials] Selected 1.20.4+ Damage Event Provider as the provider for DamageEventProvider
[04:40:48] [Server thread/INFO]: [Essentials] Selected 1.17.1+ World Info Provider as the provider for WorldInfoProvider
[04:40:48] [Server thread/INFO]: [Essentials] Selected Paper Serialization Provider as the provider for SerializationProvider
[04:40:48] [Server thread/INFO]: [Essentials] Selected 1.20.5+ Banner Data Provider as the provider for BannerDataProvider
[04:40:49] [Server thread/INFO]: [Essentials] Selected Paper Material Tag Provider as the provider for MaterialTagProvider
[04:40:49] [Server thread/INFO]: [Essentials] Selected 1.20.6+ Potion Meta Provider as the provider for PotionMetaProvider
[04:40:49] [Server thread/INFO]: [Essentials] Selected 1.14.4+ Persistent Data Container Provider as the provider for PersistentDataProvider
[04:40:49] [Server thread/INFO]: [Essentials] Selected Paper Biome Key Provider as the provider for BiomeKeyProvider
[04:40:49] [Server thread/INFO]: [Essentials] Selected 1.8.3+ Spawner Item Provider as the provider for SpawnerItemProvider
[04:40:49] [Server thread/INFO]: [Essentials] Selected 1.14+ Sign Data Provider as the provider for SignDataProvider
[04:40:49] [Server thread/INFO]: [Essentials] Selected 1.12.2+ Player Locale Provider as the provider for PlayerLocaleProvider
[04:40:49] [Server thread/INFO]: [Essentials] Selected 1.12+ Spawner Block Provider as the provider for SpawnerBlockProvider
[04:40:49] [Server thread/INFO]: [Essentials] Selected Reflection Online Mode Provider as the provider for OnlineModeProvider
[04:40:49] [Server thread/INFO]: [Essentials] Selected 1.21+ InventoryView Interface ABI Provider as the provider for InventoryViewProvider
[04:40:49] [Server thread/INFO]: [Essentials] Selected Paper Known Commands Provider as the provider for KnownCommandsProvider
[04:40:49] [Server thread/INFO]: [Essentials] Loaded 43880 items from items.json.
[04:40:49] [Server thread/INFO]: [Essentials] Using locale en_US
[04:40:50] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[04:40:51] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[04:40:51] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[04:40:51] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[04:40:51] [Server thread/INFO]: [Skript] Enabling Skript v2.11.2
[04:40:54] [Thread-15/INFO]: [Skript] A new version of Skript is available: 2.12.0 (you're currently running 2.11.2)
[04:40:54] [Thread-15/INFO]: Download it at: https://github.com/SkriptLang/Skript/releases/download/2.12.0/Skript-2.12.0.jar
[04:41:00] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[04:41:00] [Server thread/INFO]: [BetterTeams] Enabling BetterTeams v4.13.4
[04:41:01] [Server thread/INFO]: [BetterTeams] MessageSender declared: com.booksaw.betterTeams.message.AdventureMessageSender@7d26632
[04:41:02] [Server thread/INFO]: [BetterTeams] [BetterTeams] Checking if the file messages.yml is up to date
[04:41:02] [Server thread/INFO]: [BetterTeams] [BetterTeams] File is up to date
[04:41:02] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterTeams [4.13.4]
[04:41:02] [Server thread/INFO]: [BetterTeams] Display team name config value: prefix
[04:41:02] [Server thread/INFO]: [BetterTeams] Loading below name. Type: PREFIX
[04:41:02] [Server thread/INFO]: [BetterTeams] teamManagement declared: com.booksaw.betterTeams.events.MCTeamManagement@5d5a7da8
[04:41:03] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.39-SNAPSHOT (build 3866)
[04:41:05] [Server thread/INFO]: [Citizens] Using mojmapped server, avoiding server package checks
[04:41:07] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[04:41:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: citizens [1.0.0]
[04:41:07] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[04:41:08] [Server thread/INFO]: [SmartSpawner] Enabling SmartSpawner v1.4.0.1
[04:41:08] [Server thread/INFO]: [SmartSpawner] WorldGuard integration enabled successfully!
[04:41:08] [Server thread/INFO]: [SmartSpawner] GriefPrevention integration enabled successfully!
[04:41:08] [Thread-17/INFO]: [Skript] Loaded 5504 aliases in 8363ms
[04:41:08] [Server thread/INFO]: [SmartSpawner] Successfully connected to Vault & Economy provider: EssentialsX Economy
[04:41:09] [Server thread/INFO]: [SmartSpawner] Auto-detected & successfully hook into shop plugin: EconomyShopGUI
[04:41:09] [Server thread/INFO]: [SmartSpawner] Running on standard Paper server.
[04:41:09] [Server thread/INFO]: [SmartSpawner] Loaded 1 spawners. Errors: 0
[04:41:09] [Server thread/INFO]: [SmartSpawner] Loaded GUI layout: default
[04:41:11] [Server thread/INFO]: [SmartSpawner] SmartSpawner has been enabled! (Loaded in 2570ms)
[04:41:11] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.21.1
[04:41:11] [Server thread/WARN]: [EssentialsChat] Version mismatch! Please update all Essentials jars to the same version.
[04:41:11] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[04:41:11] [Server thread/INFO]: [TAB] Enabling TAB v5.2.4
[04:41:11] [Thread-18/INFO]: [SmartSpawner] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[04:41:11] [Thread-18/INFO]: [SmartSpawner]          🔮 ꜱᴍᴀʀᴛꜱᴘᴀᴡɴᴇʀ ᴜᴘᴅᴀᴛᴇ ᴀᴠᴀɪʟᴀʙʟᴇ 🔮
[04:41:11] [Thread-18/INFO]: [SmartSpawner] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[04:41:11] [Thread-18/INFO]: [SmartSpawner] 
[04:41:11] [Thread-18/INFO]: [SmartSpawner] 📦 ᴄᴜʀʀᴇɴᴛ ᴠᴇʀꜱɪᴏɴ: 1.4.0.1                        
[04:41:11] [Thread-18/INFO]: [SmartSpawner] ✅ ʟᴀᴛᴇꜱᴛ ᴠᴇʀꜱɪᴏɴ: 1.4.0.2                         
[04:41:11] [Thread-18/INFO]: [SmartSpawner] 
[04:41:11] [Thread-18/INFO]: [SmartSpawner] 📥 ᴅᴏᴡɴʟᴏᴀᴅ ᴛʜᴇ ʟᴀᴛᴇꜱᴛ ᴠᴇʀꜱɪᴏɴ ᴀᴛ:
[04:41:11] [Thread-18/INFO]: [SmartSpawner]  https://modrinth.com/plugin/9tQwxSFr/version/1.4...
[04:41:11] [Thread-18/INFO]: [SmartSpawner] 
[04:41:11] [Thread-18/INFO]: [SmartSpawner] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[04:41:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [5.2.4]
[04:41:13] [Server thread/INFO]: [TAB] Enabled in 1400ms
[04:41:13] [Server thread/INFO]: [CMILib] Enabling CMILib v1.5.5.2
[04:41:16] [Server thread/INFO]: Server version: v1_21_R5 - 1.21.8 - paper  1.21.8-17-dbc367b (MC: 1.21.8)
[04:41:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cmil [1.5.5.2]
[04:41:18] [Server thread/INFO]: PlaceholderAPI hooked.
[04:41:19] [Server thread/INFO]: Updated (EN) language file. Took 203ms
[04:41:19] [Server thread/INFO]: [SkBee] Enabling SkBee v3.11.2
[04:41:19] [Server thread/INFO]: [SkBee] Registry Elements successfully loaded
[04:41:21] [Server thread/INFO]: [SkBee] Loading NBTApi...
[04:41:21] [Server thread/INFO]: [SkBee] [NBTAPI] Found Minecraft: 1.21.8! Trying to find NMS support
[04:41:21] [Server thread/INFO]: [SkBee] Failed to load NBTApi!
[04:41:21] [Server thread/INFO]: [SkBee] NBT Elements DISABLED!
[04:41:21] [Server thread/INFO]: [SkBee]  - Your server version [1.21.8] is not currently supported by the NBT-API
[04:41:21] [Server thread/INFO]: [SkBee]  - This is not a bug!
[04:41:21] [Server thread/INFO]: [SkBee]  - NBT elements will resume once the API is updated to work with [1.21.8]
[04:41:21] [Server thread/INFO]: [SkBee] Text Component Elements successfully loaded
[04:41:21] [Server thread/INFO]: [SkBee] Advancement Elements successfully loaded
[04:41:21] [Server thread/INFO]: [SkBee] BossBar Elements successfully loaded
[04:41:21] [Server thread/INFO]: [SkBee] Bound Elements successfully loaded
[04:41:21] [Server thread/INFO]: [SkBee] Damage Source Elements successfully loaded
[04:41:22] [Server thread/INFO]: [SkBee] Display Entity Elements successfully loaded
[04:41:22] [Server thread/INFO]: [SkBee] Fastboard[Adventure] Elements successfully loaded
[04:41:22] [Server thread/INFO]: [SkBee] Fishing Elements successfully loaded
[04:41:22] [Server thread/INFO]: [SkBee] Game Event Elements successfully loaded
[04:41:22] [Server thread/INFO]: [SkBee] Item Component Elements successfully loaded
[04:41:22] [Server thread/INFO]: [SkBee] Particle Elements successfully loaded
[04:41:22] [Server thread/INFO]: [SkBee] Property Elements successfully loaded
[04:41:22] [Server thread/INFO]: [SkBee] RayTrace Elements successfully loaded
[04:41:22] [Server thread/INFO]: [SkBee] Recipe Elements successfully loaded
[04:41:22] [Server thread/INFO]: [SkBee] Scoreboard Elements successfully loaded
[04:41:22] [Server thread/INFO]: [SkBee] Statistic Elements successfully loaded
[04:41:22] [Server thread/INFO]: [SkBee] Structure Elements successfully loaded
[04:41:22] [Server thread/INFO]: [SkBee] SwitchCase Elements successfully loaded
[04:41:22] [Server thread/INFO]: [SkBee] Tick Manager Elements successfully loaded
[04:41:23] [Server thread/INFO]: [SkBee] Villager Elements successfully loaded
[04:41:23] [Server thread/INFO]: [SkBee] Virtual Furnace Elements disabled via config
[04:41:23] [Server thread/INFO]: [SkBee] World Border Elements disabled (now in Skript)
[04:41:23] [Server thread/INFO]: [SkBee] World Creator Elements successfully loaded
[04:41:23] [Server thread/INFO]: [SkBee] Chunk Generator Elements successfully loaded
[04:41:23] [Server thread/INFO]: [SkBee] Loaded (440) elements:
[04:41:23] [Server thread/INFO]: [SkBee]  - 55 events
[04:41:23] [Server thread/INFO]: [SkBee]  - 67 effects
[04:41:23] [Server thread/INFO]: [SkBee]  - 263 expressions
[04:41:23] [Server thread/INFO]: [SkBee]  - 24 conditions
[04:41:23] [Server thread/INFO]: [SkBee]  - 31 sections
[04:41:23] [Server thread/INFO]: [SkBee]  - 11 properties
[04:41:23] [Server thread/INFO]: [SkBee] Checking for update...
[04:41:23] [Server thread/INFO]: [SkBee] Plugin is not up to date!
[04:41:23] [Server thread/INFO]: [SkBee]  - Current version: v3.11.2
[04:41:23] [Server thread/INFO]: [SkBee]  - Available update: v3.12.2
[04:41:23] [Server thread/INFO]: [SkBee]  - Download available at: https://modrinth.com/plugin/skbee/versions
[04:41:23] [Server thread/INFO]: [SkBee] Successfully enabled v3.11.2 in 4.25 seconds
[04:41:23] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[04:41:23] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[04:41:24] [Server thread/INFO]: [ClearLag] Loading modules...
[04:41:24] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (Index 3 out of bounds for length 3)
[04:41:24] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[04:41:24] [Server thread/WARN]: [ClearLag] Config Read Error at line auto-removal.warnings:
[04:41:24] [Server thread/WARN]: [ClearLag] Failed to read 'time:' variable in 
[04:41:24] [Server thread/WARN]: [ClearLag] Insure you have a NUMBER after 'time:' specified
[04:41:24] [Server thread/WARN]: [ClearLag] Config Read Error at line auto-removal.warnings:
[04:41:24] [Server thread/WARN]: [ClearLag] Failed to read 'time:' variable in 
[04:41:24] [Server thread/WARN]: [ClearLag] Insure you have a NUMBER after 'time:' specified
[04:41:24] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[04:41:24] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[04:41:24] [Thread-19/WARN]: [ClearLag] Clearlag failed to check for updates - bukkit may be down
[04:41:24] [Thread-19/WARN]: java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3
[04:41:24] [Thread-19/WARN]:     at Clearlag.jar//me.minebuilders.clearlag.Util.getBukkitVersion(Util.java:105)
[04:41:24] [Thread-19/WARN]:     at Clearlag.jar//me.minebuilders.clearlag.BukkitUpdater.updateAvailable(BukkitUpdater.java:32)
[04:41:24] [Thread-19/WARN]:     at Clearlag.jar//me.minebuilders.clearlag.BukkitUpdater.run(BukkitUpdater.java:82)
[04:41:24] [Thread-19/WARN]:     at java.base/java.lang.Thread.run(Thread.java:1583)
[04:41:24] [Server thread/INFO]: [NotBounties] Enabling NotBounties v1.22.3
[04:41:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: notbounties [1.22.3]
[04:41:29] [Server thread/INFO]: [WorldGuard] Registering session handler me.jadenp.notbounties.features.settings.integrations.external_api.worldguard.BountyEntryFlag
[04:41:29] [Server thread/INFO]: [WorldGuard] Registering session handler me.jadenp.notbounties.features.settings.integrations.external_api.worldguard.BountyExitFlag
[04:41:29] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.14.1-Release
[04:41:29] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[04:41:29] [Folia Async Scheduler Thread #3/INFO]: [NotBounties] A new update is available. Current version: 1.22.3 Latest Version: 1.22.9 
Download a new version here: https://www.spigotmc.org/resources/104484/
[04:41:30] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[04:41:30] [Server thread/WARN]: [DeluxeMenus] Found 'data' option for item: filler in menu: vote_menu. This option is deprecated and will be removed soon. Please use 'damage' instead.
[04:41:30] [Server thread/WARN]: [DeluxeMenus] Found 'data' option for item: main in menu: vote_menu. This option is deprecated and will be removed soon. Please use 'damage' instead.
[04:41:30] [Server thread/ERROR]: [DeluxeMenus] Detected invalid configuration in file: blockbreak-quest.yml
[04:41:30] [Server thread/WARN]: [DeluxeMenus] Menu: blockbreak_menu in file: blockbreak-quest.yml not loaded.
[04:41:30] [Server thread/INFO]: [DeluxeMenus] 10 GUI menus loaded!
[04:41:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxemenus [1.14.1-Release]
[04:41:30] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[04:41:31] [Server thread/INFO]: [DeluxeAuctions] Enabling DeluxeAuctions v3.1
[04:41:31] [Server thread/INFO]: [DeluxeAuctions] (DEBUG) SQLite is connecting...
[04:41:31] [Server thread/INFO]: [DeluxeAuctions] (DEBUG) SQLite is connected!
[04:41:31] [Server thread/INFO]: [DeluxeAuctions] (INFO) Database successfully loaded! Took 14ms to complete!
[04:41:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: auction [1.0]
[04:41:31] [Server thread/INFO]: [DeluxeAuctions] (INFO) Enabled PlaceholderAPI support!
[04:41:32] [Server thread/INFO]: [DeluxeAuctions] (INFO) Your server is running on 1.21.
[04:41:32] [Server thread/INFO]: [DeluxeAuctions] (INFO) Plugin is enabled! Plugin Version: v3.1
[04:41:32] [Server thread/INFO]: [HoloMobHealth] Enabling HoloMobHealth v2.3.15.0
[04:41:37] [Server thread/INFO]: [HoloMobHealth] Loading languages...
[04:41:37] [Server thread/INFO]: [HoloMobHealth] Hooked into Citizens!
[04:41:37] [Server thread/INFO]: [HoloMobHealth] Hooked into PlaceholderAPI!
[04:41:37] [Server thread/INFO]: [HoloMobHealth] Hooked into WorldGuard! (v7)
[04:41:37] [Server thread/INFO]: [HoloMobHealth] Opened Sqlite database successfully
[04:41:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: holomobhealth [1.0.0]
[04:41:37] [Server thread/INFO]: [HoloMobHealth] HoloMobHealth has been Enabled!
[04:41:37] [Server thread/INFO]: [AsBroadcast] Enabling AsBroadcast v1.0
[04:41:37] [Server thread/INFO]: [AsBroadcast] AsBroadcast has been enabled!
[04:41:37] [Server thread/INFO]: [skRayFall] Enabling skRayFall v1.9.28
[04:41:37] [Server thread/INFO]: [skRayFall] Yay! You are running skRayFall 1.9.28!
[04:41:37] [Server thread/INFO]: [skRayFall] Nathan and Lewis <3 you.
[04:41:37] [Server thread/INFO]: [skRayFall] Cooking Bacon...
[04:41:37] [Server thread/INFO]: [skRayFall] Getting more bacon for the army of citizens...
[04:41:37] [Server thread/INFO]: [skRayFall] Got bacon for the EffectLib particle ninjas!
[04:41:37] [Server thread/INFO]: [skRayFall] No Votifier Found! *Checks oven for finished bacon*
[04:41:37] [Server thread/INFO]: [skRayFall] Enabling general 1.8+ bacon!
[04:41:37] [Server thread/INFO]: [skRayFall] Getting the general 1.9+ bacon!
[04:41:37] [Server thread/INFO]: [skRayFall] Getting the extra special 1.17+ bacon!
[04:41:38] [Server thread/INFO]: [skRayFall] Bacon is ready!
[04:41:38] [Server thread/INFO]: [EconomyShopGUI] Enabling EconomyShopGUI v6.14.4
[04:41:39] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using lang-en.yml as language file
[04:41:39] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 7 section configs from /sections/
[04:41:39] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 7 shop configs from /shops/
[04:41:39] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Updating Shop settings...
[04:41:39] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Successfully hooked into Vault and using EssentialsX Economy as economy provider
[04:41:39] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 1 economy provider(s) for all 6 shop sections.
[04:41:39] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using minecraft version 1.21.8...
[04:41:39] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Spawner provider set to AUTO in config
[04:41:39] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Automatically searching for compatible spawner provider....
[04:41:39] [Server thread/INFO]: [EconomyShopGUI] [INFO]: SmartSpawner found, integrating...
[04:41:39] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using SmartSpawner as spawner provider.
[04:41:39] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: esgui [1.1.0]
[04:41:39] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Debug mode is enabled.
[04:41:39] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Loading all items...
[04:41:39] [Server thread/INFO]: [EconomyShopGUI] [DEBUG]: Found incompatible component tag for current minecraft version: Did you mean 'repair_cost' instead of 'RepairCost'?
Please change the value manually to get rid of this message
[04:41:39] [Server thread/INFO]: [EconomyShopGUI] [WARN]: Item path in config.yml: sold-items-ignored-NBTtags
[04:41:40] [Server thread/INFO]: [SmartSpawner] Auto-detected & successfully hook into shop plugin: EconomyShopGUI
[04:41:40] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Initialized - Took 2019ms to complete
[04:41:41] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.13
[04:41:42] [Server thread/INFO]: [BetterRTP] Cooldown = 600
[04:41:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterrtp [3.6.13]
[04:41:42] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.21.2-dev+27-cc25a79
[04:41:42] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[04:41:42] [Server thread/INFO]: [ajLeaderboards] Enabling ajLeaderboards v2.10.1
[04:41:47] [Server thread/INFO]: [ajLeaderboards] Using H2 flatfile for board cache. (h2)
[04:41:48] [Server thread/INFO]: [ajLeaderboards] Loaded 2 boards
[04:41:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ajlb [2.10.1]
[04:41:48] [Server thread/INFO]: [ajLeaderboards] PAPI placeholders successfully registered!
[04:41:48] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.10.1 by ajgeiss0702 enabled!
[04:41:48] [Server thread/INFO]: [LevelledMobs] Enabling LevelledMobs v4.3.2.1 b125
[04:41:48] [Server thread/INFO]: [LevelledMobs] Enabling commands
[04:41:48] [Server thread/INFO]: [LevelledMobs] Building reflection cache, use simple names: true
[04:41:48] [Server thread/INFO]: [LevelledMobs] Found Essentials, loading integration
[04:41:48] [Server thread/INFO]: [LevelledMobs] Using NMS version 1.21.8 for nametag support
[04:41:48] [Server thread/INFO]: [LevelledMobs] File Loader: Loading files...
[04:41:48] [Server thread/INFO]: [LevelledMobs] File Loader: Loading file 'settings.yml'...
[04:41:48] [Server thread/INFO]: [LevelledMobs] File Loader: Loading file 'messages.yml'...
[04:41:48] [Server thread/INFO]: [LevelledMobs] File Loader: Loading file 'externalplugins.yml'...
[04:41:48] [Server thread/INFO]: [LevelledMobs] File Loader: Loading file 'rules.yml'...
[04:41:49] [Server thread/INFO]: [LevelledMobs] Current rules hash: 813a7b070e206f97d1bcd7dc067f808bebf31c8ec49bd55d540480cb0ff73350
[04:41:49] [Server thread/INFO]: [LevelledMobs] File Loader: Loading file 'customdrops.yml'...
[04:41:49] [Server thread/INFO]: [LevelledMobs] Listeners: Registering event listeners...
[04:41:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: LevelledMobs [4.3.2.1 b125]
[04:41:49] [Server thread/INFO]: [LevelledMobs] Running misc procedures
[04:41:49] [Server thread/INFO]: [LevelledMobs] Tasks: Starting async nametag auto update task...
[04:41:49] [Server thread/INFO]: [LevelledMobs] Start-up complete (took 856ms)
[04:41:49] [Server thread/INFO]: [Vanish-X] Enabling Vanish-X v1.0.0
[04:41:49] [Server thread/INFO]: [Vanish-X] Using version adapter: LatestAdapter
[04:41:49] [Server thread/INFO]: [Vanish-X] Vanish-X v1.0.0 has been enabled!
[04:41:49] [Server thread/INFO]: [Vanish-X] Made by UG88 | Running on Minecraft 1.21
[04:41:49] [Server thread/INFO]: [Chunky] Enabling Chunky v1.4.40
[04:41:49] [Server thread/INFO]: [PvPManager] Enabling PvPManager v3.19.3
[04:41:49] [Server thread/INFO]: [PvPManager] Using player nametags: true
[04:41:50] [Server thread/INFO]: [PvPManager] Connected to SQLITE database successfully
[04:41:50] [Server thread/INFO]: [PvPManager] Players stored: 4
[04:41:50] [Server thread/WARN]: [PvPManager] GriefPrevention has been detected. GriefPrevention has some combat features without showing any feedback messages. Make sure to disable Punish Logout and set tag time to 0 seconds in GP config. Issues with those features often get wrongly blamed on PvPManager and cause conflicts due to the lack of GP feedback messages.
[04:41:50] [Server thread/INFO]: [PvPManager] TAB detected. If you want nametags to change while in combat, set 'anti-override' to false in TAB's config. (Doing that will prevent TAB from changing nametags)
[04:41:50] [Server thread/INFO]: [PvPManager] Or use the premium version of PvPManager which hooks into TAB for nametag/tablist changes.
[04:41:50] [Server thread/INFO]: [PvPManager] WorldGuard Found! Enabling Support For WorldGuard Regions
[04:41:50] [Server thread/INFO]: [PvPManager] Essentials Found! Hooked successfully
[04:41:50] [Server thread/INFO]: [PvPManager] Vault Found! Using it for currency related features
[04:41:50] [Server thread/INFO]: [PvPManager] PlaceholderAPI Found! Hooked successfully
[04:41:50] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: pvpmanager [3.19.3]
[04:41:50] [Server thread/INFO]: [PvPManager] PvPManager v3.19.3 enabled (596 ms)
[04:41:50] [Server thread/INFO]: [ExcellentCrates] Enabling ExcellentCrates v6.3.3
[04:41:50] [Server thread/INFO]: [ExcellentCrates] Powered by nightcore
[04:41:50] [Server thread/WARN]: [ExcellentCrates] ===================================
[04:41:50] [Server thread/WARN]: [ExcellentCrates] WARNING: This plugin is not supposed to run on this server version!
[04:41:50] [Server thread/WARN]: [ExcellentCrates] If server version is newer than UNKNOWN, then wait for an update please.
[04:41:50] [Server thread/WARN]: [ExcellentCrates] Otherwise this plugin will not work properly or even load.
[04:41:50] [Server thread/WARN]: [ExcellentCrates] ABSOLUTELY NO DISCORD SUPPORT WILL BE PROVIDED
[04:41:50] [Server thread/WARN]: [ExcellentCrates] ===================================
[04:41:50] [pool-70-thread-1/INFO]: [ajLeaderboards] You are up to date! (2.10.1)
[04:41:50] [Server thread/WARN]: [ExcellentCrates] *************************
[04:41:50] [Server thread/WARN]: [ExcellentCrates] You don't have EconomyBridge installed.
[04:41:50] [Server thread/WARN]: [ExcellentCrates] The following features will be unavailable:
[04:41:50] [Server thread/WARN]: [ExcellentCrates] - Crate open cost.
[04:41:50] [Server thread/WARN]: [ExcellentCrates] - Custom item plugin support.
[04:41:50] [Server thread/WARN]: [ExcellentCrates] *************************
[04:41:51] [Server thread/INFO]: [ExcellentCrates] Loaded 6 crate openings.
[04:41:51] [Server thread/INFO]: [ExcellentCrates] Loaded 0 crate keys.
[04:41:51] [Server thread/INFO]: [ExcellentCrates] Loaded 3 rarities!
[04:41:52] [PvPManager Worker Thread - 0/INFO]: [PvPManager] Checking for updates...
[04:41:53] [PvPManager Worker Thread - 0/INFO]: [PvPManager] No update found
[04:41:55] [Server thread/INFO]: [ExcellentCrates] Loaded 6 crates.
[04:41:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: excellentcrates [6.3.3]
[04:41:55] [Server thread/INFO]: [ExcellentCrates] Plugin loaded in 5112 ms!
[04:41:55] [Server thread/INFO]: [skript-reflect] Enabling skript-reflect v2.6
[04:41:56] [Server thread/INFO]: [BankPlus] Enabling BankPlus v6.3
[04:41:56] [Server thread/INFO]: 
[04:41:56] [Server thread/INFO]:     BankPlus Enabling plugin...
[04:41:56] [Server thread/INFO]:     Running on version 6.3!
[04:41:56] [Server thread/INFO]:     Detected server version: 1.21.8-17-dbc367b (MC: 1.21.8)
[04:41:56] [Server thread/INFO]:     Setting up the plugin...
[04:41:56] [Server thread/INFO]:     Done! (668ms)
[04:41:56] [Server thread/INFO]: 
[04:41:56] [Server thread/INFO]: BankPlus [INFO] Hooked into PlaceholderAPI!
[04:41:56] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: bankplus [6.3]
[04:41:56] [Server thread/INFO]: BankPlus [INFO] Hooked into Essentials!
[04:41:56] [Server thread/INFO]: [CrazyEnchantments] Enabling CrazyEnchantments v2.5.2
[04:41:56] [Server thread/INFO]: [CrazyEnchantments] Loading the config.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded config.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Loading the BlockList.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded BlockList.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Loading the HeadMap.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded HeadMap.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Loading the Data.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Data.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Loading the Enchantments.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Enchantments.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Loading the GKitz.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded GKitz.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Loading the Messages.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Messages.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Loading the Enchantment-Types.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Enchantment-Types.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Loading the Tinker.yml
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Tinker.yml
[04:41:57] [Server thread/INFO]: [Hunter Enchants]: === CrazyEnchantment Hook Status ===
[04:41:57] [Server thread/INFO]: [Hunter Enchants]: PLOT_SQUARED NOT FOUND
[04:41:57] [Server thread/INFO]: [Hunter Enchants]: ORAXEN NOT FOUND
[04:41:57] [Server thread/INFO]: [Hunter Enchants]: MCMMO NOT FOUND
[04:41:57] [Server thread/INFO]: [Hunter Enchants]: VAULT FOUND
[04:41:57] [Server thread/INFO]: [Hunter Enchants]: GRIEF_PREVENTION FOUND
[04:41:57] [Server thread/INFO]: [Hunter Enchants]: LANDS NOT FOUND
[04:41:57] [Server thread/INFO]: [Hunter Enchants]: WORLDEDIT FOUND
[04:41:57] [Server thread/INFO]: [Hunter Enchants]: FACTIONS_UUID NOT FOUND
[04:41:57] [Server thread/INFO]: [Hunter Enchants]: SUPERIORSKYBLOCK NOT FOUND
[04:41:57] [Server thread/INFO]: [Hunter Enchants]: WORLDGUARD FOUND
[04:41:57] [Server thread/INFO]: [Hunter Enchants]: TOWNYADVANCED NOT FOUND
[04:41:57] [Server thread/INFO]: [CrazyEnchantments] G-Kitz support is now enabled.
[04:41:58] [Server thread/INFO]: [Jobs] Enabling Jobs v5.2.6.1
[04:41:58] [Server thread/INFO]: ------------- Jobs -------------
[04:41:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: jobsr [5.2.6.1]
[04:41:58] [Server thread/INFO]: PlaceholderAPI hooked.
[04:41:58] [Server thread/INFO]: Connected to database (SqLite)
[04:41:58] [Server thread/INFO]: Loaded 8 titles
[04:41:58] [Server thread/INFO]: Loaded 2 restricted areas!
[04:41:58] [Server thread/INFO]: Loaded 69 protected blocks timers
[04:41:59] [Server thread/INFO]: Loaded 1568 custom item names
[04:41:59] [Server thread/INFO]: Loaded 86 custom entity names
[04:41:59] [Server thread/INFO]: Loaded 2 custom MythicMobs names
[04:41:59] [Server thread/INFO]: Loaded 42 custom enchant names
[04:41:59] [Server thread/INFO]: Loaded 46 custom enchant names
[04:41:59] [Server thread/INFO]: Loaded 16 custom color names
[04:42:00] [Server thread/INFO]: Update shops items icon section and use 'ItemStack' instead
[04:42:00] [Server thread/INFO]: Loaded 4 shop items
[04:42:00] [Server thread/INFO]: Loaded 1 quests for Woodcutter
[04:42:00] [Server thread/INFO]: Loaded 1 quests for Fisherman
[04:42:00] [Server thread/INFO]: Loaded 1 quests for Farmer
[04:42:00] [Server thread/INFO]: Loaded 1 quests for Weaponsmith
[04:42:00] [Server thread/INFO]: Loaded 1 quests for Miner
[04:42:00] [Server thread/INFO]: Loaded 1 quests for Builder
[04:42:00] [Server thread/INFO]: Loaded 1 quests for Crafter
[04:42:00] [Server thread/INFO]: Loaded 1 quests for Brewer
[04:42:00] [Server thread/INFO]: Loaded 1 quests for Explorer
[04:42:00] [Server thread/INFO]: Loaded 1 quests for Hunter
[04:42:00] [Server thread/INFO]: Loaded 1 quests for Enchanter
[04:42:00] [Server thread/INFO]: Loaded 1 quests for Digger
[04:42:00] [Server thread/INFO]: Loaded 12 jobs
[04:42:00] [Server thread/INFO]: Loaded 0 boosted items
[04:42:01] [Jobs-DatabaseSaveTask/INFO]: Started database save task.
[04:42:01] [Jobs-BufferedPaymentThread/INFO]: Started buffered payment thread.
[04:42:01] [Server thread/INFO]: Duplicate in database for (INFIE_03) -> (d16edef3-c30b-332b-8957-d26d65feb532) <-> (a3255f6b-2647-4727-85bd-fec0daba49af)
[04:42:01] [Server thread/INFO]: Duplicate in database for (UNTILGAMER__88) -> (f7b34290-9a8b-30be-bd23-4f2e888358d4) <-> (cf7a2778-f0fe-4985-9d4b-f1ce850719da)
[04:42:01] [Server thread/INFO]: Duplicate in database for (BlooDHunteRRR) -> (52391f1e-0772-3d77-9195-24eaca625f70) <-> (438d8601-3096-40b6-bcac-31f46ce9b738)
[04:42:01] [Server thread/INFO]: Preloaded 12 players data in 0.2
[04:42:01] [Server thread/INFO]: WorldGuard detected.
[04:42:01] [Server thread/INFO]: Registering listeners...
[04:42:02] [Server thread/INFO]: Listeners registered successfully
[04:42:02] [Server thread/INFO]: Plugin has been enabled successfully.
[04:42:02] [Server thread/INFO]: ------------------------------------
[04:42:02] [Server thread/INFO]: [EnchantmentPlus] Enabling EnchantmentPlus v1.0.0
[04:42:02] [Server thread/INFO]: [EnchantmentPlus] ╔═══════════════════════════════╗
[04:42:02] [Server thread/INFO]: [EnchantmentPlus] ║      EnchantmentPlus v1.0.0     ║
[04:42:02] [Server thread/INFO]: [EnchantmentPlus] ╚═══════════════════════════════╝
[04:42:02] [Server thread/INFO]: [EnchantmentPlus] Plugin enabled successfully!
[04:42:02] [Server thread/INFO]: [EnchantmentPlus] Running on Minecraft 1.21.8
[04:42:02] [Server thread/INFO]: [EnchantmentPlus] Maximum enchantment level: 10
[04:42:02] [Server thread/INFO]: [EnchantmentPlus] Roman numerals until: 10
[04:42:02] [Server thread/INFO]: [EnchantmentPlus] Anvil usage: Enabled
[04:42:02] [Server thread/INFO]: [EnchantmentPlus] Sharpness max level: 0
[04:42:02] [Server thread/INFO]: [SkQuery] Enabling SkQuery v4.3.2
[04:42:03] [Server thread/INFO]: [skQuery] Beginning to process a total of 152 from SkQuery
[04:42:03] [Server thread/INFO]: [skQuery] com.skquery.skquery.elements.effects.base.OptionsPragma is patternless and failed to register. This is most likely a code error.
[04:42:03] [Server thread/INFO]: [skQuery] com.skquery.skquery.elements.effects.base.Pragma is patternless and failed to register. This is most likely a code error.
[04:42:03] [Server thread/INFO]: [skQuery] Out of 152 classes, 102 classes were loaded from SkQuery
[04:42:03] [Server thread/INFO]: [ClearLagTimer] Enabling ClearLagTimer v2025.07
[04:42:03] [Server thread/INFO]: [ClearLagTimer] 2025.07, a free resource by Norska - Thanks for downloading!
[04:42:03] [Server thread/INFO]: [Quests] Enabling Quests v5.2.4-b543
[04:42:03] [Server thread/WARN]: [org.bukkit.craftbukkit.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[04:42:46] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: 1.21.8! Trying to find NMS support
[04:42:46] [Server thread/WARN]: [NBTAPI] [NBTAPI] This Server-Version(1.21.8-R0.1-SNAPSHOT) is not supported by this NBT-API Version(2.15.1) located in Quests. The NBT-API will try to work as good as it can! Some functions may not work!
[04:42:46] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'Quests' to create a bStats instance!
[04:42:46] [Server thread/WARN]: [Quests] NBT-API wasn't initialized properly
[04:42:46] [Server thread/INFO]: [Quests] Loaded language en-US. Translations via Crowdin
[04:42:46] [Server thread/INFO]: [Quests] Successfully linked Quests with Citizens
[04:42:46] [Server thread/INFO]: [Quests] Loading storage implementation: YAML
[04:42:49] [Server thread/INFO]: [spark] Starting background profiler...
[04:42:50] [Server thread/WARN]: Could not register alias sell because it contains commands that do not exist: economyshopgui-premium:sellall $1-
[04:42:50] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[04:42:50] [Server thread/INFO]: Done preparing level "spawn" (141.591s)
[04:42:50] [Server thread/INFO]: Running delayed init tasks
[04:42:50] [Craft Scheduler Thread - 6 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor.
[04:42:51] [Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Fetching version information...
[04:42:51] [Craft Scheduler Thread - 8 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms... 
[04:42:51] [Craft Scheduler Thread - 25 - Vault/INFO]: [Vault] Checking for Updates ... 
[04:42:51] [Craft Scheduler Thread - 30 - BankPlus/INFO]: BankPlus [INFO] New version of the plugin available! (v6.3).
[04:42:51] [Craft Scheduler Thread - 30 - BankPlus/INFO]: BankPlus [INFO] Please download the latest version here: https://www.spigotmc.org/resources/%E2%9C%A8-bankplus-%E2%9C%A8.93130/.
[04:42:51] [Craft Scheduler Thread - 6 - CMILib/INFO]: New version of CMILib was detected. Please update it (1.5.5.2 -> 1.5.5.8)
[04:42:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: playerpoints [3.3.2]
[04:42:51] [Craft Scheduler Thread - 27 - Quests/INFO]: [Quests] Update to 5.2.5: https://github.com/PikaMug/Quests
[04:42:51] [Craft Scheduler Thread - 25 - Vault/INFO]: [Vault] No new version available
[04:42:51] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[04:42:51] [Craft Scheduler Thread - 8 - DecentHolograms/INFO]: [DecentHolograms] Loaded 6 holograms!
[04:42:52] [Craft Scheduler Thread - 14 - DeluxeAuctions/INFO]: [DeluxeAuctions] (INFO) 2 auctions loaded in 943 ms!
[04:42:52] [Craft Scheduler Thread - 11 - Essentials/WARN]: [Essentials] You're 8 EssentialsX dev build(s) out of date!
[04:42:52] [Craft Scheduler Thread - 11 - Essentials/WARN]: [Essentials] Download it here: https://essentialsx.net/downloads.html
[04:42:53] [Server thread/INFO]: [Skript] Loading variables...
[04:42:53] [Server thread/INFO]: [Skript] Loaded 49 variables in 0.2 seconds
[04:42:59] [Craft Scheduler Thread - 15 - HoloMobHealth/INFO]: [HoloMobHealth] Loaded all 1 languages!
[04:43:08] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[04:43:08] [Server thread/INFO]: [Skript] Loaded 13 scripts with a total of 46 structures in 15.19 seconds
[04:43:08] [Server thread/INFO]: [Skript] Finished loading.
[04:43:09] [Server thread/WARN]: [ExcellentCrates] Problems in 'vote' crate (plugins/ExcellentCrates/crates/vote.yml):
[04:43:09] [Server thread/ERROR]: [ExcellentCrates] -> No key(s) defined!
[04:43:09] [Server thread/WARN]: [ExcellentCrates] Problems in 'mvp2' crate (plugins/ExcellentCrates/crates/mvp2.yml):
[04:43:09] [Server thread/ERROR]: [ExcellentCrates] -> No rewards defined!
[04:43:09] [Server thread/WARN]: [ExcellentCrates] Problems in 'titan' crate (plugins/ExcellentCrates/crates/titan.yml):
[04:43:09] [Server thread/ERROR]: [ExcellentCrates] -> No rewards defined!
[04:43:09] [Server thread/INFO]: [Jobs] Successfully linked with Vault. (Essentials)
[04:43:09] [Server thread/INFO]: [Jobs] Successfully linked with Vault. (LuckPerms)
[04:43:10] [Server thread/INFO]: [Citizens] Loaded 10 NPCs.
[04:43:10] [Server thread/WARN]: [ViaVersion] There is a newer plugin version available: 5.4.2, you're on: 5.4.1
[04:43:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.3]
[04:43:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.2]
[04:43:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.7.3]
[04:43:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.8]
[04:43:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: quests [2.0]
[04:43:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: team [1.2]
[04:43:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: griefprevention [1.7.0]
[04:43:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
[04:43:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: essentials [1.5.2]
[04:43:10] [Server thread/INFO]: 9 placeholder hook(s) registered!
[04:43:10] [Server thread/INFO]: Done (257.888s)! For help, type "help"
[04:43:10] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 19684ms or 393 ticks behind
[04:43:11] [Server thread/INFO]: [Quests] Loaded 6 Quest(s), 7 Action(s), 1 Condition(s) and 804 Phrase(s)
[04:43:13] [Server thread/INFO]: [ClearLagTimer] Attempting hooks...
[04:43:13] [Server thread/INFO]: [ClearLagTimer] Hooked into PlaceholderAPI!
[04:43:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: clearlagtimer [2025.07]
[04:43:13] [Server thread/INFO]: [ClearLagTimer] Successfully performed 1 hooks!
[04:43:15] [Server thread/INFO]:  
[04:43:15] [Server thread/INFO]:  [ClearLagTimer] New update available!
[04:43:15] [Server thread/INFO]:  Current version: 2025.07 with latest being 2025.07a!
[04:43:15] [Server thread/INFO]:  
[04:43:15] [Server thread/INFO]:  SpigotMC -> https://norska.dev/r/spigot/clt/
[04:43:15] [Server thread/INFO]:  Polymart -> https://norska.dev/r/polymart/clt/
[04:43:15] [Server thread/INFO]:  BuiltByBit -> https://norska.dev/r/bbb/clt/
[04:43:15] [Server thread/INFO]:  Modrinth -> https://norska.dev/r/modrinth/clt/
[04:43:15] [Server thread/INFO]:  
[04:59:22] [User Authenticator #0/INFO]: UUID of player INFIE_03 is d16edef3-c30b-332b-8957-d26d65feb532
[04:59:22] [Server thread/INFO]: [HorriblePlayerLoginEventHack] You have plugins listening to the PlayerLoginEvent, this will cause re-configuration APIs to be unavailable: [LuckPerms, SkinsRestorer, Essentials, GriefPrevention, DeluxeMenus, ProtocolLib, WorldGuard]
[04:59:26] [Server thread/INFO]: INFIE_03[/103.70.202.62:55878] logged in with entity id 125 at ([spawn]0.5, 0.0, 0.5)
[04:59:26] [Server thread/INFO]: [+] ADMIN  INFIE_03
[04:59:27] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2525ms or 50 ticks behind
[04:59:48] [Server thread/INFO]: [Essentials] Created a User for  (9bbd1142-adbd-2f32-8aea-dca1afe43c93) for non Bukkit type: net.citizensnpcs.nms.v1_21_R5.entity.EntityHumanNPC$PlayerNPC
[04:59:49] [Server thread/INFO]: INFIE_03 issued server command: /enchanter
[04:59:50] [Server thread/INFO]: INFIE_03 issued server command: /ranks
[04:59:52] [Server thread/INFO]: INFIE_03 issued server command: /rtp world world
[04:59:54] [Server thread/INFO]: INFIE_03 issued server command: /spawn
[04:59:59] [Server thread/INFO]: INFIE_03 issued server command: /shop
[05:00:03] [Server thread/INFO]: INFIE_03 issued server command: /arena INFIE_03
[05:00:03] [Server thread/INFO]: Applied effect Night Vision to INFIE_03
[05:00:06] [Server thread/INFO]: Removed effect Night Vision from INFIE_03
[05:01:20] [Server thread/INFO]: INFIE_03 issued server command: /spawn
[05:01:20] [Server thread/INFO]: Target doesn't have the requested effect
[05:01:21] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2861ms or 57 ticks behind
[05:01:29] [Server thread/INFO]: INFIE_03 issued server command: /shop
[05:01:32] [Server thread/INFO]: INFIE_03 issued server command: /shop
[05:03:14] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:03:15] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:03:16] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[05:03:16] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances c31de093-aaa1-2cf1-acf4-a5993fec7453
[05:03:16] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 068da005-f65e-2b2c-9066-68f3ac419774
[05:03:16] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a91d7059-c8a4-208f-9f63-08ab6db96b36
[05:03:16] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 94e3f499-bf27-2b62-baaa-e60119a32c5f
[05:03:16] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 839009b9-08e7-2349-8ae4-c0c4e1d37edf
[05:03:16] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a450c3d8-f7da-2ea7-b7fe-3436a582f3a6
[05:03:16] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 9bbd1142-adbd-2f32-8aea-dca1afe43c93
[05:03:16] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 23463686-331b-2d49-a927-aeadd58afd61
[05:03:16] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 4fcd689d-ebfb-2390-a91c-3d5132cb67b1
[05:03:16] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 0d03b1c4-d1c4-288e-9ab4-0cfba209ddcb
[05:04:08] [Server thread/INFO]: INFIE_03 fell into the void and was lost... almost.
[05:05:31] [Server thread/INFO]: INFIE_03 fell into the void and was lost... almost.
[05:06:11] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:06:12] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:06:12] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[05:06:12] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances c31de093-aaa1-2cf1-acf4-a5993fec7453
[05:06:12] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 068da005-f65e-2b2c-9066-68f3ac419774
[05:06:12] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a91d7059-c8a4-208f-9f63-08ab6db96b36
[05:06:12] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 94e3f499-bf27-2b62-baaa-e60119a32c5f
[05:06:12] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 839009b9-08e7-2349-8ae4-c0c4e1d37edf
[05:06:12] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a450c3d8-f7da-2ea7-b7fe-3436a582f3a6
[05:06:12] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 9bbd1142-adbd-2f32-8aea-dca1afe43c93
[05:06:12] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 23463686-331b-2d49-a927-aeadd58afd61
[05:06:12] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 4fcd689d-ebfb-2390-a91c-3d5132cb67b1
[05:06:12] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 0d03b1c4-d1c4-288e-9ab4-0cfba209ddcb
[05:06:23] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:06:24] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:06:24] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[05:06:24] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances c31de093-aaa1-2cf1-acf4-a5993fec7453
[05:06:24] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 068da005-f65e-2b2c-9066-68f3ac419774
[05:06:24] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a91d7059-c8a4-208f-9f63-08ab6db96b36
[05:06:24] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 94e3f499-bf27-2b62-baaa-e60119a32c5f
[05:06:24] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 839009b9-08e7-2349-8ae4-c0c4e1d37edf
[05:06:24] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a450c3d8-f7da-2ea7-b7fe-3436a582f3a6
[05:06:24] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 9bbd1142-adbd-2f32-8aea-dca1afe43c93
[05:06:24] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 23463686-331b-2d49-a927-aeadd58afd61
[05:06:24] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 4fcd689d-ebfb-2390-a91c-3d5132cb67b1
[05:06:24] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 0d03b1c4-d1c4-288e-9ab4-0cfba209ddcb
[05:07:38] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:07:39] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:07:39] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[05:07:39] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances c31de093-aaa1-2cf1-acf4-a5993fec7453
[05:07:39] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 068da005-f65e-2b2c-9066-68f3ac419774
[05:07:39] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a91d7059-c8a4-208f-9f63-08ab6db96b36
[05:07:39] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 94e3f499-bf27-2b62-baaa-e60119a32c5f
[05:07:39] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 839009b9-08e7-2349-8ae4-c0c4e1d37edf
[05:07:39] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a450c3d8-f7da-2ea7-b7fe-3436a582f3a6
[05:07:39] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 9bbd1142-adbd-2f32-8aea-dca1afe43c93
[05:07:39] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 23463686-331b-2d49-a927-aeadd58afd61
[05:07:39] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 4fcd689d-ebfb-2390-a91c-3d5132cb67b1
[05:07:39] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 0d03b1c4-d1c4-288e-9ab4-0cfba209ddcb
[05:08:00] [Server thread/INFO]: INFIE_03 fell into the void and was lost... almost.
[05:08:00] [Server thread/WARN]: INFIE_03 moved too quickly! 28.896521371545894,39.84263354519407,-0.7410371338625075
[05:08:14] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:08:15] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:08:15] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[05:08:15] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances c31de093-aaa1-2cf1-acf4-a5993fec7453
[05:08:15] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 068da005-f65e-2b2c-9066-68f3ac419774
[05:08:15] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a91d7059-c8a4-208f-9f63-08ab6db96b36
[05:08:15] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 94e3f499-bf27-2b62-baaa-e60119a32c5f
[05:08:15] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 839009b9-08e7-2349-8ae4-c0c4e1d37edf
[05:08:15] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a450c3d8-f7da-2ea7-b7fe-3436a582f3a6
[05:08:15] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 9bbd1142-adbd-2f32-8aea-dca1afe43c93
[05:08:15] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 23463686-331b-2d49-a927-aeadd58afd61
[05:08:15] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 4fcd689d-ebfb-2390-a91c-3d5132cb67b1
[05:08:15] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 0d03b1c4-d1c4-288e-9ab4-0cfba209ddcb
[05:10:03] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:10:04] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:10:04] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[05:10:04] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances c31de093-aaa1-2cf1-acf4-a5993fec7453
[05:10:04] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 068da005-f65e-2b2c-9066-68f3ac419774
[05:10:04] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a91d7059-c8a4-208f-9f63-08ab6db96b36
[05:10:04] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 94e3f499-bf27-2b62-baaa-e60119a32c5f
[05:10:04] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 839009b9-08e7-2349-8ae4-c0c4e1d37edf
[05:10:04] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a450c3d8-f7da-2ea7-b7fe-3436a582f3a6
[05:10:04] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 9bbd1142-adbd-2f32-8aea-dca1afe43c93
[05:10:04] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 23463686-331b-2d49-a927-aeadd58afd61
[05:10:04] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 4fcd689d-ebfb-2390-a91c-3d5132cb67b1
[05:10:04] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 0d03b1c4-d1c4-288e-9ab4-0cfba209ddcb
[05:11:08] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:11:09] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:11:09] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[05:11:09] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances c31de093-aaa1-2cf1-acf4-a5993fec7453
[05:11:09] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 068da005-f65e-2b2c-9066-68f3ac419774
[05:11:09] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a91d7059-c8a4-208f-9f63-08ab6db96b36
[05:11:09] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 94e3f499-bf27-2b62-baaa-e60119a32c5f
[05:11:09] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 839009b9-08e7-2349-8ae4-c0c4e1d37edf
[05:11:09] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a450c3d8-f7da-2ea7-b7fe-3436a582f3a6
[05:11:09] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 9bbd1142-adbd-2f32-8aea-dca1afe43c93
[05:11:09] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 23463686-331b-2d49-a927-aeadd58afd61
[05:11:09] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 4fcd689d-ebfb-2390-a91c-3d5132cb67b1
[05:11:09] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 0d03b1c4-d1c4-288e-9ab4-0cfba209ddcb
[05:11:11] [Server thread/INFO]: [INFIE_03: Set own game mode to Creative Mode]
[05:11:22] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:11:22] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:11:22] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[05:11:23] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances c31de093-aaa1-2cf1-acf4-a5993fec7453
[05:11:23] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 068da005-f65e-2b2c-9066-68f3ac419774
[05:11:23] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a91d7059-c8a4-208f-9f63-08ab6db96b36
[05:11:23] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 94e3f499-bf27-2b62-baaa-e60119a32c5f
[05:11:23] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 839009b9-08e7-2349-8ae4-c0c4e1d37edf
[05:11:23] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a450c3d8-f7da-2ea7-b7fe-3436a582f3a6
[05:11:23] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 9bbd1142-adbd-2f32-8aea-dca1afe43c93
[05:11:23] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 23463686-331b-2d49-a927-aeadd58afd61
[05:11:23] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 4fcd689d-ebfb-2390-a91c-3d5132cb67b1
[05:11:23] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 0d03b1c4-d1c4-288e-9ab4-0cfba209ddcb
[05:11:49] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:11:49] [Server thread/INFO]: INFIE_03 issued server command: /citizens reload
[05:11:50] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[05:11:50] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances c31de093-aaa1-2cf1-acf4-a5993fec7453
[05:11:50] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 068da005-f65e-2b2c-9066-68f3ac419774
[05:11:50] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a91d7059-c8a4-208f-9f63-08ab6db96b36
[05:11:50] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 94e3f499-bf27-2b62-baaa-e60119a32c5f
[05:11:50] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 839009b9-08e7-2349-8ae4-c0c4e1d37edf
[05:11:50] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances a450c3d8-f7da-2ea7-b7fe-3436a582f3a6
[05:11:50] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 9bbd1142-adbd-2f32-8aea-dca1afe43c93
[05:11:50] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 23463686-331b-2d49-a927-aeadd58afd61
[05:11:50] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 4fcd689d-ebfb-2390-a91c-3d5132cb67b1
[05:11:50] [Server thread/ERROR]: [Citizens] Player registered twice with different NPC instances 0d03b1c4-d1c4-288e-9ab4-0cfba209ddcb