Paste #68913: Untitled Paste

Date: 2020/05/12 21:00:50 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


[03:52:12] [Server thread/INFO]: Starting minecraft server version 1.15.2
[03:52:12] [Server thread/INFO]: Loading properties
[03:52:12] [Server thread/INFO]: This server is running Paper version git-Paper-267 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
[03:52:12] [Server thread/INFO]: Debug logging is disabled
[03:52:12] [Server thread/INFO]: Server Ping Player Sample Count: 12
[03:52:12] [Server thread/INFO]: Using 4 threads for Netty based IO
[03:52:12] [Server thread/INFO]: Default game type: SURVIVAL
[03:52:12] [Server thread/INFO]: Generating keypair
[03:52:13] [Server thread/INFO]: Starting Minecraft server on *:25565
[03:52:13] [Server thread/INFO]: Using default channel type
[03:52:13] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[03:52:16] [Server thread/WARN]: Legacy plugin Mention v1.0 does not specify an api-version.
[03:52:17] [Server thread/WARN]: Legacy plugin VoxelSniper v5.171.0-SNAPSHOT does not specify an api-version.
[03:52:17] [Server thread/WARN]: Legacy plugin PermissionsEx v1.23.4 does not specify an api-version.
[03:52:18] [Server thread/WARN]: Legacy plugin ViaVersion v2.2.3 does not specify an api-version.
[03:52:19] [Server thread/WARN]: Legacy plugin DailyRewards v1.3.1 does not specify an api-version.
[03:52:19] [Server thread/WARN]: Legacy plugin BoilingCauldrons v1.2.3 does not specify an api-version.
[03:52:22] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@42ef9ba9]
[03:52:22] [Server thread/WARN]: [WorldEdit] Loaded class ru.tehkode.permissions.PermissionManager from PermissionsEx v1.23.4 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:22] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[03:52:22] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_15_R2 as the Bukkit adapter
[03:52:22] [Server thread/INFO]: Ignoring invalid block minecraft:sign
[03:52:22] [Server thread/INFO]: Ignoring invalid block minecraft:wall_sign
[03:52:22] [Server thread/WARN]: Legacy plugin PlayerPoints v2.1.4 does not specify an api-version.
[03:52:22] [Server thread/WARN]: Legacy plugin gProtector v1.4 does not specify an api-version.
[03:52:22] [Server thread/INFO]: [gProtector] Your server is running version v1_15_R1
[03:52:22] [Server thread/WARN]: Legacy plugin CommandNPC v1.9.1 does not specify an api-version.
[03:52:23] [Server thread/INFO]: [UltimateFishing] Loading UltimateFishing v1.2.6
[03:52:23] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.6
[03:52:23] [Server thread/INFO]: [ArmorStandEditor] Loading ArmorStandEditor v1.14-23
[03:52:23] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.7
[03:52:23] [Server thread/INFO]: [@Mention] Loading Mention v1.0
[03:52:23] [Server thread/INFO]: [Thirst] Loading Thirst v2.10.0
[03:52:23] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
[03:52:23] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.7.9
[03:52:23] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.15.2
[03:52:23] [Server thread/INFO]: [AdvanceParticle] Loading AdvanceParticle v5.4.0
[03:52:23] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.171.0-SNAPSHOT
[03:52:23] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
[03:52:23] [Server thread/INFO]: [SunLight_Economy] Loading SunLight_Economy v1.0
[03:52:23] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.2.3
[03:52:23] [Server thread/INFO]: [ViaVersion] ViaVersion 2.2.3 is now loaded, injecting!
[03:52:24] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
[03:52:24] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
[03:52:24] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
[03:52:24] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
[03:52:24] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
[03:52:24] [Server thread/INFO]: [ViaVersion] Loading translation mapping
[03:52:24] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
[03:52:25] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
[03:52:25] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
[03:52:25] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
[03:52:25] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
[03:52:25] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
[03:52:25] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 blockstate mapping...
[03:52:26] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 block mapping...
[03:52:26] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 item mapping...
[03:52:26] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 sound mapping...
[03:52:26] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
[03:52:26] [Server thread/INFO]: [DailyRewards] Loading DailyRewards v1.3.1
[03:52:26] [Server thread/INFO]: [BoilingCauldrons] Loading BoilingCauldrons v1.2.3
[03:52:26] [Server thread/INFO]: [CustomCommands] Loading CustomCommands v1.1.3
[03:52:26] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v1.15-199;afba834
[03:52:26] [Server thread/INFO]: [RotatoR] Loading RotatoR v1.0.6
[03:52:26] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v2.1.4
[03:52:26] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0
[03:52:26] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.15.2) has not yet been tested! Proceed with caution.
[03:52:27] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.2-SNAPSHOT;bf2593e
[03:52:27] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.26-SNAPSHOT (build 1959)
[03:52:27] [Server thread/INFO]: [DragonSlayer] Loading DragonSlayer v0.8.8_Jeppa
[03:52:27] [Server thread/INFO]: [BetterBees] Loading BetterBees v0.2-BETA
[03:52:27] [Server thread/INFO]: [FogusCore] Loading FogusCore v1.9.9
[03:52:27] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.2-Release
[03:52:27] [Server thread/INFO]: [gProtector] Loading gProtector v1.4
[03:52:27] [Server thread/INFO]: [mcMMO] Loading mcMMO v2.1.127
[03:52:27] [Server thread/INFO]: [mcMMO] Registered WG flags successfully!
[03:52:27] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
[03:52:27] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v2.10.1
[03:52:27] [Server thread/INFO]: [ProtectionStones] Loading ProtectionStones v2.7.3
[03:52:27] [Server thread/INFO]: [EliteMobs] Loading EliteMobs v7.1.0
[03:52:27] [Server thread/INFO]: [EliteMobs] WorldGuard detected.
[03:52:27] [Server thread/INFO]: [EliteMobs] Enabling flags:
[03:52:27] [Server thread/INFO]: [EliteMobs] - elitemob-spawning
[03:52:27] [Server thread/INFO]: [EliteMobs] - elitemob-only-spawning
[03:52:27] [Server thread/INFO]: [SunLight] Loading SunLight v2.3.0
[03:52:27] [Server thread/INFO]: [DragonTimer] Loading DragonTimer v1.4.4
[03:52:27] [Server thread/INFO]: [PlayerWarps] Loading PlayerWarps v5.1.1
[03:52:27] [Server thread/INFO]: [Jobs] Loading Jobs v4.15.11
[03:52:27] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.1
[03:52:27] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v6.0.0-SNAPSHOT-b${BUILD_NUMBER}
[03:52:27] [Server thread/INFO]: [CitizensCMD] Loading CitizensCMD v2.4
[03:52:27] [Server thread/INFO]: [Duels] Loading Duels v3.4.0
[03:52:27] [Server thread/INFO]: [UltimateKits] Loading UltimateKits v2.6.4
[03:52:27] [Server thread/INFO]: [RandomPackage] Loading RandomPackage v16.5.9
[03:52:27] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.10-RELEASE
[03:52:27] [Server thread/INFO]: [UltimateTimber] Loading UltimateTimber v2.0.6
[03:52:27] [Server thread/INFO]: [DeluxeCombat] Loading DeluxeCombat v1.16.7
[03:52:27] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[03:52:27] [Server thread/INFO]: [SunLight_Economy] Enabling SunLight_Economy v1.0
[03:52:27] [Server thread/WARN]: [SunLight_Economy] Loaded class su.sunlight.core.SunLight from SunLight v2.3.0 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:27] [Server thread/WARN]: [SunLight_Economy] Loaded class su.fogus.engine.commands.api.IGeneralCommand from FogusCore v1.9.9 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:27] [Server thread/WARN]: [SunLight_Economy] Loaded class net.milkbowl.vault.economy.AbstractEconomy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:27] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
[03:52:27] [Server thread/WARN]: [Vault] Loaded class ru.tehkode.permissions.bukkit.PermissionsEx from PermissionsEx v1.23.4 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:27] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[03:52:27] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[03:52:27] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[03:52:27] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
[03:52:27] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[03:52:27] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0
[03:52:27] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[03:52:27] [Server thread/INFO]: [FogusCore] Enabling FogusCore v1.9.9
[03:52:27] [Server thread/WARN]: [FogusCore] *** DISCLAIMER ***
[03:52:27] [Server thread/WARN]: [FogusCore] > You're running an unofficial Spigot fork.
[03:52:27] [Server thread/WARN]: [FogusCore] > ONLY OFFICIAL SPIGOT (spigotmc.org) IS SUPPORTED!
[03:52:27] [Server thread/WARN]: [FogusCore] > You won't get any support for any issues unless they are persists on regular Spigot.
[03:52:27] [Server thread/INFO]: [FogusCore] Loaded NMS version: V1_15_R1
[03:52:27] [Server thread/INFO]: [FogusCore] Successfully hooked with PermissionsEx permissions
[03:52:27] [Server thread/INFO]: [FogusCore] Successfully hooked with SunLight-Economy economy
[03:52:27] [Server thread/INFO]: [FogusCore] Successfully hooked with PermissionsEx_Chat chat
[03:52:27] [Server thread/INFO]: [FogusCore] [Hook] Vault: Success!
[03:52:27] [Server thread/INFO]: [FogusCore] Plugin loaded in 230 ms!
[03:52:27] [Server thread/INFO]: Preparing level "world"
[03:52:27] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[03:52:30] [Server thread/INFO]: Loaded 6 recipes
[03:52:30] [Server thread/INFO]: -------- World Settings For [world] --------
[03:52:30] [Server thread/INFO]: View Distance: 10
[03:52:30] [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
[03:52:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:52:30] [Server thread/INFO]: Item Merge Radius: 2.5
[03:52:30] [Server thread/INFO]: Item Despawn Rate: 6000
[03:52:30] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[03:52:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:52:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:52:30] [Server thread/INFO]: Mob Spawn Range: 8
[03:52:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[03:52:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[03:52:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[03:52:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: Carrot Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: Potato Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: Vine Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: Kelp Growth Modifier: 100%
[03:52:30] [Server thread/INFO]: Experience Merge Radius: 3.0
[03:52:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:52:30] [Server thread/INFO]: Max TNT Explosions: 100
[03:52:31] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[03:52:31] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[03:52:31] [Server thread/INFO]: View Distance: 10
[03:52:31] [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
[03:52:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:52:31] [Server thread/INFO]: Item Merge Radius: 2.5
[03:52:31] [Server thread/INFO]: Item Despawn Rate: 6000
[03:52:31] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[03:52:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:52:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:52:31] [Server thread/INFO]: Mob Spawn Range: 8
[03:52:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[03:52:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[03:52:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[03:52:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: Carrot Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: Potato Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: Vine Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: Kelp Growth Modifier: 100%
[03:52:31] [Server thread/INFO]: Experience Merge Radius: 3.0
[03:52:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:52:31] [Server thread/INFO]: Max TNT Explosions: 100
[03:52:31] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
[03:52:31] [Paper RegionFile IO Thread/INFO]: [RegionFile] Using Java 8 DirectByteBuffer cleanup method
[03:52:31] [Server thread/INFO]: Loaded 0 spawn chunks for world world
[03:52:31] [Server thread/INFO]: Preparing spawn area: 0%
[03:52:31] [Server-Worker-1/INFO]: Preparing spawn area: 0%
[03:52:31] [Server thread/INFO]: Time elapsed: 531 ms
[03:52:31] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
[03:52:32] [Server thread/INFO]: Loaded 0 spawn chunks for world world_the_end
[03:52:32] [Server thread/INFO]: Preparing spawn area: 0%
[03:52:32] [Server-Worker-1/INFO]: Preparing spawn area: 0%
[03:52:32] [Server thread/INFO]: Time elapsed: 517 ms
[03:52:32] [Server thread/INFO]: [UltimateFishing] Enabling UltimateFishing v1.2.6
[03:52:32] [Server thread/INFO]:  
[03:52:32] [Server thread/INFO]: =============================
[03:52:32] [Server thread/INFO]: UltimateFishing 1.2.6 by Songoda <3!
[03:52:32] [Server thread/INFO]: Action: Enabling...
[03:52:32] [Server thread/INFO]: [UltimateFishing] Loaded locale "en_US"
[03:52:32] [Server thread/INFO]: [SongodaCore] Hooked UltimateFishing.
[03:52:32] [Server thread/WARN]: [UltimateFishing] Loaded class com.sainttx.holograms.api.line.HologramLine from CrazyCrates v1.10-RELEASE which is not a depend, softdepend or loadbefore of this plugin.
[03:52:32] [Server thread/WARN]: [UltimateFishing] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:32] [Server thread/INFO]: [UltimateFishing] Loaded locale "tr_TR"
[03:52:32] [Server thread/INFO]: =============================
[03:52:32] [Server thread/INFO]:  
[03:52:32] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.6
[03:52:32] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[03:52:32] [Server thread/INFO]: [ArmorStandEditor] Enabling ArmorStandEditor v1.14-23
[03:52:32] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.7
[03:52:32] [Server thread/INFO]: [@Mention] Enabling Mention v1.0*
[03:52:32] [Server thread/INFO]: [Thirst] Enabling Thirst v2.10.0
[03:52:32] [Server thread/INFO]: [Thirst] Plugin Loading
[03:52:32] [Server thread/INFO]: [Thirst] Thanks for using BYTE Thirst plugin - www.byte.org.uk!
[03:52:32] [Server thread/INFO]: [Thirst] Adding allowed world: world
[03:52:32] [Server thread/INFO]: [Thirst] Adding allowed world: Medieval
[03:52:32] [Server thread/INFO]: [Thirst] Adding allowed world: world_nether
[03:52:32] [Server thread/INFO]: [Thirst] Adding allowed world: world_the_end
[03:52:32] [Server thread/INFO]: [Thirst] Adding refeshing object: POTION with value 20
[03:52:32] [Server thread/INFO]: [Thirst] Adding refeshing object: MUSHROOM_STEW with value 10
[03:52:32] [Server thread/INFO]: [Thirst] Adding refeshing object: RABBIT_STEW with value 10
[03:52:32] [Server thread/INFO]: [Thirst] Adding refeshing object: MILK_BUCKET with value 15
[03:52:32] [Server thread/INFO]: [Thirst] Adding refeshing object: MELON with value 5
[03:52:32] [Server thread/INFO]: [Thirst] Action bar enabled
[03:52:32] [Server thread/INFO]: [Thirst] XP thirst score disabled in config
[03:52:32] [Server thread/INFO]: [Thirst] BYTE scoreboard disabled in config
[03:52:32] [Server thread/INFO]: Creating custom eggywater craft recipe
[03:52:32] [Server thread/INFO]: [Thirst] Adding custom refeshing object: eggywater with value 10
[03:52:32] [Server thread/INFO]: [Thirst] Custom recipe testpotion Does not exist 
[03:52:32] [Server thread/INFO]: Creating boiled water recipe
[03:52:32] [Server thread/INFO]: Creating snow to water custom recipe
[03:52:32] [Server thread/INFO]: [Thirst] Server version detected: git-Paper-267 (MC: 1.15.2)
[03:52:32] [Server thread/INFO]: Creating maxstack size for bottles as 10
[03:52:32] [Server thread/INFO]: [Thirst] ArmorWeight not found
[03:52:32] [Server thread/INFO]: [Thirst] BarAPI not Found
[03:52:32] [Server thread/INFO]: [Thirst] BossBarAPI not Found
[03:52:32] [Server thread/INFO]: [Thirst] Scoreboard Stats not Found
[03:52:32] [Server thread/INFO]: [Thirst] World Guard disabled in config
[03:52:32] [Server thread/INFO]: [Thirst] timer at 500
[03:52:32] [Server thread/INFO]: [Thirst] normal reduction at 1
[03:52:32] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
[03:52:32] [Server thread/WARN]: [Multiverse-Core] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:32] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-b775" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--, dumptruckman].
[03:52:32] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do. The performance impact is negligible.
[03:52:32] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: respawn
[03:52:32] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[03:52:32] [Server thread/INFO]: -------- World Settings For [Medieval] --------
[03:52:32] [Server thread/INFO]: View Distance: 10
[03:52:32] [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
[03:52:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:52:32] [Server thread/INFO]: Item Merge Radius: 2.5
[03:52:32] [Server thread/INFO]: Item Despawn Rate: 6000
[03:52:32] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[03:52:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:52:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:52:32] [Server thread/INFO]: Mob Spawn Range: 8
[03:52:32] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[03:52:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[03:52:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[03:52:32] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: Carrot Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: Potato Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: Vine Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: Kelp Growth Modifier: 100%
[03:52:32] [Server thread/INFO]: Experience Merge Radius: 3.0
[03:52:32] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:52:32] [Server thread/INFO]: Max TNT Explosions: 100
[03:52:32] [Server thread/INFO]: Preparing start region for dimension 'Medieval'/minecraft:overworld
[03:52:32] [Server thread/INFO]: Loaded 0 spawn chunks for world Medieval
[03:52:32] [Server thread/INFO]: Preparing spawn area: 0%
[03:52:33] [Server thread/INFO]: Time elapsed: 210 ms
[03:52:33] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world2
[03:52:33] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[03:52:33] [Server thread/INFO]: -------- World Settings For [genisworld] --------
[03:52:33] [Server thread/INFO]: View Distance: 10
[03:52:33] [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
[03:52:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:52:33] [Server thread/INFO]: Item Merge Radius: 2.5
[03:52:33] [Server thread/INFO]: Item Despawn Rate: 6000
[03:52:33] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[03:52:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:52:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:52:33] [Server thread/INFO]: Mob Spawn Range: 8
[03:52:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[03:52:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[03:52:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[03:52:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Carrot Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Potato Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Vine Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Kelp Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Experience Merge Radius: 3.0
[03:52:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:52:33] [Server thread/INFO]: Max TNT Explosions: 100
[03:52:33] [Server thread/INFO]: Preparing start region for dimension 'genisworld'/minecraft:overworld
[03:52:33] [Server thread/INFO]: Loaded 0 spawn chunks for world genisworld
[03:52:33] [Server thread/INFO]: Preparing spawn area: 0%
[03:52:33] [Server thread/INFO]: Time elapsed: 421 ms
[03:52:33] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[03:52:33] [Server thread/INFO]: View Distance: 10
[03:52:33] [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
[03:52:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:52:33] [Server thread/INFO]: Item Merge Radius: 2.5
[03:52:33] [Server thread/INFO]: Item Despawn Rate: 6000
[03:52:33] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[03:52:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:52:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:52:33] [Server thread/INFO]: Mob Spawn Range: 8
[03:52:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[03:52:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[03:52:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[03:52:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Carrot Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Potato Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Vine Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Kelp Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Experience Merge Radius: 3.0
[03:52:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:52:33] [Server thread/INFO]: Max TNT Explosions: 100
[03:52:33] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
[03:52:33] [Server thread/INFO]: Loaded 0 spawn chunks for world world_nether
[03:52:33] [Server thread/INFO]: Time elapsed: 26 ms
[03:52:33] [Server thread/INFO]: -------- World Settings For [Survival] --------
[03:52:33] [Server thread/INFO]: View Distance: 10
[03:52:33] [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
[03:52:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:52:33] [Server thread/INFO]: Item Merge Radius: 2.5
[03:52:33] [Server thread/INFO]: Item Despawn Rate: 6000
[03:52:33] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[03:52:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:52:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:52:33] [Server thread/INFO]: Mob Spawn Range: 8
[03:52:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[03:52:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[03:52:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[03:52:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Carrot Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Potato Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Vine Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Kelp Growth Modifier: 100%
[03:52:33] [Server thread/INFO]: Experience Merge Radius: 3.0
[03:52:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:52:33] [Server thread/INFO]: Max TNT Explosions: 100
[03:52:33] [Server thread/INFO]: Preparing start region for dimension 'Survival'/minecraft:overworld
[03:52:33] [Server thread/INFO]: Loaded 0 spawn chunks for world Survival
[03:52:33] [Server thread/INFO]: Time elapsed: 19 ms
[03:52:33] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
[03:52:35] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[03:52:35] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
[03:52:35] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
[03:52:35] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.7.9
[03:52:35] [Server thread/INFO]: [SkinsRestorer] Using SpigotSkinRefresher
[03:52:35] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_15_R1, using UniversalSkinFactory.
[03:52:35] [Server thread/INFO]: [SkinsRestorer] DisablePrefix is missing in config.yml! Using default value.
[03:52:35] [Server thread/INFO]: [SkinsRestorer] Debug is missing in config.yml! Using default value.
[03:52:36] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
[03:52:36] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.15.2
[03:52:36] [Server thread/INFO]: [AdvanceParticle] Enabling AdvanceParticle v5.4.0
[03:52:36] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[03:52:36] [Server thread/INFO]: > AdvanceParticle plugin has been successfully loaded on server version: 1_15_R1
[03:52:36] [Server thread/INFO]: > AdvanceParticle plugin version: 5.4.0
[03:52:36] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[03:52:36] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.171.0-SNAPSHOT*
[03:52:36] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
[03:52:36] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
[03:52:36] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4*
[03:52:36] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[03:52:36] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[03:52:36] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[03:52:36] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[03:52:36] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
[03:52:36] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.2.3*
[03:52:36] [Server thread/INFO]: [DailyRewards] Enabling DailyRewards v1.3.1*
[03:52:36] [Server thread/INFO]: [BoilingCauldrons] Enabling BoilingCauldrons v1.2.3*
[03:52:36] [Server thread/INFO]: [CustomCommands] Enabling CustomCommands v1.1.3
[03:52:36] [Server thread/INFO]: [CustomCommands] Registering Custom Commands...
[03:52:36] [Server thread/INFO]: [CustomCommands] Registering Items...
[03:52:36] [Server thread/WARN]: [CustomCommands] Loaded class com.comphenix.protocol.reflect.IntEnum from ProtocolLib v4.5.0 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:36] [Server thread/WARN]: [CustomCommands] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.10.6 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:36] [Server thread/WARN]: [CustomCommands] Loaded class com.onarandombox.MultiverseCore.MultiverseCore from Multiverse-Core v4.1.0-b775 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:36] [Server thread/WARN]: [CustomCommands] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:36] [Server thread/WARN]: [CustomCommands] Loaded class com.sk89q.worldedit.world.World from WorldEdit v1.15-199;afba834 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:36] [Server thread/INFO]: [RotatoR] Enabling RotatoR v1.0.6
[03:52:36] [Thread-15/INFO]: [RotatoR] [Updater] Searching for updates.
[03:52:36] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v2.1.4*
[03:52:36] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.2-SNAPSHOT;bf2593e
[03:52:36] [Thread-15/WARN]: [RotatoR] [Updater] API connection returned response code 404
[03:52:36] [Thread-15/WARN]: java.io.FileNotFoundException: https://api.inventivetalent.org/spigot/resource-simple/61960
[03:52:36] [Thread-15/WARN]:     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
[03:52:36] [Thread-15/WARN]:     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[03:52:36] [Thread-15/WARN]:     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
[03:52:36] [Thread-15/WARN]:     at org.inventivetalent.update.spigot.SpigotUpdater.run(SpigotUpdater.java:131)
[03:52:37] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[03:52:37] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[03:52:37] [Server thread/INFO]: [WorldGuard] (Medieval) TNT ignition is PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (Medieval) Lighters are PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (Medieval) Lava fire is PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (Medieval) Fire spread is UNRESTRICTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Medieval'
[03:52:37] [Server thread/INFO]: [WorldGuard] (genisworld) TNT ignition is PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (genisworld) Lighters are PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (genisworld) Lava fire is PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (genisworld) Fire spread is UNRESTRICTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'genisworld'
[03:52:37] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[03:52:37] [Server thread/INFO]: [WorldGuard] (Survival) TNT ignition is PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (Survival) Lighters are PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (Survival) Lava fire is PERMITTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] (Survival) Fire spread is UNRESTRICTED.
[03:52:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival'
[03:52:37] [Server thread/INFO]: [WorldGuard] Loading region data...
[03:52:37] [Thread-14/WARN]: [PermissionsEx] The updater could not find any files for the project id 31279
[03:52:37] [Server thread/INFO]: [FogusCore] [Hook] WorldGuard: Success!
[03:52:37] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.26-SNAPSHOT (build 1959)
[03:52:37] [Server thread/INFO]: [DragonSlayer] Enabling DragonSlayer v0.8.8_Jeppa
[03:52:37] [Server thread/INFO]: [DragonSlayer] Checking for updates...
[03:52:37] [Server thread/INFO]: [DragonSlayer] You're running the latest plugin version!
[03:52:37] [Server thread/INFO]: [DragonSlayer] Events 1.9+ enabled!
[03:52:37] [Server thread/INFO]: [DragonSlayer] Paper found!
[03:52:37] [Server thread/INFO]: [DragonSlayer] Vault dependency found, rewards will be enabled!
[03:52:37] [Server thread/INFO]: [DragonSlayer] PlaceholderAPI found, will be used!
[03:52:37] [Server thread/INFO]: [BetterBees] Enabling BetterBees v0.2-BETA
[03:52:37] [Server thread/INFO]:   ___      _   _           ___             
[03:52:37] [Server thread/INFO]:  | _ ) ___| |_| |_ ___ _ _| _ ) ___ ___ ___
[03:52:37] [Server thread/INFO]:  | _ \/ -_)  _|  _/ -_) '_| _ \/ -_) -_|_-<
[03:52:37] [Server thread/INFO]:  |___/\___|\__|\__\___|_| |___/\___\___/__/
[03:52:37] [Server thread/INFO]: 
[03:52:37] [Server thread/INFO]:    Running plugin BetterBees v0.2-BETA
[03:52:37] [Server thread/INFO]:    Server running Paper version git-Paper-267 (MC: 1.15.2)
[03:52:37] [Server thread/INFO]:    (Implementing API version git-Paper-267 (MC: 1.15.2))
[03:52:37] [Server thread/INFO]:    (Developed by  AlonsoAliaga - Thanks for using my plugin ❤)
[03:52:37] [Server thread/INFO]:    (If you loved the plugin consider leaving a review and mentioning your server IP in it!
[03:52:37] [Server thread/INFO]: 
[03:52:37] [Server thread/INFO]: 
[03:52:37] [Server thread/INFO]: ===================================================================================
[03:52:37] [Server thread/INFO]: [BetterBees] You are using a Spigot fork (PAPER). Plugin might have errors
[03:52:37] [Server thread/INFO]: [BetterBees] and not work properly. Consider using SPIGOT!
[03:52:37] [Server thread/INFO]: ===================================================================================
[03:52:37] [Server thread/INFO]: 
[03:52:37] [Server thread/INFO]: [BetterBees] BungeeCord action bar available. Hooking..
[03:52:37] [Server thread/INFO]: [BetterBees] ProtocolLib found! Hooking..
[03:52:37] [Server thread/INFO]: [BetterBees] ProtocolLib available for action bars. Hooking..
[03:52:37] [Server thread/INFO]: [BetterBees] WorldGuard found! Checking hook..
[03:52:37] [Server thread/INFO]: [BetterBees] WorldGuard hooked!
[03:52:37] [Server thread/INFO]: [BetterBees] [WorldGuard] There aren't checks to make with this API yet. Ignoring regions..
[03:52:37] [Server thread/INFO]: [BetterBees] GriefPrevention not found! Ignoring..
[03:52:37] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.2-Release
[03:52:37] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Player head for item: 1 in menu: example is not the valid format!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Valid format: head-<playername/%player_name%>
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 27 in menu: panel is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 27
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Player head for item: 30 in menu: panel is not the valid format!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Valid format: head-<playername/%player_name%>
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 30
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Inventory type for menu: shop is invalid!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Valid Inventory types: [Lorg.bukkit.event.inventory.InventoryType;@776349d
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Inventory type for menu: bblocks is invalid!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Valid Inventory types: [Lorg.bukkit.event.inventory.InventoryType;@15dffdd5
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 23 in menu: bblocks is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 23
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 24 in menu: bblocks is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 24
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 28 in menu: bblocks is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 28
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 29 in menu: bblocks is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 29
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 30 in menu: bblocks is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 30
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 31 in menu: bblocks is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 31
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 32 in menu: bblocks is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 32
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 33 in menu: bblocks is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 33
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Inventory type for menu: bblocks2 is invalid!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Valid Inventory types: [Lorg.bukkit.event.inventory.InventoryType;@778642e8
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 24 in menu: bblocks2 is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 24
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 25 in menu: bblocks2 is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 25
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 28 in menu: bblocks2 is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 28
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 29 in menu: bblocks2 is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 29
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 30 in menu: bblocks2 is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 30
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 31 in menu: bblocks2 is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 31
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 32 in menu: bblocks2 is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 32
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Material for item: 33 in menu: bblocks2 is not a valid material name / id!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 33
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Inventory type for menu: spawners is invalid!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Valid Inventory types: [Lorg.bukkit.event.inventory.InventoryType;@2053e480
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Player head for item: 2 in menu: mcmmoo is not the valid format!
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Valid format: head-<playername/%player_name%>
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Failed to load menu items for GUI menu: mcmmoo
[03:52:37] [Server thread/WARN]: [DeluxeMenus] Skipping loading of GUI menu: mcmmoo
[03:52:37] [Server thread/INFO]: [DeluxeMenus] 15 GUI menus loaded!
[03:52:37] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[03:52:37] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
[03:52:37] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
[03:52:37] [Server thread/INFO]: [gProtector] Enabling gProtector v1.4*
[03:52:37] [Server thread/INFO]: [gProtector] Enabling metrics...
[03:52:37] [Server thread/INFO]: [gProtector] Metrics successfully enabled.
[03:52:37] [Server thread/INFO]: [gProtector] Reloading config...
[03:52:37] [Server thread/INFO]: [gProtector] Your server version is compatible with gProtector.
[03:52:37] [Server thread/INFO]: [gProtector] The plugin has enabled successfully. Version: 1.4
[03:52:37] [Server thread/INFO]: [gProtector] Looking for updates...
[03:52:37] [Server thread/INFO]: [gProtector] No updates available.
[03:52:37] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.127
[03:52:37] [Server thread/INFO]: [mcMMO] Platform String: 1.15.2-R0.1-SNAPSHOT
[03:52:37] [Server thread/INFO]: [mcMMO] Minecraft version determined to be - 1.15.2
[03:52:37] [Server thread/INFO]: [mcMMO] Loading compatibility layers...
[03:52:37] [Server thread/INFO]: [mcMMO] Loading Compatibility Layer... (Player Attack Cooldown Exploit Prevention)
[03:52:37] [Server thread/INFO]: [mcMMO] Successfully Loaded Compatibility Layer! (Player Attack Cooldown Exploit Prevention)
[03:52:37] [Server thread/INFO]: [mcMMO] Finished loading compatibility layers.
[03:52:38] [Server thread/INFO]: [mcMMO] Enabling Acrobatics Skills
[03:52:38] [Server thread/INFO]: [mcMMO] Registered subskill: Roll
[03:52:38] [Server thread/INFO]: [mcMMO] 0 entries in mcMMO World Blacklist
[03:52:38] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1*
[03:52:38] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
[03:52:38] [Server thread/INFO]: [CommandNPC] Initiating Database
[03:52:38] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
[03:52:38] [Thread-17/INFO]: [CommandNPC] Loading commands complete!
[03:52:38] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
[03:52:38] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v2.10.1
[03:52:38] [Server thread/INFO]: [ProtectionStones] Enabling ProtectionStones v2.7.3
[03:52:38] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.GreetingFlagHandler
[03:52:38] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.FarewellFlagHandler
[03:52:38] [Server thread/INFO]: [ProtectionStones] PlaceholderAPI support enabled!
[03:52:38] [Server thread/WARN]: [ProtectionStones] Loaded class org.apache.commons.io.IOUtils from PlugMan v2.1.7 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:38] [Server thread/INFO]: [ProtectionStones] Protection Stone Blocks:
[03:52:38] [Server thread/INFO]: [ProtectionStones] - EMERALD_ORE (64)
[03:52:38] [Server thread/INFO]: [ProtectionStones] - SPONGE (16)
[03:52:38] [Server thread/INFO]: [ProtectionStones] Building region cache...
[03:52:38] [Server thread/INFO]: [ProtectionStones] Building UUID cache... (if slow change async-load-uuid-cache in the config to true)
[03:52:38] [Server thread/INFO]: [ProtectionStones] Checking if PS regions have been updated to UUIDs...
[03:52:38] [Server thread/INFO]: [ProtectionStones] ProtectionStones has successfully started!
[03:52:38] [Server thread/INFO]: [EliteMobs] Enabling EliteMobs v7.1.0
[03:52:38] [Server thread/INFO]:  _____ _     _____ _____ ________  ______________  _____
[03:52:38] [Server thread/INFO]: |  ___| |   |_   _|_   _|  ___|  \/  |  _  | ___ \/  ___|
[03:52:38] [Server thread/INFO]: | |__ | |     | |   | | | |__ | .  . | | | | |_/ /\ `--.
[03:52:38] [Server thread/INFO]: |  __|| |     | |   | | |  __|| |\/| | | | | ___ \ `--. \
[03:52:38] [Server thread/INFO]: | |___| |_____| |_  | | | |___| |  | \ \_/ / |_/ //\__/ /
[03:52:38] [Server thread/INFO]: \____/\_____/\___/  \_/ \____/\_|  |_/\___/\____/ \____/
[03:52:38] [Server thread/INFO]: By MagmaGuy
[03:52:39] [Server thread/INFO]: [EliteMobs] WorldGuard compatibility is enabled!
[03:52:39] [Server thread/INFO]: [EliteMobs] Vault detected.
[03:52:39] [Server thread/INFO]: [EliteMobs] Latest public release is 7.1.0
[03:52:39] [Server thread/INFO]: [EliteMobs] Your version is 7.1.0
[03:52:39] [Server thread/INFO]: [EliteMobs] You are running the latest version!
[03:52:39] [Server thread/INFO]: [SunLight] Enabling SunLight v2.3.0
[03:52:39] [Server thread/WARN]: [SunLight] *** DISCLAIMER ***
[03:52:39] [Server thread/WARN]: [SunLight] > You're running an unofficial Spigot fork.
[03:52:39] [Server thread/WARN]: [SunLight] > ONLY OFFICIAL SPIGOT (spigotmc.org) IS SUPPORTED!
[03:52:39] [Server thread/WARN]: [SunLight] > You won't get any support for any issues unless they are persists on regular Spigot.
[03:52:39] [Server thread/INFO]: [SunLight] Powered by: FogusCore
[03:52:39] [Server thread/WARN]: [FogusCore] Loaded class su.sunlight.core.nms.V1_15_R1 from SunLight v2.3.0 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:39] [Server thread/INFO]: [SunLight] Loaded module: Worlds v1.5 in 8 ms.
[03:52:39] [Server thread/INFO]: [SunLight] Loaded module: Economy v1.4.0 in 4 ms.
[03:52:39] [Server thread/INFO]: [SunLight] Loaded module: Homes v2.05 in 10 ms.
[03:52:39] [Server thread/INFO]: [SunLight] [Kits] Loaded 2 kits!
[03:52:39] [Server thread/INFO]: [SunLight] Loaded module: Kits v1.2 in 16 ms.
[03:52:39] [Server thread/INFO]: [SunLight] [Warps] Loaded 0 user warps.
[03:52:39] [Server thread/INFO]: [SunLight] [Warps] Loaded 3 admin warps.
[03:52:39] [Server thread/INFO]: [SunLight] Loaded module: Warps v2.1 in 17 ms.
[03:52:39] [Server thread/INFO]: [SunLight] [Chat] Setup join messages...
[03:52:39] [Server thread/INFO]: [SunLight] [Chat] Setup death messages...
[03:52:39] [Server thread/INFO]: [SunLight] [Chat] Setup auto-announcer...
[03:52:39] [Server thread/INFO]: [SunLight] [Chat] Loaded 2 chat rules!
[03:52:39] [Server thread/INFO]: [SunLight] Loaded module: Chat v1.5 in 17 ms.
[03:52:39] [Server thread/INFO]: [SunLight] [Gui] Loaded 1 GUIs!
[03:52:39] [Server thread/INFO]: [SunLight] Loaded module: Gui v1.5 in 11 ms.
[03:52:39] [Server thread/INFO]: [SunLight] Loaded module: Anti Lagg v1.2 in 3 ms.
[03:52:39] [Server thread/INFO]: [SunLight] Loaded module: Enhancements v1.00 in 33 ms.
[03:52:39] [Server thread/INFO]: [SunLight] Loaded module: Exploits v1.3 in 2 ms.
[03:52:39] [Server thread/INFO]: [SunLight] Loaded module: Welcome v1.2 in 2 ms.
[03:52:39] [Server thread/INFO]: [SunLight] Loaded module: Bans v1.1 in 6 ms.
[03:52:39] [Server thread/INFO]: [SunLight] [Spawn] Loaded 1 spawns!
[03:52:39] [Server thread/INFO]: [SunLight] Loaded module: Spawn v1.1 in 7 ms.
[03:52:39] [Server thread/INFO]: [SunLight] Plugin loaded in 327 ms!
[03:52:39] [Server thread/INFO]: [DragonTimer] Enabling DragonTimer v1.4.4
[03:52:39] [Server thread/INFO]: [DragonTimer] Checking for updates...
[03:52:39] [Server thread/INFO]: [DragonTimer] You're running the latest plugin version!
[03:52:39] [Server thread/INFO]: [DragonTimer] DragonSlayer found, will be used!
[03:52:39] [Server thread/INFO]: [DragonTimer] PlaceholderAPI found, will be used!
[03:52:39] [Server thread/INFO]: [PlayerWarps] Enabling PlayerWarps v5.1.1
[03:52:39] [Server thread/INFO]: [PlayerWarps] Vault found, now enabling PlayerWarps...
[03:52:39] [Server thread/INFO]: [PlayerWarps] Generating configs...
[03:52:39] [Server thread/INFO]: [PlayerWarps] Registering events...
[03:52:39] [Server thread/INFO]: [PlayerWarps] Registering commands...
[03:52:39] [Server thread/INFO]: [PlayerWarps] Registering AddonManager...
[03:52:39] [Server thread/INFO]: [PlayerWarps] Looking for a Permissions plugin...
[03:52:39] [Server thread/INFO]: [PlayerWarps] Permissions plugin found!
[03:52:39] [Server thread/INFO]: [PlayerWarps] Looking for an economy...
[03:52:39] [Server thread/INFO]: [PlayerWarps] Economy plugin found!
[03:52:39] [Server thread/INFO]: [PlayerWarps] Looking for a chat plugin... (for prefix's, suffix's, and displayname placeholders)
[03:52:39] [Server thread/INFO]: [PlayerWarps] Chat plugin found!
[03:52:39] [Server thread/INFO]: [PlayerWarps] Found PlaceholderAPI adding support...
[03:52:39] [Server thread/INFO]: [PlayerWarps] Current Placeholders:
[03:52:39] [Server thread/INFO]: [PlayerWarps] %pw_player_warps%, %pw_player_maxwarps%, %pw_server_warps%, %pw_warps%, %pw_warp_<position>%
[03:52:39] [Server thread/INFO]: [PlayerWarps] Checking Database type...
[03:52:39] [Server thread/INFO]: [PlayerWarps] YAML support is enabling...
[03:52:39] [Server thread/INFO]: [PlayerWarps] Checking if any converters has been enabled...
[03:52:40] [Server thread/WARN]: [FogusCore] Loaded class net.citizensnpcs.api.CitizensAPI from Citizens v2.0.26-SNAPSHOT (build 1959) which is not a depend, softdepend or loadbefore of this plugin.
[03:52:40] [Server thread/INFO]: [PlayerWarps] Loading the Player Warp GUI
[03:52:40] [Server thread/INFO]: [PlayerWarps] Loading the My Warps GUIs
[03:52:40] [Server thread/INFO]: [PlayerWarps] Integrating API...
[03:52:40] [Server thread/INFO]: [PlayerWarps] Loading Metrics...
[03:52:40] [Server thread/INFO]: [PlayerWarps] Successfully loaded Metrics!
[03:52:40] [Server thread/INFO]: [Jobs] Enabling Jobs v4.15.11
[03:52:40] [Server thread/INFO]: [Jobs] PlaceholderAPI hooked.
[03:52:40] [Server thread/INFO]: PlaceholderAPI was found - Enabling capabilities.
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 8 titles!
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 75 protected blocks timers!
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 995 custom item names!
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 67 custom entity names!
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 2 custom MythicMobs names!
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 37 custom enchant names!
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 4 shop items!
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 1 quests for Woodcutter
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 1 quests for Miner
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 1 quests for Builder
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 1 quests for Digger
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 1 quests for Farmer
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 1 quests for Hunter
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 1 quests for Explorer
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 1 quests for Crafter
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 1 quests for Fisherman
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 1 quests for Weaponsmith
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 1 quests for Brewer
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 1 quests for Enchanter
[03:52:41] [Server thread/INFO]: [Jobs] Loaded 12 jobs!
[03:52:41] [Server thread/INFO]: [Jobs] Explorer job manager registered!
[03:52:41] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
[03:52:41] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
[03:52:41] [Server thread/INFO]: [Jobs] Preloaded 3 players data in 0.0
[03:52:41] [Server thread/WARN]: [Jobs] Loaded class com.gmail.nossr50.datatypes.skills.SuperAbilityType from mcMMO v2.1.127 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:41] [Server thread/INFO]: [Jobs] mcMMO2.1.127 was found - Enabling capabilities.
[03:52:41] [Server thread/INFO]: [Jobs] Registered McMMO 2.x listener
[03:52:41] [Server thread/INFO]: [Jobs] WorldGuard detected.
[03:52:41] [Server thread/INFO]: [Jobs] Loading explorer data
[03:52:41] [Server thread/INFO]: [Jobs] Loaded explorer data (30)
[03:52:41] [Server thread/INFO]: [Jobs] Plugin has been enabled successfully.
[03:52:41] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.1
[03:52:41] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[03:52:41] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v6.0.0-SNAPSHOT-b${BUILD_NUMBER}
[03:52:42] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
[03:52:42] [Server thread/INFO]: [SilkSpawners] Loading support for v1_15_R1
[03:52:42] [Server thread/WARN]: [SilkSpawners] Invalid creature type: 90, default monster spawner fallback to PIG
[03:52:42] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
[03:52:42] [Server thread/INFO]: [CitizensCMD] Enabling CitizensCMD v2.4
[03:52:42] [Server thread/INFO]: [CitizensCMD] CitizensCMD 2.4 By Mateus Moreira @LichtHund
[03:52:42] [Server thread/INFO]: [CitizensCMD] Using English messages!
[03:52:42] [Server thread/INFO]: [CitizensCMD] Using PlaceholderAPI!
[03:52:42] [Server thread/INFO]: [CitizensCMD] Using Vault!
[03:52:42] [Server thread/INFO]: [Duels] Enabling Duels v3.4.0
[03:52:42] [Server thread/INFO]: [Duels] Successfully hooked into 'mcMMO'!
[03:52:42] [Server thread/INFO]: [Duels] Successfully hooked into 'PlaceholderAPI'!
[03:52:42] [Server thread/INFO]: [Duels] Successfully hooked into 'Vault'!
[03:52:42] [Server thread/INFO]: [Duels] Successfully hooked into 'WorldGuard'!
[03:52:42] [Server thread/INFO]: [Duels] KitManager: Loaded 0 kit(s).
[03:52:42] [Server thread/INFO]: [Duels] ArenaManager: Loaded 2 arena(s).
[03:52:42] [Server thread/INFO]: [Duels] QueueManager: Loaded 0 queue(s).
[03:52:42] [Server thread/INFO]: [Duels] QueueSignManager: Loaded 0 queue sign(s).
[03:52:42] [Server thread/INFO]: [UltimateKits] Enabling UltimateKits v2.6.4
[03:52:42] [Server thread/INFO]:  
[03:52:42] [Server thread/INFO]: =============================
[03:52:42] [Server thread/INFO]: UltimateKits 2.6.4 by Songoda <3!
[03:52:42] [Server thread/INFO]: Action: Enabling...
[03:52:42] [Server thread/INFO]: [UltimateKits] Loaded locale "en_US"
[03:52:42] [Server thread/INFO]: [SongodaCore] Hooked UltimateKits.
[03:52:42] [Server thread/WARN]: [UltimateKits] Loaded class com.sainttx.holograms.api.line.HologramLine from CrazyCrates v1.10-RELEASE which is not a depend, softdepend or loadbefore of this plugin.
[03:52:42] [Server thread/INFO]: [UltimateKits] Loaded locale "tr_TR"
[03:52:42] [Server thread/INFO]: [UltimateKits] Data handler connected using SQLite.
[03:52:42] [Server thread/INFO]: =============================
[03:52:42] [Server thread/INFO]:  
[03:52:42] [Server thread/INFO]: [RandomPackage] Enabling RandomPackage v16.5.9
[03:52:42] [Server thread/INFO]: [RandomPackage] Hooked PlaceholderAPI (took 0ms)
[03:52:42] [Server thread/INFO]: [RandomPackage] Hooked MCMMO Overhaul (2.1.127) (took 8ms)
[03:52:42] [Server thread/INFO]: [RandomPackage] Info: 
[03:52:42] [Server thread/INFO]: [RandomPackage] Loaded API (took 153ms)
[03:52:42] [Server thread/INFO]: [RandomPackage] Hooked Regional Plugin: WorldGuard
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded Secondary Events (took 3ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 2 Boosters (took 5ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded ChatEvents (took 0ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded Coin Flip (took 5ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 1 conquest chests and 3 bosses (took 5ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 9 Armor Sets (took 12ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 4 Custom Bosses (took 11ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded Alchemist (took 2ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded Tinkerer (took 1ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Started Custom Enchant Timers for enchants {Destruction=240, Divine Immolation=20, Protection=120, Implants=180, Commander=200}
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded [133e, 56d] Custom Enchants (took 61ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 2 Black Scrolls (took 4ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 10 Enchantment Orbs (took 6ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 6 Fireballs (took 4ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 12 Magic Dust (took 2ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 7 Randomization Scrolls (took 4ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 1 Rarity Gems (took 3ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 2 Transmog Scrolls (took 3ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 2 White Scrolls (took 3ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 10 Custom Explosions (took 6ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 6 Envoy Tiers (took 2ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 1 Fat Buckets (took 5ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded Server Fund (took 2ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 27 global challenges and 3 prizes (took 15ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Started 5 pre-existing global challenges (took 4ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded Homes (took 6ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded Jackpot (took 3ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 3 Fallen Heroes (took 9ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 8 Evolution Kits (took 16ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 27 Global Kits (took 29ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 3 Mastery Kits (took 8ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 22 Masks (took 22ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 4 Trinkets (took 6ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 6 Server Crates and flares (took 12ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 204 titles (took 3ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 6 lootboxes (took 7ms)
[03:52:43] [Server thread/INFO]: UMaterial null itemstack. mat=FACTIONPOINTS;data=4;versionName=null;getMaterial()=null
[03:52:43] [Server thread/INFO]: UMaterial null itemstack. mat=SHOWCASEEXPANSION;data=0;versionName=null;getMaterial()=null
[03:52:43] [Server thread/INFO]: UMaterial null itemstack. mat=FACTIONCRYSTAL;data=0;versionName=null;getMaterial()=null
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 44 Player Quests (took 22ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded 15 shop categories (took 13ms)
[03:52:43] [Server thread/INFO]: [RandomPackage] Loaded Trade (took 1ms)
[03:52:43] [Server thread/INFO]: UMaterial null itemstack. mat=SUPERIORMYSTERYCRATE;data=0;versionName=null;getMaterial()=null
[03:52:43] [Server thread/INFO]: UMaterial null itemstack. mat=KOTHLOOTBAG;data=0;versionName=null;getMaterial()=null
[03:52:43] [Server thread/INFO]: UMaterial null itemstack. mat=SUPERIORCRATE;data=0;versionName=null;getMaterial()=null
[03:52:43] [Server thread/INFO]: UMaterial null itemstack. mat=HEROICMYSTERYCRATE;data=0;versionName=null;getMaterial()=null
[03:52:43] [Server thread/INFO]: UMaterial null itemstack. mat=SHOWCASEEXPANSION;data=0;versionName=null;getMaterial()=null
[03:52:44] [Server thread/INFO]: [RandomPackage] Loaded 8 Randomized Loot (took 18ms)
[03:52:44] [Server thread/INFO]: [RandomPackage] Loaded Slot Bot (took 2ms)
[03:52:44] [Server thread/INFO]: [RandomPackage] Loaded Enchanter (took 2ms)
[03:52:44] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.10-RELEASE
[03:52:44] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
[03:52:44] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
[03:52:44] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
[03:52:44] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
[03:52:44] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
[03:52:44] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
[03:52:44] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
[03:52:44] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
[03:52:44] [Server thread/INFO]: [CrazyCrates] Loading custom files.
[03:52:44] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Basic.yml.
[03:52:44] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Classic.yml.
[03:52:44] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Crazy.yml.
[03:52:44] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Galactic.yml.
[03:52:44] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
[03:52:44] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
[03:52:44] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_15_R1! Trying to find NMS support
[03:52:44] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_15_R1' loaded!
[03:52:44] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
[03:52:44] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
[03:52:44] [Server thread/INFO]: [CrazyCrates] All physical crate locations have been loaded.
[03:52:44] [Server thread/INFO]: [CrazyCrates] Searching for schematics to load.
[03:52:44] [Server thread/INFO]: [CrazyCrates] classic.nbt was successfully found and loaded.
[03:52:44] [Server thread/INFO]: [CrazyCrates] nether.nbt was successfully found and loaded.
[03:52:44] [Server thread/INFO]: [CrazyCrates] outdoors.nbt was successfully found and loaded.
[03:52:44] [Server thread/INFO]: [CrazyCrates] sea.nbt was successfully found and loaded.
[03:52:44] [Server thread/INFO]: [CrazyCrates] soul.nbt was successfully found and loaded.
[03:52:44] [Server thread/INFO]: [CrazyCrates] wooden.nbt was successfully found and loaded.
[03:52:44] [Server thread/INFO]: [CrazyCrates] All schematics were found and loaded.
[03:52:44] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
[03:52:44] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
[03:52:44] [Server thread/INFO]: [UltimateTimber] Enabling UltimateTimber v2.0.6
[03:52:44] [Server thread/INFO]:  
[03:52:44] [Server thread/INFO]: =============================
[03:52:44] [Server thread/INFO]: UltimateTimber 2.0.6 by Songoda <3!
[03:52:44] [Server thread/INFO]: Action: Enabling...
[03:52:44] [Server thread/INFO]: [UltimateTimber] Loaded locale "en_US"
[03:52:44] [Server thread/INFO]: [SongodaCore] Hooked UltimateTimber.
[03:52:44] [Server thread/INFO]: Hooks: Hooked into Jobs!
[03:52:44] [Server thread/INFO]: [UltimateTimber] Loaded locale "tr_TR"
[03:52:44] [Server thread/INFO]: =============================
[03:52:44] [Server thread/INFO]:  
[03:52:44] [Server thread/INFO]: [DeluxeCombat] Enabling DeluxeCombat v1.16.7
[03:52:44] [Server thread/INFO]: [DeluxeCombat] Spawnpoints loaded: 0
[03:52:44] [Server thread/INFO]: [DeluxeCombat] Custom tools loaded: 1
[03:52:44] [Server thread/INFO]: [DeluxeCombat] Rewards loaded: 2
[03:52:44] [Server thread/INFO]: [DeluxeCombat] Kill-Streaks loaded: 1
[03:52:44] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[03:52:44] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.magmaguy.elitemobs.adventurersguild.GuildRank from EliteMobs v7.1.0 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:45] [Server thread/INFO]: [AnimationsExpansion] Starting AnimationsExpansion v1.0.4
[03:52:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: animations
[03:52:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bungee
[03:52:45] [Server thread/ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: com.discordsrv.placeholderapi.DSRVExpansion
[03:52:45] [Server thread/ERROR]: [PlaceholderAPI] github/scarsz/discordsrv/dependencies/google/common/collect/ImmutableMap
[03:52:45] [Server thread/ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: com.extendedclip.papi.expansion.essentials.EssentialsExpansion
[03:52:45] [Server thread/ERROR]: [PlaceholderAPI] net/ess3/api/IEssentials
[03:52:45] [Server thread/WARN]: [PlaceholderAPI] File: example.js for javascript placeholder: example is empty
[03:52:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript
[03:52:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: localtime
[03:52:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: math
[03:52:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mcmmo
[03:52:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: MySQL
[03:52:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
[03:52:45] [Server thread/WARN]: [PlaceholderAPI] Loaded class org.black_ixx.playerpoints.PlayerPoints from PlayerPoints v2.1.4 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playerpoints
[03:52:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: objective
[03:52:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
[03:52:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: sound
[03:52:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
[03:52:45] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[03:52:45] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.sk89q.worldguard.WorldGuard from WorldGuard v7.0.2-SNAPSHOT;bf2593e which is not a depend, softdepend or loadbefore of this plugin.
[03:52:45] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.sk89q.worldedit.world.World from WorldEdit v1.15-199;afba834 which is not a depend, softdepend or loadbefore of this plugin.
[03:52:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: worldguard
[03:52:45] [Server thread/INFO]: Running delayed init tasks
[03:52:45] [Server thread/WARN]: [WorldEdit] Loaded class com.sk89q.worldguard.protection.association.RegionAssociable from WorldGuard v7.0.2-SNAPSHOT;bf2593e which is not a depend, softdepend or loadbefore of this plugin.
[03:52:45] [Craft Scheduler Thread - 29/INFO]: [RandomPackage] Loaded 0 and expired 0 existing Boosters [async]
[03:52:45] [Craft Scheduler Thread - 28/INFO]: [RandomPackage] Loaded 0 Auctioned Items, 0 Collection Bin items, and deleted 0 expired items [async]
[03:52:45] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.15.2(578)
[03:52:45] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version, please read our resource page carefully.
[03:52:45] [Craft Scheduler Thread - 23/INFO]: [PlayerWarps] Checking for a update...
[03:52:45] [Craft Scheduler Thread - 23/INFO]: [PlayerWarps] You are on the latest version of the plugin.
[03:52:45] [Craft Scheduler Thread - 7/INFO]: [PlaceholderAPI] 174 placeholder expansions are available on the cloud.
[03:52:45] [Craft Scheduler Thread - 30/INFO]: Hooks: Hooked into mcMMO!
[03:52:45] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer] ----------------------------------------------
[03:52:45] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer]     +===============+
[03:52:45] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer]     | SkinsRestorer |
[03:52:45] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer]     +===============+
[03:52:45] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer] ----------------------------------------------
[03:52:45] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer]     Current version: 13.7.9
[03:52:45] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer]     This is the latest version!
[03:52:45] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer] ----------------------------------------------
[03:52:45] [Server thread/INFO]: [BetterBees] Checking for updates...
[03:52:45] [Server thread/INFO]: [BetterBees] Plugin up-to-date! You have the latest version!
[03:52:45] [Server thread/INFO]: [PlayerWarps] ===============================================================================
[03:52:45] [Server thread/INFO]: [PlayerWarps] Need a better hosting provider? Try Titan Nodes! Plans starting at just $1.90/GB with powerful AMD & Intel Hardware!
[03:52:45] [Server thread/INFO]: [PlayerWarps] Use promo code PLAYERWARPS at the checkout for 30% OFF your First three months!
[03:52:45] [Server thread/INFO]: [PlayerWarps] ===============================================================================
[03:52:45] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
[03:52:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'spawn1' not found, skipping it.
[03:52:45] [Server thread/WARN]: [HolographicDisplays] Hologram 'arena1' not found, skipping it.
[03:52:45] [Server thread/INFO]: [Citizens] Loaded 10 NPCs.
[03:52:45] [Server thread/INFO]: Done (34.230s)! For help, type "help"
[03:52:45] [Server thread/INFO]: Timings Reset
[03:52:45] [Craft Scheduler Thread - 24/INFO]: [Vault] Checking for Updates ... 
[03:52:46] [Craft Scheduler Thread - 26/INFO]: [Duels] No updates were available. You are on the latest version!
[03:52:46] [Craft Scheduler Thread - 24/INFO]: [Vault] No new version available
[03:52:46] [Craft Scheduler Thread - 13/INFO]: [SunLight] Updating balance top...
[03:52:46] [Craft Scheduler Thread - 9/INFO]: [SunLight] Auto-save: Saved 0 online users | 0 offline users.
[03:52:46] [Craft Scheduler Thread - 13/INFO]: [SunLight] Balance top updated in 231 ms!
[03:52:46] [Craft Scheduler Thread - 4/INFO]: [DeluxeCombat] Checking for new updates...
[03:52:46] [Craft Scheduler Thread - 4/INFO]: [DeluxeCombat] New version v.1.16.8 is out!. You're still on: v.1.16.7
[03:52:46] [Craft Scheduler Thread - 4/INFO]: [DeluxeCombat] Update at: https://www.spigotmc.org/resources/63970/
[03:52:49] [Server thread/INFO]: [DeluxeCombat] Hooked into ProtocolLib, PlaceHolderAPI and Vault.
[03:53:45] [User Authenticator #1/INFO]: UUID of player TheNovm is 1bf60676-89f8-4560-853e-ddf42caf59b5
[03:53:45] [Server thread/WARN]: [FogusCore] Loaded class me.clip.placeholderapi.PlaceholderAPI from PlaceholderAPI v2.10.6 which is not a depend, softdepend or loadbefore of this plugin.
[03:53:45] [Server thread/WARN]: [SunLight] Loaded class com.comphenix.protocol.events.PacketContainer from ProtocolLib v4.5.0 which is not a depend, softdepend or loadbefore of this plugin.
[03:53:45] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.gmail.nossr50.util.player.UserManager from mcMMO v2.1.127 which is not a depend, softdepend or loadbefore of this plugin.
[03:53:45] [Server thread/INFO]: [Thirst] Adding player TheNovm with thirst 100
[03:53:46] [Server thread/INFO]: TheNovm[/176.236.56.69:64141] logged in with entity id 358 at ([Medieval]-162.48255312876265, 29.5, 105.48584047605962)
[03:53:47] [Server thread/WARN]: [UltimateFishing] Loaded class us.myles.ViaVersion.api.Via from ViaVersion v2.2.3 which is not a depend, softdepend or loadbefore of this plugin.
[03:53:47] [Server thread/WARN]: [UltimateTimber] Loaded class us.myles.ViaVersion.api.Via from ViaVersion v2.2.3 which is not a depend, softdepend or loadbefore of this plugin.
[03:53:59] [Server thread/INFO]: TheNovm issued server command: /npc create idiotcitizens
[03:54:03] [Server thread/INFO]: TheNovm issued server command: /npc select
[03:54:07] [Server thread/INFO]: TheNovm issued server command: /npc type minecart
[03:54:08] [Server thread/INFO]: TheNovm issued server command: /msg hello
[03:54:08] [Server thread/INFO]: TheNovm issued server command: /msg hello
[03:54:26] [Server thread/INFO]: TheNovm issued server command: /npcmd add player help -l
[03:54:30] [Async Chat Thread - #0/INFO]: (Local) (Oyuncu) TheNovm: WHATTT
[03:54:39] [Async Chat Thread - #0/INFO]: (Local) (Oyuncu) TheNovm: fuck
[03:54:40] [Server thread/INFO]: TheNovm lost connection: Disconnected
[03:54:40] [Server thread/INFO]: [Thirst] Saving player TheNovm