Paste #116303: Unnamed Server Log Paste

Date: 2023/10/11 07:14:52 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
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987


[14:13:08] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[14:13:08] [Yggdrasil Key Fetcher/ERROR]: Failed to request yggdrasil public key
com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
    at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:119) ~[authlib-4.0.43.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:91) ~[authlib-4.0.43.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilServicesKeyInfo.fetch(YggdrasilServicesKeyInfo.java:94) ~[authlib-4.0.43.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilServicesKeyInfo.lambda$get$1(YggdrasilServicesKeyInfo.java:81) ~[authlib-4.0.43.jar:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.net.SocketException: Connection reset by peer
    at sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:425) ~[?:?]
    at sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:445) ~[?:?]
    at sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:831) ~[?:?]
    at java.net.Socket$SocketOutputStream.write(Socket.java:1035) ~[?:?]
    at sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:271) ~[?:?]
    at sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) ~[?:?]
    at sun.security.ssl.ClientHello$ClientHelloKickstartProducer.produce(ClientHello.java:646) ~[?:?]
    at sun.security.ssl.SSLHandshake.kickstart(SSLHandshake.java:529) ~[?:?]
    at sun.security.ssl.ClientHandshakeContext.kickstart(ClientHandshakeContext.java:112) ~[?:?]
    at sun.security.ssl.TransportContext.kickstart(TransportContext.java:258) ~[?:?]
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:448) ~[?:?]
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426) ~[?:?]
    at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:589) ~[?:?]
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:187) ~[?:?]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1665) ~[?:?]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) ~[?:?]
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224) ~[?:?]
    at com.mojang.authlib.HttpAuthenticationService.performGetRequest(HttpAuthenticationService.java:140) ~[authlib-4.0.43.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:96) ~[authlib-4.0.43.jar:?]
    ... 9 more
[14:13:09] [ServerMain/INFO]: Loaded 7 recipes
[14:13:09] [Server thread/INFO]: Starting minecraft server version 1.20.1
[14:13:09] [Server thread/INFO]: Loading properties
[14:13:09] [Server thread/INFO]: This server is running Paper version git-Paper-196 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 773dd72)
[14:13:10] [Server thread/INFO]: Server Ping Player Sample Count: 12
[14:13:10] [Server thread/INFO]: Using 4 threads for Netty based IO
[14:13:10] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
    We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
    For more information please visit: https://github.com/PaperMC/Paper/issues/8948
[14:13:10] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 3 worker threads, and gen parallelism of 3 threads
[14:13:10] [Server thread/INFO]: Default game type: SURVIVAL
[14:13:10] [Server thread/INFO]: Generating keypair
[14:13:10] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
[14:13:10] [Server thread/INFO]: Using epoll channel type
[14:13:10] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[14:13:10] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
[14:13:10] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loading 2 libraries... please wait
[14:13:10] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library /home/container/libraries/com/zaxxer/HikariCP/5.0.1/HikariCP-5.0.1.jar
[14:13:10] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library /home/container/libraries/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar
[14:13:10] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library /home/container/libraries/it/unimi/dsi/fastutil/8.5.11/fastutil-8.5.11.jar
[14:13:10] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loading 37 libraries... please wait
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/com/rollbar/rollbar-java/1.9.0/rollbar-java-1.9.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/com/rollbar/rollbar-api/1.9.0/rollbar-api-1.9.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/cc/carm/lib/easysql-hikaricp/0.4.7/easysql-hikaricp-0.4.7.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/cc/carm/lib/easysql-impl/0.4.7/easysql-impl-0.4.7.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/cc/carm/lib/easysql-api/0.4.7/easysql-api-0.4.7.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/com/h2database/h2/2.1.214/h2-2.1.214.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/com/ghostchu/simplereloadlib/1.1.2/simplereloadlib-1.1.2.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/com/github/juliomarcopineda/jdbc-stream/0.1.1/jdbc-stream-0.1.1.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/one/util/streamex/0.8.2/streamex-0.8.2.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/sourceforge/csvjdbc/csvjdbc/1.0.40/csvjdbc-1.0.40.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/org/dom4j/dom4j/2.1.4/dom4j-2.1.4.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/org/slf4j/slf4j-jdk14/2.0.7/slf4j-jdk14-2.0.7.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/com/vdurmont/semver4j/3.1.0/semver4j-3.1.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/com/ghostchu/crowdin/crowdinota/1.0.3/crowdinota-1.0.3.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/com/konghq/unirest-java/3.14.1/unirest-java-3.14.1-standalone.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-api/4.14.0/adventure-api-4.14.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-key/4.14.0/adventure-key-4.14.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-nbt/4.14.0/adventure-nbt-4.14.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-platform-api/4.3.0/adventure-platform-api-4.3.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-platform-bukkit/4.3.0/adventure-platform-bukkit-4.3.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-gson/4.13.0/adventure-text-serializer-gson-4.13.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-platform-facet/4.3.0/adventure-platform-facet-4.3.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-platform-viaversion/4.3.0/adventure-platform-viaversion-4.3.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-serializer-configurate4/4.14.0/adventure-serializer-configurate4-4.14.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/org/spongepowered/configurate-core/4.1.2/configurate-core-4.1.2.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/io/leangen/geantyref/geantyref/1.3.11/geantyref-1.3.11.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/com/google/errorprone/error_prone_annotations/2.6.0/error_prone_annotations-2.6.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-text-logger-slf4j/4.14.0/adventure-text-logger-slf4j-4.14.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-text-minimessage/4.14.0/adventure-text-minimessage-4.14.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-ansi/4.14.0/adventure-text-serializer-ansi-4.14.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/ansi/1.0.0/ansi-1.0.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.0/adventure-text-serializer-bungeecord-4.3.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-gson-legacy-impl/4.14.0/adventure-text-serializer-gson-legacy-impl-4.14.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-json/4.14.0/adventure-text-serializer-json-4.14.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-json-legacy-impl/4.14.0/adventure-text-serializer-json-legacy-impl-4.14.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-legacy/4.14.0/adventure-text-serializer-legacy-4.14.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-plain/4.14.0/adventure-text-serializer-plain-4.14.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[14:13:11] [Server thread/INFO]: [SpigotLibraryLoader] [QuickShop-Hikari] Loaded library /home/container/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[14:13:11] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_20_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[14:13:13] [Server thread/WARN]: Legacy plugin PluginHiderPlus v5.2 does not specify an api-version.
[14:13:13] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.98
[14:13:13] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[14:13:13] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.8.2-SNAPSHOT-581;186d24b
[14:13:14] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@171901d9]
[14:13:14] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.0.0
[14:13:14] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.20.1) has not yet been tested! Proceed with caution.
[14:13:14] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.9-beta1+2249-223b80c
[14:13:14] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.4
[14:13:14] [Server thread/INFO]: [LoneLibs] Loading server plugin LoneLibs v1.0.27
[14:13:14] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0-dev+15-a3a71af
[14:13:14] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.33-SNAPSHOT (build 3219)
[14:13:14] [Server thread/INFO]: [ItemsAdder] Loading server plugin ItemsAdder v3.6.0
[14:13:14] [Server thread/INFO]: [VoidGen] Loading server plugin VoidGen v2.2.1
[14:13:14] [Server thread/INFO]: [ShopGUIPlus] Loading server plugin ShopGUIPlus v1.88.0
[14:13:14] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
[14:13:14] [Server thread/INFO]: [CMILib] Loading server plugin CMILib v1.4.2.0
[14:13:14] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.4
[14:13:14] [Server thread/INFO]: [RoseStacker] Loading server plugin RoseStacker v1.5.13
[14:13:14] [Server thread/INFO]: [AdvancedBan] Loading server plugin AdvancedBan v2.3.0
[14:13:14] [Server thread/INFO]: [NexEngine] Loading server plugin NexEngine v2.2.11
[14:13:14] [Server thread/INFO]: [DeluxeWithdraw] Loading server plugin DeluxeWithdraw vBuild 16
[14:13:14] [Server thread/INFO]: [BetterRTP] Loading server plugin BetterRTP v3.6.11
[14:13:14] [Server thread/INFO]: [Jobs] Loading server plugin Jobs v5.2.1.2
[14:13:14] [Server thread/INFO]: [Multiverse-Inventories] Loading server plugin Multiverse-Inventories v4.2.3-b523
[14:13:14] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.5.0
[14:13:14] [Server thread/INFO]: [TradeSystem] Loading server plugin TradeSystem v2.5.1
[14:13:14] [Server thread/INFO]: [ChatInjector] Loading server plugin ChatInjector v1.0.3
[14:13:14] [Server thread/INFO]: [VoidChest-1.16.0] Loading server plugin VoidChest v1.16.0
[14:13:14] [Server thread/INFO]: [ChatFeelings] Loading server plugin ChatFeelings v4.12
[14:13:14] [Server thread/INFO]: [ExcellentCrates] Loading server plugin ExcellentCrates v4.4.0
[14:13:14] [Server thread/INFO]: [PlayerWarps] Loading server plugin PlayerWarps v6.29.0
[14:13:15] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.21.0-dev+15-a3a71af
[14:13:15] [Server thread/INFO]: [ProCosmetics] Loading server plugin ProCosmetics v13.9.2
[14:13:15] [Server thread/INFO]: [Tokens] Loading server plugin Tokens v4.4.1
[14:13:15] [Server thread/INFO]: [DeluxeWithdrawEXPAddon] Loading server plugin DeluxeWithdrawEXPAddon vBuild 2b
[14:13:15] [Server thread/INFO]: [CLV] Loading server plugin CyberLevels v0.5.9
[14:13:15] [Server thread/INFO]: [Multiverse-Portals] Loading server plugin Multiverse-Portals v4.2.1-b834
[14:13:15] [Server thread/INFO]: [[Ultimate_BlockRegen]] Loading server plugin Ultimate_BlockRegen v1.2.1
[14:13:15] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.0.3
[14:13:15] [Server thread/INFO]: [HolidayHunt] Loading server plugin HolidayHunt v2.3.4
[14:13:15] [Server thread/INFO]: [AuctionHouse] Loading server plugin AuctionHouse v3.5
[14:13:15] [Server thread/INFO]: [SS] Loading server plugin SmoothSleep v2.11.2
[14:13:15] [Server thread/INFO]: [ChatReaction] Loading server plugin ChatReaction v1.8.0
[14:13:15] [Server thread/INFO]: [DeluxeMenus] Loading server plugin DeluxeMenus v1.13.7-Release
[14:13:15] [Server thread/WARN]: [DeluxeMenus] Could not setup a NMS hook for your server version!
[14:13:15] [Server thread/INFO]: [TabCompleteFilter] Loading server plugin TabCompleteFilter v1.2.1
[14:13:15] [Server thread/INFO]: [BetterRTPAddons] Loading server plugin BetterRTPAddons v1.8.8
[14:13:15] [Server thread/INFO]: [FastClearLag] Loading server plugin FastClearLag v1.6.1
[14:13:15] [Server thread/INFO]: [Sellwand] Loading server plugin Sellwand v1.5.6
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Loading server plugin QuickShop-Hikari v5.2.0.4
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] QuickShop-Hikari - Bootloader
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Bootloader preparing for startup, please stand by...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Initializing libraries...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Initialing Unirest...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Loading the Adventure Chat Processor...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Adventure API loaded from: /home/container/libraries/net/kyori/adventure-api/4.14.0/adventure-api-4.14.0.jar
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Adventure Bukkit Platform loaded from: /home/container/libraries/net/kyori/adventure-platform-bukkit/4.3.0/adventure-platform-bukkit-4.3.0.jar
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Adventure Text Serializer (Legacy) loaded from: /home/container/libraries/net/kyori/adventure-text-serializer-legacy/4.14.0/adventure-text-serializer-legacy-4.14.0.jar
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Adventure Text Serializer (Gson) loaded from: /home/container/libraries/net/kyori/adventure-text-serializer-gson/4.14.0/adventure-text-serializer-gson-4.14.0.jar
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Adventure Text Serializer (Json) loaded from: /home/container/libraries/net/kyori/adventure-text-serializer-json/4.14.0/adventure-text-serializer-json-4.14.0.jar
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Adventure Text Serializer (BungeeChat) loaded from: /home/container/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.0/adventure-text-serializer-bungeecord-4.3.0.jar
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Adventure Text Serializer (ViaVersion Facet) loaded from: /home/container/libraries/net/kyori/adventure-platform-viaversion/4.3.0/adventure-platform-viaversion-4.3.0.jar
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Adventure Text Serializer (ANSI) loaded from: /home/container/libraries/net/kyori/adventure-text-serializer-ansi/4.14.0/adventure-text-serializer-ansi-4.14.0.jar
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Adventure Text Serializer (Plain) loaded from: /home/container/libraries/net/kyori/adventure-text-serializer-plain/4.14.0/adventure-text-serializer-plain-4.14.0.jar
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Adventure MiniMessage Lib loaded from: /home/container/libraries/net/kyori/adventure-text-minimessage/4.14.0/adventure-text-minimessage-4.14.0.jar
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Initializing platform...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Platform detected: Paper
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Platform initialized: com.ghostchu.quickshop.platform.paper.PaperPlatform
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Boot QuickShop instance...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Creating QuickShop instance...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Forwarding onLoad() to QuickShop instance...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Registering Bukkit Service: com.ghostchu.quickshop.api.QuickShopProvider
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] QuickShop Hikari - Early boot step - Booting up
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Self testing...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Reading the configuration...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] [ConfigUpdater] Saving configuration changes...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Setting up privacy controller...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Setting up metrics manager...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Loading player name and unique id mapping...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Loading translations (This may take a while)...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Please wait us fetch the translation updates from Crowdin OTA service...
[14:13:15] [Server thread/INFO]: [CrowdinOTA] Downloading Crowdin distribution manifest from remote server...
[14:13:15] [Server thread/INFO]: [OTAFileInstance-0] Downloading translations for 0 locales...
[14:13:15] [Server thread/INFO]: [OTAFileInstance-1] Downloading translations for 0 locales...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Loading up translations from Crowdin OTA, this may need a while...
[14:13:15] [Server thread/INFO]: [QuickShop-Hikari] Loading up translations from Crowdin OTA, this may need a while...
[14:13:16] [Server thread/INFO]: [QuickShop-Hikari] Register InventoryWrapper...
[14:13:16] [Server thread/INFO]: [QuickShop-Hikari] Initializing NexusManager...
[14:13:16] [Server thread/INFO]: [QuickShop-Hikari] QuickShop Hikari - Early boot step - Complete
[14:13:16] [Server thread/INFO]: [QuickShop-Hikari] Finishing up onLoad() in Bootloader...
[14:13:16] [Server thread/INFO]: [QuickShop-Hikari] QuickShop-Hikari - Booting...
[14:13:16] [Server thread/INFO]: [spark] Loading server plugin spark v1.10.53
[14:13:16] [Server thread/INFO]: [TempFly] Loading server plugin TempFly v3.1.7
[14:13:16] [Server thread/INFO]: [CustomFishing] Loading server plugin CustomFishing v1.3.2.5
[14:13:16] [Server thread/INFO]: [EZColors] Loading server plugin EZColors v2.2.3
[14:13:16] [Server thread/INFO]: [ChatItem] Loading server plugin ChatItem v2.4.9
[14:13:16] [Server thread/INFO]: [Lib1711] Loading server plugin Lib1711 v2.9.7
[14:13:16] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.21.0-dev+15-a3a71af
[14:13:16] [Server thread/INFO]: [EpicRename] Loading server plugin EpicRename v3.11.1
[14:13:16] [Server thread/INFO]: [SafariNet] Loading server plugin SafariNet v1.15.52-SNAPSHOT
[14:13:16] [Server thread/INFO]: [PluginHiderPlus] Loading server plugin PluginHiderPlus v5.2
[14:13:16] [Server thread/INFO]: [PlayerVaults] Loading server plugin PlayerVaults v4.2.14
[14:13:16] [Server thread/INFO]: [DeluxeWithdrawVaultAddon] Loading server plugin DeluxeWithdrawVaultAddon vBuild 1
[14:13:16] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[14:13:16] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.98
[14:13:17] [Server thread/INFO]:         __    
[14:13:17] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.98
[14:13:17] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[14:13:17] [Server thread/INFO]: 
[14:13:17] [Server thread/INFO]: [LuckPerms] Loading configuration...
[14:13:17] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[14:13:17] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[14:13:18] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[14:13:18] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1825ms)
[14:13:18] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[14:13:18] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[14:13:18] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[14:13:18] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[14:13:18] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[14:13:18] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.8.2-SNAPSHOT-581;186d24b
[14:13:18] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
[14:13:18] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
[14:13:18] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[14:13:18] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[14:13:18] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_20_R1.PaperweightFaweAdapter as the Bukkit adapter
[14:13:18] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0
[14:13:18] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.27
[14:13:18] [Server thread/INFO]: [VoidGen] Enabling VoidGen v2.2.1
[14:13:18] [Server thread/INFO]: [VoidGen] Using VoidChunkGen: VERSION_UNKNOWN
[14:13:18] [Server thread/INFO]: [NexEngine] Enabling NexEngine v2.2.11
[14:13:18] [Server thread/INFO]: [NexEngine] Seems like we have Paper based fork here...
[14:13:18] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms permissions
[14:13:18] [Server thread/INFO]: [NexEngine] Successfully hooked with EssentialsX Economy economy
[14:13:18] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms chat
[14:13:18] [Server thread/INFO]: [NexEngine] Plugin loaded in 41 ms!
[14:13:18] [Server thread/INFO]: [[Ultimate_BlockRegen]] Enabling Ultimate_BlockRegen v1.2.1
[14:13:19] [Server thread/INFO]: [[Ultimate_BlockRegen]] Regions Not Found In Regions.yml
[14:13:19] [Server thread/WARN]: [[Ultimate_BlockRegen]] Could not save Materials.yml to plugins/Ultimate_BlockRegen/Materials.yml because Materials.yml already exists.
[14:13:19] [Server thread/INFO]: ****************************
[14:13:19] [Server thread/INFO]:       Mine X Farm Regen     
[14:13:19] [Server thread/INFO]:  Regenerate Blocks in Style 
[14:13:19] [Server thread/INFO]:                             
[14:13:19] [Server thread/INFO]:        Made By HmmboYt      
[14:13:19] [Server thread/INFO]:  Join Our Discord For Support  
[14:13:19] [Server thread/INFO]: ****************************
[14:13:19] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[14:13:19] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[14:13:19] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[14:13:19] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[14:13:19] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[14:13:19] [Server thread/INFO]: Preparing level "world"
[14:13:19] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[14:13:19] [Server thread/INFO]: Time elapsed: 146 ms
[14:13:19] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[14:13:19] [Server thread/INFO]: Time elapsed: 30 ms
[14:13:19] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[14:13:19] [Server thread/INFO]: Time elapsed: 36 ms
[14:13:19] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.9-beta1+2249-223b80c
[14:13:19] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[14:13:19] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[14:13:19] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[14:13:19] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[14:13:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[14:13:19] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[14:13:19] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[14:13:19] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[14:13:19] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[14:13:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[14:13:19] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[14:13:19] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[14:13:19] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[14:13:19] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[14:13:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[14:13:20] [Server thread/INFO]: [WorldGuard] Loading region data...
[14:13:20] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.4
[14:13:20] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[14:13:20] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+15-a3a71af
[14:13:20] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[14:13:20] [Server thread/INFO]: [Essentials] No kits found to migrate.
[14:13:20] [Server thread/INFO]: [Essentials] Loaded 36926 items from items.json.
[14:13:20] [Server thread/INFO]: [Essentials] Using locale message_EN_properties
[14:13:21] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[14:13:21] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[14:13:21] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[14:13:21] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[14:13:21] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.33-SNAPSHOT (build 3219)
[14:13:21] [Server thread/INFO]: [Citizens] Loading external libraries
[14:13:21] [Server thread/ERROR]: [Citizens] v2.0.33-SNAPSHOT (build 3219) is not compatible with Minecraft vv1_20_R1 - try upgrading Minecraft or Citizens. Disabling...
[14:13:21] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.33-SNAPSHOT (build 3219)
[14:13:21] [Server thread/INFO]: [ItemsAdder] Enabling ItemsAdder v3.6.0
[14:13:21] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R1! Trying to find NMS support
[14:13:21] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R1' loaded!
[14:13:21] [Server thread/INFO]: GUARDIANBLOCKS 
  ___  ___        __        __   __   ___  __      ItemsAdder 3.6.0
|  |  |__   |\/| /__`  /\  |  \ |  \ |__  |__)     LoneLibs 1.0.27
|  |  |___  |  | .__/ /--\ |__/ |__/ |___ |  \     Paper git-Paper-196 (MC: 1.20.1)
                                               
[14:13:21] [Server thread/INFO]: GUARDIANBLOCKS [Host] Starting self-host webserver on port: 27003
[14:13:22] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.88.0
[14:13:22] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[14:13:22] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" 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 [dumptruckman, Rigby, fernferret, lithium3141, main--].
[14:13:22] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[14:13:22] [Server thread/INFO]: [VoidGen] Generator settings "<parameters>" syntax is not valid. Using default values:
[14:13:22] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[14:13:22] [Server thread/INFO]: Preparing start region for dimension minecraft:spawn
[14:13:23] [Server thread/INFO]: Time elapsed: 532 ms
[14:13:23] [Server thread/INFO]: [WorldGuard] (spawn) TNT ignition is PERMITTED.
[14:13:23] [Server thread/INFO]: [WorldGuard] (spawn) Lighters are PERMITTED.
[14:13:23] [Server thread/INFO]: [WorldGuard] (spawn) Lava fire is PERMITTED.
[14:13:23] [Server thread/INFO]: [WorldGuard] (spawn) Fire spread is UNRESTRICTED.
[14:13:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn'
[14:13:23] [Server thread/INFO]: [VoidGen] Generator settings "<parameters>" syntax is not valid. Using default values:
[14:13:23] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[14:13:23] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[14:13:23] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
[14:13:23] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[14:13:23] [Server thread/INFO]: [CMILib] Enabling CMILib v1.4.2.0
[14:13:23] [Server thread/INFO]: Server version: v1_20_R1 - 1.20.1 - paper
[14:13:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cmil [1.4.2.0]
[14:13:23] [Server thread/INFO]: PlaceholderAPI hooked.
[14:13:23] [Server thread/INFO]: Updated (EN) language file. Took 16ms
[14:13:23] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.4
[14:13:23] [Server thread/INFO]: [DecentHolograms] Using ProtocolLib for packet listening.
[14:13:23] [Server thread/INFO]: [RoseStacker] Enabling RoseStacker v1.5.13
[14:13:23] [Server thread/INFO]: [RoseStacker] Initializing using RoseGarden v1.2.4
[14:13:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: rosestacker [1.5.13]
[14:13:24] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.3.0
[14:13:24] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[14:13:24] [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)
[14:13:24] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[14:13:24] [Server thread/INFO]: 
 
[]=====[Enabling AdvancedBan]=====[]
| Information:
|   Name: AdvancedBan
|   Developer: Leoko
|   Version: 2.3.0
|   Storage: HSQLDB (local)
| Support:
|   Github: https://github.com/DevLeoko/AdvancedBan/issues
|   Discord: https://discord.gg/ycDG6rS
| Twitter: @LeokoGar
| Update:
|   You have the newest version
[]================================[]
 
[14:13:24] [Server thread/INFO]: [DeluxeWithdraw] Enabling DeluxeWithdraw vBuild 16
[14:13:24] [Server thread/INFO]: [DeluxeWithdraw] Build 16, a premium resource by Norska - Thanks for purchasing!
[14:13:25] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.11
[14:13:25] [Server thread/INFO]: [BetterRTP] Cooldown = 300
[14:13:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterrtp [3.6.11]
[14:13:25] [Server thread/INFO]: [Jobs] Enabling Jobs v5.2.1.2
[14:13:25] [Server thread/INFO]: ------------- Jobs -------------
[14:13:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: jobsr [5.2.1.2]
[14:13:25] [Server thread/INFO]: PlaceholderAPI hooked.
[14:13:25] [Server thread/INFO]: Connected to database (SqLite)
[14:13:25] [Server thread/INFO]: Loaded 9 titles
[14:13:25] [Server thread/INFO]: Loaded 119 protected blocks timers
[14:13:25] [Server thread/INFO]: Loaded 1403 custom item names
[14:13:25] [Server thread/INFO]: Loaded 81 custom entity names
[14:13:25] [Server thread/INFO]: Loaded 2 custom MythicMobs names
[14:13:25] [Server thread/INFO]: Loaded 38 custom enchant names
[14:13:25] [Server thread/INFO]: Loaded 21 custom enchant names
[14:13:25] [Server thread/INFO]: Loaded 16 custom color names
[14:13:25] [Server thread/INFO]: Loaded 9 shop items
[14:13:25] [Server thread/INFO]: Loaded 1 quests for Lumberjack
[14:13:25] [Server thread/INFO]: Loaded 1 quests for Blacksmith
[14:13:25] [Server thread/INFO]: Loaded 1 quests for Assassin
[14:13:25] [Server thread/INFO]: Loaded 1 quests for Enchanter
[14:13:25] [Server thread/INFO]: Loaded 1 quests for Miner
[14:13:25] [Server thread/INFO]: Loaded 1 quests for Fisherman
[14:13:25] [Server thread/INFO]: Loaded 1 quests for Builder
[14:13:25] [Server thread/INFO]: Loaded 1 quests for Hunter
[14:13:25] [Server thread/INFO]: Loaded 1 quests for Digger
[14:13:25] [Server thread/INFO]: Loaded 1 quests for Smelter
[14:13:25] [Server thread/INFO]: Loaded 1 quests for Farmer
[14:13:25] [Server thread/INFO]: Loaded 1 quests for Crafter
[14:13:25] [Server thread/INFO]: Loaded 1 quests for Alchemist
[14:13:25] [Server thread/INFO]: Loaded 13 jobs
[14:13:25] [Server thread/INFO]: Loaded 0 boosted items
[14:13:25] [Server thread/INFO]: Loaded 154 furnace for reassigning.
[14:13:25] [Server thread/INFO]: Loaded 39 brewing for reassigning.
[14:13:25] [Server thread/INFO]: Loaded 1 blastfurnace for reassigning.
[14:13:25] [Jobs-DatabaseSaveTask/INFO]: Started database save task.
[14:13:25] [Jobs-BufferedPaymentThread/INFO]: Started buffered payment thread.
[14:13:25] [Server thread/INFO]: Preloaded 90 players data in 0.01
[14:13:25] [Server thread/INFO]: WorldGuard detected.
[14:13:25] [Server thread/INFO]: [Jobs] Loaded 915 block protection entries. 14ms
[14:13:25] [Server thread/INFO]: Plugin has been enabled successfully.
[14:13:25] [Server thread/INFO]: ------------------------------------
[14:13:25] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v4.2.3-b523
[14:13:25] [Server thread/INFO]: [Multiverse-Inventories 4.2.3-b523] enabled.
[14:13:25] [Server thread/INFO]: [GSit] Enabling GSit v1.5.0
[14:13:25] [Server thread/INFO]: [GSit] The plugin was successfully enabled.
[14:13:25] [Server thread/INFO]: [GSit] Link with PlaceholderAPI successful!
[14:13:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [1.5.0]
[14:13:25] [Server thread/INFO]: [GSit] Link with WorldGuard successful!
[14:13:25] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v2.5.1
[14:13:25] [Server thread/INFO]:  
[14:13:25] [Server thread/INFO]: __________________________________________________________
[14:13:25] [Server thread/INFO]:  
[14:13:25] [Server thread/INFO]:                        TradeSystem [2.5.1]
[14:13:25] [Server thread/INFO]:  
[14:13:25] [Server thread/INFO]: Status:
[14:13:25] [Server thread/INFO]:  
[14:13:25] [Server thread/INFO]: MC-Version: 1.20.1 (R0.1-SNAPSHOT, Paper)
[14:13:25] [Server thread/INFO]:  
[14:13:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tradesystem [1.2]
[14:13:25] [Server thread/INFO]:   > Loading sounds
[14:13:25] [Server thread/INFO]:   > Loading blacklist
[14:13:25] [Server thread/INFO]:     ...got 3 blocked item(s)
[14:13:25] [Server thread/INFO]:   > Loading layouts
[14:13:25] [Server thread/INFO]:     ...got 4 layout(s)
[14:13:25] [Server thread/INFO]:   > Queuing database initializing task
[14:13:25] [Server thread/INFO]:  
[14:13:25] [Server thread/INFO]: Finished (151ms)
[14:13:25] [Server thread/INFO]:  
[14:13:25] [Server thread/INFO]: __________________________________________________________
[14:13:25] [Server thread/INFO]:  
[14:13:25] [Server thread/INFO]: [ChatInjector] Enabling ChatInjector v1.0.3
[14:13:25] [Server thread/INFO]: [VoidChest-1.16.0] Enabling VoidChest v1.16.0
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] Plugin attempting to load now...
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] YML files loaded.
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] messages.yml file fully loaded.
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] Attempting to load voidchest files in memory.
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] VoidChest file: default successfully loaded in memory.
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] Attempting to load voidchest items in memory.
[14:13:26] [Server thread/INFO]: Currently loaded files: 1
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] Loaded voidchest item for: default
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] Attempted registering the following tasks: voidchest-purge, hologram, data-purge, sell-message
[14:13:26] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:26] [Server thread/INFO]: [ChatFeelings] Enabling ChatFeelings v4.12
[14:13:26] [Server thread/INFO]: [ChatFeelings] Checking repository to maximize support...
[14:13:26] [Server thread/INFO]: [ChatFeelings] Updating your messages.yml with new additional messages...
[14:13:26] [Server thread/INFO]: [ChatFeelings] Hooking into AdvancedBan...
[14:13:26] [Server thread/INFO]: [ChatFeelings] Hooking into Essentials...
[14:13:26] [Server thread/INFO]: [ChatFeelings] Hooking into PlaceholderAPI...
[14:13:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: chatfeelings [4.12]
[14:13:26] [Server thread/INFO]: [ExcellentCrates] Enabling ExcellentCrates v4.4.0
[14:13:26] [Server thread/INFO]: [ExcellentCrates] Powered by: NexEngine
[14:13:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: excellentcrates [4.4.0]
[14:13:26] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[14:13:26] [Server thread/INFO]: [com.zaxxer.hikari.pool.HikariPool] HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@53168799
[14:13:26] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[14:13:26] [Server thread/INFO]: [ExcellentCrates] Loaded 10 crate keys.
[14:13:26] [Server thread/INFO]: [ExcellentCrates] Loaded 4 rarities!
[14:13:26] [Server thread/INFO]: [ExcellentCrates] Loaded 6 crates.
[14:13:26] [Server thread/ERROR]: [ExcellentCrates] Invalid crate 'emerald' in 'new' menu!
[14:13:26] [Server thread/ERROR]: [ExcellentCrates] Invalid crate 'golden' in 'new' menu!
[14:13:26] [Server thread/ERROR]: [ExcellentCrates] Invalid crate 'diamond' in 'new' menu!
[14:13:26] [Server thread/ERROR]: [ExcellentCrates] Invalid crate 'emerald' in 'default' menu!
[14:13:26] [Server thread/ERROR]: [ExcellentCrates] Invalid crate 'golden' in 'default' menu!
[14:13:26] [Server thread/ERROR]: [ExcellentCrates] Invalid crate 'diamond' in 'default' menu!
[14:13:26] [Server thread/INFO]: [ExcellentCrates] Loaded 2 crate menus.
[14:13:26] [Server thread/INFO]: [ExcellentCrates] Plugin loaded in 226 ms!
[14:13:26] [Server thread/INFO]: [PlayerWarps] Enabling PlayerWarps v6.29.0
[14:13:26] [Server thread/INFO]: [PlayerWarps] Vault found, now enabling PlayerWarps...
[14:13:28] [Server thread/INFO]: [PlayerWarps] Found 22 config files to load!
[14:13:28] [Server thread/INFO]: [PlayerWarps] Permissions plugin found! (LuckPerms)
[14:13:28] [Server thread/INFO]: [PlayerWarps] Economy plugin found! (EssentialsX Economy)
[14:13:28] [Server thread/INFO]: [PlayerWarps] Chat plugin found! (LuckPerms)
[14:13:28] [Server thread/INFO]: [PlayerWarps] Found PlaceholderAPI integrating support...
[14:13:28] [Server thread/INFO]: [PlayerWarps] Found Essentials Expansion integrating support...
[14:13:28] [Server thread/INFO]: [PlayerWarps] SQLite database is enabling...
[14:13:28] [Server thread/INFO]: [PlayerWarps] Loading Metrics...
[14:13:28] [Server thread/INFO]: [PlayerWarps] Successfully loaded Metrics!
[14:13:28] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.21.0-dev+15-a3a71af
[14:13:28] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[14:13:28] [Server thread/INFO]: [ProCosmetics] Enabling ProCosmetics v13.9.2
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing configs...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing menus...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing cosmetics...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing arrow effects...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing balloons...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing banners...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing death effects...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing emotes...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing gadgets...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing miniatures...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing morphs...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing mounts...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing music...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing particle effects...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing pets...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing statuses...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initializing treasures...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Hooking into PlaceholderAPI...
[14:13:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: procosmetics [1.0.0]
[14:13:29] [Server thread/INFO]: [ProCosmetics] Connecting to the database...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Successfully connected to the database!
[14:13:29] [Server thread/INFO]: [ProCosmetics] Hooking into Essentials...
[14:13:29] [Server thread/INFO]: [ProCosmetics] Initialized! Took 705ms.
[14:13:29] [Server thread/INFO]: [Tokens] Enabling Tokens v4.4.1
[14:13:29] [Server thread/INFO]: [Tokens] Reloaded keys
[14:13:29] [Server thread/INFO]: [Tokens] Loaded 3 keys
[14:13:29] [Server thread/INFO]: [Tokens] Reloaded messages config
[14:13:29] [Server thread/INFO]: [Tokens] Database Connection: opening a connection to the SQLite database.
[14:13:29] [Server thread/INFO]: [Tokens] Storage Type: [ SQLLite ] | MySQL ( Default )
[14:13:29] [Server thread/WARN]: [Tokens] You don't have any supported plugins enabled.
[14:13:29] [Server thread/INFO]: [Tokens] Reloaded config
[14:13:29] [Server thread/INFO]: [Tokens] Will check for updates every 6 hours.
[14:13:29] [Server thread/INFO]: [ShopGUIPlus] Registered custom economy provider 'Tokens'.
[14:13:29] [Server thread/INFO]: [ShopGUIPlus] Registered custom economy provider 'Tokens'.
[14:13:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tokens [4.4.1]
[14:13:29] [Server thread/INFO]: [Tokens] Successfully hooked into PlaceHolderAPI
[14:13:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tokens [4.4.1]
[14:13:29] [Server thread/INFO]: [Tokens] Successfully hooked into PlaceHolderAPI
[14:13:29] [Server thread/INFO]: [DeluxeWithdrawEXPAddon] Enabling DeluxeWithdrawEXPAddon vBuild 2b
[14:13:29] [Server thread/INFO]:  
[14:13:29] [Server thread/INFO]: [DW Addon (Experience)] Build 2b, a free addon by Norska - Thanks for using!
[14:13:29] [Server thread/INFO]:  
[14:13:29] [Server thread/INFO]: [CLV] Enabling CyberLevels v0.5.9
[14:13:29] [Server thread/INFO]: [CLV] ―――――――――――――――――――――――――――――――――――――――――――――――
[14:13:29] [Server thread/INFO]: [CLV] ╭━━━╮╱╱╱╭╮╱╱╱╱╱╱╭╮╱╱╱╱╱╱╱╱╱╱╱╭╮
[14:13:29] [Server thread/INFO]: [CLV] ┃╭━╮┃╱╱╱┃┃╱╱╱╱╱╱┃┃╱╱╱╱╱╱╱╱╱╱╱┃┃
[14:13:29] [Server thread/INFO]: [CLV] ┃┃╰╋╮╭┫╰━┳━━┳━┫┃╱╱╭━━┳╮╭┳━━┫┃╭━━╮
[14:13:29] [Server thread/INFO]: [CLV] ┃┃╭┫┃┃┃╭╮┃┃━┫╭┫┃╭┫┃━┫╰╯┃┃━┫┃┃━━┫
[14:13:29] [Server thread/INFO]: [CLV] ┃╰━╯┃╰━╯┃╰╯┃┃━┫┃┃╰━╯┃┃━╋╮╭┫┃━┫╰╋━━┃
[14:13:29] [Server thread/INFO]: [CLV] ╰━━━┻━╮╭┻━━┻━━┻╯╰━━━┻━━╯╰╯╰━━┻━┻━━╯
[14:13:29] [Server thread/INFO]: [CLV] ╱╱╱╱╭━╯┃  Authors: Kihsomray, CroaBeast
[14:13:29] [Server thread/INFO]: [CLV] ╱╱╱╱╰━━╯  Version: 0.5.9
[14:13:29] [Server thread/INFO]: [CLV] ―――――――――――――――――――――――――――――――――――――――――――――――
[14:13:29] [Server thread/INFO]: [CLV] 
[14:13:29] [Server thread/INFO]: [CLV] Loading YAML files...
[14:13:29] [Server thread/INFO]: [CLV] Loaded file config.yml.
[14:13:29] [Server thread/INFO]: [CLV] Loaded file lang.yml.
[14:13:29] [Server thread/INFO]: [CLV] Loaded file levels.yml.
[14:13:29] [Server thread/INFO]: [CLV] Loaded file rewards.yml.
[14:13:29] [Server thread/INFO]: [CLV] Loaded file earn-exp.yml.
[14:13:29] [Server thread/INFO]: [CLV] Loaded file anti-abuse.yml.
[14:13:29] [Server thread/INFO]: [CLV] Loaded 6 files in 32ms.
[14:13:29] [Server thread/INFO]: [CLV] 
[14:13:29] [Server thread/INFO]: [CLV] Loading exp earning events...
[14:13:29] [Server thread/INFO]: [CLV] Loaded 13 exp earn events in 0ms.
[14:13:29] [Server thread/INFO]: [CLV] 
[14:13:29] [Server thread/INFO]: [CLV] Loading anti-abuse...
[14:13:29] [Server thread/INFO]: [CLV] Loaded 2 anti-abuse settings in 0ms.
[14:13:29] [Server thread/INFO]: [CLV] 
[14:13:29] [Server thread/INFO]: [CLV] Loading level data...
[14:13:29] [Server thread/INFO]: [CLV] Loaded 500 level(s) in 2ms.
[14:13:29] [Server thread/INFO]: [CLV] 
[14:13:29] [Server thread/INFO]: [CLV] Loading reward data...
[14:13:29] [Server thread/INFO]: [CLV] Loaded 1 reward(s) in 1ms.
[14:13:29] [Server thread/INFO]: [CLV] 
[14:13:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: clv [0.5.9]
[14:13:29] [Server thread/INFO]: [CLV] Loaded CLV v0.5.9 in 55ms.
[14:13:29] [Server thread/INFO]: [CLV] ―――――――――――――――――――――――――――――――――――――――――――――――
[14:13:29] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.1-b834
[14:13:29] [Server thread/INFO]: [Multiverse-Portals] 0 - Portals(s) loaded
[14:13:29] [Server thread/INFO]: [Multiverse-Portals] Found FastAsyncWorldEdit. Using it for selections.
[14:13:29] [Server thread/INFO]: [Multiverse-Portals 4.2.1-b834]  Enabled - By Rigby and fernferret
[14:13:29] [Server thread/INFO]: [TAB] Enabling TAB v4.0.3
[14:13:29] [Server thread/INFO]: [TAB] Server version: 1.20.1 (v1_20_R1)
[14:13:30] [Server thread/INFO]: [TAB] Loaded NMS hook in 12ms
[14:13:30] [Server thread/INFO]: [TAB] Enabled in 101ms
[14:13:30] [Server thread/INFO]: [HolidayHunt] Enabling HolidayHunt v2.3.4
[14:13:30] [Server thread/INFO]: [HolidayHunt] HolidayHunt loaded with mode CUSTOM!
[14:13:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: HolidayHunt [1.0.0]
[14:13:30] [Server thread/INFO]: [HolidayHunt] Hooked into PlaceholderAPI!
[14:13:30] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v3.5
[14:13:30] [Server thread/INFO]: [AuctionHouse] Found locale file en_us.json
[14:13:30] [Server thread/WARN]: [AuctionHouse] A backup of the database has been saved with .backup extension.
[14:13:30] [Server thread/INFO]: [AuctionHouse] Using NMS version v1_20_R1
[14:13:30] [Server thread/INFO]: [AuctionHouse] Using en_us locale
[14:13:30] [Server thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[14:13:30] [Server thread/INFO]: [AuctionHouse] Loaded 188 listings
[14:13:30] [Server thread/INFO]: [SS] Enabling SmoothSleep v2.11.2
[14:13:30] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.8.0
[14:13:30] [Server thread/INFO]: [ChatReaction] You are using Spigot! Tooltips in reaction start messages are enabled!
[14:13:30] [Server thread/INFO]: [ChatReaction] 181 words loaded!
[14:13:30] [Server thread/INFO]: [ChatReaction] Reaction stats are disabled!!
[14:13:30] [Server thread/INFO]: [ChatReaction] [STDOUT] ---------------------------
[14:13:30] [Server thread/WARN]: Nag author(s): '[extended_clip]' of 'ChatReaction v1.8.0' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[14:13:30] [Server thread/INFO]: [ChatReaction] [STDOUT]      ChatReaction Updater
[14:13:30] [Server thread/INFO]: [ChatReaction] [STDOUT]  
[14:13:30] [Server thread/INFO]: [ChatReaction] [STDOUT] Could not connect to spigotmc.org
[14:13:30] [Server thread/INFO]: [ChatReaction] [STDOUT] to check for updates! 
[14:13:30] [Server thread/INFO]: [ChatReaction] [STDOUT]  
[14:13:30] [Server thread/INFO]: [ChatReaction] [STDOUT] ---------------------------
[14:13:30] [Server thread/INFO]: [ChatReaction] [STDOUT] ---------------------------
[14:13:30] [Server thread/INFO]: [ChatReaction] [STDOUT]      ChatReaction Updater
[14:13:30] [Server thread/INFO]: [ChatReaction] [STDOUT]  
[14:13:30] [Server thread/INFO]: [ChatReaction] [STDOUT] You are running 1.8.0
[14:13:30] [Server thread/INFO]: [ChatReaction] [STDOUT] The latest version
[14:13:30] [Server thread/INFO]: [ChatReaction] [STDOUT] of ChatReaction!
[14:13:30] [Server thread/INFO]: [ChatReaction] [STDOUT]  
[14:13:30] [Server thread/INFO]: [ChatReaction] [STDOUT] ---------------------------
[14:13:30] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.7-Release
[14:13:30] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[14:13:30] [Server thread/INFO]: [DeluxeMenus] 34 GUI menus loaded!
[14:13:30] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[14:13:30] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[14:13:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxemenus [1.13.7-Release]
[14:13:30] [Server thread/INFO]: [TabCompleteFilter] Enabling TabCompleteFilter v1.2.1
[14:13:30] [Server thread/INFO]: [BetterRTPAddons] Enabling BetterRTPAddons v1.8.8
[14:13:31] [Server thread/INFO]: [FastClearLag] Enabling FastClearLag v1.6.1
[14:13:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: fastclearlag [1.6.1]
[14:13:31] [Server thread/ERROR]: [FastClearLag] Failed to register events for class cz.gennario.clearlag.listeners.HopperLimiter because org/bukkit/craftbukkit/libs/org/apache/commons/lang3/time/StopWatch does not exist.
[14:13:31] [Server thread/INFO]: [Sellwand] Enabling Sellwand v1.5.6
[14:13:31] [Server thread/INFO]:  
[14:13:31] [Server thread/INFO]: ====================================
[14:13:31] [Server thread/INFO]: Plugin name: Sellwand
[14:13:31] [Server thread/INFO]: Version: 1.5.6
[14:13:31] [Server thread/INFO]: Core version: 0.7.25
[14:13:31] [Server thread/INFO]: ====================================
[14:13:31] [Server thread/INFO]:  
[14:13:31] [Server thread/INFO]: [Sellwand] The material iron_hoe is not found in sellwand id tier_1
[14:13:31] [Server thread/INFO]: [Sellwand] The material diamond_hoe is not found in sellwand id tier_2
[14:13:31] [Server thread/INFO]: [Sellwand] The material netherite_hoe is not found in sellwand id tier_3
[14:13:31] [Server thread/INFO]: [Sellwand] Loaded locale "en_US"
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Enabling QuickShop-Hikari v5.2.0.4
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Forwarding onEnable() to QuickShop instance...
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] QuickShop Hikari
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Registering Bukkit Service: com.ghostchu.quickshop.api.QuickShopProvider
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Starting plugin self-test, please wait...
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] [OK] Spigot Based Server Test
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] [OK] Old QuickShop Test
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] [OK] ModdedServer Based Test
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] [OK] ModdedServer Database Driver Test
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] [OK] CoreSupport Test
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] [OK] Virtual DisplayItem Support Test
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] [OK] ProtocolLib Incorrect Locate Test
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] [OK] GameVersion supporting Test
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] [OK] Permission Manager Test
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] [OK] PacketListenerAPI Conflict Test
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] [OK] Reremake Test
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] [OK] End of life Test
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Reading the configuration...
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] [ConfigUpdater] Saving configuration changes...
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Developers: Ghost_chu, PotatoCraft Studio, Netherfoam, Timtower, KaiNoMood (KaiKikuchi), sandtechnology, jho5245, cakoyo, Andre601, Ectabro, Chris6ix, portlek, log4b0at, deadman96385, tiararinne, DoctaEnkoda, CarmJos, YuanYuanOwO, Mgazul, mart-r, Tim269, raphtaliapt, creatorfromhell, LoneDev6, Steven-OS, confuxeon, ibmibmibm, judgetread, mfnalex, Warriorrrr, PyvesB, yannicklamprecht, ORelio, RMSCA, Starmism, yiwenwang2090, PaulBGD, Nlkomaru, harry0198, Draesia, Localized community members on Crowdin
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Original author: Netherfoam, Timtower, KaiNoMood, sandtechnology
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Let's start loading the plugin
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Using Virtual Item display, loading ProtocolLib support...
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Successfully loaded ProtocolLib support!
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Setting up database...
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Create database backup...
[14:13:31] [Server thread/INFO]: [cc.carm.lib.easysql.hikari.HikariDataSource] HikariPool-1 - Starting...
[14:13:31] [Server thread/INFO]: [cc.carm.lib.easysql.hikari.HikariDataSource] HikariPool-1 - Start completed.
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Checking and updating database columns, it may take a while...
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Finished!
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Selected permission provider: Bukkit
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Registering commands...
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Loaded 1 rules for listener blacklist.
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] EventManager selected: QSEventManager
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Loading shops from database...
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Used 3ms to fetch 0 shops from database.
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Loading shops into memory...
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Used 1ms to load 0 shops into memory (0 shops will be loaded after chunks loaded).
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Registering listeners...
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] BungeeCord messenger listener registered!
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Cleaning MsgUtils...
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Cleaning purchase messages from the database that are over a week old...
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Log actions is enabled. Actions will be logged in the qs.log file!
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] [Shop Purger] Purge not enabled!
[14:13:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: qs [5.2.0.4]
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Successfully loaded PlaceHolderAPI support!
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] [OK] Virtual DisplayItem Support Test
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] QuickShop Loaded! 478 ms.
[14:13:31] [Server thread/INFO]: [QuickShop-Hikari] Finishing up onEnable() in Bootloader...
[14:13:31] [Server thread/INFO]: [spark] Enabling spark v1.10.53
[14:13:31] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
[14:13:31] [Server thread/INFO]: [spark] Starting background profiler...
[14:13:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: spark [1.10.53]
[14:13:32] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
[14:13:32] [Server thread/INFO]: [TempFly] Enabling TempFly v3.1.7
[14:13:32] [Server thread/INFO]: [TempFly] Initializing ClipAPI
[14:13:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tempfly [3.1.7]
[14:13:32] [Server thread/INFO]: [CustomFishing] Enabling CustomFishing v1.3.2.5
[14:13:32] [Server thread/INFO]: [CustomFishing] Loaded 16 rod(s)
[14:13:32] [Server thread/INFO]: [CustomFishing] Loaded 8 bait(s)
[14:13:32] [Server thread/INFO]: [CustomFishing] Loaded 4 enchantment(s)
[14:13:32] [Server thread/INFO]: [CustomFishing] Loaded 5 util(s)
[14:13:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: competition [1.3]
[14:13:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: fishingstats [1.3]
[14:13:32] [Server thread/INFO]: [CustomFishing] JobsReborn hooked!
[14:13:32] [Server thread/INFO]: [CustomFishing] ItemsAdder hooked!
[14:13:32] [Server thread/INFO]: [CustomFishing] Vault hooked!
[14:13:32] [Server thread/INFO]: [CustomFishing] Loaded 18 bar(s)
[14:13:32] [Server thread/INFO]: [CustomFishing] Loaded 5 game(s)
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID tuna_fish doesn't exist in category normal_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID pike_fish doesn't exist in category normal_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID gold_fish doesn't exist in category normal_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID perch_fish doesn't exist in category normal_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID mullet_fish doesn't exist in category normal_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID sardine_fish doesn't exist in category normal_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID carp_fish doesn't exist in category normal_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID cat_fish doesn't exist in category normal_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID octopus doesn't exist in category normal_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID red_snapper_fish doesn't exist in category normal_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID salmon_void_fish doesn't exist in category normal_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID woodskip_fish doesn't exist in category normal_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID sturgeon_fish doesn't exist in category normal_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID tuna_fish_silver_star doesn't exist in category sliver_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID pike_fish_silver_star doesn't exist in category sliver_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID gold_fish_silver_star doesn't exist in category sliver_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID perch_fish_silver_star doesn't exist in category sliver_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID mullet_fish_silver_star doesn't exist in category sliver_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID sardine_fish_silver_star doesn't exist in category sliver_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID carp_fish_silver_star doesn't exist in category sliver_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID cat_fish_silver_star doesn't exist in category sliver_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID octopus_silver_star doesn't exist in category sliver_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID sunfish_silver_star doesn't exist in category sliver_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID red_snapper_fish_silver_star doesn't exist in category sliver_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID salmon_void_fish_silver_star doesn't exist in category sliver_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID woodskip_fish_silver_star doesn't exist in category sliver_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID sturgeon_fish_silver_star doesn't exist in category sliver_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID tuna_fish_golden_star doesn't exist in category golden_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID pike_fish_golden_star doesn't exist in category golden_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID gold_fish_golden_star doesn't exist in category golden_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID perch_fish_golden_star doesn't exist in category golden_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID mullet_fish_golden_star doesn't exist in category golden_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID sardine_fish_golden_star doesn't exist in category golden_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID carp_fish_golden_star doesn't exist in category golden_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID cat_fish_golden_star doesn't exist in category golden_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID octopus_golden_star doesn't exist in category golden_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID sunfish_golden_star doesn't exist in category golden_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID red_snapper_fish_golden_star doesn't exist in category golden_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID salmon_void_fish_golden_star doesn't exist in category golden_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID woodskip_fish_golden_star doesn't exist in category golden_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loot ID sturgeon_fish_golden_star doesn't exist in category golden_star_fish
[14:13:32] [Server thread/INFO]: [CustomFishing] Loaded 30 loot(s)
[14:13:32] [Server thread/INFO]: [CustomFishing] Loaded 3 category(s)
[14:13:32] [Server thread/INFO]: [CustomFishing] Loaded 1 totem(s)
[14:13:32] [Server thread/INFO]: [CustomFishing] Loaded 1 competition(s)
[14:13:32] [Server thread/INFO]: [CustomFishing] Plugin Enabled!
[14:13:32] [Server thread/INFO]: [EZColors] Enabling EZColors v2.2.3
[14:13:32] [pool-66-thread-1/INFO]: [CustomFishing] Current version: 1.3.2.5
[14:13:32] [pool-66-thread-1/INFO]: [CustomFishing] Latest version: 1.3.2.6
[14:13:32] [pool-66-thread-1/INFO]: [CustomFishing] Update is available: https://polymart.org/resource/customfishing.2723
[14:13:34] [Server thread/INFO]: ChatColors »  Successfully downloaded 12 languages from the cloud!
[14:13:34] [Server thread/INFO]: ChatColors »  Loading EZColors v2.2.3!
[14:13:34] [Server thread/INFO]: ChatColors »  Found a compatible version. Hooking into V1_20_R1!
[14:13:34] [Server thread/INFO]: ChatColors »  Using HIGHEST as the Chat Listener.
[14:13:34] [Server thread/INFO]: ChatColors »  Found PlaceholderAPI. Loading hook!
[14:13:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ezcolors [1.0.0]
[14:13:34] [Server thread/INFO]: ChatColors »  Successfully Loaded EZColors v2.2.3 in 2357ms!
[14:13:34] [Server thread/INFO]: [ChatItem] Enabling ChatItem v2.4.9
[14:13:34] [Server thread/INFO]: [ChatItem] Detected server version: v1_20
[14:13:34] [Server thread/INFO]: [ChatItem] The plugin ProtocolLib has been detected. Loading Protocollib support ...
[14:13:34] [Server thread/INFO]: [ChatItem] Loaded 3 getter for base components.
[14:13:34] [Server thread/INFO]: [ChatItem] Save method founded: b. Use ComponentBuilder's method.
[14:13:34] [Server thread/INFO]: [ChatItem] Manager automatically chosen: PacketEditing (packet), ChatListener (chat)
[14:13:35] [Server thread/INFO]: [ChatItem] Loaded translation for en_gb.
[14:13:35] [Server thread/INFO]: [Lib1711] Enabling Lib1711 v2.9.7
[14:13:35] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.21.0-dev+15-a3a71af
[14:13:35] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[14:13:35] [Server thread/INFO]: [EpicRename] Enabling EpicRename v3.11.1
[14:13:35] [Server thread/INFO]: [EpicRename] [CheckServerVersion] Server running 1.16 or newer. Hex color code support has been enabled.
[14:13:35] [Server thread/INFO]: [EpicRename] Version: 3.11.1 MC Version: ONE_DOT_SIXTEEN_OR_NEWER
[14:13:35] [Server thread/INFO]: [EpicRename] This plugin is Copyright (c) 2022 Justin "JustBru00" Brubaker. This plugin is licensed under the MPL v2.0. You can view a copy of the MPL v2.0 license at: http://bit.ly/2eMknxx
[14:13:35] [Server thread/INFO]: [EpicRename] Starting to enable plugin...
[14:13:35] [Server thread/INFO]: [EpicRename] Economy is enabled in the config.
[14:13:35] [Server thread/INFO]: GUARDIANBLOCKS Prefix set to: 'GUARDIANBLOCKS '
[14:13:35] [Server thread/INFO]: GUARDIANBLOCKS Plugin Enabled!
[14:13:35] [Server thread/INFO]: [SafariNet] Enabling SafariNet v1.15.52-SNAPSHOT
[14:13:35] [Server thread/INFO]: [SafariNet] Using v1_20_R1
[14:13:35] [Server thread/INFO]: [SafariNet] [SafariNet] WorldGuard found and using it.
[14:13:35] [Server thread/INFO]: [PluginHiderPlus] Enabling PluginHiderPlus v5.2*
[14:13:35] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v4.2.14
[14:13:36] [Server thread/INFO]: [PlayerVaults] Added PUMPKIN to list of blocked materials.
[14:13:36] [Server thread/INFO]: [PlayerVaults] Added DIAMOND_BLOCK to list of blocked materials.
[14:13:36] [Server thread/INFO]: [PlayerVaults] Loaded! Took 207ms
[14:13:36] [Server thread/INFO]: [DeluxeWithdrawVaultAddon] Enabling DeluxeWithdrawVaultAddon vBuild 1
[14:13:36] [Server thread/INFO]:  
[14:13:36] [Server thread/INFO]: [DW Addon (Vault)] Build 1, a free addon by Norska - Thanks for using!
[14:13:36] [Server thread/INFO]:  
[14:13:36] [Server thread/INFO]: [[Ultimate_BlockRegen]] Regions Not Found In Regions.yml
[14:13:36] [Server thread/INFO]: [[Ultimate_BlockRegen]] Regions Not Found In Regions.yml
[14:13:36] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[14:13:36] [Server thread/INFO]: Running delayed init tasks
[14:13:36] [Craft Scheduler Thread - 4 - Essentials/INFO]: [Essentials] Fetching version information...
[14:13:36] [Craft Scheduler Thread - 4 - Essentials/INFO]: [Essentials] Update checking disabled in config.
[14:13:36] [Craft Scheduler Thread - 8 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms... 
[14:13:36] [Craft Scheduler Thread - 14 - PlayerWarps/INFO]: [PlayerWarps] Loading player warps...
[14:13:36] [Craft Scheduler Thread - 20 - QuickShop-Hikari/INFO]: [QuickShop-Hikari] Start to caching usernames (async)...
[14:13:36] [Craft Scheduler Thread - 22 - ExcellentCrates/INFO]: [ExcellentCrates] Auto-save: Saved 0 online users | 0 offline users.
[14:13:36] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
[14:13:36] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
[14:13:36] [Craft Scheduler Thread - 10 - TradeSystem/INFO]: [TradeSystem] Database was started successfully.
[14:13:36] [Craft Scheduler Thread - 8 - DecentHolograms/INFO]: [DecentHolograms] Loaded 2 holograms!
[14:13:36] [Craft Scheduler Thread - 22 - Vault/INFO]: [Vault] Checking for Updates ... 
[14:13:36] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[14:13:36] [Server thread/INFO]: GUARDIANBLOCKS [Pack] Extracting internal contents from .jar
[14:13:36] [Craft Scheduler Thread - 7 - CMILib/INFO]: New version of CMILib was detected. Please update it
[14:13:36] [Server thread/INFO]: GUARDIANBLOCKS [Pack] DONE extracting internal contents from .jar
[14:13:36] [Craft Scheduler Thread - 12 - ChatFeelings/INFO]: [ChatFeelings] Having issues? Got a question? Join our support discord: https://discord.com/invite/6ugXPfX
[14:13:36] [Craft Scheduler Thread - 22 - Vault/INFO]: [Vault] No new version available
[14:13:36] [Craft Scheduler Thread - 1 - Ultimate_BlockRegen/INFO]: [[Ultimate_BlockRegen]] There is not a new update available.
[14:13:36] [Server thread/WARN]: Cannot load file: /contents/Better Scoreboard+ (Texture Pack)/assets/minecraft/font/sef.yml
[14:13:36] [Server thread/WARN]: GUARDIANBLOCKS Error: Top level is not a Map.
[14:13:36] [Craft Scheduler Thread - 9 - RoseStacker/INFO]: [RoseStacker] Fetched 125 translation locales.
[14:13:37] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: GUARDIANBLOCKS [License] Spigot product licensed to: vosiekip (1631911)
[14:13:37] [Server thread/ERROR]: GUARDIANBLOCKS No texture for 'rtp:blank' with 'generate: true'. File: /contents/rtp/configs/blank.yml
[14:13:37] [Server thread/INFO]: [ShopGUIPlus] Registered spawners support for RoseStacker.
[14:13:37] [Server thread/INFO]: [Jobs] Successfully linked with Vault. (EssentialsX Economy)
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: pw [1.0.0]
[14:13:37] [Server thread/INFO]: [Tokens] Checking for updates
[14:13:37] [Server thread/INFO]: [Tokens] No newer version available.
[14:13:37] [Server thread/INFO]: [AuctionHouse] Registered Service Provider Essentials for Vault's Economy API
[14:13:37] [Server thread/INFO]: [AuctionHouse] Registered Service Provider LuckPerms for Vault's Chat API
[14:13:37] [Server thread/INFO]: [Multiverse-Inventories] First run!
[14:13:37] [Server thread/INFO]: [QuickShop-Hikari] Using economy system: EssentialsX Economy
[14:13:37] [Server thread/WARN]: [QuickShop-Hikari] QuickShop detected that no tax account exists and will try to create one. If you see any errors, please change the tax-account name in the config.yml to that of the Server owner.
[14:13:37] [Server thread/INFO]: [Essentials] Created a User for Tax (2c5f00ba-902c-411b-b9b9-9261cf43aee1) for non Bukkit type: com.earth2me.essentials.OfflinePlayerStub
[14:13:37] [Server thread/INFO]: [QuickShop-Hikari] Tax account created.
[14:13:37] [Server thread/INFO]: [QuickShop-Hikari] Selected economy bridge: BuiltIn-Vault
[14:13:37] [Server thread/INFO]: [AuctionHouse] Found PlaceholderAPI plugin
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: auctionhouse [3.5]
[14:13:37] [Server thread/INFO]: [AuctionHouse] Registered PlaceholderAPI placeholders
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.4]
[14:13:37] [Server thread/INFO]: [PAPI] [Javascript-Expansion] 2 scripts loaded!
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: javascript [2.1.2]
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: utils [1.0.0]
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: worldguard [1.4.2]
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: customfont [1.0.1]
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: progress [2.1]
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.1]
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: gradient2 [1.0-STABLE]
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: localtime [1.2]
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: servertime [3.2]
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: essentials [1.5.2]
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.1]
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: gradient [1.0]
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: changeoutput [1.2.2]
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.6.2]
[14:13:37] [Server thread/INFO]: 16 placeholder hook(s) registered! 3 placeholder hook(s) have an update available.
[14:13:37] [Server thread/INFO]: Done (27.931s)! For help, type "help"
[14:13:37] [Server thread/INFO]: Timings Reset
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] Attempt on registering the hologram type.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] Hologram type hooked as: DecentHolograms
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] Attempt on registering the bank type.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] Bank type is invalid, no bank will be used at this point and all bank features will be disabled.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] Attempt on registering the tnt bank type.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] TNT Bank type is invalid, no bank will be used at this point and all bank features will be disabled.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] Attempting to load player datas.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] Emptied storages and loaded to stats a size of: 0 player data
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] Load Data: Data for: vosiekip have been removed.
[14:13:37] [Server thread/INFO]: Player owned: 0 voidchests.
[14:13:37] [Server thread/INFO]: Booster: 1.0, No active booster
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] Starting a hook attempt for economy...
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] Path was set correctly and economy selected is: Vault, VaultEconomy{name=Vault, version=1.7.3-b131} attempting to hook now.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] Starting a hook attempt for sell mode...
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:37] [Craft Scheduler Thread - 25 - ItemsAdder/INFO]: GUARDIANBLOCKS Loaded 724 items
[14:13:37] [Craft Scheduler Thread - 25 - ItemsAdder/INFO]: GUARDIANBLOCKS Used 0/188 REAL block IDs
[14:13:37] [Craft Scheduler Thread - 25 - ItemsAdder/INFO]: GUARDIANBLOCKS Used 32/750 REAL_NOTE block IDs
[14:13:37] [Craft Scheduler Thread - 25 - ItemsAdder/INFO]: GUARDIANBLOCKS Used 0/63 REAL_TRANSPARENT block IDs
[14:13:37] [Craft Scheduler Thread - 25 - ItemsAdder/INFO]: GUARDIANBLOCKS Used 0/127 REAL_WIRE block IDs
[14:13:37] [Craft Scheduler Thread - 25 - ItemsAdder/INFO]: GUARDIANBLOCKS Used 0/14 FIRE block IDs
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] Event details: VoidChestShopGUIPlusEconomy{name=ShopGUIPlus, version=1.88.0}
[14:13:37] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:37] [Craft Scheduler Thread - 25 - ItemsAdder/INFO]: GUARDIANBLOCKS Used 159/6608 font_images
[14:13:37] [Craft Scheduler Thread - 25 - ItemsAdder/INFO]: GUARDIANBLOCKS [Init] Loaded 23 categories
[14:13:37] [Craft Scheduler Thread - 25 - ItemsAdder/INFO]: GUARDIANBLOCKS [Init] Loaded successfully.
[14:13:37] [Craft Scheduler Thread - 25 - ItemsAdder/INFO]: GUARDIANBLOCKS [Pack] Checking resourcepack url... 
[14:13:37] [Craft Scheduler Thread - 25 - ItemsAdder/INFO]: GUARDIANBLOCKS [Pack] Resourcepack URL (self-host): http://144.76.102.175:27003/generated.zip
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: img [1.0.1]
[14:13:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: iaplayerstat [1.0.1]
[14:13:37] [Server thread/INFO]: [ShopGUIPlus] ================================[ ShopGUI+ 1.88.0 ]================================
[14:13:37] [Server thread/INFO]: [ShopGUIPlus]  
[14:13:37] [Server thread/INFO]: [ShopGUIPlus] Vault economy registered.
[14:13:37] [Server thread/INFO]: [ShopGUIPlus] Vault economy enabled.
[14:13:37] [Server thread/INFO]: [ShopGUIPlus] Using Vault as default economy provider.
[14:13:37] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
[14:13:37] [Server thread/INFO]: [ShopGUIPlus] Enabled item provider for ItemsAdder.
[14:13:37] [Server thread/INFO]: [ShopGUIPlus] Using RoseStacker for spawners support.
[14:13:37] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading shopMenuFillItem (config.yml), item not loaded: Invalid or no material name specified
[14:13:37] [Server thread/INFO]: [ShopGUIPlus] Loaded 10 main menu items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'coralblocks' with 20 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'skulls' with 16 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'dirt' with 18 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'banners' with 27 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'dyes' with 27 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'nether' with 27 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'glasspanes' with 28 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'doors' with 19 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'pressureplates' with 20 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'terracottas' with 28 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'shulkerboxes' with 28 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'glazedterracottas' with 26 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'sand' with 20 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'blackstone' with 16 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'saplings' with 17 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'beds' with 27 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'waterblocks' with 18 items.
[14:13:38] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'miscellaneous' with 74 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'customores' with 22 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'fencegates' with 19 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'Stone' with 28 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'carpets' with 27 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'farming' with 34 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'walls' with 28 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'leaves' with 17 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'drops' with 55 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'misc' with 25 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'plants' with 19 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'strippedlogs' with 20 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'wools' with 26 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'corals' with 16 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'concretes' with 27 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'buttons' with 20 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'woods' with 20 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'ores' with 29 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'blocks' with 93 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'glass' with 29 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'deadcoralfans' with 16 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'quartz' with 15 items.
[14:13:39] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'boats' with 17 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'flowers' with 28 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'food' with 72 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'planks' with 20 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'trapdoors' with 19 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'fences' with 22 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'coralfans' with 16 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'deadcorals' with 16 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'redstone' with 38 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'concretepowders' with 26 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'musicdiscs' with 24 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'allwood' with 15 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'deadcoralblocks' with 15 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'Roots' with 16 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'decorations' with 66 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'strippedwoods' with 20 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'signs' with 19 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'end' with 14 items.
[14:13:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'wood' with 63 items.
[14:13:41] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'logs' with 20 items.
[14:13:41] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'lights' with 15 items.
[14:13:41] [Server thread/INFO]: [ShopGUIPlus] Loaded 60 shops with total of 1602 items.
[14:13:41] [Server thread/INFO]: [ShopGUIPlus] Loaded 0 permission-based price modifiers.
[14:13:41] [Server thread/INFO]: [ShopGUIPlus] Loaded 7 sounds.
[14:13:41] [Server thread/INFO]: [ShopGUIPlus]  
[14:13:41] [Server thread/INFO]: [ShopGUIPlus] ====================================================================================
[14:13:41] [Server thread/INFO]: [DeluxeWithdraw] Attempting hooks...
[14:13:41] [Server thread/INFO]: [DeluxeWithdraw] Hooked into PlaceholderAPI!
[14:13:41] [Server thread/INFO]: [DeluxeWithdraw] Successfully performed 1 hooks!
[14:13:41] [Craft Scheduler Thread - 3 - Sellwand/INFO]: Hooked ShopGUIPlus as item price. (Config: ShopGUIPlus, Hook name: ShopGUIPlus)
[14:13:41] [Server thread/INFO]: [VoidChest-1.16.0] Plugin loaded in 11.594 seconds
[14:13:41] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:46] [ForkJoinPool.commonPool-worker-11/INFO]:  
[14:13:46] [ForkJoinPool.commonPool-worker-11/INFO]:  
[14:13:46] [ForkJoinPool.commonPool-worker-11/INFO]:      Debugging... [VoidChest-1.16.0]
[14:13:46] [ForkJoinPool.commonPool-worker-11/INFO]: Your version of VoidChest (1.16.0) is up to date!
[14:13:46] [ForkJoinPool.commonPool-worker-11/INFO]: [VoidChest-1.16.0] End of debugging.
[14:13:46] [ForkJoinPool.commonPool-worker-11/INFO]:  
[14:13:46] [ForkJoinPool.commonPool-worker-11/INFO]:  
[14:14:11] [User Authenticator #0/INFO]: UUID of player vosiekip is 4f079a73-7ba9-4c86-9937-27441af27c4d
[14:14:11] [Server thread/INFO]: [VoidChest-1.16.0] Join listener: Data for: vosiekip have been removed.
[14:14:11] [Server thread/INFO]: Player owned: 0 voidchests.
[14:14:11] [Server thread/INFO]: Booster: 1.0, No active booster
[14:14:11] [Server thread/INFO]: [VoidChest-1.16.0] End of debugging.
[14:14:11] [Server thread/INFO]: vosiekip[/81.206.133.53:48376] logged in with entity id 449 at ([spawn]-6.52398688921542, 118.0, 44.83750610358364)
[14:14:11] [Server thread/INFO]: Hey everyone, vosiekip joined the server!
[14:14:12] [Server thread/WARN]: Ignoring chat session from vosiekip due to missing Services public key