Paste #75512: Untitled Paste

Date: 2020/09/11 07:13:28 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


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


[13:10:40] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
[13:10:41] [main/INFO]: Reloading ResourceManager: Default, bukkit
[13:10:41] [Server-Worker-2/INFO]: Loaded 7 recipes
[13:10:43] [Server thread/INFO]: Starting minecraft server version 1.16.2
[13:10:43] [Server thread/INFO]: Loading properties
[13:10:43] [Server thread/INFO]: This server is running Paper version git-Paper-186 (MC: 1.16.2) (Implementing API version 1.16.2-R0.1-SNAPSHOT)
[13:10:43] [Server thread/INFO]: Server Ping Player Sample Count: 12
[13:10:43] [Server thread/INFO]: Using 4 threads for Netty based IO
[13:10:43] [Server thread/INFO]: Debug logging is disabled
[13:10:43] [Server thread/INFO]: Default game type: SURVIVAL
[13:10:43] [Server thread/INFO]: Generating keypair
[13:10:43] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25570
[13:10:43] [Server thread/INFO]: Using epoll channel type
[13:10:43] [Server thread/ERROR]: Ambiguous plugin name `DiscordSRV' for files `plugins/DiscordSRV-Build-1.19.1.jar' and `plugins/DiscordSRV-Build-1.19.1-0.jar' in `plugins'
[13:10:43] [Server thread/ERROR]: Ambiguous plugin name `WorldEdit' for files `plugins/FastAsyncWorldEdit-1.16-345.jar' and `plugins/worldedit-bukkit-7.1.0.jar' in `plugins'
[13:10:44] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[13:10:47] [Server thread/WARN]: Legacy plugin CensorReloaded v4.0.4 does not specify an api-version.
[13:10:47] [Server thread/WARN]: Legacy plugin TigerReports v4.11.7 does not specify an api-version.
[13:10:47] [Server thread/WARN]: Legacy plugin Links v1.5.1 does not specify an api-version.
[13:10:47] [Server thread/WARN]: Legacy plugin ClearChat v3.2.4 does not specify an api-version.
[13:10:47] [Server thread/WARN]: Legacy plugin RankSync v1.4.0 does not specify an api-version.
[13:10:48] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@31d38da4]
[13:10:48] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[13:10:48] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_16_R2 as the Bukkit adapter
[13:10:48] [Server thread/INFO]: Ignoring invalid block minecraft:sign
[13:10:48] [Server thread/INFO]: Ignoring invalid block minecraft:wall_sign
[13:10:49] [Server thread/WARN]: Legacy plugin AdvancedBan v2.2.1 does not specify an api-version.
[13:10:49] [Server thread/WARN]: Legacy plugin Multiverse-Core v1.1 does not specify an api-version.
[13:10:49] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9
[13:10:49] [Server thread/INFO]: [Streaks] Loading Streaks v1.0
[13:10:49] [Server thread/INFO]: [AdvancedHelp] Loading AdvancedHelp v1.12.2
[13:10:49] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.8.4
[13:10:49] [Server thread/INFO]: [CensorReloaded] Loading CensorReloaded v4.0.4
[13:10:49] [Server thread/INFO]: [NoteBlockAPI] Loading NoteBlockAPI v1.6.0
[13:10:49] [Server thread/INFO]: [TrollBoss] Loading TrollBoss v6.3
[13:10:49] [Server thread/INFO]: [TigerReports] Loading TigerReports v4.11.7
[13:10:49] [Server thread/INFO]: [JukeBox] Loading JukeBox v1.18.3
[13:10:49] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.1.26
[13:10:49] [Server thread/INFO]: [Skript] Loading Skript v2.5-beta1
[13:10:49] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.6
[13:10:49] [Server thread/INFO]: [CosmicVaults] Loading CosmicVaults v2.0.6
[13:10:49] [Server thread/INFO]: [Votifier] Loading Votifier v2.7.1
[13:10:49] [Server thread/INFO]: [VoidSpawn] Loading VoidSpawn v1.18.3
[13:10:49] [Server thread/INFO]: [CommandAlias] Loading CommandAlias v1.6.3-RELEASE
[13:10:49] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.1
[13:10:49] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.16.2) has not yet been tested! Proceed with caution.
[13:10:50] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.5.8
[13:10:50] [Server thread/INFO]: [MovingDevApi] Loading MovingDevApi v1.1.10
[13:10:50] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.16.2
[13:10:50] [Server thread/INFO]: [VoidGenerator] Loading VoidGenerator v1.6.2
[13:10:50] [Server thread/INFO]: [Links] Loading Links v1.5.1
[13:10:50] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[13:10:50] [Server thread/INFO]: [GWarp] Loading GWarp v[2.13.0.0]
[13:10:50] [Server thread/INFO]: [ClearChat] Loading ClearChat v3.2.4
[13:10:50] [Server thread/INFO]: [PerWorldInventory] Loading PerWorldInventory v2.3.2
[13:10:50] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.4
[13:10:50] [Server thread/INFO]: [RankSync] Loading RankSync v1.4.0
[13:10:50] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v1.16-345;f74bc8a
[13:10:50] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.1.0
[13:10:50] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.2.1
[13:10:50] [Server thread/INFO]: [Elevator] Loading Elevator v3.10.7
[13:10:50] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v1.1
[13:10:50] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.22
[13:10:50] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.18.1.0
[13:10:50] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.3;5407315
[13:10:50] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.18.1.0
[13:10:50] [Server thread/INFO]: [ChatFeelings] Loading ChatFeelings v4.6.8
[13:10:50] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.18.1.0
[13:10:50] [Server thread/INFO]: [GSit] Loading GSit v[4.5.3.0]
[13:10:50] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.18.1.0
[13:10:50] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v19.1
[13:10:50] [Server thread/INFO]: [Harbor] Loading Harbor v1.6.1
[13:10:50] [Server thread/INFO]: [CommandPanels] Loading CommandPanels v3.10.4
[13:10:50] [Server thread/INFO]: [HeadsPlus] Loading HeadsPlus v6.11-BETA-1
[13:10:50] [Server thread/INFO]: [SimplePets] Loading SimplePets v4.3 (build 19)
[13:10:50] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.27-SNAPSHOT (build 2106)
[13:10:50] [Server thread/INFO]: [FogusCore] Loading FogusCore v1.9.9
[13:10:50] [Server thread/INFO]: [mcMMO] Loading mcMMO v2.1.140-SNAPSHOT
[13:10:50] [Server thread/INFO]: [mcMMO] Registered WG flags successfully!
[13:10:50] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.2.0
[13:10:50] [Server thread/INFO]: [ProtocolSupport] Loading ProtocolSupport v1.16.2-2
[13:10:50] [Server thread/INFO]: [ProtocolSupport] Detected Spigot server implementation type
[13:10:50] [Server thread/INFO]: [ProtocolSupport] Login threads keep alive time: 60
[13:10:50] [Server thread/INFO]: [ProtocolSupport] Status threads max count: 2, keep alive time: 60
[13:10:50] [Server thread/INFO]: [ProtocolSupport] Packet data pool per io thread capacity: 50(total ~200 spread to 4 io threads)
[13:10:50] [Server thread/INFO]: [ProtocolSupport] Assume 1.5.2 ping delay: 100
[13:10:50] [Server thread/INFO]: [ProtocolSupport] Assume legacy ping delay: 200
[13:10:52] [Server thread/INFO]: [ProtocolSupport] Compression level: 3
[13:10:52] [Server thread/INFO]: [GoldenCrates] Loading GoldenCrates v3.9.5a
[13:10:52] [Server thread/INFO]: [Admin-GUI] Loading Admin-GUI v1.4.5
[13:10:52] [Server thread/INFO]: [Autorank] Loading Autorank v4.4-SNAPSHOT-108
[13:10:52] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.19.1
[13:10:52] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[13:10:52] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.1.26
[13:10:52] [Server thread/INFO]:         __    
[13:10:52] [Server thread/INFO]:   |    |__)   LuckPerms v5.1.26
[13:10:52] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[13:10:52] [Server thread/INFO]: 
[13:10:52] [Server thread/INFO]: [LuckPerms] Loading configuration...
[13:10:52] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[13:10:53] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[13:10:53] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[13:10:53] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1311ms)
[13:10:53] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.1
[13:10:53] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[13:10:53] [Server thread/INFO]: [VoidGenerator] Enabling VoidGenerator v1.6.2
[13:10:53] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[13:10:53] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.18.1.0 which is not a depend, softdepend or loadbefore of this plugin.
[13:10:53] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[13:10:53] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[13:10:53] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[13:10:53] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[13:10:53] [Server thread/WARN]: [LuckPerms] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
[13:10:53] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[13:10:53] [Server thread/INFO]: [FogusCore] Enabling FogusCore v1.9.9
[13:10:53] [Server thread/WARN]: [FogusCore] *** DISCLAIMER ***
[13:10:53] [Server thread/WARN]: [FogusCore] > You're running an unofficial Spigot fork.
[13:10:53] [Server thread/WARN]: [FogusCore] > ONLY OFFICIAL SPIGOT (spigotmc.org) IS SUPPORTED!
[13:10:53] [Server thread/WARN]: [FogusCore] > You won't get any support for any issues unless they are persists on regular Spigot.
[13:10:53] [Server thread/INFO]: [FogusCore] Loaded NMS version: V1_16_R2
[13:10:53] [Server thread/INFO]: [FogusCore] Successfully hooked with LuckPerms permissions
[13:10:53] [Server thread/INFO]: [FogusCore] Successfully hooked with Essentials Economy economy
[13:10:53] [Server thread/INFO]: [FogusCore] Successfully hooked with LuckPerms chat
[13:10:53] [Server thread/INFO]: [FogusCore] [Hook] Vault: Success!
[13:10:53] [Server thread/INFO]: [FogusCore] Loaded module: Statistics v1.01 in 2 ms.
[13:10:53] [Server thread/INFO]: [FogusCore] Plugin loaded in 125 ms!
[13:10:53] [Server thread/INFO]: [ProtocolSupport] Enabling ProtocolSupport v1.16.2-2
[13:10:53] [Server thread/INFO]: Preparing level "world"
[13:10:54] [Server thread/INFO]: -------- World Settings For [world] --------
[13:10:54] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:10:54] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Carrot Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Potato Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Vine Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Kelp Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[13:10:54] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:10:54] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[13:10:54] [Server thread/INFO]: Max TNT Explosions: 100
[13:10:54] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:10:54] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:10:54] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:10:54] [Server thread/INFO]: Item Merge Radius: 2.5
[13:10:54] [Server thread/INFO]: Item Despawn Rate: 6000
[13:10:54] [Server thread/INFO]: View Distance: 10
[13:10:54] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[13:10:54] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:10:54] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:10:54] [Server thread/INFO]: Mob Spawn Range: 8
[13:10:54] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[13:10:54] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[13:10:54] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:10:54] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Carrot Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Potato Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Vine Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Kelp Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[13:10:54] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:10:54] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[13:10:54] [Server thread/INFO]: Max TNT Explosions: 100
[13:10:54] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:10:54] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:10:54] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:10:54] [Server thread/INFO]: Item Merge Radius: 2.5
[13:10:54] [Server thread/INFO]: Item Despawn Rate: 6000
[13:10:54] [Server thread/INFO]: View Distance: 10
[13:10:54] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[13:10:54] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:10:54] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:10:54] [Server thread/INFO]: Mob Spawn Range: 8
[13:10:54] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[13:10:54] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:10:54] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Carrot Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Potato Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Vine Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Kelp Growth Modifier: 100%
[13:10:54] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[13:10:54] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:10:54] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[13:10:54] [Server thread/INFO]: Max TNT Explosions: 100
[13:10:54] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:10:54] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:10:54] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:10:54] [Server thread/INFO]: Item Merge Radius: 2.5
[13:10:54] [Server thread/INFO]: Item Despawn Rate: 6000
[13:10:54] [Server thread/INFO]: View Distance: 10
[13:10:54] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[13:10:54] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:10:54] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:10:54] [Server thread/INFO]: Mob Spawn Range: 8
[13:10:54] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[13:10:54] [Server thread/INFO]: Loaded 0 spawn chunks for world world
[13:10:54] [Server thread/INFO]: Preparing spawn area: 0%
[13:10:54] [Server thread/INFO]: Time elapsed: 474 ms
[13:10:54] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[13:10:55] [Server thread/INFO]: Loaded 0 spawn chunks for world world_nether
[13:10:55] [Server thread/INFO]: Time elapsed: 436 ms
[13:10:55] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[13:10:55] [Server thread/INFO]: Loaded 0 spawn chunks for world world_the_end
[13:10:56] [Server thread/INFO]: Time elapsed: 681 ms
[13:10:56] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9
[13:10:56] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[13:10:56] [Server thread/INFO]: [Streaks] Enabling Streaks v1.0
[13:10:56] [Server thread/INFO]: [AdvancedHelp] Enabling AdvancedHelp v1.12.2
[13:10:56] [Server thread/INFO]: [AdvancedHelp] PlaceholderAPI Hooked!
[13:10:57] [Server thread/INFO]: =-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[13:10:57] [Server thread/INFO]: You are using an older version of AdvancedHelp!
[13:10:57] [Server thread/INFO]: Download the newest version here:
[13:10:57] [Server thread/INFO]: https://goo.gl/mVXpDL
[13:10:57] [Server thread/INFO]: =-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[13:10:57] [Server thread/INFO]: [AdvancedHelp] Successfully Enabled!
[13:10:57] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.8.4
[13:10:57] [Server thread/INFO]: [SkinsRestorer] INFO: Unsupported plugin (ViaVersion) detected, forcing OldSkinRefresher
[13:10:57] [Server thread/INFO]: [SkinsRestorer] Using SpigotSkinRefresher
[13:10:57] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_16_R2, using UniversalSkinFactory.
[13:10:57] [Server thread/INFO]: [SkinsRestorer] MySQL.ConnectionOptions is missing in config.yml! Using default value.
[13:10:57] [Server thread/INFO]: [SkinsRestorer] Connected to MySQL!
[13:10:58] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
[13:10:59] [Server thread/INFO]: [CensorReloaded] Enabling CensorReloaded v4.0.4*
[13:10:59] [Server thread/INFO]: [CensorReloaded] Plugin is enabled
[13:10:59] [Server thread/INFO]: [CensorReloaded] Plugin now use Metrics and send information !
[13:10:59] [Server thread/INFO]: [CensorReloaded] Loaded lang en_US.yml
[13:10:59] [Server thread/INFO]: [NoteBlockAPI] Enabling NoteBlockAPI v1.6.0
[13:10:59] [Server thread/INFO]: [TrollBoss] Enabling TrollBoss v6.3
[13:10:59] [Thread-17/INFO]: [TrollBoss] Finished updating.
[13:10:59] [Server thread/INFO]: [TrollBoss] Plugin enabled!
[13:10:59] [Server thread/INFO]: [TigerReports] Enabling TigerReports v4.11.7*
[13:10:59] [Server thread/ERROR]: Cannot load plugins/TigerReports/config.yml
org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
 in 'string', line 144, column 1:
        Name: "X-Ray"
    ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:59) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
    at fr.mrtigreroux.tigerreports.data.config.ConfigFile.load(ConfigFile.java:35) ~[?:?]
    at fr.mrtigreroux.tigerreports.TigerReports.load(TigerReports.java:45) ~[?:?]
    at fr.mrtigreroux.tigerreports.TigerReports.onEnable(TigerReports.java:53) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
 in 'string', line 144, column 1:
        Name: "X-Ray"
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:419) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:227) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:136) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:257) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:248) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:236) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:162) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:257) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:248) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:236) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:162) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:257) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:248) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:236) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:162) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:95) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:119) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:150) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
    ... 16 more
[13:10:59] [Server thread/INFO]: [TigerReports] Le plugin utilise BungeeCord.
[13:10:59] [Server thread/INFO]: [JukeBox] Enabling JukeBox v1.18.3
[13:10:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jukebox
[13:10:59] [Server thread/INFO]: [JukeBox] Placeholders registered
[13:10:59] [Server thread/INFO]: [JukeBox] This JukeBox version requires NoteBlockAPI version 1.5.0 or more. Please ensure you have the right version before using JukeBox (you are using NBAPI ver. 1.6.0)
[13:10:59] [Server thread/INFO]: [JukeBox] Loaded language file en.yml
[13:10:59] [Server thread/INFO]: [JukeBox] 5 songs loadeds. Sorting by name... 
[13:11:00] [Server thread/INFO]: [JukeBox] Songs sorted ! 5 songs. Number of pages : 1
[13:11:00] [Server thread/INFO]: [Skript] Enabling Skript v2.5-beta1
[13:11:00] [ForkJoinPool.commonPool-worker-0/INFO]: [Skript] A new version of Skript is available: 2.5-beta3 (you're currently running 2.5-beta1)
[13:11:00] [ForkJoinPool.commonPool-worker-0/INFO]: Download it at: <aqua><u><link:https://github.com/SkriptLang/Skript/releases/download/2.5-beta3/Skript.jar>https://github.com/SkriptLang/Skript/releases/download/2.5-beta3/Skript.jar
[13:11:05] [Server thread/INFO]: [Skript] Loaded 128136 aliases in 4880ms
[13:11:05] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[13:11:05] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.6
[13:11:05] [Server thread/INFO]: [ClearLag] Loading modules...
[13:11:05] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[13:11:05] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[13:11:05] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[13:11:05] [Server thread/INFO]: [CosmicVaults] Enabling CosmicVaults v2.0.6
[13:11:05] [Server thread/INFO]:  
[13:11:05] [Server thread/INFO]: =============================
[13:11:05] [Server thread/INFO]: CosmicVaults 2.0.6 by Kiran Hart
[13:11:05] [Server thread/INFO]: Action: Enabling...
[13:11:05] [Server thread/INFO]: [TweetyCore] Hooked into CosmicVaults.
[13:11:05] [Thread-19/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.16]...
[13:11:05] [Server thread/INFO]: [CosmicVaults] Loaded locale "en_US.lang"
[13:11:06] [Thread-19/INFO]: [ClearLag] No updates found!
[13:11:06] [Server thread/INFO]: =============================
[13:11:06] [Server thread/INFO]:  
[13:11:06] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.1
[13:11:06] [Server thread/INFO]: [Votifier] Loaded token for website: default
[13:11:06] [Server thread/INFO]: [Votifier] Using epoll transport to accept votes.
[13:11:06] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
[13:11:06] [Server thread/INFO]: [VoidSpawn] Enabling VoidSpawn v1.18.3
[13:11:06] [Server thread/INFO]: [VoidSpawn] No SkyBlock plugins found, disabling island mode support.
[13:11:06] [Votifier epoll boss/ERROR]: [Votifier] Votifier was not able to bind to /66.70.197.145:8192
[13:11:06] [Server thread/INFO]: [VoidSpawn] v1.18.3 by EnderCrest enabled
[13:11:06] [Server thread/INFO]: [CommandAlias] Enabling CommandAlias v1.6.3-RELEASE
[13:11:06] [Server thread/INFO]: [CommandAlias] PlaceholderAPI found! Utilizing...
[13:11:06] [Server thread/INFO]: [CommandAlias] 1 command aliases were loaded!
[13:11:06] [Server thread/INFO]: [CommandAlias] CommandAlias v1.6.3-RELEASE, by Ellie#0006, has been enabled!
[13:11:06] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.5.8
[13:11:06] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
[13:11:06] [Server thread/WARN]: [AdvancedPortals] Advanced bungee features disabled for Advanced Portals as bungee isn't enabled on the server (spigot.yml)
[13:11:06] [Server thread/INFO]: Advanced portals have been successfully enabled!
[13:11:06] [Server thread/INFO]: [MovingDevApi] Enabling MovingDevApi v1.1.10
[13:11:06] [Server thread/INFO]: MovingDevApiAPI is enabled!
[13:11:06] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.16.2
[13:11:06] [Server thread/INFO]: [Links] Enabling Links v1.5.1*
[13:11:06] [Server thread/INFO]: [LINKS] Version 1.5.1 - Plugin coded by SimplyTrash - Contributions by Dymethius
[13:11:06] [Server thread/INFO]: [GWarp] Enabling GWarp v[2.13.0.0]
[13:11:06] [Server thread/INFO]: [WarpBot] The Plugin was successfully enabled.
[13:11:06] [Server thread/INFO]: [ClearChat] Enabling ClearChat v3.2.4*
[13:11:06] [Server thread/INFO]: [PerWorldInventory] Enabling PerWorldInventory v2.3.2
[13:11:06] [Server thread/WARN]: [PerWorldInventory] Loaded class co.aikar.locales.MessageKeyProvider from SkinsRestorer v13.8.4 which is not a depend, softdepend or loadbefore of this plugin.
[13:11:06] [Server thread/INFO]: [PerWorldInventory] [ACF] Enabled Asynchronous Tab Completion Support!
[13:11:06] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.4
[13:11:06] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[13:11:07] [Server thread/INFO]: [RankSync] Enabling RankSync v1.4.0*
[13:11:07] [Server thread/INFO]: [RankSync] Translations have been loaded. (took 21ms)
[13:11:07] [Server thread/ERROR]: [RankSync] Disabling the RankSync plugin: 
[13:11:07] [Server thread/WARN]: [RankSync] ===================================
[13:11:07] [Server thread/WARN]: [RankSync] RankSync Error:
[13:11:07] [Server thread/WARN]: [RankSync] The Discord token provided in the config.yml is invalid.
[13:11:07] [Server thread/WARN]: [RankSync] For more information see:
[13:11:07] [Server thread/WARN]: [RankSync] https://github.com/Chickenpowerrr/RankSync/wiki/Getting-a-Discord-Token
[13:11:07] [Server thread/WARN]: [RankSync] ===================================
[13:11:07] [Server thread/INFO]: [RankSync] Disabling RankSync v1.4.0
[13:11:07] [Server thread/INFO]: [Essentials] Enabling Essentials v2.18.1.0
[13:11:08] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[13:11:08] [Server thread/INFO]: [Essentials] No kits found to migrate.
[13:11:08] [Server thread/INFO]: [Essentials] Loaded 25599 items from items.json.
[13:11:08] [Server thread/INFO]: [Essentials] Using locale en
[13:11:08] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[13:11:08] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[13:11:08] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[13:11:08] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[13:11:08] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.2.1*
[13:11:08] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[13:11:08] [Server thread/WARN]: [AdvancedBan] Loaded class org.h2.Driver from MovingDevApi v1.1.10 which is not a depend, softdepend or loadbefore of this plugin.
[13:11:08] [Server thread/WARN]: [AdvancedBan] Loaded class com.mysql.cj.jdbc.Driver from SkinsRestorer v13.8.4 which is not a depend, softdepend or loadbefore of this plugin.
[13:11:08] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.pool.PoolBase] HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
[13:11:08] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[13:11:08] [Server thread/INFO]: 
 
[]=====[Enabling AdvancedBan]=====[]
| Information:
|   Name: AdvancedBan
|   Developer: Leoko
|   Version: 2.2.1
|   Storage: HSQLDB (local)
| Support:
|   Github: https://github.com/DevLeoko/AdvancedBan/issues
|   Discord: https://discord.gg/ycDG6rS
| Twitter: @LeokoGar
| Update:
|   You have the newest version
[]================================[]
 
[13:11:08] [Server thread/INFO]: [Elevator] Enabling Elevator v3.10.7
[13:11:08] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v1.1*
[13:11:08] [Server thread/WARN]: [Multiverse-Core] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
[13:11:08] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v1.1" 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--].
[13:11:09] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Crates
[13:11:09] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[13:11:09] [Server thread/INFO]: -------- World Settings For [CrateHub] --------
[13:11:09] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:11:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: Carrot Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: Potato Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: Vine Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: Kelp Growth Modifier: 100%
[13:11:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[13:11:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:11:09] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[13:11:09] [Server thread/INFO]: Max TNT Explosions: 100
[13:11:09] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:11:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:11:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:11:09] [Server thread/INFO]: Item Merge Radius: 2.5
[13:11:09] [Server thread/INFO]: Item Despawn Rate: 6000
[13:11:09] [Server thread/INFO]: View Distance: 10
[13:11:09] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[13:11:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:11:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:11:09] [Server thread/INFO]: Mob Spawn Range: 8
[13:11:09] [Server thread/INFO]: Preparing start region for dimension minecraft:cratehub
[13:11:09] [Server thread/INFO]: Loaded 0 spawn chunks for world CrateHub
[13:11:09] [Server thread/INFO]: Preparing spawn area: 0%
[13:11:09] [Server thread/INFO]: Preparing spawn area: 0%
[13:11:09] [Server thread/INFO]: Time elapsed: 717 ms
[13:11:10] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[13:11:10] [Server thread/INFO]: false
[13:11:10] [Server thread/INFO]: [Multiverse-Core] Version 1.1 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
[13:11:10] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.22
[13:11:10] [Server thread/INFO]: [VotingPlugin] Giving VotingPlugin.Player permission by default, can be disabled in the config
[13:11:10] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 5.22
[13:11:10] [Server thread/WARN]: [VotingPlugin] No vote has been recieved from VoteMC.com, may be an invalid service site. Vote on the site and look in console for a service site, if you get nothing then there is an issue with votifier
[13:11:10] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.18.1.0
[13:11:10] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[13:11:10] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.3;5407315
[13:11:10] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[13:11:10] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[13:11:10] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[13:11:10] [Server thread/INFO]: [WorldGuard] (CrateHub) TNT ignition is PERMITTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] (CrateHub) Lighters are PERMITTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] (CrateHub) Lava fire is PERMITTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] (CrateHub) Fire spread is UNRESTRICTED.
[13:11:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CrateHub'
[13:11:10] [Server thread/INFO]: [WorldGuard] Loading region data...
[13:11:10] [Server thread/INFO]: [FogusCore] [Hook] WorldGuard: Success!
[13:11:10] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.18.1.0
[13:11:10] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect.
[13:11:10] [Server thread/INFO]: [EssentialsProtect] Starting Metrics. Opt-out using the global bStats config.
[13:11:10] [Server thread/INFO]: [ChatFeelings] Enabling ChatFeelings v4.6.8
[13:11:11] [Server thread/INFO]: [ChatFeelings] Having issues? Got a question? Join our support discord: https://discord.gg/6ugXPfX
[13:11:11] [Server thread/INFO]: [ChatFeelings] Hooking into AdvancedBans...
[13:11:11] [Server thread/INFO]: [ChatFeelings] Hooking into Essentials...
[13:11:11] [Server thread/INFO]: [ChatFeelings] Hooking into PlaceholderAPI...
[13:11:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: chatfeelings
[13:11:11] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.18.1.0
[13:11:11] [Server thread/ERROR]: [EssentialsGeoIP] No license key found! Please visit https://essentialsx.cf/geoip for first time setup instructions.
[13:11:11] [Server thread/ERROR]: [EssentialsGeoIP] Failed to read GeoIP database!
java.io.FileNotFoundException: plugins/EssentialsGeoIP/GeoIP2-Country.mmdb (No such file or directory)
    at java.io.RandomAccessFile.open0(Native Method) ~[?:1.8.0_262]
    at java.io.RandomAccessFile.open(RandomAccessFile.java:316) ~[?:1.8.0_262]
    at java.io.RandomAccessFile.<init>(RandomAccessFile.java:243) ~[?:1.8.0_262]
    at com.maxmind.db.BufferHolder.<init>(BufferHolder.java:19) ~[?:?]
    at com.maxmind.db.Reader.<init>(Reader.java:116) ~[?:?]
    at com.maxmind.geoip2.DatabaseReader.<init>(DatabaseReader.java:66) ~[?:?]
    at com.maxmind.geoip2.DatabaseReader.<init>(DatabaseReader.java:54) ~[?:?]
    at com.maxmind.geoip2.DatabaseReader$Builder.build(DatabaseReader.java:160) ~[?:?]
    at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.reloadConfig(EssentialsGeoIPPlayerListener.java:166) ~[?:?]
    at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.<init>(EssentialsGeoIPPlayerListener.java:43) ~[?:?]
    at com.earth2me.essentials.geoip.EssentialsGeoIP.onEnable(EssentialsGeoIP.java:33) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
[13:11:11] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
[13:11:11] [Server thread/INFO]: [EssentialsGeoIP] Starting Metrics. Opt-out using the global bStats config.
[13:11:11] [Server thread/INFO]: [GSit] Enabling GSit v[4.5.3.0]
[13:11:11] [Server thread/INFO]: [PosBot] The Plugin was successfully enabled.
[13:11:11] [Server thread/INFO]: [PosBot] Link with WorldGuard successful!
[13:11:11] [Server thread/INFO]: [PosBot] This Plugin has a new Version: [4.6.0.0]!
[PosBot] You use the outdated Version: [4.5.3.0]!
[PosBot] Download the latest Version:
[PosBot] https://www.spigotmc.org/resources/62325
[13:11:11] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.18.1.0
[13:11:11] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[13:11:11] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v19.1
[13:11:15] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[13:11:15] [Server thread/INFO]: [CoreProtect] Using MySQL for data storage.
[13:11:15] [Server thread/INFO]: --------------------
[13:11:15] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[13:11:15] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[13:11:15] [Server thread/INFO]: --------------------
[13:11:15] [Server thread/INFO]: [Harbor] Enabling Harbor v1.6.1
[13:11:15] [Server thread/INFO]: [CommandPanels] Enabling CommandPanels v3.10.4
[13:11:15] [Server thread/INFO]: [CommandPanels] RockyHawk's CommandPanels v3.10.4 Plugin Loading...
[13:11:15] [Server thread/INFO]: [CommandPanels] ================================================
[13:11:15] [Server thread/INFO]: [CommandPanels] An update for CommandPanels is available.
[13:11:15] [Server thread/INFO]: [CommandPanels] Download version 3.11.0 here:
[13:11:15] [Server thread/INFO]: [CommandPanels] https://www.spigotmc.org/resources/command-panels-custom-guis.67788/
[13:11:15] [Server thread/INFO]: [CommandPanels] ================================================
[13:11:15] [Server thread/INFO]: [CommandPanels] RockyHawk's CommandPanels v3.10.4 Plugin Loaded!
[13:11:15] [Server thread/INFO]: [HeadsPlus] Enabling HeadsPlus v6.11-BETA-1
[13:11:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: headsplus
[13:11:17] [Server thread/INFO]: [HeadsPlus] We've registered our PAPI placeholders!
[13:11:17] [Server thread/INFO]: HeadsPlus »  HeadsPlus has been enabled!
[13:11:17] [Server thread/INFO]: 
-------------------------------------------------------------------------
$$\   $$\                           $$\           $$$$$$$\  $$\
$$ |  $$ |                          $$ |          $$  __$$\ $$ |
$$ |  $$ | $$$$$$\   $$$$$$\   $$$$$$$ | $$$$$$$\ $$ |  $$ |$$ |$$\   $$\  $$$$$$$\
$$$$$$$$ |$$  __$$\  \____$$\ $$  __$$ |$$  _____|$$$$$$$  |$$ |$$ |  $$ |$$  _____|
$$  __$$ |$$$$$$$$ | $$$$$$$ |$$ /  $$ |\$$$$$$\  $$  ____/ $$ |$$ |  $$ |\$$$$$$\
$$ |  $$ |$$   ____|$$  __$$ |$$ |  $$ | \____$$\ $$ |      $$ |$$ |  $$ | \____$$\
$$ |  $$ |\$$$$$$$\ \$$$$$$$ |\$$$$$$$ |$$$$$$$  |$$ |      $$ |\$$$$$$  |$$$$$$$  |
\__|  \__| \_______| \_______| \_______|\_______/ \__|      \__| \______/ \_______/
-------------------------------------------------------------------------
HeadsPlus 6.11-BETA-1 has been enabled successfully!
-------------------------------------------------------------------------

[13:11:17] [Server thread/INFO]: [SimplePets] Enabling SimplePets v4.3 (build 19)
[13:11:17] [Server thread/INFO]: [SimplePets Debug] This version is not supported, be sure you are between 1.11 and 1.14
[13:11:17] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.27-SNAPSHOT (build 2106)
[13:11:17] [Server thread/INFO]: [FogusCore] [Hook] Citizens: Success!
[13:11:17] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.140-SNAPSHOT
[13:11:17] [Server thread/INFO]: [mcMMO] Platform String: 1.16.2-R0.1-SNAPSHOT
[13:11:17] [Server thread/INFO]: [mcMMO] Minecraft version determined to be - 1.16.2
[13:11:17] [Server thread/INFO]: [mcMMO] Loading compatibility layers...
[13:11:17] [Server thread/INFO]: [mcMMO] Finished loading compatibility layers.
[13:11:18] [Server thread/INFO]: [mcMMO] Enabling Acrobatics Skills
[13:11:18] [Server thread/INFO]: [mcMMO] Registered subskill: Roll
[13:11:18] [Server thread/INFO]: [mcMMO] 0 entries in mcMMO World Blacklist
[13:11:18] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.0
[13:11:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: supervanish
[13:11:18] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
[13:11:18] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
[13:11:18] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
[13:11:18] [Server thread/INFO]: [GoldenCrates] Enabling GoldenCrates v3.9.5a
[13:11:18] [Server thread/WARN]: [GoldenCrates] *** DISCLAIMER ***
[13:11:18] [Server thread/WARN]: [GoldenCrates] > You're running an unofficial Spigot fork.
[13:11:18] [Server thread/WARN]: [GoldenCrates] > ONLY OFFICIAL SPIGOT (spigotmc.org) IS SUPPORTED!
[13:11:18] [Server thread/WARN]: [GoldenCrates] > You won't get any support for any issues unless they are persists on regular Spigot.
[13:11:18] [Server thread/INFO]: [GoldenCrates] Powered by: FogusCore
[13:11:18] [Server thread/INFO]: [GoldenCrates] [Hook] HolographicDisplays: Success!
[13:11:18] [Server thread/INFO]: [GoldenCrates] [Hook] Citizens: Success!
[13:11:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: goldencrates
[13:11:18] [Server thread/INFO]: [GoldenCrates] [Hook] PlaceholderAPI: Success!
[13:11:18] [Server thread/INFO]: [GoldenCrates] Templates Loaded: 6
[13:11:18] [Server thread/INFO]: [GoldenCrates] Loaded 3 crate keys!
[13:11:18] [Server thread/INFO]: [GoldenCrates] Crates Loaded: 3
[13:11:18] [Server thread/INFO]: [GoldenCrates] Menus Loaded: 2
[13:11:18] [Server thread/INFO]: [GoldenCrates] Plugin loaded in 215 ms!
[13:11:18] [Server thread/INFO]: [Admin-GUI] Enabling Admin-GUI v1.4.5
[13:11:18] [Server thread/INFO]: 
[13:11:18] [Server thread/INFO]: []=====[Enabling AdminGUI]=====[]
[13:11:18] [Server thread/INFO]: |
[13:11:18] [Server thread/INFO]: | Information:
[13:11:18] [Server thread/INFO]: |
[13:11:18] [Server thread/INFO]: |   Name: AdminGUI
[13:11:18] [Server thread/INFO]: |   Developer: Black1_TV
[13:11:18] [Server thread/INFO]: |   Version: 1.4.5
[13:11:18] [Server thread/INFO]: |
[13:11:18] [Server thread/INFO]: | Support:
[13:11:18] [Server thread/INFO]: |
[13:11:18] [Server thread/INFO]: |   Discord: Crazy Rabbit#0001
[13:11:18] [Server thread/INFO]: |   Mail: ziga.zajc007@gmail.com
[13:11:18] [Server thread/INFO]: |   Discord: https://discord.gg/hUNymXX
[13:11:18] [Server thread/INFO]: |
[13:11:18] [Server thread/INFO]: []=====================================[]
[13:11:18] [Server thread/INFO]: 
[13:11:19] [Server thread/INFO]: [Autorank] Enabling Autorank v4.4-SNAPSHOT-108
[13:11:19] [Server thread/INFO]: Generating new PluginLibrary instance
[13:11:19] [Server thread/INFO]: [PluginLibrary] ***== Loading libraries ==***
[13:11:19] [Server thread/INFO]: [PluginLibrary] ***== Loaded 6 libraries! ==***
[13:11:19] [Server thread/INFO]: [PluginLibrary] Loaded libraries: Autorank (by Staartvin), mcMMO (by t00thpick1), Vault (by Kainzo), WorldGuard (by sk89q), EssentialsX (by drtshock) and NuVotifier (by Ichbinjoe)
[13:11:19] [Server thread/INFO]: [PluginLibrary] *** Ready for plugins to send/retrieve data. ***
[13:11:19] [Server thread/INFO]: [Autorank] Interval check every 5 minutes.
[13:11:19] [Server thread/WARN]: [Autorank] You're running a DEV version, be sure to backup your Autorank folder!
[13:11:19] [Server thread/WARN]: [Autorank] DEV versions are not guaranteed to be stable and generally shouldn't be used on big production servers with lots of players.
[13:11:19] [Server thread/INFO]: [Autorank] Registered requirement service for adding custom requirements!
[13:11:19] [Server thread/INFO]: [Autorank] Registered result service for adding custom results!
[13:11:19] [Server thread/INFO]: [Autorank] Autorank 4.4-SNAPSHOT-108 has been enabled!
[13:11:19] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.19.1
[13:11:19] [DiscordSRV - Initialization/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (930605a68cca8d2823d67ba4bfb20706b5c90ddf)
[13:11:19] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[13:11:19] [Server thread/INFO]: No expansions were registered!
[13:11:19] [Server thread/INFO]: Running delayed init tasks
[13:11:19] [Server thread/WARN]: [WorldEdit] Loaded class com.sk89q.worldguard.protection.association.RegionAssociable from WorldGuard v7.0.3;5407315 which is not a depend, softdepend or loadbefore of this plugin.
[13:11:19] [Craft Scheduler Thread - 7/INFO]: [TigerReports] Le plugin utilise la base de donnees SQLite (par defaut).
[13:11:20] [Craft Scheduler Thread - 19/INFO]: [mcMMO] Cleaned backup files. Deleted 1 of 26 files.
[13:11:20] [Craft Scheduler Thread - 6/INFO]: [SkinsRestorer] ----------------------------------------------
[13:11:20] [Craft Scheduler Thread - 6/INFO]: [SkinsRestorer]     +===============+
[13:11:20] [Craft Scheduler Thread - 6/INFO]: [SkinsRestorer]     | SkinsRestorer |
[13:11:20] [Craft Scheduler Thread - 6/INFO]: [SkinsRestorer]     |---------------|
[13:11:20] [Craft Scheduler Thread - 6/INFO]: [SkinsRestorer]     |  Bukkit only  |
[13:11:20] [Craft Scheduler Thread - 6/INFO]: [SkinsRestorer]     +===============+
[13:11:20] [Craft Scheduler Thread - 6/INFO]: [SkinsRestorer] ----------------------------------------------
[13:11:20] [Craft Scheduler Thread - 6/INFO]: [SkinsRestorer]     Current version: 13.8.4
[13:11:20] [Craft Scheduler Thread - 6/INFO]: [SkinsRestorer]     This is the latest version!
[13:11:20] [Craft Scheduler Thread - 6/INFO]: [SkinsRestorer] ----------------------------------------------
[13:11:20] [Craft Scheduler Thread - 5/INFO]: [Autorank] Loading UUID storage files...
[13:11:20] [Craft Scheduler Thread - 22/INFO]: [Autorank] Primary storage provider of Autorank: FlatFileStorageProvider
[13:11:20] [Craft Scheduler Thread - 6/INFO]: [GoldenCrates] Auto-save: Saved 0 online users | 0 offline users.
[13:11:20] [Craft Scheduler Thread - 5/INFO]: [Autorank] Loaded UUID storage in 0 seconds.
[13:11:20] [Craft Scheduler Thread - 19/INFO]: [Autorank] Removed 0 old storage entries from database!
[13:11:20] [Craft Scheduler Thread - 22/INFO]: [Vault] Checking for Updates ... 
[13:11:20] [Craft Scheduler Thread - 8/INFO]: [CensorReloaded] You are using stable version of plugin
[13:11:20] [Craft Scheduler Thread - 8/INFO]: CENSOR-RELOADED > You are using stable version of plugin
[13:11:20] [Craft Scheduler Thread - 17/ERROR]: [HeadsPlus] Error thrown when creating the head for MAGMA_CUBE. If it's a custom head, please double check the name. (Error code: 6)
[13:11:20] [Server thread/WARN]: [Skript] Loaded class com.boydti.fawe.FaweAPI from WorldEdit v1.16-345;f74bc8a which is not a depend, softdepend or loadbefore of this plugin.
[13:11:20] [Server thread/ERROR]: [Skript] An error occurred while trying to enable support for FAWE WorldGuard 7. WorldGuard region support has been disabled!
[13:11:20] [Server thread/ERROR]: [Skript] Could not hook into WorldGuard. This can happen if Skript doesn't support the installed version of WorldGuard
[13:11:20] [Server thread/WARN]: [Skript] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
[13:11:20] [Craft Scheduler Thread - 22/INFO]: [Vault] No new version available
[13:11:20] [Server thread/INFO]: [Skript] Loading variables...
[13:11:20] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds
[13:11:20] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[13:11:20] [Server thread/WARN]: [Skript] No scripts were found, maybe you should write some ;) (config.sk, line 188: databases:')
[13:11:20] [Server thread/INFO]: [Skript] Finished loading.
[13:11:20] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[13:11:20] [Craft Scheduler Thread - 18/INFO]: [HeadsPlus] HeadsPlus »  Plugin is up to date!
[13:11:20] [Server thread/INFO]: [Citizens] Loaded 1 NPCs.
[13:11:20] [Server thread/INFO]: [Autorank] No stats plugin found! Most requirements cannot be used!
[13:11:20] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
[13:11:20] [Server thread/INFO]: Done (37.341s)! For help, type "help"
[13:11:20] [Server thread/INFO]: Timings Reset
[13:11:20] [Server thread/INFO]: [VotingPlugin] Successfully hooked into vault economy!
[13:11:20] [Server thread/INFO]: [VotingPlugin] Hooked into vault permissions
[13:11:20] [Craft Scheduler Thread - 13/INFO]: [VotingPlugin] VotingPlugin has an update available! Your Version: 5.22 New Version: 5.23.3 Use /av download to get the latest update!
[13:11:21] [Craft Scheduler Thread - 18/WARN]: [VotingPlugin] Detected an issue with voting sites, check the server startup log for more details
[13:11:21] [Thread-34/INFO]: [CoreProtect] No donation key found. Please check config.yml.
[13:11:21] [Thread-34/INFO]: --------------------
[13:11:21] [Thread-34/INFO]: [CoreProtect] Version 19.2 is now available.
[13:11:21] [Thread-34/INFO]: [CoreProtect] Download: www.coreprotect.net/download/
[13:11:21] [Thread-34/INFO]: --------------------
[13:11:21] [Log4j2-TF-1-AsyncLogger[AsyncContext@70dea4e]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
[13:11:21] [Log4j2-TF-1-AsyncLogger[AsyncContext@70dea4e]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[13:11:22] [Log4j2-TF-1-AsyncLogger[AsyncContext@70dea4e]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:[Players](741761655066853517)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:verify(741792152484446332)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:👋welcome(741971875261055098)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📢announcements(741967558550224906)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📝rules(741967577533644852)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📰info(742101836311560313)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🗓events(750019357609820160)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎁giveaways(742004320920404018)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔗social-media(741977863489847438)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔐admins-only(742101550909882630)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔐audit-log(744662672519200778)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔒admin-applications(746037441256751144)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔒twitch-applications(752152874921754704)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎫ticket-transcripts(749061146362773504)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📋admin-applications(748874541765492756)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📋ban-appeals(748874647507959838)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📋event-suggestions(748874679137075261)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💭general(742087907514253323)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:⚔factions-chat(751242878868521001)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💬ai-chat(749758385175396392)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:👏suggestions(742149492006191104)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💎premium(742010725173821462)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:off-topic(750134880339230851)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📖verse-of-the-day(750499067410382958)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🙏🏻daily-sermons(750501024460046447)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💬christian-chat(750499153007869984)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:sell-stuff(750167663971532850)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:buy-stuff(750167665120772256)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:result-log(750167666475401327)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:transaction-log(750167833769672764)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:auction-list(750168112980033577)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:market-list(750168181485600868)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔐moderators(750106913768734750)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:✔admins(742008561982242817)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💎premium(742007977187344416)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:😎members(742008034410364995)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🍟everyone(749303139370270792)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔐appeals(744742556910354573)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎟tickets(742009138971803739)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:❔premium-support(742009293536100384)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📜submit-appeals(744742429365633144)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bug-reports(742323899232157716)
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console channel ID was invalid, not forwarding console output
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Not using JDBC, one of host/port/database was default
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling SuperVanish hook
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[13:11:22] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
[13:11:29] [Craft Scheduler Thread - 13/INFO]: [NoteBlockAPI] New update available!
[13:22:40] [LoginProcessingThread/INFO]: UUID of player NotPlayerBlade is bc66ca3c-11ff-4873-a908-87db639d618e
[13:22:40] [Server thread/WARN]: [FogusCore] Loaded class net.citizensnpcs.api.CitizensAPI from Citizens v2.0.27-SNAPSHOT (build 2106) which is not a depend, softdepend or loadbefore of this plugin.
[13:22:40] [Server thread/INFO]: NotPlayerBlade joined the game
[13:22:40] [Server thread/INFO]: NotPlayerBlade[/74.67.100.179:55081] logged in with entity id 21 at ([world]-515.9530119646782, 75.36224557508177, -660.799539213129)
[13:22:41] [Server thread/WARN]: [Essentials] Permissions lag notice with (LuckPermsHandler). Response took 28.449242ms. Summary: Getting prefix for NotPlayerBlade
[13:23:45] [Server thread/INFO]: NotPlayerBlade issued server command: /npc look
[13:23:55] [Server thread/INFO]: NotPlayerBlade issued server command: /gms
[13:23:57] [Server thread/INFO]: NotPlayerBlade issued server command: /gmc
[13:24:01] [Server thread/INFO]: NotPlayerBlade issued server command: /npc sel
[13:24:05] [Server thread/INFO]: NotPlayerBlade issued server command: /npc look
[13:24:08] [Server thread/INFO]: NotPlayerBlade issued server command: /npc look
[13:24:22] [Server thread/INFO]: NotPlayerBlade issued server command: /ci
[13:24:23] [Server thread/INFO]: NotPlayerBlade issued server command: /ci
[13:24:27] [Server thread/INFO]: NotPlayerBlade issued server command: /ci
[13:25:29] [Server thread/INFO]: NotPlayerBlade issued server command: /ci
[13:25:37] [Server thread/INFO]: NotPlayerBlade issued server command: /i chest 1
[13:25:51] [Server thread/INFO]: NotPlayerBlade issued server command: /ci
[13:25:55] [Server thread/INFO]: NotPlayerBlade issued server command: /i minecart 100
[13:26:08] [Server thread/INFO]: NotPlayerBlade issued server command: /ci
[13:26:19] [Craft Scheduler Thread - 33/INFO]: [GoldenCrates] Auto-save: Saved 1 online users | 0 offline users.
[13:26:26] [Server thread/INFO]: NotPlayerBlade issued server command: /simplepet
[13:26:26] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'simplepet' in plugin SimplePets v4.3 (build 19) - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.craftbukkit.v1_16_R2.CraftServer.dispatchCommand(CraftServer.java:800) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.PlayerConnection.handleCommand(PlayerConnection.java:1908) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.PlayerConnection.a(PlayerConnection.java:1719) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.TickTask.run(SourceFile:18) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.ba(MinecraftServer.java:1135) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.executeNext(MinecraftServer.java:1128) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.sleepForTick(MinecraftServer.java:1089) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:1003) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
[13:26:28] [Server thread/INFO]: NotPlayerBlade issued server command: /pets
[13:26:28] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'pets' in plugin SimplePets v4.3 (build 19) - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.2.jar:git-Paper-186]
    at org.bukkit.craftbukkit.v1_16_R2.CraftServer.dispatchCommand(CraftServer.java:800) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.PlayerConnection.handleCommand(PlayerConnection.java:1908) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.PlayerConnection.a(PlayerConnection.java:1719) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.TickTask.run(SourceFile:18) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.ba(MinecraftServer.java:1135) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.executeNext(MinecraftServer.java:1128) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.sleepForTick(MinecraftServer.java:1089) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:1003) ~[patched_1.16.2.jar:git-Paper-186]
    at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
[13:26:30] [Server thread/INFO]: NotPlayerBlade issued server command: /pl
[13:27:46] [Server thread/INFO]: NotPlayerBlade issued server command: /region flag VTF creeper-explosion deny
[13:27:54] [Server thread/INFO]: NotPlayerBlade issued server command: //wand
[13:28:01] [Server thread/INFO]: NotPlayerBlade issued server command: /speed 10
[13:28:11] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved
[13:28:13] [Server thread/INFO]: NotPlayerBlade issued server command: /speed 2
[13:28:29] [Server thread/INFO]: NotPlayerBlade issued server command: /up 1
[13:28:30] [Craft Scheduler Thread - 42/WARN]: [WorldEdit] Loaded class kotlin.jvm.internal.Intrinsics from CommandAlias v1.6.3-RELEASE which is not a depend, softdepend or loadbefore of this plugin.
[13:28:32] [Server thread/INFO]: NotPlayerBlade issued server command: /up 199
[13:28:44] [Server thread/INFO]: NotPlayerBlade issued server command: /up 19
[13:28:59] [Server thread/INFO]: NotPlayerBlade issued server command: /speed 10
[13:29:29] [Server thread/INFO]: NotPlayerBlade issued server command: /rg remove VTF
[13:29:33] [Server thread/INFO]: NotPlayerBlade issued server command: /rg list
[13:29:41] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved
[13:29:45] [Server thread/INFO]: NotPlayerBlade issued server command: /rg define VTF
[13:29:50] [Server thread/INFO]: NotPlayerBlade issued server command: //expand vert
[13:29:57] [Server thread/INFO]: NotPlayerBlade issued server command: /rg redefine VTF
[13:30:07] [Server thread/INFO]: NotPlayerBlade issued server command: /region flag VTF creeper-explosion deny
[13:30:11] [Server thread/INFO]: NotPlayerBlade issued server command: /speed 1
[13:30:11] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved
[13:31:16] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flag greeting &6Welcome to &bPlayerBlade's &6lab! &4Please stay away if not invited.
[13:31:24] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flag VTF greeting &6Welcome to &bPlayerBlade's &6lab! &4Please stay away if not invited.
[13:31:41] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved
[13:32:20] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flags
[13:32:45] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flag -w "world" -h 1 vtf pvp ALLOW
[13:32:46] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flag -w "world" -h 1 vtf pvp
[13:32:58] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flag -w "world" -h 1 vtf damage-animals DENY
[13:33:01] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flag -w "world" -h 1 vtf pvp DENY
[13:33:03] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flag -w "world" -h 1 vtf pvp ALLOW
[13:33:03] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flag -w "world" -h 1 vtf pvp
[13:33:11] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved
[13:33:11] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flag -w "world" -h 1 vtf tnt DENY
[13:33:16] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flag -w "world" -h 1 vtf lighter DENY
[13:33:25] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flags -w "world" -p 2 vtf
[13:33:27] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flag -w "world" -h 2 vtf firework-damage DENY
[13:33:34] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flag -w "world" -h 2 vtf mob-spawning DENY
[13:33:36] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flags -w "world" -p 3 vtf
[13:33:37] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flags -w "world" -p 4 vtf
[13:33:38] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flags -w "world" -p 5 vtf
[13:33:38] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flags -w "world" -p 6 vtf
[13:33:41] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved
[13:33:50] [Server thread/INFO]: NotPlayerBlade issued server command: /killall all
[13:39:46] [Server thread/INFO]: NotPlayerBlade issued server command: /rg flag VTF farewell &bThanks for visiting the lab! &6Hope to see you soon...
[13:40:11] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved
[13:41:19] [Craft Scheduler Thread - 48/INFO]: [GoldenCrates] Auto-save: Saved 1 online users | 0 offline users.
[13:43:15] [Server thread/INFO]: NotPlayerBlade issued server command: /gms
[13:43:35] [Server thread/INFO]: NotPlayerBlade issued server command: /gms
[13:43:36] [Server thread/INFO]: NotPlayerBlade issued server command: /gmc
[13:43:41] [Server thread/INFO]: NotPlayerBlade issued server command: /gms
[13:43:46] [Server thread/INFO]: NotPlayerBlade issued server command: /god
[13:43:47] [Server thread/INFO]: NotPlayerBlade issued server command: /gmc
[13:43:53] [Server thread/INFO]: NotPlayerBlade issued server command: /gms
[13:45:11] [Server thread/INFO]: NotPlayerBlade issued server command: /npc skin NotPlayerBlade
[13:45:57] [Server thread/INFO]: NotPlayerBlade issued server command: /party help
[13:51:16] [Server thread/INFO]: NotPlayerBlade issued server command: /gmc
[13:51:37] [Server thread/INFO]: NotPlayerBlade issued server command: /vgui
[13:51:37] [Craft Scheduler Thread - 57/WARN]: [VotingPlugin] Found legacy material name: SIGN, please update this to prevent this message and prevent issues, path: GUI.VoteGUI.Top.Item
[13:51:54] [Server thread/INFO]: NotPlayerBlade issued server command: /killall all
[13:54:20] [Server thread/INFO]: NotPlayerBlade issued server command: /npc skin NotPlayerBlade
[13:56:19] [Craft Scheduler Thread - 57/INFO]: [GoldenCrates] Auto-save: Saved 1 online users | 0 offline users.
[13:59:20] [Server thread/INFO]: NotPlayerBlade issued server command: /co inspect
[13:59:29] [Server thread/INFO]: NotPlayerBlade issued server command: /co inspect
[13:59:37] [Server thread/INFO]: NotPlayerBlade issued server command: /co restore
[13:59:40] [Server thread/INFO]: NotPlayerBlade issued server command: /co restore 1
[13:59:47] [Server thread/INFO]: NotPlayerBlade issued server command: /co restore time: 1s
[13:59:52] [Server thread/INFO]: NotPlayerBlade issued server command: /ci
[14:00:19] [Server thread/INFO]: NotPlayerBlade issued server command: /warp vt
[14:02:14] [Server thread/INFO]: NotPlayerBlade issued server command: /ci
[14:02:17] [Server thread/INFO]: NotPlayerBlade issued server command: /i chest
[14:03:04] [Server thread/INFO]: NotPlayerBlade issued server command: /ci
[14:03:16] [Server thread/INFO]: NotPlayerBlade issued server command: /ci
[14:03:57] [Server thread/INFO]: NotPlayerBlade issued server command: /ahelp4
[14:03:58] [Server thread/INFO]: NotPlayerBlade issued server command: /cc
[14:04:02] [Server thread/INFO]: NotPlayerBlade issued server command: /cc personal
[14:04:07] [Server thread/INFO]: NotPlayerBlade issued server command: /help
[14:05:01] [Server thread/INFO]: NotPlayerBlade issued server command: /ci
[14:05:22] [Server thread/INFO]: NotPlayerBlade issued server command: //wand
[14:05:39] [Server thread/INFO]: NotPlayerBlade issued server command: /up 1
[14:05:46] [Server thread/INFO]: NotPlayerBlade issued server command: //rep grass_block air
[14:05:50] [Server thread/INFO]: NotPlayerBlade issued server command: //rep dirt air
[14:06:06] [Server thread/INFO]: NotPlayerBlade issued server command: //undo 2
[14:07:38] [Server thread/INFO]: NotPlayerBlade issued server command: /speed 10
[14:07:45] [Server thread/INFO]: NotPlayerBlade issued server command: /speed 1
[14:07:49] [Server thread/INFO]: NotPlayerBlade issued server command: /warp hs
[14:09:26] [Server thread/INFO]: NotPlayerBlade issued server command: /ci
[14:09:33] [Server thread/INFO]: NotPlayerBlade issued server command: /warp vt
[14:10:17] [Server thread/INFO]: NotPlayerBlade issued server command: //wand
[14:10:23] [Server thread/INFO]: NotPlayerBlade issued server command: /ci
[14:10:25] [Server thread/INFO]: NotPlayerBlade issued server command: /cratehub
[14:10:31] [Server thread/INFO]: NotPlayerBlade issued server command: /mvtp Cratehub
[14:10:31] [Server thread/WARN]: [PerWorldInventory] Creating a new group on the fly for 'CrateHub'. Please double check your `worlds.yml` file configuration!
[14:10:43] [Server thread/INFO]: NotPlayerBlade issued server command: /ci
[14:10:49] [Server thread/INFO]: NotPlayerBlade issued server command: /crates givekey * power
[14:10:51] [Server thread/WARN]: [FogusCore] Loaded class me.clip.placeholderapi.PlaceholderAPI from PlaceholderAPI v2.10.9 which is not a depend, softdepend or loadbefore of this plugin.
[14:11:05] [Server thread/INFO]: GoldenCrates » Player NotPlayerBlade just opened Power Crate and got the reward(s): Power Sword V2
[14:11:19] [Craft Scheduler Thread - 71/INFO]: [GoldenCrates] Auto-save: Saved 1 online users | 0 offline users.
[14:11:21] [Server thread/INFO]: NotPlayerBlade issued server command: /cpe infp