Paste #122426: log

Date: 2024/05/04 02:07:24 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600


[10:52:20] [ServerMain/ERROR]: [DirectoryProviderSource] Error loading plugin: Directory 'plugins/citizensapi-2.0.34-SNAPSHOT.jar' failed to load!
java.lang.RuntimeException: Directory 'plugins/citizensapi-2.0.34-SNAPSHOT.jar' failed to load!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) ~[paper-1.20.jar:git-Paper-9]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$registerProviders$1(DirectoryProviderSource.java:34) ~[paper-1.20.jar:git-Paper-9]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?]
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
    at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) ~[?:?]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:32) ~[paper-1.20.jar:git-Paper-9]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:14) ~[paper-1.20.jar:git-Paper-9]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[paper-1.20.jar:git-Paper-9]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:100) ~[paper-1.20.jar:git-Paper-9]
    at net.minecraft.server.Main.main(Main.java:126) ~[paper-1.20.jar:git-Paper-9]
    at org.bukkit.craftbukkit.Main.main(Main.java:316) ~[paper-1.20.jar:git-Paper-9]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
Caused by: org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: plugins/citizensapi-2.0.34-SNAPSHOT.jar does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:95) ~[paper-1.20.jar:git-Paper-9]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.20.jar:git-Paper-9]
    ... 20 more
Caused by: java.lang.IllegalArgumentException: plugins/citizensapi-2.0.34-SNAPSHOT.jar does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.getPluginName(FileProviderSource.java:104) ~[paper-1.20.jar:git-Paper-9]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:76) ~[paper-1.20.jar:git-Paper-9]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.20.jar:git-Paper-9]
    ... 20 more
[10:52:23] [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:52:25] [ServerMain/INFO]: Loaded 7 recipes
[10:52:25] [Server thread/INFO]: Starting minecraft server version 1.20
[10:52:25] [Server thread/INFO]: Loading properties
[10:52:25] [Server thread/INFO]: This server is running Paper version git-Paper-9 (MC: 1.20) (Implementing API version 1.20-R0.1-SNAPSHOT) (Git: 3722877)
[10:52:25] [Server thread/INFO]: Server Ping Player Sample Count: 12
[10:52:25] [Server thread/INFO]: Using 4 threads for Netty based IO
[10:52:25] [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:52:25] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 2 worker threads, and gen parallelism of 2 threads
[10:52:25] [Server thread/INFO]: Default game type: ADVENTURE
[10:52:25] [Server thread/INFO]: Generating keypair
[10:52:26] [Server thread/INFO]: Starting Minecraft server on *:20979
[10:52:26] [Server thread/INFO]: Using epoll channel type
[10:52:26] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[10:52:26] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[10:52:26] [Server thread/WARN]: [ViaVersion Config] Invalid blocked version protocol found in config: '1.7'
[10:52:26] [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:52:29] [Server thread/WARN]: Legacy plugin LPGroups v2.0 does not specify an api-version.
[10:52:29] [Server thread/INFO]: [FastLogin] Initialize logging service
[10:52:29] [Server thread/INFO]: [SpigotLibraryLoader] [AntiPopup] Loading 1 libraries... please wait
[10:52:29] [Server thread/INFO]: [SpigotLibraryLoader] [AntiPopup] Loaded library /home/user01/servers/Lobby/libraries/dev/dejvokep/boosted-yaml-spigot/1.3/boosted-yaml-spigot-1.3.jar
[10:52:29] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v4.10.1-SNAPSHOT
[10:52:29] [Server thread/INFO]: [ViaVersion] ViaVersion 4.10.1-SNAPSHOT is now loaded. Registering protocol transformers and injecting...
[10:52:29] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[10:52:29] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[10:52:29] [Server thread/INFO]: [ViaBackwards] Loading translations...
[10:52:29] [Server thread/INFO]: [ViaBackwards] Registering protocols...
[10:52:30] [Server thread/INFO]: [ViaRewind] Registering protocols...
[10:52:30] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.117
[10:52:30] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[10:52:30] [Server thread/INFO]: [VoidGen] Loading server plugin VoidGen v2.2.1
[10:52:30] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.9.3-SNAPSHOT-748;1a31f39
[10:52:31] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@7a31c04d]
[10:52:31] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.2.0-SNAPSHOT-679
[10:52:32] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
[10:52:32] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.9+5934e49
[10:52:32] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v4.10.1-SNAPSHOT
[10:52:32] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.5
[10:52:32] [Server thread/INFO]: [AuthMe] Loading server plugin AuthMe v5.6.0-beta2-b2453
[10:52:32] [Server thread/INFO]: [Skript] Loading server plugin Skript v2.8.5
[10:52:32] [Server thread/INFO]: [ViaRewind] Loading server plugin ViaRewind v3.1.1-SNAPSHOT
[10:52:32] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.34-SNAPSHOT (build 3410)
[10:52:32] [Server thread/INFO]: [SkinsRestorer] Loading server plugin SkinsRestorer v15.0.12
[10:52:32] [Server thread/INFO]: [AuthMeVelocity] Loading server plugin AuthMeVelocity v4.1.1
[10:52:32] [Server thread/INFO]: [skript-placeholders] Loading server plugin skript-placeholders v1.6.0
[10:52:32] [Server thread/INFO]: [FancyNpcs] Loading server plugin FancyNpcs v2.0.11.136
[10:52:32] [Server thread/INFO]: [SuperLobby] Loading server plugin SuperLobby v4.7.1
[10:52:32] [Server thread/INFO]: [NBTAPI] Loading server plugin NBTAPI v2.12.2
[10:52:32] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R1! Trying to find NMS support
[10:52:32] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R1' loaded!
[10:52:32] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'NBTAPI' to create a bStats instance!
[10:52:32] [Server thread/INFO]: [FlyTry2] Loading server plugin FlyTry2 v1.0
[10:52:32] [Server thread/INFO]: [AntiDisconnectSpam] Loading server plugin AntiDisconnectSpam v2.1.1
[10:52:32] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.4
[10:52:32] [Server thread/INFO]: [ChatFormatter] Loading server plugin ChatFormatter v1.1.3
[10:52:32] [Server thread/INFO]: [ItemJoin] Loading server plugin ItemJoin v6.0.2-RELEASE-b900
[10:52:32] [Server thread/INFO]: [SkBee] Loading server plugin SkBee v3.5.0
[10:52:32] [Server thread/INFO]: [CommandDefender] Loading server plugin CommandDefender v2.1.7 b35
[10:52:32] [Server thread/INFO]: [LPGroups] Loading server plugin LPGroups v2.0
[10:52:32] [Server thread/INFO]: [Negativity] Loading server plugin Negativity v1.14
[10:52:32] [Server thread/INFO]: [PremiumVanish] Loading server plugin PremiumVanish v2.9.9
[10:52:32] [Server thread/INFO]: [ChatColor2] Loading server plugin ChatColor2 v1.13.1
[10:52:32] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.6
[10:52:32] [Server thread/INFO]: [FreedomChat] Loading server plugin FreedomChat v1.5.0
[10:52:32] [Server thread/INFO]: [FastLogin] Loading server plugin FastLogin v1.12-SNAPSHOT-a65a5f3
[10:52:32] [Server thread/INFO]: [TabCompleteFilter] Loading server plugin TabCompleteFilter v1.2.4
[10:52:32] [Server thread/INFO]: [AntiPopup] Loading server plugin AntiPopup v7.3-HOTFIX
[10:52:32] [Thread-9/WARN]: [NBTAPI] [NBTAPI] The NBT-API in 'NBTAPI' seems to be outdated!
[10:52:32] [Thread-9/WARN]: [NBTAPI] [NBTAPI] Current Version: '2.12.2' Newest Version: 2.12.4'
[10:52:32] [Thread-9/WARN]: [NBTAPI] [NBTAPI] Please update the NBTAPI or the plugin that contains the api(nag the mod author when the newest release has an old version, not the NBTAPI dev)!
[10:52:32] [Server thread/INFO]: [AntiPopup] Loaded PacketEvents.
[10:52:32] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[10:52:32] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.117
[10:52:32] [Server thread/ERROR]: [LuckPerms] [STDERR] SLF4J: No SLF4J providers were found.
[10:52:32] [Server thread/WARN]: Nag author(s): '[Luck]' of 'LuckPerms v5.4.117' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[10:52:32] [Server thread/ERROR]: [LuckPerms] [STDERR] SLF4J: Defaulting to no-operation (NOP) logger implementation
[10:52:32] [Server thread/ERROR]: [LuckPerms] [STDERR] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
[10:52:33] [Server thread/INFO]:         __    
[10:52:33] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.117
[10:52:33] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[10:52:33] [Server thread/INFO]: 
[10:52:33] [Server thread/INFO]: [LuckPerms] Loading configuration...
[10:52:33] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
[10:52:33] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[10:52:33] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[10:52:34] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
[10:52:34] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[10:52:34] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[10:52:34] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1973ms)
[10:52:34] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[10:52:35] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[10:52:35] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[10:52:35] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[10:52:35] [Server thread/INFO]: [VoidGen] Enabling VoidGen v2.2.1
[10:52:35] [Server thread/INFO]: [VoidGen] Using VoidChunkGen: VERSION_UNKNOWN
[10:52:35] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.9.3-SNAPSHOT-748;1a31f39
[10:52:35] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
[10:52:35] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
[10:52:35] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[10:52:35] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[10:52:35] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_20_R1.PaperweightFaweAdapter as the Bukkit adapter
[10:52:36] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.2.0-SNAPSHOT-679
[10:52:36] [ForkJoinPool.commonPool-worker-1/WARN]: [com.fastasyncworldedit.core.util.UpdateNotification] An update for FastAsyncWorldEdit is available. You are 7 build(s) out of date.
You are running build 748, the latest version is build 755.
Update at https://www.spigotmc.org/resources/13932/
[10:52:36] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v3.1.1-SNAPSHOT
[10:52:36] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v15.0.12
[10:52:36] [Server thread/INFO]: [SkinsRestorer] -------------------------/Warning\-------------------------
[10:52:36] [Server thread/INFO]: [SkinsRestorer] This plugin is running in PROXY mode!
[10:52:36] [Server thread/INFO]: [SkinsRestorer] You have to do all configuration at config file
[10:52:36] [Server thread/INFO]: [SkinsRestorer] inside your BungeeCord/Velocity server.
[10:52:36] [Server thread/INFO]: [SkinsRestorer] (<proxy>/plugins/SkinsRestorer/)
[10:52:36] [Server thread/INFO]: [SkinsRestorer] -------------------------\Warning/-------------------------
[10:52:36] [Server thread/INFO]: [SkinsRestorer] Running on Minecraft 1.20.
[10:52:36] [Server thread/INFO]: [ItemJoin] Enabling ItemJoin v6.0.2-RELEASE-b900
[10:52:37] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[10:52:37] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[10:52:37] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[10:52:37] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[10:52:37] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[10:52:37] [Server thread/INFO]: Preparing level "lobby"
[10:52:37] [Server thread/INFO]: -------- World Settings For [lobby] --------
[10:52:37] [Server thread/INFO]: View Distance: 32
[10:52:37] [Server thread/INFO]: Simulation Distance: 10
[10:52:37] [Server thread/INFO]: Item Merge Radius: 6.0
[10:52:37] [Server thread/INFO]: Experience Merge Radius: 6.0
[10:52:37] [Server thread/INFO]: Mob Spawn Range: 4
[10:52:37] [Server thread/INFO]: Item Despawn Rate: 6000
[10:52:37] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[10:52:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:52:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:52:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:52:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: Carrot Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: Potato Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: Vine Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: Kelp Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
[10:52:37] [Server thread/INFO]: Entity Activation Range: An 10 / Mo 10 / Ra 48 / Mi 10 / Tiv true / Isa false
[10:52:37] [Server thread/INFO]: Entity Tracking Range: Pl 20 / An 20 / Mo 20 / Mi 20 / Di 128 / Other 20
[10:52:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[10:52:37] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[10:52:37] [Server thread/INFO]: Max TNT Explosions: 100
[10:52:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[10:52:37] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[10:52:37] [Server thread/INFO]: Time elapsed: 208 ms
[10:52:37] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.10.1-SNAPSHOT
[10:52:37] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.20-1.20.1 (763)
[10:52:37] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[10:52:37] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
[10:52:37] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[10:52:38] [Server thread/INFO]: Could not set generator for world 'world': Plugin 'VoidGenerator' does not exist
[10:52:38] [Server thread/ERROR]: Could not set generator for default world 'world': Plugin 'VoidGenerator' does not exist
[10:52:38] [Server thread/INFO]: -------- World Settings For [world] --------
[10:52:38] [Server thread/INFO]: View Distance: 32
[10:52:38] [Server thread/INFO]: Simulation Distance: 10
[10:52:38] [Server thread/INFO]: Item Merge Radius: 6.0
[10:52:38] [Server thread/INFO]: Experience Merge Radius: 6.0
[10:52:38] [Server thread/INFO]: Mob Spawn Range: 4
[10:52:38] [Server thread/INFO]: Item Despawn Rate: 6000
[10:52:38] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[10:52:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:52:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:52:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:52:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Carrot Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Potato Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Vine Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Kelp Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Entity Activation Range: An 10 / Mo 10 / Ra 48 / Mi 10 / Tiv true / Isa false
[10:52:38] [Server thread/INFO]: Entity Tracking Range: Pl 20 / An 20 / Mo 20 / Mi 20 / Di 128 / Other 20
[10:52:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[10:52:38] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[10:52:38] [Server thread/INFO]: Max TNT Explosions: 100
[10:52:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[10:52:38] [Server thread/INFO]: Preparing start region for dimension minecraft:world
[10:52:38] [Server thread/INFO]: Time elapsed: 431 ms
[10:52:38] [Server thread/INFO]: Could not set generator for world 'world': Plugin 'VoidGenerator' does not exist
[10:52:38] [Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[10:52:38] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[10:52:38] [Server thread/INFO]: -------- World Settings For [lobby2] --------
[10:52:38] [Server thread/INFO]: View Distance: 32
[10:52:38] [Server thread/INFO]: Simulation Distance: 10
[10:52:38] [Server thread/INFO]: Item Merge Radius: 6.0
[10:52:38] [Server thread/INFO]: Experience Merge Radius: 6.0
[10:52:38] [Server thread/INFO]: Mob Spawn Range: 4
[10:52:38] [Server thread/INFO]: Item Despawn Rate: 6000
[10:52:38] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[10:52:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:52:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:52:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:52:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Carrot Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Potato Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Vine Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Kelp Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
[10:52:38] [Server thread/INFO]: Entity Activation Range: An 10 / Mo 10 / Ra 48 / Mi 10 / Tiv true / Isa false
[10:52:38] [Server thread/INFO]: Entity Tracking Range: Pl 20 / An 20 / Mo 20 / Mi 20 / Di 128 / Other 20
[10:52:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[10:52:38] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[10:52:38] [Server thread/INFO]: Max TNT Explosions: 100
[10:52:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[10:52:38] [Server thread/INFO]: Preparing start region for dimension minecraft:lobby2
[10:52:38] [Server thread/INFO]: Time elapsed: 134 ms
[10:52:38] [Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[10:52:38] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[10:52:38] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
[10:52:38] [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.
[10:52:38] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[10:52:38] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.9+5934e49
[10:52:39] [Server thread/INFO]: [WorldGuard] (lobby) TNT ignition is PERMITTED.
[10:52:39] [Server thread/INFO]: [WorldGuard] (lobby) Lighters are PERMITTED.
[10:52:39] [Server thread/INFO]: [WorldGuard] (lobby) Lava fire is blocked.
[10:52:39] [Server thread/INFO]: [WorldGuard] (lobby) Fire spread is UNRESTRICTED.
[10:52:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobby'
[10:52:39] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[10:52:39] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[10:52:39] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[10:52:39] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[10:52:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[10:52:39] [Server thread/INFO]: [WorldGuard] (lobby2) TNT ignition is PERMITTED.
[10:52:39] [Server thread/INFO]: [WorldGuard] (lobby2) Lighters are PERMITTED.
[10:52:39] [Server thread/INFO]: [WorldGuard] (lobby2) Lava fire is blocked.
[10:52:39] [Server thread/INFO]: [WorldGuard] (lobby2) Fire spread is UNRESTRICTED.
[10:52:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobby2'
[10:52:39] [Server thread/INFO]: [WorldGuard] Loading region data...
[10:52:39] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.10.1-SNAPSHOT
[10:52:39] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.5
[10:52:40] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[10:52:40] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-beta2-b2453
[10:52:40] [Server thread/INFO]: [AuthMe] Connection arguments loaded, Hikari ConnectionPool ready!
[10:52:40] [Server thread/ERROR]: [AuthMe] [STDERR] [Server thread] INFO fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Starting...
[10:52:40] [Server thread/WARN]: Nag author(s): '[Xephi, sgdc3, DNx5, timvisee, games647, ljacqu, Gnat008]' of 'AuthMe v5.6.0-beta2-b2453' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[10:52:40] [Server thread/ERROR]: [AuthMe] [STDERR] [Server thread] INFO fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Start completed.
[10:52:40] [Server thread/INFO]: [AuthMe] MySQL setup finished
[10:52:40] [Server thread/INFO]: [AuthMe] Hooked into LuckPerms!
[10:52:40] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
[10:52:40] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-beta2 build n.2453 successfully enabled!
[10:52:40] [Server thread/INFO]: [Skript] Enabling Skript v2.8.5
[10:52:41] [ForkJoinPool.commonPool-worker-1/INFO]: [Skript] You're currently running the latest stable version of Skript.
[10:52:47] [Server thread/INFO]: [Skript] Loaded 232918 aliases in 5995ms
[10:52:47] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[10:52:47] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.34-SNAPSHOT (build 3410)
[10:52:47] [Server thread/INFO]: [Citizens] Loading external libraries
[10:52:48] [Server thread/ERROR]: Error occurred while enabling Citizens v2.0.34-SNAPSHOT (build 3410) (Is it up to date?)
java.lang.NumberFormatException: For input string: "1-SNAPSHOT"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[?:?]
    at java.lang.Integer.parseInt(Integer.java:668) ~[?:?]
    at java.lang.Integer.parseInt(Integer.java:786) ~[?:?]
    at net.citizensnpcs.api.util.SpigotUtil.getVersion(SpigotUtil.java:79) ~[Citizens-2.0.34-b3410.jar:?]
    at net.citizensnpcs.api.util.SpigotUtil.getMinecraftPackage(SpigotUtil.java:39) ~[Citizens-2.0.34-b3410.jar:?]
    at net.citizensnpcs.Citizens.onEnable(Citizens.java:373) ~[Citizens-2.0.34-b3410.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[paper-1.20.jar:git-Paper-9]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.jar:git-Paper-9]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:563) ~[paper-1.20.jar:git-Paper-9]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.20.jar:git-Paper-9]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:638) ~[paper-1.20.jar:git-Paper-9]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437) ~[paper-1.20.jar:git-Paper-9]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.jar:git-Paper-9]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1103) ~[paper-1.20.jar:git-Paper-9]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[paper-1.20.jar:git-Paper-9]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
[10:52:48] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.34-SNAPSHOT (build 3410)
[10:52:48] [Server thread/INFO]: [AuthMeVelocity] Enabling AuthMeVelocity v4.1.1
[10:52:48] [Server thread/ERROR]: [AuthMeVelocity] Failed to register events for class io.github._4drian3d.authmevelocity.paper.listeners.AuthMeListener because io/papermc/paper/threadedregions/scheduler/ScheduledTask does not exist.
[10:52:48] [Server thread/INFO]: [AuthMeVelocity] AuthMeVelocity enabled
[10:52:48] [Server thread/INFO]: [skript-placeholders] Enabling skript-placeholders v1.6.0
[10:52:48] [Server thread/INFO]: [FancyNpcs] Enabling FancyNpcs v2.0.11.136
[10:52:48] [Server thread/INFO]: [SuperLobby] Enabling SuperLobby v4.7.1
[10:52:48] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[10:52:48] [Server thread/INFO]: [SuperLobby] [STDOUT]    _____                       _           _     _           
[10:52:48] [Server thread/WARN]: Nag author(s): '[PedroJM96, PedroJM96]' of 'SuperLobby v4.7.1' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[10:52:48] [Server thread/INFO]: [SuperLobby] [STDOUT]   / ____|                     | |         | |   | |          
[10:52:48] [Server thread/INFO]: [SuperLobby] [STDOUT]  | (___  _   _ _ __   ___ _ __| |     ___ | |__ | |__  _   _ 
[10:52:48] [Server thread/INFO]: [SuperLobby] [STDOUT]   \___ \| | | | '_ \ / _ \ '__| |    / _ \| '_ \| '_ \| | | |
[10:52:48] [Server thread/INFO]: [SuperLobby] [STDOUT]   ____) | |_| | |_) |  __/ |  | |___| (_) | |_) | |_) | |_| |
[10:52:48] [Server thread/INFO]: [SuperLobby] [STDOUT]  |_____/ \__,_| .__/ \___|_|  |______\___/|_.__/|_.__/ \__, |
[10:52:48] [Server thread/INFO]: [SuperLobby] [STDOUT]               | |                                       __/ |
[10:52:48] [Server thread/INFO]: [SuperLobby] [STDOUT]               |_|                                      |___/ 
[10:52:48] [Server thread/INFO]: [SuperLobby] [STDOUT]     
[10:52:48] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[10:52:48] [Server thread/INFO]: [SuperLobby] Deluxe Version: V4.7.1
[10:52:48] [Server thread/INFO]: [SuperLobby] Plugin Create by PedroJM96.
[10:52:48] [Server thread/INFO]: [SuperLobby] Loading Libraries...
[10:52:48] [Server thread/INFO]: [SuperLobby] Loading library commons-lang-commons-lang-2.6
[10:52:48] [Server thread/INFO]: [SuperLobby] commons-lang-commons-lang-2.6 library loaded successfully.
[10:52:48] [Server thread/INFO]: [SuperLobby] Loading library commons-codec-commons-codec-1.15
[10:52:48] [Server thread/INFO]: [SuperLobby] commons-codec-commons-codec-1.15 library loaded successfully.
[10:52:48] [Server thread/INFO]: [SuperLobby] Loading library com.google.code.gson-gson-2.9.0
[10:52:48] [Server thread/INFO]: [SuperLobby] com.google.code.gson-gson-2.9.0 library loaded successfully.
[10:52:49] [Server thread/INFO]: [SuperLobby] Loading configuration...
[10:52:49] [Server thread/INFO]: [SuperLobby] Load config.yml
[10:52:49] [Server thread/INFO]: [SuperLobby] config.yml loaded.
[10:52:50] [Server thread/INFO]: [SuperLobby] Load messages_EN.yml
[10:52:50] [Server thread/INFO]: [SuperLobby] messages_EN.yml loaded.
[10:52:50] [Server thread/INFO]: [SuperLobby] Load spawn.yml
[10:52:50] [Server thread/INFO]: [SuperLobby] spawn.yml loaded.
[10:52:50] [Server thread/INFO]: [SuperLobby] Load chat.yml
[10:52:50] [Server thread/INFO]: [SuperLobby] chat.yml loaded.
[10:52:50] [Server thread/INFO]: [SuperLobby] Load infocommands.yml
[10:52:50] [Server thread/INFO]: [SuperLobby] infocommands.yml loaded.
[10:52:50] [Server thread/INFO]: [SuperLobby] Register info command /info
[10:52:50] [Server thread/INFO]: [SuperLobby] Register info command /youtubers
[10:52:50] [Server thread/INFO]: [SuperLobby] Register info command /socialpages
[10:52:50] [Server thread/INFO]: [SuperLobby] Register info command /rewards
[10:52:50] [Server thread/INFO]: [SuperLobby] Register info command /rules
[10:52:50] [Server thread/INFO]: [SuperLobby] Register info command /help
[10:52:50] [Server thread/INFO]: [SuperLobby] Load customevents.yml
[10:52:50] [Server thread/INFO]: [SuperLobby] customevents.yml loaded.
[10:52:50] [Server thread/INFO]: [SuperLobby] Load items.yml
[10:52:50] [Server thread/INFO]: [SuperLobby] items.yml loaded.
[10:52:50] [Server thread/INFO]: [SuperLobby] Lobby-Item: The item menu has an invalid item Material: SIGN.
[10:52:50] [Server thread/INFO]: [SuperLobby] Load menus.yml
[10:52:50] [Server thread/INFO]: [SuperLobby] menus.yml loaded.
[10:52:50] [Server thread/INFO]: [SuperLobby] Register command menu /menu
[10:52:50] [Server thread/INFO]: [SuperLobby] Load board.yml
[10:52:50] [Server thread/INFO]: [SuperLobby] board.yml loaded.
[10:52:50] [Server thread/INFO]: [SuperLobby] Load announcer.yml
[10:52:50] [Server thread/INFO]: [SuperLobby] announcer.yml loaded.
[10:52:50] [Server thread/INFO]: [SuperLobby] Load firstjoin.yml
[10:52:50] [Server thread/INFO]: [SuperLobby] firstjoin.yml loaded.
[10:52:50] [Server thread/INFO]: [SuperLobby] Register commands...
[10:52:50] [Server thread/INFO]: [SuperLobby] Register main command superlobby
[10:52:50] [Server thread/INFO]: [SuperLobby] Register sub-command setspawn
[10:52:50] [Server thread/INFO]: [SuperLobby] Register sub-command setspawnpermission
[10:52:50] [Server thread/INFO]: [SuperLobby] Register sub-command setspawnradius
[10:52:50] [Server thread/INFO]: [SuperLobby] Register sub-command remspawn
[10:52:50] [Server thread/INFO]: [SuperLobby] Register sub-command reload
[10:52:50] [Server thread/INFO]: [SuperLobby] Register sub-command help
[10:52:50] [Server thread/INFO]: [SuperLobby] Register sub-command openmenu
[10:52:50] [Server thread/INFO]: [SuperLobby] Register command  /spawn
[10:52:50] [Server thread/INFO]: [SuperLobby] Hooked Vault Permissions
[10:52:50] [Server thread/INFO]: [SuperLobby] Hooked Vault Chat
[10:52:50] [Server thread/INFO]: [SuperLobby] Hooked PlaceholderAPI
[10:52:50] [Server thread/INFO]: [SuperLobby] Hooked ViaVersion
[10:52:50] [Server thread/INFO]: [SuperLobby] A total of 1 menus were loaded.
[10:52:50] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[10:52:50] [Server thread/INFO]: [NBTAPI] Enabling NBTAPI v2.12.2
[10:52:50] [Server thread/INFO]: [NBTAPI] Adding listeners...
[10:52:50] [Server thread/INFO]: [NBTAPI] Checking bindings...
[10:52:50] [Server thread/INFO]: [NBTAPI] All Classes were able to link!
[10:52:50] [Server thread/INFO]: [NBTAPI] All Methods were able to link!
[10:52:50] [Server thread/INFO]: [NBTAPI] Running NBT reflection test...
[10:52:50] [Server thread/INFO]: [NBTAPI] Success! This version of NBT-API is compatible with your server.
[10:52:50] [Server thread/INFO]: [FlyTry2] Enabling FlyTry2 v1.0
[10:52:50] [Server thread/INFO]: [AntiDisconnectSpam] Enabling AntiDisconnectSpam v2.1.1
[10:52:50] [Server thread/INFO]: [AntiDisconnectSpam] Starting...
[10:52:50] [Server thread/INFO]: [AntiDisconnectSpam] Loading configs...
[10:52:50] [Server thread/INFO]: Config plugins/AntiDisconnectSpam/config.json loaded!
[10:52:50] [Server thread/INFO]: [AntiDisconnectSpam] Configs loaded!
[10:52:50] [Server thread/INFO]: [AntiDisconnectSpam] Started!
[10:52:50] [Server thread/INFO]: [TAB] Enabling TAB v4.1.4
[10:52:51] [Server thread/INFO]: [TAB] Loaded NMS hook in 103ms
[10:52:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.1.4]
[10:52:51] [Server thread/INFO]: [TAB] Enabled in 180ms
[10:52:51] [Server thread/INFO]: [ChatFormatter] Enabling ChatFormatter v1.1.3
[10:52:52] [Server thread/INFO]: [ChatFormatter] Plugin enabled in 321ms
[10:52:52] [Server thread/INFO]: [SkBee] Enabling SkBee v3.5.0
[10:52:52] [Server thread/INFO]: [SkBee] Loading NBTApi...
[10:52:52] [Server thread/INFO]: [SkBee] [NBTAPI] Found Minecraft: v1_20_R1! Trying to find NMS support
[10:52:52] [Server thread/INFO]: [SkBee] [NBTAPI] NMS support 'MC1_20_R1' loaded!
[10:52:52] [Server thread/INFO]: [SkBee] Successfully loaded NBTApi!
[10:52:52] [Server thread/INFO]: [SkBee] NBT Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Text Component Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Advancement Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] BossBar Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Bound Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Damage Source elements disabled (Requires Minecraft 1.20.4+)
[10:52:52] [Server thread/INFO]: [SkBee] Display Entity elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Fishing elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Game Event Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Particle Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] RayTrace elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Recipe Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Scoreboard Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Scoreboard Objective Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Statistic Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Structure Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Minecraft Tag elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Team Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Tick Manager elements disabled (Requires Minecraft 1.20.4+)
[10:52:52] [Server thread/INFO]: [SkBee] Villager Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Virtual Furnace Elements disabled via config
[10:52:52] [Server thread/INFO]: [SkBee] World Border Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] World Creator Elements successfully loaded
[10:52:52] [Server thread/INFO]: [SkBee] Chunk Generator Elements disabled via config
[10:52:52] [Server thread/INFO]: [SkBee] Loaded (376) elements:
[10:52:52] [Server thread/INFO]: [SkBee]  - 55 events
[10:52:52] [Server thread/INFO]: [SkBee]  - 55 effects
[10:52:52] [Server thread/INFO]: [SkBee]  - 235 expressions
[10:52:52] [Server thread/INFO]: [SkBee]  - 21 conditions
[10:52:52] [Server thread/INFO]: [SkBee]  - 10 sections
[10:52:52] [Server thread/INFO]: [SkBee] Checking for update...
[10:52:52] [Server thread/INFO]: [SkBee] Plugin is up to date!
[10:52:52] [Server thread/INFO]: [SkBee] Successfully enabled v3.5.0 in 0.59 seconds
[10:52:52] [Server thread/INFO]: [CommandDefender] Enabling CommandDefender v2.1.7 b35
[10:52:52] [Server thread/INFO]: CommandDefender: File Loader: Loading files...
[10:52:52] [Server thread/INFO]: CommandDefender: Start-up: Registering listeners...
[10:52:52] [Server thread/INFO]: CommandDefender: Start-up: Registering commands...
[10:52:52] [Server thread/INFO]: CommandDefender: Start-up complete (took 13775650000000ms).
[10:52:52] [Server thread/INFO]: [LPGroups] Enabling LPGroups v2.0*
[10:52:53] [Server thread/INFO]: [Negativity] Enabling Negativity v1.14
[10:52:53] [Server thread/INFO]: [Negativity] Detected server version: v1_20 (v1_20_R1)
[10:52:53] [Server thread/INFO]: [Negativity] The plugin ProtocolLib has been detected. Loading Protocollib support ...
[10:52:53] [Server thread/WARN]: [Negativity] This plugin has no longer support since 01/09/2023.
[10:52:53] [Server thread/INFO]: [Negativity] This plugin is free, but you can buy the premium version : https://www.spigotmc.org/resources/86874 <3
[10:52:53] [Server thread/INFO]: [Negativity] Founded u/v/w baseBlock's methods
[10:52:53] [Server thread/INFO]: [Negativity] Loaded support for WorldGuard, ViaVersion.
[10:52:53] [Server thread/INFO]: [PremiumVanish] Enabling PremiumVanish v2.9.9
[10:52:53] [Server thread/INFO]: [de.myzelyam.libraries.com.zaxxer.hikari.HikariDataSource] PremiumVanish Database - Starting...
[10:52:53] [Server thread/INFO]: [de.myzelyam.libraries.com.zaxxer.hikari.HikariDataSource] PremiumVanish Database - Start completed.
[10:52:53] [Server thread/INFO]: [PremiumVanish] Hooked into PaperSpigot for server list ping support
[10:52:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: premiumvanish [2.9.9]
[10:52:53] [Server thread/INFO]: [PremiumVanish] Hooked into PlaceholderAPI
[10:52:53] [Server thread/INFO]: [PremiumVanish] Hooked into PaperSpigot for advancement interception
[10:52:53] [Server thread/INFO]: [ChatColor2] Enabling ChatColor2 v1.13.1
[10:52:54] [Server thread/INFO]: ChatColor 2 Version 1.13.1 has been enabled.
[10:52:54] [Server thread/INFO]: Current update: Gradient colours & GUI tweaks
[10:52:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cc [1.13.1]
[10:52:54] [Server thread/INFO]: PlaceholderAPI has been hooked.
[10:52:54] [Server thread/INFO]: Metrics is enabled for this plugin. Stats sent to https://bstats.org/plugin/bukkit/ChatColor2
[10:52:54] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.6
[10:52:54] [Server thread/INFO]: [FreedomChat] Enabling FreedomChat v1.5.0
[10:52:54] [Server thread/INFO]: [FastLogin] Enabling FastLogin v1.12-SNAPSHOT-a65a5f3
[10:52:54] [Server thread/INFO]: [FastLogin] Found enabled proxy configuration
[10:52:54] [Server thread/INFO]: [FastLogin] Remember to follow the proxy guide to complete your setup
[10:52:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: FastLogin [1.12-SNAPSHOT-a65a5f3]
[10:52:54] [Server thread/INFO]: [TabCompleteFilter] Enabling TabCompleteFilter v1.2.4
[10:52:54] [Server thread/INFO]: [AntiPopup] Enabling AntiPopup v7.3-HOTFIX
[10:52:55] [Server thread/INFO]: [AntiPopup] Config enabled.
[10:52:55] [Server thread/INFO]: [AntiPopup] Initiated PacketEvents.
[10:52:55] [Server thread/INFO]: [AntiPopup] Hooked on 1.20
[10:52:55] [Server thread/INFO]: [AntiPopup] Commands registered.
[10:52:55] [Server thread/INFO]: [AntiPopup] Logger filter enabled.
[10:52:55] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[10:52:55] [Server thread/INFO]: Starting GS4 status listener
[10:52:55] [Server thread/INFO]: Thread Query Listener started
[10:52:55] [Query Listener #1/INFO]: Query running on 0.0.0.0:20979
[10:52:55] [Server thread/INFO]: Starting remote control listener
[10:52:55] [Server thread/INFO]: Thread RCON Listener started
[10:52:55] [Server thread/INFO]: RCON running on 0.0.0.0:20989
[10:52:55] [Server thread/INFO]: Running delayed init tasks
[10:52:55] [Craft Scheduler Thread - 1 - ItemJoin/INFO]: [ItemJoin] Running a developer version ... skipping NMS check.
[10:52:55] [Craft Scheduler Thread - 1 - ItemJoin/INFO]: [ItemJoin] Hooked into { AuthMe, Multiverse-Core, WorldGuard, PlaceholderAPI, ProtocolLib, SkinsRestorer }
[10:52:55] [Craft Scheduler Thread - 1 - ItemJoin/INFO]: [ItemJoin] 1 Custom item(s) loaded!
[10:52:55] [Craft Scheduler Thread - 6 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[10:52:55] [Craft Scheduler Thread - 0 - AuthMe/INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
[10:52:55] [Craft Scheduler Thread - 0 - AuthMe/WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
[10:52:55] [Craft Scheduler Thread - 0 - AuthMe/INFO]: [AuthMe] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
[10:52:55] [Craft Scheduler Thread - 0 - AuthMe/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
[10:52:55] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
[10:52:55] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
[10:52:55] [Craft Scheduler Thread - 11 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms... 
[10:52:55] [Craft Scheduler Thread - 7 - Vault/INFO]: [Vault] Checking for Updates ... 
[10:52:55] [Craft Scheduler Thread - 11 - DecentHolograms/INFO]: [DecentHolograms] Loaded 5 holograms!
[10:52:55] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
[10:52:55] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer]     +==================+
[10:52:55] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer]     |   SkinsRestorer  |
[10:52:55] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer]     |------------------|
[10:52:55] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer]     |    Proxy Mode    |
[10:52:55] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer]     +==================+
[10:52:55] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
[10:52:55] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer]     Version: 15.0.12
[10:52:55] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer]     Commit: c30d5c7
[10:52:55] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer]     This is the latest version!
[10:52:55] [Craft Scheduler Thread - 2 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
[10:52:55] [Server thread/INFO]: [Skript] Loading variables...
[10:52:55] [Server thread/INFO]: [Skript] Loaded 4 variables in 0.0 seconds
[10:52:55] [Craft Scheduler Thread - 7 - Vault/INFO]: [Vault] No new version available
[10:52:56] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[10:52:56] [Server thread/INFO]: [Skript] Loaded 3 scripts with a total of 22 structures in 0.42 seconds
[10:52:56] [Server thread/INFO]: [Skript] Finished loading.
[10:52:56] [Server thread/INFO]: [SuperLobby] An update was found! for SuperLobby. Please update to recieve latest version. download: https://www.spigotmc.org/resources/20400
[10:52:56] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
[10:52:56] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_20_R1.MinecraftServer
[10:52:56] [Server thread/WARN]:     at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
[10:52:56] [Server thread/WARN]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:592)
[10:52:56] [Server thread/WARN]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
[10:52:56] [Server thread/WARN]:     at java.base/java.lang.Class.forName0(Native Method)
[10:52:56] [Server thread/WARN]:     at java.base/java.lang.Class.forName(Class.java:375)
[10:52:56] [Server thread/WARN]:     at com.extendedclip.papi.expansion.server.ServerExpansion.<init>(ServerExpansion.java:64)
[10:52:56] [Server thread/WARN]:     at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[10:52:56] [Server thread/WARN]:     at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
[10:52:56] [Server thread/WARN]:     at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[10:52:56] [Server thread/WARN]:     at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
[10:52:56] [Server thread/WARN]:     at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
[10:52:56] [Server thread/WARN]:     at PlaceholderAPI-2.11.5.jar//me.clip.placeholderapi.expansion.manager.LocalExpansionManager.createExpansionInstance(LocalExpansionManager.java:453)
[10:52:56] [Server thread/WARN]:     at PlaceholderAPI-2.11.5.jar//me.clip.placeholderapi.expansion.manager.LocalExpansionManager.register(LocalExpansionManager.java:173)
[10:52:56] [Server thread/WARN]:     at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
[10:52:56] [Server thread/WARN]:     at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
[10:52:56] [Server thread/WARN]:     at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
[10:52:56] [Server thread/WARN]:     at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
[10:52:56] [Server thread/WARN]:     at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
[10:52:56] [Server thread/WARN]:     at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
[10:52:56] [Server thread/WARN]:     at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[10:52:56] [Server thread/WARN]:     at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
[10:52:56] [Server thread/WARN]:     at PlaceholderAPI-2.11.5.jar//me.clip.placeholderapi.expansion.manager.LocalExpansionManager.lambda$registerAll$4(LocalExpansionManager.java:366)
[10:52:56] [Server thread/WARN]:     at PlaceholderAPI-2.11.5.jar//me.clip.placeholderapi.util.Futures.lambda$null$0(Futures.java:46)
[10:52:56] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:101)
[10:52:56] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
[10:52:56] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1114)
[10:52:56] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[10:52:56] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:840)
[10:52:56] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.5.0]
[10:52:56] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: bungee [1.0.1]
[10:52:56] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [1.7.2]
[10:52:56] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion nicky due to a missing plugin: Nicky
[10:52:56] [Server thread/INFO]: 4 placeholder hook(s) registered! 3 placeholder hook(s) have an update available.
[10:52:56] [Server thread/INFO]: [ViaVersion] You are running a development version of the plugin, please report any bugs to GitHub.
[10:52:56] [Server thread/INFO]: Done (30.467s)! For help, type "help"
[10:52:56] [Server thread/INFO]: Timings Reset
[10:52:56] [Server thread/INFO]: [FastLogin] Hooking into auth plugin: AuthMeHook
[10:52:56] [Server thread/INFO]: [FastLogin] BungeeCord setting detected. No auth plugin is required