Paste #69225: Untitled Paste

Date: 2020/05/19 12:04:29 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


[14:35:34] [Server thread/INFO]: Starting minecraft server version 1.15.2
[14:35:34] [Server thread/INFO]: Loading properties
[14:35:35] [Server thread/INFO]: This server is running Paper version git-Paper-245 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
[14:35:35] [Server thread/INFO]: Server Ping Player Sample Count: 12
[14:35:35] [Server thread/INFO]: Using 4 threads for Netty based IO
[14:35:35] [Server thread/INFO]: Debug logging is disabled
[14:35:35] [Server thread/INFO]: Default game type: SURVIVAL
[14:35:35] [Server thread/INFO]: Generating keypair
[14:35:35] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
[14:35:35] [Server thread/INFO]: Using epoll channel type
[14:35:36] [Server thread/ERROR]: Ambiguous plugin name `Citizens' for files `plugins/citizens-2.0.22-SNAPSHOT.jar' and `plugins/Citizens.jar' in `plugins'
[14:35:36] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[14:35:40] [Server thread/WARN]: Legacy plugin LevelHearts v1.4.8 does not specify an api-version.
[14:35:41] [Server thread/WARN]: Legacy plugin DeluxeTags v1.8.1 does not specify an api-version.
[14:35:41] [Server thread/WARN]: Legacy plugin HideStream v3.9 does not specify an api-version.
[14:35:41] [Server thread/WARN]: Legacy plugin AntiAFKPro v2.3.1 does not specify an api-version.
[14:35:41] [Server thread/WARN]: Legacy plugin ChatColor2 v1.9.4 does not specify an api-version.
[14:35:41] [Server thread/WARN]: Legacy plugin MoneyPouch v3.1 does not specify an api-version.
[14:35:41] [Server thread/WARN]: Legacy plugin ViaVersion v2.2.3 does not specify an api-version.
[14:35:41] [Server thread/INFO]: [ViaVersion] Hooking into ProtocolSupport, to prevent issues!
[14:35:41] [Server thread/WARN]: Legacy plugin BlockVersion v1.2 does not specify an api-version.
[14:35:41] [Server thread/WARN]: Legacy plugin ServerTutorialPlus v1.21.3 does not specify an api-version.
[14:35:41] [Server thread/WARN]: Legacy plugin HeadDatabase v4.12.2 does not specify an api-version.
[14:35:41] [Server thread/WARN]: Legacy plugin Citizens v2.0.22-SNAPSHOT (build 1486) does not specify an api-version.
[14:35:41] [Server thread/WARN]: Legacy plugin CommandNPC v1.9.1 does not specify an api-version.
[14:35:42] [Server thread/INFO]: [LevelHearts] Loading LevelHearts v1.4.8
[14:35:42] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.6
[14:35:42] [Server thread/INFO]: [UltimateAutoRestart] Loading UltimateAutoRestart vBuild 37a
[14:35:42] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.8.1
[14:35:42] [Server thread/INFO]: [EpicWorldGenerator] Loading EpicWorldGenerator v8.1.11
[14:35:42] [Server thread/WARN]: [io.sentry.DefaultSentryClientFactory] No 'stacktrace.app.packages' was configured, this option is highly recommended as it affects stacktrace grouping and display on Sentry. See documentation: https://docs.sentry.io/clients/java/config/#in-application-stack-frames
[14:35:42] [Server thread/WARN]: [io.sentry.DefaultSentryClientFactory] No 'stacktrace.app.packages' was configured, this option is highly recommended as it affects stacktrace grouping and display on Sentry. See documentation: https://docs.sentry.io/clients/java/config/#in-application-stack-frames
[14:35:42] [Server thread/INFO]: [EpicPluginLib] Loading EpicPluginLib v1.3
[14:35:42] [Server thread/INFO]: [PlayMoreSounds] Loading PlayMoreSounds v3.0.0-SNAPSHOT#12
[14:35:42] [Server thread/INFO]: [HideStream] Loading HideStream v3.9
[14:35:42] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.0.39
[14:35:42] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
[14:35:43] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@48889720]
[14:35:43] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.6
[14:35:43] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v2.1.0d
[14:35:43] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
[14:35:43] [Server thread/INFO]: [Votifier] Loading Votifier v2.6.0-SNAPSHOT
[14:35:43] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.1-SNAPSHOT-b777
[14:35:43] [Server thread/INFO]: [MovingDevApi] Loading MovingDevApi v1.1.1
[14:35:43] [Server thread/INFO]: [AntiAFKPro] Loading AntiAFKPro v2.3.1
[14:35:43] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.1-Release
[14:35:43] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v4.2.14-VK
[14:35:43] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
[14:35:43] [Server thread/INFO]: [ProtocolSupport] Loading ProtocolSupport v4.29-dev
[14:35:43] [Server thread/INFO]: [ProtocolSupport] Detected Spigot server implementation type
[14:35:43] [Server thread/INFO]: [ProtocolSupport] Status threads max count: 2, keep alive time: 60
[14:35:43] [Server thread/INFO]: [ProtocolSupport] Login threads keep alive time: 60
[14:35:43] [Server thread/INFO]: [ProtocolSupport] Packet data pool per io thread capacity: 50(total ~200 spread to 4 io threads)
[14:35:43] [Server thread/INFO]: [ProtocolSupport] Assume 1.5.2 ping delay: 100
[14:35:43] [Server thread/INFO]: [ProtocolSupport] Assume legacy ping delay: 200
[14:35:45] [Server thread/INFO]: [ProtocolSupport] Compression level: 3
[14:35:45] [Server thread/INFO]: [ChatColor2] Loading ChatColor2 v1.9.4
[14:35:45] [Server thread/INFO]: [UltraCosmetics] Loading UltraCosmetics v2.5.7
[14:35:45] [Server thread/INFO]: [MoneyPouch] Loading MoneyPouch v3.1
[14:35:45] [Server thread/INFO]: [RewardPRO] Loading RewardPRO v4.2.2
[14:35:45] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.2.3
[14:35:45] [Server thread/INFO]: [ViaVersion] ViaVersion 2.2.3 is now loaded, injecting!
[14:35:45] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
[14:35:46] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
[14:35:46] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
[14:35:46] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
[14:35:46] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
[14:35:46] [Server thread/INFO]: [ViaVersion] Loading translation mapping
[14:35:46] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
[14:35:47] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
[14:35:47] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
[14:35:47] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
[14:35:47] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
[14:35:47] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
[14:35:47] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 blockstate mapping...
[14:35:48] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 block mapping...
[14:35:48] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 item mapping...
[14:35:48] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 sound mapping...
[14:35:48] [Server thread/INFO]: [BlockVersion] Loading BlockVersion v1.2
[14:35:48] [Server thread/INFO]: [Server Tutorial Plus] Loading ServerTutorialPlus v1.21.3
[14:35:48] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v2.1.8.1-Release
[14:35:48] [Server thread/INFO]: [MarriageMaster] PCGF-PluginLib not installed. Switching to standalone mode!
[14:35:48] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.12.2
[14:35:48] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0
[14:35:48] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.15.2) has not yet been tested! Proceed with caution.
[14:35:48] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.22-SNAPSHOT (build 1486)
[14:35:48] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.21.1
[14:35:48] [Server thread/INFO]: [ExploitFixer] Loading ExploitFixer v1.0.4
[14:35:48] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.11.1-RELEASE
[14:35:48] [Server thread/INFO]: [SlotMachine] Loading SlotMachine v6.1.0
[14:35:48] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.1
[14:35:48] [Server thread/INFO]: [AdvancedHelp] Loading AdvancedHelp v1.11.6
[14:35:48] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v2.0.8
[14:35:48] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
[14:35:48] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.2.0
[14:35:48] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.3.18
[14:35:48] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat v1.15.0
[14:35:48] [Server thread/INFO]: [AdvancedAchievements] Loading AdvancedAchievements v6.0.0
[14:35:48] [Server thread/INFO]: [TAB] Loading TAB v2.7.4
[14:35:48] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.10-RELEASE
[14:35:48] [Server thread/INFO]: [HolographicExtension] Loading HolographicExtension v1.10.9
[14:35:48] [Server thread/INFO]: [Rankup] Loading Rankup v3.6.1
[14:35:48] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.2.0
[14:35:48] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.1.6
[14:35:48] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.1;f2118aa
[14:35:48] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v9.9.3.2
[14:35:48] [Server thread/INFO]: COMBAT > Loading expansion 'Placeholder Compatibility v14.4'
[14:35:48] [Server thread/INFO]: COMBAT > Loading expansion 'Citizens Compatibility v14.26'
[14:35:48] [Server thread/INFO]: COMBAT > Loading expansion 'Factions Compatibility v14.5'
[14:35:48] [Server thread/INFO]: COMBAT > Loading expansion 'Rewards v14.9'
[14:35:48] [Server thread/INFO]: COMBAT > Loading expansion 'RedProtect Compatibility v14.4'
[14:35:48] [Server thread/INFO]: COMBAT > Loading expansion 'Cheat Prevention v14.17'
[14:35:48] [Server thread/INFO]: COMBAT > Loading expansion 'Towny Compatibility v14.5'
[14:35:48] [Server thread/INFO]: COMBAT > Loading expansion 'WorldGuard Compatibility v14.13'
[14:35:48] [Server thread/INFO]: COMBAT > Loading expansion 'Residence Compatibility v14.6'
[14:35:48] [Server thread/INFO]: COMBAT > Loading expansion 'NotCombatLogX v14.4'
[14:35:48] [Server thread/INFO]: COMBAT > Loading expansion 'Newbie Helper v14.5'
[14:35:48] [Server thread/INFO]: COMBAT > Loading expansion 'Parties Compatibility v14.2'
[14:35:48] [Server thread/INFO]: COMBAT > Loading expansion 'Notifier v14.15'
[14:35:48] [Server thread/INFO]: COMBAT > Loading expansion 'Lands Compatibility v14.7'
[14:35:48] [Server thread/INFO]: COMBAT > Loaded 14 expansions
[14:35:48] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.3
[14:35:48] [Server thread/INFO]: [UltimateStacker] Loading UltimateStacker v1.11.10
[14:35:48] [Server thread/INFO]: [Jobs] Loading Jobs v4.15.7
[14:35:48] [Server thread/INFO]: [RandomTP] Loading RandomTP v1.0.7.2
[14:35:48] [Server thread/INFO]: [BeautyQuests] Loading BeautyQuests v0.16.1
[14:35:48] [Server thread/INFO]: New logger inserted: fr.skytasul.quests.QuestsLogger
[14:35:48] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.9.0
[14:35:49] [Server thread/INFO]: [Shopkeepers] Loading config.
[14:35:49] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
[14:35:49] [Server thread/INFO]: [Shopkeepers] Registering defaults.
[14:35:49] [Server thread/INFO]: [WorldGuardRegionEvents] Loading WorldGuardRegionEvents v1.0
[14:35:49] [Server thread/INFO]: [ItemJoin] Loading ItemJoin v5.0.6-RELEASE-b395
[14:35:49] [Server thread/INFO]: [ProtectionStones] Loading ProtectionStones v2.6.6
[14:35:49] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[14:35:49] [Server thread/INFO]: [EpicWorldGenerator] Enabling EpicWorldGenerator v8.1.11
[14:35:49] [Server thread/INFO]:  
[14:35:49] [Server thread/INFO]:  
[14:35:49] [Server thread/INFO]:   _                              __
[14:35:49] [Server thread/INFO]:  |_ ._  o  _ \    / _  ._ |  _| /__  _  ._   _  ._ _. _|_  _  ._ 
[14:35:49] [Server thread/INFO]:  |_ |_) | (_  \/\/ (_) |  | (_| \_| (/_ | | (/_ | (_|  |_ (_) |  
[14:35:49] [Server thread/INFO]:     |       
[14:35:49] [Server thread/INFO]:  
[14:35:49] [Server thread/INFO]:               Version 8.1.11 | Cracked by t0r | DirectLeaks.net
[14:35:49] [Server thread/INFO]:  
[14:35:49] [Server thread/INFO]:  Documentation can be found at http://discuss.dynamic-bytes.com/p/1-wiki
[14:35:49] [Server thread/INFO]:  
[14:35:49] [Server thread/INFO]:  
[14:35:49] [Server thread/INFO]:   > Loading structures (.EWG schematics)
[14:35:50] [Server thread/INFO]:     - TREES_willow_big_2    - TREES_tropicalForest_medium_1    - DECO_jungle_tower    - TREES_jungle_normal_2    - TREES_tropicalForest_small_1    - DECO_rock_04    - DECO_swampPlants_4    - DECO_swampRoot_3    - DECO_swampRoot_2    - DECO_desert_tower    - TREES_birch_normal_2    - DECO_swampBush_1    - TREES_jungle_big    - TREES_jungle_huge    - TREES_pine_big    - TREES_jungle_small    - TREES_willow_tiny    - TREES_tropicalForest_medium_4    - TREES_pine_normal    - DECO_portals_204    - TREES_snowyPine_normal_02    - TREES_willow_big    - TREES_jungle_medium    - TREES_bonsai_big_2    - TREES_forgottenForest_medium    - DECO_swampRoot_5    - TREES_willow_huge    - TREES_fantasy_normal_2    - TREES_dead_medium_2    - DECO_rock_24    - TREES_oakTree_huge_2    - TREES_swamp_medium_2    - TREES_willow_tiny_2    - TREES_bonsai_normal    - TREES_oldtree_normal_2    - DECO_swampRootSmall_3    - TREES_bonsai_big    - TREES_jungle_normal_4    - TREES_bonsai_medium    - DECO_rock_18    - TREES_scotsPine_normal_9    - TREES_willow_small    - TREES_pine_small    - DECO_rock_03    - TREES_willow_normal    - DECO_forest_house    - TREES_stoneForest_normal_2    - TREES_willow_medium    - TREES_scotsPine_normal_8    - TREES_fantasy_normal    - TREES_pine_normal_2    - DECO_rock_01    - DECO_swampRootSmall_2    - TREES_jungle_small_3    - DECO_rock_21    - TREES_swamp_medium_3    - TREES_scotsPine_normal_6    - TREES_forgottenForest_medium_4    - DECO_rock_22    - TREES_forgottenForest_normal_3    - TREES_oakTree_normal_4    - TREES_fantasy_small_3    - TREES_bonsai_medium_2    - TREES_oakTree_huge_3    - TREES_stoneForest_normal_3    - TREES_pineLong_normal_2    - TREES_dead_normal_2    - TREES_stoneForest_normal    - DECO_rock_25    - TREES_snowyPine_normal_01    - DECO_swampRocks_1    - TREES_snowyPine_normal_03    - TREES_pineLong_normal_3    - DECO_swampRoot_6    - TREES_pine_medium    - TREES_fantasy_small_2    - TREES_bonsai_tiny    - TREES_pine_tiny_2    - TREES_pineLong_huge_4    - TREES_tropicalForest_medium_2    - TREES_bonsai_small    - TREES_willow_medium_2    - TREES_fantasy_small    - TREES_dead_big    - TREES_swamp_small_1    - DECO_swampRootSmall_4    - TREES_dead_medium    - TREES_pine_small_2    - TREES_bonsai_normal_2    - DECO_swampRootSmall_5    - TREES_bonsai_huge    - TREES_pine_tiny    - TREES_jungle_small_2    - DECO_rock_23    - DECO_swampPlants_3    - TREES_scotsPine_normal_11    - TREES_swamp_medium_1    - DECO_rock_19    - TREES_oldtree_normal_1    - TREES_birch_normal_3    - TREES_dead_normal    - TREES_jungle_normal_3    - TREES_willow_tiny_3    - TREES_pine_small_3    - DECO_swampPlants_1    - TREES_dead_huge    - DECO_rock_17    - TREES_scotsPine_normal_10    - TREES_forgottenForest_medium_5    - TREES_nether_normal    - DECO_swampPlants_2    - DECO_swampRootSmall_1    - DECO_swampRoot_7    - TREES_swamp_huge_1    - TREES_scotsPine_normal_12    - DECO_swampRoot_4    - TREES_pine_huge    - TREES_birch_normal    - TREES_oakTree_huge_1    - TREES_swamp_huge_2    - TREES_forgottenForest_normal_2    - DECO_swampRootSmall_6    - TREES_birch_normal_4    - TREES_jungle_normal    - DECO_rock_10    - DECO_rock_20    - TREES_pineLong_normal_1    - TREES_tropicalForest_medium_3    - DECO_rock_02    - TREES_bonsai_big_3    - DECO_swampRoot_1 
[14:35:50] [Server thread/INFO]:   > Loading configuration
[14:35:50] [Server thread/WARN]: [EpicWorldGenerator] Loaded class com.sk89q.worldedit.IncompleteRegionException from WorldEdit v7.1.0;8e55131 which is not a depend, softdepend or loadbefore of this plugin.
[14:35:50] [Server thread/INFO]: /home/container/plugins/EpicWorldGenerator/chestconfig.json 
[14:35:50] [Server thread/INFO]: Done
[14:35:50] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.0.39
[14:35:50] [Server thread/INFO]:         __    
[14:35:50] [Server thread/INFO]:   |    |__)   LuckPerms v5.0.39
[14:35:50] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[14:35:50] [Server thread/INFO]: 
[14:35:50] [Server thread/INFO]: [LuckPerms] Loading configuration...
[14:35:50] [Server thread/INFO]: [LuckPerms] Loading storage provider... [YAML]
[14:35:51] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[14:35:51] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[14:35:51] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1087ms)
[14:35:51] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
[14:35:51] [Server thread/WARN]: [WorldEdit] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[14:35:51] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[14:35:52] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R2 as the Bukkit adapter
[14:35:52] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
[14:35:52] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.17.2.0 which is not a depend, softdepend or loadbefore of this plugin.
[14:35:52] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[14:35:52] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[14:35:52] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
[14:35:52] [Server thread/WARN]: [LuckPerms] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[14:35:52] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[14:35:52] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[14:35:52] [Server thread/INFO]: [ProtocolSupport] Enabling ProtocolSupport v4.29-dev
[14:35:52] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0
[14:35:52] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[14:35:52] [Server thread/INFO]: Preparing level "world_new"
[14:35:53] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[14:35:53] [Server thread/INFO]: Loaded 6 recipes
[14:35:54] [Server thread/INFO]: -------- World Settings For [world_new] --------
[14:35:54] [Server thread/INFO]: Mob Spawn Range: 6
[14:35:54] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:35:54] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: Carrot Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: Potato Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: Kelp Growth Modifier: 100%
[14:35:54] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[14:35:54] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:35:54] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[14:35:54] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
[14:35:54] [Server thread/INFO]: Max TNT Explosions: 100
[14:35:54] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:35:54] [Server thread/INFO]: View Distance: 8
[14:35:54] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:35:54] [Server thread/INFO]: Item Merge Radius: 2.5
[14:35:54] [Server thread/INFO]: Item Despawn Rate: 6000
[14:35:54] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[14:35:54] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:35:54] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:35:54] [Server thread/INFO]: ~~~~~~~~~~~~[ EWG Settings for world_new ]~~~~~~~~~~~~
[14:35:54] [Server thread/INFO]: 
[14:35:54] [Server thread/INFO]: Biomes that will generated;
[14:35:54] [Server thread/INFO]:  * Bamboo Forest
[14:35:54] [Server thread/INFO]:  * Birch Forest
[14:35:54] [Server thread/INFO]:  * Bonsai Forest
[14:35:54] [Server thread/INFO]:  * Volcano
[14:35:54] [Server thread/INFO]:  * Desert
[14:35:54] [Server thread/INFO]:  * Deep Ocean
[14:35:54] [Server thread/INFO]:  * Deciduous Forest
[14:35:54] [Server thread/INFO]:  * Fantasy Forest
[14:35:54] [Server thread/INFO]:  * Farmland
[14:35:54] [Server thread/INFO]:  * Forgotten Forest
[14:35:54] [Server thread/INFO]:  * Frozen Ocean
[14:35:54] [Server thread/INFO]:  * Scots pine forest
[14:35:54] [Server thread/INFO]:  * Jungle
[14:35:54] [Server thread/INFO]:  * Jungle Edge
[14:35:54] [Server thread/INFO]:  * Lukewarm Ocean
[14:35:54] [Server thread/INFO]:  * Mesa
[14:35:54] [Server thread/INFO]:  * Mega Spruce Taiga
[14:35:54] [Server thread/INFO]:  * Mega Taiga
[14:35:54] [Server thread/INFO]:  * Ocean
[14:35:54] [Server thread/INFO]:  * Pine Forest
[14:35:54] [Server thread/INFO]:  * Plains
[14:35:54] [Server thread/INFO]:  * River
[14:35:54] [Server thread/INFO]:  * Stone Forest
[14:35:54] [Server thread/INFO]:  * Swamp
[14:35:54] [Server thread/INFO]:  * Snowy Pine
[14:35:54] [Server thread/INFO]:  * Savanna
[14:35:54] [Server thread/INFO]:  * Swamp Edge
[14:35:54] [Server thread/INFO]:  * Swampland
[14:35:54] [Server thread/INFO]:  * Tropical Forest
[14:35:54] [Server thread/INFO]:  * Warm Ocean
[14:35:54] [Server thread/INFO]: 
[14:35:54] [Server thread/INFO]: Generator version: 8.1.11
[14:35:54] [Server thread/INFO]: 
[14:35:54] [Server thread/INFO]: Biomes in total: 30
[14:35:54] [Server thread/INFO]: Preparing world injection
[14:35:54] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[14:35:55] [Server thread/INFO]: -------- World Settings For [world_new_nether] --------
[14:35:55] [Server thread/INFO]: Mob Spawn Range: 6
[14:35:55] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:35:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Carrot Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Potato Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Kelp Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[14:35:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:35:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[14:35:55] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
[14:35:55] [Server thread/INFO]: Max TNT Explosions: 100
[14:35:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:35:55] [Server thread/INFO]: View Distance: 8
[14:35:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:35:55] [Server thread/INFO]: Item Merge Radius: 2.5
[14:35:55] [Server thread/INFO]: Item Despawn Rate: 6000
[14:35:55] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[14:35:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:35:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:35:55] [Server thread/INFO]: -------- World Settings For [world_new_the_end] --------
[14:35:55] [Server thread/INFO]: Mob Spawn Range: 6
[14:35:55] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:35:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Carrot Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Potato Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Kelp Growth Modifier: 100%
[14:35:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[14:35:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:35:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[14:35:55] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
[14:35:55] [Server thread/INFO]: Max TNT Explosions: 100
[14:35:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:35:55] [Server thread/INFO]: View Distance: 8
[14:35:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:35:55] [Server thread/INFO]: Item Merge Radius: 2.5
[14:35:55] [Server thread/INFO]: Item Despawn Rate: 6000
[14:35:55] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[14:35:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:35:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:35:55] [Server thread/INFO]: Preparing start region for dimension 'world_new'/minecraft:overworld
[14:35:55] [Paper RegionFile IO Thread/INFO]: [RegionFile] Using Java 8 DirectByteBuffer cleanup method
[14:35:55] [Server thread/INFO]: Loaded 0 spawn chunks for world world_new
[14:35:55] [Server thread/INFO]: Preparing spawn area: 0%
[14:35:55] [Server thread/INFO]: Time elapsed: 290 ms
[14:35:55] [Server thread/INFO]: Preparing start region for dimension 'world_new_nether'/minecraft:the_nether
[14:35:55] [Server thread/INFO]: Loaded 0 spawn chunks for world world_new_nether
[14:35:55] [Server thread/INFO]: Time elapsed: 89 ms
[14:35:55] [Server thread/INFO]: Preparing start region for dimension 'world_new_the_end'/minecraft:the_end
[14:35:55] [Server thread/INFO]: Loaded 0 spawn chunks for world world_new_the_end
[14:35:55] [Server thread/INFO]: Time elapsed: 19 ms
[14:35:55] [Server thread/INFO]: [LevelHearts] Enabling LevelHearts v1.4.8*
[14:35:56] [Server thread/INFO]: [LevelHearts] Enabled successfully.
[14:35:56] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.6
[14:35:56] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[14:35:56] [Server thread/INFO]: [UltimateAutoRestart] Enabling UltimateAutoRestart vBuild 37a
[14:35:56] [Server thread/INFO]:  
[14:35:56] [Server thread/INFO]: UltimateAutoRestart Build 37a, a free resource by Norska - Executing startup sequence...
[14:35:56] [Server thread/INFO]: [+] Registered hashmaps (took 0ms)
[14:35:56] [Server thread/INFO]: [+] Checking for PlaceholderAPI...
[14:35:56] [Server thread/INFO]: [+] Success! Hooked into PlaceholderAPI!
[14:35:56] [Server thread/INFO]: [+] Registered commands (took 0ms)
[14:35:56] [Server thread/INFO]: [+] Registered listeners (took 0ms)
[14:35:56] [Server thread/INFO]:  
[14:35:56] [Server thread/INFO]: [+] Completed startup. Enjoy the plugin!
[14:35:56] [Server thread/INFO]:  
[14:35:56] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.8.1*
[14:35:56] [Server thread/INFO]: [DeluxeTags] 15 tags loaded
[14:35:56] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
[14:35:56] [Server thread/INFO]: [DeluxeTags] DeluxeChat will handle fetching placeholders for tags!
[14:35:56] [Server thread/INFO]: CUSTOM TERRAIN: Scots pine forest----------------------------
[14:35:56] [Server thread/INFO]:      DeluxeTags Updater
[14:35:56] [Server thread/INFO]:  
[14:35:56] [Server thread/INFO]: You are running 1.8.1
[14:35:56] [Server thread/INFO]: The latest version
[14:35:56] [Server thread/INFO]: of DeluxeTags!
[14:35:56] [Server thread/INFO]:  
[14:35:56] [Server thread/INFO]: ----------------------------
[14:35:56] [Server thread/INFO]: [EpicPluginLib] Enabling EpicPluginLib v1.3
[14:35:56] [Server thread/INFO]: [EpicPluginLib] Lib enabled successfully.
[14:35:56] [Server thread/INFO]: [EpicPluginLib] Found dependency: PlayMoreSounds
[14:35:56] [Server thread/INFO]: [PlayMoreSounds] Enabling PlayMoreSounds v3.0.0-SNAPSHOT#12
[14:35:56] [Server thread/INFO]: [PlayMoreSounds] -> 810 sounds loaded.
[14:35:56] [PMSAddon Runner/INFO]: [PlayMoreSounds] + The addon Channels Handler was started.
[14:35:56] [Server thread/INFO]: [PlayMoreSounds] -> Configuration loaded.
[14:35:56] [Server thread/INFO]: [PlayMoreSounds] -> 22 events loaded.
[14:35:56] [Server thread/INFO]: [PlayMoreSounds] ============================================
[14:35:56] [Server thread/INFO]: [PlayMoreSounds] PlayMoreSounds-LIGHT has been enabled
[14:35:56] [Server thread/INFO]: [PlayMoreSounds] Version 1.15.2-R0.1-SNAPSHOT detected
[14:35:56] [Server thread/INFO]: [PlayMoreSounds] ============================================
[14:35:56] [PMSAddon Runner/INFO]: [PlayMoreSounds] + The addon Regions Handler was started.
[14:35:56] [Server thread/INFO]: [HideStream] Enabling HideStream v3.9*
[14:35:56] [Server thread/INFO]: [HideStream] Version 3.9 enabled.
[14:35:56] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.6
[14:35:57] [Server thread/INFO]: [ClearLag] Loading modules...
[14:35:57] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[14:35:57] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[14:35:57] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[14:35:57] [Thread-13/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.15]...
[14:35:57] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v2.1.0d
[14:35:57] [Server thread/INFO]: The following materials are allowed to have stacks larger than the vanilla size: POTION 
[14:35:57] [Server thread/INFO]: [IllegalStack] Chat Components found!  Enabling clickable commands in /istack
[14:35:57] [Server thread/INFO]: [Illegal Stack] - MC Version 1.14+ detected!
[14:35:57] [Server thread/INFO]: Blocking 1.14 villager trade cheesing.
[14:35:57] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
[14:35:57] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
[14:35:57] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[14:35:57] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_new" has border radius 10000 at X: -5.5 Z: 25.5
[14:35:57] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 200 at X: -457.5 Z: -286.5
[14:35:57] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -6.0 Y: 80.0 Z: 25.0
[14:35:57] [Server thread/INFO]: [Votifier] Enabling Votifier v2.6.0-SNAPSHOT
[14:35:57] [Server thread/INFO]: [Votifier] Loaded token for website: default
[14:35:57] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
[14:35:57] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.1-SNAPSHOT-b777
[14:35:57] [Server thread/WARN]: [Multiverse-Core] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[14:35:57] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0:8192.
[14:35:57] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.1-SNAPSHOT-b777" 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].
[14:35:57] [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.
[14:35:57] [Thread-13/INFO]: [ClearLag] No updates found!
[14:35:57] [Server thread/INFO]: -------- World Settings For [world] --------
[14:35:57] [Server thread/INFO]: Mob Spawn Range: 6
[14:35:57] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:35:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: Carrot Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: Potato Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: Kelp Growth Modifier: 100%
[14:35:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[14:35:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:35:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[14:35:57] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
[14:35:57] [Server thread/INFO]: Max TNT Explosions: 100
[14:35:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:35:57] [Server thread/INFO]: View Distance: 8
[14:35:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:35:57] [Server thread/INFO]: Item Merge Radius: 2.5
[14:35:57] [Server thread/INFO]: Item Despawn Rate: 6000
[14:35:57] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[14:35:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:35:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:35:58] [Server thread/INFO]: ~~~~~~~~~~~~[ EWG Settings for world ]~~~~~~~~~~~~
[14:35:58] [Server thread/INFO]: 
[14:35:58] [Server thread/INFO]: Biomes that will generated;
[14:35:58] [Server thread/INFO]:  * Bamboo Forest
[14:35:58] [Server thread/INFO]:  * Birch Forest
[14:35:58] [Server thread/INFO]:  * Bonsai Forest
[14:35:58] [Server thread/INFO]:  * Volcano
[14:35:58] [Server thread/INFO]:  * Desert
[14:35:58] [Server thread/INFO]:  * Deep Ocean
[14:35:58] [Server thread/INFO]:  * Deciduous Forest
[14:35:58] [Server thread/INFO]:  * Fantasy Forest
[14:35:58] [Server thread/INFO]:  * Farmland
[14:35:58] [Server thread/INFO]:  * Forgotten Forest
[14:35:58] [Server thread/INFO]:  * Frozen Ocean
[14:35:58] [Server thread/INFO]:  * Scots pine forest
[14:35:58] [Server thread/INFO]:  * Jungle
[14:35:58] [Server thread/INFO]:  * Jungle Edge
[14:35:58] [Server thread/INFO]:  * Lukewarm Ocean
[14:35:58] [Server thread/INFO]:  * Mesa
[14:35:58] [Server thread/INFO]:  * Mega Spruce Taiga
[14:35:58] [Server thread/INFO]:  * Mega Taiga
[14:35:58] [Server thread/INFO]:  * Ocean
[14:35:58] [Server thread/INFO]:  * Pine Forest
[14:35:58] [Server thread/INFO]:  * Plains
[14:35:58] [Server thread/INFO]:  * River
[14:35:58] [Server thread/INFO]:  * Stone Forest
[14:35:58] [Server thread/INFO]:  * Swamp
[14:35:58] [Server thread/INFO]:  * Snowy Pine
[14:35:58] [Server thread/INFO]:  * Savanna
[14:35:58] [Server thread/INFO]:  * Swamp Edge
[14:35:58] [Server thread/INFO]:  * Swampland
[14:35:58] [Server thread/INFO]:  * Tropical Forest
[14:35:58] [Server thread/INFO]:  * Warm Ocean
[14:35:58] [Server thread/INFO]: 
[14:35:58] [Server thread/INFO]: Generator version: 8.1.11
[14:35:58] [Server thread/INFO]: 
[14:35:58] [Server thread/INFO]: Biomes in total: 30
[14:35:58] [Server thread/INFO]: Preparing world injection
[14:35:58] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
[14:35:58] [Server thread/INFO]: Loaded 0 spawn chunks for world world
[14:35:58] [Server thread/INFO]: Preparing spawn area: 0%
[14:35:58] [Server thread/INFO]: Preparing spawn area: 0%
[14:35:58] [Server thread/INFO]: Time elapsed: 512 ms
[14:35:58] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[14:35:59] [Server thread/INFO]: [Multiverse-Core] Version 4.1.1-SNAPSHOT-b777 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[14:35:59] [Server thread/INFO]: [MovingDevApi] Enabling MovingDevApi v1.1.1
[14:35:59] [Server thread/INFO]: MovingDevApiAPI is enabled!
[14:35:59] [Server thread/INFO]: [AntiAFKPro] Enabling AntiAFKPro v2.3.1*
[14:35:59] [Server thread/INFO]: CUSTOM TERRAIN: Scots pine forest
[14:35:59] [Server thread/INFO]: [AntiAFKPro] Initializing Plugin
[14:35:59] [Server thread/INFO]: [AntiAFKPro] config.yml found, loading!
[14:35:59] [Server thread/WARN]: [AntiAFKPro] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.10.6 which is not a depend, softdepend or loadbefore of this plugin.
[14:35:59] [Server thread/INFO]: [AntiAFKPro] timeplayedgui.yml found, loading!
[14:35:59] [Server thread/INFO]: [AntiAFKPro] messages.yml found, loading!
[14:35:59] [Server thread/INFO]: [AntiAFKPro] Initializing Complete in 308 Ms
[14:35:59] [Server thread/INFO]: 
[14:35:59] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.1-Release
[14:35:59] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
[14:35:59] [Server thread/INFO]: [DeluxeMenus] 9 GUI menus loaded!
[14:35:59] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[14:35:59] [Server thread/WARN]: [DeluxeMenus] Loaded class me.arcaniax.hdb.api.HeadDatabaseAPI from HeadDatabase v4.12.2 which is not a depend, softdepend or loadbefore of this plugin.
[14:35:59] [Server thread/WARN]: [DeluxeMenus] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[14:35:59] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
[14:35:59] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
[14:35:59] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v4.2.14-VK
[14:35:59] [Server thread/INFO]: [MineResetLite] Loading mine from file 'mina.mine.yml'...
[14:35:59] [Server thread/INFO]: [MineResetLite] MineResetLite version 4.2.14-VK enabled!
[14:35:59] [Server thread/INFO]: [ChatColor2] Enabling ChatColor2 v1.9.4*
[14:35:59] [Server thread/INFO]: COLORS > ChatColor 2 Version 1.9.4 has been enabled.
[14:35:59] [Server thread/INFO]: COLORS > Current update: Color-Text placeholders everywhere, bug fixes.
[14:35:59] [Server thread/INFO]: COLORS > PlaceholderAPI has been hooked.
[14:35:59] [Server thread/INFO]: COLORS > Metrics is enabled for this plugin. Stats sent to https://bstats.org/plugin/bukkit/ChatColor2
[14:35:59] [Server thread/INFO]: [UltraCosmetics] Enabling UltraCosmetics v2.5.7
[14:35:59] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: -------------------------------------------------------------------
[14:35:59] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: UltraCosmetics v2.5.7 is loading... (server: 1.15.2)
[14:35:59] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: Thanks for downloading it!
[14:35:59] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: Plugin by iSach.
[14:35:59] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: Link: http://bit.ly/UltraCosmetics
[14:36:01] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: Initializing module v1_15_R1
[14:36:01] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: bStats enabled!
[14:36:01] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: Module initialized
[14:36:01] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: 
[14:36:01] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: Morphs require Lib's Disguises!
[14:36:01] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: 
[14:36:01] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: Morphs disabled.
[14:36:01] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: 
[14:36:01] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: 
[14:36:01] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: Hooked into PlaceholderAPI
[14:36:01] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: 
[14:36:01] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: 
[14:36:01] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: Hooked into Vault for economy: Essentials Economy
[14:36:01] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: 
[14:36:02] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: UltraCosmetics successfully finished loading and is now enabled!
[14:36:02] [Server thread/INFO]: 05/19/2020 - UltraCosmetics [INFO]: -------------------------------------------------------------------
[14:36:02] [Server thread/INFO]: [MoneyPouch] Enabling MoneyPouch v3.1*
[14:36:02] [Server thread/INFO]: [MoneyPouch] Your server is running version v1_15_R1.
[14:36:02] [Server thread/INFO]: [MoneyPouch] Titles have been enabled.
[14:36:02] [Server thread/INFO]: [RewardPRO] Enabling RewardPRO v4.2.2
[14:36:02] [Server thread/INFO]: [RewardPRO] Citizens 2.0 found.
[14:36:02] [Server thread/WARN]: [RewardPRO] Loaded class net.citizensnpcs.api.event.NPCRightClickEvent from Citizens v2.0.22-SNAPSHOT (build 1486) which is not a depend, softdepend or loadbefore of this plugin.
[14:36:02] [Server thread/INFO]: RewardPro >>> Plugin RewardPro is enabled with plugin version: '4.2.2' and on spigot version: '1152'
[14:36:02] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.2.3*
[14:36:02] [Server thread/INFO]: [BlockVersion] Enabling BlockVersion v1.2*
[14:36:02] [Server thread/INFO]: [Server Tutorial Plus] Enabling ServerTutorialPlus v1.21.3*
[14:36:02] [Server thread/INFO]: [Server Tutorial Plus] Enabling server tutorial...
[14:36:02] [Server thread/INFO]: [Server Tutorial Plus] Using FlatFile as datasource...
[14:36:02] [Server thread/INFO]: [Server Tutorial Plus] Using protocol: nl.martenm.servertutorialplus.reflection.v1_14.Protocol_1_14_V1
[14:36:02] [Server thread/INFO]: [Server Tutorial Plus] Loading server tutorial: Start
[14:36:02] [Server thread/INFO]: [Server Tutorial Plus] Loading server tutorial: Sat
[14:36:02] [Server thread/INFO]: [Server Tutorial Plus] PlaceholderAPI has been found!
[14:36:02] [Server thread/INFO]: [Server Tutorial Plus] Servertutorial enabled successfully!
[14:36:02] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v2.1.8.1-Release
[14:36:02] [Server thread/INFO]: [MarriageMaster] Starting Marriage Master in standalone mode!
[14:36:02] [Server thread/INFO]: [MarriageMaster] Config file successfully loaded.
[14:36:02] [Server thread/INFO]: [MarriageMaster] No compatible backpack plugin found.
[14:36:02] [Server thread/INFO]: [MarriageMaster] Language file successfully loaded. Language: English  Author: GeorgH93
[14:36:02] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Starting...
[14:36:02] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Start completed.
[14:36:02] [Thread-16/INFO]: [MarriageMaster] Loading marriages ...
[14:36:02] [Thread-16/INFO]: [MarriageMaster] Marriages loaded
[14:36:02] [Thread-16/INFO]: [MarriageMaster] Loading priests ...
[14:36:02] [Thread-16/INFO]: [MarriageMaster] Priests loaded
[14:36:02] [Thread-16/INFO]: [MarriageMaster] Loading players ...
[14:36:02] [Thread-16/INFO]: [MarriageMaster] Players loaded
[14:36:02] [Thread-16/INFO]: [MarriageMaster] Writing marriages into cache ...
[14:36:02] [Thread-16/INFO]: [MarriageMaster] Marriages loaded into cache
[14:36:02] [Thread-16/INFO]: [MarriageMaster] Loading homes ...
[14:36:02] [Thread-16/INFO]: [MarriageMaster] Homes loaded
[14:36:02] [Server thread/INFO]: [MarriageMaster] Item name language file successfully loaded. Language: english  Author: GeorgH93
[14:36:02] [Server thread/INFO]: [MarriageMaster] Loading item translations ...
[14:36:02] [Server thread/INFO]: [MarriageMaster] Finished loading item translations for 830 items.
[14:36:02] [Server thread/INFO]: [MarriageMaster] PlaceholderAPI hook was successfully registered!
[14:36:02] [Server thread/INFO]: [MarriageMaster]  Marriage Master has been enabled!  :) 
[14:36:02] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.12.2*
[14:36:02] [Server thread/INFO]: [HeadDatabase] Using default "en_US.lang" created by Arcaniax
[14:36:02] [Server thread/INFO]: [HeadDatabase] Economy succesfully setup!
[14:36:02] [Server thread/WARN]: [HeadDatabase] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.10.6 which is not a depend, softdepend or loadbefore of this plugin.
[14:36:02] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.22-SNAPSHOT (build 1486)*
[14:36:02] [Server thread/ERROR]: [Citizens] v2.0.22-SNAPSHOT (build 1486) is not compatible with Minecraft v1_15_R1 - try upgrading or downgrading Citizens. Disabling.
[14:36:02] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.22-SNAPSHOT (build 1486)
[14:36:02] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.21.1
[14:36:02] [Server thread/INFO]: [VotingPlugin] Giving VotingPlugin.Player permission by default, can be disabled in the config
[14:36:02] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 5.21.1
[14:36:02] [Server thread/WARN]: [VotingPlugin] No vote has been recieved from MinecraftServers.org, may be an invalid service site. Vote on the site and look in console for a service site, if you get nothing then there is an issue with votifier
[14:36:02] [Server thread/WARN]: [VotingPlugin] No vote has been recieved from TopG.org, may be an invalid service site. Vote on the site and look in console for a service site, if you get nothing then there is an issue with votifier
[14:36:02] [Server thread/WARN]: [VotingPlugin] No vote has been recieved from MCSL, may be an invalid service site. Vote on the site and look in console for a service site, if you get nothing then there is an issue with votifier
[14:36:02] [Server thread/WARN]: [VotingPlugin] No vote has been recieved from Minecraft-MP.com, may be an invalid service site. Vote on the site and look in console for a service site, if you get nothing then there is an issue with votifier
[14:36:02] [Server thread/INFO]: [ExploitFixer] Enabling ExploitFixer v1.0.4
[14:36:02] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.11.1-RELEASE
[14:36:02] [Server thread/INFO]: [BlockParticles] Loading the config.yml
[14:36:02] [Server thread/INFO]: [BlockParticles] Successfully loaded config.yml
[14:36:02] [Server thread/INFO]: [BlockParticles] Loading the data.yml
[14:36:02] [Server thread/INFO]: [BlockParticles] Successfully loaded data.yml
[14:36:03] [Server thread/INFO]: [SlotMachine] Enabling SlotMachine v6.1.0
[14:36:03] [Server thread/INFO]: [SlotMachine] Detected Minecraft version 1.15.2
[14:36:03] [Server thread/INFO]: [SlotMachine] Slot Machine version 6.1.0 (53) for Spigot 1.14
[14:36:03] [Server thread/INFO]: [SlotMachine] Adding language 'FRENCH'
[14:36:03] [Server thread/INFO]: [SlotMachine] Adding language 'ENGLISH'
[14:36:03] [Server thread/INFO]: [SlotMachine] Loading Tokens
[14:36:03] [Server thread/INFO]: [SlotMachine] 1 tokens found
[14:36:03] [Server thread/INFO]: [SlotMachine] Loading token 'default'
[14:36:03] [Server thread/INFO]: [SlotMachine] 1 tokens loaded
[14:36:03] [Server thread/INFO]: [SlotMachine] Finished loading Tokens
[14:36:03] [Server thread/INFO]: [SlotMachine] Configuration version 5
[14:36:03] [Server thread/INFO]: [SlotMachine] Detected 1 files in /machines
[14:36:03] [Server thread/INFO]: [SlotMachine] Loading file 71e06309-c380-44bd-88d1-8ac0bec9a9dd.yml
[14:36:03] [Server thread/ERROR]: A Slot Machine Entity (7f35ed7e-04b3-41bb-8e36-f66fd254a1be) coudln't be found on its original chunk, this Slot Machine has been loaded but may not work correctly. If you use a different plugin than Multiverse-Core or MultiWorld to handle multi-world please tell Slot Machine developper
[14:36:03] [Server thread/INFO]: [SlotMachine] Loading finished
[14:36:03] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.1
[14:36:03] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[14:36:03] [Server thread/INFO]: [AdvancedHelp] Enabling AdvancedHelp v1.11.6
[14:36:03] [Server thread/INFO]: [AdvancedHelp] loading...
[14:36:03] [Server thread/INFO]: [AdvancedHelp] PlaceholdersAPI Hooked!
[14:36:03] [Server thread/INFO]: [AdvancedHelp] HeadDatabase Hooked!
[14:36:03] [Server thread/INFO]: [AdvancedHelp] Plugin is up to date! -1.11.6
[14:36:03] [Server thread/INFO]: [AdvancedHelp] Successfully enabled.
[14:36:03] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v2.0.8
[14:36:03] [Server thread/INFO]: [AuctionHouse] Opening database
[14:36:03] [Server thread/INFO]: [AuctionHouse] Using NMS version v1_15_R1
[14:36:03] [Server thread/INFO]: [AuctionHouse] Enabling HeadDatabase support
[14:36:03] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1*
[14:36:03] [Server thread/INFO]: ---------------------{CommandNPC Error}---------------------
[14:36:03] [Server thread/INFO]:                            Topic
[14:36:03] [Server thread/INFO]:                    Required Dependencies
[14:36:03] [Server thread/INFO]: 
[14:36:03] [Server thread/INFO]:     Citizens 2 not found! commandnpc will now shut down. 
[14:36:03] [Server thread/INFO]: 
[14:36:03] [Server thread/INFO]:        Class: commandnpc   Method: onEnable() 
[14:36:03] [Server thread/INFO]: 
[14:36:03] [Server thread/INFO]: ---------------------{CommandNPC Error}---------------------
[14:36:03] [Server thread/INFO]: [CommandNPC] Disabling CommandNPC v1.9.1
[14:36:03] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.2.0
[14:36:03] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[14:36:03] [Server thread/INFO]: [Essentials] No kits found to migrate.
[14:36:03] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[14:36:03] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
[14:36:03] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[14:36:04] [Server thread/INFO]: [Essentials] Loaded 21018 items from items.json.
[14:36:04] [Server thread/INFO]: [Essentials] Using locale en
[14:36:04] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[14:36:04] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[14:36:04] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
[14:36:04] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[14:36:04] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.3.18
[14:36:04] [Server thread/INFO]: [LiteBans] Using default database drivers.
[14:36:04] [pool-15-thread-3/INFO]: [LiteBans] Cracked by Coolman
[14:36:04] [Server thread/INFO]: [LiteBans] Loading SQL driver: h2 (org.h2.Driver)
[14:36:04] [Server thread/INFO]: [LiteBans] Connecting to database...
[14:36:04] [Server thread/INFO]: [LiteBans] Connected to [jdbc:h2:///home/container/plugins/LiteBans/litebans] (131.7 ms).
[14:36:04] [Server thread/INFO]: [LiteBans] Database connection fully initialized (134.2 ms).
[14:36:04] [Server thread/INFO]: [LiteBans] v2.3.18 enabled. Startup took 289 ms.
[14:36:04] [Server thread/INFO]: [DeluxeChat] Enabling DeluxeChat v1.15.0
[14:36:04] [Server thread/INFO]: [DeluxeChat] 4 formats loaded!
[14:36:04] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat messages.yml
[14:36:04] [Server thread/INFO]: [DeluxeChat] Detected Vault
[14:36:04] [Server thread/INFO]: [DeluxeChat] Hooked into Vault
[14:36:04] [Server thread/INFO]: ----------------------------
[14:36:04] [Server thread/INFO]:      DeluxeChat Updater
[14:36:04] [Server thread/INFO]:  
[14:36:04] [Server thread/INFO]: Could not connect to spigotmc.org
[14:36:04] [Server thread/INFO]: to check for updates! 
[14:36:04] [Server thread/INFO]:  
[14:36:04] [Server thread/INFO]: ----------------------------
[14:36:04] [Server thread/INFO]: ----------------------------
[14:36:04] [Server thread/INFO]:      DeluxeChat Updater
[14:36:04] [Server thread/INFO]:  
[14:36:04] [Server thread/INFO]: You are running 1.15.0
[14:36:04] [Server thread/INFO]: The latest version
[14:36:04] [Server thread/INFO]: of DeluxeChat!
[14:36:04] [Server thread/INFO]:  
[14:36:04] [Server thread/INFO]: ----------------------------
[14:36:04] [Server thread/INFO]: [AdvancedAchievements] Enabling AdvancedAchievements v6.0.0
[14:36:04] [Server thread/WARN]: [AdvancedAchievements] Loaded class javax.inject.Provider from AntiAFKPro v2.3.1 which is not a depend, softdepend or loadbefore of this plugin.
[14:36:04] [Server thread/INFO]: [AdvancedAchievements] Loading and backing up configuration files...
[14:36:04] [Server thread/INFO]: [AdvancedAchievements] Loaded 45 achievements in 28 categories.
[14:36:04] [Server thread/INFO]: [AdvancedAchievements] 23 disabled categories: [MusicDiscs, DistancePig, PetMasterGive, DistanceLlama, MaxLevel, Fireworks, DistanceMinecart, DistanceBoat, Snowballs, AdvancementsCompleted, HoePlowings, RaidsWon, Riptides, Commands, DistanceHorse, Custom, ConsumedPotions, DistanceGliding, Breeding, Trades, PetMasterReceive, Eggs, TargetsShot]
[14:36:04] [Server thread/INFO]: [AdvancedAchievements] Registering event listeners...
[14:36:04] [Server thread/INFO]: [AdvancedAchievements] Initialising database...
[14:36:04] [Server thread/INFO]: [AdvancedAchievements] Setting up command executor and custom tab completers...
[14:36:04] [Server thread/INFO]: [AdvancedAchievements] Launching scheduled tasks...
[14:36:04] [Server thread/INFO]: [AdvancedAchievements] Registering permissions...
[14:36:04] [Thread-24/INFO]: [AdvancedAchievements] Checking for plugin update...
[14:36:04] [Server thread/INFO]: [AdvancedAchievements] Plugin has finished loading and is ready to run! Took 222ms.
[14:36:04] [Server thread/INFO]: [TAB] Enabling TAB v2.7.4
[14:36:04] [Server thread/INFO]: [TAB] Server version: 1.15.2 (v1_15_R1)
[14:36:04] [Server thread/INFO]: [TAB] Enabled in 35ms
[14:36:04] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.10-RELEASE
[14:36:04] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
[14:36:04] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
[14:36:04] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
[14:36:04] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
[14:36:04] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
[14:36:04] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
[14:36:04] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
[14:36:04] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
[14:36:04] [Server thread/INFO]: [CrazyCrates] Loading custom files.
[14:36:04] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Event.yml.
[14:36:04] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Vote.yml.
[14:36:04] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Legendary.yml.
[14:36:04] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Epic.yml.
[14:36:04] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
[14:36:04] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
[14:36:04] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_15_R1! Trying to find NMS support
[14:36:04] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_15_R1' loaded!
[14:36:04] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
[14:36:04] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
[14:36:04] [Server thread/INFO]: [CrazyCrates] Loaded 4 physical crate locations.
[14:36:04] [Server thread/INFO]: [CrazyCrates] Failed to load 1 physical crate locations.
[14:36:04] [Server thread/INFO]: [CrazyCrates] Searching for schematics to load.
[14:36:04] [Server thread/INFO]: [CrazyCrates] soul.nbt was successfully found and loaded.
[14:36:04] [Server thread/INFO]: [CrazyCrates] nether.nbt was successfully found and loaded.
[14:36:04] [Server thread/INFO]: [CrazyCrates] sea.nbt was successfully found and loaded.
[14:36:04] [Server thread/INFO]: [CrazyCrates] wooden.nbt was successfully found and loaded.
[14:36:04] [Server thread/INFO]: [CrazyCrates] classic.nbt was successfully found and loaded.
[14:36:04] [Server thread/INFO]: [CrazyCrates] outdoors.nbt was successfully found and loaded.
[14:36:04] [Server thread/INFO]: [CrazyCrates] All schematics were found and loaded.
[14:36:04] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
[14:36:04] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
[14:36:04] [Server thread/INFO]: [HolographicExtension] Enabling HolographicExtension v1.10.9
[14:36:04] [Server thread/INFO]: [HolographicExtension] Starting HolographicExtension v1.10.9
[14:36:04] [Thread-24/WARN]: [AdvancedAchievements] Update available: v6.1.0! Download at spigotmc.org/resources/advanced-achievements.6239
[14:36:04] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'example' from config.
[14:36:04] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'scroller' from config.
[14:36:04] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'typing' from config.
[14:36:04] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'rainbow' from config.
[14:36:04] [Server thread/INFO]: [Rankup] Enabling Rankup v3.6.1
[14:36:04] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.2.0
[14:36:04] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.1.6
[14:36:05] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.1;f2118aa
[14:36:05] [Server thread/INFO]: [WorldGuard] (world_new) TNT ignition is PERMITTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] (world_new) Lighters are PERMITTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] (world_new) Lava fire is PERMITTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] (world_new) Fire spread is UNRESTRICTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_new'
[14:36:05] [Server thread/INFO]: [WorldGuard] (world_new_nether) TNT ignition is PERMITTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] (world_new_nether) Lighters are PERMITTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] (world_new_nether) Lava fire is PERMITTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] (world_new_nether) Fire spread is UNRESTRICTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_new_nether'
[14:36:05] [Server thread/INFO]: [WorldGuard] (world_new_the_end) TNT ignition is PERMITTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] (world_new_the_end) Lighters are PERMITTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] (world_new_the_end) Lava fire is PERMITTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] (world_new_the_end) Fire spread is UNRESTRICTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_new_the_end'
[14:36:05] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[14:36:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[14:36:05] [Server thread/INFO]: [WorldGuard] Loading region data...
[14:36:05] [Server thread/INFO]: [CombatLogX] Enabling CombatLogX v9.9.3.2
[14:36:05] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.3
[14:36:05] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
[14:36:05] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
[14:36:05] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
[14:36:05] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
[14:36:05] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
[14:36:05] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
[14:36:05] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
[14:36:05] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
[14:36:05] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
[14:36:05] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
[14:36:05] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
[14:36:05] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
[14:36:05] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
[14:36:05] [Server thread/INFO]: [UltimateStacker] Enabling UltimateStacker v1.11.10
[14:36:05] [Server thread/INFO]:  
[14:36:05] [Server thread/INFO]: =============================
[14:36:05] [Server thread/INFO]: UltimateStacker 1.11.10 by Songoda <3!
[14:36:05] [Server thread/INFO]: Action: Enabling...
[14:36:05] [Server thread/INFO]: [UltimateStacker] Loaded locale "en_US"
[14:36:05] [Server thread/INFO]: [SongodaCore] Hooked UltimateStacker.
[14:36:06] [Server thread/WARN]: [UltimateStacker] Loaded class com.sainttx.holograms.api.line.HologramLine from CrazyCrates v1.10-RELEASE which is not a depend, softdepend or loadbefore of this plugin.
[14:36:06] [Server thread/INFO]: [UltimateStacker] Data handler connected using SQLite.
[14:36:06] [Server thread/INFO]: =============================
[14:36:06] [Server thread/INFO]:  
[14:36:06] [Server thread/INFO]: [Jobs] Enabling Jobs v4.15.7
[14:36:06] [Server thread/INFO]: [Jobs] PlaceholderAPI hooked.
[14:36:06] [Server thread/INFO]: PlaceholderAPI was found - Enabling capabilities.
[14:36:42] [Server thread/INFO]: [Jobs] Loaded 5 titles!
[14:36:42] [Server thread/INFO]: [Jobs] Loaded 75 protected blocks timers!
[14:36:43] [Server thread/INFO]: [Jobs] Loaded 995 custom item names!
[14:36:43] [Server thread/INFO]: [Jobs] Loaded 67 custom entity names!
[14:36:43] [Server thread/INFO]: [Jobs] Loaded 2 custom MythicMobs names!
[14:36:43] [Server thread/INFO]: [Jobs] Loaded 37 custom enchant names!
[14:36:43] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
[14:36:43] [Server thread/INFO]: [Jobs] Loaded 4 shop items!
[14:36:43] [Server thread/INFO]: [Jobs] Loaded 12 jobs!
[14:36:43] [Server thread/INFO]: [Jobs] Explorer job manager registered!
[14:36:44] [Server thread/INFO]: [Jobs] Loaded 42 furnaces and 7 brewing stands for reassigning.
[14:36:51] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
[14:36:51] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
[14:36:55] [Server thread/INFO]: [Jobs] Preloaded 1 players data in 2.97
[14:36:55] [Server thread/INFO]: [Jobs] WorldGuard detected.
[14:36:55] [Server thread/INFO]: [Jobs] Loading explorer data
[14:36:56] [Server thread/INFO]: [Jobs] Loaded explorer data (33)
[14:36:56] [Server thread/INFO]: [Jobs] Plugin has been enabled successfully.
[14:36:56] [Server thread/INFO]: [RandomTP] Enabling RandomTP v1.0.7.2
[14:36:56] [Server thread/INFO]: [RandomTP]  Linked with WorldGuard
[14:36:56] [Server thread/INFO]: [RandomTP]  Linked with WorldBorder
[14:36:56] [Server thread/INFO]: [RandomTP]  The plugin has been sucessfully enabled!
[14:36:56] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Enabling BeautyQuests v0.16.1
[14:36:56] [Server thread/ERROR]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Citizens plugin is not installed.
[14:36:56] [Server thread/ERROR]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] This is a fatal error. Now disabling.
[14:36:56] [Server thread/INFO]: [null] [BeautyQuests] BeautyQuests logger stream closed.
[14:36:56] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.9.0
[14:36:56] [Server thread/INFO]: [Shopkeepers] Loading data of 20 shopkeepers..
[14:36:56] [Server thread/INFO]: [WorldGuardRegionEvents] Enabling WorldGuardRegionEvents v1.0
[14:36:56] [Server thread/INFO]: [ItemJoin] Enabling ItemJoin v5.0.6-RELEASE-b395
[14:36:56] [Server thread/INFO]: [ItemJoin] Fetched [{ Multiverse-Core, WorldGuard, HeadDatabase, PlaceholderAPI, Vault }]
[14:36:56] [Server thread/INFO]: [ItemJoin] Checking for updates...
[14:36:56] [Server thread/INFO]: [ItemJoin] You are up to date!
[14:36:56] [Server thread/INFO]: [ItemJoin] has been Enabled.
[14:36:56] [Server thread/INFO]: [ProtectionStones] Enabling ProtectionStones v2.6.6
[14:36:56] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.GreetingFlagHandler
[14:36:56] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.FarewellFlagHandler
[14:36:56] [Server thread/INFO]: PlaceholderAPI support enabled!
[14:36:57] [Server thread/INFO]: Protection Stone Blocks:
[14:36:57] [Server thread/INFO]: - EMERALD_BLOCK (32)
[14:36:57] [Server thread/INFO]: Building region cache...
[14:36:57] [Server thread/INFO]: Building UUID cache... (if slow change async-load-uuid-cache in the config to true)
[14:36:57] [Server thread/INFO]: Checking if PS regions have been updated to UUIDs...
[14:36:57] [Server thread/INFO]: ProtectionStones has successfully started!
[14:36:57] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[14:36:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxetags
[14:36:57] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.ess3.api.IEssentials from Essentials v2.17.2.0 which is not a depend, softdepend or loadbefore of this plugin.
[14:36:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
[14:36:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: VotingPlugin
[14:36:58] [Server thread/WARN]: [PlaceholderAPI] Loaded class me.clip.deluxechat.DeluxeChat from DeluxeChat v1.15.0 which is not a depend, softdepend or loadbefore of this plugin.
[14:36:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxechat
[14:36:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
[14:36:58] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.0.39 which is not a depend, softdepend or loadbefore of this plugin.
[14:36:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
[14:36:58] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.sk89q.worldguard.WorldGuard from WorldGuard v7.0.1;f2118aa which is not a depend, softdepend or loadbefore of this plugin.
[14:36:58] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.sk89q.worldedit.world.World from WorldEdit v7.1.0;8e55131 which is not a depend, softdepend or loadbefore of this plugin.
[14:36:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: worldguard
[14:36:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
[14:36:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: otherplayer
[14:36:58] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[14:36:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[14:36:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
[14:36:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: viaversion
[14:36:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: checkitem
[14:36:58] [Server thread/INFO]: Done (65.084s)! For help, type "help"
[14:36:58] [Server thread/INFO]: Timings Reset
[14:36:58] [Craft Scheduler Thread - 8/INFO]: [HideStream] Running updater ..
[14:36:58] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.15.2(578)
[14:36:58] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version, please read our resource page carefully.
[14:36:58] [Server thread/INFO]: [AuctionHouse] Registered Service Provider Vault for Vault's Economy API
[14:36:58] [Server thread/INFO]: [AuctionHouse] Registered Service Provider LuckPerms for Vault's Chat API
[14:36:58] [Server thread/INFO]: COMBAT > Enabling expansion 'Placeholder Compatibility v14.4'
[14:36:58] [Server thread/INFO]: COMBAT >  
[14:36:58] [Server thread/INFO]: COMBAT > Enabling expansion 'Citizens Compatibility v14.26'
[14:36:58] [Server thread/INFO]: [CombatLogX - Citizens Compatibility] Citizens is not installed, automatically disabling...
[14:36:58] [Server thread/INFO]: COMBAT >  
[14:36:58] [Server thread/INFO]: COMBAT > Enabling expansion 'Factions Compatibility v14.5'
[14:36:58] [Server thread/INFO]: [CombatLogX - Factions Compatibility] Could not find a valid Factions plugin.
[14:36:58] [Server thread/INFO]: [CombatLogX - Factions Compatibility] Automatically disabling...
[14:36:58] [Server thread/INFO]: COMBAT >  
[14:36:58] [Server thread/INFO]: COMBAT > Enabling expansion 'Rewards v14.9'
[14:36:58] [Server thread/INFO]: COMBAT >  
[14:36:58] [Server thread/INFO]: COMBAT > Enabling expansion 'RedProtect Compatibility v14.4'
[14:36:58] [Server thread/INFO]: [CombatLogX - RedProtect Compatibility] Could not find RedProtect plugin.
[14:36:58] [Server thread/INFO]: [CombatLogX - RedProtect Compatibility] Automatically disabling...
[14:36:58] [Server thread/INFO]: COMBAT >  
[14:36:58] [Server thread/INFO]: COMBAT > Enabling expansion 'Cheat Prevention v14.17'
[14:36:58] [Server thread/INFO]: COMBAT >  
[14:36:58] [Server thread/INFO]: COMBAT > Enabling expansion 'Towny Compatibility v14.5'
[14:36:58] [Server thread/INFO]: [CombatLogX - Towny Compatibility] Could not find Towny plugin.
[14:36:58] [Server thread/INFO]: [CombatLogX - Towny Compatibility] Automatically disabling...
[14:36:58] [Server thread/INFO]: COMBAT >  
[14:36:58] [Server thread/INFO]: COMBAT > Enabling expansion 'WorldGuard Compatibility v14.13'
[14:36:58] [Server thread/INFO]: COMBAT >  
[14:36:58] [Server thread/INFO]: COMBAT > Enabling expansion 'Residence Compatibility v14.6'
[14:36:58] [Server thread/INFO]: [CombatLogX - Residence Compatibility] Could not find Residence plugin.
[14:36:58] [Server thread/INFO]: [CombatLogX - Residence Compatibility] Automatically disabling...
[14:36:58] [Server thread/INFO]: COMBAT >  
[14:36:58] [Server thread/INFO]: COMBAT > Enabling expansion 'NotCombatLogX v14.4'
[14:36:58] [Server thread/INFO]: COMBAT >  
[14:36:58] [Server thread/INFO]: COMBAT > Enabling expansion 'Newbie Helper v14.5'
[14:36:58] [Server thread/INFO]: COMBAT >  
[14:36:58] [Server thread/INFO]: COMBAT > Enabling expansion 'Parties Compatibility v14.2'
[14:36:58] [Server thread/INFO]: [CombatLogX - Parties Compatibility] Parties is not installed, automatically disabling...
[14:36:58] [Server thread/INFO]: COMBAT >  
[14:36:58] [Server thread/INFO]: COMBAT > Enabling expansion 'Notifier v14.15'
[14:36:58] [Server thread/INFO]: COMBAT >  
[14:36:58] [Server thread/INFO]: COMBAT > Enabling expansion 'Lands Compatibility v14.7'
[14:36:58] [Server thread/INFO]: [CombatLogX - Lands Compatibility] Could not find Lands plugin.
[14:36:58] [Server thread/INFO]: [CombatLogX - Lands Compatibility] Automatically disabling...
[14:36:58] [Server thread/INFO]: COMBAT >  
[14:36:58] [Server thread/INFO]: COMBAT > Successfully enabled 7 expansions
[14:36:58] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
[14:36:58] [PMSAddon Runner/WARN]: [PlayMoreSounds] Loaded class com.sk89q.worldguard.WorldGuard from WorldGuard v7.0.1;f2118aa which is not a depend, softdepend or loadbefore of this plugin.
[14:36:58] [PMSAddon Runner/WARN]: [PlayMoreSounds] Loaded class com.epicnicity322.worldguardregionevents.events.WGRegionLeaveEvent from WorldGuardRegionEvents v1.0 which is not a depend, softdepend or loadbefore of this plugin.
[14:36:58] [PMSAddon Runner/INFO]: [PlayMoreSounds] + The addon WG Regions was started.
[14:36:58] [PMSAddon Runner/WARN]: [PlayMoreSounds] Loaded class com.earth2me.essentials.Essentials from Essentials v2.17.2.0 which is not a depend, softdepend or loadbefore of this plugin.
[14:36:58] [PMSAddon Runner/INFO]: [PlayMoreSounds] + The addon Essentials Hook was started.
[14:36:58] [Craft Scheduler Thread - 10/INFO]: COMBAT > Checking for updates using the Spigot API...
[14:36:58] [Craft Scheduler Thread - 17/INFO]: [Vault] Checking for Updates ... 
[14:36:58] [Craft Scheduler Thread - 10/INFO]: COMBAT > ==============================================
[14:36:58] [Craft Scheduler Thread - 10/INFO]: COMBAT > CombatLogX Update Checker
[14:36:58] [Craft Scheduler Thread - 10/INFO]: COMBAT >  
[14:36:58] [Craft Scheduler Thread - 10/INFO]: COMBAT > There is an update available!
[14:36:58] [Craft Scheduler Thread - 10/INFO]: COMBAT > Latest Version: 9.9.3.4
[14:36:58] [Craft Scheduler Thread - 10/INFO]: COMBAT > Your Version: 9.9.3.2
[14:36:58] [Craft Scheduler Thread - 10/INFO]: COMBAT > Get it here: https://www.spigotmc.org/resources/combatlogx.31689/
[14:36:58] [Craft Scheduler Thread - 10/INFO]: COMBAT > ==============================================
[14:36:58] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 174 placeholder expansions are available on the cloud.
[14:36:58] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 2 installed expansions have updates available.
[14:36:58] [Craft Scheduler Thread - 8/INFO]: [HideStream] No update was found.
[14:36:58] [Server thread/INFO]: [VotingPlugin] Successfully hooked into vault economy!
[14:36:58] [Server thread/INFO]: [VotingPlugin] Hooked into vault permissions
[14:36:58] [Craft Scheduler Thread - 12/INFO]: MovingDevApiSetup MySQL Database connection!
[14:36:58] [Craft Scheduler Thread - 12/INFO]: MovingDevApiCreate tables for DB!
[14:36:58] [Craft Scheduler Thread - 4/INFO]: [VotingPlugin] VotingPlugin has an update available! Your Version: 5.21.1 New Version: 5.21.3 Use /av download to get the latest update!
[14:36:58] [Craft Scheduler Thread - 17/INFO]: [Vault] No new version available
[14:36:59] [Craft Scheduler Thread - 8/WARN]: [VotingPlugin] Detected an issue with voting sites, check the server startup log for more details
[14:37:00] [Server thread/INFO]: 
[14:37:00] [Server thread/INFO]:  (UltimateAutoRestart) A new update is available!
[14:37:00] [Server thread/INFO]:  Running on Build 37a while latest is Build 37b!
[14:37:00] [Server thread/INFO]:  https://www.spigotmc.org/resources/64414/
[14:37:00] [Server thread/INFO]:  https://www.mc-market.org/resources/9606/
[14:37:00] [Server thread/INFO]: 
[14:37:20] [Craft Scheduler Thread - 15/INFO]: [HeadDatabase] Succesfully loaded 29794 heads!
[14:37:20] [Craft Scheduler Thread - 15/INFO]: [HeadDatabase] Successfully loaded 18 featured tags!
[14:37:50] [LoginProcessingThread/INFO]: UUID of player Tivum is 0b987ad5-4746-4db6-baca-4bc2da0a3f23
[14:37:51] [pool-25-thread-7/WARN]: [PlaceholderAPI] Loaded class me.clip.deluxetags.DeluxeTag from DeluxeTags v1.8.1 which is not a depend, softdepend or loadbefore of this plugin.
[14:37:51] [Server thread/INFO]: Tivum[/96.29.229.120:50126] logged in with entity id 237 at ([world_new]-4.476163980879592, 78.5, 34.31785477480642)
[14:37:52] [Server thread/INFO]: [RewardPRO] eu.superm.minecraft.rewardpro.c.a: Player already joined today.'
[14:38:00] [Server thread/INFO]: Tivum issued server command: /setspawn