Date: 2024/07/13 04:16:45 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
[ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[ServerMain/INFO]: Loaded 1290 recipes
[ServerMain/INFO]: Loaded 1399 advancements
[Server thread/INFO]: Starting minecraft server version 1.21
[Server thread/INFO]: Loading properties
[Server thread/INFO]: This server is running Paper version 1.21-62-master@5a503d7 (2024-07-12T18:53:26Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
[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 population gen parallelism of 1 threads
[Server thread/INFO]: Default game type: SURVIVAL
[Server thread/INFO]: Generating keypair
[Server thread/INFO]: Starting Minecraft server on *:39365
[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]: [ViaVersion] Loading server plugin ViaVersion v5.0.2-SNAPSHOT
[Server thread/INFO]: [ViaVersion] ViaVersion 5.0.2-SNAPSHOT is now loaded. Registering protocol transformers and injecting...
[Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.3.4-beta-01+0452ca2
[Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@30ba8192]
[Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.3.0-SNAPSHOT-723
[Server thread/WARN]: [ProtocolLib] Version (MC: 1.21.0) has not yet been tested! Proceed with caution.
[Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.102
[Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.11-beta1+a801a9d
[Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.12
[Server thread/INFO]: [LibsDisguises] Loading server plugin LibsDisguises v10.0.44
[Server thread/INFO]: [BroadcastPlus] Loading server plugin BroadcastPlus v2.9.3
[Server thread/INFO]: [MythicMobs] Loading server plugin MythicMobs v5.6.2-3e052553
[Server thread/INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
[13:12:39] [Server thread/INFO]: [MythicMobs] Mythic Enabled!
[Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.35-SNAPSHOT (build 3451)
[Server thread/INFO]: [floodgate] Loading server plugin floodgate v2.2.3-SNAPSHOT (b109-49bd564)
[Server thread/INFO]: [floodgate] Took 4,352ms to boot Floodgate
[Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.1
[Server thread/INFO]: [ItemEdit] Loading server plugin ItemEdit v3.4.1
[Server thread/INFO]: [GSit] Loading server plugin GSit v1.9.5
[Server thread/INFO]: [TicketManager] Loading server plugin TicketManager v1.20.4.a.1
[Server thread/INFO]: [Multiverse-Portals] Loading server plugin Multiverse-Portals v4.2.3
[Server thread/INFO]: [Sentinel] Loading server plugin Sentinel v2.9.0-SNAPSHOT (build 522)
[Server thread/INFO]: [ImageFrame] Loading server plugin ImageFrame v1.7.9.0
[Server thread/INFO]: [CitizensText] Loading server plugin CitizensText v1.20
[Server thread/INFO]: [Geyser-Spigot] Loading server plugin Geyser-Spigot v2.4.0-SNAPSHOT
[Server thread/INFO]: [Geyser-Spigot] Loading extensions...
[Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
[Server thread/INFO]: [Elevator] Loading server plugin Elevator v3.0.4
[Server thread/INFO]: [JoinMessagePlus] Loading server plugin JoinMessagePlus v3.3
[Server thread/INFO]: [Quests] Loading server plugin Quests v5.0.5-b480
[Server thread/INFO]: [PlayerTimeLimit] Loading server plugin PlayerTimeLimit v1.6.1
[Server thread/INFO]: [ItemTag] Loading server plugin ItemTag v3.4.1
[Server thread/INFO]: [sleep-most] Loading server plugin sleep-most v5.5.0
[Server thread/INFO]: [EpicRename] Loading server plugin EpicRename v3.12
[Server thread/INFO]: [BlockLocker] Loading server plugin BlockLocker v1.12.2
[Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.9
[Server thread/INFO]: [SimpleJail] Loading server plugin SimpleJail v2.3
[Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.3.4-beta-01+0452ca2
[Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_21.PaperweightAdapter as the Bukkit adapter
[Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.3.0-SNAPSHOT-723
[Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.102
[Server thread/INFO]: __
[Server thread/INFO]: | |__) LuckPerms v5.4.102
[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 5074ms)
[Server thread/INFO]: [BlockLocker] Enabling BlockLocker v1.12.2
[Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[Server thread/INFO]: Preparing level "world"
[Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[Server thread/INFO]: Time elapsed: 3281 ms
[Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[Server thread/INFO]: Time elapsed: 1541 ms
[Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.0.2-SNAPSHOT
[Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.21 (767)
[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://viaversion.com/setup
[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.11-beta1+a801a9d
[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]: [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]: [WorldGuard] Loading region data...
[Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.12
[Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.12" 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--].
[13:13: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.
[Server thread/INFO]: Preparing start region for dimension minecraft:pruebas
[Server thread/INFO]: Time elapsed: 882 ms
[Server thread/INFO]: [WorldGuard] (pruebas) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (pruebas) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (pruebas) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (pruebas) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'pruebas'
[Server thread/INFO]: Preparing start region for dimension minecraft:flatroom
[Server thread/INFO]: Time elapsed: 1048 ms
[Server thread/INFO]: [WorldGuard] (flatroom) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (flatroom) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (flatroom) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (flatroom) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroom'
[Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[Server thread/INFO]: Time elapsed: 5157 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:eventos
[Server thread/INFO]: Time elapsed: 663 ms
[Server thread/INFO]: [WorldGuard] (eventos) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (eventos) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (eventos) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (eventos) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'eventos'
[Server thread/INFO]: Preparing start region for dimension minecraft:dedsafio
[Server thread/INFO]: Time elapsed: 282 ms
[Server thread/INFO]: [WorldGuard] (DEDSAFIO) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (DEDSAFIO) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (DEDSAFIO) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (DEDSAFIO) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'DEDSAFIO'
[Server thread/INFO]: Preparing start region for dimension minecraft:osa
[Server thread/INFO]: Time elapsed: 387 ms
[Server thread/INFO]: [WorldGuard] (OSA) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (OSA) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (OSA) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (OSA) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'OSA'
[Server thread/INFO]: Preparing start region for dimension minecraft:carcel
[Server thread/INFO]: Time elapsed: 533 ms
[Server thread/INFO]: [WorldGuard] (carcel) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (carcel) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (carcel) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (carcel) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'carcel'
[Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: dungeon
[Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[Server thread/INFO]: [Multiverse-Core] 9 - 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.12 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.44
[Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.44-Free.jar
[Server thread/INFO]: [LibsDisguises] Discovered nms version: (Package: {Not package relocated}) (LD: null) (MC: 1.21)
[Server thread/INFO]: [LibsDisguises] Jenkins Build: #1314
[Server thread/INFO]: [LibsDisguises] Build Date: 10/04/2024 02:12
[Server thread/INFO]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
[Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
[Server thread/INFO]: [LibsDisguises] Config 'TallSelfDisguises' is set to 'false', LD will hide oversized disguises from self disguise. https://www.spigotmc.org/wiki/lib-s-disguises-faq/#tall-disguises-self-disguises
[Server thread/ERROR]: [LibsDisguises] You're using the wrong version of Lib's Disguises for your server! This is intended for 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19.0, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4!
[Server thread/INFO]: [LibsDisguises] Disabling LibsDisguises v10.0.44
[Server thread/INFO]: [BroadcastPlus] Enabling BroadcastPlus v2.9.3
[Server thread/INFO]: [BroadcastPlus] Successfully hooked into LuckPerms
[Server thread/INFO]: [BroadcastPlus] GUI List: [Example GUI] Preset List: [example]
[Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.6.2-3e052553
[Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.21.0)...
[Server thread/INFO]: [MythicMobs] The server is running Paper; enabled Paper exclusive functionality
[13:13:28] [Server thread/WARN]: [MythicMobs] --====|||| Mythic ||||====--
[Server thread/WARN]: [MythicMobs] This version of Mythic is not fully compatible with your version of Bukkit.
[Server thread/WARN]: [MythicMobs] Some features may be limited or disabled until you use a compatible version.
[Server thread/WARN]: [MythicMobs] Server NMS Version Detected - craftbukkit
[Server thread/WARN]: [MythicMobs] ✗ Compatibility Error for 'LibsDisguises': Plugin not found/incompatible version
[Server thread/INFO]: [MythicMobs] Mythic ProtocolLib Support has been enabled!
[Server thread/INFO]: [MythicMobs] Mythic WorldGuard Support has been enabled!
[Server thread/INFO]: [MythicMobs] Base directory /server/plugins/MythicMobs/data
[Server thread/INFO]: [MythicMobs] Module directory /server/plugins/MythicMobs/data/worlds
[Server thread/INFO]: [MythicMobs] Loading Packs...
[Server thread/INFO]: [MythicMobs] Loading Items...
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Item SkeletonKingSword
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/items/ExampleItems.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Attributes are configured incorrectly.
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Item KingsCrown
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/items/ExampleItems.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Attributes are configured incorrectly.
[Server thread/INFO]: [MythicMobs] Loading Item Groups...
[Server thread/INFO]: [MythicMobs] Loading Skills...
[Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>east,<&csp>north,<&csp>west,<&csp>south<&csp>}
[Server thread/WARN]: java.lang.reflect.InvocationTargetException
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:72)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.getMechanic(SkillExecutor.java:302)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.MetaSkill.<init>(MetaSkill.java:178)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.loadSkills(SkillExecutor.java:100)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.config.ConfigExecutor.load(ConfigExecutor.java:420)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.MythicBukkit.enable(MythicBukkit.java:188)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:87)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:629)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:578)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:327)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot invoke "String.split(String, int)" because "s" is null
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.mechanics.RandomSkillMechanic.<init>(RandomSkillMechanic.java:32)
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
[Server thread/WARN]: ... 20 more
[Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>east,<&csp>north,<&csp>west,<&csp>south<&csp>}
[Server thread/WARN]: java.lang.reflect.InvocationTargetException
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:72)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.getMechanic(SkillExecutor.java:302)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.MetaSkill.<init>(MetaSkill.java:178)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.loadSkills(SkillExecutor.java:100)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.config.ConfigExecutor.load(ConfigExecutor.java:420)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.MythicBukkit.enable(MythicBukkit.java:188)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:87)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:629)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:578)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:327)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot invoke "String.split(String, int)" because "s" is null
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.mechanics.RandomSkillMechanic.<init>(RandomSkillMechanic.java:32)
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
[Server thread/WARN]: ... 20 more
[Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>east,<&csp>north,<&csp>west,<&csp>south<&csp>}
[Server thread/WARN]: java.lang.reflect.InvocationTargetException
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:72)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.getMechanic(SkillExecutor.java:302)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.MetaSkill.<init>(MetaSkill.java:178)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.loadSkills(SkillExecutor.java:100)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.config.ConfigExecutor.load(ConfigExecutor.java:420)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.MythicBukkit.enable(MythicBukkit.java:188)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:87)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:629)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:578)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:327)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot invoke "String.split(String, int)" because "s" is null
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.mechanics.RandomSkillMechanic.<init>(RandomSkillMechanic.java:32)
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
[Server thread/WARN]: ... 20 more
[Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill { skills= **equip player's<&sp>head<&sp>skill<&sp><&rc>'
[Server thread/WARN]: java.lang.reflect.InvocationTargetException
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:72)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.getMechanic(SkillExecutor.java:302)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.MetaSkill.<init>(MetaSkill.java:178)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.loadSkills(SkillExecutor.java:100)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.config.ConfigExecutor.load(ConfigExecutor.java:420)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.MythicBukkit.enable(MythicBukkit.java:188)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:87)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:629)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:578)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:327)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot invoke "String.split(String, int)" because "s" is null
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.mechanics.RandomSkillMechanic.<init>(RandomSkillMechanic.java:32)
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
[Server thread/WARN]: ... 20 more
[Server thread/WARN]: [MythicMobs] Failed to construct mechanic effect:geyser{type=LAVA;height=5;speed=10} @Self
[Server thread/WARN]: java.lang.reflect.InvocationTargetException
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:74)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.getMechanic(SkillExecutor.java:302)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.MetaSkill.<init>(MetaSkill.java:178)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.loadSkills(SkillExecutor.java:100)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.config.ConfigExecutor.load(ConfigExecutor.java:420)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.MythicBukkit.enable(MythicBukkit.java:188)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:87)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:629)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:578)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:327)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[Server thread/WARN]: Caused by: java.lang.ExceptionInInitializerError
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.mechanics.GeyserEffect.<init>(GeyserEffect.java:51)
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
[Server thread/WARN]: ... 20 more
[Server thread/WARN]: Caused by: java.lang.StringIndexOutOfBoundsException: Range [23, 22) out of bounds for length 22
[Server thread/WARN]: at java.base/jdk.internal.util.Preconditions$1.apply(Preconditions.java:55)
[Server thread/WARN]: at java.base/jdk.internal.util.Preconditions$1.apply(Preconditions.java:52)
[Server thread/WARN]: at java.base/jdk.internal.util.Preconditions$4.apply(Preconditions.java:213)
[Server thread/WARN]: at java.base/jdk.internal.util.Preconditions$4.apply(Preconditions.java:210)
[Server thread/WARN]: at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:98)
[Server thread/WARN]: at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckFromToIndex(Preconditions.java:112)
[Server thread/WARN]: at java.base/jdk.internal.util.Preconditions.checkFromToIndex(Preconditions.java:349)
[Server thread/WARN]: at java.base/java.lang.String.checkBoundsBeginEnd(String.java:4865)
[Server thread/WARN]: at java.base/java.lang.String.substring(String.java:2834)
[Server thread/WARN]: at java.base/java.lang.String.substring(String.java:2807)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.api.volatilecode.VolatileMaterial.<clinit>(VolatileMaterial.java:12)
[Server thread/WARN]: ... 22 more
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=0.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=0.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=0.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=0.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=0.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error: Particle '' is not supported by this version of MythicMobs.
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic randommessage
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: The 'messages' attribute is required.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: randommessage
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=EGG;velocity=1;damage=1}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=EGG;velocity=1;damage=1}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=EGG;velocity=1;damage=1}
[Server thread/WARN]: [MythicMobs] Failed to construct mechanic effect:geyser{type=LAVA;height=5;speed=10} @Target
[Server thread/WARN]: java.lang.reflect.InvocationTargetException
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:74)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.getMechanic(SkillExecutor.java:302)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.MetaSkill.<init>(MetaSkill.java:178)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.loadSkills(SkillExecutor.java:100)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.config.ConfigExecutor.load(ConfigExecutor.java:420)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.MythicBukkit.enable(MythicBukkit.java:188)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:87)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:629)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:578)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:327)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[Server thread/WARN]: Caused by: java.lang.NoClassDefFoundError: Could not initialize class io.lumine.mythic.api.volatilecode.VolatileMaterial
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.mechanics.GeyserEffect.<init>(GeyserEffect.java:51)
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
[Server thread/WARN]: ... 20 more
[Server thread/WARN]: Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.StringIndexOutOfBoundsException: Range [23, 22) out of bounds for length 22 [in thread "Server thread"]
[Server thread/WARN]: at java.base/jdk.internal.util.Preconditions$1.apply(Preconditions.java:55)
[Server thread/WARN]: at java.base/jdk.internal.util.Preconditions$1.apply(Preconditions.java:52)
[Server thread/WARN]: at java.base/jdk.internal.util.Preconditions$4.apply(Preconditions.java:213)
[Server thread/WARN]: at java.base/jdk.internal.util.Preconditions$4.apply(Preconditions.java:210)
[Server thread/WARN]: at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:98)
[Server thread/WARN]: at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckFromToIndex(Preconditions.java:112)
[Server thread/WARN]: at java.base/jdk.internal.util.Preconditions.checkFromToIndex(Preconditions.java:349)
[Server thread/WARN]: at java.base/java.lang.String.checkBoundsBeginEnd(String.java:4865)
[Server thread/WARN]: at java.base/java.lang.String.substring(String.java:2834)
[Server thread/WARN]: at java.base/java.lang.String.substring(String.java:2807)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.api.volatilecode.VolatileMaterial.<clinit>(VolatileMaterial.java:12)
[Server thread/WARN]: ... 22 more
[Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>east,<&csp>north,<&csp>west,<&csp>south<&csp>}
[Server thread/WARN]: java.lang.reflect.InvocationTargetException
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:72)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.getMechanic(SkillExecutor.java:302)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.MetaSkill.<init>(MetaSkill.java:178)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.loadSkills(SkillExecutor.java:100)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.config.ConfigExecutor.load(ConfigExecutor.java:420)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.MythicBukkit.enable(MythicBukkit.java:188)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:87)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:629)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:578)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:327)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot invoke "String.split(String, int)" because "s" is null
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.mechanics.RandomSkillMechanic.<init>(RandomSkillMechanic.java:32)
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
[Server thread/WARN]: ... 20 more
[Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>east,<&csp>north,<&csp>west,<&csp>south<&csp>}
[Server thread/WARN]: java.lang.reflect.InvocationTargetException
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:72)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.getMechanic(SkillExecutor.java:302)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.MetaSkill.<init>(MetaSkill.java:178)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.loadSkills(SkillExecutor.java:100)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.config.ConfigExecutor.load(ConfigExecutor.java:420)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.MythicBukkit.enable(MythicBukkit.java:188)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:87)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:629)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:578)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:327)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot invoke "String.split(String, int)" because "s" is null
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.mechanics.RandomSkillMechanic.<init>(RandomSkillMechanic.java:32)
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
[Server thread/WARN]: ... 20 more
[Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>east,<&csp>north,<&csp>west,<&csp>south<&csp>}
[Server thread/WARN]: java.lang.reflect.InvocationTargetException
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:72)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.getMechanic(SkillExecutor.java:302)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.MetaSkill.<init>(MetaSkill.java:178)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.loadSkills(SkillExecutor.java:100)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.config.ConfigExecutor.load(ConfigExecutor.java:420)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.MythicBukkit.enable(MythicBukkit.java:188)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:87)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:629)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:578)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:327)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot invoke "String.split(String, int)" because "s" is null
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.mechanics.RandomSkillMechanic.<init>(RandomSkillMechanic.java:32)
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
[Server thread/WARN]: ... 20 more
[Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill { skills= **equip player's<&sp>head<&sp>skill<&sp><&rc>'
[Server thread/WARN]: java.lang.reflect.InvocationTargetException
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:72)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
[Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.getMechanic(SkillExecutor.java:302)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.MetaSkill.<init>(MetaSkill.java:178)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.SkillExecutor.loadSkills(SkillExecutor.java:100)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.config.ConfigExecutor.load(ConfigExecutor.java:420)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.MythicBukkit.enable(MythicBukkit.java:188)
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:87)
[Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
[Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
[Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:629)
[Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:578)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515)
[Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:327)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220)
[Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330)
[Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot invoke "String.split(String, int)" because "s" is null
[Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.skills.mechanics.RandomSkillMechanic.<init>(RandomSkillMechanic.java:32)
[Server thread/WARN]: at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
[Server thread/WARN]: ... 20 more
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic shoot
[Server thread/WARN]: [MythicMobs] --| File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Custom damage types require MythicMobs Premium to use.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: shoot{type=ARROW;velocity=5;damage=1.05}
[Server thread/WARN]: [MythicMobs] Failed to parse Placeholder '20,repeatInterval=1': Math and variables in numeric values require premium! Consider getting MythicMobs Premium at www.mythiccraft.io
[Server thread/WARN]: [MythicMobs] Failed to parse Placeholder '20,repeatInterval=1': Math and variables in numeric values require premium! Consider getting MythicMobs Premium at www.mythiccraft.io
[Server thread/ERROR]: [MythicMobs] No compatible Bukkit version found
[Server thread/ERROR]: [MythicMobs] Server NMS Version Detected - craftbukkit
[Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[Server thread/INFO]: [MythicMobs] Loading Drop Tables...
[Server thread/INFO]: [MythicMobs] Loading Random Spawns...
[Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic metaskill
[Server thread/WARN]: [MythicMobs] --| Skill: borda2 | File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Could not find MetaSkill nad3
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: skill{s=nad3}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic metaskill
[Server thread/WARN]: [MythicMobs] --| Skill: borda2 | File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Could not find MetaSkill nad3
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: skill{s=nad3}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic summon
[Server thread/WARN]: [MythicMobs] --| Skill: borda4 | File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: The 'type' attribute must be a valid MythicMob or MythicEntity type.
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: summon{mob=miniboss22;amount=1;noise=5}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic metaskill
[Server thread/WARN]: [MythicMobs] --| Mob: SummonerCreeper | File: /server/plugins/MythicMobs/mobs/ExampleMobs.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Could not find MetaSkill KarazschBossParticles
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: skill{s=KarazschBossParticles}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic metaskill
[Server thread/WARN]: [MythicMobs] --| Mob: skeleton2 | File: /server/plugins/MythicMobs/mobs/ExampleMobs.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Could not find MetaSkill KarazschBossParticles
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: skill{s=KarazschBossParticles}
[Server thread/INFO]: [MythicMobs] ✓ Loaded 56 mobs.
[Server thread/INFO]: [MythicMobs] ✓ Loaded 4 vanilla mob overrides.
[Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
[Server thread/INFO]: [MythicMobs] ✓ Loaded 224 skills.
[Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
[Server thread/INFO]: [MythicMobs] ✓ Loaded 3 mythic items.
[Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
[Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
[Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
[Server thread/INFO]: [MythicMobs] Started up bStats Metrics
[Server thread/INFO]: [MythicMobs] ✓ MythicMobs v5.6.2 ( build 3e052553 ) has been successfully loaded!
[Server thread/INFO]: [Citizens] Enabling Citizens v2.0.35-SNAPSHOT (build 3451)
[Server thread/INFO]: [Citizens] Loading external libraries
[Server thread/INFO]: [Citizens] Using mojmapped server, avoiding server package checks
[Server thread/INFO]: [Citizens] Loaded 0 templates.
[Server thread/INFO]: [floodgate] Enabling floodgate v2.2.3-SNAPSHOT (b109-49bd564)
[Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1
[Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[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 39094 items from items.json.
[Server thread/INFO]: [Essentials] Using locale es
[Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[Server thread/WARN]: [Essentials] Detected supported permissions plugin LuckPerms without Vault installed.
[Server thread/WARN]: [Essentials] Features such as chat prefixes/suffixes and group-related functionality will not work until you install Vault.
[Server thread/INFO]: [Essentials] Using superperms-based permissions.
[Server thread/INFO]: [ItemEdit] Enabling ItemEdit v3.4.1
[Server thread/INFO]: [ItemEdit] Selected Storage Type: YAML
[Server thread/INFO]: [ItemEdit] Unable to hook into Vault
[Server thread/INFO]: [ItemEdit] Hooking into MythicMobs
[Server thread/INFO]: [ItemEdit] # Enabled (took 418 ms)
[Server thread/INFO]: [GSit] Enabling GSit v1.9.5
[Server thread/INFO]: [GSit] The plugin was successfully enabled.
[Server thread/INFO]: [GSit] Link with ViaVersion successful!
[Server thread/INFO]: [GSit] Link with WorldGuard successful!
[Server thread/INFO]: [TicketManager] Enabling TicketManager v1.20.4.a.1
[Server thread/INFO]: [TicketManager] TicketManager from TheTealViper initializing!
[Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.3
[Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: arena2 (World Error, World did not exist or was not imported into Multiverse-Core!)
[Server thread/WARN]: [Multiverse-Portals] Portal arena2 has an invalid LOCATION!
[Server thread/WARN]: [Multiverse-Portals] Portal 'arena2' not loaded due to invalid location!
[Server thread/INFO]: [Multiverse-Portals] 5 - Portals(s) loaded
[Server thread/WARN]: [Multiverse-Portals] Portal arena1 has an invalid DESTINATION!
[Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
[Server thread/INFO]: [Multiverse-Portals 4.2.3] Enabled - By Rigby and fernferret
[Server thread/INFO]: [Sentinel] Enabling Sentinel v2.9.0-SNAPSHOT (build 522)
[Server thread/INFO]: [Sentinel] Sentinel loading...
[Server thread/INFO]: [Sentinel] Running on java version: 21.0.3
[Server thread/WARN]: [Sentinel] You are running on an unrecognized (future?) minecraft version. Support channel be guaranteed. Check if there is a newer version of Sentinel available that supports your minecraft version.
[Server thread/INFO]: [Sentinel] Sentinel found WorldGuard! Adding support for it!
[Server thread/INFO]: [Citizens] Could not fetch NMS method broadcastEntityEffect: [[net.minecraft.world.level.Level.broadcastEntityEffect(net.minecraft.world.entity.Entity,byte).
[Server thread/INFO]: [Citizens] Could not fetch NMS method broadcastEntityEffect: [[Cannot invoke "java.lang.reflect.Method.getDeclaringClass()" because "m" is null.
[Server thread/INFO]: [Sentinel] Sentinel loaded!
[Server thread/INFO]: [ImageFrame] Enabling ImageFrame v1.7.9.0
[Server thread/INFO]: [ImageFrame] ImageFrame has hooked into ViaVersion!
[Server thread/INFO]: [ImageFrame] ImageFrame has been Enabled!
[Server thread/INFO]: [CitizensText] Enabling CitizensText v1.20
[Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.4.0-SNAPSHOT
[Server thread/INFO]: [Elevator] Enabling Elevator v3.0.4
[Server thread/INFO]: [Elevator] Detected 1.21-R0.1-SNAPSHOT.
[Server thread/INFO]: ___________ __ __
[Server thread/INFO]: \_ _____/| | _______ _______ _/ |_ ___________
[Server thread/INFO]: | __)_ | | _/ __ \ \/ /\__ \\ __\/ _ \_ __ \
[Server thread/INFO]: | \| |_\ ___/\ / / __ \| | ( <_> ) | \/
[Server thread/INFO]: /_______ /|____/\___ >\_/ (____ /__| \____/|__|
[Server thread/INFO]: \/ \/ \/
[Server thread/INFO]:
[Server thread/INFO]: Elevator v3.0.4
[Server thread/INFO]: Running on Paper
[Server thread/INFO]: Authors: Baktus_79 and Synnelele
[Server thread/INFO]:
[Server thread/INFO]: [Elevator] Enabling particles for elevators
[Server thread/INFO]: [Elevator] Using WITCH as particle for elevators
[Server thread/INFO]: [Elevator] Enabling particles for teleporters
[Server thread/INFO]: [Elevator] Using IRON BLOCK as elevator block
[Server thread/INFO]: [Elevator] Using SEA LANTERN as teleporter block
[Server thread/INFO]: [Elevator] Using the sound entity.player.levelup on activate elevator
[Server thread/INFO]: [Elevator] Using the sound entity.enderman.teleport when using elevator
[Server thread/INFO]: [Elevator] Using the sound entity.enderman.teleport when using teleporters
[Server thread/INFO]: [Elevator] Successfully hooked into WorldGuard
[Server thread/INFO]: [JoinMessagePlus] Enabling JoinMessagePlus v3.3
[Server thread/INFO]: [JoinMessagePlus] [#]==========< JoinMessagePlus >==========[#]
[Server thread/INFO]: [JoinMessagePlus] Version: 3.3
[Server thread/INFO]: [JoinMessagePlus] Web: https://dev.bukkit.org/bukkit-plugins/join-message-plus/
[Server thread/INFO]: [JoinMessagePlus] Mode: BungeeCord + Standalone
[Server thread/INFO]: [JoinMessagePlus] Plugin by AndyCraftz
[Server thread/INFO]: [Quests] Enabling Quests v5.0.5-b480
[Server thread/WARN]: [org.bukkit.craftbukkit.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[Server thread/INFO]: [Quests] Loaded language en-US. Translations via Crowdin
[Server thread/INFO]: [Quests] Successfully linked Quests with Citizens 2.0.35-SNAPSHOT (build 3451)
[Server thread/INFO]: [Quests] Loading storage implementation: YAML
[Server thread/INFO]: [PlayerTimeLimit] Enabling PlayerTimeLimit v1.6.1
[Server thread/INFO]: [PlayerTimeLimit] Has been enabled! Version: 1.6.1
[Server thread/INFO]: [PlayerTimeLimit] Thanks for using my plugin! ~Ajneb97
[Server thread/INFO]: [ItemTag] Enabling ItemTag v3.4.1
[Server thread/INFO]: [ItemTag] Data using Spigot PersistentDataContainer
[Server thread/INFO]: [ItemTag] EquipmentChangeListener
[Server thread/INFO]: [ItemTag] # Enabled (took 330 ms)
[Server thread/INFO]: [sleep-most] Enabling sleep-most v5.5.0
[Server thread/INFO]: [sleep-most] Hooked to GSit
[Server thread/INFO]: [sleep-most] Hooked to Essentials
[Server thread/INFO]: [sleep-most] GSit hook detected and registered GSit event listener
[Server thread/INFO]: [EpicRename] Enabling EpicRename v3.12
[Server thread/INFO]: [EpicRename] [CheckServerVersion] Server running 1.16 or newer. Hex color code support has been enabled.
[Server thread/INFO]: [EpicRename] Version: 3.12 MC Version: ONE_DOT_SIXTEEN_OR_NEWER
[Server thread/INFO]: [EpicRename] This plugin is Copyright (c) 2022 Justin "JustBru00" Brubaker. This plugin is licensed under the MPL v2.0. You can view a copy of the MPL v2.0 license at: http://bit.ly/2eMknxx
[Server thread/INFO]: [EpicRename] Starting to enable plugin...
[Server thread/INFO]: [EpicRename] Vault not found! If you would like to use economy features download Vault at: http://dev.bukkit.org/bukkit-plugins/vault/
[Server thread/INFO]: [EpicRename] Disabling support for economy features.
[Server thread/INFO]: [EpicRename] Prefix set to: '[EpicRename] '
[Server thread/INFO]: [EpicRename] Plugin Enabled!
[Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.9
[Server thread/INFO]: [SimpleJail] Enabling SimpleJail v2.3
[Server thread/INFO]: [Geyser-Spigot] ******************************************
[Server thread/INFO]: [Geyser-Spigot]
[Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.4.0-b598 (git-master-7fdb410)
[Server thread/INFO]: [Geyser-Spigot]
[Server thread/INFO]: [Geyser-Spigot] ******************************************
[Server thread/INFO]: [Geyser-Spigot] Port set from system property to match Java server.
[epollEventLoopGroup-3-1/INFO]: [Geyser-Spigot] Started Geyser on 0.0.0.0:39365
[Server thread/INFO]: [Geyser-Spigot] Done (15.338s)! Run /geyser help for help!
[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:9898
[Server thread/INFO]: JMX monitoring enabled
[Server thread/INFO]: Running delayed init tasks
[Craft Scheduler Thread - 5 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[Craft Scheduler Thread - 9 - Essentials/INFO]: [Essentials] Obteniendo información de versión...
[Craft Scheduler Thread - 8 - ItemEdit/INFO]: [ItemEdit] New Update at https://spigotmc.org/resources/40993
[Craft Scheduler Thread - 15 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms...
[Craft Scheduler Thread - 13 - ItemTag/INFO]: [ItemTag] New Update at https://spigotmc.org/resources/89634
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[Server thread/WARN]: [MythicMobs] --| Skill: Hover2 | File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic RANDOMSKILL
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: randomskill
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[Server thread/WARN]: [MythicMobs] --| Skill: GoUp2 | File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic RANDOMSKILL
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: randomskill
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[Server thread/WARN]: [MythicMobs] --| Skill: GoUp2 | File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic RANDOMSKILL
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: randomskill
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[Server thread/WARN]: [MythicMobs] --| Skill: Equip2 | File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic RANDOMSKILL
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: randomskill
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[Server thread/WARN]: [MythicMobs] --| Skill: OrbitalLaserDestructionEnd | File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic CUSTOMDAMAGE
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: customdamage{a=5;i=false}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[Server thread/WARN]: [MythicMobs] --| Skill: wiz55 | File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic EFFECT:GEYSER
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: effect:geyser{type=LAVA;height=5;speed=10}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[Server thread/WARN]: [MythicMobs] --| Skill: o6 | File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic CUSTOMDAMAGE
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: customdamage{a=5;ia=false}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[Server thread/WARN]: [MythicMobs] --| Skill: ra4 | File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic EFFECT:GEYSER
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: effect:geyser{type=LAVA;height=5;speed=10}
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[Server thread/WARN]: [MythicMobs] --| Skill: Hover | File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic RANDOMSKILL
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: randomskill
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[Server thread/WARN]: [MythicMobs] --| Skill: GoUp | File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic RANDOMSKILL
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: randomskill
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[Server thread/WARN]: [MythicMobs] --| Skill: GoUp | File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Craft Scheduler Thread - 15 - DecentHolograms/INFO]: [DecentHolograms] Loaded 3 holograms!
[Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic RANDOMSKILL
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: randomskill
[Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[Server thread/WARN]: [MythicMobs] --| Skill: Equip | File: /server/plugins/MythicMobs/skills/ExampleSkills.yml
[Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic RANDOMSKILL
[Server thread/WARN]: [MythicMobs] --| Mechanic Line: randomskill