Paste #111858: logs

Date: 2023/07/02 15:02:37 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


[00:59:17] [ServerMain/ERROR]: [DirectoryProviderSource] Error loading plugin: Directory 'plugins/Auth-jar-with-dependencies.jar' failed to load!
java.lang.RuntimeException: Directory 'plugins/Auth-jar-with-dependencies.jar' failed to load!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$registerProviders$1(DirectoryProviderSource.java:34) ~[purpur-1.20.jar:git-Purpur-1990]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?]
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
    at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1921) ~[?:?]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:32) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:14) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:100) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.Main.main(Main.java:126) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.craftbukkit.Main.main(Main.java:324) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Directory 'plugins/Auth-jar-with-dependencies.jar' does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:54) ~[purpur-1.20.jar:git-Purpur-1990]
    ... 20 more
[00:59:17] [ServerMain/ERROR]: [DirectoryProviderSource] Error loading plugin: Directory 'plugins/permdiscord.jar' failed to load!
java.lang.RuntimeException: Directory 'plugins/permdiscord.jar' failed to load!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$registerProviders$1(DirectoryProviderSource.java:34) ~[purpur-1.20.jar:git-Purpur-1990]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?]
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
    at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1921) ~[?:?]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:32) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:14) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:100) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.Main.main(Main.java:126) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.craftbukkit.Main.main(Main.java:324) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Caused by: java.util.zip.ZipException: zip END header not found
    at java.util.zip.ZipFile$Source.findEND(ZipFile.java:1483) ~[?:?]
    at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1491) ~[?:?]
    at java.util.zip.ZipFile$Source.<init>(ZipFile.java:1329) ~[?:?]
    at java.util.zip.ZipFile$Source.get(ZipFile.java:1292) ~[?:?]
    at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:710) ~[?:?]
    at java.util.zip.ZipFile.<init>(ZipFile.java:243) ~[?:?]
    at java.util.zip.ZipFile.<init>(ZipFile.java:172) ~[?:?]
    at java.util.jar.JarFile.<init>(JarFile.java:345) ~[?:?]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:51) ~[purpur-1.20.jar:git-Purpur-1990]
    ... 20 more
[00:59:17] [ServerMain/ERROR]: [DirectoryProviderSource] Error loading plugin: Directory 'plugins/commanddiscord.jar' failed to load!
java.lang.RuntimeException: Directory 'plugins/commanddiscord.jar' failed to load!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$registerProviders$1(DirectoryProviderSource.java:34) ~[purpur-1.20.jar:git-Purpur-1990]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?]
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
    at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1921) ~[?:?]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:32) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:14) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:100) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.Main.main(Main.java:126) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.craftbukkit.Main.main(Main.java:324) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Caused by: java.util.zip.ZipException: zip END header not found
    at java.util.zip.ZipFile$Source.findEND(ZipFile.java:1483) ~[?:?]
    at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1491) ~[?:?]
    at java.util.zip.ZipFile$Source.<init>(ZipFile.java:1329) ~[?:?]
    at java.util.zip.ZipFile$Source.get(ZipFile.java:1292) ~[?:?]
    at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:710) ~[?:?]
    at java.util.zip.ZipFile.<init>(ZipFile.java:243) ~[?:?]
    at java.util.zip.ZipFile.<init>(ZipFile.java:172) ~[?:?]
    at java.util.jar.JarFile.<init>(JarFile.java:345) ~[?:?]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:51) ~[purpur-1.20.jar:git-Purpur-1990]
    ... 20 more
[00:59:17] [ServerMain/ERROR]: [DirectoryProviderSource] Error loading plugin: Directory 'plugins/doors.jar' failed to load!
java.lang.RuntimeException: Directory 'plugins/doors.jar' failed to load!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$registerProviders$1(DirectoryProviderSource.java:34) ~[purpur-1.20.jar:git-Purpur-1990]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?]
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
    at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1921) ~[?:?]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:32) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:14) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:100) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.Main.main(Main.java:126) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.craftbukkit.Main.main(Main.java:324) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Caused by: java.util.zip.ZipException: zip END header not found
    at java.util.zip.ZipFile$Source.findEND(ZipFile.java:1483) ~[?:?]
    at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1491) ~[?:?]
    at java.util.zip.ZipFile$Source.<init>(ZipFile.java:1329) ~[?:?]
    at java.util.zip.ZipFile$Source.get(ZipFile.java:1292) ~[?:?]
    at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:710) ~[?:?]
    at java.util.zip.ZipFile.<init>(ZipFile.java:243) ~[?:?]
    at java.util.zip.ZipFile.<init>(ZipFile.java:172) ~[?:?]
    at java.util.jar.JarFile.<init>(JarFile.java:345) ~[?:?]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:51) ~[purpur-1.20.jar:git-Purpur-1990]
    ... 20 more
[00:59:17] [ServerMain/ERROR]: [DirectoryProviderSource] Error loading plugin: Directory 'plugins/smoke.jar' failed to load!
java.lang.RuntimeException: Directory 'plugins/smoke.jar' failed to load!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$registerProviders$1(DirectoryProviderSource.java:34) ~[purpur-1.20.jar:git-Purpur-1990]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?]
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
    at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1921) ~[?:?]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:32) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:14) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:100) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.Main.main(Main.java:126) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.craftbukkit.Main.main(Main.java:324) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Caused by: java.util.zip.ZipException: zip END header not found
    at java.util.zip.ZipFile$Source.findEND(ZipFile.java:1483) ~[?:?]
    at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1491) ~[?:?]
    at java.util.zip.ZipFile$Source.<init>(ZipFile.java:1329) ~[?:?]
    at java.util.zip.ZipFile$Source.get(ZipFile.java:1292) ~[?:?]
    at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:710) ~[?:?]
    at java.util.zip.ZipFile.<init>(ZipFile.java:243) ~[?:?]
    at java.util.zip.ZipFile.<init>(ZipFile.java:172) ~[?:?]
    at java.util.jar.JarFile.<init>(JarFile.java:345) ~[?:?]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:51) ~[purpur-1.20.jar:git-Purpur-1990]
    ... 20 more
[00:59:24] [ServerMain/WARN]: Invalid sha1 for resource-pack-sha1
[00:59:24] [ServerMain/WARN]: Failed to parse resource pack prompt '-=1=0'
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
    at com.google.gson.internal.Streams.parse(Streams.java:61) ~[gson-2.10.jar:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:72) ~[gson-2.10.jar:?]
    at net.minecraft.util.GsonHelper.fromNullableJson(GsonHelper.java:434) ~[?:?]
    at net.minecraft.util.GsonHelper.fromNullableJson(GsonHelper.java:480) ~[?:?]
    at net.minecraft.network.chat.Component$Serializer.fromJson(Component.java:531) ~[?:?]
    at net.minecraft.server.dedicated.DedicatedServerProperties.parseResourcePackPrompt(DedicatedServerProperties.java:192) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.dedicated.DedicatedServerProperties.getServerPackInfo(DedicatedServerProperties.java:225) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.dedicated.DedicatedServerProperties.<init>(DedicatedServerProperties.java:169) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.dedicated.DedicatedServerProperties.fromFile(DedicatedServerProperties.java:179) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.dedicated.DedicatedServerSettings.<init>(DedicatedServerSettings.java:19) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.Main.main(Main.java:131) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.craftbukkit.Main.main(Main.java:324) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1657) ~[gson-2.10.jar:?]
    at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1463) ~[gson-2.10.jar:?]
    at com.google.gson.stream.JsonReader.isLiteral(JsonReader.java:761) ~[gson-2.10.jar:?]
    at com.google.gson.stream.JsonReader.peekNumber(JsonReader.java:715) ~[gson-2.10.jar:?]
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:593) ~[gson-2.10.jar:?]
    at com.google.gson.stream.JsonReader.peek(JsonReader.java:433) ~[gson-2.10.jar:?]
    at com.google.gson.internal.Streams.parse(Streams.java:47) ~[gson-2.10.jar:?]
    ... 13 more
[00:59:25] [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'
[00:59:27] [ServerMain/INFO]: Loaded 7 recipes
[00:59:28] [Server thread/INFO]: Starting minecraft server version 1.20
[00:59:28] [Server thread/INFO]: Loading properties
[00:59:28] [Server thread/INFO]: This server is running Purpur version git-Purpur-1990 (MC: 1.20) (Implementing API version 1.20-R0.1-SNAPSHOT) (Git: 788c14f on HEAD)
[00:59:28] [Server thread/WARN]: Couldn't load server icon
java.lang.IllegalArgumentException: Must be 64 pixels wide
    at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[commons-lang-2.6.jar:2.6]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadServerIcon0(CraftServer.java:2416) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadServerIcon0(CraftServer.java:2406) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadIcon(CraftServer.java:1096) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.<init>(CraftServer.java:399) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.players.PlayerList.<init>(PlayerList.java:171) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(DedicatedPlayerList.java:16) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:204) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1117) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:323) ~[purpur-1.20.jar:git-Purpur-1990]
    at java.lang.Thread.run(Thread.java:1589) ~[?:?]
[00:59:28] [Server thread/INFO]: Server Ping Player Sample Count: 12
[00:59:28] [Server thread/INFO]: Using 4 threads for Netty based IO
[00:59:28] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[00:59:29] [Server thread/INFO]: Default game type: SURVIVAL
[00:59:29] [Server thread/INFO]: Generating keypair
[00:59:29] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25671
[00:59:29] [Server thread/INFO]: Using epoll channel type
[00:59:29] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[00:59:29] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[00:59:29] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Ambiguous plugin name 'GSit' for files 'plugins/GSit-1.4.5.jar' and 'plugins/gsit-modern-sit-seat-and-chair-lay-and-crawl-plugin-1-13-x-1-19-x.jar' in 'plugins'
[00:59:30] [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!
[00:59:35] [Server thread/WARN]: Legacy plugin CommandAPI v2.3 does not specify an api-version.
[00:59:35] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loading 2 libraries... please wait
[00:59:35] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/org/mongodb/mongodb-driver-sync/4.8.1/mongodb-driver-sync-4.8.1.jar
[00:59:35] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/org/mongodb/bson/4.8.1/bson-4.8.1.jar
[00:59:35] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/org/mongodb/mongodb-driver-core/4.8.1/mongodb-driver-core-4.8.1.jar
[00:59:35] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/org/mongodb/bson-record-codec/4.8.1/bson-record-codec-4.8.1.jar
[00:59:35] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/redis/clients/jedis/4.3.1/jedis-4.3.1.jar
[00:59:35] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[00:59:35] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.jar
[00:59:35] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/org/json/json/20220320/json-20220320.jar
[00:59:35] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/container/libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
[00:59:35] [Server thread/WARN]: Legacy plugin EasyWhitelist v1.0.2 does not specify an api-version.
[00:59:35] [Server thread/WARN]: Legacy plugin Spawn v1.0 does not specify an api-version.
[00:59:35] [Server thread/WARN]: Legacy plugin Depenizen v1.0.0 (build 473) does not specify an api-version.
[00:59:36] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.40
[00:59:36] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.0.0-SNAPSHOT-b602
[00:59:36] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.20.0) has not yet been tested! Proceed with caution.
[00:59:38] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[00:59:38] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.2
[00:59:38] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.32-SNAPSHOT (build 3147)
[00:59:38] [Server thread/INFO]: [CommandAPI] Loading server plugin CommandAPI v2.3
[00:59:38] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.dedicated.MinecraftServer
[00:59:38] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183)
[00:59:38] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150)
[00:59:38] [Server thread/WARN]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
[00:59:38] [Server thread/WARN]:     at java.base/java.lang.Class.forName0(Native Method)
[00:59:38] [Server thread/WARN]:     at java.base/java.lang.Class.forName(Class.java:390)
[00:59:38] [Server thread/WARN]:     at java.base/java.lang.Class.forName(Class.java:381)
[00:59:38] [Server thread/WARN]:     at CommandAPI.jar//io.github.jorelali.commandapi.api.CommandAPIHandler.<init>(CommandAPIHandler.java:144)
[00:59:38] [Server thread/WARN]:     at CommandAPI.jar//io.github.jorelali.commandapi.api.CommandAPI.<clinit>(CommandAPI.java:55)
[00:59:38] [Server thread/WARN]:     at CommandAPI.jar//io.github.jorelali.commandapi.api.CommandAPIMain.onLoad(CommandAPIMain.java:70)
[00:59:38] [Server thread/WARN]:     at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59)
[00:59:38] [Server thread/WARN]:     at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18)
[00:59:38] [Server thread/WARN]:     at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:40)
[00:59:38] [Server thread/WARN]:     at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36)
[00:59:38] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadPlugins(CraftServer.java:445)
[00:59:38] [Server thread/WARN]:     at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:307)
[00:59:38] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1117)
[00:59:38] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:323)
[00:59:38] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:1589)
[00:59:38] [Server thread/INFO]: [emotecraft] Loading server plugin emotecraft v2.2.0
[00:59:38] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
[00:59:38] [Server thread/INFO]: [Skript] Loading server plugin Skript v2.6.4
[00:59:38] [Server thread/INFO]: [Denizen] Loading server plugin Denizen v1.2.7-SNAPSHOT (build 1793-REL)
[00:59:38] [Server thread/INFO]: [spark] Loading server plugin spark v1.10.43
[00:59:38] [Server thread/INFO]: [SkinsRestorer] Loading server plugin SkinsRestorer v14.2.12
[00:59:38] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v21.3
[00:59:38] [Server thread/INFO]: [nLogin] Loading server plugin nLogin v10.1.16
[00:59:38] [Server thread/INFO]: [EasyWhitelist] Loading server plugin EasyWhitelist v1.0.2
[00:59:38] [Server thread/INFO]: [ConsoleSpamFix] Loading server plugin ConsoleSpamFix v1.9.0
[00:59:38] [Server thread/INFO]: [emotes_command_extension] Loading server plugin emotes_command_extension v0.1.0
[00:59:38] [Server thread/INFO]: [InventoryRollbackPlus] Loading server plugin InventoryRollbackPlus v1.6.10
[00:59:38] [Server thread/INFO]: [Maintenance] Loading server plugin Maintenance v4.1.0
[00:59:38] [Server thread/INFO]: [Spawn] Loading server plugin Spawn v1.0
[00:59:38] [Server thread/INFO]: [TabList] Loading server plugin TabList v5.7.2
[00:59:38] [Server thread/INFO]: [OpenInv] Loading server plugin OpenInv v4.2.1
[00:59:38] [Server thread/INFO]: [skript-reflect] Loading server plugin skript-reflect v2.3
[00:59:38] [Server thread/INFO]: [PrivateMessages] Loading server plugin PrivateMessages v3.0-Beta7
[00:59:38] [Server thread/INFO]: [UltimateAutoRestart] Loading server plugin UltimateAutoRestart vBuild 52c
[00:59:38] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.3
[00:59:38] [Server thread/INFO]: [HamsterAPI] Loading server plugin HamsterAPI v0.2.3
[00:59:38] [Server thread/INFO]: [Depenizen] Loading server plugin Depenizen v1.0.0 (build 473)
[00:59:38] [Server thread/INFO]: [Multiverse-Portals] Loading server plugin Multiverse-Portals v4.2.1-b834
[00:59:38] [Server thread/INFO]: [AdvancedBan] Loading server plugin AdvancedBan v2.3.0
[00:59:38] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.4.5
[00:59:38] [Server thread/INFO]: [DiscordSRV] Loading server plugin DiscordSRV v1.26.2
[00:59:38] [Server thread/INFO]: [PlasmoVoice] Loading server plugin PlasmoVoice v2.0.4
[00:59:38] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[00:59:38] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.40
[00:59:39] [Server thread/INFO]:         __    
[00:59:39] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.40
[00:59:39] [Server thread/INFO]:   |___ |      Running on Bukkit - Purpur
[00:59:39] [Server thread/INFO]: 
[00:59:39] [Server thread/INFO]: [LuckPerms] Loading configuration...
[00:59:40] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[00:59:41] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[00:59:41] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[00:59:42] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 3173ms)
[00:59:42] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b602
[00:59:42] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[00:59:42] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[00:59:42] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[00:59:42] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[00:59:42] [Server thread/INFO]: [nLogin] Enabling nLogin v10.1.16
[00:59:43] [Server thread/INFO]: [nLogin] Successful plugin core start (took 0.91s)
[00:59:43] [Server thread/INFO]:           __             _       
[00:59:43] [Server thread/INFO]:   _ __   / /  ___   __ _(_)_ __  
[00:59:43] [Server thread/INFO]:  | '_ \ / /  / _ \ / _` | | '_ \ 
[00:59:43] [Server thread/INFO]:  | | | / /__| (_) | (_| | | | | |
[00:59:43] [Server thread/INFO]:  |_| |_\____/\___/ \__, |_|_| |_|
[00:59:43] [Server thread/INFO]:                   |___/            
[00:59:43] [Server thread/INFO]:  By: www.nickuc.com - V 10.1.16
[00:59:43] [Server thread/INFO]: 
[00:59:44] [Server thread/INFO]: [nLogin] nLogin was loaded in 1512ms.
[00:59:44] [Server thread/INFO]: [ConsoleSpamFix] Enabling ConsoleSpamFix v1.9.0
[00:59:44] [Server thread/INFO]: [ConsoleSpamFix] Server version detected: 1.20
[00:59:44] [Server thread/INFO]: [ConsoleSpamFix] Loading the config file...
[00:59:44] [Server thread/INFO]: [ConsoleSpamFix] Config file loaded!
[00:59:44] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully!
[00:59:44] [Server thread/INFO]: [emotes_command_extension] Enabling emotes_command_extension v0.1.0
[00:59:44] [Server thread/ERROR]: Error occurred while enabling emotes_command_extension v0.1.0 (Is it up to date?)
java.lang.NoClassDefFoundError: dev/jorel/commandapi/exceptions/WrapperCommandSyntaxException
    at dev.kosmx.emotesCommand.BukkitConnector.onEnable(BukkitConnector.java:20) ~[emotes_command_extension-0.1.0 (1).jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[purpur-api-1.20-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[purpur-api-1.20-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:577) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:488) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1117) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:323) ~[purpur-1.20.jar:git-Purpur-1990]
    at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Caused by: java.lang.ClassNotFoundException: dev.jorel.commandapi.exceptions.WrapperCommandSyntaxException
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183) ~[purpur-api-1.20-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[purpur-api-1.20-R0.1-SNAPSHOT.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
    ... 11 more
[00:59:44] [Server thread/INFO]: [emotes_command_extension] Disabling emotes_command_extension v0.1.0
[00:59:44] [Server thread/INFO]: [PlasmoVoice] Enabling PlasmoVoice v2.0.4
[00:59:44] [Server thread/INFO]: [PlasmoVoice] LuckPerms permissions listener attached
[00:59:45] [Server thread/INFO]: [PlasmoVoice] UDP server is started on /[0:0:0:0:0:0:0:0]:25671
[00:59:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: plasmovoice [2.0.4]
[00:59:45] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[00:59:45] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[00:59:45] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[00:59:45] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[00:59:45] [Server thread/INFO]: Preparing level "world"
[00:59:45] [pool-17-thread-1/WARN]: [PlasmoVoice] New version available 2.0.5: https://cdn.modrinth.com/data/1bZhdhsH/versions/DFmOr3rj/PlasmoVoice-Paper-2.0.5.jar
[00:59:45] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[00:59:46] [Server thread/INFO]: Time elapsed: 312 ms
[00:59:46] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[00:59:46] [Server thread/INFO]: Time elapsed: 178 ms
[00:59:46] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.2
[00:59:46] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[00:59:46] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.32-SNAPSHOT (build 3147)
[00:59:46] [Server thread/INFO]: [Citizens] Loading external libraries
[00:59:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
[00:59:48] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[00:59:48] [Server thread/INFO]: [CommandAPI] Enabling CommandAPI v2.3*
[00:59:48] [Server thread/INFO]: [emotecraft] Enabling emotecraft v2.2.0
[00:59:48] [Server thread/INFO]: [emotecraft] Loading Emotecraft as a bukkit plugin...
[00:59:48] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[00:59:48] [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--].
[00:59:48] [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.
[00:59:50] [Server thread/INFO]: Preparing start region for dimension minecraft:basic
[00:59:51] [Server thread/INFO]: Time elapsed: 1304 ms
[00:59:51] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
[00:59:51] [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.
[00:59:51] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[00:59:51] [Server thread/INFO]: [Skript] Enabling Skript v2.6.4
[00:59:52] [Thread-14/INFO]: [Skript] You're currently running the latest stable version of Skript.
[01:00:03] [Server thread/INFO]: [Skript] Loaded 153763 aliases in 10788ms
[01:00:04] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[01:00:04] [Server thread/INFO]: [Denizen] Enabling Denizen v1.2.7-SNAPSHOT (build 1793-REL)
[01:00:04] [Server thread/INFO]: +> [DenizenCore] Initializing Denizen Core v1.91.0-SNAPSHOT (Build 1346), impl for Spigot v1.2.7-SNAPSHOT (build 1793-REL) 
[01:00:05] [Server thread/INFO]: +> [Denizen] Running on java version: 19.0.1 
[01:00:05] [Server thread/WARN]: [Denizen] Running unreliable future Java version. modern Minecraft versions are built for Java 17. Other Java versions are not guaranteed to function properly.
[01:00:05] [Server thread/WARN]: [Denizen] -------------------------------------
[01:00:05] [Server thread/WARN]: [Denizen] This build of Denizen is not compatible with this Spigot version! Deactivating Denizen!
[01:00:05] [Server thread/WARN]: [Denizen] -------------------------------------
[01:00:05] [Server thread/INFO]: [Denizen] Disabling Denizen v1.2.7-SNAPSHOT (build 1793-REL)
[01:00:05] [Server thread/INFO]: [spark] Enabling spark v1.10.43
[01:00:06] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
[01:00:06] [Server thread/INFO]: [spark] Starting background profiler...
[01:00:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark [1.10.43]
[01:00:06] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
[01:00:06] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.2.12
[01:00:07] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_20_R1, using MappingSpigotSkinRefresher.
[01:00:07] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
[01:00:07] [Server thread/INFO]: [SkinsRestorer] Using paper join listener!
[01:00:07] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.3
[01:00:08] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! 
[01:00:08] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[01:00:08] [Server thread/INFO]: --------------------
[01:00:08] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[01:00:08] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[01:00:08] [Server thread/INFO]: --------------------
[01:00:08] [Server thread/INFO]: [EasyWhitelist] Enabling EasyWhitelist v1.0.2*
[01:00:08] [Server thread/INFO]: EasyWhitelist > Config reloaded.
[01:00:08] [Server thread/INFO]: E-Whitelist > Loaded!
[01:00:08] [Server thread/INFO]: [InventoryRollbackPlus] Enabling InventoryRollbackPlus v1.6.10
[01:00:08] [Server thread/INFO]: [InventoryRollbackPlus] Inventory backup data is set to save to: YAML
[01:00:08] [Server thread/INFO]: [InventoryRollbackPlus] bStats are enabled
[01:00:08] [Server thread/INFO]: [Maintenance] Enabling Maintenance v4.1.0
[01:00:08] [Server thread/INFO]: [Spawn] Enabling Spawn v1.0*
[01:00:08] [Server thread/INFO]: [TabList] Enabling TabList v5.7.2
[01:00:08] [Server thread/INFO]: [TabList] Hooked PlaceholderAPI version: 2.11.2
[01:00:08] [Server thread/INFO]: [TabList] > Enabled v5.7.2 (111ms)
[01:00:08] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.2.1
[01:00:08] [Server thread/WARN]: [OpenInv] Your server version (v1_20_R1) is not supported.
[01:00:08] [Server thread/WARN]: [OpenInv] Please download the correct version of OpenInv here: https://github.com/Jikoo/OpenInv/releases
[01:00:08] [Server thread/INFO]: [skript-reflect] Enabling skript-reflect v2.3
[01:00:08] [Thread-18/INFO]: [TabList] -------------
[01:00:08] [Thread-18/INFO]: [TabList] New update is available for TabList
[01:00:08] [Thread-18/INFO]: [TabList] Your version: 5.7.2, New version 5.7.3
[01:00:08] [Thread-18/INFO]: [TabList] Download: https://www.spigotmc.org/resources/46229/
[01:00:08] [Thread-18/INFO]: [TabList] 
[01:00:08] [Thread-18/INFO]: [TabList] Always consider upgrading to the latest version, which may include fixes.
[01:00:08] [Thread-18/INFO]: [TabList] 
[01:00:08] [Thread-18/INFO]: [TabList] To disable update checking, go to the config file
[01:00:08] [Thread-18/INFO]: [TabList] -------------
[01:00:08] [Server thread/INFO]: [PrivateMessages] Enabling PrivateMessages v3.0-Beta7
[01:00:08] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] PrivateMessagesSQLitePool - Starting...
[01:00:08] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] PrivateMessagesSQLitePool - Start completed.
[01:00:09] [Server thread/INFO]: [PM] Vanish plugin not found! Vanish support disabled.
[01:00:09] [Server thread/INFO]: [UltimateAutoRestart] Enabling UltimateAutoRestart vBuild 52c
[01:00:09] [Server thread/INFO]: [UltimateAutoRestart] Build 52c, a free resource by Norska - Thanks for downloading!
[01:00:09] [Server thread/INFO]: [UltimateAutoRestart] Attempting hooks...
[01:00:09] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.3
[01:00:09] [Server thread/INFO]: [DecentHolograms] Using ProtocolLib for packet listening.
[01:00:09] [Server thread/INFO]: [HamsterAPI] Enabling HamsterAPI v0.2.3
[01:00:09] [Server thread/INFO]: [Depenizen] Enabling Depenizen v1.0.0 (build 473)*
[01:00:09] [Server thread/ERROR]: Error occurred while enabling Depenizen v1.0.0 (build 473) (Is it up to date?)
java.lang.NoClassDefFoundError: net/aufdemrand/denizen/utilities/debugging/dB
    at com.denizenscript.depenizen.bukkit.DepenizenPlugin.depenizenLog(DepenizenPlugin.java:69) ~[DepenizenBukkit-1.0.0-b473 (1).jar:?]
    at com.denizenscript.depenizen.bukkit.DepenizenPlugin.checkPlugins(DepenizenPlugin.java:57) ~[DepenizenBukkit-1.0.0-b473 (1).jar:?]
    at com.denizenscript.depenizen.bukkit.DepenizenPlugin.onEnable(DepenizenPlugin.java:27) ~[DepenizenBukkit-1.0.0-b473 (1).jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[purpur-api-1.20-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[purpur-api-1.20-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:577) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:488) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:641) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:440) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:342) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1117) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:323) ~[purpur-1.20.jar:git-Purpur-1990]
    at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Caused by: java.lang.ClassNotFoundException: net.aufdemrand.denizen.utilities.debugging.dB
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183) ~[purpur-api-1.20-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[purpur-api-1.20-R0.1-SNAPSHOT.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
    ... 15 more
[01:00:09] [Server thread/INFO]: [Depenizen] Disabling Depenizen v1.0.0 (build 473)
[01:00:09] [Server thread/ERROR]: Error occurred (in the plugin loader) while disabling Depenizen v1.0.0 (build 473) (Is it up to date?)
java.lang.NoClassDefFoundError: net/aufdemrand/denizencore/events/ScriptEvent
    at com.denizenscript.depenizen.bukkit.DepenizenPlugin.onDisable(DepenizenPlugin.java:32) ~[DepenizenBukkit-1.0.0-b473 (1).jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:283) ~[purpur-api-1.20-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:224) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugin(PaperPluginManagerImpl.java:109) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:537) ~[purpur-api-1.20-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:193) ~[purpur-1.20.jar:git-Purpur-1990]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[purpur-api-1.20-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:577) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:488) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:641) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:440) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:342) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1117) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:323) ~[purpur-1.20.jar:git-Purpur-1990]
    at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Caused by: java.lang.ClassNotFoundException: net.aufdemrand.denizencore.events.ScriptEvent
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183) ~[purpur-api-1.20-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[purpur-api-1.20-R0.1-SNAPSHOT.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
    ... 16 more
[01:00:09] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.1-b834
[01:00:09] [Server thread/INFO]: [Multiverse-Portals] 0 - Portals(s) loaded
[01:00:09] [Server thread/INFO]: [Multiverse-Portals 4.2.1-b834]  Enabled - By Rigby and fernferret
[01:00:09] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.3.0
[01:00:09] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[01:00:10] [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)
[01:00:10] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[01:00:10] [Server thread/INFO]: 
[01:00:10] [Server thread/INFO]:  
[01:00:10] [Server thread/INFO]: []=====[Enabling AdvancedBan]=====[]
[01:00:10] [Server thread/INFO]: | Information:
[01:00:10] [Server thread/INFO]: |   Name: AdvancedBan
[01:00:10] [Server thread/INFO]: |   Developer: Leoko
[01:00:10] [Server thread/INFO]: |   Version: 2.3.0
[01:00:10] [Server thread/INFO]: |   Storage: HSQLDB (local)
[01:00:10] [Server thread/INFO]: | Support:
[01:00:10] [Server thread/INFO]: |   Github: https://github.com/DevLeoko/AdvancedBan/issues
[01:00:10] [Server thread/INFO]: |   Discord: https://discord.gg/ycDG6rS
[01:00:10] [Server thread/INFO]: | Twitter: @LeokoGar
[01:00:10] [Server thread/INFO]: | Update:
[01:00:10] [Server thread/INFO]: |   You have the newest version
[01:00:10] [Server thread/INFO]: []================================[]
[01:00:10] [Server thread/INFO]:  
[01:00:10] [Server thread/INFO]: [GSit] Enabling GSit v1.4.5
[01:00:10] [Server thread/INFO]: [GSit] The plugin was successfully enabled.
[01:00:10] [Server thread/INFO]: [GSit] Link with PlaceholderAPI successful!
[01:00:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: gsit [1.4.5]
[01:00:10] [Server thread/INFO]: [GSit] New version available: 1.4.7!
[01:00:10] [Server thread/INFO]: [GSit] You are currently running version: 1.4.5!
[01:00:10] [Server thread/INFO]: [GSit] Download the latest version at:
[01:00:10] [Server thread/INFO]: [GSit] https://www.spigotmc.org/resources/62325
[01:00:10] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.26.2
[01:00:11] [pool-26-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (767828469573c2f0fa3ed5a44feb0b2f15f2c02d)
[01:00:12] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[01:00:12] [Server thread/INFO]: Starting remote control listener
[01:00:12] [Server thread/WARN]: No rcon password set in server.properties, rcon disabled!
[01:00:12] [Server thread/ERROR]: Couldn't load server icon
java.lang.IllegalStateException: Must be 64 pixels wide
    at com.google.common.base.Preconditions.checkState(Preconditions.java:502) ~[guava-31.1-jre.jar:?]
    at net.minecraft.server.MinecraftServer.lambda$loadStatusIcon$10(MinecraftServer.java:1382) ~[purpur-1.20.jar:git-Purpur-1990]
    at java.util.Optional.flatMap(Optional.java:289) ~[?:?]
    at net.minecraft.server.MinecraftServer.loadStatusIcon(MinecraftServer.java:1378) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1122) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:323) ~[purpur-1.20.jar:git-Purpur-1990]
    at java.lang.Thread.run(Thread.java:1589) ~[?:?]
[01:00:12] [Server thread/INFO]: Running delayed init tasks
[01:00:12] [Server thread/WARN]: [CommandAPI] Task #27 for CommandAPI v2.3 generated an exception
java.lang.NullPointerException: Cannot invoke "io.github.jorelali.commandapi.api.CommandAPIHandler.fixPermissions()" because "io.github.jorelali.commandapi.api.CommandAPI.handler" is null
    at io.github.jorelali.commandapi.api.CommandAPI.fixPermissions(CommandAPI.java:46) ~[CommandAPI.jar:?]
    at io.github.jorelali.commandapi.api.CommandAPIMain.lambda$onEnable$0(CommandAPIMain.java:80) ~[CommandAPI.jar:?]
    at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[purpur-1.20.jar:git-Purpur-1990]
    at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1128) ~[purpur-1.20.jar:git-Purpur-1990]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:323) ~[purpur-1.20.jar:git-Purpur-1990]
    at java.lang.Thread.run(Thread.java:1589) ~[?:?]
[01:00:12] [Craft Scheduler Thread - 9 - InventoryRollbackPlus/INFO]: [InventoryRollbackPlus] Checking for updates...
[01:00:12] [Server thread/INFO]: [Skript] Loading variables...
[01:00:12] [Craft Scheduler Thread - 10 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
[01:00:12] [Craft Scheduler Thread - 10 - SkinsRestorer/INFO]: [SkinsRestorer]     +==================+
[01:00:12] [Craft Scheduler Thread - 10 - SkinsRestorer/INFO]: [SkinsRestorer]     |   SkinsRestorer  |
[01:00:12] [Craft Scheduler Thread - 10 - SkinsRestorer/INFO]: [SkinsRestorer]     |------------------|
[01:00:12] [Craft Scheduler Thread - 10 - SkinsRestorer/INFO]: [SkinsRestorer]     |  Standalone Mode |
[01:00:12] [Craft Scheduler Thread - 10 - SkinsRestorer/INFO]: [SkinsRestorer]     +==================+
[01:00:12] [Craft Scheduler Thread - 10 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
[01:00:12] [Craft Scheduler Thread - 10 - SkinsRestorer/INFO]: [SkinsRestorer]     Current version: 14.2.12
[01:00:12] [Craft Scheduler Thread - 10 - SkinsRestorer/INFO]: [SkinsRestorer]     This is the latest version!
[01:00:12] [Craft Scheduler Thread - 10 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
[01:00:12] [Server thread/INFO]: [Skript] Loaded 3 variables in 0.0 seconds
[01:00:12] [Craft Scheduler Thread - 10 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms... 
[01:00:12] [Server thread/INFO]: [Skript] Line 70: (SimplePolls.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 12 spaces, but found 3 tabs
[01:00:12] [Server thread/INFO]:     Line: send "&6&l/poll help &7&l- Opens This Screen"
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 1: (chat.sk)
[01:00:12] [Server thread/INFO]:     Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[01:00:12] [Server thread/INFO]:     Line: on script load:
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 37: (chat.sk)
[01:00:12] [Server thread/INFO]:     Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section.
[01:00:12] [Server thread/INFO]:     Line: trigger:
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] 'head.sk' is empty
[01:00:12] [Craft Scheduler Thread - 10 - DecentHolograms/INFO]: [DecentHolograms] Loaded 1 holograms!
[01:00:12] [Server thread/INFO]: [Skript] Line 4: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 2 spaces
[01:00:12] [Server thread/INFO]:     Line: if event-entity is a player:
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 8: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 8 spaces, but found 6 spaces
[01:00:12] [Server thread/INFO]:     Line: if {_attacker} has permission "myplugin.cooldown.bypass":
[01:00:12] [Craft Scheduler Thread - 10 - Vault/INFO]: [Vault] Checking for Updates ... 
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 14: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 6 spaces
[01:00:12] [Server thread/INFO]:     Line: else:
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 15: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 8 spaces
[01:00:12] [Server thread/INFO]:     Line: if "{_attacker}'s slap_cooldown" is not set or "{_attacker}'s slap_cooldown" <= now:
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 16: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 10 spaces
[01:00:12] [Server thread/INFO]:     Line: send "&6Вы шлепнули %display name of {_target}% по плечу." to {_attacker}
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 17: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 10 spaces
[01:00:12] [Server thread/INFO]:     Line: send "&6%display name of {_attacker}% шлепнул вас по плечу." to {_target}
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 18: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 10 spaces
[01:00:12] [Server thread/INFO]:     Line: play sound "ENTITY_PLAYER_ATTACK_STRONG" at location of {_target}
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 19: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 10 spaces
[01:00:12] [Server thread/INFO]:     Line: send "&aВы шлепнули игрока %display name of {_target}% по плечу." to all players except {_attacker}
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 20: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 10 spaces
[01:00:12] [Server thread/INFO]:     Line: set "{_attacker}'s slap_cooldown" to now + {_cooldown} seconds
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 21: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 10 spaces
[01:00:12] [Server thread/INFO]:     Line: set {_bar} to new papi text from "&bCooldown: &a%{_cooldown}%" with style "default"
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 22: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 10 spaces
[01:00:12] [Server thread/INFO]:     Line: set {_bar} to new papi cooldown bar with text {_bar} and time {_cooldown} seconds
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 23: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 10 spaces
[01:00:12] [Server thread/INFO]:     Line: show {_bar} to {_attacker} with title "&6Slap Cooldown"
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 26: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 10 spaces
[01:00:12] [Server thread/INFO]:     Line: set {_random} to random integer between 1 and 3
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 28: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 10 spaces
[01:00:12] [Server thread/INFO]:     Line: if {_random} == 1:
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 29: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 12 spaces
[01:00:12] [Server thread/INFO]:     Line: send "&6Вы шлепнули %display name of {_target}% по плечу." to {_attacker}
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 30: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 12 spaces
[01:00:12] [Server thread/INFO]:     Line: send "&6%display name of {_attacker}% шлепнул вас по плечу." to {_target}
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 31: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 12 spaces
[01:00:12] [Server thread/INFO]:     Line: send "&aВы шлепнули игрока %display name of {_target}% по плечу." to all players except {_attacker}
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 32: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 10 spaces
[01:00:12] [Server thread/INFO]:     Line: else if {_random} == 2:
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 33: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 12 spaces
[01:00:12] [Server thread/INFO]:     Line: send "&6Вы шлепнули %display name of {_target}% по руке." to {_attacker}
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 34: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 12 spaces
[01:00:12] [Server thread/INFO]:     Line: send "&6%display name of {_attacker}% шлепнул вас по руке." to {_target}
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 35: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 12 spaces
[01:00:12] [Server thread/INFO]:     Line: send "&aВы шлепнули игрока %display name of {_target}% по руке." to all players except {_attacker}
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 36: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 10 spaces
[01:00:12] [Server thread/INFO]:     Line: else if {_random} == 3:
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 37: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 12 spaces
[01:00:12] [Server thread/INFO]:     Line: send "&6Вы шлепнули %display name of {_target}% по ноге." to {_attacker}
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 38: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 12 spaces
[01:00:12] [Server thread/INFO]:     Line: send "&6%display name of {_attacker}% шлепнул вас по ноге." to {_target}
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 39: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 12 spaces
[01:00:12] [Server thread/INFO]:     Line: send "&aВы шлепнули игрока %display name of {_target}% по ноге." to all players except {_attacker}
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 41: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 10 spaces
[01:00:12] [Server thread/INFO]:     Line: set "{_attacker}'s slap_cooldown" to not set
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 42: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 8 spaces
[01:00:12] [Server thread/INFO]:     Line: else:
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Server thread/INFO]: [Skript] Line 43: (slap.sk)
[01:00:12] [Server thread/INFO]:     indentation error: expected 4 spaces, but found 10 spaces
[01:00:12] [Server thread/INFO]:     Line: send "&cВаша способность на перезарядке. Подождите еще немного." to {_attacker}
[01:00:12] [Server thread/INFO]:  
[01:00:12] [Craft Scheduler Thread - 9 - InventoryRollbackPlus/INFO]: [InventoryRollbackPlus] You are running the latest version.
[01:00:13] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[01:00:13] [Craft Scheduler Thread - 10 - Vault/INFO]: [Vault] No new version available
[01:00:13] [Server thread/INFO]: [Skript] Line 4: (chat.sk)
[01:00:13] [Server thread/INFO]:     Unknown type 'role ID'
[01:00:13] [Server thread/INFO]:     Line: command setprefix <role ID> <prefix>:
[01:00:13] [Server thread/INFO]:  
[01:00:13] [Server thread/INFO]: [Skript] Line 14: (chat.sk)
[01:00:13] [Server thread/INFO]:     Unknown type 'role ID'
[01:00:13] [Server thread/INFO]:     Line: command setsuffix <role ID> <suffix>:
[01:00:13] [Server thread/INFO]:  
[01:00:13] [Server thread/INFO]: [Skript] Line 24: (chat.sk)
[01:00:13] [Server thread/INFO]:     Unknown type 'message'
[01:00:13] [Server thread/INFO]:     Line: command chat <message>:
[01:00:13] [Server thread/INFO]:  
[01:00:13] [Server thread/INFO]: [Skript] Line 2: (hide_and_seek.sk)
[01:00:13] [Server thread/INFO]:     Can't understand this condition: 'player has the tag "saved_data"'
[01:00:13] [Server thread/INFO]:     Line: if player has the tag "saved_data":
[01:00:13] [Server thread/INFO]:  
[01:00:13] [Server thread/INFO]: [Skript] Line 4: (hide_and_seek.sk)
[01:00:13] [Server thread/INFO]:     'else' has to be placed just after another 'if' or 'else if' section
[01:00:13] [Server thread/INFO]:     Line: else:
[01:00:13] [Server thread/INFO]:  
[01:00:13] [Server thread/INFO]: [Skript] Line 8: (hide_and_seek.sk)
[01:00:13] [Server thread/INFO]:     Can't understand this condition: 'player has the tag "saved_data"'
[01:00:13] [Server thread/INFO]:     Line: if player has the tag "saved_data":
[01:00:13] [Server thread/INFO]:  
[01:00:13] [Server thread/INFO]: [Skript] Line 15: (hide_and_seek.sk)
[01:00:13] [Server thread/INFO]:     Can't understand this condition/effect: open chest inventory with size 9 named "&6Сохранение данных" to player
[01:00:13] [Server thread/INFO]:     Line: open chest inventory with size 9 named "&6Сохранение данных" to player
[01:00:13] [Server thread/INFO]:  
[01:00:13] [Server thread/INFO]: [Skript] Line 18: (hide_and_seek.sk)
[01:00:13] [Server thread/INFO]:     Can't understand this loop: '{_data} as {_entry}'
[01:00:13] [Server thread/INFO]:     Line: loop {_data} as {_entry}:
[01:00:13] [Server thread/INFO]:  
[01:00:13] [Server thread/INFO]: [Skript] Line 4: (info.sk)
[01:00:13] [Server thread/INFO]:     Can't understand this expression: x of player
[01:00:13] [Server thread/INFO]:     Line: send "&aТвои координаты: [&7%x of player%&a, &7%y of player%&a, &7%z of player%&a]"
[01:00:13] [Server thread/INFO]:  
[01:00:13] [Server thread/INFO]: [Skript] Line 13: (info.sk)
[01:00:13] [Server thread/INFO]:     Can't understand this expression: enchants of {_item}
[01:00:13] [Server thread/INFO]:     Line: send "&7Чары: &e%enchants of {_item}%"
[01:00:13] [Server thread/INFO]:  
[01:00:13] [Server thread/INFO]: [Skript] Line 19: (info.sk)
[01:00:13] [Server thread/INFO]:     Can't understand this section: trigger
[01:00:13] [Server thread/INFO]:     Line: trigger:
[01:00:13] [Server thread/INFO]:  
[01:00:13] [Server thread/INFO]: [Skript] Line 6: (lobby.sk)
[01:00:13] [Server thread/INFO]:     Can't understand this expression: 'flag "hookah" for player {_player}'
[01:00:13] [Server thread/INFO]:     Line: set {_cursorOn} to flag "hookah" for player {_player}
[01:00:13] [Server thread/INFO]:  
[01:00:13] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[01:00:15] [Server thread/INFO]: [Skript] Line 10: (lobby.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this condition/effect: add 1 to flag "hookah" for {_player}
[01:00:15] [Server thread/INFO]:     Line: add 1 to flag "hookah" for {_player}
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 11: (lobby.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this condition/effect: create list {_possibleEffects}
[01:00:15] [Server thread/INFO]:     Line: create list {_possibleEffects}
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 13: (lobby.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this condition: 'potion from {_loop-value} is set'
[01:00:15] [Server thread/INFO]:     Line: if potion from {_loop-value} is set:
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 15: (lobby.sk)
[01:00:15] [Server thread/INFO]:     '{_possibleEffects}' can only ever have one value at most, thus the 'amount of ...' expression is useless. Use '... exists' instead to find out whether the expression has a value.
[01:00:15] [Server thread/INFO]:     Line: if size of {_possibleEffects} is greater than 0:
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 22: (lobby.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this condition/effect: play sound "ENTITY_VILLAGER_WORK_CLERIC" at location of {_player} with pitch 0.1 and volume 0.3
[01:00:15] [Server thread/INFO]:     Line: play sound "ENTITY_VILLAGER_WORK_CLERIC" at location of {_player} with pitch 0.1 and volume 0.3
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 24: (lobby.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this condition: {_cursorOn}
[01:00:15] [Server thread/INFO]:     Line: while {_cursorOn}:
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 26: (lobby.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this section: repeat 15 times
[01:00:15] [Server thread/INFO]:     Line: repeat 15 times:
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 32: (lobby.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this loop: 'players with flag "hookah"'
[01:00:15] [Server thread/INFO]:     Line: loop players with flag "hookah":
[01:00:15] [Server thread/INFO]:  
[01:00:15] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[01:00:15] [Server thread/INFO]: [Skript] Line 4: (newmenu.sk)
[01:00:15] [Server thread/INFO]:     the clicked block is not a world
[01:00:15] [Server thread/INFO]:     Line: open chest inventory of clicked block to player
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 7: (newmenu.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this expression: 'item in event-hand'
[01:00:15] [Server thread/INFO]:     Line: set {frame.%player%} to item in event-hand
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 14: (newmenu.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this event: 'on place of item'
[01:00:15] [Server thread/INFO]:     Line: on place of item:
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 28: (newmenu.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this condition/effect: cooldown: 3.1 seconds
[01:00:15] [Server thread/INFO]:     Line: cooldown: 3.1 seconds
[01:00:15] [Server thread/INFO]:  
[01:00:15] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Pure  RP(1119751301669072916)
[01:00:15] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:консоль(1119919273410834533)
[01:00:15] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🫂│новички(1119754658936791171)
[01:00:15] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📜│правила(1119758970442240141)
[01:00:15] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📰│новости(1119751302252077128)
[01:00:15] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌐│другие-сервера(1119762591372296252)
[01:00:15] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💬│общение(1119755531855335524)
[01:00:15] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📃│чат(1119753673829011467)
[01:00:15] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💖│праймы(1119753675892609115)
[01:00:15] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎮│сервер(1119763846756843520)
[01:00:15] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌐│админ-чат(1119759070732226671)
[01:00:15] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:консоль(1119919273410834533)
[01:00:15] [Server thread/INFO]: [Skript] Line 35: (newmenu.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this expression: 'item in player's hand'
[01:00:15] [Server thread/INFO]:     Line: set {_item} to item in player's hand
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 37: (newmenu.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this expression: 'item in player's hand'
[01:00:15] [Server thread/INFO]:     Line: set {frame.%player%} to item in player's hand
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 9: (nickname.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this condition/effect: make loop-player hide name
[01:00:15] [Server thread/INFO]:     Line: make loop-player hide name
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 18: (nickname.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this condition/effect: make loop-player show name
[01:00:15] [Server thread/INFO]:     Line: make loop-player show name
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 4: (opka.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this condition: 'player has permission "oped.admin" or player is op'
[01:00:15] [Server thread/INFO]:     Line: if player has permission "oped.admin" or player is op:
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 8: (opka.sk)
[01:00:15] [Server thread/INFO]:     'else' has to be placed just after another 'if' or 'else if' section
[01:00:15] [Server thread/INFO]:     Line: else:
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 1: (polzti.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this event: 'on key holding of {_player} is "shift"'
[01:00:15] [Server thread/INFO]:     Line: on key holding of {_player} is "shift":
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 10: (polzti.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this event: 'on key release of {_player}'
[01:00:15] [Server thread/INFO]:     Line: on key release of {_player}:
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 3: (slap.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this condition/effect: cooldown: 3 seconds
[01:00:15] [Server thread/INFO]:     Line: cooldown: 3 seconds
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Line 12: (slap.sk)
[01:00:15] [Server thread/INFO]:     Can't understand this condition/effect: send "Вы шлепнули игрока&a %display name of {_target}% &fпо плечу." to all players except {_attacker}
[01:00:15] [Server thread/INFO]:     Line: send "Вы шлепнули игрока&a %display name of {_target}% &fпо плечу." to all players except {_attacker}
[01:00:15] [Server thread/INFO]:  
[01:00:15] [Server thread/INFO]: [Skript] Loaded 18 scripts with a total of 17 triggers and 14 commands in 2.99 seconds
[01:00:15] [Server thread/INFO]: [Skript] Finished loading.
[01:00:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic [2.0.1]
[01:00:15] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playerstats due to a missing plugin: PlayerStats
[01:00:15] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[01:00:15] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playertime due to a missing plugin: PlayerTime
[01:00:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: defaultvalue [1.0.0]
[01:00:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cooldownbar [1.1]
[01:00:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server [2.6.2]
[01:00:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playerlist [3.0.3]
[01:00:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: servertime [3.2]
[01:00:15] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
[01:00:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tempdata [0.1-BETA]
[01:00:15] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion deluxechat due to a missing plugin: DeluxeChat
[01:00:15] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion coinsapi due to an unknown issue.
[01:00:15] [Server thread/INFO]: 7 placeholder hook(s) registered!
[01:00:15] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] Plugin Citizens tried to register listener for unknown packet PLAYER_INFO[PLAY, SERVER, 55, classNames: [net.minecraft.network.protocol.game.PacketPlayOutPlayerInfo, net.minecraft.network.protocol.game.ClientboundPlayerInfoPacket, net.minecraft.network.play.server.SPacketPlayerListItem] (unregistered)] [direction: from SERVER]
[01:00:15] [Server thread/INFO]: [Citizens] Loaded 0 NPCs.
[01:00:15] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.11.3) is available at:
[01:00:15] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
[01:00:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv [1.26.2]
[01:00:15] [Server thread/INFO]: Done (47.896s)! For help, type "help"
[01:00:16] [DiscordSRV - JDA Callback 0/INFO]: [DiscordSRV] Cleared all pre-existing slash commands in 1/1 guilds (0 cancelled)
[01:00:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ultimateautorestart [Build 52c]
[01:00:18] [Server thread/INFO]: [UltimateAutoRestart] Hooked into PlaceholderAPI!
[01:00:18] [Server thread/INFO]: [UltimateAutoRestart] Successfully performed 1 hooks!
[01:00:18] [Server thread/INFO]:  
[01:00:18] [Server thread/INFO]:  [UltimateAutoRestart] New update available!
[01:00:18] [Server thread/INFO]:  Current version: Build 52c with latest being Build 54a!
[01:00:18] [Server thread/INFO]:  
[01:00:18] [Server thread/INFO]:  SpigotMC -> https://norska.dev/r/spigot/uar/
[01:00:18] [Server thread/INFO]:  Polymart -> https://norska.dev/r/polymart/uar/
[01:00:18] [Server thread/INFO]: