Paste #107875: da log where citizens works

Date: 2023/03/25 22:36:46 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


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


[05:33:48] [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'
[05:33:49] [ServerMain/INFO]: Loaded 7 recipes
[05:33:50] [Server thread/INFO]: Starting minecraft server version 1.19.4
[05:33:50] [Server thread/INFO]: Loading properties
[05:33:50] [Server thread/INFO]: This server is running Paper version git-Paper-471 (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT) (Git: d5abb94)
[05:33:50] [Server thread/INFO]: Using 4 threads for Netty based IO
[05:33:50] [Server thread/INFO]: Server Ping Player Sample Count: 12
[05:33:51] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[05:33:51] [Server thread/INFO]: Default game type: SURVIVAL
[05:33:51] [Server thread/INFO]: Generating keypair
[05:33:51] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:2214
[05:33:51] [Server thread/INFO]: Using epoll channel type
[05:33:51] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[05:33:51] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[05:33:51] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load 'plugins/MCPets 3.0.2 (ModelEngine 3.0.0+ required) (2).jar' in 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [MythicMobs]. Please download and install these plugins to run 'MCPets'.
    at io.papermc.paper.plugin.entrypoint.strategy.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:80) ~[paper-1.19.4.jar:git-Paper-471]
    at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:35) ~[paper-1.19.4.jar:git-Paper-471]
    at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.19.4.jar:git-Paper-471]
    at org.bukkit.craftbukkit.v1_19_R3.CraftServer.loadPlugins(CraftServer.java:423) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1103) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.19.4.jar:git-Paper-471]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
[05:33:51] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load 'plugins/MythicCrucible-1.6.0-SNAPSHOT (3).jar' in 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [MythicMobs]. Please download and install these plugins to run 'MythicCrucible'.
    at io.papermc.paper.plugin.entrypoint.strategy.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:80) ~[paper-1.19.4.jar:git-Paper-471]
    at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:35) ~[paper-1.19.4.jar:git-Paper-471]
    at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.19.4.jar:git-Paper-471]
    at org.bukkit.craftbukkit.v1_19_R3.CraftServer.loadPlugins(CraftServer.java:423) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1103) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.19.4.jar:git-Paper-471]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
[05:33:52] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loading 2 libraries... please wait
[05:33:52] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/org/mongodb/mongodb-driver-sync/4.8.1/mongodb-driver-sync-4.8.1.jar
[05:33:52] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/org/mongodb/bson/4.8.1/bson-4.8.1.jar
[05:33:52] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/org/mongodb/mongodb-driver-core/4.8.1/mongodb-driver-core-4.8.1.jar
[05:33:52] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/org/mongodb/bson-record-codec/4.8.1/bson-record-codec-4.8.1.jar
[05:33:52] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/redis/clients/jedis/4.3.1/jedis-4.3.1.jar
[05:33:52] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[05:33:52] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.jar
[05:33:52] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/org/json/json/20220320/json-20220320.jar
[05:33:52] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
[05:33:52] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v4.6.2
[05:33:52] [Server thread/INFO]: [ViaVersion] ViaVersion 4.6.2 is now loaded. Registering protocol transformers and injecting...
[05:33:53] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[05:33:53] [Server thread/INFO]: [ViaBackwards] Loading translations...
[05:33:53] [Server thread/INFO]: [ViaBackwards] Registering protocols...
[05:33:53] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[05:33:53] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.67
[05:33:53] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[05:33:53] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.13+46576cc
[05:33:54] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@d54efea0]
[05:33:54] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.0.0-SNAPSHOT-b621
[05:33:54] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.7+216b061
[05:33:54] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.3
[05:33:54] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.31-SNAPSHOT (build 2993)
[05:33:54] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
[05:33:55] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.0-dev+45-bf14b88
[05:33:55] [Server thread/INFO]: [ModelEngine] Loading server plugin ModelEngine vR3.1.5
[05:33:55] [Server thread/INFO]: [dynmap] Loading server plugin dynmap v3.5-beta-3-866
[05:33:55] [Server thread/INFO]: [dynmap] version=git-Paper-471 (MC: 1.19.4)
[05:33:55] [Server thread/INFO]: [dynmap] Mod Support API available
[05:33:55] [Server thread/INFO]: [LibsDisguises] Loading server plugin LibsDisguises v10.0.32
[05:33:55] [Server thread/INFO]: [Magic] Loading server plugin Magic v10.8.7-fdb1fc1
[05:33:55] [Server thread/INFO]: [Magic] Loading modern compatibility layer for server version 1.19.4
[05:33:55] [Server thread/INFO]: [Magic] Async chunk loading API found
[05:33:55] [Server thread/INFO]: [Magic] Chat component API found
[05:33:55] [Server thread/INFO]: [Magic] Found WorldGuard 7+
[05:33:55] [Server thread/INFO]: [Magic] Pre-check for WorldGuard custom flag registration
[05:33:55] [Server thread/INFO]: [Magic] Registered custom WorldGuard flags: allowed-spells, always-allowed-spells, blocked-spells, always-allowed-spell-categories, allowed-spell-categories, blocked-spell-categories, allowed-wands, always-allowed-wands, blocked-wands, spell-overrides, destructible, reflective, tags, portal-spell, portal-warp
[05:33:55] [Server thread/INFO]: [Denizen] Loading server plugin Denizen v1.2.7-SNAPSHOT (build 6727-DEV)
[05:33:55] [Server thread/INFO]: [Quests] Loading server plugin Quests v4.7.2-b391
[05:33:55] [Server thread/INFO]: [QuestsBar] Loading server plugin QuestsBar v1.7
[05:33:55] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.20.0-dev+45-bf14b88
[05:33:55] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.20.0-dev+45-bf14b88
[05:33:55] [Server thread/INFO]: [Depenizen] Loading server plugin Depenizen v2.0.0 (build 831)
[05:33:55] [Server thread/INFO]: [QuestsEffect] Loading server plugin QuestsEffect v1.0
[05:33:55] [Server thread/INFO]: [QuestsGUI] Loading server plugin QuestsGUI v0.52
[05:33:55] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v4.6.1
[05:33:55] [Server thread/INFO]: [Guilds] Loading server plugin Guilds v3.5.6.8
[05:33:55] [Server thread/INFO]: [Guilds] Loading Libraries...
[05:33:55] [Server thread/INFO]: [Guilds] Note: This might take a few minutes on first run. Kindly ensure internet connectivity.
[05:33:55] [Server thread/INFO]: [Guilds] Loaded libraries in 0.206 seconds
[05:33:55] [Server thread/INFO]: [TAB] Loading server plugin TAB v3.3.1
[05:33:55] [Server thread/INFO]: [Interactions] Loading server plugin Interactions v1.33.1
[05:33:55] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[05:33:55] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.67
[05:33:58] [Server thread/INFO]:         __    
[05:33:58] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.67
[05:33:58] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[05:33:58] [Server thread/INFO]: 
[05:33:58] [Server thread/INFO]: [LuckPerms] Loading configuration...
[05:33:58] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[05:33:59] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[05:33:59] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[05:33:59] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1854ms)
[05:33:59] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[05:34:00] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[05:34:00] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[05:34:00] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[05:34:00] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[05:34:00] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.13+46576cc
[05:34:00] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[05:34:00] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[05:34:01] [Server thread/WARN]: 
**********************************************
** This WorldEdit version does not fully support your version of Bukkit.
**
** When working with blocks or undoing, chests will be empty, signs
** will be blank, and so on. There will be no support for entity
** and block property-related functions.
**
** Please see https://worldedit.enginehub.org/en/latest/faq/#bukkit-adapters
**********************************************

[05:34:01] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b621
[05:34:02] [Server thread/ERROR]: [ProtocolLib] [STDERR] SLF4J: No SLF4J providers were found.
[05:34:02] [Server thread/WARN]: Nag author(s): '[dmulloy2, comphenix]' of 'ProtocolLib' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[05:34:02] [Server thread/ERROR]: [ProtocolLib] [STDERR] SLF4J: Defaulting to no-operation (NOP) logger implementation
[05:34:02] [Server thread/ERROR]: [ProtocolLib] [STDERR] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
[05:34:03] [Server thread/INFO]: [Magic] Enabling Magic v10.8.7-fdb1fc1
[05:34:03] [Server thread/INFO]: [Magic] EffectLib initialized
[05:34:04] [Server thread/INFO]: [Magic] Loaded 10 attributes
[05:34:05] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_19_R3.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[05:34:09] [Server thread/INFO]: [Magic] Wand crafting is enabled
[05:34:09] [Server thread/INFO]: [Magic] Skin-based spell icons disabled
[05:34:09] [Server thread/INFO]: [Magic] Registered attributes: [target_fall_distance, regeneration, respiration, projectile_protection, bowpower, degrees, seconds, channeling, target_pitch, humidity, pitch, sharpness, darkness, target_ap_check, jump, health_max, efficiency, target_luck, blindness, absorption, target_armor, loyalty, slow_digging, silk_touch, fire_resistance, unluck, target_eagle_form, invisibility, intelligence, target_health_max, moon, air_max, slow, ap_check, target_boost, mana_max, boost, sweeping, bowpull, damage, weeks, swift_sneak, mending, epoch, protection, air, fast_digging, lure, punch, target_constitution, temperature, frost_walker, movement_speed_bps, power, riptide, health_boost, levitation, target_agility, increase_damage, poison, health, target_temperature, binding_curse, yaw, target_dexterity, mana, glowing, target_health, target_humidity, days, infinity, eagle_form, impaling, bad_omen, luck, thorns, hero_of_the_village, strength, target_hunger, smite, location_x, unbreaking, location_y, target_mana, feather_falling, attack_damage, knockback, fire_aspect, luck_of_the_sea, influence, target_divinity, knockback_resistance, saturation, conduit_power, location_z, target_air, bane_of_arthropods, soul_speed, night_vision, level, minutes, water_breathing, fall_distance, quick_charge, aqua_affinity, multishot, hunger, slow_falling, difficulty, armor, fulltime, agility, blast_protection, confusion, target_intelligence, damage_dealt, divinity, constitution, harm, piercing, fire_protection, target_yaw, dolphins_grace, speed, damage_resistance, weakness, heal, target_strength, target_mana_max, hours, fortune, looting, target_air_max, movement_speed, target_influence, play_time, depth_strider, dexterity, xp, target_location_x, pi, target_location_y, vanishing_curse, target_knockback_resistance, target_location_z, time, flame, wither]
[05:34:09] [Server thread/INFO]: [Magic] Loaded 19 icons
[05:34:10] [Server thread/INFO]: [Magic] Loaded 3 effect lists
[05:34:10] [Server thread/INFO]: [Magic] Loaded 12 items
[05:34:10] [Server thread/INFO]: [Magic] Loaded 150 wands
[05:34:10] [Server thread/INFO]: [Magic] Loaded 0 kits
[05:34:10] [Server thread/INFO]: [Magic] Loaded 23 classes
[05:34:10] [Server thread/INFO]: [Magic] Loaded 1 classes
[05:34:10] [Server thread/INFO]: [Magic] Loaded 142 mob templates
[05:34:10] [Server thread/INFO]: [Magic] Loaded 1 automata templates
[05:34:10] [Server thread/INFO]: [Magic] Loaded 1 customized worlds
[05:34:10] [Server thread/INFO]: [Magic] Activated BStats
[05:34:10] [Server thread/INFO]: [Magic] MobArena not found
[05:34:10] [Server thread/INFO]: [Magic] LibsDisguises found, mob disguises and disguise_restricted features enabled
[05:34:10] [Server thread/INFO]: [Magic] ModelEngine found, model magic mob configuration available
[05:34:10] [Server thread/INFO]: Magic checking resource pack for updates: https://download.mc-packs.net/pack/07c0897dd19c04f316a9ba1c25919263aad39fe5.zip
[05:34:10] [Server thread/INFO]: Preparing level "world"
[05:34:10] [Server thread/INFO]: -------- World Settings For [world] --------
[05:34:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Cane Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Melon Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Carrot Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Potato Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Vine Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Kelp Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Item Merge Radius: 2.5
[05:34:10] [Server thread/INFO]: Experience Merge Radius: 3.0
[05:34:10] [Server thread/INFO]: View Distance: 5
[05:34:10] [Server thread/INFO]: Simulation Distance: 10
[05:34:10] [Server thread/INFO]: Mob Spawn Range: 6
[05:34:10] [Server thread/INFO]: Item Despawn Rate: 6000
[05:34:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[05:34:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[05:34:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[05:34:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[05:34:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[05:34:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[05:34:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[05:34:10] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[05:34:10] [Server thread/INFO]: Max TNT Explosions: 100
[05:34:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[05:34:10] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[05:34:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Cane Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Melon Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Carrot Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Potato Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Vine Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Kelp Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Item Merge Radius: 2.5
[05:34:10] [Server thread/INFO]: Experience Merge Radius: 3.0
[05:34:10] [Server thread/INFO]: View Distance: 5
[05:34:10] [Server thread/INFO]: Simulation Distance: 10
[05:34:10] [Server thread/INFO]: Mob Spawn Range: 6
[05:34:10] [Server thread/INFO]: Item Despawn Rate: 6000
[05:34:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[05:34:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[05:34:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[05:34:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[05:34:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[05:34:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[05:34:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[05:34:10] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[05:34:10] [Server thread/INFO]: Max TNT Explosions: 100
[05:34:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[05:34:10] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[05:34:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Cane Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Melon Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Carrot Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Potato Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Vine Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Kelp Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[05:34:10] [Server thread/INFO]: Item Merge Radius: 2.5
[05:34:10] [Server thread/INFO]: Experience Merge Radius: 3.0
[05:34:10] [Server thread/INFO]: View Distance: 5
[05:34:10] [Server thread/INFO]: Simulation Distance: 10
[05:34:10] [Server thread/INFO]: Mob Spawn Range: 6
[05:34:10] [Server thread/INFO]: Item Despawn Rate: 6000
[05:34:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[05:34:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[05:34:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[05:34:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[05:34:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[05:34:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[05:34:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[05:34:10] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[05:34:10] [Server thread/INFO]: Max TNT Explosions: 100
[05:34:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[05:34:10] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[05:34:10] [Server thread/INFO]: Time elapsed: 84 ms
[05:34:10] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[05:34:10] [Server thread/INFO]: Time elapsed: 39 ms
[05:34:10] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[05:34:10] [Server thread/INFO]: Time elapsed: 67 ms
[05:34:10] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.6.2
[05:34:11] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.19.4 (762)
[05:34:11] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.7+216b061
[05:34:12] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[05:34:12] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[05:34:12] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[05:34:12] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[05:34:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[05:34:12] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[05:34:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[05:34:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[05:34:12] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[05:34:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[05:34:12] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[05:34:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[05:34:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[05:34:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[05:34:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[05:34:12] [Server thread/INFO]: [WorldGuard] Loading region data...
[05:34:12] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.3
[05:34:12] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[05:34:12] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.31-SNAPSHOT (build 2993)
[05:34:12] [Server thread/INFO]: [Citizens] Loading external libraries
[05:34:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
[05:34:13] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[05:34:13] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[05:34:13] [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--].
[05:34:13] [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.
[05:34:14] [Server thread/INFO]: -------- World Settings For [spawn] --------
[05:34:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: Cane Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: Melon Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: Carrot Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: Potato Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: Vine Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: Kelp Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[05:34:14] [Server thread/INFO]: Item Merge Radius: 2.5
[05:34:14] [Server thread/INFO]: Experience Merge Radius: 3.0
[05:34:14] [Server thread/INFO]: View Distance: 5
[05:34:14] [Server thread/INFO]: Simulation Distance: 10
[05:34:14] [Server thread/INFO]: Mob Spawn Range: 6
[05:34:14] [Server thread/INFO]: Item Despawn Rate: 6000
[05:34:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[05:34:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[05:34:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[05:34:14] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[05:34:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[05:34:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[05:34:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[05:34:14] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[05:34:14] [Server thread/INFO]: Max TNT Explosions: 100
[05:34:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[05:34:14] [Server thread/INFO]: Preparing start region for dimension minecraft:spawn
[05:34:14] [Server thread/INFO]: Time elapsed: 116 ms
[05:34:14] [Server thread/INFO]: [WorldGuard] (spawn) TNT ignition is PERMITTED.
[05:34:14] [Server thread/INFO]: [WorldGuard] (spawn) Lighters are PERMITTED.
[05:34:14] [Server thread/INFO]: [WorldGuard] (spawn) Lava fire is PERMITTED.
[05:34:14] [Server thread/INFO]: [WorldGuard] (spawn) Fire spread is UNRESTRICTED.
[05:34:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn'
[05:34:14] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[05:34:14] [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.
[05:34:14] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[05:34:14] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.0-dev+45-bf14b88
[05:34:15] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[05:34:15] [Server thread/INFO]: [Essentials] No kits found to migrate.
[05:34:15] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
[05:34:15] [Server thread/INFO]: [Essentials] Using locale en_US
[05:34:15] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[05:34:15] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[05:34:15] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[05:34:15] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[05:34:15] [Server thread/INFO]: [ModelEngine] Enabling ModelEngine vR3.1.5
[05:34:15] [Server thread/ERROR]: Error occurred while enabling ModelEngine vR3.1.5 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "com.ticxo.modelengine.api.nms.NMSHandler.getWorldHandler()" because the return value of "com.ticxo.modelengine.api.ModelEngineAPI.getNms()" is null
    at com.ticxo.modelengine.api.model.mananger.InteractionTicker.<init>(InteractionTicker.java:27) ~[Model-Engine-R3.1.5.jar:?]
    at com.ticxo.modelengine.ModelEngine.configureInteractionTicker(ModelEngine.java:228) ~[Model-Engine-R3.1.5.jar:?]
    at com.ticxo.modelengine.ModelEngine.onEnable(ModelEngine.java:101) ~[Model-Engine-R3.1.5.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:192) ~[paper-1.19.4.jar:git-Paper-471]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.4.jar:git-Paper-471]
    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-471]
    at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:637) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:436) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1103) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.19.4.jar:git-Paper-471]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
[05:34:15] [Server thread/INFO]: [ModelEngine] Disabling ModelEngine vR3.1.5
[05:34:15] [Server thread/INFO]: [dynmap] Enabling dynmap v3.5-beta-3-866
[05:34:16] [Server thread/INFO]: [dynmap] Added 19 custom biome mappings
[05:34:16] [Server thread/INFO]: [dynmap] Using LuckPerms 5.4.67 for access control
[05:34:16] [Server thread/INFO]: [dynmap] Mod Support processing completed
[05:34:20] [Server thread/INFO]: [dynmap] Loaded 27 shaders.
[05:34:20] [Server thread/INFO]: [dynmap] Loaded 83 perspectives.
[05:34:20] [Server thread/INFO]: [dynmap] Loaded 22 lightings.
[05:34:20] [Server thread/INFO]: [dynmap] Starting enter/exit processing
[05:34:20] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
[05:34:20] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
[05:34:20] [Server thread/INFO]: [dynmap] version 3.5-beta-3-866 is enabled - core version 3.5-beta-3-866
[05:34:20] [Server thread/INFO]: [dynmap] For support, visit our Discord at https://discord.gg/s3rd5qn
[05:34:20] [Server thread/INFO]: [dynmap] For news, visit https://reddit.com/r/Dynmap or follow https://universeodon.com/@dynmap
[05:34:20] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[05:34:20] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
[05:34:20] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
[05:34:20] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
[05:34:20] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
[05:34:20] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'spawn'.
[05:34:20] [Server thread/INFO]: [dynmap] Enabled
[05:34:20] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.32
[05:34:20] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.32-Free (2).jar
[05:34:20] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_19_R3 (null)
[05:34:20] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #1158
[05:34:20] [Server thread/INFO]: [LibsDisguises] Build Date: 03/02/2023 23:08
[05:34:20] [Server thread/WARN]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
[05:34:20] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
[05:34:20] [Server thread/ERROR]: [LibsDisguises] You're using the wrong version of Lib's Disguises for your server! This is intended for v1.12 & v1.13 & v1.14 & v1.15 & v1.16 & v1.17 & v1.18 & v1.19.R1 & v1.19.R2 & UNSUPPORTED!
[05:34:20] [Server thread/INFO]: [LibsDisguises] Disabling LibsDisguises v10.0.32
[05:34:20] [Server thread/INFO]: [Denizen] Enabling Denizen v1.2.7-SNAPSHOT (build 6727-DEV)
[05:34:20] [Server thread/INFO]: +> [DenizenCore] Initializing Denizen Core v1.91.0-SNAPSHOT (Build 1333), impl for Spigot v1.2.7-SNAPSHOT (build 6727-DEV) 
[05:34:21] [Server thread/INFO]: +> [Denizen] Running on java version: 17.0.5 
[05:34:21] [Server thread/INFO]: +> [Denizen] Running on fully supported Java 17. 
[05:34:21] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
[05:34:21] [Server thread/INFO]: +> [Denizen]  Denizen  scriptable minecraft 
[05:34:21] [Server thread/INFO]: +> [Denizen]  
[05:34:21] [Server thread/INFO]: +> [Denizen] by: The DenizenScript team 
[05:34:21] [Server thread/INFO]: +> [Denizen] Chat with us at: https://discord.gg/Q6pZGSR 
[05:34:21] [Server thread/INFO]: +> [Denizen] Or learn more at: https://denizenscript.com 
[05:34:21] [Server thread/INFO]: +> [Denizen] version: 1.2.7-SNAPSHOT (build 6727-DEV) 
[05:34:21] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
[05:34:22] [Server thread/INFO]: +> [TriggerRegistry] Loaded 4 core triggers 
[05:34:22] [Server thread/INFO]: +> [PaperModule] Loading Paper support module... 
[05:34:22] [Server thread/INFO]: +> [Denizen] Loaded 148 core commands and 28 core object types, at 2143ms from start. 
[05:34:22] [Server thread/INFO]: +> [ScriptHelper] No scripts in /plugins/Denizen/scripts/ to load! 
[05:34:22] [Server thread/INFO]: +> [ScriptRegistry] Loading 0 script files... 
[05:34:22] [Server thread/INFO]: +> [DenizenCore] Scripts loaded! File load took 1ms, processing 6ms. 
[05:34:22] [Server thread/INFO]: +> [Denizen] Final full init took 2210ms. 
[05:34:23] [Server thread/INFO]: [Quests] Enabling Quests v4.7.2-b391
[05:34:23] [Server thread/INFO]: [Quests] Loaded language en-US. Translations via Crowdin
[05:34:23] [Server thread/INFO]: [Quests] Successfully linked Quests with Citizens 2.0.31-SNAPSHOT (build 2993)
[05:34:23] [Server thread/INFO]: [Quests] Loading storage implementation: YAML
[05:34:23] [Server thread/INFO]: [QuestsBar] Enabling QuestsBar v1.7
[05:34:24] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.0-dev+45-bf14b88
[05:34:24] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[05:34:24] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.20.0-dev+45-bf14b88
[05:34:24] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[05:34:24] [Server thread/INFO]: [Depenizen] Enabling Depenizen v2.0.0 (build 831)
[05:34:24] [Server thread/INFO]: +> [Depenizen] Depenizen loading... 
[05:34:24] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'LuckPerms'! 
[05:34:24] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'WorldEdit'! 
[05:34:24] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'Essentials'! 
[05:34:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: denizen [2.0.0]
[05:34:24] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'PlaceholderAPI'! 
[05:34:24] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'WorldGuard'! 
[05:34:24] [Server thread/INFO]:  ERROR!
                 Error Message: Failed to register script event 'com.denizenscript.depenizen.bukkit.events.libsdisguises.EntityDisguisesScriptEvent': 
[05:34:24] [Server thread/INFO]: Additional Error Info: Internal exception was thrown!
[Error Continued] java.lang.NoClassDefFoundError: me.libraryaddict.disguise.events.DisguiseEvent
[Error Continued]   java.base/java.lang.J9VMInternals.prepareClassImpl(Native Method)
[Error Continued]   java.base/java.lang.J9VMInternals.prepare(Unknown Source)
[Error Continued]   java.base/java.lang.Class.getConstructor(Unknown Source)
[Error Continued]   Denizen-1.2.7-b6727-DEV.jar//com.denizenscript.denizencore.events.ScriptEvent.registerScriptEvent(ScriptEvent.java:73)
[Error Continued]   Depenizen-2.0.0-b831.jar//com.denizenscript.depenizen.bukkit.bridges.LibsDisguisesBridge.init(LibsDisguisesBridge.java:19)
[Error Continued]   Depenizen-2.0.0-b831.jar//com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
[Error Continued]   Depenizen-2.0.0-b831.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:192)
[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:637)
[Error Continued]   net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:436)
[Error Continued]   net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Error Continued]   net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1103)
[Error Continued]   net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[Error Continued]   java.base/java.lang.Thread.run(Unknown Source)
[Error Continued] Caused by: java.lang.ClassNotFoundException: me.libraryaddict.disguise.events.DisguiseEvent
[Error Continued]   org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183)
[Error Continued]   org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150)
[Error Continued]   java.base/java.lang.ClassLoader.loadClass(Unknown Source)
[Error Continued]   java.base/java.lang.J9VMInternals.prepareClassImpl(Native Method)
[Error Continued]   java.base/java.lang.J9VMInternals.prepare(Unknown Source)
[Error Continued]   java.base/java.lang.Class.getConstructor(Unknown Source)
[Error Continued]   Denizen-1.2.7-b6727-DEV.jar//com.denizenscript.denizencore.events.ScriptEvent.registerScriptEvent(ScriptEvent.java:73)
[Error Continued]   Depenizen-2.0.0-b831.jar//com.denizenscript.depenizen.bukkit.bridges.LibsDisguisesBridge.init(LibsDisguisesBridge.java:19)
[Error Continued]   Depenizen-2.0.0-b831.jar//com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
[Error Continued]   Depenizen-2.0.0-b831.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:192)
[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:637)
[Error Continued]   net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:436)
[Error Continued]   net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Error Continued]   net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1103)
[Error Continued]   net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[Error Continued]   java.base/java.lang.Thread.run(Unknown Source)

[05:34:24] [Server thread/INFO]: Additional Error Info: Failed to register script event 'com.denizenscript.depenizen.bukkit.events.libsdisguises.EntityUndisguisesScriptEvent': 
[05:34:24] [Server thread/INFO]: Additional Error Info: Internal exception was thrown!
[Error Continued] java.lang.NoClassDefFoundError: me.libraryaddict.disguise.events.UndisguiseEvent
[Error Continued]   java.base/java.lang.J9VMInternals.prepareClassImpl(Native Method)
[Error Continued]   java.base/java.lang.J9VMInternals.prepare(Unknown Source)
[Error Continued]   java.base/java.lang.Class.getConstructor(Unknown Source)
[Error Continued]   Denizen-1.2.7-b6727-DEV.jar//com.denizenscript.denizencore.events.ScriptEvent.registerScriptEvent(ScriptEvent.java:73)
[Error Continued]   Depenizen-2.0.0-b831.jar//com.denizenscript.depenizen.bukkit.bridges.LibsDisguisesBridge.init(LibsDisguisesBridge.java:20)
[Error Continued]   Depenizen-2.0.0-b831.jar//com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
[Error Continued]   Depenizen-2.0.0-b831.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:192)
[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:637)
[Error Continued]   net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:436)
[Error Continued]   net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Error Continued]   net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1103)
[Error Continued]   net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[Error Continued]   java.base/java.lang.Thread.run(Unknown Source)
[Error Continued] Caused by: java.lang.ClassNotFoundException: me.libraryaddict.disguise.events.UndisguiseEvent
[Error Continued]   org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183)
[Error Continued]   org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150)
[Error Continued]   java.base/java.lang.ClassLoader.loadClass(Unknown Source)
[Error Continued]   java.base/java.lang.J9VMInternals.prepareClassImpl(Native Method)
[Error Continued]   java.base/java.lang.J9VMInternals.prepare(Unknown Source)
[Error Continued]   java.base/java.lang.Class.getConstructor(Unknown Source)
[Error Continued]   Denizen-1.2.7-b6727-DEV.jar//com.denizenscript.denizencore.events.ScriptEvent.registerScriptEvent(ScriptEvent.java:73)
[Error Continued]   Depenizen-2.0.0-b831.jar//com.denizenscript.depenizen.bukkit.bridges.LibsDisguisesBridge.init(LibsDisguisesBridge.java:20)
[Error Continued]   Depenizen-2.0.0-b831.jar//com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
[Error Continued]   Depenizen-2.0.0-b831.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:192)
[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:637)
[Error Continued]   net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:436)
[Error Continued]   net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Error Continued]   net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1103)
[Error Continued]   net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[Error Continued]   java.base/java.lang.Thread.run(Unknown Source)

[05:34:24] [Server thread/INFO]: Additional Error Info: Could not register command com.denizenscript.depenizen.bukkit.commands.libsdisguises.LibsDisguiseCommand, exception follows... 
[05:34:24] [Server thread/INFO]: Additional Error Info: Internal exception was thrown!
[Error Continued] java.lang.NoClassDefFoundError: me.libraryaddict.disguise.disguisetypes.FlagWatcher
[Error Continued]   java.base/java.lang.J9VMInternals.prepareClassImpl(Native Method)
[Error Continued]   java.base/java.lang.J9VMInternals.prepare(Unknown Source)
[Error Continued]   java.base/java.lang.Class.getDeclaredConstructor(Unknown Source)
[Error Continued]   java.base/java.lang.Class.newInstance(Unknown Source)
[Error Continued]   Denizen-1.2.7-b6727-DEV.jar//com.denizenscript.denizencore.scripts.commands.CommandRegistry.registerCommand(CommandRegistry.java:157)
[Error Continued]   Depenizen-2.0.0-b831.jar//com.denizenscript.depenizen.bukkit.bridges.LibsDisguisesBridge.init(LibsDisguisesBridge.java:23)
[Error Continued]   Depenizen-2.0.0-b831.jar//com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
[Error Continued]   Depenizen-2.0.0-b831.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:192)
[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:637)
[Error Continued]   net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:436)
[Error Continued]   net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Error Continued]   net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1103)
[Error Continued]   net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[Error Continued]   java.base/java.lang.Thread.run(Unknown Source)
[Error Continued] Caused by: java.lang.ClassNotFoundException: me.libraryaddict.disguise.disguisetypes.FlagWatcher
[Error Continued]   org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183)
[Error Continued]   org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150)
[Error Continued]   java.base/java.lang.ClassLoader.loadClass(Unknown Source)
[Error Continued]   java.base/java.lang.J9VMInternals.prepareClassImpl(Native Method)
[Error Continued]   java.base/java.lang.J9VMInternals.prepare(Unknown Source)
[Error Continued]   java.base/java.lang.Class.getDeclaredConstructor(Unknown Source)
[Error Continued]   java.base/java.lang.Class.newInstance(Unknown Source)
[Error Continued]   Denizen-1.2.7-b6727-DEV.jar//com.denizenscript.denizencore.scripts.commands.CommandRegistry.registerCommand(CommandRegistry.java:157)
[Error Continued]   Depenizen-2.0.0-b831.jar//com.denizenscript.depenizen.bukkit.bridges.LibsDisguisesBridge.init(LibsDisguisesBridge.java:23)
[Error Continued]   Depenizen-2.0.0-b831.jar//com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
[Error Continued]   Depenizen-2.0.0-b831.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:192)
[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:637)
[Error Continued]   net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:436)
[Error Continued]   net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[Error Continued]   net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1103)
[Error Continued]   net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[Error Continued]   java.base/java.lang.Thread.run(Unknown Source)

[05:34:24] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'LibsDisguises'! 
[05:34:24] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'Quests'! 
[05:34:24] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'ViaVersion'! 
[05:34:24] [Server thread/INFO]: +> [Depenizen] Depenizen loaded! 8 plugin bridge(s) loaded (of 42 available) 
[05:34:24] [Server thread/INFO]: [QuestsEffect] Enabling QuestsEffect v1.0
[05:34:25] [Server thread/INFO]: [QuestsGUI] Enabling QuestsGUI v0.52
[05:34:25] [Server thread/INFO]: [QuestsGUI] Initializing QuestsGUI separated YAML storage...
[05:34:25] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.6.1
[05:34:26] [Server thread/INFO]: [Guilds] Enabling Guilds v3.5.6.8
[05:34:26] [Server thread/INFO]:   ________ 
[05:34:26] [Server thread/INFO]:  /  _____/ 
[05:34:26] [Server thread/INFO]: /   \  ___   Guilds v3.5.6.8
[05:34:26] [Server thread/INFO]: \    \_\  \  Server Version: git-Paper-471 (MC: 1.19.4)
[05:34:26] [Server thread/INFO]:  \______  /
[05:34:26] [Server thread/INFO]:         \/ 
[05:34:26] [Server thread/INFO]: [Guilds] Economy Found: EssentialsX Economy
[05:34:26] [Server thread/INFO]: [Guilds] Permissions Found: LuckPerms
[05:34:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: guilds [2.1]
[05:34:27] [Server thread/INFO]: [Guilds] [ACF] Enabled Asynchronous Tab Completion Support!
[05:34:27] [Server thread/INFO]: [Guilds] Ready to go! That only took 1059ms
[05:34:27] [Server thread/INFO]: [TAB] Enabling TAB v3.3.1
[05:34:27] [ForkJoinPool.commonPool-worker-1/INFO]: [Guilds] Your version of Guilds (3.5.6.8) is up to date!
[05:34:27] [TaskChainAsyncQueue Thread 0/INFO]: [Guilds] Bug Fixes:
- Fixed an issue where the syntax translation options were not showing up in the non-default language file

[05:34:28] [Server thread/INFO]: [TAB] Server version: 1.19.4 (v1_19_R3)
[05:34:28] [Server thread/INFO]: [TAB] Loaded NMS hook in 33ms
[05:34:28] [Server thread/INFO]: [TAB] Enabled in 42ms
[05:34:28] [Server thread/INFO]: [Interactions] Enabling Interactions v1.33.1
[05:34:28] [Server thread/ERROR]: Error occurred while enabling Interactions v1.33.1 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "com.comphenix.protocol.ProtocolManager.addPacketListener(com.comphenix.protocol.events.PacketListener)" because the return value of "com.comphenix.protocol.ProtocolLibrary.getProtocolManager()" is null
    at it.ajneb97.managers.ProtocolLibJugadorManager.<init>(ProtocolLibJugadorManager.java:56) ~[Interactions (1).jar:?]
    at it.ajneb97.Interactions.onEnable(Interactions.java:89) ~[Interactions (1).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:192) ~[paper-1.19.4.jar:git-Paper-471]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.4.jar:git-Paper-471]
    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-471]
    at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:637) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:436) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1103) ~[paper-1.19.4.jar:git-Paper-471]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.19.4.jar:git-Paper-471]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
[05:34:28] [Server thread/INFO]: [Interactions] Disabling Interactions v1.33.1
[05:34:28] [Server thread/INFO]: [Interactions] Has been disabled! Version: 1.33.1
[05:34:29] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[05:34:29] [Server thread/INFO]: Running delayed init tasks
[05:34:29] [Craft Scheduler Thread - 8 - Essentials/INFO]: [Essentials] Fetching version information...
[05:34:29] [Craft Scheduler Thread - 6 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[05:34:29] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[05:34:29] [Server thread/INFO]: [Magic] Vault found, 'currency' cost types available
[05:34:29] [Server thread/INFO]: [Magic] Registered currencies: item,mana,xp,health,currency,sp,levels,hunger,ap
[05:34:29] [Server thread/INFO]: [Magic] Loaded 533 spells
[05:34:29] [Server thread/INFO]: [Magic] Loaded 21 progression paths
[05:34:29] [Server thread/INFO]: [Magic] Loaded 0 crafting recipes
[05:34:29] [Server thread/INFO]: [Magic] LogBlock not found
[05:34:29] [Server thread/INFO]: [Magic] Integrating with Essentials for vanish detection
[05:34:29] [Server thread/INFO]: [Magic] Integrating with Essentials for Recall warps
[05:34:30] [Server thread/INFO]: [Magic] Essentials found, hooked up custom item handler
[05:34:30] [Server thread/INFO]: [Magic] Factions not found
[05:34:30] [Server thread/INFO]: [Magic] WorldGuard found, will respect build permissions for construction spells
[05:34:30] [Server thread/INFO]: [Magic] Multiverse-Core found, will respect PVP settings
[05:34:30] [Server thread/INFO]: [Magic] Towny not found, region protection and pvp checks will not be used.
[05:34:30] [Server thread/INFO]: [Magic] Lockette nor LockettePro found, will not integrate.
[05:34:30] [Server thread/INFO]: [Magic] GriefPrevention not found, claim protection will not be used.
[05:34:30] [Server thread/INFO]: [Magic] NoCheatPlus not found, will not integrate.
[05:34:30] [Server thread/INFO]: [Magic] dynmap found, integrating.
[05:34:30] [Server thread/INFO]: [Magic] Citizens found, enabling magic and command traits
[05:34:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: magic [10.8.7-fdb1fc1]
[05:34:30] [Server thread/INFO]: [Magic] PlaceholderAPI integration enabled. Available placeholders:
[05:34:30] [Server thread/INFO]: [Magic] magic_path, magic_class, magic_wand, magic_spell, magic_mana, magic_mana_max, magic_sp, magic_spell_count
[05:34:30] [Server thread/INFO]: [Magic] All magic attributes also available with a magic_ prefix
[05:34:30] [Server thread/INFO]: [Magic] Add to messages/placeholders to add custom placeholders
[05:34:30] [Server thread/INFO]: [Magic] LightAPI not found, Light action will not work
[05:34:30] [Server thread/INFO]: [Magic] Loaded 0 arenas
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: skog
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Doryfish
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_HammerheadShark_2
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: sponge_creep
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Oarfish
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Narwhal
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Starfish
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_TropicalFish_2
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: banditema1_em
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_TropicalFish_4
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Dolphin
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_TropicalFish_3
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: banditema1_em
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: Salamander
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Barracuda
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_BlueGlaucus
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Seabass_Summon
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: ZOMBIEclimber
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: banditema1_em
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: banditema_em
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: SkPack_Necromancer
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: direwolf_taiga
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: Snail
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_TropicalFish
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Lobster_2
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Lobster
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: Megalodon
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Lionfish
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: axolotl_ice
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: SkPack_Warrior
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: SkPack_AxeBrute
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Manatee
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Clownfish
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: sintiaMob
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_GardenEel_Summon
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: banditema1_em
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: banditemb_em
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: SkPack_FlyingSkull
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: axolotl_fire
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: jellycreep
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: lava_creep
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Pufferfish
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: Plant_Monster
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Jellyfish_2
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Piranha_Summon
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_SeaSlug
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: diamondgolem
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: Mimic
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: honey_creep
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_GiantSquid
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_OrcaWhale
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Seabass
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: SkPack_SwordBrute
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: banditema1_em
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: axolotl_colossal
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Jellyfish
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: Lava_Salamander
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: Stone_Golem
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Nautilus
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Sunfish
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: banditema1_em
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: ZOMBIE_MEG
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: lr_yeti
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: crytus
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: slime_creep
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: sintia
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Crab
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_HammerheadShark
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Shark_2
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: snow_creep
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: Kobold_Warrior
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: direwolf_taiga
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: ElementWaterSeaSerpent
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: direwolf_desert
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_BettaFish_2
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Catfish
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: giant_zombie
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: SkPack_Archer
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: Desert_Guardian
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_BettaFish_3
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_PearlClam
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: temys
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: gravel_creep
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_SpiderCrab
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: banditema1_em
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: erys
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: lr_minotaur
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: skog_player
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Octopus
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: banditema1_em
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: ElementWaterNagaSpellsinger
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_BoxJellyfish
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Manta_Ray
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Stingray
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_ElectricEel
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_PistolShrimp
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Seahorse_Summon
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: banditema1_em
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Seahorse
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_BettaFish
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: scarecrow
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Jellyfish_Summon
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: ZOMBIEgrounded
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Piranha
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_SeaAngel
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Swordfish
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: eagle-brown
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: ElementWaterUndine
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: banditemc_em
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: nemean_lion
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Starfish_Summon
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: wolfebersahd
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: Kobold_Archer
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: LR_GRYFFIN
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_GardenEel
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_OceanSnail
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Shark
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: ZOMBIE_MEG
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: Stone_Minion
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: phoenix
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Anglerfish
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: SkeletonDrummer
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: ElementWaterNagaMyrmidon
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_Octopus_2
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: amethystgolem
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_SeaAngel_Summon
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: MSO_MahiMahi
[05:34:30] [Server thread/WARN]: [Magic]  Invalid mythic mob key: Wraith
[05:34:30] [Server thread/INFO]: [Magic] Finished loading configuration
[05:34:30] [Server thread/INFO]: [Citizens] Loaded 0 NPCs.
[05:34:30] [Server thread/INFO]: +> [ScriptEvent] Processed 0 script event paths. 
[05:34:30] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
[05:34:30] [Server thread/INFO]: +> [Denizen] Denizen fully loaded at: 2023/03/26 05:34:20 
[05:34:30] [Server thread/INFO]: [PlaceholderAPI] [attribute] Available attributes: generic.attack_speed, generic.knockback_resistance, GENERIC_ARMOR_TOUGHNESS, generic.max_health, GENERIC_FOLLOW_RANGE, GENERIC_ATTACK_KNOCKBACK, generic.luck, GENERIC_ATTACK_DAMAGE, GENERIC_ATTACK_SPEED, GENERIC_LUCK, generic.attack_damage, generic.attack_knockback, generic.flying_speed, GENERIC_MAX_HEALTH, generic.movement_speed, GENERIC_FLYING_SPEED, GENERIC_KNOCKBACK_RESISTANCE, GENERIC_MOVEMENT_SPEED, generic.follow_range, GENERIC_ARMOR, generic.armor, generic.armor_toughness
[05:34:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: attribute [1.0.0]
[05:34:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: multiverse [1.0.1]
[05:34:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.4]
[05:34:30] [Server thread/INFO]: 3 placeholder hook(s) registered!
[05:34:30] [Server thread/INFO]: Resource pack has not changed, using hash B8CJfdGcBPMWqbocJZGSY6rTn+U= (1679086678000 <= 1679592048000)
[05:34:30] [Server thread/INFO]: Done (39.196s)! For help, type "help"
[05:34:30] [Server thread/INFO]: Timings Reset
[05:34:30] [Craft Scheduler Thread - 4 - Vault/INFO]: [Vault] Checking for Updates ... 
[05:34:30] [Server thread/INFO]: [Magic] Finished loading data.
[05:34:30] [Craft Scheduler Thread - 4 - Vault/INFO]: [Vault] No new version available
[05:34:30] [Server thread/INFO]: [Quests] Loaded 4 Quest(s), 7 Action(s), 1 Condition(s) and 812 Phrase(s)
[05:35:40] [Server thread/INFO]: Server Plugins (28):
[05:35:40] [Server thread/INFO]: Bukkit Plugins:
[05:35:40] [Server thread/INFO]:  - Citizens, Denizen, Depenizen, dynmap, Essentials, EssentialsChat, EssentialsSpawn, Guilds, Interactions, LibsDisguises
[05:35:40] [Server thread/INFO]:  LuckPerms, Magic, MCPets, ModelEngine, Multiverse-Core, MythicCrucible, PlaceholderAPI, ProtocolLib, Quests, QuestsBar
[05:35:40] [Server thread/INFO]:  QuestsEffect, QuestsGUI, TAB, Vault, ViaBackwards, ViaVersion, WorldEdit, WorldGuard
[05:35:40] [User Authenticator #0/INFO]: UUID of player MrSlushie96 is 67f4346f-7203-4a3e-a439-ff92c2eda6c7
[05:35:41] [Server thread/INFO]: MrSlushie96 joined the game
[05:35:41] [Server thread/INFO]: MrSlushie96[/143.200.16.140:63615] logged in with entity id 27 at ([spawn]3.788048006171954, 40.78260497973078, 19.18861698897408)
[05:35:56] [Server thread/INFO]: MrSlushie96 issued server command: /npc list
[05:35:59] [Server thread/INFO]: MrSlushie96 issued server command: /npc create yuh
[05:35:59] [Server thread/INFO]: [Essentials] Created a User for yuh (c4a68240-c148-464d-b49c-d09fefb1ff0e) for non Bukkit type: net.citizensnpcs.nms.v1_19_R3.entity.EntityHumanNPC$PlayerNPC