Paste #133811: [17:28:58] [ServerMain/INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.7+6-LTS; Eclipse Adoptium Temurin-21.0.7+6) on Linux 6.8.0-60-generic (amd64) [17:28:58] [ServerMain/INFO]: [b

Date: 2025/06/06 10:32:02 UTC-07:00
Type: JSON

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


[17:28:58] [ServerMain/INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.7+6-LTS; Eclipse Adoptium Temurin-21.0.7+6) on Linux 6.8.0-60-generic (amd64)
[17:28:58] [ServerMain/INFO]: [bootstrap] Loading Paper 1.21-130-master@b1b5d4c (2024-08-10T10:02:42Z) for Minecraft 1.21
[17:28:58] [ServerMain/INFO]: [PluginInitializerManager] Initializing plugins...
[17:29:01] [ServerMain/ERROR]: [DirectoryProviderSource] Error preparing plugin context: Directory 'plugins/packetevents-api-2.8.1-SNAPSHOT.jar' failed to update!
java.lang.RuntimeException: Directory 'plugins/packetevents-api-2.8.1-SNAPSHOT.jar' failed to update!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.prepareContext(FileProviderSource.java:62) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$prepareContext$1(DirectoryProviderSource.java:33) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:?]
    at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
    at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
    at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[?:?]
    at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:?]
    at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:?]
    at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.walkFiles(DirectoryProviderSource.java:64) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.prepareContext(DirectoryProviderSource.java:31) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.prepareContext(DirectoryProviderSource.java:17) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:113) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at net.minecraft.server.Main.main(Main.java:123) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.PaperBootstrap.boot(PaperBootstrap.java:21) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at org.bukkit.craftbukkit.Main.main(Main.java:281) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: plugins/packetevents-api-2.8.1-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:131) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.prepareContext(FileProviderSource.java:60) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    ... 22 more
Caused by: java.lang.IllegalArgumentException: plugins/packetevents-api-2.8.1-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:140) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:112) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.prepareContext(FileProviderSource.java:60) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    ... 22 more
[17:29:01] [ServerMain/ERROR]: [DirectoryProviderSource] Error preparing plugin context: Directory 'plugins/clientizen-beta-1.0-73.jar' failed to update!
java.lang.RuntimeException: Directory 'plugins/clientizen-beta-1.0-73.jar' failed to update!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.prepareContext(FileProviderSource.java:62) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$prepareContext$1(DirectoryProviderSource.java:33) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:?]
    at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
    at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
    at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[?:?]
    at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:?]
    at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:?]
    at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.walkFiles(DirectoryProviderSource.java:64) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.prepareContext(DirectoryProviderSource.java:31) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.prepareContext(DirectoryProviderSource.java:17) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:113) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at net.minecraft.server.Main.main(Main.java:123) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.PaperBootstrap.boot(PaperBootstrap.java:21) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at org.bukkit.craftbukkit.Main.main(Main.java:281) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: plugins/clientizen-beta-1.0-73.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:131) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.prepareContext(FileProviderSource.java:60) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    ... 22 more
Caused by: java.lang.IllegalArgumentException: plugins/clientizen-beta-1.0-73.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:140) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:112) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.provider.source.FileProviderSource.prepareContext(FileProviderSource.java:60) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    ... 22 more
[17:29:04] [ServerMain/INFO]: [PluginInitializerManager] Initialized 40 plugins
[17:29:04] [ServerMain/INFO]: [PluginInitializerManager] Paper plugins (2):
 - EconomyShopGUI (6.13.0), nightcore (2.7.6.1)
[17:29:04] [ServerMain/INFO]: [PluginInitializerManager] Bukkit plugins (38):
 - AuraSkills (2.2.1), AuraSkills (2.2.3), AxTrade (1.8.0), CMILib (1.5.1.4), Citizens (2.0.37-SNAPSHOT (build 3693)), CrazyAuctions (1.5.1), CrazyEnchantments (2.4), DailyRewards (2.2.0), DecentHolograms (2.8.11), DeluxeMenus (1.14.0-Release), EconomyBridge (1.2.0), Essentials (2.20.1), EssentialsChat (2.20.1), ExcellentCrates (5.3.3), GrimAC (2.3.65), ItemJoin (6.1.0-RELEASE-b1031), Jobs (5.2.4.3), LuckPerms (5.4.130), MortisAllinOne (1.4), MortisBank (5.1.1), MortisCore (3.1.1), NexEngine (2.2.12), PlaceholderAPI (2.11.6), PlayerPoints (3.2.7), ProtocolLib (5.3.0), SkinsRestorer (15.6.4), SmartSpawner (1.3.5), SuperiorSkyblock2 (2024.3), TAB (5.2.1), Vault (1.7.3-b131), ViaBackwards (5.0.3), ViaRewind (4.0.2), ViaVersion (5.0.3), VoidTeleport (2.4.5), WorldEdit (7.3.6+6892-3d660b8), WorldGuard (7.0.12+829a4a4), WorldGuardExtraFlags (4.2.4-SNAPSHOT), nightcore (2.6.4)
[17:29:15] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[17:29:20] [ServerMain/INFO]: Loaded 1290 recipes
[17:29:20] [ServerMain/INFO]: Loaded 1399 advancements
[17:29:21] [Server thread/INFO]: Starting minecraft server version 1.21
[17:29:21] [Server thread/INFO]: Loading properties
[17:29:21] [Server thread/INFO]: This server is running Paper version 1.21-130-master@b1b5d4c (2024-08-10T10:02:42Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
[17:29:24] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
[17:29:24] [Server thread/INFO]: Server Ping Player Sample Count: 12
[17:29:24] [Server thread/INFO]: Using 4 threads for Netty based IO
[17:29:24] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and population gen parallelism of 1 threads
[17:29:25] [Server thread/INFO]: Default game type: SURVIVAL
[17:29:25] [Server thread/INFO]: Generating keypair
[17:29:25] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
[17:29:25] [Server thread/INFO]: Using epoll channel type
[17:29:25] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[17:29:25] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
[17:29:25] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Ambiguous plugin name 'nightcore' for files 'plugins/.paper-remapped/nightcore-2.6.4.jar' and 'plugins/nightcore-2.7.6.1.jar' in 'plugins'
[17:29:25] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Ambiguous plugin name 'AuraSkills' for files 'plugins/.paper-remapped/AuraSkills-2.2.3.jar' and 'plugins/.paper-remapped/AuraSkills-2.2.1.jar' in 'plugins/.paper-remapped'
[17:29:29] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loading 2 libraries... please wait
[17:29:29] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library /home/container/libraries/com/zaxxer/HikariCP/5.0.1/HikariCP-5.0.1.jar
[17:29:29] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library /home/container/libraries/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar
[17:29:29] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library /home/container/libraries/it/unimi/dsi/fastutil/8.5.11/fastutil-8.5.11.jar
[17:29:29] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loading 5 libraries... please wait
[17:29:30] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/ch/ethz/globis/phtree/phtree/2.8.1/phtree-2.8.1.jar
[17:29:30] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar
[17:29:30] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/it/unimi/dsi/fastutil/8.5.15/fastutil-8.5.15.jar
[17:29:30] [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
[17:29:30] [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
[17:29:30] [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
[17:29:30] [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
[17:29:30] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.jar
[17:29:30] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[17:29:30] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[17:29:30] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
[17:29:30] [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
[17:29:30] [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
[17:29:30] [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
[17:29:30] [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
[17:29:30] [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
[17:29:30] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-api/4.17.0/adventure-api-4.17.0.jar
[17:29:30] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/container/libraries/net/kyori/adventure-key/4.17.0/adventure-key-4.17.0.jar
[17:29:30] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loading 2 libraries... please wait
[17:29:30] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loaded library /home/container/libraries/com/zaxxer/HikariCP/5.0.1/HikariCP-5.0.1.jar
[17:29:30] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loaded library /home/container/libraries/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar
[17:29:30] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loaded library /home/container/libraries/it/unimi/dsi/fastutil-core/8.5.13/fastutil-core-8.5.13.jar
[17:29:32] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loading 1 libraries... please wait
[17:29:32] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library /home/container/libraries/org/openjdk/nashorn/nashorn-core/15.4/nashorn-core-15.4.jar
[17:29:32] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library /home/container/libraries/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar
[17:29:32] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library /home/container/libraries/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar
[17:29:32] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library /home/container/libraries/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar
[17:29:32] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library /home/container/libraries/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar
[17:29:32] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library /home/container/libraries/org/ow2/asm/asm-util/7.3.1/asm-util-7.3.1.jar
[17:29:35] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v5.0.3
[17:29:35] [Server thread/INFO]: [ViaVersion] ViaVersion 5.0.3 is now loaded. Registering protocol transformers and injecting...
[17:29:39] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[17:29:40] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[17:29:43] [Server thread/INFO]: [ViaBackwards] Loading translations...
[17:29:43] [Server thread/INFO]: [ViaBackwards] Registering protocols...
[17:29:47] [Server thread/INFO]: [ViaRewind] Registering protocols...
[17:29:49] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.130
[17:29:50] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[17:29:50] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.3.6+6892-3d660b8
[17:29:56] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@271e213a]
[17:29:56] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.6
[17:29:56] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v5.0.3
[17:29:56] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.1
[17:29:56] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.3.0
[17:29:57] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.12+829a4a4
[17:29:57] [Server thread/INFO]: [NexEngine] Loading server plugin NexEngine v2.2.12
[17:29:57] [Server thread/INFO]: [CMILib] Loading server plugin CMILib v1.5.1.4
[17:29:57] [Server thread/INFO]: [ViaRewind] Loading server plugin ViaRewind v4.0.2
[17:29:57] [Server thread/INFO]: [MortisCore] Loading server plugin MortisCore v3.1.1
[17:29:57] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.37-SNAPSHOT (build 3693)
[17:29:57] [Server thread/INFO]: [SkinsRestorer] Loading server plugin SkinsRestorer v15.6.4
[17:29:57] [Server thread/INFO]: [nightcore] Loading server plugin nightcore v2.6.4
[17:29:57] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.11
[17:29:58] [Server thread/INFO]: [PlayerPoints] Loading server plugin PlayerPoints v3.2.7
[17:29:58] [Server thread/INFO]: [PlayerPoints] Initializing using RoseGarden v1.3.0.36-DEV-SNAPSHOT
[17:29:58] [Server thread/INFO]: [SmartSpawner] Loading server plugin SmartSpawner v1.3.5
[17:29:58] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.20.1
[17:29:58] [Server thread/INFO]: [MortisAllinOne] Loading server plugin MortisAllinOne v1.4
[17:29:58] [Server thread/INFO]: [DeluxeMenus] Loading server plugin DeluxeMenus v1.14.0-Release
[17:29:58] [Server thread/WARN]: [DeluxeMenus] Could not setup a NMS hook for your server version!
[17:29:58] [Server thread/INFO]: [CrazyAuctions] Loading server plugin CrazyAuctions v1.5.1
[17:29:58] [Server thread/INFO]: [CrazyEnchantments] Loading server plugin CrazyEnchantments v2.4
[17:29:58] [Server thread/INFO]: [Jobs] Loading server plugin Jobs v5.2.4.3
[17:29:58] [Server thread/INFO]: [TAB] Loading server plugin TAB v5.2.1
[17:29:58] [Server thread/INFO]: [MortisBank] Loading server plugin MortisBank v5.1.1
[17:29:58] [Server thread/INFO]: [ItemJoin] Loading server plugin ItemJoin v6.1.0-RELEASE-b1031
[17:29:58] [Server thread/INFO]: [EconomyBridge] Loading server plugin EconomyBridge v1.2.0
[17:29:58] [Server thread/INFO]: [AuraSkills] Loading server plugin AuraSkills v2.2.3
[17:29:58] [Server thread/INFO]: [AxTrade] Loading server plugin AxTrade v1.8.0
[17:29:58] [Server thread/INFO]: [AxTrade] Loading library commons-math3
[17:29:58] [Server thread/INFO]: [AxTrade] Loading library caffeine
[17:29:59] [Server thread/INFO]: [DailyRewards] Loading server plugin DailyRewards v2.2.0
[17:29:59] [Server thread/INFO]: [VoidTeleport] Loading server plugin VoidTeleport v2.4.5
[17:29:59] [Server thread/INFO]: [WorldGuardExtraFlags] Loading server plugin WorldGuardExtraFlags v4.2.4-SNAPSHOT
[17:29:59] [Server thread/INFO]: [GrimAC] Loading server plugin GrimAC v2.3.65
[17:30:01] [Server thread/INFO]: [GrimAC] Loading PacketEvents...
[17:30:13] [Server thread/INFO]: [SuperiorSkyblock2] Loading server plugin SuperiorSkyblock2 v2024.3
[17:30:15] [Server thread/INFO]: [EconomyShopGUI] Loading server plugin EconomyShopGUI v6.13.0
[17:30:15] [Server thread/INFO]: [ExcellentCrates] Loading server plugin ExcellentCrates v5.3.3
[17:30:15] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[17:30:15] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.130
[17:30:18] [Server thread/INFO]:         __    
[17:30:18] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.130
[17:30:18] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[17:30:18] [Server thread/INFO]: 
[17:30:18] [Server thread/INFO]: [LuckPerms] Loading configuration...
[17:30:19] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[17:30:21] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[17:30:22] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[17:30:23] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 8514ms)
[17:30:23] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[17:30:24] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[17:30:24] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[17:30:25] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[17:30:25] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[17:30:25] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.3.6+6892-3d660b8
[17:30:25] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[17:30:25] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[17:30:27] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_21.PaperweightAdapter as the Bukkit adapter
[17:30:33] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.3.0
[17:30:33] [Server thread/INFO]: [NexEngine] Enabling NexEngine v2.2.12
[17:30:33] [Server thread/INFO]: [NexEngine] Seems like we have Paper based fork here...
[17:30:33] [Server thread/WARN]: [NexEngine] ==================================
[17:30:33] [Server thread/WARN]: [NexEngine] WARNING: You're running an outdated/deprecated server version (Unknown)!
[17:30:33] [Server thread/WARN]: [NexEngine] Support for this version will be dropped soon.
[17:30:33] [Server thread/WARN]: [NexEngine] Please, upgrade your server to at least 1.18.2.
[17:30:33] [Server thread/WARN]: [NexEngine] ==================================
[17:30:33] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms permissions
[17:30:33] [Server thread/INFO]: [NexEngine] Successfully hooked with EssentialsX Economy economy
[17:30:33] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms chat
[17:30:34] [Server thread/INFO]: [NexEngine] Plugin loaded in 372 ms!
[17:30:34] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v4.0.2
[17:30:34] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v15.6.4
[17:30:39] [Server thread/INFO]: [SkinsRestorer] Running on Minecraft 1.21.0.
[17:30:43] [Server thread/INFO]: [SkinsRestorer] Using paper join listener!
[17:30:43] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: skinsrestorer [15.6.4]
[17:30:43] [Server thread/INFO]: [SkinsRestorer] PlaceholderAPI expansion registered!
[17:30:43] [Server thread/INFO]: [nightcore] Enabling nightcore v2.6.4
[17:30:43] [Server thread/WARN]: [nightcore] ===================================
[17:30:43] [Server thread/WARN]: [nightcore] WARNING: You're running an outdated server version (1.21)!
[17:30:43] [Server thread/WARN]: [nightcore] This version will no longer be supported in future relases.
[17:30:43] [Server thread/WARN]: [nightcore] Please upgrade your server to 1.21.1.
[17:30:43] [Server thread/WARN]: [nightcore] NO DISCORD SUPPORT WILL BE PROVIDED!
[17:30:43] [Server thread/WARN]: [nightcore] ===================================
[17:30:44] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[17:30:44] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     +==================+
[17:30:44] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |   SkinsRestorer  |
[17:30:44] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |------------------|
[17:30:44] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |  Standalone Mode |
[17:30:44] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     +==================+
[17:30:44] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[17:30:44] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     Version: 15.6.4
[17:30:44] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     Commit: 7ee6269
[17:30:44] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     This is the latest version!
[17:30:44] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[17:30:44] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] Do you have issues? Read our troubleshooting guide: https://skinsrestorer.net/docs/troubleshooting
[17:30:44] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] Want to support SkinsRestorer? Consider donating: https://skinsrestorer.net/donate
[17:30:44] [Server thread/INFO]: [nightcore] Found permissions provider: LuckPerms
[17:30:44] [Server thread/INFO]: [nightcore] Found economy provider: EssentialsX Economy
[17:30:44] [Server thread/INFO]: [nightcore] Found chat provider: LuckPerms
[17:30:44] [Server thread/INFO]: [nightcore] Server Version: 1.21 ✔
[17:30:44] [Server thread/INFO]: [nightcore] Entity Id Counter: OK ✔
[17:30:45] [Server thread/INFO]: [nightcore] Item NBT Compress: OK ✔
[17:30:45] [Server thread/WARN]: [nightcore] ========== WARNING ==========
[17:30:45] [Server thread/WARN]: [nightcore] Enabled Mojang's DataFixer for ItemStacks to update/fix NBT structure from <= 1.20.4 to 1.20.6+
[17:30:45] [Server thread/WARN]: [nightcore] This may significally affect server's performance.
[17:30:45] [Server thread/WARN]: [nightcore] Please, re-save all configuration(s) using in-game GUI editor(s) (if there is any).
[17:30:45] [Server thread/WARN]: [nightcore] Then disable this 'feature' in the config.yml of nightcore.
[17:30:45] [Server thread/INFO]: [nightcore] Plugin loaded in 2079 ms!
[17:30:45] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v3.2.7
[17:30:46] [Server thread/INFO]: [PlayerPoints] Data handler connected using SQLite.
[17:30:46] [Server thread/INFO]: [ItemJoin] Enabling ItemJoin v6.1.0-RELEASE-b1031
[17:30:48] [Server thread/INFO]: [EconomyBridge] Enabling EconomyBridge v1.2.0
[17:30:48] [Server thread/ERROR]: Error occurred while enabling EconomyBridge v1.2.0 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "su.nightexpress.nightcore.NightCore.getName()" because "su.nightexpress.nightcore.Engine.core" is null
    at nightcore-2.7.6.1.jar/su.nightexpress.nightcore.Engine.handleEnable(Engine.java:105) ~[nightcore-2.7.6.1.jar:?]
    at nightcore-2.7.6.1.jar/su.nightexpress.nightcore.NightPlugin.onEnable(NightPlugin.java:36) ~[nightcore-2.7.6.1.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:640) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:589) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:293) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1215) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[17:30:48] [Server thread/INFO]: [EconomyBridge] Disabling EconomyBridge v1.2.0
[17:30:48] [Server thread/ERROR]: Error occurred while disabling EconomyBridge v1.2.0
java.lang.NullPointerException: Cannot invoke "su.nightexpress.nightcore.command.CommandManager.shutdown()" because "this.commandManager" is null
    at nightcore-2.7.6.1.jar/su.nightexpress.nightcore.NightPlugin.unloadManagers(NightPlugin.java:157) ~[nightcore-2.7.6.1.jar:?]
    at nightcore-2.7.6.1.jar/su.nightexpress.nightcore.NightPlugin.onDisable(NightPlugin.java:47) ~[nightcore-2.7.6.1.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:291) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:237) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugin(PaperPluginManagerImpl.java:114) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:550) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:206) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:640) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:589) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:293) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1215) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[17:30:48] [Server thread/INFO]: Preparing level "world"
[17:30:50] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[17:30:53] [Server thread/INFO]: Time elapsed: 3068 ms
[17:30:53] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[17:30:54] [Server thread/INFO]: Time elapsed: 480 ms
[17:30:54] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[17:30:54] [Server thread/INFO]: Time elapsed: 246 ms
[17:30:54] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.0.3
[17:30:54] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.21 (767)
[17:30:55] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
[17:30:56] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[17:30:56] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v5.0.3
[17:30:56] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1
[17:30:56] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[17:30:59] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[17:30:59] [Server thread/INFO]: [Essentials] No kits found to migrate.
[17:30:59] [Server thread/INFO]: [Essentials] Loaded 39094 items from items.json.
[17:30:59] [Server thread/INFO]: [Essentials] Using locale en_US
[17:31:00] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[17:31:00] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[17:31:00] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[17:31:00] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[17:31:00] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.12+829a4a4
[17:31:01] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[17:31:01] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[17:31:01] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[17:31:01] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[17:31:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[17:31:01] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[17:31:01] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[17:31:01] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[17:31:01] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[17:31:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[17:31:01] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[17:31:01] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[17:31:01] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[17:31:01] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[17:31:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[17:31:01] [Server thread/INFO]: [WorldGuard] Loading region data...
[17:31:03] [Server thread/INFO]: [CMILib] Enabling CMILib v1.5.1.4
[17:31:07] [Server thread/INFO]: Server version: v1_21_R1 - 1.21.0 - paper  1.21-130-b1b5d4c (MC: 1.21)
[17:31:08] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[17:31:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cmil [1.5.1.4]
[17:31:08] [Server thread/INFO]: PlaceholderAPI hooked.
[17:31:09] [Server thread/INFO]: Updated (EN) language file. Took 195ms
[17:31:09] [Server thread/INFO]: [MortisCore] Enabling MortisCore v3.1.1
[17:31:09] [Server thread/INFO]: [MortisCore] Loading library XSeries
[17:31:09] [Server thread/INFO]: [MortisCore] Loading library custom-block-data
[17:31:09] [Server thread/INFO]: [MortisCore] Loading library h2
[17:31:09] [Server thread/INFO]: [MortisCore] Loading library mariadb-java-client
[17:31:09] [Server thread/INFO]: [MortisCore] Loading library postgresql
[17:31:10] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.37-SNAPSHOT (build 3693)
[17:31:10] [Server thread/INFO]: [Citizens] Using mojmapped server, avoiding server package checks
[17:31:10] [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 @61488aee).
[17:31:10] [Server thread/ERROR]: Error occurred while enabling Citizens v2.0.37-SNAPSHOT (build 3693) (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_21_R3/boss/CraftBossBar
    at Citizens-2.0.37-b3693.jar/net.citizensnpcs.nms.v1_21_R3.util.NMSImpl.<clinit>(NMSImpl.java:2728) ~[Citizens-2.0.37-b3693.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.jar:1.21-130-b1b5d4c]
    at Citizens-2.0.37-b3693.jar/net.citizensnpcs.api.util.SpigotUtil.lambda$getMinecraftPackage$1(SpigotUtil.java:176) ~[Citizens-2.0.37-b3693.jar:?]
    at Citizens-2.0.37-b3693.jar/net.citizensnpcs.api.util.SpigotUtil.getMinecraftPackage(SpigotUtil.java:181) ~[Citizens-2.0.37-b3693.jar:?]
    at Citizens-2.0.37-b3693.jar/net.citizensnpcs.Citizens.onEnable(Citizens.java:326) ~[Citizens-2.0.37-b3693.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:640) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:589) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:754) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:516) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:329) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1215) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-130-b1b5d4c]
    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-api-1.21-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
    ... 21 more
[17:31:10] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.37-SNAPSHOT (build 3693)
[17:31:10] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.11
[17:31:12] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: 1.21! Trying to find NMS support
[17:31:12] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_21_R1' loaded!
[17:31:12] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'DecentHolograms' to create a bStats instance!
[17:31:12] [Server thread/INFO]: [SmartSpawner] Enabling SmartSpawner v1.3.5
[17:31:12] [Server thread/INFO]: [SmartSpawner] Auto-detecting available shop plugins...
[17:31:12] [Server thread/WARN]: [SmartSpawner] No compatible shop plugins were found during auto-detection.
[17:31:13] [Server thread/INFO]: [SmartSpawner] Running on standard Paper server.
[17:31:13] [Server thread/INFO]: [SmartSpawner] WorldGuard integration enabled successfully!
[17:31:13] [Server thread/INFO]: [SmartSpawner] SuperiorSkyblock2 integration enabled successfully!
[17:31:13] [Server thread/INFO]: [SmartSpawner] SmartSpawner has been enabled! (Loaded in 1396ms)
[17:31:13] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.20.1
[17:31:13] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[17:31:14] [Server thread/INFO]: [MortisAllinOne] Enabling MortisAllinOne v1.4
[17:31:14] [Server thread/INFO]: Preparing start region for dimension minecraft:spawn
[17:31:14] [Server thread/INFO]: Time elapsed: 390 ms
[17:31:14] [Server thread/INFO]: [WorldGuard] (spawn) TNT ignition is PERMITTED.
[17:31:14] [Server thread/INFO]: [WorldGuard] (spawn) Lighters are PERMITTED.
[17:31:14] [Server thread/INFO]: [WorldGuard] (spawn) Lava fire is PERMITTED.
[17:31:14] [Server thread/INFO]: [WorldGuard] (spawn) Fire spread is UNRESTRICTED.
[17:31:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn'
[17:31:14] [Server thread/INFO]: [MortisAllinOne] Loading world: spawn
[17:31:14] [Server thread/INFO]: [MortisAllinOne] Mortis All-in-One successfully finished loading worlds!
[17:31:14] [Server thread/INFO]: [MortisAllinOne] Mortis All-in-One was successfully loaded!
[17:31:14] [Server thread/INFO]: [MortisAllinOne] Running version 1.3.
[17:31:14] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.14.0-Release
[17:31:14] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[17:31:16] [Server thread/WARN]: [DeluxeMenus] Material for item: glass in menu: jobs is not valid!
Skipping item: glass
[17:31:16] [Server thread/WARN]: [DeluxeMenus] Material for item: hunter in menu: jobs is not valid!
Skipping item: hunter
[17:31:16] [Server thread/WARN]: [DeluxeMenus] Material for item: hunter-working in menu: jobs is not valid!
Skipping item: hunter-working
[17:31:16] [Server thread/INFO]: [DeluxeMenus] 10 GUI menus loaded!
[17:31:16] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[17:31:16] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[17:31:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxemenus [1.14.0-Release]
[17:31:16] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.5.1
[17:31:16] [Server thread/INFO]: [CrazyAuctions] Loading the config.yml
[17:31:16] [Server thread/INFO]: [CrazyAuctions] Successfully loaded config.yml
[17:31:16] [Server thread/INFO]: [CrazyAuctions] Loading the messages.yml
[17:31:16] [Server thread/INFO]: [CrazyAuctions] Successfully loaded messages.yml
[17:31:16] [Server thread/INFO]: [CrazyAuctions] Loading the test-file.yml
[17:31:16] [Server thread/INFO]: [CrazyAuctions] Successfully loaded test-file.yml
[17:31:16] [Server thread/INFO]: [CrazyAuctions] Loading the data.yml
[17:31:16] [Server thread/INFO]: [CrazyAuctions] Successfully loaded data.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Enabling CrazyEnchantments v2.4
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Loading the config.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded config.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Loading the BlockList.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded BlockList.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Loading the HeadMap.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded HeadMap.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Loading the Data.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Data.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Loading the Enchantments.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Enchantments.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Loading the GKitz.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded GKitz.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Loading the Messages.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Messages.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Loading the Enchantment-Types.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Enchantment-Types.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Loading the Tinker.yml
[17:31:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Tinker.yml
[17:31:17] [Server thread/INFO]: [CrazyEnchants]: === CrazyEnchantment Hook Status ===
[17:31:17] [Server thread/INFO]: [CrazyEnchants]: FACTIONS_UUID NOT FOUND
[17:31:17] [Server thread/INFO]: [CrazyEnchants]: GRIEF_PREVENTION NOT FOUND
[17:31:17] [Server thread/INFO]: [CrazyEnchants]: VAULT FOUND
[17:31:17] [Server thread/INFO]: [CrazyEnchants]: PLOT_SQUARED NOT FOUND
[17:31:17] [Server thread/INFO]: [CrazyEnchants]: WORLDGUARD FOUND
[17:31:17] [Server thread/INFO]: [CrazyEnchants]: MCMMO NOT FOUND
[17:31:17] [Server thread/INFO]: [CrazyEnchants]: WORLDEDIT FOUND
[17:31:17] [Server thread/INFO]: [CrazyEnchants]: TOWNYADVANCED NOT FOUND
[17:31:17] [Server thread/INFO]: [CrazyEnchants]: ORAXEN NOT FOUND
[17:31:17] [Server thread/INFO]: [CrazyEnchants]: SUPERIORSKYBLOCK NOT FOUND
[17:31:17] [Server thread/INFO]: [CrazyEnchants]: NO_CHEAT_PLUS NOT FOUND
[17:31:17] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: 1.21! Trying to find NMS support
[17:31:17] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_21_R1' loaded!
[17:31:17] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'CrazyEnchantments' to create a bStats instance!
[17:31:18] [Server thread/INFO]: [CrazyEnchantments] G-Kitz support is now enabled.
[17:31:19] [Server thread/WARN]: [CrazyEnchantments] Created examples because we couldn't find it.
[17:31:19] [Server thread/INFO]: [Jobs] Enabling Jobs v5.2.4.3
[17:31:19] [Server thread/INFO]: ------------- Jobs -------------
[17:31:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: jobsr [5.2.4.3]
[17:31:19] [Server thread/INFO]: PlaceholderAPI hooked.
[17:31:19] [Server thread/INFO]: Connected to database (SqLite)
[17:31:20] [Server thread/INFO]: Loaded 8 titles
[17:31:20] [Server thread/INFO]: Loaded 2 restricted areas!
[17:31:20] [Server thread/INFO]: Loaded 53 protected blocks timers
[17:31:21] [Server thread/INFO]: Loaded 1481 custom item names
[17:31:21] [Server thread/INFO]: Loaded 84 custom entity names
[17:31:21] [Server thread/INFO]: Loaded 2 custom MythicMobs names
[17:31:21] [Server thread/INFO]: Loaded 42 custom enchant names
[17:31:21] [Server thread/INFO]: Loaded 46 custom enchant names
[17:31:21] [Server thread/INFO]: Loaded 16 custom color names
[17:31:21] [Server thread/INFO]: Update shops items icon section and use 'ItemStack' instead
[17:31:21] [Server thread/INFO]: Loaded 4 shop items
[17:31:21] [Server thread/INFO]: Loaded 1 quests for Brewer
[17:31:21] [Server thread/INFO]: Loaded 1 quests for Hunter
[17:31:21] [Server thread/INFO]: Loaded 1 quests for Weaponsmith
[17:31:21] [Server thread/INFO]: Loaded 1 quests for Enchanter
[17:31:21] [Server thread/INFO]: Loaded 1 quests for Fisherman
[17:31:21] [Server thread/INFO]: Loaded 1 quests for Farmer
[17:31:21] [Server thread/INFO]: Loaded 1 quests for Digger
[17:31:21] [Server thread/INFO]: Loaded 1 quests for Woodcutter
[17:31:21] [Server thread/INFO]: Loaded 1 quests for Miner
[17:31:21] [Server thread/INFO]: Loaded 1 quests for Crafter
[17:31:21] [Server thread/INFO]: Loaded 1 quests for Builder
[17:31:21] [Server thread/INFO]: Loaded 1 quests for Explorer
[17:31:21] [Server thread/INFO]: Loaded 12 jobs
[17:31:21] [Server thread/INFO]: Loaded 0 boosted items
[17:31:22] [Jobs-DatabaseSaveTask/INFO]: Started database save task.
[17:31:22] [Jobs-BufferedPaymentThread/INFO]: Started buffered payment thread.
[17:31:22] [Server thread/INFO]: Preloaded 3 players data in 0.17
[17:31:22] [Server thread/INFO]: Registering listeners...
[17:31:23] [Server thread/INFO]: Listeners registered successfully
[17:31:23] [Server thread/INFO]: Plugin has been enabled successfully.
[17:31:23] [Server thread/INFO]: ------------------------------------
[17:31:23] [Server thread/INFO]: [TAB] Enabling TAB v5.2.1


Highlighting for 'Other' types handled by Highlight.JS, which was released under the BSD 3-Clause License.