Paste #127126: Unnamed Server Log Paste

Date: 2024/10/09 03:33:35 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


[10:21:05] [ServerMain/WARN]: You specified a resource pack without providing a sha1 hash. Pack will be updated on the client only if you change the name of the pack.
[10:21:05] [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'
[10:21:05] [ServerMain/INFO]: Found non-pack entry './world/datapacks/32696', ignoring
[10:21:05] [ServerMain/ERROR]: Invalid directory entry: 32725 in ./world/datapacks/BlazeandCave's+Advancements+Pack+1.16.2.
java.nio.file.NotDirectoryException: 32725
    at net.minecraft.server.packs.PathPackResources.getNamespaces(PathPackResources.java:110) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.packs.resources.MultiPackResourceManager.lambda$new$0(MultiPackResourceManager.java:27) ~[?:?]
    at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:273) ~[?:?]
    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) ~[?:?]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) ~[?:?]
    at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) ~[?:?]
    at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622) ~[?:?]
    at java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627) ~[?:?]
    at net.minecraft.server.packs.resources.MultiPackResourceManager.lambda$new$0(MultiPackResourceManager.java:27) ~[?:?]
    at net.minecraft.server.WorldLoader$PackConfig.createResourceManager(WorldLoader.java:80) ~[?:?]
    at net.minecraft.server.WorldLoader.a(WorldLoader.java:28) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.Main.lambda$main$2(Main.java:258) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.Util.blockUntilDone(Util.java:821) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:816) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:257) ~[paper-1.20.1.jar:git-Paper-196]
    at org.bukkit.craftbukkit.Main.main(Main.java:324) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
[10:21:05] [ServerMain/ERROR]: Invalid directory entry: 32748 in ./world/datapacks/BlazeandCave's+Advancements+Pack+1.16.2.
java.nio.file.NotDirectoryException: 32748
    at net.minecraft.server.packs.PathPackResources.getNamespaces(PathPackResources.java:110) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.packs.resources.MultiPackResourceManager.lambda$new$0(MultiPackResourceManager.java:27) ~[?:?]
    at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:273) ~[?:?]
    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) ~[?:?]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) ~[?:?]
    at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) ~[?:?]
    at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622) ~[?:?]
    at java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627) ~[?:?]
    at net.minecraft.server.packs.resources.MultiPackResourceManager.lambda$new$0(MultiPackResourceManager.java:27) ~[?:?]
    at net.minecraft.server.WorldLoader$PackConfig.createResourceManager(WorldLoader.java:80) ~[?:?]
    at net.minecraft.server.WorldLoader.a(WorldLoader.java:28) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.Main.lambda$main$2(Main.java:258) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.Util.blockUntilDone(Util.java:821) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:816) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:257) ~[paper-1.20.1.jar:git-Paper-196]
    at org.bukkit.craftbukkit.Main.main(Main.java:324) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
[10:21:05] [ServerMain/ERROR]: Invalid directory entry: 32725 in ./world/datapacks/BlazeandCave's+Advancements+Pack+1.16.2.
java.nio.file.NotDirectoryException: 32725
    at net.minecraft.server.packs.PathPackResources.getNamespaces(PathPackResources.java:110) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.packs.resources.MultiPackResourceManager.<init>(MultiPackResourceManager.java:33) ~[?:?]
    at net.minecraft.server.WorldLoader$PackConfig.createResourceManager(WorldLoader.java:80) ~[?:?]
    at net.minecraft.server.WorldLoader.a(WorldLoader.java:28) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.Main.lambda$main$2(Main.java:258) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.Util.blockUntilDone(Util.java:821) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:816) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:257) ~[paper-1.20.1.jar:git-Paper-196]
    at org.bukkit.craftbukkit.Main.main(Main.java:324) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
[10:21:05] [ServerMain/ERROR]: Invalid directory entry: 32748 in ./world/datapacks/BlazeandCave's+Advancements+Pack+1.16.2.
java.nio.file.NotDirectoryException: 32748
    at net.minecraft.server.packs.PathPackResources.getNamespaces(PathPackResources.java:110) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.packs.resources.MultiPackResourceManager.<init>(MultiPackResourceManager.java:33) ~[?:?]
    at net.minecraft.server.WorldLoader$PackConfig.createResourceManager(WorldLoader.java:80) ~[?:?]
    at net.minecraft.server.WorldLoader.a(WorldLoader.java:28) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.Main.lambda$main$2(Main.java:258) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.Util.blockUntilDone(Util.java:821) ~[?:?]
    at net.minecraft.Util.blockUntilDone(Util.java:816) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:257) ~[paper-1.20.1.jar:git-Paper-196]
    at org.bukkit.craftbukkit.Main.main(Main.java:324) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
[10:21:11] [ServerMain/INFO]: Loaded 7 recipes
[10:21:12] [Server thread/INFO]: Starting minecraft server version 1.20.1
[10:21:12] [Server thread/WARN]: ****************************
[10:21:12] [Server thread/WARN]: YOU ARE RUNNING THIS SERVER AS AN ADMINISTRATIVE OR ROOT USER. THIS IS NOT ADVISED.
[10:21:12] [Server thread/WARN]: YOU ARE OPENING YOURSELF UP TO POTENTIAL RISKS WHEN DOING THIS.
[10:21:12] [Server thread/WARN]: FOR MORE INFORMATION, SEE https://madelinemiller.dev/blog/root-minecraft-server/
[10:21:12] [Server thread/WARN]: ****************************
[10:21:12] [Server thread/INFO]: Loading properties
[10:21:12] [Server thread/INFO]: This server is running Paper version git-Paper-196 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 773dd72)
[10:21:13] [Server thread/INFO]: Server Ping Player Sample Count: 12
[10:21:13] [Server thread/INFO]: Using 4 threads for Netty based IO
[10:21:13] [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
[10:21:13] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[10:21:13] [Server thread/INFO]: Default game type: SURVIVAL
[10:21:13] [Server thread/INFO]: Generating keypair
[10:21:14] [Server thread/INFO]: Starting Minecraft server on *:44444
[10:21:14] [Server thread/INFO]: Using epoll channel type
[10:21:14] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[10:21:14] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[10:21:15] [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!
[10:21:21] [Server thread/WARN]: Legacy plugin EasyWhitelist v1.0.2 does not specify an api-version.
[10:21:21] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loading 2 libraries... please wait
[10:21:37] [ServerMain/WARN]: You specified a resource pack without providing a sha1 hash. Pack will be updated on the client only if you change the name of the pack.
[10:21:38] [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'
[10:21:38] [ServerMain/ERROR]: Failed to start the minecraft server
net.minecraft.util.SessionLock$ExceptionWorldConflict: /root/lobby/vanila/./world/session.lock: already locked (possibly by other Minecraft instance?)
    at net.minecraft.util.DirectoryLock$LockException.alreadyLocked(DirectoryLock.java:102) ~[?:?]
    at net.minecraft.util.DirectoryLock.create(DirectoryLock.java:30) ~[?:?]
    at net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess.<init>(LevelStorageSource.java:512) ~[?:?]
    at net.minecraft.world.level.storage.LevelStorageSource.validateAndCreateAccess(LevelStorageSource.java:425) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:211) ~[paper-1.20.1.jar:git-Paper-196]
    at org.bukkit.craftbukkit.Main.main(Main.java:324) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
er thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /root/lobby/vanila/libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
[10:21:21] [Server thread/INFO]: [SpigotLibraryLoader] [BattlePass] Loading 3 libraries... please wait
[10:21:22] [Server thread/INFO]: [SpigotLibraryLoader] [BattlePass] Loaded library /root/lobby/vanila/libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
[10:21:22] [Server thread/INFO]: [SpigotLibraryLoader] [BattlePass] Loaded library /root/lobby/vanila/libraries/com/zaxxer/HikariCP/3.4.5/HikariCP-3.4.5.jar
[10:21:22] [Server thread/INFO]: [SpigotLibraryLoader] [BattlePass] Loaded library /root/lobby/vanila/libraries/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[10:21:22] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v5.0.4-SNAPSHOT
[10:21:22] [Server thread/INFO]: [ViaVersion] ViaVersion 5.0.4-SNAPSHOT is now loaded. Registering protocol transformers and injecting...
[10:21:23] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[10:21:23] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[10:21:24] [Server thread/INFO]: [ViaBackwards] Loading translations...
[10:21:24] [Server thread/INFO]: [ViaBackwards] Registering protocols...
[10:21:25] [Server thread/ERROR]: [ViaVersion] Error initializing plugin 'ViaVersion-5.0.4-SNAPSHOT.jar' in folder 'plugins' (Is it up to date?)
java.lang.NoSuchMethodError: 'void com.viaversion.viabackwards.protocol.v1_21to1_20_5.rewriter.BlockItemPacketRewriter1_21.registerMerchantOffers1_20_5(com.viaversion.viaversion.api.protocol.packet.ClientboundPacketType, com.viaversion.viaversion.api.type.Type, com.viaversion.viaversion.api.type.Type, com.viaversion.viaversion.api.type.Type, com.viaversion.viaversion.api.type.Type)'
    at com.viaversion.viabackwards.protocol.v1_21to1_20_5.rewriter.BlockItemPacketRewriter1_21.registerPackets(BlockItemPacketRewriter1_21.java:82) ~[ViaBackwards-5.0.3.jar:?]
    at com.viaversion.viaversion.api.rewriter.RewriterBase.register(RewriterBase.java:36) ~[ViaVersion-5.0.4-SNAPSHOT.jar:?]
    at com.viaversion.viaversion.api.protocol.AbstractProtocol.callRegister(AbstractProtocol.java:228) ~[ViaVersion-5.0.4-SNAPSHOT.jar:?]
    at com.viaversion.viaversion.api.protocol.AbstractProtocol.registerPackets(AbstractProtocol.java:212) ~[ViaVersion-5.0.4-SNAPSHOT.jar:?]
    at com.viaversion.viabackwards.api.BackwardsProtocol.registerPackets(BackwardsProtocol.java:49) ~[ViaBackwards-5.0.3.jar:?]
    at com.viaversion.viabackwards.protocol.v1_21to1_20_5.Protocol1_21To1_20_5.registerPackets(Protocol1_21To1_20_5.java:68) ~[ViaBackwards-5.0.3.jar:?]
    at com.viaversion.viaversion.api.protocol.AbstractProtocol.initialize(AbstractProtocol.java:106) ~[ViaVersion-5.0.4-SNAPSHOT.jar:?]
    at com.viaversion.viaversion.protocol.ProtocolManagerImpl.registerProtocol(ProtocolManagerImpl.java:205) ~[ViaVersion-5.0.4-SNAPSHOT.jar:?]
    at com.viaversion.viaversion.protocol.ProtocolManagerImpl.registerProtocol(ProtocolManagerImpl.java:199) ~[ViaVersion-5.0.4-SNAPSHOT.jar:?]
    at com.viaversion.viabackwards.api.ViaBackwardsPlatform.init(ViaBackwardsPlatform.java:143) ~[ViaBackwards-5.0.3.jar:?]
    at com.viaversion.viabackwards.BukkitPlugin.lambda$new$0(BukkitPlugin.java:38) ~[ViaBackwards-5.0.3.jar:?]
    at com.viaversion.viaversion.ViaManagerImpl.init(ViaManagerImpl.java:115) ~[ViaVersion-5.0.4-SNAPSHOT.jar:?]
    at com.viaversion.viaversion.ViaVersionPlugin.onLoad(ViaVersionPlugin.java:84) ~[ViaVersion-5.0.4-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:40) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.20.1.jar:git-Paper-196]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadPlugins(CraftServer.java:510) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1100) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
[10:21:25] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.141
[10:21:25] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.5
[10:21:25] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[10:21:25] [Server thread/INFO]: [TabTPS] Loading server plugin TabTPS v1.3.21
[10:21:25] [Server thread/INFO]: [PlasmoVoice] Loading server plugin PlasmoVoice v2.0.8
[10:21:25] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.3.0-SNAPSHOT-726
[10:21:26] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0-dev+115-6157668
[10:21:26] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v5.0.3
[10:21:26] [Server thread/INFO]: [pv-addon-lavaplayer-lib] Loading server plugin pv-addon-lavaplayer-lib v1.0.6
[10:21:26] [Server thread/INFO]: [Clans] Loading server plugin Clans v0.4.5
[10:21:26] [Server thread/INFO]: [pv-addon-broadcast] Loading server plugin pv-addon-broadcast v1.0.1
[10:21:26] [Server thread/INFO]: [Chunky] Loading server plugin Chunky v1.3.136
[10:21:26] [Server thread/INFO]: [pv-addon-priority] Loading server plugin pv-addon-priority v1.0.0
[10:21:26] [Server thread/INFO]: [FlectoneChat] Loading server plugin FlectoneChat v4.2.0
[10:21:26] [Server thread/INFO]: [EasyWhitelist] Loading server plugin EasyWhitelist v1.0.2
[10:21:26] [Server thread/INFO]: [SeeMore] Loading server plugin SeeMore v1.0.2
[10:21:26] [Server thread/INFO]: [AuthMe] Loading server plugin AuthMe v5.6.0-bCUSTOM
[10:21:26] [Server thread/INFO]: [CMILib] Loading server plugin CMILib v1.5.1.3
[10:21:26] [Server thread/INFO]: [OpenInv] Loading server plugin OpenInv v4.4.0
[10:21:26] [Server thread/INFO]: [UltimateModeration] Loading server plugin UltimateModeration v3.2.0
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loading dependency org.jooq:jooq:3.14.16 from https://repo1.maven.org/maven2
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loaded dependency 'jooq-3.14.16' successfully.
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] ----------------------------
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loading dependency org.apache.commons:commons-text:1.12.0 from https://repo1.maven.org/maven2
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loaded dependency 'commons-text-1.12.0' successfully.
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] ----------------------------
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loading dependency com.zaxxer:HikariCP:4.0.3 from https://repo1.maven.org/maven2
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loaded dependency 'HikariCP-4.0.3' successfully.
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] ----------------------------
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loading dependency org.mariadb.jdbc:mariadb-java-client:3.2.0 from https://repo1.maven.org/maven2
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loaded dependency 'mariadb-java-client-3.2.0' successfully.
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] ----------------------------
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loading dependency org.slf4j:slf4j-api:2.0.11 from https://repo1.maven.org/maven2
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loaded dependency 'slf4j-api-2.0.11' successfully.
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] ----------------------------
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loading dependency com.h2database:h2:1.4.200 from https://repo1.maven.org/maven2
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loaded dependency 'h2-1.4.200' successfully.
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] ----------------------------
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loading dependency com.github.cryptomorin:XSeries:11.2.0 from https://repo1.maven.org/maven2
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loaded dependency 'XSeries-11.2.0' successfully.
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] ----------------------------
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loading dependency org.apache.commons:commons-lang3:3.14.0 from https://repo1.maven.org/maven2
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loaded dependency 'commons-lang3-3.14.0' successfully.
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] ----------------------------
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loading dependency org.reactivestreams:reactive-streams:1.0.2 from https://repo1.maven.org/maven2
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] Loaded dependency 'reactive-streams-1.0.2' successfully.
[10:21:26] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] ----------------------------
[10:21:26] [Server thread/INFO]: [PL-Hide] Loading server plugin PL-Hide v1.5.21
[10:21:26] [Server thread/INFO]: [dMOTD] Loading server plugin dMOTD v2.2
[10:21:26] [Server thread/INFO]: [Denizen] Loading server plugin Denizen v1.3.0-SNAPSHOT (build 1803-REL)
[10:21:26] [Server thread/INFO]: [PlugManX] Loading server plugin PlugManX v2.3.5
[10:21:26] [Server thread/INFO]: [Geyser-Spigot] Loading server plugin Geyser-Spigot v2.4.3-SNAPSHOT
[10:21:27] [Server thread/INFO]: [Geyser-Spigot] Loading extensions...
[10:21:27] [Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
[10:21:27] [Server thread/INFO]: [NCR] Loading server plugin NoChatReports v1.1.0
[10:21:27] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.7.1
[10:21:28] [Server thread/ERROR]: Cannot load plugins/GSit/lang/lastleak.org
org.bukkit.configuration.InvalidConfigurationException: Top level is not a Map.
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:108) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:309) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at dev.geco.gsit.manager.MManager.loadMessages(MManager.java:65) ~[LastLeak_GSit-1.7.1.jar:?]
    at dev.geco.gsit.manager.MManager.<init>(MManager.java:31) ~[LastLeak_GSit-1.7.1.jar:?]
    at dev.geco.gsit.manager.mm.MPaperManager.<init>(MPaperManager.java:23) ~[LastLeak_GSit-1.7.1.jar:?]
    at dev.geco.gsit.GSitMain.onLoad(GSitMain.java:153) ~[LastLeak_GSit-1.7.1.jar:?]
    at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:40) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.20.1.jar:git-Paper-196]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadPlugins(CraftServer.java:510) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1100) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
[10:21:28] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.2
[10:21:28] [Server thread/INFO]: [pv-addon-sculk] Loading server plugin pv-addon-sculk v1.0.0
[10:21:28] [Server thread/INFO]: [pv-addon-discs] Loading server plugin pv-addon-discs v1.0.5
[10:21:28] [Server thread/INFO]: [pv-addon-groups] Loading server plugin pv-addon-groups v1.0.3
[10:21:28] [Server thread/INFO]: [AdvancedBan] Loading server plugin AdvancedBan v2.3.0
[10:21:28] [Server thread/INFO]: [MyCommand] Loading server plugin MyCommand v5.7.4
[10:21:28] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v22.2
[10:21:28] [Server thread/INFO]: [InventoryRollbackPlus] Loading server plugin InventoryRollbackPlus v1.6.12
[10:21:28] [Server thread/INFO]: [emotecraft] Loading server plugin emotecraft v2.2.0
[10:21:28] [Server thread/INFO]: [BattlePass] Loading server plugin BattlePass v4.6.13
[10:21:28] [Server thread/INFO]: [pv-addon-whisper] Loading server plugin pv-addon-whisper v1.0.0
[10:21:28] [Server thread/INFO]: [SkinsRestorer] Loading server plugin SkinsRestorer v15.4.3
[10:21:28] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[10:21:28] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.141
[10:21:30] [Server thread/INFO]:         __    
[10:21:30] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.141
[10:21:30] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[10:21:30] [Server thread/INFO]: 
[10:21:30] [Server thread/INFO]: [LuckPerms] Loading configuration...
[10:21:31] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[10:21:34] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[10:21:35] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[10:21:35] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 7516ms)
[10:21:35] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[10:21:36] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[10:21:36] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[10:21:36] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[10:21:36] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[10:21:36] [Server thread/INFO]: [PlasmoVoice] Enabling PlasmoVoice v2.0.8
[10:21:36] [Server thread/INFO]: [PlasmoVoice] LuckPerms permissions listener attached
[10:21:37] [Server thread/INFO]: [PlasmoVoice] pv-addon-groups v1.0.3 by KPidS loaded
[10:21:37] [Server thread/INFO]: [PlasmoVoice] pv-addon-broadcast v1.0.1 by Apehum loaded
[10:21:37] [Server thread/INFO]: [PlasmoVoice] pv-addon-lavaplayer-lib v1.0.6 by Apehum loaded
[10:21:37] [Server thread/INFO]: [PlasmoVoice] pv-addon-sculk v1.0.0 by Apehum loaded
[10:21:38] [Server thread/INFO]: [PlasmoVoice] pv-addon-priority v1.0.0 by Apehum loaded
[10:21:38] [Server thread/INFO]: [PlasmoVoice] pv-addon-discs v1.0.5 by KPidS loaded
[10:21:38] [Server thread/INFO]: [PlasmoVoice] pv-addon-whisper v1.0.0 by Apehum loaded
[10:21:38] [Server thread/INFO]: [PlasmoVoice] UDP server is started on /[0:0:0:0:0:0:0:0]:25565
[10:21:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: plasmovoice [2.0.8]
[10:21:38] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.3.0-SNAPSHOT-726
[10:21:38] [Server thread/INFO]: [pv-addon-lavaplayer-lib] Enabling pv-addon-lavaplayer-lib v1.0.6
[10:21:38] [Server thread/INFO]: [pv-addon-broadcast] Enabling pv-addon-broadcast v1.0.1
[10:21:38] [Server thread/INFO]: [pv-addon-priority] Enabling pv-addon-priority v1.0.0
[10:21:38] [Server thread/INFO]: [dMOTD] Enabling dMOTD v2.2
[10:21:38] [Server thread/INFO]: ╔════════════════════════════════
[10:21:38] [Server thread/INFO]: ║ Plugin dMotd enabled!
[10:21:38] [Server thread/INFO]: ║ Made by Drespovsky.
[10:21:38] [Server thread/INFO]: ║ Version 2.2
[10:21:38] [Server thread/INFO]: ╚════════════════════════════════
[10:21:38] [Server thread/INFO]: [PlugManX] Enabling PlugManX v2.3.5
[10:21:38] [Server thread/WARN]: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[10:21:38] [Server thread/WARN]: It seems like you're running on paper.
[10:21:38] [Server thread/WARN]: This may cause issues.
[10:21:38] [Server thread/WARN]: If you encounter any issues, please join my dicord: https://discord.gg/dBhfCzdZxq
[10:21:38] [Server thread/WARN]: Or create an issue on GitHub: https://github.com/TheBlackEntity/PlugMan
[10:21:38] [Server thread/WARN]: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[10:21:40] [Server thread/INFO]: [pv-addon-sculk] Enabling pv-addon-sculk v1.0.0
[10:21:40] [Server thread/INFO]: [pv-addon-discs] Enabling pv-addon-discs v1.0.5
[10:21:41] [Server thread/INFO]: [pv-addon-groups] Enabling pv-addon-groups v1.0.3
[10:21:41] [Server thread/INFO]: [pv-addon-whisper] Enabling pv-addon-whisper v1.0.0
[10:21:41] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v15.4.3
[10:21:41] [Server thread/WARN]: [SkinsRestorer] You must agree to the rules at 'commands.perSkinPermissionsConsent' in the config to use per skin permissions.
[10:21:41] [Server thread/INFO]: [SkinsRestorer] Found custom translations, loading...
[10:21:41] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.help_sr_props
[10:21:41] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.help_sr_set_skin_all
[10:21:41] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.help_sr_apply_skin_all
[10:21:41] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.admincommand_status_working_count
[10:21:41] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.admincommand_status_summary_finished
[10:21:41] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.admincommand_props_request_time
[10:21:41] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.admincommand_props_profile_id
[10:21:41] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.admincommand_props_name
[10:21:41] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.admincommand_props_skin_texture
[10:21:41] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.admincommand_props_more_info_in_console
[10:21:41] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.admincommand_setskinall_not_found
[10:21:41] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.admincommand_setskinall_success
[10:21:41] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.admincommand_applyskinall_player_error
[10:21:41] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.admincommand_applyskinall_success
[10:21:42] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.command_click_to_suggest
[10:21:42] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.command_help_header
[10:21:42] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.command_help_format
[10:21:42] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.ms_updating_skin
[10:21:42] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.generic_error
[10:21:42] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.skinsmenu_title_new
[10:21:42] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.sponge_metrics_consent
[10:21:42] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.sponge_metrics_hover
[10:21:42] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.info_no_brackets
[10:21:42] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.permission_admincommand_props
[10:21:42] [Server thread/WARN]: [SkinsRestorer] Skipping unknown message key skinsrestorer.permission_admincommand_applyskinall
[10:21:42] [Server thread/INFO]: [SkinsRestorer] Running on Minecraft 1.20.1.
[10:21:42] [Server thread/INFO]: [SkinsRestorer] Using paper join listener!
[10:21:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: skinsrestorer [15.4.3]
[10:21:42] [Server thread/INFO]: [SkinsRestorer] PlaceholderAPI expansion registered!
[10:21:42] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[10:21:42] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[10:21:42] [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.
[10:21:42] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[10:21:42] [Server thread/INFO]: Preparing level "world"
[10:21:43] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[10:21:43] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     +==================+
[10:21:43] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |   SkinsRestorer  |
[10:21:43] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |------------------|
[10:21:43] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |  Standalone Mode |
[10:21:43] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     +==================+
[10:21:43] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[10:21:43] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     Version: 15.4.3
[10:21:43] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     Commit: 4aa9140
[10:21:43] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     This is the latest version!
[10:21:43] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[10:21:43] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] Do you have issues? Read our troubleshooting guide: https://skinsrestorer.net/docs/troubleshooting
[10:21:43] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] Want to support SkinsRestorer? Consider donating: https://skinsrestorer.net/donate
[10:21:43] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[10:21:44] [Server thread/INFO]: Time elapsed: 215 ms
[10:21:44] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[10:21:44] [Server thread/INFO]: Time elapsed: 49 ms
[10:21:44] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[10:21:44] [Server thread/INFO]: Time elapsed: 53 ms
[10:21:44] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.0.4-SNAPSHOT
[10:21:44] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.20-1.20.1 (763)
[10:21:44] [Server thread/ERROR]: [ViaVersion] ************************************************
[10:21:44] [Server thread/ERROR]: [ViaVersion] You are using unsupported software and may encounter unforeseeable issues.
[10:21:44] [Server thread/ERROR]: [ViaVersion] 
[10:21:44] [Server thread/ERROR]: [ViaVersion] We strongly advise against using NoChatReports:
[10:21:44] [Server thread/ERROR]: [ViaVersion] Instead of doing the obvious (or nothing at all), these kinds of plugins completely break chat message handling, usually then also breaking other plugins.
[10:21:44] [Server thread/ERROR]: [ViaVersion] 
[10:21:44] [Server thread/ERROR]: [ViaVersion] We will not provide support in case you encounter issues possibly related to this software.
[10:21:44] [Server thread/ERROR]: [ViaVersion] ************************************************
[10:21:44] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.5
[10:21:44] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[10:21:44] [Server thread/INFO]: [TabTPS] Enabling TabTPS v1.3.21
[10:21:45] [Server thread/INFO]: [TabTPS] Successfully registered Mojang Brigadier support for commands.
[10:21:45] [Server thread/INFO]: [TabTPS] Successfully registered asynchronous command completion listener.
[10:21:45] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+115-6157668
[10:21:46] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[10:21:46] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[10:21:46] [Server thread/INFO]: [Essentials] No kits found to migrate.
[10:21:47] [Server thread/INFO]: [Essentials] Loaded 42679 items from items.json.
[10:21:47] [Server thread/INFO]: [Essentials] Using locale en_US
[10:21:47] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[10:21:47] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[10:21:47] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[10:21:47] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[10:21:47] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v5.0.3
[10:21:47] [Server thread/INFO]: [Clans] Enabling Clans v0.4.5
[10:21:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: clans [0.4.5]
[10:21:47] [Server thread/INFO]: [Chunky] Enabling Chunky v1.3.136
[10:21:47] [Server thread/INFO]: [FlectoneChat] Enabling FlectoneChat v4.2.0
[10:21:48] [Server thread/INFO]: [FlectoneChat] SQLite DB Connected successfully
[10:21:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: FlectoneChat [4.2.0]
[10:21:48] [Server thread/INFO]: [FlectoneChat] PlaceholderAPI detected and hooked
[10:21:48] [Server thread/INFO]: [FlectoneChat] LuckPerms detected and hooked
[10:21:48] [Server thread/INFO]: [FlectoneChat] PlasmoVoice detected and hooked
[10:21:48] [Server thread/INFO]: [PlasmoVoice] FlectoneChat v1.0.0 by TheFaser, fxd loaded
[10:21:48] [Server thread/INFO]: [EasyWhitelist] Enabling EasyWhitelist v1.0.2*
[10:21:48] [Server thread/INFO]: EasyWhitelist > Config reloaded.
[10:21:48] [Server thread/INFO]: E-Whitelist > Loaded!
[10:21:48] [Server thread/INFO]: [SeeMore] Enabling SeeMore v1.0.2
[10:21:48] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-bCUSTOM
[10:21:49] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[10:21:49] [Server thread/INFO]: [AuthMe] Hooked into LuckPerms!
[10:21:49] [Thread-26/WARN]: [FlectoneChat] Upgrade your 4.2.0 version of plugin to 4.5.1
[10:21:49] [Thread-26/WARN]: [FlectoneChat] Url: https://modrinth.com/plugin/flectonechat/version/4.5.1
[10:21:49] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[10:21:49] [Server thread/INFO]: [AuthMe] Essentials spawn file not found: '/root/lobby/vanila/plugins/Essentials/spawn.yml'
[10:21:49] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0 build n.CUSTOM successfully enabled!
[10:21:49] [Server thread/INFO]: [CMILib] Enabling CMILib v1.5.1.3
[10:21:51] [Server thread/INFO]: Server version: v1_20_R1 - 1.20.1 - paper  git-Paper-196 (MC: 1.20.1)
[10:21:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cmil [1.5.1.3]
[10:21:52] [Server thread/INFO]: PlaceholderAPI hooked.
[10:21:52] [Server thread/INFO]: Updated (EN) language file. Took 59ms
[10:21:52] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.4.0
[10:21:52] [Server thread/INFO]: [UltimateModeration] Enabling UltimateModeration v3.2.0
[10:21:52] [Server thread/INFO]:  
[10:21:52] [Server thread/INFO]: =============================
[10:21:52] [Server thread/INFO]: UltimateModeration 3.2.0 by Songoda <3!
[10:21:52] [Server thread/INFO]: Action: Enabling...
[10:21:52] [Server thread/INFO]: [UltimateModeration] Loaded locale "en_US"
[10:21:52] [Server thread/INFO]: [com.craftaro.ultimatemoderation.core.CoreLogger] [UltimateModeration] [CraftaroCore] [CraftaroCore] Hooked UltimateModeration.
[10:21:52] [Server thread/INFO]: [com.craftaro.third_party.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[10:21:52] [Server thread/INFO]: [com.craftaro.third_party.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[10:21:52] [Server thread/INFO]: [UltimateModeration] Data handler connected using H2.
[10:21:52] [Server thread/INFO]: =============================
[10:21:52] [Server thread/INFO]:  
[10:21:52] [Server thread/INFO]: [PL-Hide] Enabling PL-Hide v1.5.21
[10:21:53] [Server thread/INFO]: [Denizen] Enabling Denizen v1.3.0-SNAPSHOT (build 1803-REL)
[10:21:53] [Server thread/INFO]: +> [DenizenCore] Initializing Denizen Core v1.91.0-SNAPSHOT (Build 1374), impl for Spigot v1.3.0-SNAPSHOT (build 1803-REL) 
[10:21:53] [Server thread/INFO]: +> [Denizen] Running on java version: 17.0.12 
[10:21:53] [Server thread/INFO]: +> [Denizen] Running on fully supported Java 17. 
[10:21:53] [Server thread/ERROR]: Error occurred while enabling Denizen v1.3.0-SNAPSHOT (build 1803-REL) (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_20_R3/inventory/CraftInventoryCustom
    at com.denizenscript.denizen.nms.v1_20.Handler.<clinit>(Handler.java:276) ~[Denizen-1.3.0-b1803-REL.jar:?]
    at java.lang.Class.forName0(Native Method) ~[?:?]
    at java.lang.Class.forName(Class.java:375) ~[?:?]
    at com.denizenscript.denizen.nms.NMSHandler.initialize(NMSHandler.java:55) ~[Denizen-1.3.0-b1803-REL.jar:?]
    at com.denizenscript.denizen.Denizen.onEnable(Denizen.java:154) ~[Denizen-1.3.0-b1803-REL.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.1.jar:git-Paper-196]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:642) ~[paper-1.20.1.jar:git-Paper-196]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:553) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1100) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_20_R3.inventory.CraftInventoryCustom
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
    ... 17 more
[10:21:53] [Server thread/INFO]: [Denizen] Disabling Denizen v1.3.0-SNAPSHOT (build 1803-REL)
[10:21:53] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.4.3-SNAPSHOT
[10:21:54] [Server thread/INFO]: [NCR] Enabling NoChatReports v1.1.0
[10:21:54] [Server thread/INFO]: [NCR] NoChatReports v1.1.0 loaded!
[10:21:54] [Server thread/WARN]: [NCR] This server is running on a known Paper forked server!
[10:21:54] [Server thread/WARN]: [NCR] This plugin may not work properly.
[10:21:54] [Server thread/WARN]: [NCR] Enable the 'paper-workaround' option in the config to fix this.
[10:21:54] [Server thread/INFO]: [GSit] Enabling GSit v1.7.1
[10:21:54] [Server thread/INFO]:  Плагин был включен.
[10:21:54] [Server thread/INFO]:  Соединение с PlaceholderAPI Успешно!
[10:21:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [1.7.1]
[10:21:54] [Server thread/INFO]:  Соединение с ViaVersion Успешно!
[10:21:54] [Server thread/INFO]: [TAB] Enabling TAB v4.1.2
[10:21:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.1.2]
[10:21:55] [Server thread/INFO]: [TAB] Enabled in 373ms
[10:21:55] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.3.0
[10:21:55] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[10:21:55] [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)
[10:21:55] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[10:21:55] [Server thread/INFO]: 
 
[]=====[Enabling AdvancedBan]=====[]
| Information:
|   Name: AdvancedBan
|   Developer: Leoko
|   Version: 2.3.0
|   Storage: HSQLDB (local)
| Support:
|   Github: https://github.com/DevLeoko/AdvancedBan/issues
|   Discord: https://discord.gg/ycDG6rS
| Twitter: @LeokoGar
| Update:
|   You have the newest version
[]================================[]
 
[10:21:55] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.4
[10:21:55] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.4*-=-=-=-=-=-=-=-=-=-*
[10:21:55] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
[10:21:55] [Server thread/INFO]: | Command file(s) found : 1
[10:21:56] [Server thread/INFO]: | Config : Ready.
[10:21:56] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu)
[10:21:56] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mycommand [1.0.0]
[10:21:56] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
[10:21:56] [Server thread/INFO]: | Custom commands loaded : 4
[10:21:56] [Server thread/INFO]: | You're running the latest version of MyCommand.
[10:21:56] [Server thread/INFO]: |          by emmerrei a.k.a. ivanfromitaly.           
[10:21:56] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[10:21:56] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v22.2
[10:21:56] [Server thread/INFO]: [CoreProtect] CoreProtect был успешно запущен! 
[10:21:56] [Server thread/INFO]: [CoreProtect] Для хранения данных используется SQLite.
[10:21:56] [Server thread/INFO]: --------------------
[10:21:56] [Server thread/INFO]: [CoreProtect] Нравится CoreProtect? Присоединяйтесь к нашему Discord!
[10:21:56] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[10:21:56] [Server thread/INFO]: --------------------
[10:21:56] [Server thread/INFO]: [InventoryRollbackPlus] Enabling InventoryRollbackPlus v1.6.12
[10:21:56] [Server thread/INFO]: ОТКАТЫ • Inventory backup data is set to save to: YAML
[10:21:56] [Server thread/INFO]: ОТКАТЫ • bStats are enabled
[10:21:56] [Server thread/INFO]: [emotecraft] Enabling emotecraft v2.2.0
[10:21:56] [Server thread/INFO]: [emotecraft] Loading Emotecraft as a bukkit plugin...
[10:21:56] [Server thread/INFO]: [BattlePass] Enabling BattlePass v4.6.13
[10:21:56] [Server thread/INFO]: [BattlePass] Finished loading the week-2 quests. All quests loaded successfully.
[10:21:56] [Server thread/INFO]: [BattlePass] Finished loading the week-1 quests. All quests loaded successfully.
[10:21:56] [Server thread/INFO]: [BattlePass] Finished loading the week-3 quests. All quests loaded successfully.
[10:21:56] [Server thread/INFO]: [BattlePass] Finished loading the week-4 quests. All quests loaded successfully.
[10:21:56] [Server thread/INFO]: [BattlePass] Finished loading the daily quests. All quests loaded successfully.
[10:21:56] [Server thread/INFO]: [Clans] Hooked into Clans
[10:21:56] [Server thread/INFO]: [BattlePass] Successfully loaded the pass type with the id: free
[10:21:56] [Server thread/INFO]: [BattlePass] Successfully loaded the pass type with the id: premium
[10:21:56] [Server thread/WARN]: [BattlePass] Daily quests reset is set disabled.
[10:21:56] [Server thread/INFO]: [BattlePass] Register PlaceholderAPI placeholders
[10:21:56] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: battlepass [1.1]
[10:21:57] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[10:21:57] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[10:21:57] [Server thread/INFO]: [Geyser-Spigot] 
[10:21:57] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.4.3-b680 (git-master-84dac08)
[10:21:57] [Server thread/INFO]: [Geyser-Spigot] 
[10:21:57] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[10:22:01] [epollEventLoopGroup-5-1/INFO]: [Geyser-Spigot] Started Geyser on UDP port 19133
[10:22:01] [Server thread/INFO]: [Geyser-Spigot] Done (4.193s)! Run /geyser help for help!
[10:22:01] [Server thread/INFO]: Running delayed init tasks
[10:22:01] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[10:22:01] [Craft Scheduler Thread - 6 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor.
[10:22:01] [Craft Scheduler Thread - 8 - Essentials/INFO]: [Essentials] Fetching version information...
[10:22:01] [Craft Scheduler Thread - 10 - AuthMe/INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
[10:22:01] [Craft Scheduler Thread - 10 - AuthMe/WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
[10:22:01] [Craft Scheduler Thread - 10 - AuthMe/INFO]: [AuthMe] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
[10:22:01] [Craft Scheduler Thread - 9 - InventoryRollbackPlus/INFO]: ОТКАТЫ • Checking for updates...
[10:22:01] [Craft Scheduler Thread - 10 - AuthMe/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
[10:22:01] [Craft Scheduler Thread - 4 - Vault/INFO]: [Vault] Checking for Updates ... 
[10:22:01] [Craft Scheduler Thread - 11 - CMILib/INFO]: New version of CMILib was detected. Please update it
[10:22:01] [Craft Scheduler Thread - 9 - InventoryRollbackPlus/INFO]: 
===============================================================================
A minor update to InventoryRollbackPlus is available!
Download at https://www.spigotmc.org/resources/inventoryrollbackplus-1-8-1-16-x.85811/
(current: 1.6.12, latest: 1.6.18)
===============================================================================

[10:22:01] [Craft Scheduler Thread - 4 - Vault/INFO]: [Vault] No new version available
[10:22:02] [Craft Scheduler Thread - 6 - TabTPS/INFO]: [TabTPS] There is an update available for TabTPS!
[10:22:02] [Craft Scheduler Thread - 6 - TabTPS/INFO]: [TabTPS] This server is running version v1.3.21, which is 4 versions outdated.
[10:22:02] [Craft Scheduler Thread - 6 - TabTPS/INFO]: [TabTPS] Download the latest version, v1.3.25 from GitHub at the link below:
[10:22:02] [Craft Scheduler Thread - 6 - TabTPS/INFO]: [TabTPS] https://github.com/jpenilla/TabTPS/releases/tag/v1.3.25
[10:22:02] [Server thread/INFO]: [PAPI] [Javascript-Expansion] 2 scripts loaded!
[10:22:02] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: javascript [2.1.2]
[10:22:02] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
[10:22:02] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.7]
[10:22:02] [Server thread/INFO]: 3 placeholder hook(s) registered! 1 placeholder hook(s) have an update available.
[10:22:02] [Server thread/INFO]: ---------------------------------------------------------------------
[10:22:02] [Server thread/INFO]:  
[10:22:02] [Server thread/INFO]: Pl-Hide ▎ Update available: 1.5.22. You are on 1.5.21!
[10:22:02] [Server thread/INFO]:  
[10:22:02] [Server thread/INFO]: ---------------------------------------------------------------------
[10:22:02] [Server thread/INFO]: [ViaVersion] You are running a development version of the plugin, please report any bugs to GitHub.
[10:22:02] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.11.6) is available at:
[10:22:02] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
[10:22:02] [Server thread/INFO]: Done (49.845s)! For help, type "help"
[10:22:02] [Server thread/INFO]: Timings Reset
[10:22:03] [Thread-40/INFO]: --------------------
[10:22:03] [Thread-40/INFO]: [CoreProtect] Версия 22.4 уже доступна!
[10:22:03] [Thread-40/INFO]: [CoreProtect] Загрузить: www.coreprotect.net/download/
[10:22:03] [Thread-40/INFO]: --------------------