Paste #129416: Plugin won't load on 1.21.1

Date: 2024/12/27 13:03:27 UTC-08:00
Type: Denizen Script

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


[20:52:15] [ServerMain/INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.3+9-LTS; Eclipse Adoptium Temurin-21.0.3+9) on Linux 6.8.0-49-generic (amd64)
[20:52:15] [ServerMain/INFO]: [bootstrap] Loading Paper 1.21.1-132-ver/1.21.1@b48403b (2024-11-21T10:14:27Z) for Minecraft 1.21.1
[20:52:15] [ServerMain/INFO]: [PluginInitializerManager] Initializing plugins...
[20:52:16] [Paper Plugin Remapper Thread - 1/INFO]: [PluginRemapper] Remapping plugin 'plugins/Citizens.jar'...
[20:52:16] [Paper Plugin Remapper Thread - 0/INFO]: [PluginRemapper] Remapping plugin 'plugins/DecentHolograms-2.8.12.jar'...
[20:52:17] [Paper Plugin Remapper Thread - 0/INFO]: [PluginRemapper] Done remapping plugin 'plugins/DecentHolograms-2.8.12.jar' in 594ms.
[20:52:18] [Paper Plugin Remapper Thread - 1/INFO]: [PluginRemapper] Done remapping plugin 'plugins/Citizens.jar' in 1767ms.
[20:52:23] [ServerMain/WARN]: [org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper] Failed to get hostname, using 'localhost'
java.net.UnknownHostException: 48866bbc-6db1-40d9-8b31-a4e55d393d59: 48866bbc-6db1-40d9-8b31-a4e55d393d59: Name or service not known
    at java.base/java.net.InetAddress.getLocalHost(InetAddress.java:1936) ~[?:?]
    at org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper.getHostname(DiscriminatingNameMapper.java:90) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper.<init>(DiscriminatingNameMapper.java:69) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.internal.impl.synccontext.named.NameMappers.discriminatingNameMapper(NameMappers.java:68) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapterFactoryImpl.getManuallyCreatedNameMappers(NamedLockFactoryAdapterFactoryImpl.java:78) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.internal.impl.synccontext.named.NamedLockFactoryAdapterFactoryImpl.<init>(NamedLockFactoryAdapterFactoryImpl.java:107) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) ~[?:?]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.newInstance(DefaultServiceLocator.java:159) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstances(DefaultServiceLocator.java:140) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstance(DefaultServiceLocator.java:130) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator.getService(DefaultServiceLocator.java:271) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.internal.impl.synccontext.DefaultSyncContextFactory.initService(DefaultSyncContextFactory.java:68) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.newInstance(DefaultServiceLocator.java:163) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstances(DefaultServiceLocator.java:140) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstance(DefaultServiceLocator.java:130) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator.getService(DefaultServiceLocator.java:271) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.internal.impl.DefaultMetadataResolver.initService(DefaultMetadataResolver.java:123) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.newInstance(DefaultServiceLocator.java:163) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstances(DefaultServiceLocator.java:140) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstance(DefaultServiceLocator.java:130) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator.getService(DefaultServiceLocator.java:271) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.apache.maven.repository.internal.DefaultVersionResolver.initService(DefaultVersionResolver.java:106) ~[maven-resolver-provider-3.9.6.jar:3.9.6]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.newInstance(DefaultServiceLocator.java:163) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstances(DefaultServiceLocator.java:140) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstance(DefaultServiceLocator.java:130) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator.getService(DefaultServiceLocator.java:271) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.initService(DefaultRepositorySystem.java:158) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.newInstance(DefaultServiceLocator.java:163) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstances(DefaultServiceLocator.java:140) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator$Entry.getInstance(DefaultServiceLocator.java:130) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.eclipse.aether.impl.DefaultServiceLocator.getService(DefaultServiceLocator.java:271) ~[maven-resolver-impl-1.9.18.jar:1.9.18]
    at org.bukkit.plugin.java.LibraryLoader.<init>(LibraryLoader.java:60) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.<clinit>(SpigotPluginProvider.java:38) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.provider.type.PluginFileType.<clinit>(PluginFileType.java:40) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:77) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:52) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:17) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:15) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:113) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.Main.main(Main.java:123) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.PaperBootstrap.boot(PaperBootstrap.java:21) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.craftbukkit.Main.main(Main.java:281) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.net.UnknownHostException: 48866bbc-6db1-40d9-8b31-a4e55d393d59: Name or service not known
    at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) ~[?:?]
    at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:52) ~[?:?]
    at java.base/java.net.InetAddress$PlatformResolver.lookupByName(InetAddress.java:1211) ~[?:?]
    at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1828) ~[?:?]
    at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:1139) ~[?:?]
    at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1818) ~[?:?]
    at java.base/java.net.InetAddress.getLocalHost(InetAddress.java:1931) ~[?:?]
    ... 45 more
[20:52:23] [ServerMain/INFO]: [FileProviderSource] The spark plugin will not be loaded as this server bundles the spark profiler.
[20:52:23] [ServerMain/INFO]: [PluginInitializerManager] Initialized 27 plugins
[20:52:23] [ServerMain/INFO]: [PluginInitializerManager] Bukkit plugins (27):
 - AntiCombatLog (2.6.1), AuthMe (5.7.0-FORK-b53), AxGraves (1.15.0), ChangeSkin (3.0), Citizens (2.0.37-SNAPSHOT (build 3648)), DecentHolograms (2.8.12), DiscordSRV (1.28.0), Essentials (2.21.0-dev+151-f2af952), FastAsyncWorldEdit (2.12.2), LPC (3.6.0), LuckPerms (5.4.151), Multiverse-Core (4.3.14), Nexo (0.7-dev), PlaceholderAPI (2.11.6), ProtocolLib (5.3.0), SetHome (2.0), SetSpawn (5.4), Sit (1.7.1), SkinsRestorer (15.5.1), Skript (2.9.5), TAB (5.0.3), Terra (6.5.1-BETA+0a952cff4), UberEnchant (8.11.5), Vault (1.7.3-b131), Wild (4.4.5-SNAPSHOT), WorldGuard (7.0.12+829a4a4), voicechat (2.5.26)
[20:52:27] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[20:52:29] [ServerMain/INFO]: Loaded 1290 recipes
[20:52:30] [ServerMain/ERROR]: Couldn't load advancements: [minecraft:wander_add_map, minecraft:give_quest_trader_trade]
[20:52:30] [ServerMain/INFO]: Loaded 1433 advancements
[20:52:30] [Server thread/INFO]: Starting minecraft server version 1.21.1
[20:52:30] [Server thread/INFO]: Loading properties
[20:52:30] [Server thread/INFO]: This server is running Paper version 1.21.1-132-ver/1.21.1@b48403b (2024-11-21T10:14:27Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT)
[20:52:31] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
[20:52:31] [Server thread/INFO]: Server Ping Player Sample Count: 12
[20:52:31] [Server thread/INFO]: Using 4 threads for Netty based IO
[20:52:32] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 4 worker threads, and population gen parallelism of 4 threads
[20:52:32] [Server thread/INFO]: Default game type: SURVIVAL
[20:52:32] [Server thread/INFO]: Generating keypair
[20:52:32] [Server thread/INFO]: Starting Minecraft server on 86.127.97.11:25580
[20:52:32] [Server thread/INFO]: Using epoll channel type
[20:52:32] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[20:52:32] [Server thread/INFO]: Paper: Using OpenSSL 3.x.x (Linux x86_64) cipher from Velocity.
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loading 5 libraries... please wait
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/ch/ethz/globis/phtree/phtree/2.8.1/phtree-2.8.1.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/it/unimi/dsi/fastutil/8.5.15/fastutil-8.5.15.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-platform-bukkit/4.3.3/adventure-platform-bukkit-4.3.3.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-platform-api/4.3.3/adventure-platform-api-4.3.3.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.3/adventure-text-serializer-bungeecord-4.3.3.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-legacy/4.13.1/adventure-text-serializer-legacy-4.13.1.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-gson/4.13.1/adventure-text-serializer-gson-4.13.1.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-gson-legacy-impl/4.13.1/adventure-text-serializer-gson-legacy-impl-4.13.1.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-platform-facet/4.3.3/adventure-platform-facet-4.3.3.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-platform-viaversion/4.3.3/adventure-platform-viaversion-4.3.3.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-text-minimessage/4.17.0/adventure-text-minimessage-4.17.0.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-api/4.17.0/adventure-api-4.17.0.jar
[20:52:33] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-key/4.17.0/adventure-key-4.17.0.jar
[20:52:33] [Server thread/WARN]: [org.bukkit.craftbukkit.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[20:52:43] [Server thread/WARN]: Legacy plugin ChangeSkin v3.0 does not specify an api-version.
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loading 15 libraries... please wait
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/jetbrains/kotlin/kotlin-stdlib-jdk8/2.0.21/kotlin-stdlib-jdk8-2.0.21.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/jetbrains/kotlin/kotlin-stdlib/2.0.21/kotlin-stdlib-2.0.21.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/jetbrains/kotlin/kotlin-stdlib-jdk7/2.0.21/kotlin-stdlib-jdk7-2.0.21.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/adventure-text-minimessage/4.17.0/adventure-text-minimessage-4.17.0.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/adventure-api/4.17.0/adventure-api-4.17.0.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/adventure-key/4.17.0/adventure-key-4.17.0.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-plain/4.17.0/adventure-text-serializer-plain-4.17.0.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-ansi/4.17.0/adventure-text-serializer-ansi-4.17.0.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/ansi/1.0.3/ansi-1.0.3.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/adventure-platform-bukkit/4.3.4/adventure-platform-bukkit-4.3.4.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/adventure-platform-api/4.3.4/adventure-platform-api-4.3.4.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.4/adventure-text-serializer-bungeecord-4.3.4.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-legacy/4.13.1/adventure-text-serializer-legacy-4.13.1.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-gson/4.13.1/adventure-text-serializer-gson-4.13.1.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-gson-legacy-impl/4.13.1/adventure-text-serializer-gson-legacy-impl-4.13.1.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/adventure-platform-facet/4.3.4/adventure-platform-facet-4.3.4.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/net/kyori/adventure-platform-viaversion/4.3.4/adventure-platform-viaversion-4.3.4.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/spongepowered/configurate-yaml/4.1.2/configurate-yaml-4.1.2.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/spongepowered/configurate-core/4.1.2/configurate-core-4.1.2.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/io/leangen/geantyref/geantyref/1.3.11/geantyref-1.3.11.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/com/google/errorprone/error_prone_annotations/2.6.0/error_prone_annotations-2.6.0.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/yaml/snakeyaml/1.28/snakeyaml-1.28.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/spongepowered/configurate-extra-kotlin/4.1.2/configurate-extra-kotlin-4.1.2.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/jetbrains/kotlin/kotlin-reflect/1.4.20/kotlin-reflect-1.4.20.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.4.2/kotlinx-coroutines-core-jvm-1.4.2.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.0/kotlin-stdlib-common-1.4.0.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/gs/mclo/java/2.2.1/java-2.2.1.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/commons-io/commons-io/2.14.0/commons-io-2.14.0.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/com/google/code/gson/gson/2.11.0/gson-2.11.0.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/apache/httpcomponents/client5/httpclient5/5.4/httpclient5-5.4.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/apache/httpcomponents/core5/httpcore5/5.3/httpcore5-5.3.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/apache/httpcomponents/core5/httpcore5-h2/5.3/httpcore5-h2-5.3.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/springframework/spring-expression/6.0.8/spring-expression-6.0.8.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/springframework/spring-core/6.0.8/spring-core-6.0.8.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/springframework/spring-jcl/6.0.8/spring-jcl-6.0.8.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar
[20:52:43] [Server thread/INFO]: [SpigotLibraryLoader] [Nexo] Loaded library /home/container/libraries/org/jetbrains/annotations/26.0.1/annotations-26.0.1.jar
[20:52:43] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Initializing Terra...
[20:52:43] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Loading config.yml
[20:52:43] [Server thread/INFO]: [com.dfsek.terra.config.PluginConfigImpl] Loading config values from config.yml
[20:52:44] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Loading 37 Terra addons:
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]+0a952cff4
        - [email protected]
        - [email protected]
        - [email protected]+0a952cff4
[20:52:44] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Terra addons successfully loaded.
[20:52:44] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Finished initialization.
[20:52:44] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.151
[20:52:44] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[20:52:44] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.12.2
[20:52:44] [Server thread/WARN]: 
**********************************************
** You are using the Spigot-mapped FAWE jar on a modern Paper version.
** This will result in slower first-run times and wasted disk space from plugin remapping.
** Download the Paper FAWE jar from Modrinth to avoid this: https://modrinth.com/plugin/fastasyncworldedit/
**********************************************
[20:52:45] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@e5b9aae]
[20:52:45] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.3.0
[20:52:45] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.12+829a4a4
[20:52:45] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.6
[20:52:45] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.37-SNAPSHOT (build 3648)
[20:52:45] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.14
[20:52:45] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0-dev+151-f2af952
[20:52:45] [Server thread/INFO]: [Skript] Loading server plugin Skript v2.9.5
[20:52:45] [Server thread/INFO]: [AxGraves] Loading server plugin AxGraves v1.15.0
[20:52:45] [Server thread/INFO]: [AxGraves] Loading library commons-math3
[20:52:45] [Server thread/INFO]: [AxGraves] Loading library caffeine
[20:52:45] [Server thread/INFO]: [LPC] Loading server plugin LPC v3.6.0
[20:52:45] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.12
[20:52:45] [Server thread/INFO]: [AntiCombatLog] Loading server plugin AntiCombatLog v2.6.1
[20:52:45] [Server thread/INFO]: [AuthMe] Loading server plugin AuthMe v5.7.0-FORK-b53
[20:52:45] [Server thread/INFO]: [UberEnchant] Loading server plugin UberEnchant v8.11.5
[20:52:45] [Server thread/INFO]: [ChangeSkin] Loading server plugin ChangeSkin v3.0
[20:52:45] [Server thread/INFO]: [Sit] Loading server plugin Sit v1.7.1
[20:52:45] [Server thread/INFO]: [SkinsRestorer] Loading server plugin SkinsRestorer v15.5.1
[20:52:45] [Server thread/INFO]: [SetHome] Loading server plugin SetHome v2.0
[20:52:45] [Server thread/INFO]: [SetSpawn] Loading server plugin SetSpawn v5.4
[20:52:45] [Server thread/INFO]: [DiscordSRV] Loading server plugin DiscordSRV v1.28.0
[20:52:45] [Server thread/INFO]: [voicechat] Loading server plugin voicechat v2.5.26
[20:52:45] [Server thread/INFO]: [Nexo] Loading server plugin Nexo v0.7-dev
[20:52:45] [Server thread/INFO]: Loading libraries...
[20:52:45] [Server thread/INFO]: Loading library: commandapi-bukkit-shade-mojang-mapped
[20:52:45] [Server thread/INFO]: Loading library: commandapi-bukkit-kotlin
[20:52:45] [Server thread/INFO]: Loading library: custom-block-data
[20:52:45] [Server thread/INFO]: Loading library: MorePersistentDataTypes
[20:52:45] [Server thread/INFO]: Loading library: persistent-data-serializer
[20:52:45] [Server thread/INFO]: Loading library: creative-api
[20:53:17] [Server thread/INFO]: [Nexo] Downloaded library https://repo.nexomc.com/snapshots/team/unnamed/creative-api/1.7.6-SNAPSHOT/creative-api-1.7.6-SNAPSHOT.jar
[20:53:17] [Server thread/INFO]: Loading library: creative-server
[20:53:17] [Server thread/INFO]: Loading library: creative-serializer-minecraft
[20:53:19] [Server thread/INFO]: [Nexo] Downloaded library https://repo.nexomc.com/snapshots/team/unnamed/creative-serializer-minecraft/1.7.6-SNAPSHOT/creative-serializer-minecraft-1.7.6-SNAPSHOT.jar
[20:53:19] [Server thread/INFO]: Loading library: protectionlib
[20:53:19] [Server thread/INFO]: Loading library: FoliaLib
[20:53:19] [Server thread/INFO]: Loading library: actions-spigot
[20:53:21] [Server thread/INFO]: [Nexo] Downloaded library https://repo.triumphteam.dev/snapshots/me/gabytm/util/actions-spigot/1.0.0-SNAPSHOT/actions-spigot-1.0.0-20220111.134648-1.jar
[20:53:21] [Server thread/INFO]: Loading library: actions-core
[20:53:27] [Server thread/INFO]: [Nexo] Downloaded library https://repo.triumphteam.dev/snapshots/me/gabytm/util/actions-core/1.0.0-SNAPSHOT/actions-core-1.0.0-20220111.134648-1.jar
[20:53:27] [Server thread/INFO]: Loading library: triumph-gui
[20:53:27] [Server thread/INFO]: Loading library: IF
[20:53:27] [Server thread/INFO]: Loading library: idofront-util
[20:53:27] [Server thread/INFO]: [Terra] Loading server plugin Terra v6.5.1-BETA+0a952cff4
[20:53:27] [Server thread/INFO]: [TAB] Loading server plugin TAB v5.0.3
[20:53:27] [Server thread/INFO]: [Wild] Loading server plugin Wild v4.4.5-SNAPSHOT
[20:53:27] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[20:53:27] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.151
[20:53:28] [Server thread/INFO]:         __    
[20:53:28] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.151
[20:53:28] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[20:53:28] [Server thread/INFO]: 
[20:53:28] [Server thread/INFO]: [LuckPerms] Loading configuration...
[20:53:28] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[20:53:28] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[20:53:28] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[20:53:29] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1805ms)
[20:53:29] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[20:53:29] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[20:53:29] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[20:53:29] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[20:53:29] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[20:53:29] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.12.2
[20:53:29] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
[20:53:29] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
[20:53:29] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[20:53:29] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[20:53:29] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_21_R1.PaperweightFaweAdapter as the Bukkit adapter
[20:53:30] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.3.0
[20:53:30] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v15.5.1
[20:53:30] [Server thread/WARN]: [SkinsRestorer] You must agree to the rules at 'commands.perSkinPermissionsConsent' in the config to use per skin permissions.
[20:53:30] [Server thread/INFO]: [SkinsRestorer] Running on Minecraft 1.21.1.
[20:53:31] [Server thread/INFO]: [SkinsRestorer] Using paper join listener!
[20:53:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: skinsrestorer [15.5.1]
[20:53:31] [Server thread/INFO]: [SkinsRestorer] PlaceholderAPI expansion registered!
[20:53:31] [Server thread/INFO]: [Terra] Enabling Terra v6.5.1-BETA+0a952cff4
[20:53:31] [Server thread/INFO]: [com.dfsek.terra.bukkit.TerraBukkitPlugin] Running on Minecraft version v1.21.1 with server implementation Paper.
[20:53:31] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Loading config packs...
[20:53:31] [Server thread/INFO]: [com.dfsek.terra.registry.master.ConfigRegistry] Loading ZIP archive: default.zip
[20:53:32] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loading config pack "OVERWORLD:OVERWORLD"
[20:53:33] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loaded config pack "OVERWORLD:OVERWORLD" v1.3.4 by Astrash, Sancires, Aureus in 1984.000656ms.
[20:53:33] [Server thread/INFO]: [com.dfsek.terra.registry.master.ConfigRegistry] Loading ZIP archive: origen-v2.2.0 (1).zip
[20:53:33] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loading config pack "ORIGEN:ORIGEN"
[20:53:34] [ForkJoinPool.commonPool-worker-13/WARN]: [com.dfsek.terra.bukkit.handles.BukkitWorldHandle] Translating minecraft:grass to minecraft:short_grass. In 1.20.3 minecraft:grass was renamed to minecraft:short_grass. You are advised to perform this rename in your config backs as this translation will be removed in the next major version of Terra.
[20:53:34] [ForkJoinPool.commonPool-worker-6/WARN]: [com.dfsek.terra.bukkit.handles.BukkitWorldHandle] Translating minecraft:grass to minecraft:short_grass. In 1.20.3 minecraft:grass was renamed to minecraft:short_grass. You are advised to perform this rename in your config backs as this translation will be removed in the next major version of Terra.
[20:53:34] [ForkJoinPool.commonPool-worker-6/WARN]: [com.dfsek.terra.bukkit.handles.BukkitWorldHandle] Translating minecraft:grass to minecraft:short_grass. In 1.20.3 minecraft:grass was renamed to minecraft:short_grass. You are advised to perform this rename in your config backs as this translation will be removed in the next major version of Terra.
[20:53:34] [ForkJoinPool.commonPool-worker-10/WARN]: [com.dfsek.terra.bukkit.handles.BukkitWorldHandle] Translating minecraft:grass to minecraft:short_grass. In 1.20.3 minecraft:grass was renamed to minecraft:short_grass. You are advised to perform this rename in your config backs as this translation will be removed in the next major version of Terra.
[20:53:34] [ForkJoinPool.commonPool-worker-1/WARN]: [com.dfsek.terra.bukkit.handles.BukkitWorldHandle] Translating minecraft:grass to minecraft:short_grass. In 1.20.3 minecraft:grass was renamed to minecraft:short_grass. You are advised to perform this rename in your config backs as this translation will be removed in the next major version of Terra.
[20:53:34] [ForkJoinPool.commonPool-worker-6/WARN]: [com.dfsek.terra.bukkit.handles.BukkitWorldHandle] Translating minecraft:grass to minecraft:short_grass. In 1.20.3 minecraft:grass was renamed to minecraft:short_grass. You are advised to perform this rename in your config backs as this translation will be removed in the next major version of Terra.
[20:53:34] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loaded config pack "ORIGEN:ORIGEN" v1.0.0 by Astrash, Sancires, Aureus, Rearth in 871.062807ms.
[20:53:34] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Loaded packs.
[20:53:34] [Server thread/INFO]: [com.dfsek.terra.bukkit.nms.v1_21.AwfulBukkitHacks] Hacking biome registry...
[20:53:34] [Server thread/INFO]: [com.dfsek.terra.bukkit.nms.v1_21.AwfulBukkitHacks] Doing tag garbage....
[20:53:34] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[20:53:34] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[20:53:34] [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.
[20:53:34] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[20:53:34] [Server thread/INFO]: Preparing level "world"
[20:53:34] [Server thread/INFO]: [com.dfsek.terra.bukkit.nms.v1_21.NMSInjectListener] Preparing to take over the world: world
[20:53:34] [Server thread/INFO]: [com.dfsek.terra.bukkit.nms.v1_21.NMSInjectListener] Successfully injected into world.
[20:53:35] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[20:53:36] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[20:53:36] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     +==================+
[20:53:36] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |   SkinsRestorer  |
[20:53:36] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |------------------|
[20:53:36] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |  Standalone Mode |
[20:53:36] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     +==================+
[20:53:36] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[20:53:36] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     Version: 15.5.1
[20:53:36] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     Commit: d5d8613
[20:53:36] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     This is the latest version!
[20:53:36] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[20:53:36] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] Do you have issues? Read our troubleshooting guide: https://skinsrestorer.net/docs/troubleshooting
[20:53:36] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] Want to support SkinsRestorer? Consider donating: https://skinsrestorer.net/donate
[20:53:36] [Server thread/INFO]: Time elapsed: 1310 ms
[20:53:36] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[20:53:36] [Server thread/INFO]: Time elapsed: 121 ms
[20:53:36] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[20:53:36] [Server thread/INFO]: Time elapsed: 51 ms
[20:53:36] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.12+829a4a4
[20:53:37] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[20:53:37] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[20:53:37] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[20:53:37] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[20:53:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[20:53:37] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[20:53:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[20:53:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[20:53:37] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[20:53:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[20:53:37] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[20:53:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[20:53:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[20:53:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[20:53:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[20:53:37] [Server thread/INFO]: [WorldGuard] Loading region data...
[20:53:37] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
[20:53:37] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[20:53:37] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.37-SNAPSHOT (build 3648)
[20:53:43] [Server thread/INFO]: [Citizens] Using mojmapped server, avoiding server package checks
[20:53:43] [Server thread/ERROR]: [Citizens] Could not fetch NMS field cj: [[static final field has no write access: net.minecraft.world.entity.animal.armadillo.Armadillo.SCARE_DISTANCE_HORIZONTAL/double/putStatic, from class net.citizensnpcs.util.NMS (unnamed module @69e65877).
[20:53:43] [Server thread/ERROR]: Error occurred while enabling Citizens v2.0.37-SNAPSHOT (build 3648) (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_21_R3/boss/CraftBossBar
    at Citizens.jar/net.citizensnpcs.nms.v1_21_R3.util.NMSImpl.<clinit>(NMSImpl.java:2719) ~[Citizens.jar:?]
    at java.base/java.lang.Class.forName0(Native Method) ~[?:?]
    at java.base/java.lang.Class.forName(Class.java:534) ~[?:?]
    at java.base/java.lang.Class.forName(Class.java:513) ~[?:?]
    at io.papermc.reflectionrewriter.runtime.AbstractDefaultRulesReflectionProxy.forName(AbstractDefaultRulesReflectionProxy.java:68) ~[reflection-rewriter-runtime-0.0.3.jar:?]
    at io.papermc.paper.pluginremap.reflect.PaperReflectionHolder.forName(Unknown Source) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at Citizens.jar/net.citizensnpcs.api.util.SpigotUtil.lambda$getMinecraftPackage$1(SpigotUtil.java:171) ~[Citizens.jar:?]
    at Citizens.jar/net.citizensnpcs.api.util.SpigotUtil.getMinecraftPackage(SpigotUtil.java:176) ~[Citizens.jar:?]
    at Citizens.jar/net.citizensnpcs.Citizens.onEnable(Citizens.java:322) ~[Citizens.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:641) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:590) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_21_R3.boss.CraftBossBar
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:197) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
    ... 21 more
[20:53:43] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.37-SNAPSHOT (build 3648)
[20:53:43] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.14
[20:53:43] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.14" 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--].
[20:53:43] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[20:53:43] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
[20:53:43] [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.
[20:53:43] [Server thread/INFO]: [Multiverse-Core] Version 4.3.14 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[20:53:43] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+151-f2af952
[20:53:44] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[20:53:44] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[20:53:44] [Server thread/INFO]: [Essentials] No kits found to migrate.
[20:53:44] [Server thread/INFO]: [Essentials] Loaded 43465 items from items.json.
[20:53:44] [Server thread/INFO]: [Essentials] Using locale en_US
[20:53:44] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[20:53:44] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[20:53:44] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[20:53:44] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[20:53:44] [Server thread/INFO]: [Skript] Enabling Skript v2.9.5
[20:53:45] [ForkJoinPool.commonPool-worker-1/INFO]: [Skript] You're currently running the latest stable version of Skript.
[20:53:58] [Server thread/INFO]: [Skript] Loaded 233074 aliases in 13540ms
[20:53:59] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[20:53:59] [Server thread/INFO]: [AxGraves] Enabling AxGraves v1.15.0
[20:53:59] [Server thread/INFO]: [LPC] Enabling LPC v3.6.0
[20:53:59] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.12
[20:53:59] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: 1.21.1! Trying to find NMS support
[20:53:59] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_21_R1' loaded!
[20:53:59] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'DecentHolograms' to create a bStats instance!
[20:53:59] [Server thread/INFO]: [AntiCombatLog] Enabling AntiCombatLog v2.6.1
[20:53:59] [Server thread/INFO]: [AntiCombatLog] Starting AntiCombatLog V.2.6.1 by Badbird5907
[20:53:59] [Server thread/ERROR]: [AntiCombatLog] Failed to register events for class net.badbird5907.anticombatlog.listener.NPCListener because net/citizensnpcs/api/event/NPCDeathEvent does not exist.
[20:53:59] [Server thread/INFO]: [AntiCombatLog] Enabling plugin hooks...
[20:53:59] [Server thread/INFO]: [AntiCombatLog] Finished initializing AntiCombatLog (took 36 ms.)
[20:53:59] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.7.0-FORK-b53
[20:53:59] [Server thread/INFO]: [AuthMe] You are running an unofficial fork version of AuthMe!
[20:54:00] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[20:54:00] [Server thread/INFO]: [AuthMe] Hooked into LuckPerms!
[20:54:00] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[20:54:00] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
[20:54:00] [Server thread/INFO]: [AuthMe] Hooked successfully into PlaceholderAPI
[20:54:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: authme [5.7.0-FORK]
[20:54:00] [Server thread/INFO]: [AuthMe] Essentials spawn file not found: '/home/container/plugins/Essentials/spawn.yml'
[20:54:00] [Server thread/INFO]: [AuthMe] 
    ___         __  __    __  ___   
   /   | __  __/ /_/ /_  /  |/  /__ 
  / /| |/ / / / __/ __ \/ /|_/ / _ \
 / ___ / /_/ / /_/ / / / /  / /  __/
/_/  |_\__,_/\__/_/ /_/_/  /_/\___/ 

[20:54:00] [Server thread/INFO]: [AuthMe] AuthMeReReloaded is running on Paper
[20:54:00] [Server thread/INFO]: [AuthMe] AuthMeReReloaded is enabled successfully!
[20:54:00] [Server thread/INFO]: [AuthMe] GitHub: https://github.com/HaHaWTH/AuthMeReReloaded/
[20:54:00] [Server thread/INFO]: [AuthMe] Checking for updates...
[20:54:00] [Server thread/INFO]: [UberEnchant] Enabling UberEnchant v8.11.5
[20:54:00] [Server thread/INFO]: [ChangeSkin] Enabling ChangeSkin v3.0*
[20:54:00] [Server thread/ERROR]: Error occurred while enabling ChangeSkin v3.0 (Is it up to date?)
java.lang.ExceptionInInitializerError: null
    at ChangeSkin.jar/com.github.games647.changeskin.bukkit.ChangeSkinBukkit.registerCommands(ChangeSkinBukkit.java:137) ~[ChangeSkin.jar:?]
    at ChangeSkin.jar/com.github.games647.changeskin.bukkit.ChangeSkinBukkit.onEnable(ChangeSkinBukkit.java:48) ~[ChangeSkin.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:641) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:590) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3
    at ChangeSkin.jar/com.github.games647.changeskin.bukkit.commands.SkullCommand.getServerVersion(SkullCommand.java:110) ~[ChangeSkin.jar:?]
    at ChangeSkin.jar/com.github.games647.changeskin.bukkit.commands.SkullCommand.<clinit>(SkullCommand.java:36) ~[ChangeSkin.jar:?]
    ... 14 more
[20:54:00] [Server thread/INFO]: [ChangeSkin] Disabling ChangeSkin v3.0
[20:54:00] [Server thread/INFO]: [Sit] Enabling Sit v1.7.1
[20:54:00] [Server thread/INFO]: [SetHome] Enabling SetHome v2.0
[20:54:00] [Server thread/INFO]: [SetSpawn] Enabling SetSpawn v5.4
[20:54:00] [Server thread/INFO]: [SetSpawn] Enabled!
[20:54:00] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.28.0
[20:54:00] [Server thread/INFO]: [voicechat] Enabling voicechat v2.5.26
[20:54:00] [Server thread/INFO]: [voicechat] Initializing compatibility for Bukkit version 1.21.1-R0.1
[20:54:00] [Server thread/INFO]: [voicechat] Compatibility version 18
[20:54:00] [Server thread/INFO]: [voicechat] Successfully initialized commodore command completion
[20:54:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: voicechat [2.5.26]
[20:54:00] [Server thread/INFO]: [voicechat] Successfully registered PlaceholderAPI expansion
[20:54:00] [Server thread/INFO]: [Nexo] Enabling Nexo v0.7-dev
[20:54:01] [Server thread/INFO]: Nexo | Version v1_21_R1 has been detected.
[20:54:01] [Server thread/INFO]: Nexo | Nexo will use the NMSHandler for this version.

[20:54:01] [Server thread/WARN]: [Nexo] Nag author(s) boy0000 of plugin Nexo for not relocating the CustomBlockData package.
[20:54:01] [Server thread/INFO]: Nexo | PackServer set to POLYMATH
[20:54:01] [ForkJoinPool.commonPool-worker-15/INFO]: Nexo | Skipped downloading DefaultPack as it is up to date!
[20:54:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: nexo [0.7-dev]
[20:54:01] [Server thread/INFO]: Nexo | Plugin "PlaceholderAPI" detected, enabling hooks
[20:54:01] [Server thread/INFO]: [TAB] Enabling TAB v5.0.3
[20:54:01] [Server thread/INFO]: [TAB] Loaded NMS hook in 45ms
[20:54:02] [Server thread/INFO]: [TAB] Enabled in 217ms
[20:54:02] [Server thread/INFO]: [Wild] Enabling Wild v4.4.5-SNAPSHOT
[20:54:02] [Server thread/INFO]: [spark] Starting background profiler...
[20:54:02] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[20:54:02] [Server thread/INFO]: Done preparing level "world" (28.135s)
[20:54:02] [Server thread/INFO]: Running delayed init tasks
[20:54:02] [Craft Scheduler Thread - 9 - DecentHolograms/INFO]: [DecentHolograms] Created directory plugins/DecentHolograms/animations
[20:54:02] [Craft Scheduler Thread - 8 - DecentHolograms/INFO]: [DecentHolograms] Created directory plugins/DecentHolograms/holograms
[20:54:02] [Craft Scheduler Thread - 6 - Essentials/INFO]: [Essentials] Fetching version information...
[20:54:02] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
[20:54:02] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
[20:54:02] [Craft Scheduler Thread - 14 - Vault/INFO]: [Vault] Checking for Updates ... 
[20:54:02] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[20:54:03] [Server thread/INFO]: [Skript] Loading variables...
[20:54:03] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds
[20:54:03] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[20:54:03] [Server thread/INFO]: [Skript]     No scripts were found, maybe you should write some ;)
[20:54:03] [Server thread/INFO]: [Skript] Finished loading.
[20:54:03] [Craft Scheduler Thread - 13 - AuthMe/INFO]: [AuthMe] You are running the latest version.
[20:54:03] [Server thread/INFO]: 0 placeholder hook(s) registered!
[20:54:03] [ForkJoinPool.commonPool-worker-15/INFO]: Nexo | Generating resourcepack...
[20:54:03] [Server thread/INFO]: Done (119.226s)! For help, type "help"
[20:54:03] [Server thread/INFO]: Timings Reset
[20:54:03] [Server thread/INFO]: [voicechat] Loading plugins
[20:54:03] [Server thread/INFO]: [voicechat] Loaded 0 plugin(s)
[20:54:03] [Server thread/INFO]: [voicechat] Initializing plugins
[20:54:03] [Server thread/INFO]: [voicechat] Initialized 0 plugin(s)
[20:54:03] [Server thread/WARN]: [voicechat] Running in offline mode - Voice chat encryption is not secure!
[20:54:03] [VoiceChatServerThread/INFO]: [voicechat] Using server-ip as bind address: 86.127.97.11
[20:54:03] [VoiceChatServerThread/INFO]: [voicechat] Voice chat server started at 86.127.97.11:24454
[20:54:03] [ForkJoinPool.commonPool-worker-15/INFO]: Nexo | Importing DefaultPack...
[20:54:03] [ForkJoinPool.commonPool-worker-15/INFO]: Nexo | Validating ResourcePack files...
[20:54:03] [ForkJoinPool.commonPool-worker-15/INFO]: Nexo | Obfuscating NexoPack...
[20:54:04] [ForkJoinPool.commonPool-worker-15/INFO]: Nexo | Caching obfuscated ResourcePack...
[20:54:04] [ForkJoinPool.commonPool-worker-15/INFO]: Nexo | Finished generating resourcepack!

[20:54:06] [pool-59-thread-1/WARN]: [DiscordSRV] 

The current build of DiscordSRV is outdated by 29 commits! Get the latest build at your favorite distribution center.

Spigot: https://www.spigotmc.org/resources/discordsrv.18494/
Github: https://github.com/DiscordSRV/DiscordSRV/releases
Direct Download: https://get.discordsrv.com

[20:54:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[20:54:07] [Server thread/INFO]: [UberEnchant] Found: 0 Registered UberEnchantments.
[20:54:07] [Server thread/INFO]: [UberEnchant] Loaded: 0 UberEnchantments.
[20:54:07] [Server thread/INFO]: [UberEnchant] Custom enchantment table mechanics are enabled!
[20:54:07] [Server thread/INFO]: [UberEnchant] Custom anvil mechanics are enabled!
[20:54:08] [Craft Scheduler Thread - 14 - Vault/INFO]: [Vault] No new version available
[20:54:10] [ForkJoinPool.commonPool-worker-5/INFO]: Nexo | ResourcePack has been uploaded to https://atlas.nexomc.com/pack.zip?id=756b643563046d03afc3bf156a82503ac6d59ae8
[20:54:10] [Craft Scheduler Thread - 14 - AxGraves/INFO]: AxGraves » There is a new version of AxGraves available! (current: 1.15.0 | latest: 1.17.0)
[20:54:13] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[20:54:14] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[20:54:14] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:console(1320539806509568000)
[20:54:14] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Saved linked accounts in 7ms
[20:54:14] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
[20:54:14] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[20:54:14] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
[20:54:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: discordsrv [1.28.0]
[20:54:14] [DiscordSRV - JDA Callback 0/INFO]: [DiscordSRV] Cleared all pre-existing slash commands in 1/1 guilds (0 cancelled)
[20:55:23] [User Authenticator #0/INFO]: UUID of player SpiderSlayer22 is bd40c7e5-ede6-3a8a-bada-bf4e75ad0a77
[20:55:26] [Server thread/INFO]: SpiderSlayer22[/87.61.239.244:54112] logged in with entity id 15 at ([world]-1198.9458484248787, 69.0, -1332.8141993313977)
[20:55:27] [Craft Scheduler Thread - 21 - AuthMe/INFO]: [AuthMe] SpiderSlayer22 logged in 87.61.239.244
[20:55:29] [Server thread/INFO]: SpiderSlayer22 issued server command: /plugins
[20:55:34] [Server thread/INFO]: SpiderSlayer22 issued server command: /npc create
[20:55:34] [Server thread/ERROR]: Command exception: /npc create
org.bukkit.command.CommandException: Cannot execute command 'npc' in plugin Citizens v2.0.37-SNAPSHOT (build 3648) - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.command.brigadier.bukkit.BukkitCommandNode$BukkitBrigCommand.run(BukkitCommandNode.java:91) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.3.10.jar:?]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:31) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:19) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.commands.execution.UnboundEntryAction.lambda$bind$0(UnboundEntryAction.java:8) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.commands.execution.CommandQueueEntry.execute(CommandQueueEntry.java:5) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.commands.execution.ExecutionContext.runCommandQueue(ExecutionContext.java:103) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.commands.Commands.executeCommandInContext(Commands.java:443) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.commands.Commands.performCommand(Commands.java:350) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.commands.Commands.performCommand(Commands.java:337) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.commands.Commands.performCommand(Commands.java:332) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.performUnsignedChatCommand(ServerGamePacketListenerImpl.java:2218) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$11(ServerGamePacketListenerImpl.java:2192) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1535) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1512) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1505) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:135) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.managedBlock(MinecraftServer.java:1464) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1471) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1316) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[20:55:38] [User Authenticator #0/INFO]: UUID of player astelex is cd31c00b-0c8b-3589-ad11-b2d79da71c04
[20:55:44] [Server thread/INFO]: astelex[/98.208.52.162:52877] logged in with entity id 49019 at ([world]-1210.1468652218919, 70.0, -1331.3607086207473)
[20:55:44] [Craft Scheduler Thread - 21 - AuthMe/INFO]: [AuthMe] astelex logged in 98.208.52.162
[20:56:10] [Server thread/INFO]: astelex issued server command: /plugins
[20:56:44] [Server thread/INFO]: astelex issued server command: /version AxGraves
[20:57:09] [Server thread/INFO]: astelex issued server command: /gamemode creative
[21:01:13] [User Authenticator #1/INFO]: UUID of player Phoenixxx78 is ab726535-a4e0-3e75-81fc-653972f12d2f
[21:01:17] [Server thread/INFO]: Phoenixxx78[/74.105.228.8:61093] logged in with entity id 2285907 at ([world]-1198.8261510269429, 69.0, -1334.3188991161612)
[21:01:17] [Craft Scheduler Thread - 54 - AuthMe/INFO]: [AuthMe] Phoenixxx78 logged in 74.105.228.8
[21:01:17] [Server thread/INFO]: [voicechat] Received secret request of Phoenixxx78 (18)
[21:01:17] [Server thread/INFO]: [voicechat] Sent secret to Phoenixxx78
[21:01:17] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Successfully authenticated player ab726535-a4e0-3e75-81fc-653972f12d2f
[21:01:19] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Successfully validated connection of player ab726535-a4e0-3e75-81fc-653972f12d2f
[21:01:19] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Player Phoenixxx78 (ab726535-a4e0-3e75-81fc-653972f12d2f) successfully connected to voice chat