Date: 2023/04/25 05:28:56 UTC-07:00
Type: Server Log
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
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
[14:27:06] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[ServerMain/INFO]: Loaded 7 recipes
[Server thread/INFO]: Starting minecraft server version 1.19.4
[Server thread/INFO]: Loading properties
[Server thread/INFO]: This server is running Paper version git-Paper-519 (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT) (Git: 936205b)
[Server thread/INFO]: Server Ping Player Sample Count: 12
[Server thread/INFO]: Using 4 threads for Netty based IO
[Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
For more information please visit: https://github.com/PaperMC/Paper/issues/8948
[Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[Server thread/INFO]: Default game type: SURVIVAL
[Server thread/INFO]: Generating keypair
[Server thread/INFO]: Starting Minecraft server on *:40199
[Server thread/INFO]: Using epoll channel type
[Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
[Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loading 2 libraries... please wait
[Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/gs-40199/libraries/org/mongodb/mongodb-driver-sync/4.8.1/mongodb-driver-sync-4.8.1.jar
[Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/gs-40199/libraries/org/mongodb/bson/4.8.1/bson-4.8.1.jar
[Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/gs-40199/libraries/org/mongodb/mongodb-driver-core/4.8.1/mongodb-driver-core-4.8.1.jar
[Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/gs-40199/libraries/org/mongodb/bson-record-codec/4.8.1/bson-record-codec-4.8.1.jar
[Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/gs-40199/libraries/redis/clients/jedis/4.3.1/jedis-4.3.1.jar
[Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/gs-40199/libraries/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/gs-40199/libraries/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.jar
[Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/gs-40199/libraries/org/json/json/20220320/json-20220320.jar
[Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/gs-40199/libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
[Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v4.6.2
[Server thread/INFO]: [ViaVersion] ViaVersion 4.6.2 is now loaded. Registering protocol transformers and injecting...
[Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.40
[Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.6.0-SNAPSHOT-399;da4d966
[Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@79cf55d0]
[Server thread/INFO]: [VoidGen] Loading server plugin VoidGen v2.2.1
[Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.8-beta-01+cbb2ba7
[Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
[Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.3
[Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.0.0-SNAPSHOT-b606
[Server thread/WARN]: [ProtocolLib] Version (MC: 1.19.4) has not yet been tested! Proceed with caution.
[Server thread/INFO]: [MythicMobs] Loading server plugin MythicMobs v5.2.6-0819d467
[Server thread/INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
[Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.31-SNAPSHOT (build 3049)
[Server thread/INFO]: [MythicLib] Loading server plugin MythicLib v1.5.2
[Server thread/INFO]: [MythicLib] Detected Bukkit Version: v1_19_R3
[Server thread/INFO]: [MythicLib] Hooked onto WorldGuard
[Server thread/INFO]: [CMILib] Loading server plugin CMILib v1.2.5.2
[Server thread/INFO]: [Denizen] Loading server plugin Denizen v1.2.7-SNAPSHOT (build 1791-REL)
[Server thread/INFO]: [MMOCore] Loading server plugin MMOCore v1.11.3
[Server thread/INFO]: [CMI] Loading server plugin CMI v9.5.0.4
[Server thread/INFO]: [LoneLibs] Loading server plugin LoneLibs v1.0.24
[Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.0-dev+56-fd49b70
[Server thread/INFO]: [ModelEngine] Loading server plugin ModelEngine vR3.1.7
[Server thread/INFO]: [MMOItems] Loading server plugin MMOItems v6.9.3
[Server thread/INFO]: [MMOItems] Hooked onto WorldEdit
[Server thread/INFO]: [ItemsAdder] Loading server plugin ItemsAdder v3.4.1-r6
[Server thread/INFO]: [Shopkeepers] Loading server plugin Shopkeepers v2.16.5
[Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (400 ms).
[Server thread/INFO]: [Shopkeepers] Loading config.
[Server thread/INFO]: [Shopkeepers] Loading language file: language-en-default.yml
[Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
[Server thread/INFO]: [Shopkeepers] Registering defaults.
[Server thread/INFO]: [PhysicsControl] Loading server plugin PhysicsControl v1.1.0
[Server thread/INFO]: [TradeSystem] Loading server plugin TradeSystem v2.3.1
[Server thread/INFO]: [CitizensText] Loading server plugin CitizensText v1.2
[Server thread/INFO]: [FastAsyncVoxelSniper] Loading server plugin FastAsyncVoxelSniper v2.8.0
[Server thread/INFO]: [ItemJoin] Loading server plugin ItemJoin v5.2.5-RELEASE-b850
[Server thread/INFO]: [ChatCore] Loading server plugin ChatCore v2.14
[Server thread/INFO]: [PAPIProxyBridge] Loading server plugin PAPIProxyBridge v1.2
[Server thread/INFO]: [DeluxeMenus] Loading server plugin DeluxeMenus v1.13.7-Release
[Server thread/INFO]: [DeluxeMenus] NMS hook has been setup successfully!
[Server thread/INFO]: [Depenizen] Loading server plugin Depenizen v2.0.0 (build 833)
[Server thread/INFO]: [MythicCrucible] Loading server plugin MythicCrucible v1.4.0
[Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.40
[Server thread/INFO]: __
[Server thread/INFO]: | |__) LuckPerms v5.4.40
[Server thread/INFO]: |___ | Running on Bukkit - Paper
[Server thread/INFO]:
[Server thread/INFO]: [LuckPerms] Loading configuration...
[Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[Server thread/INFO]: [LuckPerms] Performing initial data load...
[Server thread/INFO]: [LuckPerms] Successfully enabled. (took 4328ms)
[Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.6.0-SNAPSHOT-399;da4d966
[Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
[Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
[Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_19_R3.PaperweightFaweAdapter as the Bukkit adapter
[Server thread/WARN]: [com.fastasyncworldedit.core.util.UpdateNotification] An update for FastAsyncWorldEdit is available. You are 9 build(s) out of date.
You are running build 399, the latest version is build 408.
Update at https://www.spigotmc.org/resources/13932/
[Server thread/INFO]: [VoidGen] Enabling VoidGen v2.2.1
[Server thread/INFO]: [VoidGen] Using VoidChunkGen: VERSION_UNKNOWN
[Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b606
[Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.24
[Server thread/INFO]: [ItemJoin] Enabling ItemJoin v5.2.5-RELEASE-b850
[Server thread/INFO]: Preparing level "castlezone"
[Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[Server thread/INFO]: Time elapsed: 465 ms
[Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[Server thread/INFO]: Time elapsed: 190 ms
[Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[Server thread/INFO]: Time elapsed: 99 ms
[Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.6.2
[Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.19.4 (762)
[Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version!
[Server thread/WARN]: [ViaVersion] Please remember that ViaVersion only adds support for versions newer than the server version.
[Server thread/WARN]: [ViaVersion] If you need support for older versions you may need to use one or more ViaVersion addons too.
[Server thread/WARN]: [ViaVersion] In that case please read the ViaVersion resource page carefully or use https://jo0001.github.io/ViaSetup
[Server thread/WARN]: [ViaVersion] and if you're still unsure, feel free to join our Discord-Server for further assistance.
[Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.8-beta-01+cbb2ba7
[Server thread/INFO]: [WorldGuard] (castlezone) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (castlezone) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (castlezone) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (castlezone) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'castlezone'
[Server thread/INFO]: [WorldGuard] (castlezone_nether) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (castlezone_nether) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (castlezone_nether) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (castlezone_nether) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'castlezone_nether'
[Server thread/INFO]: [WorldGuard] (castlezone_the_end) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (castlezone_the_end) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (castlezone_the_end) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (castlezone_the_end) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'castlezone_the_end'
[Server thread/INFO]: [WorldGuard] Loading region data...
[Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" 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--].
[14:27:28] [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.
[Server thread/INFO]: Preparing start region for dimension minecraft:world
[Server thread/INFO]: Time elapsed: 41 ms
[Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[Server thread/INFO]: Preparing start region for dimension minecraft:world_the_end
[Server thread/INFO]: Time elapsed: 196 ms
[Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[Server thread/INFO]: Preparing start region for dimension minecraft:world_nether
[Server thread/INFO]: Time elapsed: 110 ms
[Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[Server thread/INFO]: Preparing start region for dimension minecraft:serverspawn_nether
[Server thread/INFO]: Time elapsed: 473 ms
[Server thread/INFO]: [WorldGuard] (serverspawn_nether) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (serverspawn_nether) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (serverspawn_nether) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (serverspawn_nether) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'serverspawn_nether'
[Server thread/INFO]: Preparing start region for dimension minecraft:serverspawn
[Server thread/INFO]: Time elapsed: 34 ms
[Server thread/INFO]: [WorldGuard] (serverspawn) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (serverspawn) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (serverspawn) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (serverspawn) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'serverspawn'
[Server thread/INFO]: Preparing start region for dimension minecraft:testworld
[Server thread/INFO]: Time elapsed: 60 ms
[Server thread/INFO]: [WorldGuard] (testworld) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (testworld) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (testworld) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (testworld) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'testworld'
[Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[Server thread/INFO]: Preparing start region for dimension minecraft:castle-zone
[Server thread/INFO]: Time elapsed: 20 ms
[Server thread/INFO]: [WorldGuard] (castle-zone) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (castle-zone) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (castle-zone) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (castle-zone) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'castle-zone'
[Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[Server thread/INFO]: Preparing start region for dimension minecraft:worldtree
[Server thread/INFO]: Time elapsed: 64 ms
[Server thread/INFO]: [WorldGuard] (worldtree) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (worldtree) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (worldtree) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (worldtree) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'worldtree'
[Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[Server thread/INFO]: Preparing start region for dimension minecraft:serverspawn_the_end
[Server thread/INFO]: Time elapsed: 19 ms
[Server thread/INFO]: [WorldGuard] (serverspawn_the_end) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (serverspawn_the_end) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (serverspawn_the_end) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (serverspawn_the_end) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'serverspawn_the_end'
[Server thread/INFO]: [Multiverse-Core] 12 - World(s) loaded.
[Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
[Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.3
[Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.2.6-0819d467
[Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.19.4)...[0m
[Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality[0m
[Server thread/INFO]: [MythicMobs] Mythic MMOItems Support has been enabled![0m
[Server thread/INFO]: [MythicMobs] Mythic MythicLib Support has been enabled![0m
[Server thread/INFO]: [MythicMobs] Mythic PlaceholderAPI Support has been enabled![0m
[Server thread/INFO]: [MythicMobs] Mythic ProtocolLib Support has been enabled![0m
[Server thread/INFO]: [MythicMobs] Mythic Vault Support has been enabled![0m
[Server thread/INFO]: [MythicMobs] Mythic WorldGuard Support has been enabled![0m
[Server thread/INFO]: [MythicMobs] Base directory /home/gs-40199/plugins/MythicMobs/SavedData
[Server thread/INFO]: [MythicMobs] Module directory /home/gs-40199/plugins/MythicMobs/SavedData/worlds
[Server thread/WARN]: Plugin 'MythicMobs' is creating timing 'scheduler: io.lumine.mythic.core.skills.auras.AuraManager$$Lambda$8317/0x0000000802502230' - this is deprecated behavior, please report it to the authors: Lumine
[Server thread/INFO]: [MythicMobs] Loading Packs...[0m
[Server thread/INFO]: [MythicMobs] Loading Items...[0m
[Server thread/INFO]: [MythicMobs] Loading Item Groups...[0m
[Server thread/INFO]: [MythicMobs] Loading Skills...[0m
[Server thread/INFO]: [MythicMobs] Loading Drop Tables...[0m
[Server thread/INFO]: [MythicMobs] Loading Random Spawns...[0m
[Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mSkill: [36mCharge_3[37m | [31mFile: [37m/home/gs-40199/plugins/MythicMobs/Skills/warrior_skills_mmocore.yml[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill Charge4-1[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=Charge4<&da>1}[0m[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 67 mobs.[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 3 vanilla mob overrides.[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 0 mob stacks.[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 216 skills.[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 0 random spawns.[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 184 mythic items.[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 2 drop tables.[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 0 mob spawners.[0m
[Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.[0m
[Server thread/INFO]: [MythicMobs] Started up bStats Metrics[0m
[Server thread/INFO]: [MythicMobs] [32m✓ MythicMobs Premium v5.2.6 ( build 0819d467 ) has been successfully loaded![0m[0m
[Server thread/INFO]: [Citizens] Enabling Citizens v2.0.31-SNAPSHOT (build 3049)
[Server thread/INFO]: [Citizens] Loading external libraries
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
[Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[Server thread/INFO]: [MythicLib] Enabling MythicLib v1.5.2
[Server thread/INFO]: [MythicLib] Hooked onto CMI
[Server thread/INFO]: [MythicLib] Hooked onto MythicMobs
[Server thread/INFO]: [MythicLib] Hooked onto ProtocolLib
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mythiclib [1.5.2]
[Server thread/INFO]: [MythicLib] Hooked onto PlaceholderAPI
[Server thread/INFO]: [CMILib] Enabling CMILib v1.2.5.2
[Server thread/INFO]: Server version: v1_19_R3 - 1.19.4 - paper
[Server thread/INFO]: CMI hooked.
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmil [1.2.5.2]
[Server thread/INFO]: PlaceholderAPI hooked.
[Server thread/INFO]: Updated (EN) language file. Took 93ms
[Server thread/INFO]: [Denizen] Enabling Denizen v1.2.7-SNAPSHOT (build 1791-REL)
[Server thread/INFO]: +> [DenizenCore] Initializing Denizen Core v1.91.0-SNAPSHOT (Build 1333), impl for Spigot v1.2.7-SNAPSHOT (build 1791-REL)
[Server thread/INFO]: +> [Denizen] Running on java version: 17.0.1
[Server thread/INFO]: +> [Denizen] Running on fully supported Java 17.
[Server thread/INFO]: +> [Denizen] +-------------------------+
[Server thread/INFO]: +> [Denizen] Denizen scriptable minecraft
[Server thread/INFO]: +> [Denizen]
[Server thread/INFO]: +> [Denizen] by: The DenizenScript team
[Server thread/INFO]: +> [Denizen] Chat with us at: https://discord.gg/Q6pZGSR
[Server thread/INFO]: +> [Denizen] Or learn more at: https://denizenscript.com
[Server thread/INFO]: +> [Denizen] version: 1.2.7-SNAPSHOT (build 1791-REL)
[Server thread/INFO]: +> [Denizen] +-------------------------+
[Server thread/ERROR]: Error occurred while enabling Denizen v1.2.7-SNAPSHOT (build 1791-REL) (Is it up to date?)
java.lang.NoSuchMethodError: 'net.citizensnpcs.api.ai.speech.SpeechFactory net.citizensnpcs.api.CitizensAPI.getSpeechFactory()'
at com.denizenscript.denizen.npc.TraitRegistry.registerMainTraits(TraitRegistry.java:30) ~[Denizen-1.2.7-b1791-REL.jar:?]
at com.denizenscript.denizen.Denizen.onEnable(Denizen.java:310) ~[Denizen-1.2.7-b1791-REL.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[paper-1.19.4.jar:git-Paper-519]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.4.jar:git-Paper-519]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555) ~[paper-1.19.4.jar:git-Paper-519]
at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466) ~[paper-1.19.4.jar:git-Paper-519]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638) ~[paper-1.19.4.jar:git-Paper-519]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437) ~[paper-1.19.4.jar:git-Paper-519]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.4.jar:git-Paper-519]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1104) ~[paper-1.19.4.jar:git-Paper-519]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[paper-1.19.4.jar:git-Paper-519]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[Server thread/INFO]: [Denizen] Disabling Denizen v1.2.7-SNAPSHOT (build 1791-REL)
[Server thread/ERROR]: Error occurred (in the plugin loader) while disabling Denizen v1.2.7-SNAPSHOT (build 1791-REL) (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "com.denizenscript.denizencore.flags.SavableMapFlagTracker.saveToFile(String)" because "com.denizenscript.denizencore.DenizenCore.serverFlagMap" is null
at com.denizenscript.denizencore.DenizenCore.saveAll(DenizenCore.java:161) ~[Denizen-1.2.7-b1791-REL.jar:?]
at com.denizenscript.denizencore.DenizenCore.shutdown(DenizenCore.java:169) ~[Denizen-1.2.7-b1791-REL.jar:?]
at com.denizenscript.denizen.Denizen.onDisable(Denizen.java:479) ~[Denizen-1.2.7-b1791-REL.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:224) ~[paper-1.19.4.jar:git-Paper-519]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.19.4.jar:git-Paper-519]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:537) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:193) ~[paper-1.19.4.jar:git-Paper-519]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.4.jar:git-Paper-519]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555) ~[paper-1.19.4.jar:git-Paper-519]
at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466) ~[paper-1.19.4.jar:git-Paper-519]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638) ~[paper-1.19.4.jar:git-Paper-519]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437) ~[paper-1.19.4.jar:git-Paper-519]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.4.jar:git-Paper-519]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1104) ~[paper-1.19.4.jar:git-Paper-519]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[paper-1.19.4.jar:git-Paper-519]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[Server thread/INFO]: [MMOCore] Enabling MMOCore v1.11.3
[Server thread/INFO]: [MMOCore] Hooked onto Vault
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mmocore [1.11.3]
[Server thread/INFO]: [MMOCore] Hooked onto PlaceholderAPI
[Server thread/INFO]: [MMOCore] Hooked onto Citizens
[Server thread/INFO]: [MMOCore] Hooked onto WorldGuard
[Server thread/INFO]: [MMOCore] Hooked onto MythicMobs
[Server thread/WARN]: [MMOCore] Could not load exp curve 'levels.txt': For input string: ""
[Server thread/WARN]: [MMOCore] Could not load skill info 'BLADE_SLASH' from class 'assassin': Could not find skill with ID 'BLADE_SLASH'
[Server thread/WARN]: [MMOCore] Could not load skill info 'ASSASSINS_BLADE' from class 'assassin': Could not find skill with ID 'ASSASSINS_BLADE'
[Server thread/WARN]: [MMOCore] Could not load skill info 'DAGGER_THROW' from class 'assassin': Could not find skill with ID 'DAGGER_THROW'
[Server thread/WARN]: [MMOCore] Could not load skill info 'SHADOW_WALK' from class 'assassin': Could not find skill with ID 'SHADOW_WALK'
[Server thread/WARN]: [MMOCore] Could not load skill info 'BLADE_DANCE' from class 'assassin': Could not find skill with ID 'BLADE_DANCE'
[Server thread/WARN]: [MMOCore] Could not load trigger 'mmoitem{type=SWORD;id=CUTLASS}' from objective '5': Could not find MMOItem with ID 'CUTLASS'
[Server thread/WARN]: [MMOCore] An error occured while trying to load loot chest region 'sample-region': Could not find world world_name_here
[Server thread/WARN]: [MMOCore] Hooked parties onto MMOCore
[Server thread/WARN]: [MMOCore] Hooked guilds onto MMOCore
[Server thread/INFO]: [CMI] Enabling CMI v9.5.0.4
[Server thread/INFO]: ┏━━━┓ ┏━┓┏━┓ ┏━━┓
[Server thread/INFO]: ┃┏━┓┃ ┃ ┗┛ ┃ ┗┫┣┛
[Server thread/INFO]: ┃┃ ┗┛ ┃┏┓┏┓┃ ┃┃
[Server thread/INFO]: ┃┃ ┏┓ ┃┃┃┃┃┃ ┃┃
[Server thread/INFO]: ┃┗━┛┃ ┃┃┃┃┃┃ ┏┫┣┓
[Server thread/INFO]: ┗━━━┛ ┗┛┗┛┗┛ ┗━━┛
[Server thread/INFO]: _______________________________________________________
[Server thread/INFO]: Integrating PaperSpigot async methods
[Server thread/INFO]: Citizens found.
[Server thread/INFO]: 58 Enabled and 0 Disabled modules
[Server thread/INFO]: Permission plugin: LuckPerms5.4.40
[Server thread/INFO]: Initialized Cipher256 AES
[Server thread/INFO]: Failed to load util command!
[Server thread/WARN]: java.lang.NoClassDefFoundError: org/bukkit/entity/TextDisplay$TextAligment
[Server thread/WARN]: at java.base/java.lang.Class.forName0(Native Method)
[Server thread/WARN]: at java.base/java.lang.Class.forName(Class.java:375)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.commands.CommandsHandler.getClass(CommandsHandler.java:679)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.commands.CommandsHandler.fillCommands(CommandsHandler.java:642)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.CMI.onEnable(CMI.java:1518)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555)
[Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1104)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: org.bukkit.entity.TextDisplay$TextAligment
[Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183)
[Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150)
[Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
[Server thread/WARN]: ... 17 more
[Server thread/INFO]: Failed to load util command!
[Server thread/WARN]: java.lang.NoClassDefFoundError: org/bukkit/entity/TextDisplay$TextAligment
[Server thread/WARN]: at java.base/java.lang.Class.forName0(Native Method)
[Server thread/WARN]: at java.base/java.lang.Class.forName(Class.java:375)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.commands.CommandsHandler.getClass(CommandsHandler.java:679)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.commands.CommandsHandler.fillCommands(CommandsHandler.java:642)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.CMI.onEnable(CMI.java:1518)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555)
[Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1104)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: org.bukkit.entity.TextDisplay$TextAligment
[Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183)
[Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150)
[Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
[Server thread/WARN]: ... 17 more
[Server thread/INFO]: Failed to load util command!
[Server thread/WARN]: java.lang.NoClassDefFoundError: org/bukkit/entity/TextDisplay$TextAligment
[Server thread/WARN]: at java.base/java.lang.Class.forName0(Native Method)
[Server thread/WARN]: at java.base/java.lang.Class.forName(Class.java:375)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.commands.CommandsHandler.getClass(CommandsHandler.java:679)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.commands.CommandsHandler.fillCommands(CommandsHandler.java:642)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.CMI.onEnable(CMI.java:1518)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555)
[Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1104)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: org.bukkit.entity.TextDisplay$TextAligment
[Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183)
[Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150)
[Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
[Server thread/WARN]: ... 17 more
[Server thread/INFO]: Failed to load util command!
[Server thread/WARN]: java.lang.NoClassDefFoundError: org/bukkit/entity/TextDisplay$TextAligment
[Server thread/WARN]: at java.base/java.lang.Class.forName0(Native Method)
[Server thread/WARN]: at java.base/java.lang.Class.forName(Class.java:375)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.commands.CommandsHandler.getClass(CommandsHandler.java:679)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.commands.CommandsHandler.fillCommands(CommandsHandler.java:642)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.CMI.onEnable(CMI.java:1518)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555)
[Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1104)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: org.bukkit.entity.TextDisplay$TextAligment
[Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183)
[Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150)
[Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
[Server thread/WARN]: ... 17 more
[Server thread/INFO]: Failed to load util command!
[Server thread/WARN]: java.lang.NoClassDefFoundError: org/bukkit/entity/TextDisplay$TextAligment
[Server thread/WARN]: at java.base/java.lang.Class.forName0(Native Method)
[Server thread/WARN]: at java.base/java.lang.Class.forName(Class.java:375)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.commands.CommandsHandler.getClass(CommandsHandler.java:679)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.commands.CommandsHandler.fillCommands(CommandsHandler.java:642)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.CMI.onEnable(CMI.java:1518)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555)
[Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1104)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: org.bukkit.entity.TextDisplay$TextAligment
[Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183)
[Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150)
[Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
[Server thread/WARN]: ... 17 more
[Server thread/INFO]: Failed to load util command!
[Server thread/WARN]: java.lang.NoClassDefFoundError: org/bukkit/entity/TextDisplay$TextAligment
[Server thread/WARN]: at java.base/java.lang.Class.forName0(Native Method)
[Server thread/WARN]: at java.base/java.lang.Class.forName(Class.java:375)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.commands.CommandsHandler.getClass(CommandsHandler.java:679)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.commands.CommandsHandler.fillCommands(CommandsHandler.java:642)
[Server thread/WARN]: at CMI-9.5.0.4.jar//com.Zrips.CMI.CMI.onEnable(CMI.java:1518)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555)
[Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1104)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: org.bukkit.entity.TextDisplay$TextAligment
[Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183)
[Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150)
[Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
[Server thread/WARN]: ... 17 more
[Server thread/INFO]: Loaded (60) regular alias into memory. Took 111ms
[Server thread/INFO]: Loaded (1) custom text's into memory. Took 2ms
[Server thread/INFO]: 3.41.0 data base type detected
[Server thread/INFO]: Started SqLite data base. Took 280ms
[Server thread/INFO]: Vault was found - Enabling capabilities. Economy: EssentialsX Economy
[Server thread/INFO]: Loaded (5) warning categories into memory. Took 1ms
[Server thread/INFO]: Loaded (3) warning commands into memory. Took 0ms
[Server thread/INFO]: Loaded (142) custom mob heads into memory. Took 57ms
[Server thread/INFO]: Loaded (0) cooldowns into memory. Took 74ms
[Server thread/INFO]: Initializing BungeeCord
[Server thread/INFO]: Loaded (5) kits into memory. Took 400ms
[Server thread/INFO]: Loaded (7) ranks into memory. Took 14ms
[Server thread/INFO]: Loaded (8) playtime rewards into memory. Took 3ms
[Server thread/INFO]: Loaded (5) player data into memory. Took 40ms
[Server thread/INFO]: Loaded (0) playtime records into memory. Took 1ms
[Server thread/INFO]: Loaded (0) playtime reward records into memory. Took 0ms
[Server thread/INFO]: Loaded (0) custom alias into memory. Took 1ms
[Server thread/INFO]: Registered events. Took 193ms
[Server thread/INFO]: Loaded (0) event action commands into memory. Took 6ms
[Server thread/INFO]: Updated (EN) language file. Took 325ms
[Server thread/INFO]: Loaded (245) worth values into memory. Took 146ms
[Server thread/INFO]: Loaded (7) warps into memory. Took 4ms
[Server thread/INFO]: Vault permissions was found - Enabling capabilities.
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmi [9.5.0.4]
[Server thread/INFO]: PlaceholderAPI hooked.
[Server thread/INFO]: PlaceholderAPI was found - Enabling capabilities.
[Server thread/INFO]: Starting world timer.
[Server thread/INFO]: Initializing world manager.
[Server thread/INFO]: Loaded (4) schedules into memory. Took 8ms
[Server thread/INFO]: Loaded GeoIP
[Server thread/INFO]: Loaded (5) skin cache entries into memory. Took 1ms
[Server thread/INFO]: Loaded (0) ArmorStand templates into memory. Took 0ms
[Server thread/INFO]: Version 9.5.0.4 has been enabled
[Server thread/INFO]: ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
[Server thread/INFO]: [Essentials] Enabling Essentials v2.20.0-dev+56-fd49b70
[Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[Server thread/INFO]: [Essentials] No kits found to migrate.
[Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
[Server thread/INFO]: [Essentials] Using locale en
[Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[Server thread/INFO]: [ModelEngine] Enabling ModelEngine vR3.1.7
[Server thread/INFO]: [MythicMobs] Model Engine Compatibility Loaded.[0m
[Server thread/INFO]: [ModelEngine] [S] Compatibility applied: MythicMobs[0m
[Server thread/INFO]: [ModelEngine] [S] Compatibility applied: Citizens[0m
[Server thread/INFO]: [MMOItems] Enabling MMOItems v6.9.3
[Server thread/INFO]: [MMOItems] Hooked onto MythicMobs
[Server thread/INFO]: [MMOItems] Hooked onto MMOCore
[Server thread/INFO]: [MMOItems] Now using MMOCore as RPG core plugin
[Server thread/INFO]: [MMOItems SWORD ASSASSIN_BLADE] Could not load base item data 'ability': Could not find ability called 'BLADE_SLASH'
[Server thread/INFO]: [MMOItems SWORD ASSASSIN_BLADE_SHINY] Could not load base item data 'ability': Could not find ability called 'BLADE_SLASH'
[Server thread/INFO]: [MMOItems SWORD WARRIOR_SWORD_SHINY] Could not load base item data 'ability': Could not find ability called 'CHARGE'
[Server thread/INFO]: [MMOItems Item Templates] Loading template modifiers, please wait..
[Server thread/INFO]: [MMOItems Item Templates] Loading item templates, please wait...
[Server thread/INFO]: [MMOItems] Hooked onto Vault
[Server thread/INFO]: [MMOItems] Hooked onto Vault
[Server thread/INFO]: [MMOItems] Loading crafting stations, please wait..
[14:27:57] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-sword' from crafting station 'steel-crafting-station': Invalid MMOItem SWORD STEEL_SWORD: No such MMOItem for Type SWORD.
[Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-sword-upgrade' from crafting station 'steel-crafting-station': Could not find a template with ID 'STEEL_SWORD'
[Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'two-handed-steel-sword' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=SWORD,id=STEEL_SWORD,amount=1,display="Steel Sword"}': Could not find a template with ID 'STEEL_SWORD'
[14:27:57] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'katana' from crafting station 'steel-crafting-station': Invalid MMOItem SWORD KATANA: No such MMOItem for Type SWORD.
[Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'soulstealer' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=SWORD,id=STEEL_SWORD,amount=1,display="Steel Sword"}': Could not find a template with ID 'STEEL_SWORD'
[Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'molten-blade' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=SWORD,id=STEEL_SWORD,amount=1,display="Steel Sword"}': Could not find a template with ID 'STEEL_SWORD'
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mmoitems [6.9.3]
[Server thread/INFO]: [MMOItems] Hooked onto PlaceholderAPI
[Server thread/INFO]: [MMOItems] Loading recipes, please wait...
[Server thread/INFO]: [ItemsAdder] Enabling ItemsAdder v3.4.1-r6
[Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_19_R3! Trying to find NMS support
[Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_19_R3' loaded!
[Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
[14:27:58] [Server thread/INFO]: [ItemsAdder]
___ ___ __ __ __ ___ __ ItemsAdder 3.4.1-r6
| | |__ |\/| /__` /\ | \ | \ |__ |__) LoneLibs 1.0.24
| | |___ | | .__/ /--\ |__/ |__/ |___ | \ Paper git-Paper-519 (MC: 1.19.4)
[14:27:58] [Server thread/ERROR]: [ItemsAdder] Error while hooking into Denizen
[Server thread/WARN]: java.lang.NullPointerException: Cannot invoke "java.lang.Class.getSimpleName()" because "clazz" is null
[Server thread/WARN]: at Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.utilities.debugging.DebugInternals.lambda$getClassNameOpti$0(DebugInternals.java:428)
[Server thread/WARN]: at java.base/java.util.Map.computeIfAbsent(Map.java:1054)
[Server thread/WARN]: at Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.utilities.debugging.DebugInternals.getClassNameOpti(DebugInternals.java:428)
[Server thread/WARN]: at Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.utilities.codegen.TagNamer.nameTagInterface(TagNamer.java:23)
[Server thread/WARN]: at Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.tags.ObjectTagProcessor.registerTagInternal(ObjectTagProcessor.java:130)
[Server thread/WARN]: at Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.tags.ObjectTagProcessor.registerTag(ObjectTagProcessor.java:126)
[Server thread/WARN]: at ItemsAdder_3.4.1-r6.jar//dev.lone.itemsadder.Core.OtherPlugins.Denizen.DenizenHook.hook(SourceFile:22)
[Server thread/WARN]: at ItemsAdder_3.4.1-r6.jar//dev.lone.itemsadder.Main.onEnable(SourceFile:414)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555)
[Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1104)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[14:27:59] [Server thread/INFO]: [ItemsAdder] Registered Citizens NPC Trait: customentity
[Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.16.5
[Server thread/INFO]: [Shopkeepers] Citizens found: Enabling NPC shopkeepers.
[Server thread/INFO]: [PhysicsControl] Enabling PhysicsControl v1.1.0
[Server thread/INFO]: [PhysicsControl] Checking for updates...
[Server thread/INFO]: [TradeSystem] Enabling TradeSystem v2.3.1
[Server thread/INFO]:
[Server thread/INFO]: __________________________________________________________
[Server thread/INFO]:
[Server thread/INFO]: TradeSystem [2.3.1]
[Server thread/INFO]:
[Server thread/INFO]: Status:
[Server thread/INFO]:
[Server thread/INFO]: MC-Version: 1.19.4 (R0.1-SNAPSHOT, Paper)
[Server thread/INFO]:
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tradesystem [1.2]
[Server thread/INFO]: > Loading sounds
[Server thread/INFO]: > Loading blacklist
[Server thread/INFO]: ...got 3 blocked item(s)
[Server thread/INFO]: > Loading layouts
[Server thread/INFO]: ...got 4 layout(s)
[Server thread/INFO]: > Database logging is disabled
[Server thread/INFO]:
[Server thread/INFO]: Finished (384ms)
[Server thread/INFO]:
[Server thread/INFO]: __________________________________________________________
[Server thread/INFO]:
[Server thread/INFO]: [CitizensText] Enabling CitizensText v1.2
[Server thread/INFO]: [CitizensText] PlaceholderAPI hooked !
[Server thread/INFO]: [FastAsyncVoxelSniper] Enabling FastAsyncVoxelSniper v2.8.0
[Server thread/INFO]: [ChatCore] Enabling ChatCore v2.14
[Server thread/INFO]: [ChatCore] Chat log directory already exists
[Server thread/INFO]: [ChatCore] Command log directory already exists
[Server thread/INFO]: [PAPIProxyBridge] Enabling PAPIProxyBridge v1.2
[Server thread/INFO]: [PAPIProxyBridge] PAPIProxyBridge (Paper) has been enabled!
[Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.7-Release
[Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[Server thread/INFO]: [DeluxeMenus] 13 GUI menus loaded!
[Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxemenus [1.13.7-Release]
[Server thread/INFO]: [Depenizen] Enabling Depenizen v2.0.0 (build 833)
[Server thread/INFO]: +> [Depenizen] Depenizen loading...
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'LuckPerms'!
[Server thread/INFO]: ERROR!
Error Message: Internal exception was thrown!
[Error Continued] java.lang.reflect.InvocationTargetException
[Error Continued] java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Error Continued] java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[Error Continued] java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[Error Continued] java.base/java.lang.reflect.Method.invoke(Method.java:568)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerPropertyGetter(PropertyParser.java:167)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:210)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:266)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.bridges.WorldEditBridge.init(WorldEditBridge.java:18)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:34)
[Error Continued] org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[Error Continued] io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189)
[Error Continued] io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[Error Continued] org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[Error Continued] org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555)
[Error Continued] org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466)
[Error Continued] net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638)
[Error Continued] net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437)
[Error Continued] net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Error Continued] net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1104)
[Error Continued] net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[Error Continued] java.base/java.lang.Thread.run(Thread.java:833)
[Error Continued] Caused by: java.lang.NullPointerException: Cannot read field "tagProcessor" because "com.denizenscript.denizencore.objects.properties.PropertyParser.currentlyRegisteringPropertyInfo.objectType" is null
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerTagInternal(PropertyParser.java:99)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerTag(PropertyParser.java:94)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.properties.worldedit.WorldEditPlayerProperties.register(WorldEditPlayerProperties.java:92)
[Error Continued] java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Error Continued] java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[Error Continued] java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[Error Continued] java.base/java.lang.reflect.Method.invoke(Method.java:568)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerPropertyGetter(PropertyParser.java:167)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:210)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:266)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.bridges.WorldEditBridge.init(WorldEditBridge.java:18)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:34)
[Error Continued] org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[Error Continued] io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189)
[Error Continued] io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[Error Continued] org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[Error Continued] org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555)
[Error Continued] org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466)
[Error Continued] net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638)
[Error Continued] net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437)
[Error Continued] net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Error Continued] net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1104)
[Error Continued] net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[Error Continued] java.base/java.lang.Thread.run(Thread.java:833)
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'WorldEdit'!
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'Essentials'!
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: denizen [2.0.0]
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'PlaceholderAPI'!
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'WorldGuard'!
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'Shopkeepers'!
[Server thread/INFO]: ERROR!
Error Message: Internal exception was thrown!
[Error Continued] java.lang.reflect.InvocationTargetException
[Error Continued] java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Error Continued] java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[Error Continued] java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[Error Continued] java.base/java.lang.reflect.Method.invoke(Method.java:568)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerPropertyGetter(PropertyParser.java:167)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:210)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:266)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.bridges.MythicMobsBridge.init(MythicMobsBridge.java:50)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:34)
[Error Continued] org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[Error Continued] io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189)
[Error Continued] io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[Error Continued] org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[Error Continued] org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555)
[Error Continued] org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466)
[Error Continued] net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638)
[Error Continued] net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437)
[Error Continued] net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Error Continued] net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1104)
[Error Continued] net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[Error Continued] java.base/java.lang.Thread.run(Thread.java:833)
[Error Continued] Caused by: java.lang.NullPointerException: Cannot read field "tagProcessor" because "com.denizenscript.denizencore.objects.properties.PropertyParser.currentlyRegisteringPropertyInfo.objectType" is null
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerTagInternal(PropertyParser.java:99)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerTag(PropertyParser.java:94)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.properties.mythicmobs.MythicMobsEntityProperties.register(MythicMobsEntityProperties.java:60)
[Error Continued] java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Error Continued] java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[Error Continued] java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[Error Continued] java.base/java.lang.reflect.Method.invoke(Method.java:568)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerPropertyGetter(PropertyParser.java:167)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:210)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:266)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.bridges.MythicMobsBridge.init(MythicMobsBridge.java:50)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:34)
[Error Continued] org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[Error Continued] io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189)
[Error Continued] io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[Error Continued] org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[Error Continued] org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555)
[Error Continued] org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466)
[Error Continued] net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638)
[Error Continued] net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437)
[Error Continued] net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Error Continued] net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1104)
[Error Continued] net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[Error Continued] java.base/java.lang.Thread.run(Thread.java:833)
[Server thread/INFO]: Additional Error Info: Internal exception was thrown!
[Error Continued] java.lang.reflect.InvocationTargetException
[Error Continued] java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Error Continued] java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[Error Continued] java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[Error Continued] java.base/java.lang.reflect.Method.invoke(Method.java:568)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerPropertyGetter(PropertyParser.java:167)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:210)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:266)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.bridges.MythicMobsBridge.init(MythicMobsBridge.java:51)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:34)
[Error Continued] org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[Error Continued] io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189)
[Error Continued] io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[Error Continued] org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[Error Continued] org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555)
[Error Continued] org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466)
[Error Continued] net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638)
[Error Continued] net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437)
[Error Continued] net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Error Continued] net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1104)
[Error Continued] net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[Error Continued] java.base/java.lang.Thread.run(Thread.java:833)
[Error Continued] Caused by: java.lang.NullPointerException: Cannot read field "tagProcessor" because "com.denizenscript.denizencore.objects.properties.PropertyParser.currentlyRegisteringPropertyInfo.objectType" is null
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerTagInternal(PropertyParser.java:99)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerTag(PropertyParser.java:94)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.properties.mythicmobs.MythicMobsPlayerProperties.register(MythicMobsPlayerProperties.java:62)
[Error Continued] java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Error Continued] java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[Error Continued] java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[Error Continued] java.base/java.lang.reflect.Method.invoke(Method.java:568)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerPropertyGetter(PropertyParser.java:167)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:210)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:266)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.bridges.MythicMobsBridge.init(MythicMobsBridge.java:51)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:34)
[Error Continued] org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[Error Continued] io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189)
[Error Continued] io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[Error Continued] org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[Error Continued] org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555)
[Error Continued] org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466)
[Error Continued] net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638)
[Error Continued] net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437)
[Error Continued] net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Error Continued] net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1104)
[Error Continued] net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[Error Continued] java.base/java.lang.Thread.run(Thread.java:833)
[Server thread/INFO]: Additional Error Info: Cannot load Depenizen bridge for 'MythicMobs': Internal exception was thrown!
[Server thread/INFO]: Additional Error Info: Internal exception was thrown!
[Error Continued] org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register com.denizenscript.depenizen.bukkit.utilities.mythicmobs.MythicMobsLoaders@382aa9ad while not enabled
[Error Continued] io.papermc.paper.plugin.manager.PaperEventManager.registerEvents(PaperEventManager.java:80)
[Error Continued] io.papermc.paper.plugin.manager.PaperPluginManagerImpl.registerEvents(PaperPluginManagerImpl.java:131)
[Error Continued] org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:670)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.utilities.mythicmobs.MythicMobsLoaders.RegisterEvents(MythicMobsLoaders.java:17)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.bridges.MythicMobsBridge.init(MythicMobsBridge.java:59)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
[Error Continued] Depenizen-2.0.0-b833.jar//com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:34)
[Error Continued] org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[Error Continued] io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189)
[Error Continued] io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[Error Continued] org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[Error Continued] org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555)
[Error Continued] org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466)
[Error Continued] net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638)
[Error Continued] net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437)
[Error Continued] net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Error Continued] net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1104)
[Error Continued] net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[Error Continued] java.base/java.lang.Thread.run(Thread.java:833)
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'ViaVersion'!
[Server thread/INFO]: +> [Depenizen] Depenizen loaded! 7 plugin bridge(s) loaded (of 42 available)
[Server thread/INFO]: [MythicCrucible] Enabling MythicCrucible v1.4.0
[14:28:01] [Server thread/INFO]: [MythicMobs] ------------------------------------------------
[14:28:01] [Server thread/INFO]: [MythicMobs] + Loading MythicCrucible for Bukkit
[14:28:01] [Server thread/INFO]: [MythicMobs] ------------------------------------------------
[Server thread/INFO]: [MythicMobs] Started up bStats Metrics
[Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[Server thread/INFO]: Starting GS4 status listener
[Server thread/INFO]: Thread Query Listener started
[Query Listener #1/INFO]: Query running on 0.0.0.0:40199
[Server thread/INFO]: Running delayed init tasks
[Craft Scheduler Thread - 7 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[Craft Scheduler Thread - 6 - ItemJoin/INFO]: [ItemJoin] Hooked into { Multiverse-Core, WorldGuard, PlaceholderAPI, ProtocolLib, Citizens, Vault }
[Craft Scheduler Thread - 6 - ItemJoin/INFO]: [ItemJoin] 25 Custom item(s) loaded!
[Craft Scheduler Thread - 12 - Essentials/INFO]: [Essentials] Fetching version information...
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [0m
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [1m[36m[Importing models][0m
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [0m
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [36mImporting eternal_wheel.bbmodel.[0m
[Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
[Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
[Craft Scheduler Thread - 11 - CMILib/INFO]: New version of CMILib was detected. Please update it
[Craft Scheduler Thread - 18 - Vault/INFO]: [Vault] Checking for Updates ...
[14:28:02] [Craft Scheduler Thread - 16 - ItemsAdder/INFO]: [ItemsAdder] [License] Spigot product licensed to: MegaPita (183679)
[Craft Scheduler Thread - 19 - FastAsyncVoxelSniper/INFO]: [com.thevoxelbox.voxelsniper.VoxelSniperPlugin] Your version is up to date.
[Craft Scheduler Thread - 14 - ModelEngine/WARN]: [ModelEngine] [A] [33m--Warning: Missing hitbox.[0m
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [0m
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [36mImporting skeletal_minion.bbmodel.[0m
[Craft Scheduler Thread - 18 - Vault/INFO]: [Vault] No new version available
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [0m
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [36mImporting will_o_wisp.bbmodel.[0m
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [0m
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [1m[35m[Generating assets][0m
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [0m
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [35mGenerating eternal_wheel.[0m
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [0m
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [35mGenerating skeletal_minion.[0m
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [0m
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [35mGenerating will_o_wisp.[0m
[Craft Scheduler Thread - 4 - ItemJoin/INFO]: [ItemJoin] You are up to date!
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [0m
[Craft Scheduler Thread - 14 - ModelEngine/INFO]: [ModelEngine] [A] [38;5;46mResource pack zipped.[0m
[Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[14:28:03] [Server thread/INFO]: [ItemsAdder] [Pack] Extracting internal contents from .jar
[14:28:03] [Server thread/INFO]: [ItemsAdder] [Pack] DONE extracting internal contents from .jar
[Server thread/WARN]: [ProtocolLib] [PacketFilterManager] Plugin Citizens tried to register listener for unknown packet PLAYER_INFO[PLAY, SERVER, 55, classNames: [net.minecraft.network.protocol.game.PacketPlayOutPlayerInfo, net.minecraft.network.protocol.game.ClientboundPlayerInfoPacket, net.minecraft.network.play.server.SPacketPlayerListItem] (unregistered)] [direction: from SERVER]
[Server thread/INFO]: [Citizens] Loaded 2 NPCs.
[Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playerstats due to a missing plugin: PlayerStats
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms [5.4-R2]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [1.5.1]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.4]
[Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playertime due to a missing plugin: PlayerTime
[Server thread/WARN]: [PlaceholderAPI] Cannot load expansion deluxechat due to a missing plugin: DeluxeChat
[Server thread/WARN]: [PlaceholderAPI] Failed to load expansion player. Identifier is already in use.
[Server thread/WARN]: [PlaceholderAPI] Cannot load expansion player due to an unknown issue.
[Server thread/INFO]: 3 placeholder hook(s) registered! 1 placeholder hook(s) have an update available.
[Server thread/INFO]: Done (54.241s)! For help, type "help"
[Server thread/INFO]: Timings Reset
[Server thread/INFO]: [CitizensText] 0 texts loadeds
[14:28:05] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Loaded 237 items
[14:28:05] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Used 0/188 REAL block IDs
[14:28:05] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Used 0/750 REAL_NOTE block IDs
[14:28:05] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Used 0/63 REAL_TRANSPARENT block IDs
[14:28:05] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Used 0/127 REAL_WIRE block IDs
[14:28:05] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Used 0/14 FIRE block IDs
[14:28:05] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Used 14/6608 font_images
[14:28:05] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] [Init] Loaded 1 categories
[14:28:05] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] [Init] Loaded successfully.
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: img [1.0.1]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: iaplayerstat [1.0.1]
[14:28:05] [Server thread/INFO]: [ItemsAdder] Reloading ItemsAdder Custom Entities Citizens NPCs
[Server thread/INFO]: [CitizensText] Citizens is reloading - CitizensText datas are saving
[Server thread/INFO]: [CitizensText] 0 texts saved
[Server thread/INFO]: [CitizensText] Citizens has reloaded - trying to reload CitizensText
[Server thread/INFO]: [Mythic] Reloading plugin...
[Server thread/INFO]: [MythicMobs] Loading Packs...[0m
[Server thread/INFO]: [MythicMobs] Loading Items...[0m
[Server thread/INFO]: [MythicMobs] Loading Item Groups...[0m
[Server thread/INFO]: [MythicMobs] Loading Skills...[0m
[Server thread/INFO]: [MythicMobs] Loading Drop Tables...[0m
[Server thread/INFO]: [MythicMobs] Loading Random Spawns...[0m
[Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mSkill: [36mCharge_3[37m | [31mFile: [37m/home/gs-40199/plugins/MythicMobs/Skills/warrior_skills_mmocore.yml[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill Charge4-1[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=Charge4<&da>1}[0m[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 67 mobs.[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 3 vanilla mob overrides.[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 0 mob stacks.[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 216 skills.[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 0 random spawns.[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 184 mythic items.[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 2 drop tables.[0m
[Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 0 mob spawners.[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill Charge[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=Charge}[0m[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill shield3[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=shield3}[0m[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill dash2[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=dash2}[0m[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill dash3[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=dash3}[0m[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill Charge[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=Charge}[0m[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill Charge-1[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=Charge<&da>1}[0m[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill Charge-2[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=Charge<&da>2}[0m[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill Charge-3[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=Charge<&da>3}[0m[0m
[Server thread/INFO]: [MythicMobs] Attached traits to items.
[Server thread/WARN]: [MMOCore] Could not load exp curve 'levels.txt': For input string: ""
[Server thread/WARN]: [MMOCore] Could not load skill info 'BLADE_SLASH' from class 'assassin': Could not find skill with ID 'BLADE_SLASH'
[Server thread/WARN]: [MMOCore] Could not load skill info 'ASSASSINS_BLADE' from class 'assassin': Could not find skill with ID 'ASSASSINS_BLADE'
[Server thread/WARN]: [MMOCore] Could not load skill info 'DAGGER_THROW' from class 'assassin': Could not find skill with ID 'DAGGER_THROW'
[Server thread/WARN]: [MMOCore] Could not load skill info 'SHADOW_WALK' from class 'assassin': Could not find skill with ID 'SHADOW_WALK'
[Server thread/WARN]: [MMOCore] Could not load skill info 'BLADE_DANCE' from class 'assassin': Could not find skill with ID 'BLADE_DANCE'
[Server thread/WARN]: [MMOCore] Could not load trigger 'mmoitem{type=SWORD;id=CUTLASS}' from objective '5': Could not find MMOItem with ID 'CUTLASS'
[Server thread/WARN]: [MMOCore] An error occured while trying to load loot chest region 'sample-region': Could not find world world_name_here
[Server thread/INFO]: [Mythic] Mythic has finished reloading!
[Server thread/INFO]: [MythicMobs] Mythic has finished reloading![0m
[Server thread/WARN]: Can't keep up! Is the server overloaded? Running 8145ms or 162 ticks behind
[14:28:11] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] [Pack] Resourcepack URL is valid (auto-external-host), LastEdit: 2023-04-25_13-42. Url: http://resourcepack.host/dl/BLsHSKGGG58qf1Yxst2fJIJPpEE9Yjbn/pack.zip
[Server thread/INFO]: [CitizensText] 0 texts loadeds
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill Charge[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=Charge}[0m[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill shield3[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=shield3}[0m[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill dash2[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=dash2}[0m[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill dash3[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=dash3}[0m[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill Charge[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=Charge}[0m[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill Charge-1[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=Charge<&da>1}[0m[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill Charge-2[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=Charge<&da>2}[0m[0m
[Server thread/WARN]: [MythicMobs] ✗[31m[1m Configuration Error in Mechanic [36mmetaskill[0m[0m
[Server thread/WARN]: [MythicMobs] --| [31mFile: [37mUnknown[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mError Message: [0mCould not find MetaSkill Charge-3[0m[0m
[Server thread/WARN]: [MythicMobs] --| [35mMechanic Line: [0mskill{s=Charge<&da>3}[0m[0m
[Server thread/INFO]: [MythicMobs] Attached traits to items.
[Server thread/INFO]: [MythicMobs] Loaded 184 items.
[User Authenticator #0/INFO]: UUID of player MegaPita is 535568b1-872d-476c-90f1-facfa52bb583
[Server thread/INFO]: MegaPita[/213.57.50.97:62786] logged in with entity id 299 at ([testworld]7.344574740164206, 62.0, -70.06311884263086)