Paste #108595: Diff Report Between Paste #108594 and #108593

Date: 2023/04/08 13:28:42 UTC-07:00
Type: Diff Report

View Raw Paste Download This Paste Edit Of Paste 108594
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


-[19:21:47] [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'
-[19:21:52] [ServerMain/INFO]: Loaded 7 recipes
-[19:21:54] [Server thread/INFO]: Starting minecraft server version 1.19.4
-[19:21:54] [Server thread/INFO]: Loading properties
-[19:21:54] [Server thread/INFO]: This server is running Paper version git-Paper-499 (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT) (Git: 29b17a8)
-[19:21:55] [Server thread/INFO]: Server Ping Player Sample Count: 12
-[19:21:55] [Server thread/INFO]: Using 4 threads for Netty based IO
-[19:21:55] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
+[19:11:17] [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'
+[19:11:23] [ServerMain/INFO]: Loaded 7 recipes
+[19:11:25] [Server thread/INFO]: Starting minecraft server version 1.19.4
+[19:11:25] [Server thread/INFO]: Loading properties
+[19:11:25] [Server thread/INFO]: This server is running Paper version git-Paper-499 (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT) (Git: 29b17a8)
+[19:11:25] [Server thread/INFO]: Server Ping Player Sample Count: 12
+[19:11:25] [Server thread/INFO]: Using 4 threads for Netty based IO
+[19:11:26] [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
-[19:21:55] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
-[19:21:56] [Server thread/INFO]: Default game type: SURVIVAL
-[19:21:56] [Server thread/INFO]: Generating keypair
-[19:21:56] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:26076
-[19:21:56] [Server thread/INFO]: Using epoll channel type
-[19:21:56] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
-[19:21:56] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
-[19:21:56] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load 'plugins/EpicRPG-1.1.7-BETA.jar' in 'plugins'
-org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [Citizens]. Please download and install these plugins to run 'EpicRPG'.
-    at io.papermc.paper.plugin.entrypoint.strategy.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:80) ~[paper-1.19.4.jar:git-Paper-499]
-    at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:35) ~[paper-1.19.4.jar:git-Paper-499]
+[19:11:26] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
+[19:11:26] [Server thread/INFO]: Default game type: SURVIVAL
+[19:11:26] [Server thread/INFO]: Generating keypair
+[19:11:27] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:26076
+[19:11:27] [Server thread/INFO]: Using epoll channel type
+[19:11:27] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
+[19:11:27] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
+[19:11:27] [Server thread/ERROR]: [SimpleProviderStorage] Circular plugin loading detected!
+[19:11:27] [Server thread/ERROR]: [SimpleProviderStorage] Circular load order:
+[19:11:27] [Server thread/ERROR]: [SimpleProviderStorage]   Citizens -> ProtocolLib -> FabledSkyBlock -> EpicSpawners -> Towny -> Citizens
+[19:11:27] [Server thread/ERROR]: [SimpleProviderStorage] Please report this to the plugin authors of the first plugin of each loop or join the PaperMC Discord server for further help.
+[19:11:27] [Server thread/ERROR]: [SimpleProviderStorage] If you would like to still load these plugins, acknowledging that there may be unexpected plugin loading issues, run the server with -Dpaper.useLegacyPluginLoading=true
+[19:11:27] [Server thread/ERROR]: Encountered an unexpected exception
+java.lang.IllegalStateException: Circular plugin loading from plugins Citizens
+    at io.papermc.paper.plugin.storage.SimpleProviderStorage.handleCycle(SimpleProviderStorage.java:70) ~[paper-1.19.4.jar:git-Paper-499]
+    at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[paper-1.19.4.jar:git-Paper-499]
     at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.19.4.jar:git-Paper-499]
     at org.bukkit.craftbukkit.v1_19_R3.CraftServer.loadPlugins(CraftServer.java:423) ~[paper-1.19.4.jar:git-Paper-499]
     at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.19.4.jar:git-Paper-499]
     at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1104) ~[paper-1.19.4.jar:git-Paper-499]
     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[paper-1.19.4.jar:git-Paper-499]
     at java.lang.Thread.run(Thread.java:833) ~[?:?]
-[19:21:59] [Server thread/INFO]: [SpigotLibraryLoader] [GroupManager] Loading 6 libraries... please wait
-[19:27:21] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load plugin 'GroupManager.jar' in folder 'plugins'
-org.bukkit.plugin.InvalidPluginException: java.lang.RuntimeException: Error resolving libraries
-    at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:127) ~[paper-1.19.4.jar:git-Paper-499]
-    at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:35) ~[paper-1.19.4.jar:git-Paper-499]
-    at io.papermc.paper.plugin.entrypoint.strategy.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:150) ~[paper-1.19.4.jar:git-Paper-499]
-    at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:35) ~[paper-1.19.4.jar:git-Paper-499]
-    at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.19.4.jar:git-Paper-499]
+[19:11:27] [Server thread/ERROR]: This crash report has been saved to: /home/container/./crash-reports/crash-2023-04-08_19.11.27-server.txt
+[19:11:27] [Server thread/INFO]: Stopping server
+[19:11:27] [Server thread/INFO]: Saving players
+[19:11:27] [Server thread/INFO]: Saving worlds
+[19:11:27] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
+[19:11:27] [Server thread/INFO]: Flushing Chunk IO
+[19:11:27] [Server thread/INFO]: Closing Thread Pool
+[19:11:27] [Server thread/INFO]: Closing Server
-    at org.bukkit.craftbukkit.v1_19_R3.CraftServer.loadPlugins(CraftServer.java:423) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1104) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[paper-1.19.4.jar:git-Paper-499]
-    at java.lang.Thread.run(Thread.java:833) ~[?:?]
-Caused by: java.lang.RuntimeException: Error resolving libraries
-    at org.bukkit.plugin.java.LibraryLoader.createLoader(LibraryLoader.java:103) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
-    at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.19.4.jar:git-Paper-499]
-    ... 9 more
-Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Failed to collect dependencies at org.postgresql:postgresql:jar:42.4.2
-    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:353) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.bukkit.plugin.java.LibraryLoader.createLoader(LibraryLoader.java:100) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
-    at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.19.4.jar:git-Paper-499]
-    ... 9 more
-Caused by: org.eclipse.aether.collection.DependencyCollectionException: Failed to collect dependencies at org.postgresql:postgresql:jar:42.4.2
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:288) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:309) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.bukkit.plugin.java.LibraryLoader.createLoader(LibraryLoader.java:100) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
-    at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.19.4.jar:git-Paper-499]
-    ... 9 more
-Caused by: org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.postgresql:postgresql:jar:42.4.2
-    at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:255) ~[maven-resolver-provider-3.8.5.jar:3.8.5]
-    at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:171) ~[maven-resolver-provider-3.8.5.jar:3.8.5]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor(DefaultDependencyCollector.java:538) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult(DefaultDependencyCollector.java:523) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:410) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:362) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process(DefaultDependencyCollector.java:349) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:254) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:309) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.bukkit.plugin.java.LibraryLoader.createLoader(LibraryLoader.java:100) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
-    at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.19.4.jar:git-Paper-499]
-    ... 9 more
-Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not transfer artifact org.postgresql:postgresql:pom:42.4.2 from/to central (https://repo.maven.apache.org/maven2): Connect to repo.maven.apache.org:443 [repo.maven.apache.org/151.101.192.215, repo.maven.apache.org/151.101.128.215, repo.maven.apache.org/151.101.64.215, repo.maven.apache.org/151.101.0.215] failed: Read timed out
-    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:425) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:229) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:207) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:240) ~[maven-resolver-provider-3.8.5.jar:3.8.5]
-    at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:171) ~[maven-resolver-provider-3.8.5.jar:3.8.5]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor(DefaultDependencyCollector.java:538) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult(DefaultDependencyCollector.java:523) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:410) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:362) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process(DefaultDependencyCollector.java:349) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:254) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:309) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.bukkit.plugin.java.LibraryLoader.createLoader(LibraryLoader.java:100) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
-    at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.19.4.jar:git-Paper-499]
-    ... 9 more
-Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.postgresql:postgresql:pom:42.4.2 from/to central (https://repo.maven.apache.org/maven2): Connect to repo.maven.apache.org:443 [repo.maven.apache.org/151.101.192.215, repo.maven.apache.org/151.101.128.215, repo.maven.apache.org/151.101.64.215, repo.maven.apache.org/151.101.0.215] failed: Read timed out
-    at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:52) ~[maven-resolver-connector-basic-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:369) ~[maven-resolver-connector-basic-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0(RunnableErrorForwarder.java:73) ~[maven-resolver-util-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute(BasicRepositoryConnector.java:627) ~[maven-resolver-connector-basic-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get(BasicRepositoryConnector.java:262) ~[maven-resolver-connector-basic-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:514) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:402) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:229) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:207) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:240) ~[maven-resolver-provider-3.8.5.jar:3.8.5]
-    at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:171) ~[maven-resolver-provider-3.8.5.jar:3.8.5]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor(DefaultDependencyCollector.java:538) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult(DefaultDependencyCollector.java:523) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:410) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:362) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process(DefaultDependencyCollector.java:349) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:254) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:309) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.bukkit.plugin.java.LibraryLoader.createLoader(LibraryLoader.java:100) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
-    at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.19.4.jar:git-Paper-499]
-    ... 9 more
-Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to repo.maven.apache.org:443 [repo.maven.apache.org/151.101.192.215, repo.maven.apache.org/151.101.128.215, repo.maven.apache.org/151.101.64.215, repo.maven.apache.org/151.101.0.215] failed: Read timed out
-    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.eclipse.aether.transport.http.HttpTransporter.execute(HttpTransporter.java:316) ~[maven-resolver-transport-http-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.transport.http.HttpTransporter.implGet(HttpTransporter.java:272) ~[maven-resolver-transport-http-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.spi.connector.transport.AbstractTransporter.get(AbstractTransporter.java:73) ~[maven-resolver-spi-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask(BasicRepositoryConnector.java:457) ~[maven-resolver-connector-basic-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:364) ~[maven-resolver-connector-basic-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0(RunnableErrorForwarder.java:73) ~[maven-resolver-util-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute(BasicRepositoryConnector.java:627) ~[maven-resolver-connector-basic-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get(BasicRepositoryConnector.java:262) ~[maven-resolver-connector-basic-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:514) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:402) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:229) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:207) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:240) ~[maven-resolver-provider-3.8.5.jar:3.8.5]
-    at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:171) ~[maven-resolver-provider-3.8.5.jar:3.8.5]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor(DefaultDependencyCollector.java:538) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult(DefaultDependencyCollector.java:523) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:410) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:362) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process(DefaultDependencyCollector.java:349) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:254) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:309) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.bukkit.plugin.java.LibraryLoader.createLoader(LibraryLoader.java:100) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
-    at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.19.4.jar:git-Paper-499]
-    ... 9 more
-Caused by: java.net.SocketTimeoutException: Read timed out
-    at sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:283) ~[?:?]
-    at sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309) ~[?:?]
-    at sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) ~[?:?]
-    at sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) ~[?:?]
-    at java.net.Socket$SocketInputStream.read(Socket.java:966) ~[?:?]
-    at sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:484) ~[?:?]
-    at sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:478) ~[?:?]
-    at sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:160) ~[?:?]
-    at sun.security.ssl.SSLTransport.decode(SSLTransport.java:111) ~[?:?]
-    at sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1510) ~[?:?]
-    at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1425) ~[?:?]
-    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455) ~[?:?]
-    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426) ~[?:?]
-    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) ~[httpclient-4.5.13.jar:4.5.13]
-    at org.eclipse.aether.transport.http.HttpTransporter.execute(HttpTransporter.java:316) ~[maven-resolver-transport-http-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.transport.http.HttpTransporter.implGet(HttpTransporter.java:272) ~[maven-resolver-transport-http-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.spi.connector.transport.AbstractTransporter.get(AbstractTransporter.java:73) ~[maven-resolver-spi-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask(BasicRepositoryConnector.java:457) ~[maven-resolver-connector-basic-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:364) ~[maven-resolver-connector-basic-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0(RunnableErrorForwarder.java:73) ~[maven-resolver-util-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute(BasicRepositoryConnector.java:627) ~[maven-resolver-connector-basic-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get(BasicRepositoryConnector.java:262) ~[maven-resolver-connector-basic-1.7.3.jar:1.7.3]
-    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:514) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:402) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:229) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:207) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:240) ~[maven-resolver-provider-3.8.5.jar:3.8.5]
-    at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:171) ~[maven-resolver-provider-3.8.5.jar:3.8.5]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor(DefaultDependencyCollector.java:538) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult(DefaultDependencyCollector.java:523) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:410) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:362) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process(DefaultDependencyCollector.java:349) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:254) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:309) ~[maven-resolver-impl-1.6.3.jar:1.6.3]
-    at org.bukkit.plugin.java.LibraryLoader.createLoader(LibraryLoader.java:100) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
-    at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.19.4.jar:git-Paper-499]
-    ... 9 more
-[19:27:22] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_19_R3.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
-[19:27:35] [Server thread/WARN]: Legacy plugin NoPermCommandSpy v1 does not specify an api-version.
-[19:27:35] [Server thread/WARN]: Legacy plugin BlockCreator v1.0 does not specify an api-version.
-[19:27:36] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.3
-[19:27:36] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
-[19:27:36] [Server thread/INFO]: [HolographicDisplays] Loading server plugin HolographicDisplays v3.0.1
-[19:27:36] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.13+46576cc
-[19:27:39] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@535b5609]
-[19:27:39] [Server thread/INFO]: [UltimateStacker] Loading server plugin UltimateStacker v2.3.4
-[19:27:39] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v21.3
-[19:27:39] [Server thread/INFO]: [FabledSkyBlock] Loading server plugin FabledSkyBlock v2.5.2-BETA
-[19:27:39] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.8
-[19:27:39] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.0-dev+52-c716fc8
-[19:27:39] [Server thread/INFO]: [dynmap] Loading server plugin dynmap v3.5-beta-2-849
-[19:27:39] [Server thread/INFO]: [dynmap] version=git-Paper-499 (MC: 1.19.4)
-[19:27:39] [Server thread/INFO]: [dynmap] Mod Support API available
-[19:27:39] [Server thread/INFO]: [Towny] Loading server plugin Towny v0.98.6.20
-[19:27:39] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.8-beta-01+cbb2ba7
-[19:27:39] [Server thread/INFO]: [floodgate] Loading server plugin floodgate v2.2.2-SNAPSHOT (b??-2702bc3)
-[19:27:41] [Server thread/INFO]: [floodgate] Took 1,185ms to boot Floodgate
-[19:27:41] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.0.0-SNAPSHOT-b631
-[19:27:44] [Server thread/INFO]: [TownyChat] Loading server plugin TownyChat v0.103
-[19:27:44] [Server thread/INFO]: [EconomyShopGUI-Premium] Loading server plugin EconomyShopGUI-Premium v4.7.0
-[19:27:44] [Server thread/INFO]: [EpicFarming] Loading server plugin EpicFarming v3.3.2-BETA
-[19:27:44] [Server thread/INFO]: [MineResetLite] Loading server plugin MineResetLite v4.13.1-VK
-[19:27:44] [Server thread/INFO]: [EpicHeads] Loading server plugin EpicHeads v3.4.2-BETA
-[19:27:44] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.20.0-dev+52-c716fc8
-[19:27:44] [Server thread/INFO]: [OpenInv] Loading server plugin OpenInv v4.2.2
-[19:27:44] [Server thread/INFO]: [Multiverse-Inventories] Loading server plugin Multiverse-Inventories v4.2.5
-[19:27:44] [Server thread/INFO]: [UltraBar] Loading server plugin UltraBar v2.3.2
-[19:27:44] [Server thread/INFO]: [UltimateTimber] Loading server plugin UltimateTimber v2.3.5
-[19:27:44] [Server thread/INFO]: [EpicFurnaces] Loading server plugin EpicFurnaces v4.9.7-BETA
-[19:27:44] [Server thread/INFO]: [NoPermCommandSpy] Loading server plugin NoPermCommandSpy v1
-[19:27:44] [Server thread/INFO]: [ajParkour] Loading server plugin ajParkour v2.12.10
-[19:27:44] [Server thread/INFO]: [UltimateCatcher] Loading server plugin UltimateCatcher v1.6.3
-[19:27:44] [Server thread/INFO]: [TangledMaze] Loading server plugin TangledMaze v2.1.1
-[19:27:44] [Server thread/INFO]: [BlockCreator] Loading server plugin BlockCreator v1.0
-[19:27:44] [Server thread/INFO]: [InsaneAnnouncer] Loading server plugin InsaneAnnouncer v1.2.6
-[19:27:44] [Server thread/INFO]: [Geyser-Spigot] Loading server plugin Geyser-Spigot v2.1.0-SNAPSHOT
-[19:27:45] [Server thread/INFO]: [Geyser-Spigot] Loading extensions...
-[19:27:45] [Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
-[19:27:45] [Server thread/INFO]: [EpicLevels] Loading server plugin EpicLevels v1.3.7-BETA
-[19:27:45] [Server thread/INFO]: [GravityTubes] Loading server plugin GravityTubes v1.11.4
-[19:27:45] [Server thread/INFO]: [UltimateKits] Loading server plugin UltimateKits v2.7.5
-[19:27:45] [Server thread/INFO]: [ClearLag] Loading server plugin ClearLag v3.2.2
-[19:27:45] [Server thread/INFO]: [UltimateModeration] Loading server plugin UltimateModeration v2.0.14
-[19:27:45] [Server thread/INFO]: [EpicEnchants] Loading server plugin EpicEnchants v1.2.7-BETA
-[19:27:45] [Server thread/INFO]: [BlockLocker] Loading server plugin BlockLocker v1.10.4
-[19:27:45] [Server thread/INFO]: [Votifier] Loading server plugin Votifier v2.7.3
-[19:27:45] [Server thread/INFO]: [SuperVanish] Loading server plugin SuperVanish v6.2.15
-[19:27:45] [Server thread/INFO]: [Dynmap-Towny] Loading server plugin Dynmap-Towny v0.90
-[19:27:45] [Server thread/INFO]: [UltimateTools] Loading server plugin UltimateTools v1.2.5
-[19:27:45] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.20.0-dev+52-c716fc8
-[19:27:45] [Server thread/INFO]: [EpicHoppers] Loading server plugin EpicHoppers v4.7.8
-[19:27:45] [Server thread/INFO]: [EpicSpawners] Loading server plugin EpicSpawners v7.3.0
-[19:27:45] [Server thread/INFO]: [CreativeManager] Loading server plugin CreativeManager v1.28.8
-[19:27:45] [Server thread/INFO]: [EpicVouchers] Loading server plugin EpicVouchers v2.2.6-BETA
-[19:27:45] [Server thread/INFO]: [EpicSellWands] Loading server plugin EpicSellWands v1.2.7-BETA
-[19:27:45] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
-[19:27:45] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
-[19:27:45] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
-[19:27:46] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
-[19:27:46] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
-[19:27:46] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.13+46576cc
-[19:27:46] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
-[19:27:46] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
-[19:27:48] [Server thread/WARN]: 
-**********************************************
-** This WorldEdit version does not fully support your version of Bukkit.
-**
-** When working with blocks or undoing, chests will be empty, signs
-** will be blank, and so on. There will be no support for entity
-** and block property-related functions.
-**
-** Please see https://worldedit.enginehub.org/en/latest/faq/#bukkit-adapters
-**********************************************
-
-[19:27:49] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b631
-[19:27:49] [Server thread/INFO]: [BlockLocker] Enabling BlockLocker v1.10.4
-[19:27:50] [Server thread/INFO]: Preparing level "world"
-[19:27:51] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
-[19:27:52] [Server thread/INFO]: Time elapsed: 405 ms
-[19:27:52] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
-[19:27:52] [Server thread/INFO]: Time elapsed: 391 ms
-[19:27:52] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
-[19:27:52] [Server thread/INFO]: Time elapsed: 192 ms
-[19:27:52] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.3
-[19:27:56] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
-[19:27:56] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.1
-[19:27:56] [Server thread/INFO]: [HolographicDisplays] Fatal error while enabling HolographicDisplays v3.0.1:
-
-Holographic Displays only supports Spigot from 1.8 to 1.19.3.
-The plugin has been disabled.
-
-[19:27:56] [Server thread/INFO]: [UltimateStacker] Enabling UltimateStacker v2.3.4
-[19:28:00] [Server thread/INFO]:  
-[19:28:00] [Server thread/INFO]: =============================
-[19:28:00] [Server thread/INFO]: UltimateStacker 2.3.4 by Songoda <3!
-[19:28:00] [Server thread/INFO]: Action: Enabling...
-[19:28:00] [Server thread/INFO]: [UltimateStacker] Loaded locale "en_US"
-[19:28:01] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked UltimateStacker.
-[19:28:06] [Server thread/INFO]: [UltimateStacker] Data handler connected using SQLite.
-[19:28:06] [Server thread/INFO]: =============================
-[19:28:06] [Server thread/INFO]:  
-[19:28:06] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.3
-[19:28:07] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! 
-[19:28:07] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
-[19:28:07] [Server thread/INFO]: --------------------
-[19:28:07] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
-[19:28:07] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
-[19:28:07] [Server thread/INFO]: --------------------
-[19:28:07] [Server thread/INFO]: [FabledSkyBlock] Enabling FabledSkyBlock v2.5.2-BETA
-[19:28:07] [Server thread/INFO]:  
-[19:28:07] [Server thread/INFO]: =============================
-[19:28:07] [Server thread/INFO]: FabledSkyBlock 2.5.2-BETA by Songoda <3!
-[19:28:07] [Server thread/INFO]: Action: Enabling...
-[19:28:07] [Server thread/INFO]: [FabledSkyBlock] Enabling Paper hooks
-[19:28:08] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked FabledSkyBlock.
-[19:28:09] [Server thread/INFO]: SkyBlock | Info: Generating Normal World 'island_normal_world'.
-[19:28:10] [Server thread/INFO]: Preparing start region for dimension minecraft:island_normal_world
-[19:28:10] [Server thread/INFO]: Time elapsed: 696 ms
-[19:28:10] [Server thread/INFO]: Unknown command. Type "/help" for help.
-[19:28:10] [Server thread/INFO]: Unknown command. Type "/help" for help.
-[19:28:10] [Server thread/INFO]: SkyBlock | Info: Generating Nether World 'island_nether_world'.
-[19:28:11] [Server thread/INFO]: Preparing start region for dimension minecraft:island_nether_world
-[19:28:12] [Server thread/INFO]: Time elapsed: 1587 ms
-[19:28:12] [Server thread/INFO]: Unknown command. Type "/help" for help.
-[19:28:12] [Server thread/INFO]: Unknown command. Type "/help" for help.
-[19:28:12] [Server thread/INFO]: SkyBlock | Info: Generating Void World 'island_end_world'.
-[19:28:12] [Server thread/INFO]: Preparing start region for dimension minecraft:island_end_world
-[19:28:13] [Server thread/INFO]: Time elapsed: 280 ms
-[19:28:13] [Server thread/INFO]: Unknown command. Type "/help" for help.
-[19:28:13] [Server thread/INFO]: Unknown command. Type "/help" for help.
-[19:28:13] [Server thread/INFO]: [FabledSkyBlock] Category Starter loaded with 9 challenges
-[19:28:13] [Server thread/INFO]: [FabledSkyBlock] Category Survivor loaded with 9 challenges
-[19:28:13] [Server thread/INFO]: [FabledSkyBlock] Category Champions loaded with 9 challenges
-[19:28:13] [Server thread/INFO]: [FabledSkyBlock] Category Sorcerers loaded with 9 challenges
-[19:28:13] [Server thread/INFO]: [FabledSkyBlock] Category Alchemist loaded with 9 challenges
-[19:28:13] [Server thread/INFO]: [FabledSkyBlock] Category Builders loaded with 9 challenges
-[19:28:13] [Server thread/INFO]: [FabledSkyBlock]  challenges loaded with 6 categories
-[19:28:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: fabledskyblock [2.5.2-BETA]
-[19:28:14] [Server thread/WARN]: [FabledSkyBlock] EconomyManager is default
-[19:28:14] [Server thread/INFO]: =============================
-[19:28:14] [Server thread/INFO]:  
-[19:28:14] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.8
-[19:28:14] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.8" 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--].
-[19:28:14] [Server thread/INFO]: [Multiverse-Core] §aWe 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.
-[19:28:15] [Server thread/INFO]: Preparing start region for dimension minecraft:schematic
-[19:28:17] [Server thread/INFO]: Time elapsed: 1705 ms
-[19:28:17] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
-[19:28:17] [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.
-[19:28:17] [Server thread/INFO]: [Multiverse-Core] Version 4.3.8 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
-[19:28:17] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.0-dev+52-c716fc8
-[19:28:18] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
-[19:28:18] [Server thread/INFO]: [Essentials] No kits found to migrate.
-[19:28:19] [Server thread/INFO]: [Essentials] Loaded 36926 items from items.json.
-[19:28:19] [Server thread/INFO]: [Essentials] Using locale en_US
-[19:28:19] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
-[19:28:19] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
-[19:28:19] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
-[19:28:20] [Server thread/INFO]: [Essentials] Using superperms-based permissions.
-[19:28:20] [Server thread/INFO]: [dynmap] Enabling dynmap v3.5-beta-2-849
-[19:28:20] [Server thread/ERROR]: Error occurred while enabling dynmap v3.5-beta-2-849 (Is it up to date?)
-java.lang.NoSuchMethodError: 'net.minecraft.world.level.material.Fluid net.minecraft.world.level.block.state.IBlockData.q()'
-    at org.dynmap.bukkit.helper.v119_3.BukkitVersionHelperSpigot119_3.initializeBlockStates(BukkitVersionHelperSpigot119_3.java:194) ~[Dynmap-3.5-beta-2-spigot.jar:?]
-    at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:922) ~[Dynmap-3.5-beta-2-spigot.jar:?]
-    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
-    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:192) ~[paper-1.19.4.jar:git-Paper-499]
-    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.4.jar:git-Paper-499]
-    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
-    at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555) ~[paper-1.19.4.jar:git-Paper-499]
-    at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1104) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[paper-1.19.4.jar:git-Paper-499]
-    at java.lang.Thread.run(Thread.java:833) ~[?:?]
-[19:28:20] [Server thread/INFO]: [dynmap] Disabling dynmap v3.5-beta-2-849
-[19:28:20] [Server thread/ERROR]: Error occurred (in the plugin loader) while disabling dynmap v3.5-beta-2-849 (Is it up to date?)
-java.lang.NullPointerException: Cannot invoke "org.dynmap.DynmapCore.disableCore()" because "this.core" is null
-    at org.dynmap.bukkit.DynmapPlugin.onDisable(DynmapPlugin.java:1083) ~[Dynmap-3.5-beta-2-spigot.jar:?]
-    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
-    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:227) ~[paper-1.19.4.jar:git-Paper-499]
-    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.19.4.jar:git-Paper-499]
-    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:537) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
-    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:196) ~[paper-1.19.4.jar:git-Paper-499]
-    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.4.jar:git-Paper-499]
-    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
-    at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555) ~[paper-1.19.4.jar:git-Paper-499]
-    at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1104) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[paper-1.19.4.jar:git-Paper-499]
-    at java.lang.Thread.run(Thread.java:833) ~[?:?]
-[19:28:20] [Server thread/INFO]: [Towny] Enabling Towny v0.98.6.20
-[19:28:20] [Server thread/INFO]: ====================      Towny      ========================
-[19:28:23] [Server thread/INFO]: [Towny] Successfully loaded translations for 40 languages.
-[19:28:23] [Server thread/INFO]: [Towny] Config: Loaded 9 townblock types: default, bank, shop, wilds, inn, farm, embassy, arena, jail.
-[19:28:23] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile
-[19:28:24] [Server thread/INFO]: [Towny] Database: Loaded in 780ms.
-[19:28:24] [Server thread/INFO]: [Towny] Database: 100% of residents have stored UUIDs.
-[19:28:24] [Thread-10/INFO]: [Towny] Cleaning up old backups...
-[19:28:24] [Server thread/INFO]: [Towny] Searching for third-party plugins...
-[19:28:24] [Server thread/INFO]: [Towny] Plugins found: 
-[19:28:24] [Server thread/INFO]: [Towny]   Permissions: TownyPerms, BukkitPermissions
-[19:28:24] [Server thread/INFO]: [Towny]   Economy: EssentialsX Economy via Vault
-[19:28:24] [Thread-10/INFO]: [Towny] Successfully cleaned backups.
-[19:28:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: townyadvanced [0.98.6.20]
-[19:28:24] [Server thread/INFO]: [Towny]   Add-ons: TownyChat v0.103, Dynmap-Towny v0.90, PlaceholderAPI
-                           v2.11.3
-[19:28:24] [Server thread/WARN]: [Towny]   Warning: EssentialsX Economy has been known to reset
-                           town and nation bank accounts on rare occasions.
-[19:28:24] [Thread-11/INFO]: [Towny] Making backup...
-[19:28:27] [Server thread/INFO]: =============================================================
-[19:28:27] [Server thread/INFO]: [Towny] Version: 0.98.6.20 - Plugin Enabled
-[19:28:27] [Server thread/INFO]: =============================================================
-[19:28:27] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.8-beta-01+cbb2ba7
-[19:28:27] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
-[19:28:27] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
-[19:28:27] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
-[19:28:27] [Server thread/INFO]: [WorldGuard] (island_normal_world) TNT ignition is PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (island_normal_world) Lighters are PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (island_normal_world) Lava fire is PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (island_normal_world) Fire spread is UNRESTRICTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'island_normal_world'
-[19:28:27] [Server thread/INFO]: [WorldGuard] (island_nether_world) TNT ignition is PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (island_nether_world) Lighters are PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (island_nether_world) Lava fire is PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (island_nether_world) Fire spread is UNRESTRICTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'island_nether_world'
-[19:28:27] [Server thread/INFO]: [WorldGuard] (island_end_world) TNT ignition is PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (island_end_world) Lighters are PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (island_end_world) Lava fire is PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (island_end_world) Fire spread is UNRESTRICTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'island_end_world'
-[19:28:27] [Server thread/INFO]: [WorldGuard] (schematic) TNT ignition is PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (schematic) Lighters are PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (schematic) Lava fire is PERMITTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] (schematic) Fire spread is UNRESTRICTED.
-[19:28:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'schematic'
-[19:28:27] [Server thread/INFO]: [WorldGuard] Loading region data...
-[19:28:28] [Thread-11/INFO]: [Towny] Towny flatfiles and settings successfully backed up.
-[19:28:29] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.2-SNAPSHOT (b??-2702bc3)
-[19:28:29] [Server thread/INFO]: [TownyChat] Enabling TownyChat v0.103
-[19:28:29] [Server thread/INFO]: [TownyChat] Towny version 0.98.6.20 found.
-[19:28:30] [Server thread/INFO]: [TownyChat] Default Channel set to general
-[19:28:30] [Server thread/INFO]: [EconomyShopGUI-Premium] Enabling EconomyShopGUI-Premium v4.7.0
-[19:28:30] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Using lang-en.yml as language file.
-[19:28:30] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Shops.yml has been found!
-[19:28:30] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Sections.yml has been found!
-[19:28:30] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Using minecraft version 1.19.4...
-[19:28:30] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Successfully hooked into Vault
-[19:28:30] [Server thread/INFO]: [EconomyShopGUI-Premium] [DEBUG]: Completed loading '1' economy provider(s) for all 18 shop sections.
-[19:28:31] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Spawner provider set to DEFAULT in config
-[19:28:31] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Using plugin default spawners...
-[19:28:31] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Enabled PlaceholderAPI hook...
-[19:28:31] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Debug mode is enabled.
-[19:28:31] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Updating Shop settings...
-[19:28:31] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Loading item stock...
-[19:28:31] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Loading limited selling provider...
-[19:28:31] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Loading all items...
-[19:28:34] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Initialized - Took 4595ms to complete
-[19:28:34] [Server thread/INFO]: [EpicFarming] Enabling EpicFarming v3.3.2-BETA
-[19:28:38] [Server thread/INFO]:  
-[19:28:38] [Server thread/INFO]: =============================
-[19:28:38] [Server thread/INFO]: EpicFarming 3.3.2-BETA by Songoda <3!
-[19:28:38] [Server thread/INFO]: Action: Enabling...
-[19:28:38] [Server thread/INFO]: [EpicFarming] Loaded locale "en_US"
-[19:28:39] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked EpicFarming.
-[19:28:39] [Server thread/INFO]: [EpicFarming] Data handler connected using SQLite.
-[19:28:39] [Server thread/INFO]: =============================
-[19:28:39] [Server thread/INFO]:  
-[19:28:39] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v4.13.1-VK
-[19:28:39] [Server thread/INFO]: [MineResetLite] MineResetLite version 4.13.1-VK enabled!
-[19:28:39] [Server thread/INFO]: [EpicHeads] Enabling EpicHeads v3.4.2-BETA
-[19:28:39] [Server thread/INFO]:  
-[19:28:39] [Server thread/INFO]: =============================
-[19:28:39] [Server thread/INFO]: EpicHeads 3.4.2-BETA by Songoda <3!
-[19:28:39] [Server thread/INFO]: Action: Enabling...
-[19:28:40] [Server thread/INFO]: [EpicHeads] Loaded locale "en_US"
-[19:28:40] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked EpicHeads.
-[19:28:43] [Server thread/INFO]: =============================
-[19:28:43] [Server thread/INFO]:  
-[19:28:43] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.20.0-dev+52-c716fc8
-[19:28:43] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
-[19:28:43] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.2.2
-[19:28:43] [Server thread/WARN]: [OpenInv] Your server version (v1_19_R3) is not supported.
-[19:28:43] [Server thread/WARN]: [OpenInv] Please download the correct version of OpenInv here: https://github.com/Jikoo/OpenInv/releases
-[19:28:43] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v4.2.5
-[19:28:43] [Server thread/INFO]: [Multiverse-Inventories 4.2.5] enabled.
-[19:28:43] [Server thread/INFO]: [UltraBar] Enabling UltraBar v2.3.2
-[19:28:43] [Server thread/INFO]: [UltraBar] WorldGuard detected. WorldGuard addon activated.
-[19:28:43] [Server thread/INFO]: [UltraBar] PlaceholderAPI detected. PlaceholderAPI addon activated.
-[19:28:43] [Server thread/INFO]: [UltraBar] Your server is running version v1_19_R3!
-[19:28:43] [Server thread/INFO]: [UltraBar] UltraBar is enabled and running fine! V: 2.3.2
-[19:28:43] [Server thread/INFO]: [UltraBar] Bstat metrics for this plugin is enabled. Disable it in the config if you do not want it on.
-[19:28:47] [Server thread/INFO]: [UltimateTimber] Enabling UltimateTimber v2.3.5
-[19:28:51] [Server thread/INFO]:  
-[19:28:51] [Server thread/INFO]: =============================
-[19:28:51] [Server thread/INFO]: UltimateTimber 2.3.5 by Songoda <3!
-[19:28:51] [Server thread/INFO]: Action: Enabling...
-[19:28:51] [Server thread/INFO]: [UltimateTimber] Loaded locale "en_US"
-[19:28:51] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked UltimateTimber.
-[19:28:51] [Server thread/WARN]: [NBTAPI] [NBTAPI] This Server-Version(v1_19_R3) is not supported by this NBT-API Version(2.11.1) located at com.songoda.ultimatetimber.core.third_party.de.tr7zw.nbtapi.utils.MinecraftVersion. The NBT-API will try to work as good as it can! Some functions may not work!
-[19:28:51] [Server thread/INFO]: =============================
-[19:28:51] [Server thread/INFO]:  
-[19:28:51] [Server thread/INFO]: [EpicFurnaces] Enabling EpicFurnaces v4.9.7-BETA
-[19:28:52] [Server thread/INFO]: [EpicFurnaces] Disabling EpicFurnaces v4.9.7-BETA
-[19:28:52] [Server thread/INFO]: [NoPermCommandSpy] Enabling NoPermCommandSpy v1*
-[19:28:52] [Server thread/INFO]: [ajParkour] Enabling ajParkour v2.12.10
-[19:28:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ajpk [2.12.10]
-[19:28:52] [Server thread/INFO]: ajParkour v2.12.10 by ajgeiss0702 has been enabled!
-[19:28:52] [Server thread/INFO]: [UltimateCatcher] Enabling UltimateCatcher v1.6.3
-[19:28:52] [Server thread/INFO]:  
-[19:28:52] [Server thread/INFO]: =============================
-[19:28:52] [Server thread/INFO]: UltimateCatcher 1.6.3 by Songoda <3!
-[19:28:52] [Server thread/INFO]: Action: Enabling...
-[19:28:52] [Thread-13/INFO]: 
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-You do not have access to the EpicFurnaces plugin.
-Please purchase a license at https://sngda.to/marketplace
-or set up your license at https://sngda.to/licenses
-License setup steps:
-Visit the link mentioned above and click the 'Create License' button.
-Copy the following IP address and UUID and click create.
-IP: 5.161.103.154
-UUID: 613992f0-3f86-42a8-8e74-5048cc91c452
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-[19:28:52] [Server thread/INFO]: [UltimateCatcher] Loaded locale "en_US"
-[19:28:52] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked UltimateCatcher.
-[19:28:53] [Server thread/WARN]: [NBTAPI] [NBTAPI] This Server-Version(v1_19_R3) is not supported by this NBT-API Version(2.10.0) located at com.songoda.ultimatecatcher.core.third_party.de.tr7zw.nbtapi.utils.MinecraftVersion. The NBT-API will try to work as good as it can! Some functions may not work!
-[19:28:53] [Server thread/INFO]: =============================
-[19:28:53] [Server thread/INFO]:  
-[19:28:53] [Server thread/INFO]: [TangledMaze] Enabling TangledMaze v2.1.1
-[19:28:53] [Server thread/INFO]: [BlockCreator] Enabling BlockCreator v1.0*
-[19:28:53] [Server thread/INFO]: [InsaneAnnouncer] Enabling InsaneAnnouncer v1.2.6
-[19:28:53] [Server thread/INFO]: [InsaneAnnouncer] Loading Plugin...
-[19:28:54] [Server thread/INFO]: [InsaneAnnouncer] Successfully loaded in 992 ms
-[19:28:54] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.1.0-SNAPSHOT
-[19:28:54] [Server thread/INFO]: [EpicLevels] Enabling EpicLevels v1.3.7-BETA
-[19:28:54] [Server thread/INFO]:  
-[19:28:54] [Server thread/INFO]: =============================
-[19:28:54] [Server thread/INFO]: EpicLevels 1.3.7-BETA by Songoda <3!
-[19:28:54] [Server thread/INFO]: Action: Enabling...
-[19:28:55] [Server thread/INFO]: [EpicLevels] Loaded locale "en_US"
-[19:28:55] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked EpicLevels.
-[19:28:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: epiclevels [1.3.7-BETA]
-[19:28:55] [Server thread/INFO]: =============================
-[19:28:55] [Server thread/INFO]:  
-[19:28:55] [Server thread/INFO]: [GravityTubes] Enabling GravityTubes v1.11.4
-[19:28:55] [Server thread/INFO]: [UltimateKits] Enabling UltimateKits v2.7.5
-[19:28:56] [Server thread/INFO]:  
-[19:28:56] [Server thread/INFO]: =============================
-[19:28:56] [Server thread/INFO]: UltimateKits 2.7.5 by Songoda <3!
-[19:28:56] [Server thread/INFO]: Action: Enabling...
-[19:28:56] [Server thread/INFO]: [UltimateKits] Loaded locale "en_US"
-[19:28:56] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked UltimateKits.
-[19:28:56] [Server thread/INFO]: [UltimateKits] Data handler connected using SQLite.
-[19:28:56] [Server thread/INFO]: =============================
-[19:28:56] [Server thread/INFO]:  
-[19:28:56] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
-[19:28:56] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
-[19:28:56] [Server thread/INFO]: [ClearLag] Loading modules...
-[19:28:56] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_19_R3.MinecraftServer)
-[19:28:56] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
-[19:28:56] [Server thread/INFO]: [ClearLag] Modules have been loaded!
-[19:28:56] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
-[19:28:56] [Thread-14/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.19]...
-[19:28:56] [Server thread/INFO]: [UltimateModeration] Enabling UltimateModeration v2.0.14
-[19:28:57] [Thread-14/INFO]: [ClearLag] No updates found!
-[19:28:57] [Server thread/INFO]:  
-[19:28:57] [Server thread/INFO]: =============================
-[19:28:57] [Server thread/INFO]: UltimateModeration 2.0.14 by Songoda <3!
-[19:28:57] [Server thread/INFO]: Action: Enabling...
-[19:28:57] [Server thread/INFO]: [UltimateModeration] Loaded locale "en_US"
-[19:28:57] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked UltimateModeration.
-[19:28:57] [Server thread/INFO]: [UltimateModeration] Data handler connected using SQLite.
-[19:28:57] [Server thread/INFO]: =============================
-[19:28:57] [Server thread/INFO]:  
-[19:28:57] [Server thread/INFO]: [EpicEnchants] Enabling EpicEnchants v1.2.7-BETA
-[19:28:57] [Server thread/INFO]:  
-[19:28:57] [Server thread/INFO]: =============================
-[19:28:57] [Server thread/INFO]: EpicEnchants 1.2.7-BETA by Songoda <3!
-[19:28:57] [Server thread/INFO]: Action: Enabling...
-[19:28:58] [Server thread/INFO]: [EpicEnchants] Loaded locale "en_US"
-[19:28:58] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked EpicEnchants.
-[19:28:58] [Server thread/INFO]: Using the master configurations because version is V1_19
-[19:28:58] [Server thread/INFO]: [EpicEnchants] Successfully loaded enchants: Obliterate, AntiGravity, IceAspect, Dodge, ObsidianDestroyer, Decapitation, Confusion, Berserk, Haste, Oxygenate, StormFall, DeathBringer, Fly, Explosive, Aquatic, Inquisitive, LifeSteal, Ragdoll, Wither, Blind, FeatherWeight, RocketEscape, FoodSteal, Glowing, Enlightened, Frozen, SelfDestruct, Experience, SkillSwipe, Shockwave, Gears, Overload, Insomnia, Lightning, DeathGod, Resist, Poison, PlagueCarrier
-[19:28:58] [Server thread/INFO]: =============================
-[19:28:58] [Server thread/INFO]:  
-[19:28:58] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.3
-[19:28:58] [Server thread/INFO]: [Votifier] Loaded token for website: default
-[19:28:58] [Server thread/INFO]: [Votifier] Using epoll transport to accept votes.
-[19:28:59] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
-[19:28:59] [Votifier epoll boss/INFO]: [Votifier] Votifier enabled on socket /[0:0:0:0:0:0:0:0%0]:26024.
-[19:28:59] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.15
-[19:28:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: supervanish [6.2.15]
-[19:28:59] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
-[19:28:59] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
-[19:28:59] [Server thread/INFO]: [Dynmap-Towny] Enabling Dynmap-Towny v0.90
-[19:28:59] [Server thread/INFO]: [Dynmap-Towny] initializing
-[19:28:59] [Server thread/INFO]: [Dynmap-Towny] Towny version 0.98.6.20 found.
-[19:28:59] [Server thread/INFO]: [UltimateTools] Enabling UltimateTools v1.2.5
-[19:28:59] [Server thread/INFO]:  
-[19:28:59] [Server thread/INFO]: =============================
-[19:28:59] [Server thread/INFO]: UltimateTools 1.2.5 by Songoda <3!
-[19:28:59] [Server thread/INFO]: Action: Enabling...
-[19:28:59] [Server thread/INFO]: [UltimateTools] Loaded locale "en_US"
-[19:28:59] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked UltimateTools.
-[19:28:59] [Server thread/INFO]: =============================
-[19:28:59] [Server thread/INFO]:  
-[19:28:59] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.0-dev+52-c716fc8
-[19:28:59] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
-[19:28:59] [Server thread/INFO]: [EpicHoppers] Enabling EpicHoppers v4.7.8
-[19:29:00] [Server thread/INFO]:  
-[19:29:00] [Server thread/INFO]: =============================
-[19:29:00] [Server thread/INFO]: EpicHoppers 4.7.8 by Songoda <3!
-[19:29:00] [Server thread/INFO]: Action: Enabling...
-[19:29:00] [Server thread/INFO]: [EpicHoppers] Loaded locale "en_US"
-[19:29:00] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked EpicHoppers.
-[19:29:00] [Server thread/INFO]: [EpicHoppers] Data handler connected using SQLite.
-[19:29:00] [Server thread/INFO]: =============================
-[19:29:00] [Server thread/INFO]:  
-[19:29:00] [Server thread/INFO]: [EpicSpawners] Enabling EpicSpawners v7.3.0
-[19:29:00] [Server thread/INFO]:  
-[19:29:00] [Server thread/INFO]: =============================
-[19:29:00] [Server thread/INFO]: EpicSpawners 7.3.0 by Songoda <3!
-[19:29:00] [Server thread/INFO]: Action: Enabling...
-[19:29:00] [Server thread/INFO]: [EpicSpawners] Loaded locale "en_US"
-[19:29:00] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked EpicSpawners.
-[19:29:01] [Server thread/INFO]: [EpicSpawners] Data handler connected using SQLite.
-[19:29:01] [Server thread/INFO]: =============================
-[19:29:01] [Server thread/INFO]:  
-[19:29:01] [Server thread/INFO]: [CreativeManager] Enabling CreativeManager v1.28.8
-[19:29:01] [Server thread/INFO]: [CreativeManager] =============================================================
-[19:29:01] [Server thread/INFO]: [CreativeManager] CreativeManager v1.28.8 (Update 1.28.8 available on SpigotMC)
-[19:29:01] [Server thread/INFO]: [CreativeManager] =============================================================
-[19:29:01] [Server thread/INFO]: [CreativeManager] Created by K0bus for AkuraGaming
-[19:29:01] [Server thread/INFO]: [CreativeManager] =============================================================
-[19:29:01] [Server thread/INFO]: [CreativeManager] Check config file for update
-[19:29:01] [Server thread/INFO]: [CreativeManager] Loading config file
-[19:29:01] [Server thread/INFO]: [CreativeManager] Configuration loaded
-[19:29:01] [Server thread/INFO]: [CreativeManager] Language loaded [en_EN]
-[19:29:01] [Server thread/INFO]: [CreativeManager] Listener registered
-[19:29:01] [Server thread/INFO]: [CreativeManager] Commands registered
-[19:29:01] [Server thread/INFO]: [CreativeManager] Entities permissions registered ! [125]
-[19:29:02] [Server thread/INFO]: [CreativeManager] Log loaded from database ! [22938]
-[19:29:02] [Server thread/INFO]: [CreativeManager] =============================================================
-[19:29:02] [Server thread/INFO]: [EpicVouchers] Enabling EpicVouchers v2.2.6-BETA
-[19:29:02] [Server thread/INFO]:  
-[19:29:02] [Server thread/INFO]: =============================
-[19:29:02] [Server thread/INFO]: EpicVouchers 2.2.6-BETA by Songoda <3!
-[19:29:02] [Server thread/INFO]: Action: Enabling...
-[19:29:02] [Server thread/INFO]: [EpicVouchers] Loaded locale "en_US"
-[19:29:02] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked EpicVouchers.
-[19:29:02] [Server thread/INFO]: =============================
-[19:29:02] [Server thread/INFO]:  
-[19:29:02] [Server thread/INFO]: [EpicSellWands] Enabling EpicSellWands v1.2.7-BETA
-[19:29:03] [Server thread/INFO]:  
-[19:29:03] [Server thread/INFO]: =============================
-[19:29:03] [Server thread/INFO]: EpicSellWands 1.2.7-BETA by Songoda <3!
-[19:29:03] [Server thread/INFO]: Action: Enabling...
-[19:29:03] [Server thread/INFO]: [EpicSellWands] Loaded locale "en_US"
-[19:29:03] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked EpicSellWands.
-[19:29:03] [Server thread/INFO]: =============================
-[19:29:03] [Server thread/INFO]:  
-[19:29:03] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
-[19:29:03] [Server thread/INFO]: 0 placeholder hook(s) registered!
-[19:29:03] [Server thread/INFO]: [Geyser-Spigot] ******************************************
-[19:29:03] [Server thread/INFO]: [Geyser-Spigot] 
-[19:29:03] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.1.0-SNAPSHOT (git-master-0f99abc)
-[19:29:03] [Server thread/INFO]: [Geyser-Spigot] 
-[19:29:03] [Server thread/INFO]: [Geyser-Spigot] ******************************************
-[19:29:14] [Network Listener - #2/INFO]: [Geyser-Spigot] Started Geyser on 0.0.0.0:26022
-[19:29:14] [Server thread/INFO]: [Geyser-Spigot] Done (10.785s)! Run /geyser help for help!
-[19:29:15] [Server thread/INFO]: Running delayed init tasks
-[19:29:15] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
-[19:29:15] [Craft Scheduler Thread - 5 - FabledSkyBlock/INFO]: SkyBlock | Info: Fetching user information from island data. This may take a while...
-[19:29:15] [Craft Scheduler Thread - 5 - FabledSkyBlock/INFO]: SkyBlock | Info: Finished fetching user information from island data. No users were ignored.
-[19:29:15] [Craft Scheduler Thread - 5 - Essentials/INFO]: [Essentials] Fetching version information...
-[19:29:15] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
-[19:29:15] [Craft Scheduler Thread - 11 - Towny/INFO]: [Towny] Checking for updates...
-[19:29:15] [Craft Scheduler Thread - 7 - Towny/INFO]: [Towny] Time until a New Day: 16 hours, 30 minutes, 45 seconds
-[19:29:15] [Craft Scheduler Thread - 14 - Vault/INFO]: [Vault] Checking for Updates ... 
-[19:29:15] [Craft Scheduler Thread - 14 - Vault/INFO]: [Vault] No new version available
-[19:29:15] [Server thread/INFO]: [TownyChat] -******* TownyChat enabled *******-
-[19:29:15] [Server thread/INFO]: [Multiverse-Inventories] First run!
-[19:29:15] [Server thread/INFO]: Done (440.888s)! For help, type "help"
-[19:29:15] [Server thread/INFO]: Timings Reset
-[19:29:15] [Craft Scheduler Thread - 10 - ajParkour/INFO]: [ajParkour] You are up to date! (2.12.10)
-[19:29:16] [Server thread/INFO]: An update for BlockLocker (version 1.12.0) is available for manual download.
-[19:29:16] [Server thread/INFO]: More information: https://www.spigotmc.org/resources/blocklocker.3268/update?update=495103
-[19:29:16] [Craft Scheduler Thread - 11 - Towny/INFO]: [Towny] New update available: 0.99.0.0 | Current version: 0.98.6.20
-[19:29:16] [Craft Scheduler Thread - 11 - Towny/INFO]: [Towny] Download it here: https://github.com/TownyAdvanced/Towny/releases/tag/0.99.0.0
-[19:29:17] [Server thread/INFO]: [HolographicDisplays] Fatal error while enabling the plugin. Check previous logs for more information.
-[19:29:18] [Server thread/INFO]: [EpicHeads] Data handler connected using SQLite.
-[19:29:18] [Server thread/INFO]: [EpicLevels] Data handler connected using SQLite.
-[19:29:19] [Craft Scheduler Thread - 13 - TangledMaze/INFO]: [TangledMaze] Plugin is up to date :)
-[19:29:19] [Server thread/INFO]: [EpicSpawners] Loading Crafting Recipes
-[19:29:19] [Server thread/INFO]: [EpicHeads] Loaded 21293 heads
-[19:29:19] [Server thread/ERROR]: [com.songoda.ultimatestacker.core.nms.NmsManager] Failed to load NMS for this server version: version v1_19_R3 not found
-[19:29:19] [Server thread/WARN]: [UltimateStacker] Task #176 for UltimateStacker v2.3.4 generated an exception
-java.lang.NullPointerException: Cannot invoke "com.songoda.ultimatestacker.core.nms.world.WorldCore.getWorld(org.bukkit.World)" because the return value of "com.songoda.ultimatestacker.core.nms.NmsManager.getWorld()" is null
-    at com.songoda.ultimatestacker.core.world.SWorld.<init>(SWorld.java:18) ~[UltimateStacker-2.3.4.jar:?]
-    at com.songoda.ultimatestacker.tasks.StackingTask.<init>(StackingTask.java:96) ~[UltimateStacker-2.3.4.jar:?]
-    at com.songoda.ultimatestacker.UltimateStacker.lambda$onDataLoad$1(UltimateStacker.java:266) ~[UltimateStacker-2.3.4.jar:?]
-    at com.songoda.ultimatestacker.database.DataManager.lambda$getEntities$16(DataManager.java:338) ~[UltimateStacker-2.3.4.jar:?]
-    at org.bukkit.craftbukkit.v1_19_R3.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.19.4.jar:git-Paper-499]
-    at org.bukkit.craftbukkit.v1_19_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1483) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:447) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1397) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1174) ~[paper-1.19.4.jar:git-Paper-499]
-    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[paper-1.19.4.jar:git-Paper-499]
-    at java.lang.Thread.run(Thread.java:833) ~[?:?]