Paste #69407: Untitled Paste

Date: 2020/05/22 13:54:37 UTC-07:00
Type: Denizen Script

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


[20:16:45] [Server thread/INFO]: Starting minecraft server version 1.15.2
[20:16:45] [Server thread/INFO]: Loading properties
[20:16:47] [Server thread/INFO]: This server is running Paper version git-Paper-307 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
[20:16:48] [Server thread/INFO]: Server Ping Player Sample Count: 12
[20:16:48] [Server thread/INFO]: Using 4 threads for Netty based IO
[20:16:48] [Server thread/INFO]: Debug logging is disabled
[20:16:48] [Server thread/INFO]: Default game type: SURVIVAL
[20:16:49] [Server thread/INFO]: Generating keypair
[20:16:50] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25601
[20:16:50] [Server thread/INFO]: Using epoll channel type
[20:16:54] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[20:17:06] [Server thread/WARN]: Legacy plugin XProtect v2.4.0 does not specify an api-version.
[20:17:10] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@335693ed]
[20:17:11] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[20:17:11] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_15_R2 as the Bukkit adapter
[20:17:14] [Server thread/INFO]: Ignoring invalid block minecraft:sign
[20:17:14] [Server thread/INFO]: Ignoring invalid block minecraft:wall_sign
[20:17:15] [Server thread/WARN]: Legacy plugin HeadDatabase v4.12.1 does not specify an api-version.
[20:17:15] [Server thread/WARN]: Legacy plugin StaffFacilities v4.6.0 does not specify an api-version.
[20:17:17] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.0.72
[20:17:17] [Server thread/INFO]: [MMOInventory] Loading MMOInventory v1.1.6
[20:17:17] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.6
[20:17:17] [Server thread/INFO]: [MMOLib] Loading MMOLib v1.0.10
[20:17:17] [Server thread/INFO]: [MMOLib] Detected Bukkit Version: v1_15_R1
[20:17:17] [Server thread/INFO]: [EliteLootbox] Loading EliteLootbox v1.5.6
[20:17:17] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
[20:17:17] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0
[20:17:17] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.15.2) has not yet been tested! Proceed with caution.
[20:17:19] [Server thread/INFO]: [XProtect] Loading XProtect v2.4.0
[20:17:19] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.15.2
[20:17:19] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v1.0.3-backward
[20:17:19] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
[20:17:19] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v1.15-195;6dec0ab
[20:17:19] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.15.2-v3
[20:17:27] [Server thread/INFO]: -------- World Settings For [DUMMY] --------
[20:17:27] [Server thread/INFO]: View Distance: 12
[20:17:27] [Server thread/INFO]: Max TNT Explosions: 100
[20:17:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:17:27] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:17:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:17:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:17:27] [Server thread/INFO]: Item Despawn Rate: 6000
[20:17:27] [Server thread/INFO]: Item Merge Radius: 2.5
[20:17:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:17:27] [Server thread/INFO]: Mob Spawn Range: 8
[20:17:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:17:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[20:17:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:17:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:17:27] [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
[20:17:27] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:17:31] [Server thread/INFO]: [EpicRename] Loading EpicRename v3.7
[20:17:31] [Server thread/INFO]: [LightCleaner] Loading LightCleaner v1.15.2-v1
[20:17:31] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.12.1
[20:17:31] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.1
[20:17:31] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.3-SNAPSHOT;2031-662ae2b
[20:17:31] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.26-SNAPSHOT (build 1815)
[20:17:31] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.2.0
[20:17:31] [Server thread/INFO]: [TAB] Loading TAB v2.6.5
[20:17:31] [Server thread/INFO]: [CitizensText] Loading CitizensText v1.17.2
[20:17:31] [Server thread/INFO]: [Guilds] Loading Guilds v3.5.4.8
[20:17:31] [Server thread/INFO]: [Towny] Loading Towny v0.95.2.14
[20:17:31] [Server thread/INFO]: [CMI] Loading CMI v8.6.24.0
[20:17:31] [Server thread/INFO]: [StaffFacilities] Loading StaffFacilities v4.6.0
[20:17:31] [Server thread/INFO]: [Sentinel] Loading Sentinel v2.0.1-SNAPSHOT (build 327)
[20:17:31] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.9.2
[20:17:31] [Server thread/INFO]: [Shopkeepers] Loading config.
[20:17:31] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
[20:17:31] [Server thread/INFO]: [Shopkeepers] Registering defaults.
[20:17:31] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.9.1-3294
[20:17:31] [Server thread/INFO]: [FogusCore] Loading FogusCore v1.9.9
[20:17:31] [Server thread/INFO]: [MMOCore] Loading MMOCore v1.2.4
[20:17:31] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.13.0
[20:17:31] [Server thread/INFO]: [MMOItems] Loading MMOItems v5.3.2
[20:17:31] [Server thread/INFO]: [MMOItems] Hooked onto WorldGuard
[20:17:31] [Server thread/INFO]: [BeautyQuests] Loading BeautyQuests v0.17_BUILD79
[20:17:31] [Server thread/INFO]: New logger inserted: fr.skytasul.quests.QuestsLogger
[20:17:31] [Server thread/INFO]: [QuantumShop] Loading QuantumShop v3.7.3
[20:17:31] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[20:17:31] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.0.72
[20:17:31] [Server thread/INFO]:         __    
[20:17:31] [Server thread/INFO]:   |    |__)   LuckPerms v5.0.72
[20:17:31] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[20:17:31] [Server thread/INFO]: 
[20:17:31] [Server thread/INFO]: [LuckPerms] Loading configuration...
[20:17:32] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[20:17:33] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[20:17:33] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[20:17:34] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2423ms)
[20:17:34] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0
[20:17:34] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[20:17:34] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
[20:17:34] [Server thread/WARN]: [Vault] Loaded class com.Zrips.CMI.Modules.Economy.Economy from CMI v8.6.24.0 which is not a depend, softdepend or loadbefore of this plugin.
[20:17:34] [Server thread/INFO]: [Vault] [Economy] CMI Economy found: Waiting
[20:17:34] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[20:17:34] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b${env.TRAVIS_BUILD_NUMBER}
[20:17:34] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[20:17:34] [Server thread/WARN]: [LuckPerms] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER} which is not a depend, softdepend or loadbefore of this plugin.
[20:17:34] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[20:17:34] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.15.2-v3
[20:17:34] [Server thread/INFO]: [BKCommonLib] BKCommonLib is running on Paper(Spigot) (git-Paper-307) : v1_15_R1 (Minecraft 1.15.2)
[20:17:34] [Server thread/INFO]: [BKCommonLib.Network] [BKCommonLib] [Network] Now using the ProtocolLib library to provide Packet Listener and Monitor support
[20:17:38] [Server thread/INFO]: [BKCommonLib] Want fries with that? We have hidden fries in the FoodUtil class.
[20:17:38] [Server thread/INFO]: [BKCommonLib] BKCommonLib version 1.15.2-v3 (build: 750) enabled! (3.832s)
[20:17:38] [Server thread/INFO]: [FogusCore] Enabling FogusCore v1.9.9
[20:17:38] [Server thread/WARN]: [FogusCore] *** DISCLAIMER ***
[20:17:38] [Server thread/WARN]: [FogusCore] > You're running an unofficial Spigot fork.
[20:17:38] [Server thread/WARN]: [FogusCore] > ONLY OFFICIAL SPIGOT (spigotmc.org) IS SUPPORTED!
[20:17:38] [Server thread/WARN]: [FogusCore] > You won't get any support for any issues unless they are persists on regular Spigot.
[20:17:38] [Server thread/INFO]: [FogusCore] Loaded NMS version: V1_15_R1
[20:17:38] [Server thread/INFO]: [FogusCore] Successfully hooked with LuckPerms permissions
[20:17:38] [Server thread/INFO]: [FogusCore] Successfully hooked with CMIEconomy economy
[20:17:38] [Server thread/INFO]: [FogusCore] Successfully hooked with LuckPerms chat
[20:17:38] [Server thread/INFO]: [FogusCore] [Hook] Vault: Success!
[20:17:38] [Server thread/INFO]: [FogusCore] Plugin loaded in 454 ms!
[20:17:38] [Server thread/INFO]: Preparing level "world"
[20:17:38] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[20:17:39] [Server thread/INFO]: Loaded 6 recipes
[20:17:40] [Server thread/INFO]: -------- World Settings For [world] --------
[20:17:40] [Server thread/INFO]: View Distance: 12
[20:17:40] [Server thread/INFO]: Max TNT Explosions: 100
[20:17:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:17:40] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:17:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:17:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:17:40] [Server thread/INFO]: Item Despawn Rate: 6000
[20:17:40] [Server thread/INFO]: Item Merge Radius: 2.5
[20:17:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:17:40] [Server thread/INFO]: Mob Spawn Range: 8
[20:17:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:17:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[20:17:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:17:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:17:40] [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
[20:17:40] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:17:40] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[20:17:41] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[20:17:41] [Server thread/INFO]: View Distance: 12
[20:17:41] [Server thread/INFO]: Max TNT Explosions: 100
[20:17:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:17:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:17:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:17:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:17:41] [Server thread/INFO]: Item Despawn Rate: 6000
[20:17:41] [Server thread/INFO]: Item Merge Radius: 2.5
[20:17:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:17:41] [Server thread/INFO]: Mob Spawn Range: 8
[20:17:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[20:17:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:17:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:17:41] [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
[20:17:41] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:17:41] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[20:17:41] [Server thread/INFO]: View Distance: 12
[20:17:41] [Server thread/INFO]: Max TNT Explosions: 100
[20:17:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:17:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:17:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:17:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:17:41] [Server thread/INFO]: Item Despawn Rate: 6000
[20:17:41] [Server thread/INFO]: Item Merge Radius: 2.5
[20:17:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:17:41] [Server thread/INFO]: Mob Spawn Range: 8
[20:17:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:17:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[20:17:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:17:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:17:41] [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
[20:17:41] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:17:41] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
[20:17:41] [Paper RegionFile IO Thread/INFO]: [RegionFile] Using Java 8 DirectByteBuffer cleanup method
[20:17:42] [Server thread/INFO]: Loaded 0 spawn chunks for world world
[20:17:43] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:43] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:43] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:43] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:43] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:43] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:44] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:44] [Server thread/INFO]: Preparing spawn area: 42%
[20:17:45] [Server thread/INFO]: Time elapsed: 3909 ms
[20:17:45] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
[20:17:45] [Server thread/INFO]: Loaded 0 spawn chunks for world world_nether
[20:17:48] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:48] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:48] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:48] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:48] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:48] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:48] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:48] [Server thread/INFO]: Time elapsed: 3331 ms
[20:17:48] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
[20:17:48] [Server thread/INFO]: Loaded 0 spawn chunks for world world_the_end
[20:17:49] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:49] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:49] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:49] [Server thread/INFO]: Time elapsed: 1096 ms
[20:17:49] [Server thread/INFO]: [MMOInventory] Enabling MMOInventory v1.1.6
[20:17:49] [Server thread/INFO]: [MMOInventory] Detected Bukkit Version: v1_15_R1
[20:17:49] [Server thread/INFO]: [MMOInventory] Successfully registered 15 inventory slots.
[20:17:49] [Server thread/WARN]: [MMOInventory] Loaded class net.Indyuce.mmoitems.comp.inventory.PlayerInventory from MMOItems v5.3.2 which is not a depend, softdepend or loadbefore of this plugin.
[20:17:49] [Server thread/INFO]: [MMOInventory] Successfully registered 15 inventory slots.
[20:17:49] [Server thread/INFO]: [MMOInventory] Hooked onto MMOItems
[20:17:49] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.6
[20:17:49] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[20:17:49] [Server thread/INFO]: [MMOLib] Enabling MMOLib v1.0.10
[20:17:49] [Server thread/INFO]: [EliteLootbox] Enabling EliteLootbox v1.5.6
[20:17:50] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
[20:17:50] [Server thread/WARN]: [Multiverse-Core] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER} which is not a depend, softdepend or loadbefore of this plugin.
[20:17:50] [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].
[20:17:50] [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.
[20:17:50] [Server thread/INFO]: -------- World Settings For [HeadGame] --------
[20:17:50] [Server thread/INFO]: View Distance: 12
[20:17:50] [Server thread/INFO]: Max TNT Explosions: 100
[20:17:50] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:17:50] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:17:50] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:17:50] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:17:50] [Server thread/INFO]: Item Despawn Rate: 6000
[20:17:50] [Server thread/INFO]: Item Merge Radius: 2.5
[20:17:50] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:17:50] [Server thread/INFO]: Mob Spawn Range: 8
[20:17:50] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:17:50] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[20:17:50] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:17:50] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:17:50] [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
[20:17:50] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:17:50] [Server thread/INFO]: Preparing start region for dimension 'HeadGame'/minecraft:overworld
[20:17:50] [Server thread/INFO]: Loaded 0 spawn chunks for world HeadGame
[20:17:51] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:51] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:51] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:51] [Server thread/INFO]: Time elapsed: 1289 ms
[20:17:51] [Server thread/INFO]: -------- World Settings For [Lobby] --------
[20:17:51] [Server thread/INFO]: View Distance: 12
[20:17:51] [Server thread/INFO]: Max TNT Explosions: 100
[20:17:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:17:51] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:17:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:17:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:17:51] [Server thread/INFO]: Item Despawn Rate: 6000
[20:17:51] [Server thread/INFO]: Item Merge Radius: 2.5
[20:17:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:17:51] [Server thread/INFO]: Mob Spawn Range: 8
[20:17:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:17:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[20:17:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:17:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:17:51] [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
[20:17:51] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:17:51] [Server thread/INFO]: Preparing start region for dimension 'Lobby'/minecraft:overworld
[20:17:52] [Server thread/INFO]: Loaded 0 spawn chunks for world Lobby
[20:17:52] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:52] [Server thread/INFO]: Preparing spawn area: 0%
[20:17:52] [Server thread/INFO]: Time elapsed: 903 ms
[20:17:52] [Server thread/INFO]: -------- World Settings For [Build] --------
[20:17:52] [Server thread/INFO]: View Distance: 12
[20:17:52] [Server thread/INFO]: Max TNT Explosions: 100
[20:17:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:17:52] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:17:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:17:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:17:52] [Server thread/INFO]: Item Despawn Rate: 6000
[20:17:52] [Server thread/INFO]: Item Merge Radius: 2.5
[20:17:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:17:52] [Server thread/INFO]: Mob Spawn Range: 8
[20:17:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:17:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[20:17:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:17:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:17:52] [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
[20:17:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:17:52] [Server thread/INFO]: Preparing start region for dimension 'Build'/minecraft:overworld
[20:17:52] [Server thread/INFO]: Loaded 0 spawn chunks for world Build
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:00] [Server thread/INFO]: Time elapsed: 7540 ms
[20:18:00] [Server thread/INFO]: -------- World Settings For [Geode] --------
[20:18:00] [Server thread/INFO]: View Distance: 12
[20:18:00] [Server thread/INFO]: Max TNT Explosions: 100
[20:18:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:18:00] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:18:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:18:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:18:00] [Server thread/INFO]: Item Despawn Rate: 6000
[20:18:00] [Server thread/INFO]: Item Merge Radius: 2.5
[20:18:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:18:00] [Server thread/INFO]: Mob Spawn Range: 8
[20:18:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:18:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[20:18:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:18:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:18:00] [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
[20:18:00] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:18:00] [Server thread/INFO]: Preparing start region for dimension 'Geode'/minecraft:overworld
[20:18:00] [Server thread/INFO]: Loaded 0 spawn chunks for world Geode
[20:18:01] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:01] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:01] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:01] [Server thread/INFO]: Time elapsed: 1420 ms
[20:18:01] [Server thread/INFO]: -------- World Settings For [buildtest] --------
[20:18:01] [Server thread/INFO]: View Distance: 12
[20:18:01] [Server thread/INFO]: Max TNT Explosions: 100
[20:18:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:18:01] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:18:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:18:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:18:01] [Server thread/INFO]: Item Despawn Rate: 6000
[20:18:01] [Server thread/INFO]: Item Merge Radius: 2.5
[20:18:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:18:01] [Server thread/INFO]: Mob Spawn Range: 8
[20:18:01] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:18:01] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[20:18:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:18:01] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:18:01] [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
[20:18:01] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:18:01] [Server thread/INFO]: Preparing start region for dimension 'buildtest'/minecraft:overworld
[20:18:02] [Server thread/INFO]: Loaded 0 spawn chunks for world buildtest
[20:18:02] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:02] [Server thread/INFO]: Time elapsed: 436 ms
[20:18:02] [Server thread/INFO]: -------- World Settings For [Gizeh2] --------
[20:18:02] [Server thread/INFO]: View Distance: 12
[20:18:02] [Server thread/INFO]: Max TNT Explosions: 100
[20:18:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:18:02] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:18:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:18:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:18:02] [Server thread/INFO]: Item Despawn Rate: 6000
[20:18:02] [Server thread/INFO]: Item Merge Radius: 2.5
[20:18:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:18:02] [Server thread/INFO]: Mob Spawn Range: 8
[20:18:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:18:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[20:18:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:18:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:18:02] [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
[20:18:02] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:18:02] [Server thread/INFO]: Preparing start region for dimension 'Gizeh2'/minecraft:overworld
[20:18:02] [Server thread/INFO]: Loaded 0 spawn chunks for world Gizeh2
[20:18:04] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:04] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:04] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:04] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:04] [Server thread/INFO]: Time elapsed: 1929 ms
[20:18:04] [Server thread/INFO]: -------- World Settings For [Olympe] --------
[20:18:04] [Server thread/INFO]: View Distance: 12
[20:18:04] [Server thread/INFO]: Max TNT Explosions: 100
[20:18:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:18:04] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:18:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:18:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:18:04] [Server thread/INFO]: Item Despawn Rate: 6000
[20:18:04] [Server thread/INFO]: Item Merge Radius: 2.5
[20:18:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:18:04] [Server thread/INFO]: Mob Spawn Range: 8
[20:18:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:18:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[20:18:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:18:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:18:04] [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
[20:18:04] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:18:04] [Server thread/INFO]: Preparing start region for dimension 'Olympe'/minecraft:overworld
[20:18:04] [Server thread/INFO]: Loaded 0 spawn chunks for world Olympe
[20:18:05] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:05] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:05] [Server thread/INFO]: Time elapsed: 748 ms
[20:18:05] [Server thread/INFO]: -------- World Settings For [kalia] --------
[20:18:05] [Server thread/INFO]: View Distance: 12
[20:18:05] [Server thread/INFO]: Max TNT Explosions: 100
[20:18:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:18:05] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:18:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:18:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:18:05] [Server thread/INFO]: Item Despawn Rate: 6000
[20:18:05] [Server thread/INFO]: Item Merge Radius: 2.5
[20:18:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:18:05] [Server thread/INFO]: Mob Spawn Range: 8
[20:18:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:18:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[20:18:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:18:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:18:05] [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
[20:18:05] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:18:05] [Server thread/INFO]: Preparing start region for dimension 'kalia'/minecraft:overworld
[20:18:05] [Server thread/INFO]: Loaded 0 spawn chunks for world kalia
[20:18:06] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:06] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:06] [Server thread/INFO]: Time elapsed: 947 ms
[20:18:06] [Server thread/INFO]: -------- World Settings For [ressources] --------
[20:18:06] [Server thread/INFO]: View Distance: 12
[20:18:06] [Server thread/INFO]: Max TNT Explosions: 100
[20:18:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:18:06] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:18:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:18:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:18:06] [Server thread/INFO]: Item Despawn Rate: 6000
[20:18:06] [Server thread/INFO]: Item Merge Radius: 2.5
[20:18:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:18:06] [Server thread/INFO]: Mob Spawn Range: 8
[20:18:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:18:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[20:18:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:18:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:18:06] [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
[20:18:06] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:18:06] [Server thread/INFO]: Preparing start region for dimension 'ressources'/minecraft:overworld
[20:18:06] [Server thread/INFO]: Loaded 0 spawn chunks for world ressources
[20:18:07] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:07] [Server thread/INFO]: Preparing spawn area: 0%
[20:18:07] [Server thread/INFO]: Time elapsed: 932 ms
[20:18:07] [Server thread/INFO]: [Multiverse-Core] 12 - World(s) loaded.
[20:18:08] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[20:18:08] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
[20:18:08] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
[20:18:08] [Server thread/INFO]: [XProtect] Enabling XProtect v2.4.0*
[20:18:08] [Server thread/INFO]: XProtect -> Loaded 525 words to filter out.
[20:18:08] [Server thread/INFO]: XProtect -> Using ProtocolLib for maximum protection.
[20:18:08] [Server thread/INFO]: XProtect -> Using console filter while under attack.
[20:18:08] [Server thread/INFO]: XProtect -> Registered 0 captcha types.
[20:18:08] [Server thread/INFO]: XProtect -> XProtect v2.4.0 has been enabled successfully.
[20:18:08] [Server thread/INFO]: XProtect -> Plugin licensed to [https://www.spigotmc.org/members/null/].
[20:18:08] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.15.2
[20:18:08] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v1.0.3-backward
[20:18:08] [Server thread/INFO]: [EpicRename] Enabling EpicRename v3.7
[20:18:08] [Server thread/INFO]: [EpicRename] Version: 3.7 MC Version: NEWER_THAN_ONE_DOT_EIGHT
[20:18:08] [Server thread/INFO]: [EpicRename] This plugin is Copyright (c) 2020 Justin "JustBru00" Brubaker. This plugin is licensed under the MPL v2.0. You can view a copy of it at: http://bit.ly/2eMknxx
[20:18:08] [Server thread/INFO]: [EpicRename] Starting to enable plugin...
[20:18:08] [Server thread/INFO]: [EpicRename] Prefix set to: '[EpicRename] '
[20:18:08] [Server thread/INFO]: [EpicRename] Plugin Enabled!
[20:18:08] [Server thread/INFO]: [LightCleaner] Enabling LightCleaner v1.15.2-v1
[20:18:08] [Server thread/INFO]: [LightCleaner] Saving plugins/LightCleaner/config.yml...
[20:18:08] [Server thread/INFO]: [LightCleaner] LightCleaner version 1.15.2-v1 enabled! (0.097s)
[20:18:08] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.12.1*
[20:18:09] [Server thread/INFO]: [HeadDatabase] Utilisez "fr_FR.lang" créé par Knatschkopp et Skollrun
[20:18:09] [Server thread/INFO]: [HeadDatabase] Economy succesfully setup!
[20:18:09] [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.
[20:18:09] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.1
[20:18:09] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[20:18:09] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.3-SNAPSHOT;2031-662ae2b
[20:18:11] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[20:18:11] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[20:18:11] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[20:18:11] [Server thread/INFO]: [WorldGuard] (HeadGame) TNT ignition is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (HeadGame) Lighters are PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (HeadGame) Lava fire is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (HeadGame) Fire spread is UNRESTRICTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'HeadGame'
[20:18:11] [Server thread/INFO]: [WorldGuard] (Lobby) TNT ignition is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (Lobby) Lighters are PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (Lobby) Lava fire is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (Lobby) Fire spread is UNRESTRICTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Lobby'
[20:18:11] [Server thread/INFO]: [WorldGuard] (Build) TNT ignition is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (Build) Lighters are PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (Build) Lava fire is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (Build) Fire spread is UNRESTRICTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Build'
[20:18:11] [Server thread/INFO]: [WorldGuard] (Geode) TNT ignition is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (Geode) Lighters are PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (Geode) Lava fire is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (Geode) Fire spread is UNRESTRICTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Geode'
[20:18:11] [Server thread/INFO]: [WorldGuard] (buildtest) TNT ignition is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (buildtest) Lighters are PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (buildtest) Lava fire is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (buildtest) Fire spread is UNRESTRICTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'buildtest'
[20:18:11] [Server thread/INFO]: [WorldGuard] (Gizeh2) TNT ignition is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (Gizeh2) Lighters are PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (Gizeh2) Lava fire is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (Gizeh2) Fire spread is UNRESTRICTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Gizeh2'
[20:18:11] [Server thread/INFO]: [WorldGuard] (Olympe) TNT ignition is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (Olympe) Lighters are PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (Olympe) Lava fire is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (Olympe) Fire spread is UNRESTRICTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Olympe'
[20:18:11] [Server thread/INFO]: [WorldGuard] (kalia) TNT ignition is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (kalia) Lighters are PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (kalia) Lava fire is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (kalia) Fire spread is UNRESTRICTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'kalia'
[20:18:11] [Server thread/INFO]: [WorldGuard] (ressources) TNT ignition is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (ressources) Lighters are PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (ressources) Lava fire is PERMITTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] (ressources) Fire spread is UNRESTRICTED.
[20:18:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ressources'
[20:18:11] [Server thread/INFO]: [WorldGuard] Loading region data...
[20:18:12] [Server thread/INFO]: [FogusCore] [Hook] WorldGuard: Success!
[20:18:12] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.26-SNAPSHOT (build 1815)
[20:18:12] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.2.0
[20:18:12] [Server thread/INFO]: [TAB] Enabling TAB v2.6.5
[20:18:12] [Server thread/INFO]: [TAB] Server version: 1.15.2 (v1_15_R1)
[20:18:13] [Server thread/INFO]: [TAB] Enabled in 137ms
[20:18:13] [Server thread/INFO]: [CitizensText] Enabling CitizensText v1.17.2
[20:18:13] [Server thread/INFO]: [CitizensText] PlaceholderAPI hooked !
[20:18:13] [Server thread/INFO]: [Guilds] Enabling Guilds v3.5.4.8
[20:18:13] [pool-95-thread-7/INFO]: [TAB] Version 2.7.4 is out! Your version: 2.6.5
[20:18:13] [pool-95-thread-7/INFO]: [TAB] Get the update at https://www.spigotmc.org/resources/57806/
[20:18:13] [Server thread/INFO]:   ________ 
[20:18:13] [Server thread/INFO]:  /  _____/ 
[20:18:13] [Server thread/INFO]: /   \  ___   Guilds v3.5.4.8
[20:18:13] [Server thread/INFO]: \    \_\  \  Server Version: git-Paper-307 (MC: 1.15.2)
[20:18:13] [Server thread/INFO]:  \______  /
[20:18:13] [Server thread/INFO]:         \/ 
[20:18:13] [Server thread/INFO]: [Guilds] Economy Found: CMIEconomy
[20:18:13] [Server thread/INFO]: [Guilds] Permissions Found: LuckPerms
[20:18:15] [Server thread/INFO]: [Guilds] [ACF] Enabled Asynchronous Tab Completion Support!
[20:18:16] [ForkJoinPool.commonPool-worker-1/INFO]: [Guilds] An update is available! Guilds 3.5.5.1 may be downloaded on SpigotMC
[20:18:16] [Server thread/INFO]: [Guilds] Ready to go! That only took 2858ms
[20:18:16] [Server thread/INFO]: [Towny] Enabling Towny v0.95.2.14
[20:18:16] [Server thread/INFO]: ====================      Towny      ========================
[20:18:16] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile
[20:18:16] [TaskChainAsyncQueue Thread 2/INFO]: [Guilds] Bug Fixes
- Fixed a nasty error that displayed when trying to parse papi placeholders when a player was offline
- Fixed the display of balance having lots of excess zeroes. Hopefully should be the last time I have to make that change but no promises

Changes
- I've attempted to add in a default language string for something in the help command to try and fix a small annoying warning with Chinese languages

[20:18:16] [Server thread/INFO]: [Towny] Deleting 3 Old Backups (90-90 days old).
[20:18:17] [Server thread/INFO]: [Towny] Using: LuckPerms 5.0.72 via Vault 1.7.3-b${env.TRAVIS_BUILD_NUMBER}, CMIEconomy via Vault, PlaceholderAPI v2.10.6
[20:18:17] [Server thread/INFO]: [Towny] Time until a New Day: 15 heures, 41 minutes, 43 secondes
[20:18:17] [Server thread/INFO]: =============================================================
[20:18:17] [Server thread/INFO]: [Towny] Version: 0.95.2.14 - Mod Enabled
[20:18:17] [Server thread/INFO]: =============================================================
[20:18:17] [Server thread/INFO]: [CMI] Enabling CMI v8.6.24.0
[20:18:17] [Server thread/INFO]: [CMIPaperLib] Enabling CMIPaperLib v1.0.0
[20:18:17] [Server thread/INFO]: ┏━━━┓ ┏━┓┏━┓ ┏━━┓
[20:18:17] [Server thread/INFO]: ┃┏━┓┃  ┗┛  ┗┫┣┛
[20:18:17] [Server thread/INFO]: ┃┃ ┗┛ ┃┏┓┏┓┃  ┃┃ 
[20:18:17] [Server thread/INFO]: ┃┃ ┏┓ ┃┃┃┃┃┃  ┃┃ 
[20:18:17] [Server thread/INFO]: ┃┗━┛┃ ┃┃┃┃┃┃ ┏┫┣┓
[20:18:17] [Server thread/INFO]: ┗━━━┛ ┗┛┗┛┗┛ ┗━━┛
[20:18:17] [Server thread/INFO]: _______________________________________________________
[20:18:17] [Server thread/INFO]:   Integrating PaperSpigot async methods
[20:18:19] [Server thread/INFO]:   Citizens found.
[20:18:19] [Server thread/INFO]:   47 Enabled and 3 Disabled modules
[20:18:20] [Server thread/INFO]:   Loaded (10) portals into memory. Took 44ms
[20:18:20] [Server thread/INFO]:   Permission plugin: LuckPerms5
[20:18:21] [Server thread/INFO]:   Loaded (48) regular alias into memory. Took 100ms
[20:18:21] [Server thread/INFO]:   Loaded (1) custom text's into memory. Took 2ms
[20:18:21] [Server thread/INFO]:   3.30.1 data base type detected
[20:18:21] [Server thread/INFO]:   Started SqLite data base. Took 284ms
[20:18:21] [Server thread/INFO]:   Enabled Towny support
[20:18:21] [Server thread/INFO]:   Vault was found - Enabling capabilities. Economy: CMIEconomy
[20:18:21] [Server thread/INFO]:   Loaded (5) warning categories into memory. Took 3ms
[20:18:21] [Server thread/INFO]:   Loaded (3) warning commands into memory. Took 0ms
[20:18:21] [Server thread/INFO]:   Loaded (126) custom mob heads into memory. Took 33ms
[20:18:21] [Server thread/INFO]:   Loaded (0) cooldowns into memory. Took 53ms
[20:18:21] [Server thread/INFO]:   Initializing BungeeCord
[20:18:21] [Server thread/INFO]:   Loaded (7) ranks into memory. Took 18ms
[20:18:21] [Server thread/INFO]:   Loaded (8) playtime rewards into memory. Took 3ms
[20:18:21] [Server thread/INFO]:   Loaded (72) player data into memory. Took 49ms
[20:18:22] [Server thread/INFO]:   Loaded (439) playtime records into memory. Took 26ms
[20:18:22] [Server thread/INFO]:   Loaded (0) playtime reward records into memory. Took 0ms
[20:18:23] [Server thread/INFO]:   Registered events. Took 1088ms
[20:18:23] [Server thread/INFO]:   Loaded (0) event action commands into memory. Took 30ms
[20:18:23] [Server thread/INFO]:   Updated (EN) language file. Took 549ms
[20:18:24] [Server thread/INFO]:   Updated (FR) language file. Took 398ms
[20:18:24] [Server thread/INFO]:   Loaded (245) worth values into memory. Took 23ms
[20:18:24] [Server thread/INFO]:   Loaded (13) warps into memory. Took 3ms
[20:18:24] [Server thread/INFO]:   Vault permissions was found - Enabling capabilities.
[20:18:24] [Server thread/INFO]:   PlaceholderAPI hooked.
[20:18:24] [Server thread/INFO]:   PlaceholderAPI was found - Enabling capabilities.
[20:18:24] [Server thread/INFO]:   Starting world timer.
[20:18:24] [Server thread/INFO]:   Initializing world manager.
[20:18:24] [Server thread/INFO]:   Loaded (5) schedules into memory. Took 9ms
[20:18:24] [Server thread/INFO]:   Loaded (12) holograms into memory. Took 15ms
[20:18:24] [Server thread/INFO]:   Loaded (2) skin cache entries into memory. Took 2ms
[20:18:24] [Server thread/INFO]:   Loaded (6) custom recipes into memory. Took 183ms
[20:18:24] [Server thread/INFO]:   Version 8.6.24.0 has been enabled
[20:18:24] [Server thread/INFO]: ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
[20:18:24] [Server thread/INFO]: [Vault][Economy] CMI Economy hooked.
[20:18:24] [Server thread/INFO]: [StaffFacilities] Enabling StaffFacilities v4.6.0*
[20:18:24] [Server thread/INFO]: [StaffFacilities] NMS Compability system enabled. Version it is using: v1_15_R1
[20:18:24] [Server thread/INFO]: [StaffFacilities] French language chosen correctly.
[20:18:24] [Server thread/INFO]: [StaffFacilities] Hooking with: Citizens CMI PlaceholderAPI ProtocolLib!
[20:18:24] [Server thread/INFO]: [StaffFacilities] Could not hook with: CombatLog CombatLogX DiscordSRV DisguiseCraft Dynmap Essentials LibsDisguises MVdWPlaceholderAPI SuperTrails!
[20:18:24] [Server thread/INFO]: [Staff Facilities] Nouvelle mise à jour. Version 4.6.1  et vous êtes en 4.6.0! Télécharger  : https://www.spigotmc.org/resources/staff-facilities.13097/
[20:18:24] [Server thread/INFO]: [StaffFacilities] Plugin enabled. Plugin created by xtomyserrax
[20:18:24] [Server thread/INFO]: [Sentinel] Enabling Sentinel v2.0.1-SNAPSHOT (build 327)
[20:18:24] [Server thread/INFO]: [Sentinel] Sentinel loading...
[20:18:24] [Server thread/INFO]: [Sentinel] Sentinel loaded!
[20:18:25] [Server thread/INFO]: [Sentinel] Vault linked! Group targets will work.
[20:18:25] [Server thread/INFO]: [Sentinel] Sentinel found Towny! Adding support for it!
[20:18:25] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.9.2
[20:18:25] [Server thread/INFO]: [Shopkeepers] Citizens found, enabling NPC shopkeepers.
[20:18:25] [Server thread/INFO]: [Shopkeepers] Loading data of 6 shopkeepers..
[20:18:25] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.9.1-3294
[20:18:25] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.15.2)...
[20:18:25] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
[20:18:25] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 70 ms to scan 1 urls, producing 3 keys and 21 values 
[20:18:25] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 21 ms to scan 1 urls, producing 3 keys and 24 values 
[20:18:25] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 95 ms to scan 12 urls, producing 0 keys and 0 values 
[20:18:25] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 13 ms to scan 1 urls, producing 3 keys and 9 values 
[20:18:25] [Server thread/INFO]: [MythicMobs] MythicMobs CMI Support has been enabled!
[20:18:25] [Server thread/INFO]: [MythicMobs] MythicMobs HolographicDisplays Support has been enabled!
[20:18:25] [Server thread/INFO]: [LumineUtils] (io.lumine.xikage.mythicmobs.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
[20:18:25] [Server thread/INFO]: [MythicMobs] MythicMobs MMOItems Support has been enabled!
[20:18:25] [Server thread/INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled!
[20:18:25] [Server thread/INFO]: [MythicMobs] Loaded ProtocolLib packet handlers
[20:18:25] [Server thread/INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled!
[20:18:25] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
[20:18:25] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
[20:18:25] [Server thread/INFO]: [MythicMobs] Loading Mob Registry...
[20:18:25] [Server thread/INFO]: [MythicMobs] Loading Mob Registry...
[20:18:26] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 103 ms to scan 1 urls, producing 10 keys and 283 values 
[20:18:26] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 44 ms to scan 1 urls, producing 24 keys and 555 values 
[20:18:26] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 25 ms to scan 1 urls, producing 6 keys and 72 values 
[20:18:26] [Server thread/INFO]: [MythicMobs] LOADED
[20:18:26] [Server thread/INFO]: [MythicMobs] LOADED
[20:18:26] [Server thread/INFO]: [MythicMobs] ✓ Loaded 6 mobs.
[20:18:26] [Server thread/INFO]: [MythicMobs] ✓ Loaded 3 vanilla mob overrides.
[20:18:26] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
[20:18:26] [Server thread/INFO]: [MythicMobs] ✓ Loaded 3 skills.
[20:18:26] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 random spawns.
[20:18:26] [Server thread/INFO]: [MythicMobs] ✓ Loaded 8 mythic items.
[20:18:26] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
[20:18:26] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 mob spawners.
[20:18:26] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
[20:18:26] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
[20:18:26] [Server thread/INFO]: [MythicMobs] ✓ MythicMobs Premium v4.9.1 (build 3294) has been successfully loaded!
[20:18:26] [Server thread/INFO]: [FogusCore] [Hook] MythicMobs: Success!
[20:18:26] [Server thread/INFO]: [MMOCore] Enabling MMOCore v1.2.4
[20:18:26] [Server thread/INFO]: [MMOCore] Hooked onto Vault
[20:18:26] [Server thread/INFO]: [MMOCore] Hooked onto PlaceholderAPI
[20:18:26] [Server thread/INFO]: [MMOCore] Hooked onto Citizens
[20:18:26] [Server thread/INFO]: [MMOCore] Hooked onto WorldGuard
[20:18:26] [Server thread/INFO]: [MMOCore] Hooked onto HolographicDisplays
[20:18:26] [Server thread/INFO]: [MMOCore] Hooked onto ShopKeepers
[20:18:27] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.13.0
[20:18:27] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
[20:18:27] [Server thread/INFO]: [GriefPrevention] 5 total claims loaded.
[20:18:32] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
[20:18:32] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
[20:18:32] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
[20:18:32] [Server thread/INFO]: [GriefPrevention] Boot finished.
[20:18:32] [Server thread/INFO]: [MMOItems] Enabling MMOItems v5.3.2
[20:18:32] [Server thread/WARN]: [MMOItems] Could not load tier color from 'DARK_GRAY'
[20:18:32] [Server thread/WARN]: [MMOItems] Could not load tier color from 'GOLD'
[20:18:32] [Server thread/WARN]: [MMOItems] Could not load tier color from 'DARK_PURPLE'
[20:18:32] [Server thread/WARN]: [MMOItems] Could not load tier color from 'DARK_BLUE'
[20:18:32] [Server thread/INFO]: [MMOItems] WorldGenTemplate: basic-template
[20:18:32] [Server thread/INFO]: [MMOItems] WorldGenTemplate: slime-chunks-only
[20:18:32] [Server thread/INFO]: [MMOItems] Loading crafting stations, please wait..
[20:18:33] [Server thread/INFO]: [MMOItems] Hooked onto HolographicDisplays
[20:18:33] [Server thread/INFO]: [MMOItems] Hooked onto PlaceholderAPI
[20:18:33] [Server thread/INFO]: [MMOItems] Hooked onto MMOCore
[20:18:33] [Server thread/INFO]: [MMOItems] Loading recipes, please wait...
[20:18:33] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Enabling BeautyQuests v0.17_BUILD79
[20:18:33] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Hooked into WorldGuard
[20:18:33] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Hooked into MythicMobs
[20:18:33] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Loaded valid version v1_15_R1
[20:18:33] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Hooked into Vault
[20:18:33] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Hooked into PlaceholderAPI
[20:18:33] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Placeholders registereds !
[20:18:33] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Hooked into HolographicDisplays
[20:18:33] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Loaded language file locales/fr_FR.yml (0.025s)!
[20:18:33] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Loaded start particles: REDSTONE in shape POINT with color "R255 G255 B0"
[20:18:33] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Loaded talk particles: VILLAGER_HAPPY in shape BAR
[20:18:33] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Loaded next particles: SMOKE_NORMAL in shape SPOT
[20:18:33] [Server thread/INFO]: [QuantumShop] Enabling QuantumShop v3.7.3
[20:18:33] [Server thread/WARN]: [QuantumShop] *** DISCLAIMER ***
[20:18:33] [Server thread/WARN]: [QuantumShop] > You're running an unofficial Spigot fork.
[20:18:33] [Server thread/WARN]: [QuantumShop] > ONLY OFFICIAL SPIGOT (spigotmc.org) IS SUPPORTED!
[20:18:33] [Server thread/WARN]: [QuantumShop] > You won't get any support for any issues unless they are persists on regular Spigot.
[20:18:33] [Server thread/INFO]: [QuantumShop] Powered by: FogusCore
[20:18:33] [Server thread/INFO]: [QuantumShop] [Hook] Citizens: Success!
[20:18:33] [Server thread/INFO]: [QuantumShop] [Hook] MySQL-Tokens: Not found.
[20:18:33] [Server thread/INFO]: [QuantumShop] [Hook] PlayerPoints: Not found.
[20:18:33] [Server thread/INFO]: [QuantumShop] [Hook] PlotSquared: Not found.
[20:18:33] [Server thread/INFO]: [QuantumShop] [Hook] Lands: Not found.
[20:18:33] [Server thread/INFO]: [QuantumShop] Registered new currency: exp
[20:18:33] [Server thread/INFO]: [QuantumShop] Registered new currency: vault
[20:18:33] [Server thread/INFO]: [QuantumShop] Storage type: SQLite
[20:18:33] [Server thread/INFO]: [QuantumShop] Waiting for external currencies...
[20:18:33] [Server thread/INFO]: [QuantumShop] Plugin loaded in 47 ms!
[20:18:34] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[20:18:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
[20:18:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
[20:18:34] [Server thread/INFO]: Starting GS4 status listener
[20:18:34] [Server thread/INFO]: Starting remote control listener
[20:18:34] [Query Listener #1/INFO]: Query running on 0.0.0.0:25601
[20:18:34] [RCON Listener #2/INFO]: RCON running on 0.0.0.0:25665
[20:18:34] [Server thread/INFO]: Running delayed init tasks
[20:18:34] [Server thread/WARN]: [WorldEdit] Loaded class com.sk89q.worldguard.protection.association.RegionAssociable from WorldGuard v7.0.3-SNAPSHOT;2031-662ae2b which is not a depend, softdepend or loadbefore of this plugin.
[20:18:34] [Server thread/WARN]: [WorldEdit] Loaded class com.palmergames.bukkit.towny.exceptions.NotRegisteredException from Towny v0.95.2.14 which is not a depend, softdepend or loadbefore of this plugin.
[20:18:34] [Craft Scheduler Thread - 20/INFO]: [Vault] Checking for Updates ... 
[20:18:34] [Craft Scheduler Thread - 9/INFO]: XProtect -> Found a new update! Download it using https://www.spigotmc.org/resources/67863/ to stay updated.
[20:18:34] [Craft Scheduler Thread - 15/INFO]: [MMOCore] A new build is available: 1.3 (you are running 1.2.4)
[20:18:34] [Craft Scheduler Thread - 15/INFO]: [MMOCore] Download it here: https://www.spigotmc.org/resources/70575/
[20:18:34] [Craft Scheduler Thread - 18/INFO]: [MMOItems] A new build is available: 5.4.2 (you are running 5.3.2)
[20:18:34] [Craft Scheduler Thread - 18/INFO]: [MMOItems] Download it here: https://www.spigotmc.org/resources/39267/
[20:18:34] [Craft Scheduler Thread - 7/INFO]: [MMOLib] A new build is available: 1.1.2 (you are running 1.0.10)
[20:18:34] [Craft Scheduler Thread - 7/INFO]: [MMOLib] Download it here: https://www.spigotmc.org/resources/73855/
[20:18:35] [Server thread/INFO]: [QuantumShop] [Gui] Shops Loaded: 1
[20:18:35] [Server thread/INFO]: [QuantumShop] Loaded module: Gui v1.6.0 in 173 ms.
[20:18:35] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 174 placeholder expansions are available on the cloud.
[20:18:35] [Server thread/WARN]: [FogusCore] Loaded class su.nightexpress.quantumshop.modules.list.chestshop.nms.V1_15_R1 from QuantumShop v3.7.3 which is not a depend, softdepend or loadbefore of this plugin.
[20:18:35] [Server thread/INFO]: [QuantumShop] [Chest Shop] Shops Loaded: 0
[20:18:35] [Server thread/INFO]: [QuantumShop] Loaded module: Chest Shop v1.1 in 135 ms.
[20:18:35] [Craft Scheduler Thread - 20/INFO]: [Vault] Stable Version: 1.7.2 | Current Version: 1.7.3
[20:18:36] [Server thread/ERROR]: [Citizens] The trait sitting failed to load for NPC ID: 34.
[20:18:36] [Server thread/ERROR]: [Citizens] The trait sitting failed to load for NPC ID: 42.
[20:18:36] [Craft Scheduler Thread - 10/INFO]: [HeadDatabase] Succesfully loaded 29791 heads!
[20:18:36] [Server thread/ERROR]: [Citizens] The trait sitting failed to load for NPC ID: 57.
[20:18:36] [Craft Scheduler Thread - 10/INFO]: [HeadDatabase] Successfully loaded 18 featured tags!
[20:18:36] [Craft Scheduler Thread - 10/WARN]: [HeadDatabase] You are using a outdated version!
[20:18:36] [Craft Scheduler Thread - 10/WARN]: [HeadDatabase] Latest version: 4.12.2. You are on version: 4.12.1.
[20:18:36] [Craft Scheduler Thread - 10/WARN]: [HeadDatabase] Update here: https://www.spigotmc.org/resources/head-database.14280/
[20:18:37] [Server thread/INFO]: [Citizens] Loaded 70 NPCs.
[20:18:37] [Server thread/INFO]: [MythicMobs] ✓Using HolographicDisplays plugin for holograms
[20:18:37] [Server thread/INFO]: [MythicMobs] ✓Using HolographicDisplays plugin for holograms
[20:18:37] [Server thread/INFO]: Done (111.530s)! For help, type "help"
[20:18:37] [Server thread/INFO]: Timings Reset
[20:18:37] [Server thread/INFO]: [StaffFacilities] Finished loading StaffPlayer data.
[20:18:38] [Server thread/INFO]: [CitizensText] 11 texts loadeds
[20:18:39] [Server thread/INFO]:  
#------------------- Chest Commands Errors -------------------#
1) The icon "will-not-close" in the menu "example.yml" has an invalid ID: invalid material "sign"
#-------------------------------------------------------------#
[20:18:39] [Server thread/INFO]: [QuantumShop] Auto-save: Saved 0 online users | 0 offline users.
[20:18:40] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5093ms or 101 ticks behind
[20:18:43] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] 12 quests loaded (0.267s)!
[20:18:43] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Periodic saves task started (18000 ticks). Task ID: 2257