Paste #66075: Untitled Paste

Date: 2020/03/11 09:23:50 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


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


[03:30:28] [Server thread/INFO]: Starting minecraft server version 1.15.2
[03:30:28] [Server thread/INFO]: Loading properties
[03:30:29] [Server thread/INFO]: This server is running Paper version git-Paper-131 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
[03:30:30] [Server thread/INFO]: Server Ping Player Sample Count: 12
[03:30:30] [Server thread/INFO]: Using 4 threads for Netty based IO
[03:30:30] [Server thread/INFO]: Debug logging is disabled
[03:30:31] [Server thread/INFO]: Default game type: CREATIVE
[03:30:31] [Server thread/INFO]: Generating keypair
[03:30:31] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25600
[03:30:31] [Server thread/INFO]: Using epoll channel type
[03:30:32] [Server thread/ERROR]: Ambiguous plugin name `EssentialsChat' for files `plugins/EssentialsXChat-2.17.1.0.jar' and `plugins/EssentialsChat-2.x-SNAPSHOT.jar' in `plugins'
[03:30:33] [Server thread/ERROR]: Ambiguous plugin name `Essentials' for files `plugins/EssentialsX-2.17.1.0.jar' and `plugins/Essentials-2.x-SNAPSHOT.jar' in `plugins'
[03:30:33] [Server thread/ERROR]: Ambiguous plugin name `ProjectKorra' for files `plugins/ProjectKorra-1.8.9.jar' and `plugins/SpigotPlugin_2734.jar' in `plugins'
[03:30:34] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[03:30:47] [Server thread/WARN]: Legacy plugin CoreProtect v2.14.4 does not specify an api-version.
[03:30:48] [Server thread/INFO]: ====== UPGRADE TO 64-BIT JAVA ======
[03:30:48] [Server thread/INFO]: You are running 32-bit Java on a 64-bit machine
[03:30:48] [Server thread/INFO]: ====================================
[03:30:56] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@65f74d6a]
[03:30:56] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[03:30:56] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_15_R2 as the Bukkit adapter
[03:30:58] [Server thread/INFO]: Ignoring invalid block minecraft:sign
[03:30:58] [Server thread/INFO]: Ignoring invalid block minecraft:wall_sign
[03:30:59] [Server thread/WARN]: Legacy plugin PacketListenerApi v3.7.5-SNAPSHOT does not specify an api-version.
[03:30:59] [Server thread/WARN]: Legacy plugin GlowAPI v1.4.11-SNAPSHOT does not specify an api-version.
[03:31:00] [Server thread/WARN]: Legacy plugin TangledMaze v1.0.0 does not specify an api-version.
[03:31:00] [Server thread/WARN]: Legacy plugin PowerNBT v0.8.9.2 does not specify an api-version.
[03:31:00] [Server thread/WARN]: Legacy plugin DisguiseSkins v1.2 does not specify an api-version.
[03:31:02] [Server thread/WARN]: Legacy plugin MCNicks v1.0 does not specify an api-version.
[03:31:02] [Server thread/WARN]: Legacy plugin React v6.617 does not specify an api-version.
[03:31:02] [Server thread/WARN]: Legacy plugin MCManager v3.1 does not specify an api-version.
[03:31:02] [Server thread/WARN]: Legacy plugin InfiniteRedstoneLamps v1.0 does not specify an api-version.
[03:31:04] [Server thread/WARN]: Legacy plugin ChangeSkin v3.0 does not specify an api-version.
[03:31:04] [Server thread/WARN]: [ChangeSkin] Loaded class org.slf4j.impl.JDK14LoggerAdapter from DiscordSRV v1.18.4 which is not a depend, softdepend or loadbefore of this plugin.
[03:31:04] [Server thread/ERROR]: Could not load 'plugins/MythicArtifacts-0.1.25.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: io/lumine/utils/terminable/TerminableRegistry
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:352) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:272) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:358) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:234) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-131]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
Caused by: java.lang.NoClassDefFoundError: io/lumine/utils/terminable/TerminableRegistry
    at io.lumine.artifacts.Artifacts.<clinit>(Artifacts.java:43) ~[?:?]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_222]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_222]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.15.2.jar:git-Paper-131]
    ... 6 more
Caused by: java.lang.ClassNotFoundException: io.lumine.utils.terminable.TerminableRegistry
    at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_222]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-131]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
    at io.lumine.artifacts.Artifacts.<clinit>(Artifacts.java:43) ~[?:?]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_222]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_222]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.15.2.jar:git-Paper-131]
    ... 6 more
[03:31:04] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.14.4
[03:31:04] [Server thread/INFO]: [Itemizer] Loading Itemizer v3.6
[03:31:04] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v1.15-113;c1fe16b
[03:31:04] [Server thread/INFO]: [Tim] Loading TimTheEnchanter v1.3
[03:31:04] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.0
[03:31:04] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
[03:31:04] [Server thread/INFO]: [PacketListenerApi] Loading PacketListenerApi v3.7.5-SNAPSHOT
[03:31:04] [Server thread/INFO]: [ReflectionHelper] I am loaded from package org.inventivetalent.packetlistener.reflection.minecraft
[03:31:04] [Server thread/INFO]: [ReflectionHelper] Version is v1_15_R1 (11501)
[03:31:05] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
[03:31:05] [Server thread/INFO]: [PacketListenerAPI] Injected custom channel handlers.
[03:31:05] [Server thread/INFO]: [VillagerOptimiser] Loading VillagerOptimiser v1.1.2
[03:31:05] [Server thread/INFO]: [CrackShot] Loading CrackShot v0.98.9
[03:31:05] [Server thread/INFO]: [GlowAPI] Loading GlowAPI v1.4.11-SNAPSHOT
[03:31:05] [Server thread/INFO]: [spark] Loading spark v1.3.2
[03:31:05] [Server thread/INFO]: [TangledMaze] Loading TangledMaze v1.0.0
[03:31:05] [Server thread/INFO]: [PowerNBT] Loading PowerNBT v0.8.9.2
[03:31:05] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
[03:31:05] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0
[03:31:06] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.15.2) has not yet been tested! Proceed with caution.
[03:31:06] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.9.9-SNAPSHOT
[03:31:07] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.26-SNAPSHOT (build 1840)
[03:31:07] [Server thread/INFO]: [Sentinel] Loading Sentinel v2.0.1-SNAPSHOT (build 339)
[03:31:07] [Server thread/INFO]: [CrackShotPlus] Loading CrackShotPlus v1.86
[03:31:07] [Server thread/INFO]: ==========================================================
[03:31:07] [Server thread/INFO]: 
[03:31:07] [Server thread/INFO]: Your server isn't compatible with CrackShotPlus.
[03:31:07] [Server thread/INFO]: 1. Check that you have CrackShot in your server.
[03:31:07] [Server thread/INFO]: 2. Check that you have 1.8.X - 1.14.X in your server.
[03:31:07] [Server thread/INFO]: Else contact DeeCaaD in CrackShotPlus discussions.
[03:31:07] [Server thread/INFO]: 
[03:31:07] [Server thread/INFO]: ==========================================================
[03:31:07] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.15.2
[03:31:07] [Server thread/INFO]: [DisguiseSkins] Loading DisguiseSkins v1.2
[03:31:07] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.18.4
[03:31:07] [Server thread/INFO]: [VoidGenerator] Loading VoidGenerator v1.5.1
[03:31:07] [Server thread/INFO]: [MCNicks] Loading MCNicks v1.0
[03:31:07] [Server thread/INFO]: [React] Loading React v6.617
[03:31:07] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.1.0
[03:31:07] [Server thread/INFO]: [NoteBlockAPI] Loading NoteBlockAPI v1.4.4
[03:31:07] [Server thread/INFO]: [MCManager] Loading MCManager v3.1
[03:31:07] [Server thread/INFO]: [LimitPillagers] Loading LimitPillagers v2.12.0
[03:31:07] [Server thread/INFO]: [ProjectKorra] Loading ProjectKorra v1.8.9
[03:31:07] [Server thread/INFO]: [Skins] Loading Skins v1.1.3
[03:31:07] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.1.0-b805
[03:31:07] [Server thread/INFO]: [InfiniteRedstoneLamps] Loading InfiniteRedstoneLamps v1.0
[03:31:07] [Server thread/INFO]: [Cannons] Loading Cannons v2.5.5
[03:31:07] [Server thread/INFO]: [WESV] Loading WorldEditSelectionVisualizer v2.0.4
[03:31:07] [Server thread/INFO]: [Denizen] Loading Denizen v1.1.3-SNAPSHOT (build 4629-DEV)
[03:31:07] [Server thread/INFO]: [ChangeSkin] Loading ChangeSkin v3.0
[03:31:07] [Server thread/INFO]: [Movecraft] Loading Movecraft v7.0.0_beta_2
[03:31:07] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.1
[03:31:07] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.9.0-SNAPSHOT-3242
[03:31:07] [Server thread/INFO]: [JedCore] Loading JedCore v2.9.3-Spigot1.15-PK1.8.9
[03:31:07] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v4.1.0-b763
[03:31:07] [Server thread/INFO]: [StackMob] Loading StackMob v5.0.2
[03:31:07] [Server thread/INFO]: [MythicMobsExtension] Loading MythicMobsExtension v1.52a-SNAPSHOT
[03:31:07] [Server thread/INFO]: [Depenizen] Loading Depenizen v2.0.0 (build 608)
[03:31:07] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[03:31:07] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0
[03:31:07] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[03:31:07] [Server thread/INFO]: [VoidGenerator] Enabling VoidGenerator v1.5.1
[03:31:07] [Server thread/INFO]: [React] Enabling React v6.617*
[03:31:09] [Server thread/INFO]: [React] Selected R1_15
[03:31:11] [Server thread/INFO]: React: Language: enUS
[03:31:12] [Server thread/INFO]: 1.15
[03:31:12] [Server thread/INFO]: [LimitPillagers] Enabling LimitPillagers v2.12.0
[03:31:12] [Server thread/INFO]: [LimitPillagers] Registering metrics...
[03:31:12] [Server thread/INFO]: [LimitPillagers] Registering commands...
[03:31:12] [Server thread/INFO]: [LimitPillagers] Registering listeners...
[03:31:12] [Server thread/INFO]: [LimitPillagers] Loading config.yml...
[03:31:12] [Server thread/INFO]: [LimitPillagers] 
[03:31:12] [Server thread/INFO]: [LimitPillagers] If you are still having Pillager related lag after using this plugin you can do the following:
[03:31:12] [Server thread/INFO]: [LimitPillagers] - Increase the limiter check distance between Pillagers
[03:31:12] [Server thread/INFO]: [LimitPillagers] - Lower the stop at amount of the limiter
[03:31:12] [Server thread/INFO]: [LimitPillagers] - Enable the remover which will remove all Pillagers in future loaded chunks (Good for if you have already have mass pillagers saved in unloaded chunks before this plugin)
[03:31:12] [Server thread/INFO]: [LimitPillagers] - Enable the stopper to remove all future Pillager spawners (Last resort)
[03:31:12] [Server thread/INFO]: [LimitPillagers] 
[03:31:12] [Server thread/INFO]: [LimitPillagers] I also HIGHLY recommend to follow this guide for an overall increase of performance: https://www.spigotmc.org/threads/283181/
[03:31:12] [Server thread/INFO]: [LimitPillagers] 
[03:31:12] [Server thread/INFO]: [LimitPillagers] Checking for updates...
[03:31:12] [Server thread/INFO]: [LimitPillagers] There is no update available!
[03:31:12] [Server thread/INFO]: [LimitPillagers] 
[03:31:12] [Server thread/INFO]: [LimitPillagers] LimitPillagers v2.12.0 Enabled in 407 ms
[03:31:12] [Server thread/INFO]: Preparing level "world"
[03:31:12] [Server thread/WARN]: Invalid generator-settings, ignoring
com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
    at net.minecraft.server.v1_15_R1.ChatDeserializer.a(SourceFile:496) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.ChatDeserializer.a(SourceFile:547) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.ChatDeserializer.a(SourceFile:543) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.ChatDeserializer.a(SourceFile:551) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:291) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-131]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[patched_1.15.2.jar:git-Paper-131]
    at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[patched_1.15.2.jar:git-Paper-131]
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:593) ~[patched_1.15.2.jar:git-Paper-131]
    at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[patched_1.15.2.jar:git-Paper-131]
    at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:716) ~[patched_1.15.2.jar:git-Paper-131]
    at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[patched_1.15.2.jar:git-Paper-131]
    at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.ChatDeserializer.a(SourceFile:494) ~[patched_1.15.2.jar:git-Paper-131]
    ... 6 more
[03:31:13] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[03:31:28] [Server thread/INFO]: Loaded 6 recipes
[03:31:30] [Server thread/INFO]: -------- World Settings For [world] --------
[03:31:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[03:31:30] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[03:31:30] [Server thread/INFO]: Max TNT Explosions: 10
[03:31:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:31:30] [Server thread/INFO]: Mob Spawn Range: 4
[03:31:30] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[03:31:30] [Server thread/INFO]: Entity Tracking Range: Pl 148 / An 128 / Mo 128 / Mi 82 / Other 156
[03:31:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Carrot Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Potato Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Vine Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Kelp Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Experience Merge Radius: 6.0
[03:31:30] [Server thread/INFO]: Item Merge Radius: 4.0
[03:31:30] [Server thread/INFO]: Item Despawn Rate: 6000
[03:31:30] [Server thread/INFO]: View Distance: 8
[03:31:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:31:30] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[03:31:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:31:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:31:30] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[03:31:30] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[03:31:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[03:31:30] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[03:31:30] [Server thread/INFO]: Max TNT Explosions: 10
[03:31:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:31:30] [Server thread/INFO]: Mob Spawn Range: 4
[03:31:30] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[03:31:30] [Server thread/INFO]: Entity Tracking Range: Pl 148 / An 128 / Mo 128 / Mi 82 / Other 156
[03:31:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Carrot Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Potato Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Vine Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Kelp Growth Modifier: 100%
[03:31:30] [Server thread/INFO]: Experience Merge Radius: 6.0
[03:31:30] [Server thread/INFO]: Item Merge Radius: 4.0
[03:31:30] [Server thread/INFO]: Item Despawn Rate: 6000
[03:31:30] [Server thread/INFO]: View Distance: 8
[03:31:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:31:30] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[03:31:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:31:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:31:30] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[03:31:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[03:31:31] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[03:31:31] [Server thread/INFO]: Max TNT Explosions: 10
[03:31:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:31:31] [Server thread/INFO]: Mob Spawn Range: 4
[03:31:31] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[03:31:31] [Server thread/INFO]: Entity Tracking Range: Pl 148 / An 128 / Mo 128 / Mi 82 / Other 156
[03:31:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: Carrot Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: Potato Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: Vine Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: Kelp Growth Modifier: 100%
[03:31:31] [Server thread/INFO]: Experience Merge Radius: 6.0
[03:31:31] [Server thread/INFO]: Item Merge Radius: 4.0
[03:31:31] [Server thread/INFO]: Item Despawn Rate: 6000
[03:31:31] [Server thread/INFO]: View Distance: 8
[03:31:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:31:31] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[03:31:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:31:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:31:31] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
[03:31:31] [Server thread/INFO]: Preparing spawn area: 0%
[03:31:31] [Server thread/INFO]: Preparing spawn area: 0%
[03:31:32] [Server thread/INFO]: Preparing spawn area: 4%
[03:31:32] [Server thread/INFO]: Preparing spawn area: 100%
[03:31:33] [Server thread/INFO]: Preparing spawn area: 100%
[03:31:33] [Server thread/INFO]: Loaded 25 spawn chunks for world world
[03:31:33] [Server thread/INFO]: Time elapsed: 2398 ms
[03:31:33] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
[03:31:33] [Server thread/INFO]: Preparing spawn area: 0%
[03:31:33] [Server thread/INFO]: Preparing spawn area: 100%
[03:31:34] [Server thread/INFO]: Preparing spawn area: 100%
[03:31:34] [Server thread/INFO]: Loaded 25 spawn chunks for world world_nether
[03:31:34] [Server thread/INFO]: Time elapsed: 1128 ms
[03:31:34] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
[03:31:34] [Server thread/INFO]: Preparing spawn area: 0%
[03:31:35] [Server thread/INFO]: Preparing spawn area: 100%
[03:31:35] [Server thread/INFO]: Loaded 25 spawn chunks for world world_the_end
[03:31:35] [Server thread/INFO]: Time elapsed: 800 ms
[03:31:35] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.14.4*
[03:31:35] [Server thread/WARN]: [CoreProtect] Loaded class com.sk89q.worldedit.extent.Extent from WorldEdit v1.15-113;c1fe16b which is not a depend, softdepend or loadbefore of this plugin.
[03:31:35] [Server thread/INFO]: [CoreProtect] Invalid WorldEdit version found.
[03:31:35] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[03:31:35] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[03:31:35] [Server thread/INFO]: [Itemizer] Enabling Itemizer v3.6
[03:31:35] [Server thread/INFO]: [Tim] Enabling TimTheEnchanter v1.3
[03:31:35] [Server thread/INFO]: org.bukkit.craftbukkit.v1_15_R1
[03:31:35] [Server thread/INFO]: 25
[03:31:35] [Server thread/INFO]: 15
[03:31:35] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.0
[03:31:36] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[03:31:36] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[03:31:36] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
[03:31:36] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[03:31:37] [Server thread/INFO]: [Essentials] Loaded 20977 items from items.json.
[03:31:37] [Server thread/INFO]: [Essentials] Using locale en_US
[03:31:37] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[03:31:37] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[03:31:37] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
[03:31:37] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
[03:31:37] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
[03:31:37] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[03:31:37] [Server thread/INFO]: [PacketListenerApi] Enabling PacketListenerApi v3.7.5-SNAPSHOT*
[03:31:37] [Server thread/INFO]: [PacketListenerAPI] Adding channels for online players...
[03:31:37] [Server thread/INFO]: [VillagerOptimiser] Enabling VillagerOptimiser v1.1.2
[03:31:37] [Server thread/INFO]: [VillagerOptimiser] Loading config.yml...
[03:31:37] [Server thread/INFO]: [VillagerOptimiser] Successfully loaded config.yml.
[03:31:37] [Server thread/INFO]: [VillagerOptimiser] Successfully enabled.
[03:31:37] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.98.9
[03:31:38] [Server thread/INFO]: [GlowAPI] Enabling GlowAPI v1.4.11-SNAPSHOT*
[03:31:38] [Server thread/INFO]: [spark] Enabling spark v1.3.2
[03:31:38] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
[03:31:38] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
[03:31:38] [Server thread/INFO]: [TangledMaze] Enabling TangledMaze v1.0.0*
[03:31:38] [Server thread/INFO]: [PowerNBT] Enabling PowerNBT v0.8.9.2*
[03:31:38] [Server thread/ERROR]: Error occurred while enabling PowerNBT v0.8.9.2 (Is it up to date?)
java.lang.ExceptionInInitializerError: null
    at me.dpohvar.powernbt.utils.ItemStackUtils.<init>(ItemStackUtils.java:56) ~[?:?]
    at me.dpohvar.powernbt.utils.ItemStackUtils.<clinit>(ItemStackUtils.java:18) ~[?:?]
    at me.dpohvar.powernbt.PowerNBT.initializeUtils(PowerNBT.java:134) ~[?:?]
    at me.dpohvar.powernbt.PowerNBT.onEnable(PowerNBT.java:125) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:435) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-131]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
Caused by: java.lang.RuntimeException: no such method
    at me.dpohvar.powernbt.utils.ReflectionUtils$RefClass.findMethodByParams(ReflectionUtils.java:276) ~[?:?]
    at me.dpohvar.powernbt.utils.NBTUtils_Bukkit_raw.<init>(NBTUtils_Bukkit_raw.java:58) ~[?:?]
    at me.dpohvar.powernbt.utils.NBTUtils.<clinit>(NBTUtils.java:40) ~[?:?]
    ... 13 more
[03:31:38] [Server thread/INFO]: [PowerNBT] Disabling PowerNBT v0.8.9.2
[03:31:38] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
[03:31:38] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-b775" 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 [Rigby, fernferret, lithium3141, main--, dumptruckman].
[03:31:38] [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. The performance impact is negligible.
[03:31:39] [Server thread/INFO]: -------- World Settings For [pk_fire] --------
[03:31:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[03:31:39] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[03:31:39] [Server thread/INFO]: Max TNT Explosions: 10
[03:31:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:31:39] [Server thread/INFO]: Mob Spawn Range: 4
[03:31:39] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[03:31:39] [Server thread/INFO]: Entity Tracking Range: Pl 148 / An 128 / Mo 128 / Mi 82 / Other 156
[03:31:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Carrot Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Potato Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Vine Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Kelp Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Experience Merge Radius: 6.0
[03:31:39] [Server thread/INFO]: Item Merge Radius: 4.0
[03:31:39] [Server thread/INFO]: Item Despawn Rate: 6000
[03:31:39] [Server thread/INFO]: View Distance: 8
[03:31:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:31:39] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[03:31:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:31:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:31:39] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: cnr4
[03:31:39] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[03:31:39] [Server thread/INFO]: -------- World Settings For [OwO] --------
[03:31:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[03:31:39] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[03:31:39] [Server thread/INFO]: Max TNT Explosions: 10
[03:31:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:31:39] [Server thread/INFO]: Mob Spawn Range: 4
[03:31:39] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[03:31:39] [Server thread/INFO]: Entity Tracking Range: Pl 148 / An 128 / Mo 128 / Mi 82 / Other 156
[03:31:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Carrot Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Potato Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Vine Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Kelp Growth Modifier: 100%
[03:31:39] [Server thread/INFO]: Experience Merge Radius: 6.0
[03:31:39] [Server thread/INFO]: Item Merge Radius: 4.0
[03:31:39] [Server thread/INFO]: Item Despawn Rate: 6000
[03:31:39] [Server thread/INFO]: View Distance: 8
[03:31:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:31:39] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[03:31:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:31:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:31:40] [Server thread/INFO]: -------- World Settings For [bending] --------
[03:31:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[03:31:40] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[03:31:40] [Server thread/INFO]: Max TNT Explosions: 10
[03:31:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:31:40] [Server thread/INFO]: Mob Spawn Range: 4
[03:31:40] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[03:31:40] [Server thread/INFO]: Entity Tracking Range: Pl 148 / An 128 / Mo 128 / Mi 82 / Other 156
[03:31:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Potato Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Vine Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Experience Merge Radius: 6.0
[03:31:40] [Server thread/INFO]: Item Merge Radius: 4.0
[03:31:40] [Server thread/INFO]: Item Despawn Rate: 6000
[03:31:40] [Server thread/INFO]: View Distance: 8
[03:31:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:31:40] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[03:31:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:31:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:31:40] [Server thread/INFO]: -------- World Settings For [Superflat] --------
[03:31:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[03:31:40] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[03:31:40] [Server thread/INFO]: Max TNT Explosions: 10
[03:31:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:31:40] [Server thread/INFO]: Mob Spawn Range: 4
[03:31:40] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[03:31:40] [Server thread/INFO]: Entity Tracking Range: Pl 148 / An 128 / Mo 128 / Mi 82 / Other 156
[03:31:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Potato Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Vine Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
[03:31:40] [Server thread/INFO]: Experience Merge Radius: 6.0
[03:31:40] [Server thread/INFO]: Item Merge Radius: 4.0
[03:31:40] [Server thread/INFO]: Item Despawn Rate: 6000
[03:31:40] [Server thread/INFO]: View Distance: 8
[03:31:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:31:40] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[03:31:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:31:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:31:40] [Server thread/INFO]: Preparing start region for dimension 'Superflat'/minecraft:overworld
[03:31:40] [Server thread/INFO]: Preparing spawn area: 0%
[03:31:41] [Server thread/INFO]: Preparing spawn area: 100%
[03:31:41] [Server thread/INFO]: Loaded 25 spawn chunks for world Superflat
[03:31:41] [Server thread/INFO]: Time elapsed: 885 ms
[03:31:41] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: r/place
[03:31:41] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[03:31:41] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[03:31:41] [Server thread/WARN]: [Multiverse-Core] The location for anchor 'Empty' is INVALID.
[03:31:41] [Server thread/WARN]: [Multiverse-Core] The world specified as the spawn world (world) did not exist!!
[03:31:45] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[03:31:45] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
[03:31:45] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
[03:31:45] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.9.9-SNAPSHOT
[03:31:45] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_15_R1
[03:31:45] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #445
[03:31:45] [Server thread/INFO]: [LibsDisguises] Build Date: 08/03/2020 20:25
[03:31:45] [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/
[03:31:45] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
[03:31:47] [Server thread/ERROR]: [LibsDisguises] Error while loading custom disguise 'libraryaddict': Expected Four ItemStacks (Material:Amount?:Glow?,Material:Amount?:Glow?..), received GOLD_BOOTS,GOLD_LEGGINGS,GOLD_CHESTPLATE,GOLD_HELMET instead for setArmor
[03:31:47] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise IceZombie
[03:31:47] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise StoneGolem
[03:31:47] [Server thread/ERROR]: [LibsDisguises] Failed to load 1 custom disguises
[03:31:47] [Server thread/INFO]: [LibsDisguises] Loaded 2 custom disguises
[03:31:47] [Server thread/WARN]: [LibsDisguises] Your config is missing 18 options! Please consider regenerating your config!
[03:31:48] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.26-SNAPSHOT (build 1840)
[03:31:48] [Server thread/INFO]: [Citizens] Unable to use economy handling. Has Vault been enabled?
[03:31:48] [Server thread/INFO]: [Sentinel] Enabling Sentinel v2.0.1-SNAPSHOT (build 339)
[03:31:48] [Server thread/INFO]: [Sentinel] Sentinel loading...
[03:31:48] [Server thread/INFO]: [Sentinel] Sentinel loaded!
[03:31:49] [Server thread/INFO]: [Sentinel] Sentinel found CrackShot! Adding support for it!
[03:31:49] [Server thread/INFO]: [CrackShotPlus] Enabling CrackShotPlus v1.86
[03:31:49] [Server thread/ERROR]: Error occurred while enabling CrackShotPlus v1.86 (Is it up to date?)
java.lang.NullPointerException: null
    at me.DeeCaaD.CrackShotPlus.CreateAndFill.fillOneFile(CreateAndFill.java:81) ~[?:?]
    at me.DeeCaaD.CrackShotPlus.CreateAndFill.fillAllFiles(CreateAndFill.java:66) ~[?:?]
    at me.DeeCaaD.CrackShotPlus.CreateAndFill.fillAllFiles(CreateAndFill.java:68) ~[?:?]
    at me.DeeCaaD.CrackShotPlus.CreateAndFill.create(CreateAndFill.java:30) ~[?:?]
    at me.DeeCaaD.CrackShotPlus.Commands.onEnable(Commands.java:49) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:435) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-131]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
[03:31:49] [Server thread/INFO]: [CrackShotPlus] Disabling CrackShotPlus v1.86
[03:31:49] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.15.2
[03:31:49] [Server thread/WARN]: Plugin DisguiseSkins v1.2 tried to register permission 'libsdisguises.seecmd.grabskin' but it's already registered
java.lang.IllegalArgumentException: The permission libsdisguises.seecmd.grabskin is already defined!
    at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:676) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:463) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-131]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
[03:31:49] [Server thread/WARN]: Plugin DisguiseSkins v1.2 tried to register permission 'libsdisguises.seecmd.savedisguise' but it's already registered
java.lang.IllegalArgumentException: The permission libsdisguises.seecmd.savedisguise is already defined!
    at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:676) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:463) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-131]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
[03:31:49] [Server thread/INFO]: [DisguiseSkins] Enabling DisguiseSkins v1.2*
[03:31:49] [Server thread/WARN]: [DisguiseSkins] You're attempting to use this plugin with an incompatible build of Lib's Disguises!
[03:31:49] [Server thread/WARN]: [DisguiseSkins] This plugin is only compatible with builds 9.4.0 and up! Builds 9.9.0+ already have these featues!
[03:31:49] [Server thread/INFO]: [DisguiseSkins] Tested with thanks by Gl Toez
[03:31:49] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.18.4
[03:31:49] [Server thread/INFO]: [MCNicks] Enabling MCNicks v1.0*
[03:31:49] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.1.0
[03:31:49] [Server thread/INFO]: [NoteBlockAPI] Enabling NoteBlockAPI v1.4.4
[03:31:49] [Server thread/INFO]: [MCManager] Enabling MCManager v3.1*
[03:31:49] [Server thread/INFO]: [MCManager] Injecting into ProtocolLib...
[03:31:49] [Server thread/INFO]: [MCManager] Everything is working fine. Enabling API now.
[03:31:49] [Server thread/INFO]: [Translator] Loaded language 'English(United States)' into cache for Plugin 'MCManager'
[03:31:49] [Server thread/INFO]: [MCManager] Loaded en_US as the default language.
[03:31:49] [Server thread/INFO]: [MCManager] Starting automated backup...
[03:31:49] [Server thread/INFO]: [MCManager] Automatic Backup is currently set to 60 minutes. You can change this in the config.
[03:31:49] [Server thread/INFO]: [MCManager] Starting WebServer on port 8,282 ...
[03:31:49] [Server thread/INFO]: [MCManager] Checking for Plugin Updates...
[03:31:49] [Server thread/INFO]: [ProjectKorra] Enabling ProjectKorra v1.8.9
[03:31:50] [Server thread/INFO]: [ProjectKorra] FireManipulation is disabled
[03:31:50] [Server thread/INFO]: [ProjectKorra] Establishing SQLite Connection.[SQLite] Connection established!
[03:31:51] [Server thread/INFO]: [Skins] Enabling Skins v1.1.3
[03:31:52] [DiscordSRV - Initialization/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (2502506a1ae526df46c101156389ed9eebc196e5)
[03:31:52] [Server thread/INFO]: [Skins] Running on Paper
[03:31:52] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.1.0-b805
[03:31:52] [Thread-18/ERROR]: [Skins] !! RUNNING UNRELEASED VERSION OF Skins !! (Is this a dev build?)
[03:31:53] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: tfs (World Error, World did not exist or was not imported into Multiverse-Core!)
[03:31:53] [Server thread/WARN]: [Multiverse-Portals] Portal tfs has an invalid LOCATION!
[03:31:53] [Server thread/WARN]: [Multiverse-Portals] Portal 'tfs' not loaded due to invalid location!
[03:31:53] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: TFSNether (World Error, World did not exist or was not imported into Multiverse-Core!)
[03:31:53] [Server thread/WARN]: [Multiverse-Portals] Portal TFSNether has an invalid LOCATION!
[03:31:53] [Server thread/WARN]: [Multiverse-Portals] Portal 'TFSNether' not loaded due to invalid location!
[03:31:53] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: ISMNetherPortal (World Error, World did not exist or was not imported into Multiverse-Core!)
[03:31:53] [Server thread/WARN]: [Multiverse-Portals] Portal ISMNetherPortal has an invalid LOCATION!
[03:31:53] [Server thread/WARN]: [Multiverse-Portals] Portal 'ISMNetherPortal' not loaded due to invalid location!
[03:31:53] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: SWN (World Error, World did not exist or was not imported into Multiverse-Core!)
[03:31:53] [Server thread/WARN]: [Multiverse-Portals] Portal SWN has an invalid LOCATION!
[03:31:53] [Server thread/WARN]: [Multiverse-Portals] Portal 'SWN' not loaded due to invalid location!
[03:31:53] [Server thread/INFO]: [Multiverse-Portals] 4 - Portals(s) loaded
[03:31:53] [Server thread/WARN]: [Multiverse-Portals] Loaded class com.sk89q.worldedit.IncompleteRegionException from WorldEdit v1.15-113;c1fe16b which is not a depend, softdepend or loadbefore of this plugin.
[03:31:53] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
[03:31:53] [Server thread/INFO]: [Multiverse-Portals 4.1.0-b805]  Enabled - By Rigby and fernferret
[03:31:53] [Server thread/INFO]: [InfiniteRedstoneLamps] Enabling InfiniteRedstoneLamps v1.0*
[03:31:53] [Server thread/INFO]: [Cannons] Enabling Cannons v2.5.5
[03:31:53] [Server thread/INFO]: [Cannons] Loading projectile configs
[03:31:54] [Server thread/INFO]: [CrackShot] Each weapon must have a unique name, but two or more weapons have '&7Super Nailgun' for Item_Name! Tip: '&eWeapon' and '&eWea&epon' are different, but both look the same.[CrackShot] Gun-mode activated. Boop![Cannons] Error while converting LINGERING_POTION 20-50 {Potion:long_poison}. Check formating (Zombie 1-2 EntityData)java.lang.IllegalArgumentException: No enum constant org.bukkit.entity.EntityType.LINGERING_POTION
[03:31:54] [Server thread/INFO]: [Cannons] Error while converting TIPPED_ARROW 30-50 {Potion:poison}. Check formating (Zombie 1-2 EntityData)java.lang.IllegalArgumentException: No enum constant org.bukkit.entity.EntityType.TIPPED_ARROW
[03:31:54] [Server thread/INFO]: [Cannons] Loading cannon designs
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: getMap is unused. Please report this to MattBDev on Github or Discord
[03:31:54] [Server thread/INFO]: [Cannons] Cannons plugin v2.5.5 has been enabled
[03:31:54] [Server thread/INFO]: [WESV] Enabling WorldEditSelectionVisualizer v2.0.4
[03:31:54] [Server thread/INFO]: [WESV] Using WorldEdit 7 api
[03:31:54] [Server thread/INFO]: [WESV] FastAsyncWorldEdit support enabled
[03:31:54] [Server thread/INFO]: [Denizen] Enabling Denizen v1.1.3-SNAPSHOT (build 4629-DEV)
[03:31:55] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
[03:31:55] [Server thread/INFO]: +> [Denizen]  _/_ _  ._  _ _ 
[03:31:55] [Server thread/INFO]: +> [Denizen] (/(-/ )/ /_(-/ )  scriptable minecraft 
[03:31:55] [Server thread/INFO]: +> [Denizen]  
[03:31:55] [Server thread/INFO]: +> [Denizen] by: The DenizenScript team 
[03:31:55] [Server thread/INFO]: +> [Denizen] Chat with us at:  https://discord.gg/Q6pZGSR 
[03:31:55] [Server thread/INFO]: +> [Denizen] Or learn more at:  https://denizenscript.com 
[03:31:55] [Server thread/INFO]: +> [Denizen] version: 1.1.3-SNAPSHOT (build 4629-DEV) 
[03:31:55] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
[03:31:55] [Log4j2-TF-1-AsyncLogger[AsyncContext@70dea4e]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
[03:31:56] [Server thread/INFO]:  OKAY! Loaded core commands: [showfake, invisible, animate, 
                   ban, modifyblock, cast, midi, else, explode, sidebar, 
                   cooldown, weather, action, scoreboard, if, give, worldborder, 
                   chunkload, lookclose, zap, execute, mount, announce, push, 
                   waituntil, firework, stop, advancement, light, reset, hurt, 
                   ratelimit, nbt, wait, flag, log, despawn, webget, goto, 
                   attack, event, stand, map, resume, break, strike, health, 
                   team, trigger, fly, itemcooldown, disengage, gamerule, kick, 
                   playsound, rename, chat, anchor, fish, leash, queue, rotate, 
                   sign, run, while, experience, playeffect, bossbar, narrate, 
                   vulnerable, pushable, create, trait, shoot, oxygen, yaml, 
                   group, statistic, fakeitem, pose, opentrades, blockcrack, 
                   schematic, look, pause, feed, take, toast, compass, adjust, 
                   animatechest, glow, drop, note, teleport, choose, actionbar, 
                   inventory, title, remove, sql, switch, head, foreach, random, 
                   reload, adjustblock, repeat, define, heal, copyblock, 
                   filecopy, sit, burn, debug, determine, assignment, permission, 
                   follow, displayitem, scribe, createworld, spawn, equip, money, 
                   engage, time, inject, mark, age, walk] 
[03:31:56] [Log4j2-TF-1-AsyncLogger[AsyncContext@70dea4e]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[03:31:56] [Server thread/INFO]:  OKAY! Loaded core triggers: [CHAT, CLICK, PROXIMITY, DAMAGE] 
[03:31:56] [Server thread/INFO]:  OKAY! Loaded core object types: [BiomeTag as b, DurationTag 
                   as d, ChunkTag as ch, EntityTag as e, InventoryTag as in, 
                   CustomObjectTag as custom, ElementTag as el, ItemTag as i, 
                   ColorTag as co, LocationTag as l, MaterialTag as m, NPCTag as 
                   n, EllipsoidTag as ellipsoid, PlayerTag as p, QueueTag as q, 
                   CuboidTag as cu, ScriptTag as s, TradeTag as trade, WorldTag 
                   as w, PluginTag as pl, ListTag as li] 
[03:31:56] [Log4j2-TF-1-AsyncLogger[AsyncContext@70dea4e]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
[03:31:56] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console channel ID was invalid, not forwarding console output
[03:31:56] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Not using JDBC, one of host/port/database was default
[03:31:56] [Server thread/INFO]: +> [PaperModule] Loading Paper support module... 
[03:31:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
[03:31:58] [Server thread/INFO]: [ChangeSkin] Enabling ChangeSkin v3.0*
[03:31:58] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[03:31:58] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[03:31:58] [Server thread/INFO]: [Movecraft] Enabling Movecraft v7.0.0_beta_2
[03:31:58] [Server thread/WARN]: [Movecraft] Could not save movecraftlang_en.properties to plugins/Movecraft/localisation/movecraftlang_en.properties because movecraftlang_en.properties already exists.
[03:31:58] [Server thread/WARN]: [Movecraft] Could not save movecraftlang_cz.properties to plugins/Movecraft/localisation/movecraftlang_cz.properties because movecraftlang_cz.properties already exists.
[03:31:58] [Server thread/WARN]: [Movecraft] Could not save movecraftlang_nl.properties to plugins/Movecraft/localisation/movecraftlang_nl.properties because movecraftlang_nl.properties already exists.
[03:31:58] [Server thread/WARN]: [Movecraft] ======= Movecraft === FAWE detected ========
[03:31:58] [Server thread/WARN]: [Movecraft] FAWE has been detected on the server
[03:31:58] [Server thread/WARN]: [Movecraft] the 1.13+ version of FAWE has critical
[03:31:58] [Server thread/WARN]: [Movecraft] bugs that will break the repair system
[03:31:58] [Server thread/WARN]: [Movecraft] Therefore, use WorldEdit instead or disable
[03:31:58] [Server thread/WARN]: [Movecraft] repair functionality and assault
[03:31:58] [Server thread/WARN]: [Movecraft] ======= Movecraft === FAWE detected ========
[03:31:58] [Server thread/ERROR]: Error occurred while enabling Movecraft v7.0.0_beta_2 (Is it up to date?)
java.lang.IllegalArgumentException: Numerical block IDs are not supported by this version
    at net.countercraft.movecraft.Movecraft.onEnable(Movecraft.java:154) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:435) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-131]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
[03:31:58] [Server thread/INFO]: [Movecraft] Disabling Movecraft v7.0.0_beta_2
[03:31:58] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.1
[03:31:58] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[03:31:58] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.9.0-SNAPSHOT-3242
[03:31:58] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.15.2)...
[03:31:58] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
[03:31:58] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 94 ms to scan 1 urls, producing 3 keys and 21 values 
[03:31:58] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 11 ms to scan 1 urls, producing 3 keys and 18 values 
[03:31:59] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 99 ms to scan 12 urls, producing 0 keys and 0 values 
[03:31:59] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 8 ms to scan 1 urls, producing 3 keys and 9 values 
[03:31:59] [Server thread/INFO]: [MythicMobs] MythicMobs HolographicDisplays Support has been enabled!
[03:31:59] [Server thread/INFO]: [MythicMobs] MythicMobs LibsDisguises Support has been enabled!
[03:31:59] [Server thread/INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled!
[03:31:59] [Server thread/INFO]: [MythicMobs] Loaded ProtocolLib packet handlers
[03:31:59] [Server thread/INFO]: [LumineUtils] (io.lumine.xikage.mythicmobs.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
[03:31:59] [Server thread/INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled!
[03:31:59] [Server thread/INFO]: [MythicMobs] Loading Mob Registry...
[03:31:59] [Server thread/INFO]: [MythicMobs] Loading Mob Registry...
[03:31:59] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 21 ms to scan 1 urls, producing 10 keys and 280 values 
[03:31:59] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 113 ms to scan 1 urls, producing 24 keys and 552 values 
[03:31:59] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 12 ms to scan 1 urls, producing 6 keys and 71 values 
[03:31:59] [Server thread/INFO]: [MythicMobs] LOADED
[03:31:59] [Server thread/INFO]: [MythicMobs] LOADED
[03:31:59] [Server thread/INFO]: [MythicMobs] ** Loading WorldScaling Settings...
[03:31:59] [Server thread/INFO]: [MythicMobs] *** Loading WorldScaling for world Default
[03:31:59] [Server thread/INFO]: [MythicMobs] *** Loading WorldScaling for world world2
[03:31:59] [Server thread/INFO]: [MythicMobs] *** Loading WorldScaling for world world2_nether
[03:31:59] [Server thread/INFO]: [MythicMobs] ** Finished Load WorldScaling Settings!
[03:31:59] [Server thread/INFO]: [MythicMobs] ** Loading Default Level Modifiers...
[03:31:59] [Server thread/INFO]: [MythicMobs] **** Default Level Modifiers - Health: 0.1
[03:31:59] [Server thread/INFO]: [MythicMobs] **** Default Level Modifiers - Damage: 0
[03:31:59] [Server thread/INFO]: [MythicMobs] **** Default Level Modifiers - Power: 0
[03:31:59] [Server thread/INFO]: [MythicMobs] **** Default Level Modifiers - Armor: 0
[03:31:59] [Server thread/INFO]: [MythicMobs] **** Default Level Modifiers - KBR: 0
[03:31:59] [Server thread/INFO]: [MythicMobs] ** Finished Load Default Level Modifiers!
[03:31:59] [Server thread/INFO]: [MythicMobs] Loading file: /home/minecraft/multicraft/servers/server99367/plugins/MythicMobs/Items/ExampleItems.yml
[03:31:59] [Server thread/INFO]: [MythicMobs] Loading file: /home/minecraft/multicraft/servers/server99367/plugins/MythicMobs/Skills/ExampleSkills.yml
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{cooldown=30;m="<mob.name><&co><&sp>Hahahah!<&sp>I<&sp>will<&sp>crush<&sp>you<&cm><&sp>fool!"} @PlayersInRadius{r=40}
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: teleport @target
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TELEPORT
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:sound{s=mob.endermen.portal;volume=1.0;pitch=0.5}
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:SOUND
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 10
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{amount=5;ignorearmor=true} @PlayersInRadius{r=5}
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: throw{velocity=10;velocityY=5} @PlayersInRadius{r=5}
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to THROW
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion @Self
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<mob.name><&co><&sp>Arise<&cm><&sp>my<&sp>minions!"} @PlayersInRadius{r=40}
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=SkeletalMinion;amount=2;noise=5} @Self
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=SkeletalMinion;amount=2;noise=5} @Self
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=SkeletalMinion;amount=2;noise=5} @Self
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=POISON;lvl=2;duration=100} @PlayersInRadius{r=15}
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{p=happyVillager;amount=1000;hSpread=15;ySpread=1;speed=0;yOFfset=0.5} @Self
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
[03:31:59] [Server thread/INFO]: [MythicMobs] Loading file: /home/minecraft/multicraft/servers/server99367/plugins/MythicMobs/Mobs/ExampleMobs.yml
[03:31:59] [Server thread/INFO]: [MythicMobs] Loading file: /home/minecraft/multicraft/servers/server99367/plugins/MythicMobs/Mobs/VanillaMobs.yml
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{cooldown=20;m="<mob.name><&co><&sp>None<&sp>may<&sp>challenge<&sp>the<&sp>Skeleton<&sp>King!"} @PlayersInRadius{r=40} ~onCombat >0 0.2
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<mob.name><&co><&sp>Ahahahahah!<&sp>Die<&cm><&sp><trigger.name>!"} @PlayersInRadius{r=40} ~onPlayerKill >0 1
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=SummonSkeletons} @self 0.1
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=SmashAttack} @target >0 0.2
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: lightning @LivingInRadius{r=10} ~onTimer:100
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to LIGHTNING
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=AngrySludgePoison} 0.2
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: blockmask{material=SLIME_BLOCK;r=1;duration=100} @self ~onTimer:20
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to BLOCKMASK
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] + EntityType is vanilla override for null
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] + EntityType is vanilla override for null
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] + EntityType is vanilla override for null
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=POISON;duration=100;lvl=1} @target ~onAttack
[03:31:59] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
[03:31:59] [Server thread/INFO]: [MythicMobs] Loading file: /home/minecraft/multicraft/servers/server99367/plugins/MythicMobs/DropTables/ExampleDropTables.yml
[03:31:59] [Server thread/INFO]: [MythicMobs] Doing second pass on 18 drops.
[03:31:59] [Server thread/INFO]: [MythicMobs] Loading file: /home/minecraft/multicraft/servers/server99367/plugins/MythicMobs/RandomSpawns/TestSpawns.yml
[03:31:59] [Server thread/INFO]: [MythicMobs] Loading file: /home/minecraft/multicraft/servers/server99367/plugins/MythicMobs/RandomSpawns/ExampleRandomSpawns.yml
[03:31:59] [Server thread/INFO]: [MythicMobs] Loading file: /home/minecraft/multicraft/servers/server99367/plugins/MythicMobs/RandomSpawns/myspawns.yml
[03:31:59] [Server thread/ERROR]: Error occurred while enabling MythicMobs v4.9.0-SNAPSHOT-3242 (Is it up to date?)
java.lang.IllegalArgumentException: No enum constant org.bukkit.block.Biome.SWAMPLAND
    at java.lang.Enum.valueOf(Enum.java:238) ~[?:1.8.0_222]
    at org.bukkit.block.Biome.valueOf(Biome.java:11) ~[patched_1.15.2.jar:git-Paper-131]
    at io.lumine.xikage.mythicmobs.spawning.random.RandomSpawner.<init>(RandomSpawner.java:139) ~[?:?]
    at io.lumine.xikage.mythicmobs.spawning.random.RandomSpawnerManager.loadRandomSpawns(RandomSpawnerManager.java:77) ~[?:?]
    at io.lumine.xikage.mythicmobs.io.ConfigManager.load(ConfigManager.java:104) ~[?:?]
    at io.lumine.xikage.mythicmobs.MythicMobs.enable(MythicMobs.java:154) ~[?:?]
    at io.lumine.xikage.mythicmobs.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:49) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:435) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470) ~[patched_1.15.2.jar:git-Paper-131]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-131]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-131]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
[03:31:59] [Server thread/INFO]: [MythicMobs] Disabling MythicMobs v4.9.0-SNAPSHOT-3242
[03:31:59] [Server thread/INFO]: [MythicMobs] Disabling Mythic Mobs...
[03:31:59] [Server thread/INFO]: [MythicMobs] Saving all active Mythic Mobs...
[03:31:59] [Server thread/INFO]: [MythicMobs] All active mobs have been saved!
[03:31:59] [Server thread/INFO]: [MythicMobs] All active settings have been saved.
[03:31:59] [Server thread/INFO]: [MythicMobs] v4.9.0-SNAPSHOT-3242 has been Disabled!
[03:31:59] [Server thread/INFO]: [JedCore] Enabling JedCore v2.9.3-Spigot1.15-PK1.8.9
[03:32:00] [Server thread/INFO]: [JedCore] Initialized Metrics.
[03:32:00] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v4.1.0-b763
[03:32:00] [Server thread/INFO]: [Multiverse-NetherPortals 4.1.0-b763]  Enabled - By Rigby and fernferret
[03:32:00] [Server thread/INFO]: [StackMob] Enabling StackMob v5.0.2
[03:32:00] [Server thread/INFO]: [StackMob] StackMob v5.0.2 by antiPerson and contributors
[03:32:00] [Server thread/INFO]: [StackMob] Loading config files...
[03:32:00] [Server thread/INFO]: [StackMob] Registering hooks and trait checks...
[03:32:00] [Server thread/INFO]: [StackMob] Registering events, commands and tasks...
[03:32:00] [Server thread/INFO]: [StackMob] bStats anonymous data collection has been enabled!
[03:32:00] [Server thread/INFO]: [MythicMobsExtension] Enabling MythicMobsExtension v1.52a-SNAPSHOT
[03:32:00] [Server thread/INFO]: [Depenizen] Enabling Depenizen v2.0.0 (build 608)
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen loading... 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'LuckPerms'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen loaded bridge for 'WorldEdit'! 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'AreaShop'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 
                   'TerrainControl'. 
[03:32:00] [Thread-26/INFO]: [StackMob] No update is currently available.
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen loaded bridge for 'Essentials'! 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen loaded bridge for 'PlaceholderAPI'! 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'Towny'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'Jobs'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'MobArena'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 
                   'PlotSquared'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'Votifier'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 
                   'PlayerPoints'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'PVPArena'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 
                   'WorldGuard'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen loaded bridge for 'LibsDisguises'! 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 
                   'NoCheatPlus'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 
                   'OpenTerrainGenerator'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen loaded bridge for 'Sentinel'! 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'SkillAPI'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'Factions'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'TownyChat'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'ASkyBlock'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 
                   'Shopkeepers'. 
[03:32:00] [Server thread/INFO]:  ERROR!
     Error Message: Failed to initialize an object 
                   type(MythicMobsMobTag): 
[03:32:00] [Server thread/INFO]:  ERROR!
     Error Message: Internal exception was thrown!
[Error Continued] java.lang.NoClassDefFoundError: io/lumine/xikage/mythicmobs/adapters/AbstractEntity
[Error Continued] java.lang.Class.getDeclaredMethods0(Native Method)
[Error Continued] java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
[Error Continued] java.lang.Class.privateGetMethodRecursive(Class.java:3048)
[Error Continued] java.lang.Class.getMethod0(Class.java:3018)
[Error Continued] java.lang.Class.getMethod(Class.java:1784)
[Error Continued] com.denizenscript.denizencore.objects.ObjectFetcher.registerWithObjectFetcher(ObjectFetcher.java:106)
[Error Continued] com.denizenscript.denizencore.objects.ObjectFetcher.registerWithObjectFetcher(ObjectFetcher.java:96)
[Error Continued] com.denizenscript.depenizen.bukkit.bridges.MythicMobsBridge.init(MythicMobsBridge.java:34)
[Error Continued] com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:81)
[Error Continued] com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:32)
[Error Continued] org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[Error Continued] org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
[Error Continued] org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:435)
[Error Continued] org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470)
[Error Continued] org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384)
[Error Continued] net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482)
[Error Continued] net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298)
[Error Continued] net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885)
[Error Continued] java.lang.Thread.run(Thread.java:748)
[Error Continued] Caused by: java.lang.ClassNotFoundException: io.lumine.xikage.mythicmobs.adapters.AbstractEntity
[Error Continued] java.net.URLClassLoader.findClass(URLClassLoader.java:382)
[Error Continued] org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171)
[Error Continued] org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100)
[Error Continued] java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[Error Continued] java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[Error Continued] java.lang.Class.getDeclaredMethods0(Native Method)
[Error Continued] java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
[Error Continued] java.lang.Class.privateGetMethodRecursive(Class.java:3048)
[Error Continued] java.lang.Class.getMethod0(Class.java:3018)
[Error Continued] java.lang.Class.getMethod(Class.java:1784)
[Error Continued] com.denizenscript.denizencore.objects.ObjectFetcher.registerWithObjectFetcher(ObjectFetcher.java:106)
[Error Continued] com.denizenscript.denizencore.objects.ObjectFetcher.registerWithObjectFetcher(ObjectFetcher.java:96)
[Error Continued] com.denizenscript.depenizen.bukkit.bridges.MythicMobsBridge.init(MythicMobsBridge.java:34)
[Error Continued] com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:81)
[Error Continued] com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:32)
[Error Continued] org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[Error Continued] org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
[Error Continued] org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:435)
[Error Continued] org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470)
[Error Continued] org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384)
[Error Continued] net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482)
[Error Continued] net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298)
[Error Continued] net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885)
[Error Continued] java.lang.Thread.run(Thread.java:748)

[03:32:00] [Server thread/INFO]:  ERROR!
     Error Message: Cannot load Depenizen bridge for 
                   'MythicMobs': Internal exception was thrown! 
[03:32:00] [Server thread/INFO]:  ERROR!
     Error Message: Internal exception was thrown!
[Error Continued] java.lang.NoClassDefFoundError: io/lumine/xikage/mythicmobs/api/bukkit/events/MythicMobDeathEvent
[Error Continued] com.denizenscript.depenizen.bukkit.bridges.MythicMobsBridge.init(MythicMobsBridge.java:36)
[Error Continued] com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:81)
[Error Continued] com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:32)
[Error Continued] org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[Error Continued] org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
[Error Continued] org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:435)
[Error Continued] org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470)
[Error Continued] org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384)
[Error Continued] net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482)
[Error Continued] net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298)
[Error Continued] net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885)
[Error Continued] java.lang.Thread.run(Thread.java:748)
[Error Continued] Caused by: java.lang.ClassNotFoundException: io.lumine.xikage.mythicmobs.api.bukkit.events.MythicMobDeathEvent
[Error Continued] java.net.URLClassLoader.findClass(URLClassLoader.java:382)
[Error Continued] org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171)
[Error Continued] org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100)
[Error Continued] java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[Error Continued] java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[Error Continued] com.denizenscript.depenizen.bukkit.bridges.MythicMobsBridge.init(MythicMobsBridge.java:36)
[Error Continued] com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:81)
[Error Continued] com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:32)
[Error Continued] org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[Error Continued] org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
[Error Continued] org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:435)
[Error Continued] org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470)
[Error Continued] org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384)
[Error Continued] net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482)
[Error Continued] net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298)
[Error Continued] net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885)
[Error Continued] java.lang.Thread.run(Thread.java:748)

[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'Quests'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'Residence'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen loaded bridge for 'NoteBlockAPI'! 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'EffectLib'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'PVPStats'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'mcMMO'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 
                   'ViaVersion'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'BossShop'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 'Vampire'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 
                   'GriefPrevention'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bridge for 
                   'MagicSpells'. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen will not load bungee bridge. 
[03:32:00] [Server thread/INFO]: +> [Depenizen] Depenizen loaded! 6 plugin bridge(s) loaded (of 
                   35 available) 
[03:32:03] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[03:32:03] [Server thread/INFO]: Done (50.524s)! For help, type "help"