Paste #54293: Output

Date: 2019/05/24 22:35:44 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


[01:33:27] [Server thread/INFO]: Starting minecraft server version 1.14.1
[01:33:27] [Server thread/INFO]: Loading properties
[01:33:27] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-03bd4b0-c45c0a9 (MC: 1.14.1) (Implementing API version 1.14.1-R0.1-SNAPSHOT)
[01:33:27] [Server thread/INFO]: Debug logging is disabled
[01:33:27] [Server thread/INFO]: Server Ping Player Sample Count: 12
[01:33:27] [Server thread/INFO]: Using 4 threads for Netty based IO
[01:33:28] [Server thread/INFO]: Default game type: SURVIVAL
[01:33:28] [Server thread/INFO]: Generating keypair
[01:33:28] [Server thread/INFO]: Starting Minecraft server on *:25565
[01:33:28] [Server thread/INFO]: Using epoll channel type
[01:33:36] [Server thread/WARN]: Plugin PlaceholderAPI v2.10.2 does not specify an api-version.
[01:33:36] [Server thread/WARN]: Plugin ProtocolLib v4.5.0-SNAPSHOT does not specify an api-version.
[01:33:36] [Server thread/WARN]: Plugin DeluxeTags v1.7.1 does not specify an api-version.
[01:33:36] [Server thread/WARN]: Plugin Vault v1.6.11 does not specify an api-version.
[01:33:37] [Server thread/WARN]: Plugin ScoreBoard v1.2.1 does not specify an api-version.
[01:33:37] [Server thread/WARN]: Plugin ExtraContexts v1.0-SNAPSHOT does not specify an api-version.
[01:33:38] [Server thread/INFO]: Reflections took 189 ms to scan 1 urls, producing 13 keys and 21 values 
[01:33:38] [Server thread/WARN]: Plugin TAB v2.4.8 does not specify an api-version.
[01:33:38] [Server thread/WARN]: Plugin BossShop v2.7.5 does not specify an api-version.
[01:33:38] [Server thread/WARN]: Plugin Depenizen v1.0.0 (build 470) does not specify an api-version.
[01:33:38] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.17.4
[01:33:38] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.4.1
[01:33:39] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.0-SNAPSHOT;4286-8ee484f
[01:33:40] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@4ba29912]
[01:33:40] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R2 as the Bukkit adapter
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=0]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=1]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=2]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=3]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=4]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=5]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=6]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=7]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=8]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=9]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=10]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=11]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=12]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=13]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=14]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:sign[rotation=15]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:wall_sign[facing=north]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:wall_sign[facing=south]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:wall_sign[facing=west]
[01:33:41] [Server thread/WARN]: Unknown block: minecraft:wall_sign[facing=east]
[01:33:41] [Server thread/WARN]: Unknown item: minecraft:sign
[01:33:41] [Server thread/WARN]: Unknown item: minecraft:rose_red
[01:33:41] [Server thread/WARN]: Unknown item: minecraft:cactus_green
[01:33:41] [Server thread/WARN]: Unknown item: minecraft:dandelion_yellow
[01:33:41] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.2
[01:33:41] [Server thread/INFO]: [Votifier] Loading Votifier v2.5.2
[01:33:41] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0-SNAPSHOT
[01:33:41] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.14.1) has not yet been tested! Proceed with caution.
[01:33:41] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.0-SNAPSHOT;1887-36d25c0
[01:33:41] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v3.0.0-SNAPSHOT-b761
[01:33:41] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.7.1
[01:33:41] [Server thread/INFO]: [PhantomSMP] Loading PhantomSMP v1.1.0
[01:33:41] [Server thread/INFO]: [Crates] Loading Crates v1.9
[01:33:41] [Server thread/INFO]: [Vault] Loading Vault v1.6.11
[01:33:41] [Server thread/INFO]: [TokenManager] Loading TokenManager v3.2.3-SNAPSHOT
[01:33:41] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.2
[01:33:41] [Server thread/INFO]: [VentureChat] Loading VentureChat v2.15
[01:33:41] [Server thread/INFO]: [ScoreBoard] Loading ScoreBoard v1.2.1
[01:33:41] [Server thread/INFO]: [GadgetsMenu] Loading GadgetsMenu v4.3.17
[01:33:41] [Server thread/INFO]: [Item2Chat] Loading Item2Chat v4.2.0
[01:33:41] [Server thread/INFO]: [ExtraContexts] Loading ExtraContexts v1.0-SNAPSHOT
[01:33:41] [Server thread/INFO]: [PerWorldInventory] Loading PerWorldInventory v2.2.2
[01:33:41] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.3-SNAPSHOT
[01:33:41] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.1
[01:33:41] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.25-SNAPSHOT (build 1693)
[01:33:41] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.16.6
[01:33:41] [Server thread/INFO]: [TAB] Loading TAB v2.4.8
[01:33:41] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.0
[01:33:41] [Server thread/INFO]: [BossShop] Loading BossShop v2.7.5
[01:33:41] [Server thread/INFO]: [ParticleHats] Loading ParticleHats v4.0.4-snapshot
[01:33:41] [Server thread/INFO]: [Denizen] Loading Denizen v1.0.6-SNAPSHOT (build 799-DEV)
[01:33:41] [Server thread/INFO]: [CMI] Loading CMI v8.6.3.2
[01:33:41] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.11.6
[01:33:41] [Server thread/INFO]: [Depenizen] Loading Depenizen v1.0.0 (build 470)
[01:33:41] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.4.1
[01:33:41] [Server thread/INFO]:         __    
[01:33:41] [Server thread/INFO]:   |    |__)   LuckPerms v4.4.1
[01:33:41] [Server thread/INFO]:   |___ |      Running on Bukkit - CraftBukkit
[01:33:41] [Server thread/INFO]: 
[01:33:41] [Server thread/INFO]: [LuckPerms] Loading configuration...
[01:33:41] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[01:33:42] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[01:33:42] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[01:33:42] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1016ms)
[01:33:42] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0-SNAPSHOT
[01:33:42] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[01:33:42] [Server thread/INFO]: [Vault] Enabling Vault v1.6.11
[01:33:42] [Server thread/INFO]: [Vault] [Economy] CMI Economy found: Waiting
[01:33:42] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[01:33:42] [Server thread/INFO]: [Vault] Enabled Version 1.6.11
[01:33:42] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[01:33:42] [Server thread/INFO]: Preparing level "world"
[01:33:42] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[01:33:43] [Server thread/INFO]: Loaded 6 recipes
[01:33:44] [Server thread/INFO]: -------- World Settings For [world] --------
[01:33:44] [Server thread/INFO]: Experience Merge Radius: 3.0
[01:33:44] [Server thread/INFO]: Mob Spawn Range: 6
[01:33:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Cane Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Melon Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Carrot Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Potato Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Vine Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[01:33:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[01:33:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[01:33:44] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[01:33:44] [Server thread/INFO]: Max TNT Explosions: 100
[01:33:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[01:33:44] [Server thread/INFO]: View Distance: 8
[01:33:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[01:33:44] [Server thread/INFO]: Item Despawn Rate: 6000
[01:33:44] [Server thread/INFO]: Item Merge Radius: 2.5
[01:33:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
[01:33:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[01:33:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[01:33:44] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[01:33:44] [Server thread/INFO]: Experience Merge Radius: 3.0
[01:33:44] [Server thread/INFO]: Mob Spawn Range: 6
[01:33:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Cane Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Melon Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Carrot Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Potato Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Vine Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[01:33:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[01:33:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[01:33:44] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[01:33:44] [Server thread/INFO]: Max TNT Explosions: 100
[01:33:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[01:33:44] [Server thread/INFO]: View Distance: 8
[01:33:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[01:33:44] [Server thread/INFO]: Item Despawn Rate: 6000
[01:33:44] [Server thread/INFO]: Item Merge Radius: 2.5
[01:33:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
[01:33:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[01:33:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[01:33:44] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[01:33:44] [Server thread/INFO]: Experience Merge Radius: 3.0
[01:33:44] [Server thread/INFO]: Mob Spawn Range: 6
[01:33:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Cane Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Melon Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Carrot Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Potato Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Vine Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[01:33:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[01:33:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[01:33:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[01:33:44] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[01:33:44] [Server thread/INFO]: Max TNT Explosions: 100
[01:33:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[01:33:44] [Server thread/INFO]: View Distance: 8
[01:33:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[01:33:44] [Server thread/INFO]: Item Despawn Rate: 6000
[01:33:44] [Server thread/INFO]: Item Merge Radius: 2.5
[01:33:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
[01:33:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[01:33:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[01:33:44] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
[01:33:44] [Server-Worker-7/INFO]: Preparing spawn area: 0%
[01:33:44] [Server-Worker-4/INFO]: Preparing spawn area: 0%
[01:33:45] [Server-Worker-6/INFO]: Preparing spawn area: 0%
[01:33:45] [Server-Worker-7/INFO]: Preparing spawn area: 0%
[01:33:46] [Server-Worker-5/INFO]: Preparing spawn area: 1%
[01:33:46] [Server-Worker-1/INFO]: Preparing spawn area: 9%
[01:33:47] [Server-Worker-4/INFO]: Preparing spawn area: 31%
[01:33:47] [Server-Worker-1/INFO]: Preparing spawn area: 54%
[01:33:48] [Server-Worker-1/INFO]: Preparing spawn area: 89%
[01:33:49] [Server thread/INFO]: Time elapsed: 4623 ms
[01:33:49] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
[01:33:49] [Server-Worker-4/INFO]: Preparing spawn area: 0%
[01:33:49] [Server-Worker-1/INFO]: Preparing spawn area: 0%
[01:33:50] [Server-Worker-1/INFO]: Preparing spawn area: 0%
[01:33:50] [Server-Worker-4/INFO]: Preparing spawn area: 0%
[01:33:51] [Server-Worker-5/INFO]: Preparing spawn area: 4%
[01:33:51] [Server-Worker-1/INFO]: Preparing spawn area: 16%
[01:33:52] [Server-Worker-5/INFO]: Preparing spawn area: 18%
[01:33:52] [Server-Worker-6/INFO]: Preparing spawn area: 50%
[01:33:53] [Server thread/INFO]: Time elapsed: 4143 ms
[01:33:53] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
[01:33:53] [Server-Worker-5/INFO]: Preparing spawn area: 0%
[01:33:53] [Server-Worker-6/INFO]: Preparing spawn area: 0%
[01:33:54] [Server thread/INFO]: Time elapsed: 1044 ms
[01:33:54] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.17.4
[01:33:54] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[01:33:54] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[01:33:54] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.0-SNAPSHOT;4286-8ee484f
[01:33:54] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[01:33:54] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[01:33:54] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.2
[01:33:54] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[01:33:54] [Server thread/INFO]: [Votifier] Enabling Votifier v2.5.2
[01:33:54] [Server thread/INFO]: [Votifier] Loaded token for website: default
[01:33:54] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
[01:33:54] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.0-SNAPSHOT;1887-36d25c0
[01:33:54] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0:8192.
[01:33:54] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[01:33:54] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[01:33:54] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[01:33:54] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[01:33:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[01:33:54] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[01:33:54] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[01:33:54] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[01:33:54] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[01:33:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[01:33:54] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[01:33:54] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[01:33:54] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[01:33:54] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[01:33:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[01:33:54] [Server thread/INFO]: [WorldGuard] Loading region data...
[01:33:54] [Server thread/WARN]: [WorldGuard] "WorldGuard v7.0.0-SNAPSHOT;1887-36d25c0" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener.onCreatePortal(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [].
[01:33:54] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v3.0.0-SNAPSHOT-b761
[01:33:54] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v3.0.0-SNAPSHOT-b761" 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].
[01:33:54] [Server thread/INFO]: -------- World Settings For [adminworld] --------
[01:33:54] [Server thread/INFO]: Experience Merge Radius: 3.0
[01:33:54] [Server thread/INFO]: Mob Spawn Range: 6
[01:33:54] [Server thread/INFO]: Cactus Growth Modifier: 100%
[01:33:54] [Server thread/INFO]: Cane Growth Modifier: 100%
[01:33:54] [Server thread/INFO]: Melon Growth Modifier: 100%
[01:33:54] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[01:33:54] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[01:33:54] [Server thread/INFO]: Sapling Growth Modifier: 100%
[01:33:54] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[01:33:54] [Server thread/INFO]: Carrot Growth Modifier: 100%
[01:33:54] [Server thread/INFO]: Potato Growth Modifier: 100%
[01:33:54] [Server thread/INFO]: Wheat Growth Modifier: 100%
[01:33:54] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[01:33:54] [Server thread/INFO]: Vine Growth Modifier: 100%
[01:33:54] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[01:33:54] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[01:33:54] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[01:33:54] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[01:33:54] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[01:33:54] [Server thread/INFO]: Max TNT Explosions: 100
[01:33:54] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[01:33:54] [Server thread/INFO]: View Distance: 8
[01:33:54] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[01:33:54] [Server thread/INFO]: Item Despawn Rate: 6000
[01:33:54] [Server thread/INFO]: Item Merge Radius: 2.5
[01:33:54] [Server thread/INFO]: Arrow Despawn Rate: 1200
[01:33:54] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[01:33:54] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[01:33:54] [Server thread/INFO]: Preparing start region for dimension 'adminworld'/minecraft:overworld
[01:33:57] [Server-Worker-5/INFO]: Preparing spawn area: 0%
[01:33:57] [Server-Worker-2/INFO]: Preparing spawn area: 0%
[01:33:57] [Server-Worker-4/INFO]: Preparing spawn area: 0%
[01:33:57] [Server-Worker-5/INFO]: Preparing spawn area: 0%
[01:33:57] [Server-Worker-5/INFO]: Preparing spawn area: 0%
[01:33:57] [Server-Worker-5/INFO]: Preparing spawn area: 0%
[01:33:58] [Server-Worker-7/INFO]: Preparing spawn area: 24%
[01:33:58] [Server-Worker-6/INFO]: Preparing spawn area: 24%
[01:33:58] [Server-Worker-7/INFO]: Preparing spawn area: 24%
[01:33:59] [Server thread/INFO]: Time elapsed: 4372 ms
[01:33:59] [Server thread/INFO]: [WorldGuard] (adminworld) TNT ignition is PERMITTED.
[01:33:59] [Server thread/INFO]: [WorldGuard] (adminworld) Lighters are PERMITTED.
[01:33:59] [Server thread/INFO]: [WorldGuard] (adminworld) Lava fire is blocked.
[01:33:59] [Server thread/INFO]: [WorldGuard] (adminworld) Fire spread is UNRESTRICTED.
[01:33:59] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'adminworld'
[01:33:59] [Server thread/INFO]: [Multiverse-Core-Debug] Permissions nodes were already added for adminworld
[01:33:59] [Server thread/INFO]: -------- World Settings For [builders] --------
[01:33:59] [Server thread/INFO]: Experience Merge Radius: 3.0
[01:33:59] [Server thread/INFO]: Mob Spawn Range: 6
[01:33:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
[01:33:59] [Server thread/INFO]: Cane Growth Modifier: 100%
[01:33:59] [Server thread/INFO]: Melon Growth Modifier: 100%
[01:33:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[01:33:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[01:33:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
[01:33:59] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[01:33:59] [Server thread/INFO]: Carrot Growth Modifier: 100%
[01:33:59] [Server thread/INFO]: Potato Growth Modifier: 100%
[01:33:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
[01:33:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[01:33:59] [Server thread/INFO]: Vine Growth Modifier: 100%
[01:33:59] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[01:33:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[01:33:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[01:33:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[01:33:59] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[01:33:59] [Server thread/INFO]: Max TNT Explosions: 100
[01:33:59] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[01:33:59] [Server thread/INFO]: View Distance: 8
[01:33:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[01:33:59] [Server thread/INFO]: Item Despawn Rate: 6000
[01:33:59] [Server thread/INFO]: Item Merge Radius: 2.5
[01:33:59] [Server thread/INFO]: Arrow Despawn Rate: 1200
[01:33:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[01:33:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[01:33:59] [Server thread/INFO]: Preparing start region for dimension 'builders'/minecraft:overworld
[01:33:59] [Server-Worker-4/INFO]: Preparing spawn area: 0%
[01:33:59] [Server-Worker-7/INFO]: Preparing spawn area: 0%
[01:34:00] [Server-Worker-1/INFO]: Preparing spawn area: 29%
[01:34:00] [Server-Worker-1/INFO]: Preparing spawn area: 34%
[01:34:01] [Server-Worker-1/INFO]: Preparing spawn area: 88%
[01:34:01] [Server thread/INFO]: Time elapsed: 2114 ms
[01:34:01] [Server thread/INFO]: [WorldGuard] (builders) TNT ignition is PERMITTED.
[01:34:01] [Server thread/INFO]: [WorldGuard] (builders) Lighters are PERMITTED.
[01:34:01] [Server thread/INFO]: [WorldGuard] (builders) Lava fire is blocked.
[01:34:01] [Server thread/INFO]: [WorldGuard] (builders) Fire spread is UNRESTRICTED.
[01:34:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'builders'
[01:34:01] [Server thread/INFO]: [Multiverse-Core-Debug] Permissions nodes were already added for builders
[01:34:01] [Server thread/INFO]: -------- World Settings For [void] --------
[01:34:01] [Server thread/INFO]: Experience Merge Radius: 3.0
[01:34:01] [Server thread/INFO]: Mob Spawn Range: 6
[01:34:01] [Server thread/INFO]: Cactus Growth Modifier: 100%
[01:34:01] [Server thread/INFO]: Cane Growth Modifier: 100%
[01:34:01] [Server thread/INFO]: Melon Growth Modifier: 100%
[01:34:01] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[01:34:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[01:34:01] [Server thread/INFO]: Sapling Growth Modifier: 100%
[01:34:01] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[01:34:01] [Server thread/INFO]: Carrot Growth Modifier: 100%
[01:34:01] [Server thread/INFO]: Potato Growth Modifier: 100%
[01:34:01] [Server thread/INFO]: Wheat Growth Modifier: 100%
[01:34:01] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[01:34:01] [Server thread/INFO]: Vine Growth Modifier: 100%
[01:34:01] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[01:34:01] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[01:34:01] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[01:34:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[01:34:01] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[01:34:01] [Server thread/INFO]: Max TNT Explosions: 100
[01:34:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[01:34:01] [Server thread/INFO]: View Distance: 8
[01:34:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[01:34:01] [Server thread/INFO]: Item Despawn Rate: 6000
[01:34:01] [Server thread/INFO]: Item Merge Radius: 2.5
[01:34:01] [Server thread/INFO]: Arrow Despawn Rate: 1200
[01:34:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[01:34:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[01:34:01] [Server thread/INFO]: Preparing start region for dimension 'void'/minecraft:overworld
[01:34:01] [Server-Worker-3/INFO]: Preparing spawn area: 0%
[01:34:01] [Server-Worker-2/INFO]: Preparing spawn area: 23%
[01:34:02] [Server thread/INFO]: Time elapsed: 726 ms
[01:34:02] [Server thread/INFO]: [WorldGuard] (void) TNT ignition is PERMITTED.
[01:34:02] [Server thread/INFO]: [WorldGuard] (void) Lighters are PERMITTED.
[01:34:02] [Server thread/INFO]: [WorldGuard] (void) Lava fire is blocked.
[01:34:02] [Server thread/INFO]: [WorldGuard] (void) Fire spread is UNRESTRICTED.
[01:34:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'void'
[01:34:02] [Server thread/INFO]: [Multiverse-Core-Debug] Permissions nodes were already added for void
[01:34:02] [Server thread/INFO]: -------- World Settings For [city2] --------
[01:34:02] [Server thread/INFO]: Experience Merge Radius: 3.0
[01:34:02] [Server thread/INFO]: Mob Spawn Range: 6
[01:34:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
[01:34:02] [Server thread/INFO]: Cane Growth Modifier: 100%
[01:34:02] [Server thread/INFO]: Melon Growth Modifier: 100%
[01:34:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[01:34:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[01:34:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
[01:34:02] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[01:34:02] [Server thread/INFO]: Carrot Growth Modifier: 100%
[01:34:02] [Server thread/INFO]: Potato Growth Modifier: 100%
[01:34:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
[01:34:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[01:34:02] [Server thread/INFO]: Vine Growth Modifier: 100%
[01:34:02] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[01:34:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[01:34:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[01:34:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[01:34:02] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[01:34:02] [Server thread/INFO]: Max TNT Explosions: 100
[01:34:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[01:34:02] [Server thread/INFO]: View Distance: 8
[01:34:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[01:34:02] [Server thread/INFO]: Item Despawn Rate: 6000
[01:34:02] [Server thread/INFO]: Item Merge Radius: 2.5
[01:34:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
[01:34:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[01:34:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[01:34:02] [Server thread/INFO]: Preparing start region for dimension 'city2'/minecraft:overworld
[01:34:02] [Server-Worker-2/INFO]: Preparing spawn area: 0%
[01:34:05] [Server-Worker-3/INFO]: Preparing spawn area: 0%
[01:34:05] [Server-Worker-4/INFO]: Preparing spawn area: 0%
[01:34:05] [Server-Worker-4/INFO]: Preparing spawn area: 0%
[01:34:05] [Server-Worker-5/INFO]: Preparing spawn area: 0%
[01:34:05] [Server-Worker-5/INFO]: Preparing spawn area: 0%
[01:34:05] [Server-Worker-5/INFO]: Preparing spawn area: 0%
[01:34:05] [Server-Worker-7/INFO]: Preparing spawn area: 33%
[01:34:06] [Server thread/INFO]: Time elapsed: 3794 ms
[01:34:06] [Server thread/INFO]: [WorldGuard] (city2) TNT ignition is PERMITTED.
[01:34:06] [Server thread/INFO]: [WorldGuard] (city2) Lighters are PERMITTED.
[01:34:06] [Server thread/INFO]: [WorldGuard] (city2) Lava fire is blocked.
[01:34:06] [Server thread/INFO]: [WorldGuard] (city2) Fire spread is UNRESTRICTED.
[01:34:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'city2'
[01:34:06] [Server thread/INFO]: [Multiverse-Core-Debug] Permissions nodes were already added for city2
[01:34:06] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Cityworld
[01:34:06] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[01:34:06] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: City2
[01:34:06] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[01:34:06] [Server thread/INFO]: -------- World Settings For [cityworld] --------
[01:34:06] [Server thread/INFO]: Experience Merge Radius: 3.0
[01:34:06] [Server thread/INFO]: Mob Spawn Range: 6
[01:34:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
[01:34:06] [Server thread/INFO]: Cane Growth Modifier: 100%
[01:34:06] [Server thread/INFO]: Melon Growth Modifier: 100%
[01:34:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[01:34:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[01:34:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
[01:34:06] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[01:34:06] [Server thread/INFO]: Carrot Growth Modifier: 100%
[01:34:06] [Server thread/INFO]: Potato Growth Modifier: 100%
[01:34:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
[01:34:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[01:34:06] [Server thread/INFO]: Vine Growth Modifier: 100%
[01:34:06] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[01:34:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[01:34:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[01:34:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[01:34:06] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[01:34:06] [Server thread/INFO]: Max TNT Explosions: 100
[01:34:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[01:34:06] [Server thread/INFO]: View Distance: 8
[01:34:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[01:34:06] [Server thread/INFO]: Item Despawn Rate: 6000
[01:34:06] [Server thread/INFO]: Item Merge Radius: 2.5
[01:34:06] [Server thread/INFO]: Arrow Despawn Rate: 1200
[01:34:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[01:34:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[01:34:06] [Server thread/INFO]: Preparing start region for dimension 'cityworld'/minecraft:overworld
[01:34:06] [Server-Worker-6/INFO]: Preparing spawn area: 0%
[01:34:06] [Server-Worker-1/INFO]: Preparing spawn area: 0%
[01:34:07] [Server-Worker-6/INFO]: Preparing spawn area: 54%
[01:34:07] [Server thread/INFO]: Time elapsed: 1414 ms
[01:34:07] [Server thread/INFO]: [WorldGuard] (cityworld) TNT ignition is PERMITTED.
[01:34:07] [Server thread/INFO]: [WorldGuard] (cityworld) Lighters are PERMITTED.
[01:34:07] [Server thread/INFO]: [WorldGuard] (cityworld) Lava fire is blocked.
[01:34:07] [Server thread/INFO]: [WorldGuard] (cityworld) Fire spread is UNRESTRICTED.
[01:34:07] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'cityworld'
[01:34:07] [Server thread/INFO]: [Multiverse-Core-Debug] Permissions nodes were already added for cityworld
[01:34:07] [Server thread/INFO]: -------- World Settings For [amplified] --------
[01:34:07] [Server thread/INFO]: Experience Merge Radius: 3.0
[01:34:07] [Server thread/INFO]: Mob Spawn Range: 6
[01:34:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
[01:34:07] [Server thread/INFO]: Cane Growth Modifier: 100%
[01:34:07] [Server thread/INFO]: Melon Growth Modifier: 100%
[01:34:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[01:34:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[01:34:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
[01:34:07] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[01:34:07] [Server thread/INFO]: Carrot Growth Modifier: 100%
[01:34:07] [Server thread/INFO]: Potato Growth Modifier: 100%
[01:34:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
[01:34:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[01:34:07] [Server thread/INFO]: Vine Growth Modifier: 100%
[01:34:07] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[01:34:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[01:34:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[01:34:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[01:34:07] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[01:34:07] [Server thread/INFO]: Max TNT Explosions: 100
[01:34:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[01:34:07] [Server thread/INFO]: View Distance: 8
[01:34:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[01:34:07] [Server thread/INFO]: Item Despawn Rate: 6000
[01:34:07] [Server thread/INFO]: Item Merge Radius: 2.5
[01:34:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
[01:34:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[01:34:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[01:34:07] [Server thread/INFO]: Preparing start region for dimension 'amplified'/minecraft:overworld
[01:34:07] [Server-Worker-2/INFO]: Preparing spawn area: 0%
[01:34:08] [Server-Worker-2/INFO]: Preparing spawn area: 0%
[01:34:08] [Server-Worker-7/INFO]: Preparing spawn area: 0%
[01:34:09] [Server-Worker-1/INFO]: Preparing spawn area: 1%
[01:34:09] [Server-Worker-5/INFO]: Preparing spawn area: 4%
[01:34:10] [Server-Worker-3/INFO]: Preparing spawn area: 9%
[01:34:10] [Server-Worker-5/INFO]: Preparing spawn area: 9%
[01:34:11] [Server-Worker-4/INFO]: Preparing spawn area: 24%
[01:34:11] [Server-Worker-7/INFO]: Preparing spawn area: 26%
[01:34:12] [Server-Worker-4/INFO]: Preparing spawn area: 35%
[01:34:12] [Server-Worker-6/INFO]: Preparing spawn area: 96%
[01:34:13] [Server thread/INFO]: Time elapsed: 5471 ms
[01:34:13] [Server thread/INFO]: [WorldGuard] (amplified) TNT ignition is PERMITTED.
[01:34:13] [Server thread/INFO]: [WorldGuard] (amplified) Lighters are PERMITTED.
[01:34:13] [Server thread/INFO]: [WorldGuard] (amplified) Lava fire is blocked.
[01:34:13] [Server thread/INFO]: [WorldGuard] (amplified) Fire spread is UNRESTRICTED.
[01:34:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'amplified'
[01:34:13] [Server thread/INFO]: [Multiverse-Core-Debug] Permissions nodes were already added for amplified
[01:34:13] [Server thread/INFO]: [Multiverse-Core] 9 - World(s) loaded.
[01:34:13] [Server thread/INFO]: [Multiverse-Core-Debug] Created AsyncPlayerChatEvent listener.
[01:34:13] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
[01:34:13] [Server thread/INFO]: [Multiverse-Core-Debug] Metrics have run!
[01:34:13] [Server thread/INFO]: [Multiverse-Core] Version 3.0.0-SNAPSHOT-b761 (API v22) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[01:34:13] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.7.1
[01:34:13] [Server thread/INFO]: [DeluxeTags] 11 tags loaded
[01:34:13] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
[01:34:13] [Server thread/INFO]: [DeluxeTags] You are not using DeluxeChat!
[01:34:13] [Server thread/INFO]: [DeluxeTags] DeluxeTags will listen to the AsyncPlayerChatEvent to provide compatibility for some chat plugins.
[01:34:13] [Server thread/INFO]: ----------------------------
[01:34:13] [Server thread/INFO]:      DeluxeTags Updater
[01:34:13] [Server thread/INFO]:  
[01:34:13] [Server thread/INFO]: Could not connect to spigotmc.org
[01:34:13] [Server thread/INFO]: to check for updates! 
[01:34:13] [Server thread/INFO]:  
[01:34:13] [Server thread/INFO]: ----------------------------
[01:34:13] [Server thread/INFO]: ----------------------------
[01:34:13] [Server thread/INFO]:      DeluxeTags Updater
[01:34:13] [Server thread/INFO]:  
[01:34:13] [Server thread/INFO]: You are running 1.7.1
[01:34:13] [Server thread/INFO]: The latest version
[01:34:13] [Server thread/INFO]: of DeluxeTags!
[01:34:13] [Server thread/INFO]:  
[01:34:13] [Server thread/INFO]: ----------------------------
[01:34:13] [Server thread/INFO]: [PhantomSMP] Enabling PhantomSMP v1.1.0
[01:34:13] [Server thread/INFO]: [Crates] Enabling Crates v1.9
[01:34:13] [Server thread/INFO]: [TokenManager] Enabling TokenManager v3.2.3-SNAPSHOT
[01:34:13] [Server thread/INFO]: [TokenManager] Loaded Config.
[01:34:13] [Server thread/INFO]: [TokenManager] Loaded Lang.
[01:34:13] [Server thread/INFO]: [TokenManager] ===============================================
[01:34:13] [Server thread/INFO]: [TokenManager] TokenManager has detected your server as online mode.
[01:34:13] [Server thread/INFO]: [TokenManager] DataManager will operate with UUIDs.
[01:34:13] [Server thread/INFO]: [TokenManager] If your server is NOT in online mode, please manually set online-mode in TokenManager's config.yml.
[01:34:13] [Server thread/INFO]: [TokenManager] ===============================================
[01:34:13] [Server thread/INFO]: [TokenManager] Loaded DataManager.
[01:34:13] [Server thread/INFO]: [TokenManager] ShopConfig: Failed to load displayed item for slot '0' of shop 'examplesubshop': '373:16421' is not a valid material
[01:34:13] [Server thread/INFO]: [TokenManager] Loaded ShopConfig.
[01:34:13] [Server thread/INFO]: [TokenManager] Loaded ShopManager.
[01:34:13] [Server thread/INFO]: [TokenManager] Loaded WorthConfig.
[01:34:13] [Server thread/INFO]: [TokenManager] Successfully hooked into 'PlaceholderAPI'!
[01:34:13] [Server thread/INFO]: [TokenManager] Successfully hooked into 'Vault'!
[01:34:13] [Server thread/INFO]: [TokenManager] Loaded HookManager.
[01:34:13] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.2
[01:34:13] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
[01:34:13] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
[01:34:13] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
[01:34:13] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
[01:34:13] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
[01:34:13] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
[01:34:13] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
[01:34:13] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
[01:34:13] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
[01:34:13] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
[01:34:13] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
[01:34:13] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
[01:34:13] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
[01:34:13] [Server thread/INFO]: [VentureChat] Enabling VentureChat v2.15
[01:34:13] [Server thread/INFO]: [VentureChat] - Initializing...
[01:34:13] [Server thread/INFO]: [VentureChat] - Config found! Loading file.
[01:34:13] [Server thread/INFO]: [VentureChat] - Checking for Vault...
[01:34:13] [Server thread/INFO]: [VentureChat] - Enabled Successfully
[01:34:13] [Server thread/INFO]: [VentureChat] - Registering Listeners
[01:34:13] [Server thread/INFO]: [VentureChat] - Attaching to Executors
[01:34:13] [Server thread/INFO]: [VentureChat] - Establishing BungeeCord
[01:34:13] [Server thread/INFO]: [VentureChat] - Enabling PlaceholderAPI Hook
[01:34:13] [Server thread/INFO]: [VentureChat] - Added placeholders to PlaceholderAPI!
[01:34:13] [Server thread/INFO]: [VentureChat] - Loading player data
[01:34:13] [Server thread/INFO]: [ScoreBoard] Enabling ScoreBoard v1.2.1
[01:34:13] [Server thread/INFO]: (ScoreBoard) » Version: 1.2.1 by SouthCraft (LukixCZE) enabled!
[01:34:13] [Server thread/INFO]: (ScoreBoard) » Essentials not found, disabling support for balance.
[01:34:13] [Server thread/INFO]: [GadgetsMenu] Enabling GadgetsMenu v4.3.17
[01:34:13] [Server thread/INFO]: [GadgetsMenu] ------------------------------------------------------
[01:34:13] [Server thread/INFO]: [GadgetsMenu] GadgetsMenu 4.3.17 is loading... [server: git-Spigot-03bd4b0-c45c0a9 (MC: 1.14.1)]
[01:34:13] [Server thread/INFO]: [GadgetsMenu]                Plugin by Yap Zhen Yie.
[01:34:13] [Server thread/INFO]: [GadgetsMenu]               Date Modified: 20 May 2019
[01:34:13] [Server thread/INFO]: [GadgetsMenu]                            
[01:34:13] [Server thread/INFO]: [GadgetsMenu]              Initializing module v1_14_R1
[01:34:13] [Server thread/INFO]: [GadgetsMenu] ------------------------------------------------------
[01:34:15] [Server thread/INFO]: [GadgetsMenu] Enabled player relative placeholders with ProtocolLib.
[01:34:15] [Server thread/INFO]: [GadgetsMenu] [Placeholder] PlaceholderAPI hooked.
[01:34:15] [Server thread/INFO]: [Item2Chat] Enabling Item2Chat v4.2.0
[01:34:15] [Server thread/INFO]: [Item2Chat] Item2Chat version 4.2.0 is Enabled
[01:34:15] [Server thread/INFO]: [ExtraContexts] Enabling ExtraContexts v1.0-SNAPSHOT
[01:34:15] [Server thread/INFO]: [ExtraContexts] Registering 'worldguard' calculator.
[01:34:15] [Server thread/INFO]: [ExtraContexts] Registering 'placeholderapi' calculator.
[01:34:15] [Server thread/INFO]: [PerWorldInventory] Enabling PerWorldInventory v2.2.2
[01:34:15] [Server thread/INFO]: [ACF] Minecraft Version: 1.14
[01:34:15] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.3-SNAPSHOT
[01:34:15] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[01:34:15] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.1
[01:34:15] [Server thread/INFO]: [BuycraftX] Validating your server key...
[01:34:16] [Server thread/INFO]: [BuycraftX] A new version of BuycraftX (12.0.2) is available. Go to your server panel at https://server.buycraft.net/plugins to download the update.
[01:34:16] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
[01:34:16] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.25-SNAPSHOT (build 1693)
[01:34:16] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.16.6
[01:34:16] [Server thread/INFO]: [TAB] Enabling TAB v2.4.8
[01:34:16] [DiscordSRV - Initialization/WARN]: [DiscordSRV] You're attempting to use a higher config version than the plugin. Things might not work correctly.
[01:34:17] [Server thread/INFO]: [TAB] Enabled in 57ms
[01:34:17] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.0
[01:34:17] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
[01:34:17] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
[01:34:17] [Server thread/INFO]: [BossShop] Enabling BossShop v2.7.5
[01:34:17] [Server thread/INFO]: [BossShop] Loading data...
[01:34:17] [Server thread/INFO]: [BossShop] Hooked into PlaceholderAPI.
[01:34:17] [Server thread/ERROR]: [BossShop] Mistake in Config: 17 (type) is no valid Material!
[01:34:17] [Server thread/ERROR]: [BossShop] Mistake in Config: 17 (type) is no valid Material!
[01:34:17] [Server thread/ERROR]: [BossShop] Was not able to create BuyItem oaklog of Shop Oak Shop! Error at Stage 'Price- and RewardType Adaption'.
[01:34:17] [Server thread/WARN]: java.lang.ClassCastException: class java.lang.String cannot be cast to class java.util.List (java.lang.String and java.util.List are in module java.base of loader 'bootstrap')
[01:34:17] [Server thread/WARN]:     at org.black_ixx.bossshop.managers.misc.InputReader.readItemList(InputReader.java:58)
[01:34:17] [Server thread/WARN]:     at org.black_ixx.bossshop.core.enums.BSBuyType$1.createObject(BSBuyType.java:10)
[01:34:17] [Server thread/WARN]:     at org.black_ixx.bossshop.managers.BuyItemHandler.createBuyItem(BuyItemHandler.java:64)
[01:34:17] [Server thread/WARN]:     at org.black_ixx.bossshop.managers.config.BSConfigShop.loadItem(BSConfigShop.java:168)
[01:34:17] [Server thread/WARN]:     at org.black_ixx.bossshop.managers.config.BSConfigShop.loadItems(BSConfigShop.java:205)
[01:34:17] [Server thread/WARN]:     at org.black_ixx.bossshop.managers.config.BSConfigShop.<init>(BSConfigShop.java:76)
[01:34:17] [Server thread/WARN]:     at org.black_ixx.bossshop.core.BSShops.loadShop(BSShops.java:72)
[01:34:17] [Server thread/WARN]:     at org.black_ixx.bossshop.core.BSShops.loadShops(BSShops.java:45)
[01:34:17] [Server thread/WARN]:     at org.black_ixx.bossshop.core.BSShops.<init>(BSShops.java:26)
[01:34:17] [Server thread/WARN]:     at org.black_ixx.bossshop.managers.ClassManager.<init>(ClassManager.java:48)
[01:34:17] [Server thread/WARN]:     at org.black_ixx.bossshop.BossShop.onEnable(BossShop.java:31)
[01:34:17] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[01:34:17] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
[01:34:17] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:416)
[01:34:17] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:458)
[01:34:17] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:372)
[01:34:17] [Server thread/WARN]:     at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:440)
[01:34:17] [Server thread/WARN]:     at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:258)
[01:34:17] [Server thread/WARN]:     at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:761)
[01:34:17] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:834)
[01:34:17] [Server thread/ERROR]: [BossShop] Probably caused by Config Mistakes.
[01:34:17] [Server thread/ERROR]: [BossShop] For more help, create a ticket here: http://dev.bukkit.org/bukkit-plugins/bossshop/create-ticket/
[01:34:17] [Server thread/ERROR]: [BossShop] Mistake in Config: PLANKS (type) is no valid Material!
[01:34:17] [Server thread/ERROR]: [BossShop] Mistake in Config: PLANKS (type) is no valid Material!
[01:34:17] [Server thread/ERROR]: [BossShop] Mistake in Config: 53 (type) is no valid Material!
[01:34:17] [Server thread/ERROR]: [BossShop] Mistake in Config: 53 (type) is no valid Material!
[01:34:17] [Server thread/ERROR]: [BossShop] Mistake in Config: 324 (type) is no valid Material!
[01:34:17] [Server thread/ERROR]: [BossShop] Mistake in Config: 324 (type) is no valid Material!
[01:34:17] [Server thread/ERROR]: [BossShop] Mistake in Config: 126 (type) is no valid Material!
[01:34:17] [Server thread/ERROR]: [BossShop] Mistake in Config: 126 (type) is no valid Material!
[01:34:17] [Server thread/INFO]: [BossShop] Loaded 17 Shops!
[01:34:17] [Server thread/INFO]: [BossShop] Vault found.
[01:34:17] [Server thread/INFO]: [ParticleHats] Enabling ParticleHats v4.0.4-snapshot
[01:34:17] [Server thread/INFO]: --------------------------------------------------------------------
[01:34:17] [Server thread/INFO]: This is a SNAPSHOT build
[01:34:17] [Server thread/INFO]: 
[01:34:17] [Server thread/INFO]: UPDATE YOUR MENUS!!!
[01:34:17] [Server thread/INFO]: 4.0 introduces new features and changes.
[01:34:17] [Server thread/INFO]: Your current menus may not work correctly.
[01:34:17] [Server thread/INFO]: 
[01:34:17] [Server thread/INFO]: Changes that may affect your menus:
[01:34:17] [Server thread/INFO]: next_page & previous_page actions were removed, use open_menu
[01:34:17] [Server thread/INFO]: old item ids need to be updated for 1.13
[01:34:17] [Server thread/INFO]: --------------------------------------------------------------------
[01:34:17] [Server thread/INFO]: [ParticleHats] 
[01:34:17] [Server thread/INFO]: [ParticleHats] Hooking into SuperVanish
[01:34:17] [Server thread/INFO]: [ParticleHats] Hooking into Vault
[01:34:17] [Server thread/INFO]: [ParticleHats] Loading /messages.yml
[01:34:17] [Server thread/INFO]: [ParticleHats] Loading /groups.yml
[01:34:17] [Server thread/INFO]: [ParticleHats] Loading menus/particles.yml
[01:34:17] [Server thread/INFO]: [ParticleHats] Loading menus/test.yml
[01:34:17] [Server thread/INFO]: [ParticleHats] Loading menus/beanzyy.yml
[01:34:17] [Server thread/INFO]: [ParticleHats] Loading menus/hell.yml
[01:34:17] [Server thread/INFO]: [ParticleHats] 
[01:34:17] [Server thread/INFO]: [ParticleHats] Checking for config updates...
[01:34:17] [Server thread/INFO]: [ParticleHats] No updates were found
[01:34:17] [Server thread/INFO]: [ParticleHats] 
[01:34:17] [Server thread/INFO]: [ParticleHats] Loaded
[01:34:17] [Server thread/INFO]: [Denizen] Enabling Denizen v1.0.6-SNAPSHOT (build 799-DEV)
[01:34:17] [Server thread/INFO]: +> [Denizen] Initializing Denizen Core v1.40-SNAPSHOT (Build 262), implementation for Bukkit version 1.0.6-SNAPSHOT (build 
                   799-DEV) 
[01:34:17] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
[01:34:17] [Server thread/INFO]: +> [Denizen]  _/_ _  ._  _ _ 
[01:34:17] [Server thread/INFO]: +> [Denizen] (/(-/ )/ /_(-/ )  scriptable minecraft 
[01:34:17] [Server thread/INFO]: +> [Denizen]  
[01:34:17] [Server thread/INFO]: +> [Denizen] by: mcmonkey, Morphan1, aufdemrand and others 
[01:34:17] [Server thread/INFO]: +> [Denizen] Chat with us at:  https://discord.gg/Q6pZGSR 
[01:34:17] [Server thread/INFO]: +> [Denizen] Or learn more at:  https://denizenscript.com 
[01:34:17] [Server thread/INFO]: +> [Denizen] version: 1.0.6-SNAPSHOT (build 799-DEV) 
[01:34:17] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
[01:34:17] [Server thread/INFO]:  OKAY! Loaded core commands: [showfake, invisible, animate, ban, modifyblock, cast, midi, else, explode, sidebar, cooldown, 
                   weather, action, scoreboard, if, give, worldborder, chunkload, lookclose, zap, execute, mount, announce, push, fail, firework, 
                   advancement, light, reset, hurt, nbt, wait, flag, log, despawn, webget, goto, attack, event, stand, map, resume, break, 
                   strike, health, team, trigger, fly, itemcooldown, disengage, gamerule, kick, playsound, rename, chat, anchor, fish, leash, 
                   queue, rotate, sign, run, experience, while, playeffect, bossbar, narrate, vulnerable, pushable, create, trait, finish, shoot, 
                   oxygen, walkto, group, yaml, statistic, fakeitem, pose, opentrades, blockcrack, schematic, sync, look, pause, feed, take, 
                   toast, compass, adjust, animatechest, glow, drop, note, teleport, choose, actionbar, inventory, title, remove, sql, switch, 
                   head, foreach, random, reload, repeat, define, heal, copyblock, filecopy, sit, burn, debug, determine, assignment, permission, 
                   follow, displayitem, scribe, async, createworld, spawn, equip, money, engage, time, inject, mark, age, walk] 
[01:34:17] [Server thread/INFO]:  OKAY! Loaded core triggers: [CHAT, CLICK, PROXIMITY, DAMAGE] 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dBiome as b 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dChunk as ch 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dColor as co 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dCuboid as cu 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dEllipsoid as ellipsoid 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dEntity as e 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dInventory as in 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dItem as i 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dLocation as l 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dMaterial as m 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dNPC as n 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dPlayer as p 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dPlugin as pl 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dTrade as trade 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dWorld as w 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: CustomObject as custom 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dList as li 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dList as  fl 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: dScript as s 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: Element as el 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: Duration as d 
[01:34:18] [Server thread/INFO]: +> [Denizen] Registered: ScriptQueue as q 
[01:34:18] [Server thread/INFO]:  OKAY! Added objects to the ObjectFetcher [b, d, ch, e, in, fl, custom, el, i, co, l, m, n, ellipsoid, p, q, cu, trade, s, w, 
                   pl, li] 
[01:34:18] [Server thread/INFO]: [CMI] Enabling CMI v8.6.3.2
[01:34:18] [DiscordSRV - Initialization/WARN]: [DiscordSRV] 

The current build of DiscordSRV is outdated by 99 commits! Get the latest build at your favorite distribution center.

Spigot: https://www.spigotmc.org/resources/discordsrv.18494/
Bukkit Dev: http://dev.bukkit.org/bukkit-plugins/discordsrv/
Source: https://github.com/Scarsz/DiscordSRV

[01:34:18] [Server thread/INFO]: [CMI] Citizens found.
[01:34:18] [Server thread/INFO]: [CMI] 45 Enabled and 2 Disabled modules
[01:34:18] [Server thread/INFO]: [CMI] Loaded (18) portals into memory. Took 19ms
[01:34:18] [Server thread/INFO]: [CMI] Loaded (13) holograms into memory. Took 10ms
[01:34:18] [Server thread/INFO]: [CMI] LuckPerms plugin will be used
[01:34:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Language initialized as English
[01:34:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Thank you so much to these people for allowing DiscordSRV to grow to what it is: Ac3dUd3, Androkai, anton8604, buildblox, Bysokar, CoreyD97, DeeKay, Diamondman121314/DMAN, FataL, Foxy, geekhideout, Helmic, KaizenWorlds, LDSG Ghost, Mick, mikedmd, mikedmd again, Mitecraft, PChard, Rui, Ryan (The Loyal One), Sicnus
[01:34:19] [Server thread/INFO]: [CMI] Loaded (46) regular alias into memory. Took 30ms
[01:34:19] [Server thread/INFO]: [CMI] Loaded (2) custom text's into memory. Took 2ms
[01:34:19] [Server thread/INFO]: [CMI] Started (SqLite) data base. Took 315ms
[01:34:19] [Server thread/INFO]: [CMI] Vault was found - Enabling capabilities. Economy: CMIEconomy
[01:34:19] [Server thread/INFO]: [CMI] Can't determine sound name for tag. Trying to defaulting to BLOCK_NOTE_HARP
[01:34:19] [Server thread/INFO]: [CMI] Loaded (5) warning categories into memory. Took 1ms
[01:34:19] [Server thread/INFO]: [CMI] Loaded (3) warning commands into memory. Took 0ms
[01:34:19] [Server thread/INFO]: [CMI] Loaded (121) custom mob heads
[01:34:19] [Server thread/INFO]: [CMI] Loaded (0) cooldowns into memory. Took 32ms
[01:34:19] [Server thread/INFO]: [CMI] Loaded (1) jails into memory. Took 1ms
[01:34:19] [Server thread/INFO]: [CMI] Loaded (8) kits into memory. Took 15ms
[01:34:19] [Server thread/INFO]: [CMI] Cant determine stat type CraftingTableInterations
[01:34:19] [Server thread/INFO]: [CMI] Cant determine stat type CraftingTableInterations
[01:34:19] [Server thread/INFO]: [CMI] Cant determine stat type CraftingTableInterations
[01:34:19] [Server thread/INFO]: [CMI] Cant determine stat type CraftingTableInterations
[01:34:19] [Server thread/INFO]: [CMI] Cant determine stat type CraftingTableInterations
[01:34:19] [Server thread/INFO]: [CMI] Cant determine stat type CraftingTableInterations
[01:34:19] [Server thread/INFO]: [CMI] Cant determine stat type CraftingTableInterations
[01:34:19] [Server thread/INFO]: [CMI] Cant determine stat type CraftingTableInterations
[01:34:19] [Server thread/INFO]: [CMI] Loaded (21) ranks into memory. Took 22ms
[01:34:19] [Server thread/INFO]: [CMI] Loaded (10) playtime rewards into memory. Took 5ms
[01:34:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[01:34:19] [Server thread/INFO]: [CMI] 
Attention! Found 3 duplicates in database. Same name, different UUID. This can cause some minor issues. Please remove one of them from database with /cmi removeuser [uuid] or /cmi removeuser duplicates 
Xeane 8d2e96af-70f7-43b7-b066-11b1f4fce6a5 last seen: 1 hour 33 min 8 sec  
Xeane 6fed7524-2b29-33e1-b7d3-8a9fed298df6 last seen: Unknown 
jim9192001 0902ad07-70a6-4ca6-bdc8-58ae185ed9a4 last seen: 2 days 1 hour 29 min 18 sec  
jim9192001 aea797f5-9268-3d5b-a137-8964740b6946 last seen: Unknown 
Beanzyy a25d4d4f-f343-4f97-804e-5a8b62985100 last seen: 1 day 15 hours 41 min 32 sec  
Beanzyy 38f040d6-e66b-3302-828c-3d7dd80435d0 last seen: Unknown
[01:34:19] [Server thread/INFO]: [CMI] Loaded (68) Player data into memory. Took 44ms
[01:34:19] [Server thread/INFO]: [CMI] Loaded (134) playtime records into memory. Took 8ms
[01:34:19] [Server thread/INFO]: [CMI] Loaded (11) playtime reward records into memory. Took 1ms
[01:34:19] [Server thread/INFO]: [CMI] Duplicated alias found which could cause some strange (harmless) behavior: bal
[01:34:19] [Server thread/INFO]: [CMI] Loaded (30) custom alias into memory. Took 8ms
[01:34:20] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[01:34:20] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[01:34:20] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:server-console🚫(571674132341850112)
[01:34:20] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Chat event cancellation detector has been enabled
[01:34:20] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling VentureChat hook
[01:34:20] [Server thread/INFO]: [CMI] Loaded (6) interactive commands into memory. Took 440ms
[01:34:20] [Server thread/INFO]: [CMI] Votifier found. Enabling vote listeners
[01:34:20] [Server thread/INFO]: [CMI] Registered events. Took 577ms
[01:34:20] [Server thread/INFO]: [CMI] Loaded (71) worth values into memory. Took 4ms
[01:34:20] [Server thread/INFO]: [CMI] Loaded (0) event action commands into memory. Took 6ms
[01:34:20] [Server thread/INFO]: [CMI] Updated (EN) language file. Took 224ms
[01:34:20] [Server thread/INFO]: [CMI] Loaded (24) warps into memory. Took 4ms
[01:34:20] [Server thread/INFO]: [CMI] Vault permissions was found - Enabling capabilities.
[01:34:20] [Server thread/INFO]: [CMI] PlaceholderAPI hooked.
[01:34:20] [Server thread/INFO]: [CMI] PlaceholderAPI was found - Enabling capabilities.
[01:34:20] [Server thread/INFO]: [CMI] Starting world timer.
[01:34:20] [Server thread/INFO]: [CMI] Initializing world manager.
[01:34:20] [Server thread/INFO]: [CMI] Loaded (5) schedules into memory. Took 5ms
[01:34:20] [Server thread/INFO]: [CMI] Loaded (57) skin cache entries into memory. Took 5ms
[01:34:20] [Server thread/INFO]: [CMI] Found DiscordSRV
[01:34:21] [Server thread/INFO]: [CMI] Loaded (16) custom recipes into memory. Took 83ms
[01:34:21] [Server thread/INFO]: [CMI] Version 8.6.3.2 has been enabled
[01:34:21] [Server thread/INFO]: [Vault][Economy] CMI Economy hooked.
[01:34:21] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.11.6
[01:34:21] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
[01:34:21] [Server thread/INFO]: [GriefPrevention] 26 total claims loaded.
[01:34:21] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
[01:34:21] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
[01:34:21] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
[01:34:21] [Server thread/INFO]: [GriefPrevention] Boot finished.
[01:34:21] [Server thread/INFO]: [Depenizen] Enabling Depenizen v1.0.0 (build 470)
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] Denizen hooked 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] mcMMO not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] BattleNight not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] Towny not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] Factions not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] Votifier hooked, enabling add-ons. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] Jobs not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] Heroes not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] pvparena not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] WorldEdit hooked, enabling add-ons. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] WorldGuard hooked, enabling add-ons. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] Essentials not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] pvpstats not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] HyperConomy not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] SkillAPI not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] Prism not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] TerrainControl not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] PlotMe not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] PlotSquared not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] SimpleClans not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] MobArena not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] ASkyBlock not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] NoCheatPlus not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] MythicMobs not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] Sentinel not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] Shopkeepers not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] GriefPrevention hooked, enabling add-ons. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] Quests not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] PlaceholderAPI hooked, enabling add-ons. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] Residence not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] dtlTraders not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] AreaShop not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] LibsDisguises not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] OpenTerrainGenerator not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] PlayerPoints not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] LuckPerms hooked, enabling add-ons. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] EffectLib not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] BossShop hooked, enabling add-ons. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] Vampire not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] NoteBlockAPI not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] MagicSpells not found, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [DepenizenPlugin] BungeeCord socket disabled in config, add-ons will not enable. 
[01:34:21] [Server thread/INFO]: +> [Denizen] Registered: WorldGuardRegion as region 
[01:34:21] [Server thread/INFO]: +> [Denizen] Registered: GriefPreventionClaim as gpclaim 
[01:34:21] [Server thread/INFO]: +> [Denizen] Registered: LuckPermsTrack as luckpermstrack 
[01:34:21] [Server thread/INFO]:  OKAY! Added objects to the ObjectFetcher [gpclaim, luckpermstrack, region] 
[01:34:21] [Server thread/WARN]: Could not register alias XTest because it contains commands that do not exist: pex user Xeane group set XTest
[01:34:21] [Server thread/WARN]: Could not register alias Founder because it contains commands that do not exist: pex user Xeane group set Founder
[01:34:21] [Server thread/WARN]: Could not register alias Manager because it contains commands that do not exist: pex user Beanzyy group set Manager
[01:34:21] [Server thread/WARN]: Could not register alias BTest because it contains commands that do not exist: pex user Beanzyy group set BTest
[01:34:21] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[01:34:22] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[01:34:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[01:34:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxetags
[01:34:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
[01:34:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
[01:34:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
[01:34:22] [Server thread/ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: com.extendedclip.papi.expansion.essentials.EssentialsExpansion
[01:34:22] [Server thread/ERROR]: [PlaceholderAPI] net/ess3/api/IEssentials
[01:34:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tokenmanager
[01:34:22] [Server thread/INFO]: Done (39.491s)! For help, type "help"
[01:34:22] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[01:34:22] [Craft Scheduler Thread - 3/INFO]: [Multiverse-Core-Debug] Tracking 7 worlds of type NORMAL
[01:34:22] [Craft Scheduler Thread - 3/INFO]: [Multiverse-Core-Debug] Tracking 1 worlds of type NETHER
[01:34:22] [Craft Scheduler Thread - 3/INFO]: [Multiverse-Core-Debug] Tracking 1 worlds of type THE_END
[01:34:22] [Craft Scheduler Thread - 6/INFO]: [GadgetsMenu] Checking for updates...
[01:34:22] [Server thread/INFO]: [Citizens] Loaded 1 NPCs.
[01:34:22] [Server thread/INFO]: +> [Denizen] Processing outside scripts... 
[01:34:22] [Server thread/INFO]: +> [Denizen] Processing unnamed script... 
[01:34:22] [Server thread/INFO]: +> [Denizen] Processing '/test2.yml'... 
[01:34:22] [Server thread/INFO]: +> [Denizen] Processing '/test3.yml'... 
[01:34:22] [Server thread/INFO]:  OKAY! All scripts loaded! 
[01:34:22] [Server thread/INFO]: +> [Denizen] Adding script IINV_EVENTS as type WORLD 
[01:34:22] [Server thread/INFO]: +> [Denizen] Adding script IINV as type COMMAND 
[01:34:22] [Server thread/INFO]: +> [Denizen] Adding script CHECKLOREFORENCHANT as type PROCEDURE 
[01:34:22] [Server thread/INFO]: +> [Denizen] Adding script BUILTIN_LOAD_TESTER as type COMMAND 
[01:34:22] [Server thread/INFO]: +> [Denizen] Adding script ENCHANT_DEATHSHOT as type WORLD 
[01:34:22] [Server thread/INFO]: +> [Denizen] Adding script ENCHANT_RETURNING as type WORLD 
[01:34:22] [Server thread/INFO]: +> [Denizen] Adding script LINKCHEST_EVENTS as type WORLD 
[01:34:22] [Server thread/INFO]: +> [Denizen] Adding script COOKIE_EVENT as type WORLD 
[01:34:22] [Server thread/INFO]: +> [Denizen] Scanning 5 world scripts... 
[01:34:22] [Server thread/INFO]: +> [Denizen] Reloading script events... 
[01:34:22] [Server thread/INFO]: +> [Denizen] Event match, EntityBreaksHanging matched for 'player breaks block'! 
[01:34:22] [Server thread/INFO]: +> [Denizen] Event match, EntityBreaksHanging matched for 'player breaks block'! 
[01:34:22] [Server thread/INFO]: +> [Denizen] Event match, EntityDies matched for 'entity dies'! 
[01:34:22] [Server thread/INFO]: +> [Denizen] Event match, PlayerBreaksBlock matched for 'player breaks block'! 
[01:34:22] [Server thread/INFO]: +> [Denizen] Event match, PlayerBreaksBlock matched for 'player breaks block'! 
[01:34:22] [Server thread/INFO]: +> [Denizen] Event match, PlayerItemBreak matched for 'player breaks block'! 
[01:34:22] [Server thread/INFO]: +> [Denizen] Event match, PlayerItemBreak matched for 'player breaks block'! 
[01:34:22] [Server thread/INFO]: +> [Denizen] Event match, PlayerClicksBlock matched for 'player left clicks chest'! 
[01:34:22] [Server thread/INFO]: +> [Denizen] Event match, PlayerClosesInv matched for 'player closes inventory'! 
[01:34:22] [Server thread/INFO]: +> [Denizen] Event match, PlayerConsumes matched for 'player consumes item'! 
[01:34:22] [Server thread/INFO]: +> [Denizen] Event match, PlayerRespawns matched for 'player respawns'! 
[01:34:22] [Server thread/INFO]: +> [Denizen] Event match, PlayerRightClicksAtEntity matched for 'player right clicks at entity'! 
[01:34:22] [Server thread/INFO]: +> [DepenizenPlugin] Sent client scripts to 0 and not to 0! 
[01:34:22] [Craft Scheduler Thread - 6/INFO]: [GadgetsMenu] Failed to check for an update on spigot.
[01:34:23] [Craft Scheduler Thread - 4/INFO]: [Crates] Up to date! No updates available.
[01:34:23] [Craft Scheduler Thread - 5/INFO]: [TokenManager] No updates were available. You are on the latest version!
[01:34:23] [Server thread/INFO]: +> [] +-------------------------+ 
[01:34:23] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 145 placeholder expansions are available on the cloud.
[01:34:23] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 2 installed expansions have updates available.
[01:34:23] [Craft Scheduler Thread - 2/INFO]: [BuycraftX] Fetching all due players...
[01:34:23] [Craft Scheduler Thread - 2/INFO]: [BuycraftX] Fetched due players (0 found).