Paste #107274: DenizenMetaBot Auto-Repaste Of log From notikj

Date: 2023/03/12 06:36:26 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


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


[16:31:17] [Server thread/INFO]: Starting minecraft server version 1.12.2
[16:31:17] [Server thread/INFO]: Loading properties
[16:31:17] [Server thread/INFO]: Default game type: SURVIVAL
[16:31:17] [Server thread/INFO]: This server is running Paper version git-Paper-8359863 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[16:31:17] [Server thread/INFO]: Debug logging is disabled
[16:31:17] [Server thread/INFO]: Server Ping Player Sample Count: 0
[16:31:17] [Server thread/INFO]: Using 4 threads for Netty based IO
[16:31:17] [Server thread/INFO]: Using Aikar's Alternative Luck Formula to apply Luck attribute to all loot pool calculations. See https://luckformula.emc.gs
[16:31:17] [Server thread/INFO]: Generating keypair
[16:31:17] [Server thread/INFO]: Starting Minecraft server on localhost:25567
[16:31:18] [Server thread/INFO]: Using NIO channel type
[16:31:18] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[16:31:18] [Server thread/INFO]: [ChatFilter] Loading ChatFilter v2.0.13
[16:31:18] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.2
[16:31:18] [Server thread/INFO]: [UltimateAutoRestart] Loading UltimateAutoRestart vBuild 52
[16:31:18] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v3.0.1
[16:31:18] [Server thread/INFO]: [RegionAddBlocker] Loading RegionAddBlocker v1.0
[16:31:18] [Server thread/INFO]: [BanManager] Loading BanManager v7.9.0
[16:31:18] [Server thread/INFO]: [DevLib] Loading DevLib v2.1.2
[16:31:18] [Server thread/INFO]: [BClear] Loading BClear v1.0
[16:31:18] [Server thread/INFO]: [CommandSync] Loading CommandSync v1.0.0
[16:31:18] [Server thread/INFO]: [PKOffHand] Loading PKOffHand v1.1
[16:31:18] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.5.1
[16:31:18] [Server thread/INFO]: [ViaVersion] ViaVersion 4.5.1 is now loaded, injecting!
[16:31:18] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
[16:31:18] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
[16:31:18] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
[16:31:18] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
[16:31:18] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
[16:31:18] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
[16:31:18] [Via-Mappingloader-6/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
[16:31:18] [Via-Mappingloader-7/INFO]: [ViaVersion] Loading 1.17 -> 1.18 mappings...
[16:31:18] [Via-Mappingloader-8/INFO]: [ViaVersion] Loading 1.18 -> 1.19 mappings...
[16:31:18] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.55
[16:31:18] [Via-Mappingloader-9/INFO]: [ViaVersion] Loading 1.19 -> 1.19.3 mappings...
[16:31:18] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[16:31:18] [Server thread/INFO]: [JAXB] Loading JAXB v1.0.0
[16:31:18] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.9-SNAPSHOT;
[16:31:18] [Server thread/INFO]: [SAML] Loading SAML v2.0.0
[16:31:18] [Server thread/INFO]: [spark] Loading spark v1.9.42
[16:31:18] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.7
[16:31:18] [Server thread/INFO]: [MessageAnnouncer] Loading MessageAnnouncer v1.12.2
[16:31:18] [Server thread/INFO]: [BlockSyntax] Loading BlockSyntax v1.1.0-SNAPSHOT
[16:31:18] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v1.1
[16:31:18] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0-SNAPSHOT-b577
[16:31:19] [Server thread/INFO]: [CustomDeathMessages] Loading CustomDeathMessages v1.7.2
[16:31:19] [Server thread/INFO]: [DevBuyer] Loading DevBuyer v1.5.0
[16:31:19] [Server thread/INFO]: [DevBuyer] Loader is started working...
[16:31:19] [Server thread/INFO]: [com.mcdev.loader.external.helper.JVMHelper] Running on java version 17.0.4
[16:31:19] [Server thread/INFO]: [com.mcdev.loader.external.helper.JVMHelper] Using the unsafe java class loading strategy!
[16:31:19] [Server thread/INFO]: [WorldGuardGriefFix] Loading WorldGuardGriefFix v3.0
[16:31:19] [Server thread/INFO]: [AntiDisconnectSpam] Loading AntiDisconnectSpam v2.1.1
[16:31:19] [Server thread/INFO]: [ContinuousTasks] Loading ContinuousTasks v1.0.0
[16:31:19] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[16:31:19] [Server thread/INFO]: [NewbieChat] Loading NewbieChat v1.6.6-st
[16:31:19] [Server thread/INFO]: [SimpleSit] Loading SimpleSit v1.7
[16:31:19] [Server thread/INFO]: [ChatGames] Loading ChatGames v1.0
[16:31:19] [Server thread/INFO]: [SimpleRename] Loading SimpleRename v13.9
[16:31:19] [Server thread/INFO]: [KillerMoney] Loading KillerMoney v4.6.0
[16:31:19] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v3.2.5
[16:31:19] [Server thread/INFO]: [MoonClans] Loading MoonClans v3.0
[16:31:19] [Server thread/INFO]: [MoonClans] Loading 5 libraries... please wait
[16:31:19] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.2-SNAPSHOT;
[16:31:19] [Server thread/INFO]: [BTC] Loading Blocks_To_Commands vv5.0.0-beta.6
[16:31:19] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v14.2.5
[16:31:19] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v2.0.8
[16:31:19] [Server thread/INFO]: [antiRedstoneClock] Loading antiRedstoneClock v1.4.0
[16:31:19] [Server thread/INFO]: [antiRedstoneClock] WorldGuard 6 found
[16:31:19] [Server thread/INFO]: [antiRedstoneClock] Flag antiredstoneclock registered
[16:31:19] [Server thread/INFO]: [Vulcan] Loading Vulcan v2.7.1
[16:31:19] [Server thread/INFO]: [DonatorJoinPlus] Loading DonatorJoinPlus v2.3.7
[16:31:19] [Server thread/INFO]: [Pl-Hide-Pro] Loading Pl-Hide-Pro v2.5.1
[16:31:19] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v3.2.1-4
[16:31:19] [Server thread/INFO]: [ElementTitles] Loading ElementTitles v1.0.0
[16:31:19] [Server thread/INFO]: [MoonCases] Loading MoonCases v2.3
[16:31:19] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.6.9
[16:31:19] [Server thread/INFO]: [Log4JExploitFix] Loading Log4JExploitFix v1.3.3
[16:31:19] [Server thread/INFO]: [Log4JExploitFix] Successfully applied filters to Appenders File, TerminalConsole
[16:31:19] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.7
[16:31:19] [Server thread/INFO]: [AbstractCooldown] Loading AbstractCooldown v1.0
[16:31:19] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v2.6.1
[16:31:19] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.30-SNAPSHOT (build 2949)
[16:31:19] [Server thread/INFO]: [ElementShop] Loading ElementShop v1.0
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Loading ajLeaderboards v2.6.2
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for {0}[gson]
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, gson]
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for {0}[jar-relocator]
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, jar-relocator]
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for {0}[asm]
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, asm]
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for {0}[asm-commons]
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, asm-commons]
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for {0}[gson]
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, gson]
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for {0}[HikariCP]
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, HikariCP]
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for {0}[slf4j-api]
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, slf4j-api]
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for {0}[h2]
[16:31:19] [Server thread/INFO]: [ajLeaderboards] Checksum {0} for {1}[matched, h2]
[16:31:19] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.6-Release
[16:31:19] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup successfully!
[16:31:19] [Server thread/INFO]: [ProjectKorra] Loading ProjectKorra v1.8.7
[16:31:19] [Server thread/INFO]: [TAB] Loading TAB v2.8.10
[16:31:19] [Server thread/INFO]: [WGExtender] Loading WGExtender v1.0
[16:31:19] [Server thread/INFO]: [ChatEx] Loading ChatEx v2.8.3
[16:31:19] [Server thread/INFO]: [ItemJoin] Loading ItemJoin v5.2.4-RELEASE-b822
[16:31:19] [Server thread/INFO]: [CBP] Loading CustomBansPlus v3.3.19.4
[16:31:19] [Server thread/INFO]: [ElementComets] Loading ElementComets v1.0
[16:31:19] [Server thread/INFO]: [CombatTagPlus] Loading CombatTagPlus v1.3.2-SNAPSHOT
[16:31:19] [Server thread/INFO]: [Bind_Korra] Loading Bind_Korra v1.0-SNAPSHOT
[16:31:19] [Server thread/INFO]: [ProjectAddons] Loading ProjectAddons v1.1.1
[16:31:19] [Server thread/INFO]: [JedCore] Loading JedCore v2.7.2-Spigot1.12.2-PK1.8.7
[16:31:19] [Server thread/INFO]: [VulcanPK] Loading VulcanPK v1.0
[16:31:19] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.19.7
[16:31:19] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.5-SNAPSHOT
[16:31:19] [Server thread/INFO]: [Spirits] Loading Spirits vmodified
[16:31:19] [Server thread/INFO]: [MyPet] Loading MyPet v3.1
[16:31:19] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Error-Reporter ENABLED
[16:31:19] [Server thread/INFO]: [CMILib] Loading CMILib v1.2.3.3
[16:31:19] [Server thread/INFO]: [KorraLogging] Loading KorraLogging v1.0-SNAPSHOT
[16:31:19] [Server thread/INFO]: [HoloMobHealth] Loading HoloMobHealth v2.3.1.0
[16:31:19] [Server thread/INFO]: [MobFarmManager] Loading MobFarmManager v2.0.3.1
[16:31:19] [Server thread/INFO]: [Duels] Loading Duels v3.5.2
[16:31:19] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[16:31:19] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.55
[16:31:19] [Server thread/INFO]:         __    
[16:31:19] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.55
[16:31:19] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[16:31:19] [Server thread/INFO]: 
[16:31:19] [Server thread/INFO]: [LuckPerms] Loading configuration...
[16:31:19] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[16:31:20] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[16:31:20] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[16:31:20] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 493ms)
[16:31:20] [Server thread/INFO]: [JAXB] Enabling JAXB v1.0.0
[16:31:20] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b577
[16:31:20] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[16:31:20] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[16:31:20] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[16:31:20] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[16:31:20] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[16:31:20] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[16:31:20] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v3.2.5
[16:31:20] [Server thread/INFO]: [PlayerPoints] Initializing using RoseGarden v1.1.0.42-SNAPSHOT
[16:31:20] [Server thread/INFO]: [PlayerPoints] Data handler connected using SQLite.
[16:31:20] [Server thread/INFO]: [ItemJoin] Enabling ItemJoin v5.2.4-RELEASE-b822
[16:31:20] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[16:31:20] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[16:31:20] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[16:31:20] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[16:31:20] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[16:31:20] [Server thread/INFO]: Preparing level "world"
[16:31:20] [Server thread/INFO]: Preparing start region for level 0 (Seed: -3326654125891564138)
[16:31:20] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3326654125891564138)
[16:31:20] [Server thread/INFO]: Preparing start region for level 2 (Seed: -3326654125891564138)
[16:31:20] [Server thread/INFO]: [ChatFilter] Enabling ChatFilter v2.0.13
[16:31:20] [Server thread/INFO]: [ChatFilter] Loaded using locale: en
[16:31:20] [Server thread/INFO]: [ChatFilter] 21 Enabled word filters.
[16:31:20] [Server thread/INFO]: [ChatFilter] 2 Enabled advertising filters.
[16:31:20] [Server thread/INFO]: [ChatFilter] 2 whitelisted items.
[16:31:20] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.2
[16:31:20] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[16:31:20] [Server thread/INFO]: [UltimateAutoRestart] Enabling UltimateAutoRestart vBuild 52
[16:31:20] [Server thread/INFO]: 
[16:31:20] [Server thread/INFO]: [UltimateAutoRestart] Build 52, a free resource by Norska - Thanks for downloading!
[16:31:20] [Server thread/INFO]: 
[16:31:20] [Server thread/INFO]: [UltimateAutoRestart] Attempting hooks...
[16:31:21] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.1
[16:31:21] [Server thread/INFO]: [RegionAddBlocker] Enabling RegionAddBlocker v1.0
[16:31:21] [Server thread/INFO]: [BanManager] Enabling BanManager v7.9.0
[16:31:21] [Server thread/WARN]: [Server thread] INFO me.confuser.banmanager.common.hikari.HikariDataSource - bm-local - Starting...
[16:31:21] [Server thread/WARN]: [Server thread] INFO me.confuser.banmanager.common.hikari.HikariDataSource - bm-local - Start completed.
[16:31:21] [Server thread/INFO]: [BanManager] Loaded 2 bans into memory
[16:31:21] [Server thread/INFO]: [BanManager] Loaded 1 mutes into memory
[16:31:21] [Server thread/INFO]: [BanManager] Loaded 0 ip bans into memory
[16:31:21] [Server thread/INFO]: [BanManager] Loaded 0 ip mutes into memory
[16:31:21] [Server thread/INFO]: [BanManager] Loaded 0 ip range bans into memory
[16:31:21] [Server thread/INFO]: [BanManager] Loaded 0 name bans into memory
[16:31:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bm [7]
[16:31:21] [Server thread/INFO]: [DevLib] Enabling DevLib v2.1.2
[16:31:21] [Server thread/INFO]: [BClear] Enabling BClear v1.0
[16:31:21] [Server thread/INFO]: [CommandSync] Enabling CommandSync v1.0.0
[16:31:21] [Server thread/INFO]: [CommandSync] Configuration file loaded.
[16:31:21] [Server thread/INFO]: [CommandSync] Could not connect to the server.
[16:31:21] [Server thread/INFO]: [PKOffHand] Enabling PKOffHand v1.1
[16:31:21] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.5.1
[16:31:21] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.9-SNAPSHOT;
[16:31:21] [Server thread/INFO]: WEPIF: Использование Bukkit Permissions API.
[16:31:21] [Server thread/INFO]: [WorldEdit] Использую com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 для Bukkit адаптеров
[16:31:21] [Server thread/INFO]: [SAML] Enabling SAML v2.0.0
[16:31:21] [Server thread/INFO]: [SAML] Loading config.yml...
[16:31:21] [Server thread/INFO]: [SAML] Successfully loaded config.yml.
[16:31:21] [Server thread/INFO]: [SAML] Loading custom_groups.yml...
[16:31:21] [Server thread/INFO]: [SAML] Successfully loaded custom_groups.yml.
[16:31:21] [Server thread/INFO]: [SAML] Loading nerfer_goals.yml...
[16:31:21] [Server thread/INFO]: [SAML] Successfully loaded nerfer_goals.yml.
[16:31:21] [Server thread/INFO]: [SAML] Loading messages.yml...
[16:31:21] [Server thread/INFO]: [SAML] Successfully loaded messages.yml.
[16:31:21] [Server thread/INFO]: [SAML] Successfully enabled.
[16:31:21] [Server thread/INFO]: [spark] Enabling spark v1.9.42
[16:31:21] [Server thread/INFO]: [spark] Using Bukkit scheduler for tick monitoring
[16:31:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark [1.9.42]
[16:31:21] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
[16:31:21] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.7
[16:31:21] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
[16:31:21] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[16:31:21] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 7000 at X: -0,0 Z: 0,0
[16:31:21] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_nether" has border radius 3000 at X: -0,0 Z: 0,0
[16:31:21] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_the_end" has border radius 7000 at X: -0,0 Z: 0,0
[16:31:21] [Server thread/INFO]: [WorldBorder] [CONFIG] World "pvp" has border radius 535x75 at X: -113,0 Z: 10,0
[16:31:21] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -3069,0 Y: 70,0 Z: -136,0
[16:31:21] [Server thread/INFO]: [MessageAnnouncer] Enabling MessageAnnouncer v1.12.2
[16:31:21] [Server thread/INFO]: [MessageAnnouncer] PlaceholderAPI integration was successful!
[16:31:21] [Server thread/INFO]: [BlockSyntax] Enabling BlockSyntax v1.1.0-SNAPSHOT
[16:31:21] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v1.1
[16:31:22] [Server thread/INFO]: Preparing start region for level 3 (Seed: 0)
[16:31:22] [Server thread/INFO]: Preparing start region for level 4 (Seed: -2017575076856298883)
[16:31:22] [Server thread/INFO]: Preparing start region for level 5 (Seed: 7954807691960179659)
[16:31:22] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
[16:31:22] [Server thread/INFO]: false
[16:31:22] [Server thread/INFO]: [Multiverse-Core] Version 1.1 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
[16:31:22] [Server thread/INFO]: [CustomDeathMessages] Enabling CustomDeathMessages v1.7.2
[16:31:22] [Server thread/INFO]: [CustomDeathMessages] Enabling version support for git-Paper-8359863 (MC: 1.12.2); v1_12_R1
[16:31:22] [Server thread/INFO]: [DevBuyer] Enabling DevBuyer v1.5.0
[16:31:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: devbuyer [1.0.0]
[16:31:23] [Server thread/INFO]: [WorldGuardGriefFix] Enabling WorldGuardGriefFix v3.0
[16:31:23] [Server thread/INFO]: [AntiDisconnectSpam] Enabling AntiDisconnectSpam v2.1.1
[16:31:23] [Server thread/INFO]: [AntiDisconnectSpam] Starting...
[16:31:23] [Server thread/INFO]: [AntiDisconnectSpam] Loading configs...
[16:31:23] [Server thread/INFO]: Config plugins/AntiDisconnectSpam/config.json loaded!
[16:31:23] [Server thread/INFO]: [AntiDisconnectSpam] Configs loaded!
[16:31:23] [Server thread/INFO]: [AntiDisconnectSpam] Started!
[16:31:23] [Server thread/INFO]: [ContinuousTasks] Enabling ContinuousTasks v1.0.0
[16:31:23] [Server thread/INFO]: [NewbieChat] Enabling NewbieChat v1.6.6-st
[16:31:23] [Server thread/INFO]: NewbieChat | ============================
[16:31:23] [Server thread/INFO]: NewbieChat | Версия 1.6.6-st
[16:31:23] [Server thread/INFO]: NewbieChat | Разработчик: https://vk.com/emptycsgo
[16:31:23] [Server thread/INFO]: NewbieChat | ============================
[16:31:23] [Server thread/INFO]: [SimpleSit] Enabling SimpleSit v1.7
[16:31:23] [Server thread/INFO]: [ChatGames] Enabling ChatGames v1.0
[16:31:23] [Server thread/INFO]: [SimpleRename] Enabling SimpleRename v13.9
[16:31:23] [Server thread/INFO]: SimpleRename enabled!
[16:31:23] [Server thread/INFO]: [KillerMoney] Enabling KillerMoney v4.6.0
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: BEE. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: CAT. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: COD. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: DOLPHIN. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: DROWNED. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: FOX. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: HOGLIN. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: PANDA. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: PHANTOM. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: PIGLIN. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: PILLAGER. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: PUFFERFISH. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: RAVAGER. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: SALMON. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: STRIDER. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: TRADER_LLAMA. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: TROPICAL_FISH. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: TURTLE. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: WANDERING_TRADER. Ignoring...
[16:31:23] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: ZOGLIN. Ignoring...
[16:31:23] [Server thread/INFO]: [MoonClans] Enabling MoonClans v3.0
[16:31:23] [Server thread/ERROR]: [License] Success!
[16:31:24] [Server thread/INFO]: [MoonClans] Loading config.yml...
[16:31:24] [Server thread/INFO]: [MoonClans] Loading lang.yml...
[16:31:24] [Server thread/INFO]: [MoonClans] Метод хранения JSON загружен
[16:31:24] [Server thread/INFO]: [MoonClans] Version is legacy, loading legacy command completion...
[16:31:24] [Server thread/INFO]: [MoonClans] HolographicDisplays found, loading holograms...
[16:31:24] [Server thread/INFO]: [MoonClans] PlaceholderAPI found, loading placeholders...
[16:31:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: moonclans [3.0]
[16:31:24] [Server thread/INFO]: [MoonClans] 
***********************************
*     MoonClans v3.0 enabled      *
*            by MoonStudio        *
* Detected version: 1.12 или выше *
* Bukkit build version: v1_12_R1  *
***********************************
[16:31:24] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.2-SNAPSHOT;
[16:31:24] [Server thread/INFO]: [WorldGuard] (world) Поджигание TNT РАЗРЕШЕНО.
[16:31:24] [Server thread/INFO]: [WorldGuard] (world) Зажигалки РАЗРЕШЕНЫ.
[16:31:24] [Server thread/INFO]: [WorldGuard] (world) Огонь лавы отключен.
[16:31:24] [Server thread/INFO]: [WorldGuard] (world) Распространение огня НЕОГРАНИЧЕНО.
[16:31:24] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'world'
[16:31:24] [Server thread/INFO]: [WorldGuard] (world_nether) Поджигание TNT РАЗРЕШЕНО.
[16:31:24] [Server thread/INFO]: [WorldGuard] (world_nether) Зажигалки РАЗРЕШЕНЫ.
[16:31:24] [Server thread/INFO]: [WorldGuard] (world_nether) Огонь лавы отключен.
[16:31:24] [Server thread/INFO]: [WorldGuard] (world_nether) Распространение огня НЕОГРАНИЧЕНО.
[16:31:24] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'world_nether'
[16:31:24] [Server thread/INFO]: [WorldGuard] (world_the_end) Поджигание TNT РАЗРЕШЕНО.
[16:31:24] [Server thread/INFO]: [WorldGuard] (world_the_end) Зажигалки РАЗРЕШЕНЫ.
[16:31:24] [Server thread/INFO]: [WorldGuard] (world_the_end) Огонь лавы отключен.
[16:31:24] [Server thread/INFO]: [WorldGuard] (world_the_end) Распространение огня НЕОГРАНИЧЕНО.
[16:31:24] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'world_the_end'
[16:31:24] [Server thread/INFO]: [WorldGuard] (spawn) Поджигание TNT РАЗРЕШЕНО.
[16:31:24] [Server thread/INFO]: [WorldGuard] (spawn) Зажигалки РАЗРЕШЕНЫ.
[16:31:24] [Server thread/INFO]: [WorldGuard] (spawn) Огонь лавы отключен.
[16:31:24] [Server thread/INFO]: [WorldGuard] (spawn) Распространение огня НЕОГРАНИЧЕНО.
[16:31:24] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'spawn'
[16:31:24] [Server thread/INFO]: [WorldGuard] (test) Поджигание TNT РАЗРЕШЕНО.
[16:31:24] [Server thread/INFO]: [WorldGuard] (test) Зажигалки РАЗРЕШЕНЫ.
[16:31:24] [Server thread/INFO]: [WorldGuard] (test) Огонь лавы отключен.
[16:31:24] [Server thread/INFO]: [WorldGuard] (test) Распространение огня НЕОГРАНИЧЕНО.
[16:31:24] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'test'
[16:31:24] [Server thread/INFO]: [WorldGuard] (pvp) Поджигание TNT РАЗРЕШЕНО.
[16:31:24] [Server thread/INFO]: [WorldGuard] (pvp) Зажигалки РАЗРЕШЕНЫ.
[16:31:24] [Server thread/INFO]: [WorldGuard] (pvp) Огонь лавы отключен.
[16:31:24] [Server thread/INFO]: [WorldGuard] (pvp) Распространение огня НЕОГРАНИЧЕНО.
[16:31:24] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'pvp'
[16:31:24] [Server thread/INFO]: [WorldGuard] Загрузка данных региона...
[16:31:24] [Server thread/INFO]: [BTC] Enabling Blocks_To_Commands vv5.0.0-beta.6
[16:31:24] [Server thread/INFO]: [BTC] blocks data folder is ready.
[16:31:24] [Server thread/INFO]: [BTC] Successfully hooked into vault and your economy plugin.
[16:31:24] [Server thread/INFO]: [BTC] Metrics have been enabled, opt-out in config.yml
[16:31:24] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.2.5
[16:31:24] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_12_R1, using SpigotSkinRefresher.
[16:31:24] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
[16:31:24] [Server thread/INFO]: [SkinsRestorer] Using paper join listener!
[16:31:24] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v2.0.8
[16:31:24] [Server thread/INFO]: [AuctionHouse] Opening database
[16:31:24] [Server thread/INFO]: [AuctionHouse] Using NMS version v1_12_R1
[16:31:24] [Server thread/INFO]: [antiRedstoneClock] Enabling antiRedstoneClock v1.4.0
[16:31:24] [Server thread/INFO]: [antiRedstoneClock] Enabling Metrics
[16:31:24] [Server thread/INFO]: [antiRedstoneClock] Metrics loaded
[16:31:24] [Server thread/INFO]: [antiRedstoneClock] Plugin loaded in 13 ms
[16:31:24] [Server thread/INFO]: [Vulcan] Enabling Vulcan v2.7.1
[16:31:25] [Server thread/INFO]: [Vulcan] Server Version: 1.12.2 detected!
[16:31:25] [Server thread/INFO]: [Vulcan] BStats enabled!
[16:31:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: Vulcan [2.7.1]
[16:31:25] [Server thread/INFO]: [Vulcan] PlaceholderAPI found. Enabling hook!
[16:31:25] [Server thread/INFO]: [DonatorJoinPlus] Enabling DonatorJoinPlus v2.3.7
[16:31:25] [Server thread/INFO]: DBSoftwares - CommandAPI |-> Registered command: donatorjoin!
[16:31:25] [Server thread/INFO]: [Pl-Hide-Pro] Enabling Pl-Hide-Pro v2.5.1
[16:31:25] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.2.1-4
[16:31:25] [Server thread/INFO]: [ElementTitles] Enabling ElementTitles v1.0.0
[16:31:26] [Server thread/WARN]: [com.zaxxer.hikari.HikariConfig] HikariPool-1 - idleTimeout is close to or more than maxLifetime, disabling it.
[16:31:26] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[16:31:27] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[16:31:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: moontitles [1.0]
[16:31:27] [Server thread/INFO]: [MoonCases] Enabling MoonCases v2.3
[16:31:27] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.6.9
[16:31:27] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
[16:31:27] [Server thread/INFO]: | You're using an not fully supported server version. (v1_12_R1)
[16:31:27] [Server thread/INFO]: | Vault  : Ok. Hooked on Vault 1.7.3-b131
[16:31:27] [Server thread/INFO]: | Command file(s) found : 1
[16:31:27] [Server thread/INFO]: | Config : Ready.
[16:31:27] [Server thread/INFO]: | ProtocolLib found, features enabled (SignMenu)
[16:31:27] [Server thread/INFO]: [MyCmd] RIGHT_CLICK_INTERACTION Block set item is null, check config.yml
[16:31:27] [Server thread/INFO]: [MyCmd] RIGHT_CLICK_INTERACTION Block set item is null, check config.yml
[16:31:27] [Server thread/INFO]: [MyCmd] PHYSICAL_INTERACTION Block set item is null, check config.yml
[16:31:27] [Server thread/INFO]: [MyCmd] PHYSICAL_INTERACTION Block set item is null, check config.yml
[16:31:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mycommand [1.0.0]
[16:31:27] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
[16:31:27] [Server thread/INFO]: | Custom commands loaded : 31
[16:31:27] [Server thread/INFO]: | Version: 5.6.9
[16:31:27] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
[16:31:27] [Server thread/INFO]: | New update available : MyCommand v5.7.3
[16:31:27] [Server thread/INFO]: | 0 (other) commands in cooldown added.
[16:31:27] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[16:31:27] [Server thread/INFO]: [Log4JExploitFix] Enabling Log4JExploitFix v1.3.3
[16:31:27] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.7
[16:31:28] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[16:31:28] [Server thread/INFO]: [Essentials] No kits found to migrate.
[16:31:28] [Server thread/INFO]: [Essentials] Loaded 853 items from items.csv.
[16:31:28] [Server thread/INFO]: [Essentials] Using locale ru
[16:31:28] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[16:31:28] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[16:31:28] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[16:31:28] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[16:31:28] [Server thread/INFO]: [AbstractCooldown] Enabling AbstractCooldown v1.0
[16:31:28] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v2.6.1
[16:31:28] [Server thread/INFO]: [IllegalStack/IllegalStack] The following materials will be removed from player inventories when found: COMMAND 
[16:31:28] [Server thread/INFO]: [IllegalStack/IllegalStack] The following materials are allowed to have stacks larger than the vanilla size: RED_SHULKER_BOX BLACK_SHULKER_BOX WHITE_SHULKER_BOX POTION 
[16:31:28] [Server thread/INFO]: [IllegalStack/IllegalStack] Chat Components found! Enabling clickable commands in /istack
[16:31:28] [Server thread/INFO]: [IllegalStack/IllegalStack] Spigot chat components NOT found! disabling chat components.
[16:31:28] [Server thread/INFO]: [IllegalStack/fListener] MC Version < 1.13 detected!
[16:31:28] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.30-SNAPSHOT (build 2949)
[16:31:28] [Server thread/INFO]: [Citizens] Loading external libraries
[16:31:28] [Server thread/INFO]: [Citizens] No translation for system language (ru_RU): defaulting to English
[16:31:28] [Server thread/ERROR]: [Citizens] Plugin Citizens v2.0.30-SNAPSHOT (build 2949) has failed to register events for class net.citizensnpcs.EventListenChunk because org/bukkit/event/world/EntitiesLoadEvent does not exist.
[16:31:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
[16:31:28] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[16:31:28] [Server thread/INFO]: [ElementShop] Enabling ElementShop v1.0
[16:31:28] [Server thread/INFO]: [ajLeaderboards] Enabling ajLeaderboards v2.6.2
[16:31:28] [Server thread/INFO]: [ajLeaderboards] Using H2 flatfile for board cache. (h2)
[16:31:28] [Server thread/INFO]: [ajLeaderboards] The columns already exist for statistic_hours_played. Canceling updater and bumping DB version.
[16:31:28] [Server thread/INFO]: [ajLeaderboards] The columns already exist for statistic_player_kills. Canceling updater and bumping DB version.
[16:31:28] [Server thread/INFO]: [ajLeaderboards] Loaded 2 boards
[16:31:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ajlb [2.6.2]
[16:31:28] [Server thread/INFO]: [ajLeaderboards] PAPI placeholders successfully registered!
[16:31:28] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.6.2 by ajgeiss0702 enabled!
[16:31:28] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.6-Release
[16:31:28] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[16:31:28] [Server thread/INFO]: [DeluxeMenus] 240 GUI menus loaded!
[16:31:28] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[16:31:28] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[16:31:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxemenus [1.13.6-Release]
[16:31:28] [Server thread/INFO]: [ProjectKorra] Enabling ProjectKorra v1.8.7
[16:31:29] [Server thread/INFO]: [ProjectKorra] FireManipulation is disabled
[16:31:29] [Server thread/INFO]: [ProjectKorra] ChiAgility is disabled
[16:31:29] [Server thread/INFO]: [ProjectKorra] AirCocoon AirCocoon Build 1 by Prride (no credits to PokeBloke) loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] AirCocoon AirCocoon Build 1 by Prride (no credits to PokeBloke) loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] Successfully enabled AirDash by Manu
[16:31:29] [Server thread/INFO]: [ProjectKorra] Succesfully enabled AirWheel by Hiro3
[16:31:29] [Server thread/INFO]: [ProjectKorra] BloodRip v1.1 by StrangeOne101 loaded!
[16:31:29] [Server thread/INFO]: [ProjectKorra] You're a good person for installing this ability. Take that how you will. :)
[16:31:29] [Server thread/INFO]: [ProjectKorra] Boil 1.2 by DreamerBoy loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] BoomBurst  v1.0 by xXILegendIXx loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] Burrow 1.1 by DreamerBoy loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] EarthDisc 1.3 by DreamerBoy loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] Succesfully enabled EarthMole by Hiro3
[16:31:29] [Server thread/INFO]: [ProjectKorra] Earthquake by Prride VERSION 6 loaded!
[16:31:29] [Server thread/INFO]: [ProjectKorra] *xNuminousx* Successfully loaded FireBlade; v1.4 for Project Korra 1.8.3
[16:31:29] [Server thread/INFO]: [ProjectKorra] FireDrive Build v1.0 by Prride loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] *xNuminousx* Successfully loaded FireJab; v1.4 for Project Korra v1.8.3
[16:31:29] [Server thread/INFO]: [ProjectKorra] Succesfully enabled FireSpray by Hiro3
[16:31:29] [Server thread/INFO]: [ProjectKorra] Succesfully enabled FireSpray by Hiro3
[16:31:29] [Server thread/INFO]: [ProjectKorra] Successfully enabled FlameRush v2.0 by Soringaming
[16:31:29] [Server thread/INFO]: [ProjectKorra] IceCatapult 1.2 by DreamerBoy loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] AirLift 1.2 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] ChestPalm 1.1 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] CrystalPrison 1.4 by xLumos loaded baked potatoes! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] DragonFire 1.1 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] DustDevils 1.1 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] FireVortex 1.2 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] Flatulate 1.0 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] FrostCuffs 1.0 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] MetalShots 1.2 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: MetalWhip has been successfully enabled!
[16:31:29] [Server thread/INFO]: [ProjectKorra] Mirage 1.2 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] PressurePoint 1.1 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] Redirect 1.1 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] SideStep 1.1 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] FrostTrap 1.2 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] BloodLet 1.2 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] HydroTherapy 1.1 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] Succesfully enabled Mist by Hiro3
[16:31:29] [Server thread/INFO]: [ProjectKorra] Succesfully enabled EarthRift by Hiro3
[16:31:29] [Server thread/INFO]: [ProjectKorra] Succesfully enabled Crush by Hiro3
[16:31:29] [Server thread/INFO]: [ProjectKorra] Succesfully enabled AirPressureHigh by Hiro3
[16:31:29] [Server thread/INFO]: [ProjectKorra] Succesfully enabled AirSpray by Hiro3
[16:31:29] [Server thread/INFO]: [ProjectKorra] Succesfully enabled AirPressureLow by Hiro3
[16:31:29] [Server thread/INFO]: [ProjectKorra] Succesfully enabled AirFlowReverse by Hiro3
[16:31:29] [Server thread/INFO]: [ProjectKorra] Succesfully enabled AirFlow by Hiro3
[16:31:29] [Server thread/INFO]: [ProjectKorra] Succesfully enabled AirSpin by Hiro3
[16:31:29] [Server thread/INFO]: [ProjectKorra] Earth abilities by Prride are loaded in!
[16:31:29] [Server thread/INFO]: [ProjectKorra] Succesfully enabled RagingFire by Hiro3
[16:31:29] [Server thread/INFO]: [ProjectKorra] Shatter 1.1 by DreamerBoy loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] SPIRITS: THE COMPLETE SET BY PRRIDE LOADED!
[16:31:29] [Server thread/INFO]: [ProjectKorra] Enabled SummonSelf by Numin
[16:31:29] [Server thread/INFO]: [ProjectKorra] Succesfully enabled Toss by Hiro3
[16:31:29] [Server thread/INFO]: [ProjectKorra] ColorScreen 1.1 by xLumos loaded! 
[16:31:29] [Server thread/INFO]: ColorSwipe has been successfully enabled!
[16:31:29] [Server thread/INFO]: ColorSwipe has been successfully enabled!
[16:31:29] [Server thread/INFO]: [ProjectKorra] DragonSpin v1.0 by Tyson loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] WaterBlock 1.0 by DreamerBoy & Hiro3 loaded! 
[16:31:29] [Server thread/INFO]: [ProjectKorra] Establishing SQLite Connection.[SQLite] Connection established!
[16:31:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: projectkorra [modified]
[16:31:29] [Server thread/INFO]: [TAB] Enabling TAB v2.8.10
[16:31:29] [Server thread/INFO]: [TAB] Server version: 1.12.2 (v1_12_R1)
[16:31:29] [Server thread/INFO]: [TAB] File plugins\TAB\errors.txt exists and is not empty. Take a look at the error messages and try to resolve them. After you do, delete the file.
[16:31:29] [Server thread/INFO]: [TAB] There was 1 startup warning.
[16:31:29] [Server thread/INFO]: [TAB] Enabled in 23ms
[16:31:29] [Server thread/INFO]: [WGExtender] Enabling WGExtender v1.0
[16:31:29] [Server thread/INFO]: [ChatEx] Enabling ChatEx v2.8.3
[16:31:29] [Server thread/INFO]: [ChatEx] Successfully hooked into: LuckPerms
[16:31:29] [Server thread/INFO]: [ChatEx] Hooked into PlaceholderAPI
[16:31:29] [Server thread/INFO]: [ChatEx] Server version:git-Paper-8359863 (MC: 1.12.2)
[16:31:29] [Server thread/INFO]: [ChatEx] This server version doesn't support custom color codes!
[16:31:29] [Server thread/INFO]: [ChatEx] Thanks for using bstats, it was enabled!
[16:31:29] [Server thread/INFO]: [ChatEx] Is now enabled!
[16:31:29] [Server thread/INFO]: [CBP] Enabling CustomBansPlus v3.3.19.4
[16:31:29] [Server thread/INFO]: [CBP] v1_12_R1
[16:31:29] [Thread-15/INFO]: [CBP] [CBP] Checking for updates...
[16:31:29] [Server thread/INFO]: [CBP] Essentials plugin found.
[16:31:29] [Server thread/INFO]: [CBP] PlaceholderAPI plugin found.
[16:31:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cbp [3.3.19.4]
[16:31:29] [Server thread/INFO]: [CBP] [CBP] Database Initialized.
[16:31:29] [Server thread/INFO]: [CBP] [CBP] Tables Initialized.
[16:31:29] [Server thread/INFO]: [CBP] Save Cache Initiated
[16:31:29] [Server thread/INFO]: [ElementComets] Enabling ElementComets v1.0
[16:31:29] [Thread-14/INFO]: [TAB] Version 2.9.2 is out! Your version: 2.8.10
[16:31:29] [Thread-14/INFO]: [TAB] Get the update at https://www.spigotmc.org/resources/57806/
[16:31:29] [Server thread/INFO]: [ElementComets] [ACF] Enabled Asynchronous Tab Completion Support!
[16:31:29] [Server thread/INFO]: [ru.elementcraft.elementcomets.__relocated__.reflections.Reflections] Reflections took 21 ms to scan 1 urls, producing 1 keys and 9 values
[16:31:30] [Server thread/INFO]: [CombatTagPlus] Enabling CombatTagPlus v1.3.2-SNAPSHOT
[16:31:30] [Server thread/INFO]: [Bind_Korra] Enabling Bind_Korra v1.0-SNAPSHOT
[16:31:30] [Server thread/INFO]: [ProjectAddons] Enabling ProjectAddons v1.1.1
[16:31:30] [Server thread/INFO]: [ProjectAddons] Deafen is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] Flying is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] SonicWave is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] VocalMimicry is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] ChiblockJab is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] WeakeningJab is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] EarthKick is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] LavaSurge is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] Metallokinesis is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] QuickWeld is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] ShrapnelBlast is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] Shrapnel is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] ChargeBolt is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] CombustBeam is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] Electrify is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] BloodGrip is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] Hydrojet is disabled
[16:31:30] [Server thread/INFO]: [ProjectAddons] MistShards is disabled
[16:31:30] [Server thread/INFO]: [JedCore] Enabling JedCore v2.7.2-Spigot1.12.2-PK1.8.7
[16:31:30] [Server thread/WARN]: [JedCore] Could not save extraScoreboard.yml to plugins\JedCore\extraScoreboard.yml because extraScoreboard.yml already exists.
[16:31:30] [Server thread/INFO]: [JedCore] Bukkit detected, JedCore will not function properly.
[16:31:30] [Server thread/INFO]: [JedCore] FireSki is disabled
[16:31:30] [Server thread/INFO]: [JedCore] Initialized Metrics.
[16:31:30] [Server thread/INFO]: [VulcanPK] Enabling VulcanPK v1.0
[16:31:30] [Server thread/INFO]: [VulcanPK] Successfully enabled Vulcan.
[16:31:30] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.7
[16:31:30] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[16:31:30] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.5-SNAPSHOT
[16:31:30] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сессии net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
[16:31:30] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сессии net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
[16:31:30] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сессии net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
[16:31:30] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сессии net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
[16:31:30] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сессии net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
[16:31:30] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сессии net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
[16:31:30] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сессии net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
[16:31:30] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сессии net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
[16:31:30] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сессии net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
[16:31:30] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сессии net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
[16:31:30] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сессии net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
[16:31:30] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сессии net.goldtreeservers.worldguardextraflags.wg.handlers.FlySpeedFlagHandler
[16:31:30] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сессии net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
[16:31:30] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сессии net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
[16:31:30] [Server thread/INFO]: [Spirits] Enabling Spirits vmodified
[16:31:30] [Server thread/INFO]: [Spirits] Loading configuration
[16:31:30] [Server thread/INFO]: [Spirits] Fuse is disabled
[16:31:30] [Server thread/INFO]: [Spirits] Corrupt is disabled
[16:31:30] [Server thread/INFO]: [Spirits] Purify is disabled
[16:31:30] [Server thread/INFO]: [Spirits] Successfully enabled Spirits modified
[16:31:30] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Enabling MyPet v3.1
[16:31:30] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] No Update available.
[16:31:30] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Custom entity registry found: net.citizensnpcs.nms.v1_12_R1.util.CustomEntityRegistry
[16:31:30] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Compat mode for v1_12_R1 loaded.
[16:31:30] [Server thread/WARN]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] sweet_berries is not a valid 1.13 item ID! Please check your configs.
[16:31:30] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Exp calculation mode: MyPet
[16:31:30] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Loading WorldGroups...
[16:31:30] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet]    disabled MyPet in 'pvp'
[16:31:30] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet]    added 'world' to 'default'
[16:31:30] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet]    added 'world_nether' to 'default'
[16:31:30] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet]    added 'world_the_end' to 'default'
[16:31:30] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet]    added 'spawn' to 'default'
[16:31:30] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet]    added 'test' to 'default'
[16:31:30] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Connect to SQLite database...
[16:31:31] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] SQLite connection successful.
[16:31:31] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Citizens (2.0.30-SNAPSHOT (build 2949)) hook activated.
[16:31:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mypet [1.0.4]
[16:31:31] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] PlaceholderAPI (2.11.2) hook activated.
[16:31:31] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] ProtocolLib (5.0.0-SNAPSHOT-b577) hook activated.
[16:31:31] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Vault (1.7.3-b131) (Economy: EssentialsX Economy) (Permissions: LuckPerms) hook activated.
[16:31:31] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] WorldGuard (6.2.2-SNAPSHOT;) hook activated.
[16:31:31] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Version 3.10-b1542 ENABLED
[16:31:31] [Server thread/INFO]: [CMILib] Enabling CMILib v1.2.3.3
[16:31:31] [Server thread/INFO]: Server version: v1_12_R1 - 1.12.2 - paper
[16:31:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmil [1.2.3.3]
[16:31:31] [Server thread/INFO]: PlaceholderAPI hooked.
[16:31:31] [Thread-7/INFO]: [CommandSync] Could not connect to the server.
[16:31:31] [Server thread/INFO]: Updated (EN) language file. Took 22ms
[16:31:31] [Server thread/INFO]: [Energy] Loading configuration
[16:31:31] [Server thread/INFO]: [KorraLogging] Enabling KorraLogging v1.0-SNAPSHOT
[16:31:31] [Server thread/INFO]: [HoloMobHealth] Enabling HoloMobHealth v2.3.1.0
[16:31:32] [Server thread/INFO]: [HoloMobHealth] Loading languages...
[16:31:32] [Server thread/INFO]: [HoloMobHealth] Hooked into Citizens!
[16:31:32] [Server thread/INFO]: [HoloMobHealth] Hooked into MyPet!
[16:31:32] [Server thread/INFO]: [HoloMobHealth] Hooked into PlaceholderAPI!
[16:31:32] [Server thread/INFO]: [HoloMobHealth] Opened Sqlite database successfully
[16:31:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: holomobhealth [1.0.0]
[16:31:32] [Server thread/INFO]: [HoloMobHealth] HoloMobHealth has been Enabled!
[16:31:32] [Server thread/INFO]: [MobFarmManager] Enabling MobFarmManager v2.0.3.1
[16:31:32] [Server thread/INFO]: MobFarmManager Version 2.0.3.1 has been enabled
[16:31:32] [Server thread/INFO]: [Duels] Enabling Duels v3.5.2
[16:31:32] [Server thread/INFO]: [Duels] Successfully hooked into 'CombatTagPlus'!
[16:31:32] [Server thread/INFO]: [Duels] Successfully hooked into 'Essentials'!
[16:31:32] [Server thread/INFO]: [Duels] Successfully hooked into 'MyPet'!
[16:31:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: duels [1.0]
[16:31:32] [Server thread/INFO]: [Duels] Successfully hooked into 'PlaceholderAPI'!
[16:31:32] [Server thread/INFO]: [Duels] Using Economy Provider: com.earth2me.essentials.economy.vault.VaultEconomyProvider
[16:31:32] [Server thread/INFO]: [Duels] Successfully hooked into 'Vault'!
[16:31:32] [Server thread/WARN]: [Duels] Failed to hook into WorldGuard: me/realized/duels/hook/hooks/worldguard/WorldGuard6Handler
[16:31:32] [Server thread/INFO]: [Duels] KitManagerImpl: Loaded 6 kit(s).
[16:31:32] [Server thread/INFO]: [Duels] ArenaManagerImpl: Loaded 7 arena(s).
[16:31:32] [Server thread/INFO]: [Duels] PlayerInfoManager: Lobby location was not set, using world's spawn location as default. Use the command /duels setlobby in-game to set the lobby location.
[16:31:32] [Server thread/INFO]: [Duels] QueueManager: Loaded 0 queue(s).
[16:31:32] [Server thread/INFO]: [Duels] QueueSignManagerImpl: Loaded 0 queue sign(s).
[16:31:32] [Server thread/INFO]: [Duels] [ArenaRegen Extension] NMSHandler: Using me.realized.de.arenaregen.nms.v1_12_R1.NMSHandler
[16:31:32] [Server thread/INFO]: [Duels] ExtensionManager: Extension 'ArenaRegen v1.2.0' is now enabled.
[16:31:33] [Server thread/INFO]: Done (12,554s)! For help, type "help" or "?"
[16:31:33] [Server thread/INFO]: Timings Reset
[16:31:33] [Craft Scheduler Thread - 2/INFO]: [ItemJoin] Hooked into { Multiverse-Core, WorldGuard, PlaceholderAPI, ProtocolLib, SkinsRestorer, Citizens, Vault }
[16:31:33] [Craft Scheduler Thread - 2/INFO]: [ItemJoin] 4 Custom item(s) loaded!
[16:31:33] [Craft Scheduler Thread - 18/INFO]: [Essentials] Получение информации о версии...
[16:31:33] [Craft Scheduler Thread - 22/INFO]: [ChatEx] Checking for update...
[16:31:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playerpoints [3.2.5]
[16:31:33] [Server thread/INFO]: [BanManager] The following commands are blocked whilst muted:
[16:31:33] [Server thread/INFO]: [BanManager] edescribe - action eaction describe edescribe eme 
[16:31:33] [Server thread/INFO]: [BanManager] msg - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] eac - helpop ac eac amsg eamsg ehelpop 
[16:31:33] [Server thread/INFO]: [BanManager] tell - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] ehelpop - ac eac amsg eamsg ehelpop 
[16:31:33] [Server thread/INFO]: [BanManager] emsg - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] etell - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] me - action eaction describe edescribe eme 
[16:31:33] [Server thread/INFO]: [BanManager] eamsg - ac eac amsg eamsg ehelpop 
[16:31:33] [Server thread/INFO]: [BanManager] action - action eaction describe edescribe eme 
[16:31:33] [Server thread/INFO]: [BanManager] reply - er reply ereply 
[16:31:33] [Server thread/INFO]: [BanManager] eaction - action eaction describe edescribe eme 
[16:31:33] [Server thread/INFO]: [BanManager] ac - ac eac amsg eamsg ehelpop 
[16:31:33] [Server thread/INFO]: [BanManager] say
[16:31:33] [Server thread/INFO]: [BanManager] ereply - er reply ereply 
[16:31:33] [Server thread/INFO]: [BanManager] p msg - points msg p msg 
[16:31:33] [Server thread/INFO]: [BanManager] ewhisper - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] m - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] er - er reply ereply 
[16:31:33] [Server thread/INFO]: [BanManager] amsg - ac eac amsg eamsg ehelpop 
[16:31:33] [Server thread/INFO]: [BanManager] r - er reply ereply 
[16:31:33] [Server thread/INFO]: [BanManager] w - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] whisper - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] describe - action eaction describe edescribe eme 
[16:31:33] [Server thread/INFO]: [BanManager] eme - action eaction describe edescribe eme 
[16:31:33] [Server thread/INFO]: [BanManager] pm - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] The following commands are blocked whilst soft muted:
[16:31:33] [Server thread/INFO]: [BanManager] edescribe - action eaction describe edescribe eme 
[16:31:33] [Server thread/INFO]: [BanManager] msg - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] eac - helpop ac eac amsg eamsg ehelpop 
[16:31:33] [Server thread/INFO]: [BanManager] tell - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] ehelpop - ac eac amsg eamsg ehelpop 
[16:31:33] [Server thread/INFO]: [BanManager] emsg - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] etell - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] me - action eaction describe edescribe eme 
[16:31:33] [Server thread/INFO]: [BanManager] eamsg - ac eac amsg eamsg ehelpop 
[16:31:33] [Server thread/INFO]: [BanManager] action - action eaction describe edescribe eme 
[16:31:33] [Server thread/INFO]: [BanManager] reply - er reply ereply 
[16:31:33] [Server thread/INFO]: [BanManager] eaction - action eaction describe edescribe eme 
[16:31:33] [Server thread/INFO]: [BanManager] ac - ac eac amsg eamsg ehelpop 
[16:31:33] [Server thread/INFO]: [BanManager] say
[16:31:33] [Server thread/INFO]: [BanManager] ereply - er reply ereply 
[16:31:33] [Server thread/INFO]: [BanManager] p msg - points msg p msg 
[16:31:33] [Server thread/INFO]: [BanManager] ewhisper - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] m - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] er - er reply ereply 
[16:31:33] [Server thread/INFO]: [BanManager] amsg - ac eac amsg eamsg ehelpop 
[16:31:33] [Server thread/INFO]: [BanManager] r - er reply ereply 
[16:31:33] [Server thread/INFO]: [BanManager] w - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] whisper - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [BanManager] describe - action eaction describe edescribe eme 
[16:31:33] [Server thread/INFO]: [BanManager] eme - action eaction describe edescribe eme 
[16:31:33] [Server thread/INFO]: [BanManager] pm - w m t pm emsg epm tell etell whisper ewhisper 
[16:31:33] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.12.2 (340)
[16:31:33] [Server thread/WARN]: [ViaVersion] This version of Minecraft is extremely outdated and support for it has reached its end of life. You will still be able to run Via on this Minecraft version, but we are unlikely to provide any further fixes or help with problems specific to legacy Minecraft versions. Please consider updating to give your players a better experience and to avoid issues that have long been fixed.
[16:31:33] [Server thread/INFO]: [AuctionHouse] Registered Service Provider Essentials for Vault's Economy API
[16:31:33] [Server thread/INFO]: [AuctionHouse] Registered Service Provider LuckPerms for Vault's Chat API
[16:31:33] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[16:31:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tab [2.8.10]
[16:31:33] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[16:31:33] [Server thread/WARN]: [Citizens] Task #104 for Citizens v2.0.30-SNAPSHOT (build 2949) generated an exception
java.lang.ClassCastException: class java.lang.Double cannot be cast to class java.lang.String (java.lang.Double and java.lang.String are in module java.base of loader 'bootstrap')
    at net.citizensnpcs.npc.skin.Skin.apply(Skin.java:86) ~[?:?]
    at net.citizensnpcs.nms.v1_12_R1.entity.HumanController.createEntity(HumanController.java:47) ~[?:?]
    at net.citizensnpcs.npc.AbstractEntityController.create(AbstractEntityController.java:24) ~[?:?]
    at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:299) ~[?:?]
    at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:182) ~[?:?]
    at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) ~[?:?]
    at net.citizensnpcs.Citizens$CitizensLoadTask.run(Citizens.java:617) ~[?:?]
    at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(:64) ~[server.jar:git-Paper-8359863]
    at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(:423) ~[server.jar:git-Paper-8359863]
    at net.minecraft.server.v1_12_R1.MinecraftServer.D(:844) ~[server.jar:git-Paper-8359863]
    at net.minecraft.server.v1_12_R1.DedicatedServer.D(:431) ~[server.jar:git-Paper-8359863]
    at net.minecraft.server.v1_12_R1.MinecraftServer.C(:778) ~[server.jar:git-Paper-8359863]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(:669) ~[server.jar:git-Paper-8359863]
    at java.lang.Thread.run(Thread.java:833) [?:?]
[16:31:33] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[16:31:33] [Craft Scheduler Thread - 22/INFO]: [ChatEx] Version installed is 2.8.3
[16:31:33] [Craft Scheduler Thread - 22/INFO]: [ChatEx] Latest version found online is 3.0.1
[16:31:33] [Craft Scheduler Thread - 22/INFO]: [ChatEx] Update found! Please consider installing the latest version from SpigotMC!
[16:31:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bungee [1.0.1]
[16:31:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [1.7.2]
[16:31:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic [2.0.0]
[16:31:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [1.7.0]
[16:31:33] [Server thread/INFO]: 4 placeholder hook(s) registered! 4 placeholder hook(s) have an update available.
[16:31:33] [Craft Scheduler Thread - 5/INFO]: [Vault] Checking for Updates ... 
[16:31:33] [Craft Scheduler Thread - 8/INFO]: New version of CMILib was detected. Please update it
[16:31:33] [Craft Scheduler Thread - 10/INFO]: [BTC] Plugin running latest version!
[16:31:33] [Craft Scheduler Thread - 6/INFO]: Pl-Hide-Pro ▎ Update available: 2.6.8! You are on 2.5.1!
[16:31:33] [Craft Scheduler Thread - 5/INFO]: [Vault] No new version available
[16:31:33] [Craft Scheduler Thread - 11/WARN]: [SkinsRestorer] Failed to get release info from api.github.com. 
 If this message is repeated a lot, please see http://skinsrestorer.net/firewall
[16:31:33] [Craft Scheduler Thread - 0/INFO]: [ItemJoin] Your current version: v5.2.4-RELEASE
[16:31:33] [Craft Scheduler Thread - 0/INFO]: [ItemJoin] A new version is available: v5.2.5-RELEASE
[16:31:33] [Craft Scheduler Thread - 0/INFO]: [ItemJoin] Get it from: https://github.com/RockinChaos/itemjoin/releases/latest
[16:31:33] [Craft Scheduler Thread - 0/INFO]: [ItemJoin] If you wish to auto update, please type /ItemJoin Upgrade
[16:31:34] [Craft Scheduler Thread - 23/INFO]: Update check failed. Please try again later.
[16:31:35] [Craft Scheduler Thread - 25/INFO]: [HoloMobHealth] Loaded all 2 languages!
[16:31:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ultimateautorestart [Build 52]
[16:31:36] [Server thread/INFO]: [UltimateAutoRestart] Hooked into PlaceholderAPI!
[16:31:36] [Server thread/INFO]: [UltimateAutoRestart] Successfully performed 1 hooks!
[16:31:36] [Server thread/INFO]: Stopping the server
[16:31:36] [Server thread/INFO]: Stopping server
[16:31:36] [Server thread/INFO]: [Duels] Disabling Duels v3.5.2
[16:31:36] [Server thread/INFO]: [Duels] ExtensionManager: Extension 'ArenaRegen v1.2.0' is now disabled.
[16:31:36] [Server thread/INFO]: [Duels] Disable process took 3ms.
[16:31:36] [Server thread/INFO]: [MobFarmManager] Disabling MobFarmManager v2.0.3.1
[16:31:36] [Server thread/INFO]: [HoloMobHealth] Disabling HoloMobHealth v2.3.1.0
[16:31:36] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion holomobhealth
[16:31:36] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin HoloMobHealth was disabled.
[16:31:36] [Server thread/INFO]: [HoloMobHealth] HoloMobHealth has been Disabled!
[16:31:36] [Server thread/INFO]: [KorraLogging] Disabling KorraLogging v1.0-SNAPSHOT
[16:31:36] [Server thread/INFO]: [CMILib] Disabling CMILib v1.2.3.3
[16:31:36] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Disabling MyPet v3.1
[16:31:36] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion mypet
[16:31:36] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin MyPet was disabled.
[16:31:36] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Custom entity registry found: net.citizensnpcs.nms.v1_12_R1.util.CustomEntityRegistry
[16:31:36] [Server thread/INFO]: [Spirits] Disabling Spirits vmodified
[16:31:36] [Server thread/INFO]: [Spirits] Successfully disabled Spirits modified
[16:31:36] [Server thread/INFO]: [WorldGuardExtraFlags] Disabling WorldGuardExtraFlags v4.1.5-SNAPSHOT
[16:31:36] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.19.7
[16:31:36] [Server thread/INFO]: [VulcanPK] Disabling VulcanPK v1.0
[16:31:36] [Server thread/INFO]: [VulcanPK] Successfully disabled Vulcan.
[16:31:36] [Server thread/INFO]: [JedCore] Disabling JedCore v2.7.2-Spigot1.12.2-PK1.8.7
[16:31:36] [Server thread/INFO]: [ProjectAddons] Disabling ProjectAddons v1.1.1
[16:31:36] [Server thread/INFO]: [Bind_Korra] Disabling Bind_Korra v1.0-SNAPSHOT
[16:31:36] [Server thread/INFO]: [CombatTagPlus] Disabling CombatTagPlus v1.3.2-SNAPSHOT
[16:31:36] [Server thread/INFO]: [ElementComets] Disabling ElementComets v1.0
[16:31:36] [Server thread/INFO]: [CBP] Disabling CustomBansPlus v3.3.19.4
[16:31:36] [Server thread/INFO]: [CBP] [CBP] Disabled.
[16:31:36] [Server thread/INFO]: [ItemJoin] Disabling ItemJoin v5.2.4-RELEASE-b822
[16:31:36] [Server thread/INFO]: [ChatEx] Disabling ChatEx v2.8.3
[16:31:36] [Server thread/INFO]: [ChatEx] Is now disabled!
[16:31:36] [Server thread/INFO]: [WGExtender] Disabling WGExtender v1.0
[16:31:36] [Server thread/INFO]: [TAB] Disabling TAB v2.8.10
[16:31:36] [Server thread/INFO]: [TAB] Disabled in 2ms
[16:31:36] [Server thread/INFO]: [ProjectKorra] Disabling ProjectKorra v1.8.7
[16:31:36] [Server thread/INFO]: [ProjectKorra] Sanctuary by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Wish by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] IceCatapult 1.2 by DreamerBoy stopped! 
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled RagingFire by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirFlowReverse by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled EarthMole by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled FireSpray by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] WishfulThinking by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] AirCocoon AirCocoon Build 1 by Prride (no credits to PokeBloke) stopped! 
[16:31:36] [Server thread/INFO]: [ProjectKorra] LightBeam by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Corruption by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Onslaught by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] SinisterAura by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Shadow by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] DarkBeam by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Burrow 1.1 by DreamerBoy stopped! 
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled Crush by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled FlameRush v2.0 by Soringaming
[16:31:36] [Server thread/INFO]: [ProjectKorra] DarkAlliance by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirPressureLow by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] AirCocoon AirCocoon Build 1 by Prride (no credits to PokeBloke) stopped! 
[16:31:36] [Server thread/INFO]: [ProjectKorra] Afterglow by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Safeguard by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] EarthDisc 1.3 by DreamerBoy stopped! 
[16:31:36] [Server thread/INFO]: [ProjectKorra] Disabled SummonSelf by Numin
[16:31:36] [Server thread/INFO]: MetalWhip has been disabled!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Awakening by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Float by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirFlow by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled Mist by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Pandemonium by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirWheel by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirSpin by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirDash by Manu
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled FireSpray by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled Toss by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] WaterBlock 1.0 by DreamerBoy & Hiro3 stopped! 
[16:31:36] [Server thread/INFO]: [ProjectKorra] Enlightenment by Prride VERSION 4 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Skyrocket by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Shatter 1.1 by DreamerBoy stopped! 
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled EarthRift by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Nightmare by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirSpray by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirPressureHigh by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Afterglow by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] AirCocoon AirCocoon Build 1 by Prride (no credits to PokeBloke) stopped! 
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirDash by Manu
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirFlow by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirFlowReverse by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirPressureHigh by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirPressureLow by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirSpin by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirSpray by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled AirWheel by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Awakening by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Burrow 1.1 by DreamerBoy stopped! 
[16:31:36] [Server thread/INFO]: [ProjectKorra] Corruption by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled Crush by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] DarkAlliance by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] EarthDisc 1.3 by DreamerBoy stopped! 
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled EarthMole by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled EarthRift by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Enlightenment by Prride VERSION 4 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled FireSpray by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled FlameRush v2.0 by Soringaming
[16:31:36] [Server thread/INFO]: [ProjectKorra] Float by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] IceCatapult 1.2 by DreamerBoy stopped! 
[16:31:36] [Server thread/INFO]: MetalWhip has been disabled!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled Mist by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Nightmare by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Onslaught by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Pandemonium by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled RagingFire by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] Safeguard by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Sanctuary by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Shadow by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Shatter 1.1 by DreamerBoy stopped! 
[16:31:36] [Server thread/INFO]: [ProjectKorra] SinisterAura by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Skyrocket by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] Disabled SummonSelf by Numin
[16:31:36] [Server thread/INFO]: [ProjectKorra] Successfully disabled Toss by Hiro3
[16:31:36] [Server thread/INFO]: [ProjectKorra] WaterBlock 1.0 by DreamerBoy & Hiro3 stopped! 
[16:31:36] [Server thread/INFO]: [ProjectKorra] Wish by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [ProjectKorra] WishfulThinking by Prride VERSION 3 stopped!
[16:31:36] [Server thread/INFO]: [DeluxeMenus] Disabling DeluxeMenus v1.13.6-Release
[16:31:36] [Server thread/INFO]: [ajLeaderboards] Disabling ajLeaderboards v2.6.2
[16:31:36] [pool-53-thread-1/INFO]: [ajLeaderboards] Shutting down cache method..
[16:31:36] [pool-53-thread-1/INFO]: [ajLeaderboards] Cache method shut down
[16:31:36] [Server thread/INFO]: [ajLeaderboards] Killing remaining workers
[16:31:36] [Server thread/INFO]: [ajLeaderboards] Remaining workers killed
[16:31:36] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.6.2 disabled.
[16:31:36] [Server thread/INFO]: [ElementShop] Disabling ElementShop v1.0
[16:31:36] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.30-SNAPSHOT (build 2949)
[16:31:36] [Server thread/INFO]: [IllegalStack] Disabling IllegalStack v2.6.1
[16:31:36] [Server thread/INFO]: [AbstractCooldown] Disabling AbstractCooldown v1.0
[16:31:36] [Server thread/INFO]: [Essentials] Disabling Essentials v2.19.7
[16:31:36] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
[16:31:36] [Server thread/INFO]: [Log4JExploitFix] Disabling Log4JExploitFix v1.3.3
[16:31:36] [Server thread/INFO]: [MyCommand] Disabling MyCommand v5.6.9
[16:31:36] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
[16:31:36] [Server thread/INFO]: | Tasks   : Stopped all tasks.
[16:31:36] [Server thread/INFO]: | Version : 5.6.9
[16:31:36] [Server thread/INFO]: | Author  : emmerrei a.k.a Ivanpro
[16:31:36] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*    Bye!   *-=-=-=-=-=-=-=-=-=-=-*
[16:31:36] [Server thread/INFO]: [MoonCases] Disabling MoonCases v2.3
[16:31:36] [Server thread/INFO]: [ElementTitles] Disabling ElementTitles v1.0.0
[16:31:36] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Shutdown initiated...
[16:31:36] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Shutdown completed.
[16:31:36] [Server thread/INFO]: [BetterRTP] Disabling BetterRTP v3.2.1-4
[16:31:36] [Server thread/INFO]: [Pl-Hide-Pro] Disabling Pl-Hide-Pro v2.5.1
[16:31:36] [Server thread/INFO]: [DonatorJoinPlus] Disabling DonatorJoinPlus v2.3.7
[16:31:36] [Server thread/INFO]: [Vulcan] Disabling Vulcan v2.7.1
[16:31:36] [Server thread/INFO]: [antiRedstoneClock] Disabling antiRedstoneClock v1.4.0
[16:31:36] [Server thread/INFO]: [AuctionHouse] Disabling AuctionHouse v2.0.8
[16:31:36] [Server thread/INFO]: [AuctionHouse] Saving auctions data
[16:31:36] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v14.2.5
[16:31:36] [Server thread/INFO]: [BTC] Disabling Blocks_To_Commands vv5.0.0-beta.6
[16:31:36] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.2.2-SNAPSHOT;
[16:31:36] [Server thread/INFO]: [WorldGuard] Завершение работы исполнителя и ожидание каких-либо незавершенных задач...
[16:31:36] [Server thread/INFO]: [MoonClans] Disabling MoonClans v3.0
[16:31:36] [Server thread/INFO]: [PlayerPoints] Disabling PlayerPoints v3.2.5
[16:31:36] [Server thread/INFO]: [KillerMoney] Disabling KillerMoney v4.6.0
[16:31:36] [Server thread/INFO]: [SimpleRename] Disabling SimpleRename v13.9
[16:31:36] [Server thread/INFO]: SimpleRename disabled!
[16:31:36] [Server thread/INFO]: [ChatGames] Disabling ChatGames v1.0
[16:31:36] [Server thread/INFO]: [SimpleSit] Disabling SimpleSit v1.7
[16:31:36] [Server thread/INFO]: [NewbieChat] Disabling NewbieChat v1.6.6-st
[16:31:36] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
[16:31:36] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion vault
[16:31:36] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin Vault was disabled.
[16:31:36] [Server thread/INFO]: [ContinuousTasks] Disabling ContinuousTasks v1.0.0
[16:31:36] [Server thread/INFO]: [AntiDisconnectSpam] Disabling AntiDisconnectSpam v2.1.1
[16:31:36] [Server thread/INFO]: [AntiDisconnectSpam] Shutting down...
[16:31:36] [Server thread/INFO]: [AntiDisconnectSpam] Shutdown completed!
[16:31:36] [Server thread/INFO]: [WorldGuardGriefFix] Disabling WorldGuardGriefFix v3.0
[16:31:36] [Server thread/INFO]: [DevBuyer] Disabling DevBuyer v1.5.0
[16:31:36] [Server thread/INFO]: [CustomDeathMessages] Disabling CustomDeathMessages v1.7.2
[16:31:36] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v5.0.0-SNAPSHOT-b577
[16:31:36] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v1.1
[16:31:36] [Server thread/INFO]: [BlockSyntax] Disabling BlockSyntax v1.1.0-SNAPSHOT
[16:31:36] [Server thread/INFO]: [MessageAnnouncer] Disabling MessageAnnouncer v1.12.2
[16:31:36] [Server thread/INFO]: [WorldBorder] Disabling WorldBorder v1.8.7
[16:31:36] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task stopped.
[16:31:36] [Server thread/INFO]: [spark] Disabling spark v1.9.42
[16:31:36] [Server thread/INFO]: [SAML] Disabling SAML v2.0.0
[16:31:36] [Server thread/INFO]: [SAML] Successfully disabled.
[16:31:36] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.9-SNAPSHOT;
[16:31:36] [Server thread/INFO]: [JAXB] Disabling JAXB v1.0.0
[16:31:36] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.55
[16:31:36] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
[16:31:36] [Server thread/INFO]: [LuckPerms] Closing storage...
[16:31:36] [Server thread/INFO]: [LuckPerms] Goodbye!
[16:31:36] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.5.1
[16:31:36] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
[16:31:36] [Server thread/INFO]: [PKOffHand] Disabling PKOffHand v1.1
[16:31:36] [Server thread/INFO]: [CommandSync] Disabling CommandSync v1.0.0
[16:31:36] [Server thread/INFO]: [BClear] Disabling BClear v1.0
[16:31:36] [Server thread/INFO]: [DevLib] Disabling DevLib v2.1.2
[16:31:36] [Server thread/INFO]: [BanManager] Disabling BanManager v7.9.0
[16:31:36] [Server thread/INFO]: [RegionAddBlocker] Disabling RegionAddBlocker v1.0
[16:31:36] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v3.0.1
[16:31:36] [Server thread/INFO]: [UltimateAutoRestart] Disabling UltimateAutoRestart vBuild 52
[16:31:36] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.2
[16:31:36] [Server thread/INFO]: [ChatFilter] Disabling ChatFilter v2.0.13
[16:31:36] [Server thread/INFO]: Saving players
[16:31:36] [Server thread/INFO]: Saving worlds
[16:31:36] [Server thread/INFO]: Saving chunks for level 'world'/overworld
[16:31:36] [Server thread/INFO]: Saving chunks for level 'world_nether'/the_nether
[16:31:36] [Server thread/INFO]: Saving chunks for level 'world_the_end'/the_end
[16:31:36] [Server thread/INFO]: Saving chunks for level 'spawn'/overworld
[16:31:36] [Server thread/INFO]: Saving chunks for level 'test'/overworld
[16:31:36] [Server thread/INFO]: Saving chunks for level 'pvp'/overworld
[16:31:36] [Server thread/INFO]: Saving usercache.json