Paste #137696: Unnamed Server Log Paste

Date: 2025/11/29 13:32:07 UTC-08:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


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


[21:16:16] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[21:16:18] [ServerMain/INFO]: Loaded 7 recipes
[21:16:20] [Server thread/INFO]: Starting minecraft server version 1.20.1
[21:16:20] [Server thread/INFO]: Loading properties
[21:16:20] [Server thread/INFO]: This server is running CraftBukkit version 3871-Spigot-d2eba2c-3f9263b (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT)
[21:16:20] [Server thread/INFO]: Server Ping Player Sample Count: 12
[21:16:20] [Server thread/INFO]: Using 4 threads for Netty based IO
[21:16:20] [Server thread/INFO]: Debug logging is disabled
[21:16:20] [Server thread/INFO]: Default game type: SURVIVAL
[21:16:20] [Server thread/INFO]: Generating keypair
[21:16:21] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25609
[21:16:21] [Server thread/INFO]: Using epoll channel type
[21:16:21] [Server thread/ERROR]: Could not load 'plugins/CreativePlots.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: Unsupported API version 1.21
    at org.bukkit.craftbukkit.v1_20_R1.util.CraftMagicNumbers.checkSupported(CraftMagicNumbers.java:317) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:141) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadPlugins(CraftServer.java:435) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:219) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:972) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:303) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
[21:16:21] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[21:16:25] [Server thread/WARN]: Legacy plugin Simple-Info v1.3.4 does not specify an api-version.
[21:16:26] [Server thread/INFO]: [Citizens] Loading 3 libraries... please wait
[21:16:26] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/ch/ethz/globis/phtree/phtree/2.8.2/phtree-2.8.2.pom
[21:16:26] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/org/joml/joml/1.10.8/joml-1.10.8.pom
[21:16:26] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/it/unimi/dsi/fastutil/8.5.16/fastutil-8.5.16.pom
[21:16:26] [BasicRepositoryConnector-repo.maven.apache.org-0-0/INFO]: Downloading https://repo.maven.apache.org/maven2/ch/ethz/globis/phtree/phtree/2.8.2/phtree-2.8.2.jar
[21:16:26] [BasicRepositoryConnector-repo.maven.apache.org-0-1/INFO]: Downloading https://repo.maven.apache.org/maven2/it/unimi/dsi/fastutil/8.5.16/fastutil-8.5.16.jar
[21:16:27] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/ch/ethz/globis/phtree/phtree/2.8.2/phtree-2.8.2.jar
[21:16:27] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar
[21:16:27] [Server thread/INFO]: [Citizens] Loaded library /home/container/libraries/it/unimi/dsi/fastutil/8.5.16/fastutil-8.5.16.jar
[21:16:27] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.5.0
[21:16:28] [Server thread/INFO]: [NoCollisions] Loading NoCollisions v1.6
[21:16:28] [Server thread/INFO]: [VoidGen] Loading VoidGen v2.2.1
[21:16:28] [Server thread/INFO]: [DecentHolograms] Loading DecentHolograms v2.9.8
[21:16:28] [Server thread/INFO]: [Simple-Info] Loading Simple-Info v1.3.4
[21:16:28] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
[21:16:28] [Server thread/INFO]: [StaffChat] Loading StaffChat v3.7
[21:16:28] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.18.7
[21:16:28] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[21:16:28] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.15+6463-5ca4dff
[21:16:28] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@625cb07d]
[21:16:28] [Server thread/INFO]: [Essentials] Loading Essentials v2.21.2
[21:16:28] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.21.2
[21:16:28] [Server thread/INFO]: [TAB] Loading TAB v5.3.2
[21:16:28] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.21.2
[21:16:28] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.9+5934e49
[21:16:28] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.40-SNAPSHOT (build 3990)
[21:16:29] [Server thread/INFO]: [Skulls] Loading Skulls v3.27.0
[21:16:29] [Server thread/INFO]: [IridiumSkyblock] Loading IridiumSkyblock v4.1.2
[21:16:30] [Server thread/INFO]: [IridiumSkyblock] GENERATOR TYPE: VOID
[21:16:30] [Server thread/INFO]: [IridiumSkyblock] Loading world generator...
[21:16:30] [Server thread/INFO]: [IridiumSkyblock] Generator Type = VOID
[21:16:30] [Server thread/INFO]: [CoreLogging] Loading Multiverse-Core v5.3.4
[21:16:30] [Server thread/INFO]: [Images] Loading Images v2.5.8
[21:16:30] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v5.2.1
[21:16:30] [Server thread/INFO]: [HubParkour] Loading HubParkour v2.8.2
[21:16:30] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.5.0
[21:16:31] [Server thread/INFO]:         __    
[21:16:31] [Server thread/INFO]:   |    |__)   LuckPerms v5.5.0
[21:16:31] [Server thread/INFO]:   |___ |      Running on Bukkit - CraftBukkit
[21:16:31] [Server thread/INFO]: 
[21:16:31] [Server thread/INFO]: [LuckPerms] Loading configuration...
[21:16:31] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[21:16:32] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[21:16:32] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[21:16:32] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1851ms)
[21:16:32] [Server thread/INFO]: [VoidGen] Enabling VoidGen v2.2.1
[21:16:32] [Server thread/INFO]: [VoidGen] Using VoidChunkGen: VERSION_UNKNOWN
[21:16:32] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[21:16:32] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.21.2 which is not a depend or softdepend of this plugin.
[21:16:32] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[21:16:32] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[21:16:32] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[21:16:32] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[21:16:32] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.15+6463-5ca4dff
[21:16:32] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[21:16:32] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[21:16:32] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_20_R1.PaperweightAdapter as the Bukkit adapter
[21:16:33] [Server thread/INFO]: [WorldEdit] ====================================================
[21:16:33] [Server thread/INFO]: [WorldEdit]  WorldEdit works better if you use Paper 
[21:16:33] [Server thread/INFO]: [WorldEdit]  as your server software. 
[21:16:33] [Server thread/INFO]: [WorldEdit]   
[21:16:33] [Server thread/INFO]: [WorldEdit]  Paper offers significant performance improvements,
[21:16:33] [Server thread/INFO]: [WorldEdit]  bug fixes, security enhancements and optional
[21:16:33] [Server thread/INFO]: [WorldEdit]  features for server owners to enhance their server.
[21:16:33] [Server thread/INFO]: [WorldEdit]   
[21:16:33] [Server thread/INFO]: [WorldEdit]  Paper includes Timings v2, which is significantly
[21:16:33] [Server thread/INFO]: [WorldEdit]  better at diagnosing lag problems over v1.
[21:16:33] [Server thread/INFO]: [WorldEdit]   
[21:16:33] [Server thread/INFO]: [WorldEdit]  All of your plugins should still work, and the
[21:16:33] [Server thread/INFO]: [WorldEdit]  Paper community will gladly help you fix any issues.
[21:16:33] [Server thread/INFO]: [WorldEdit]   
[21:16:33] [Server thread/INFO]: [WorldEdit]  Join the Paper Community @ https://papermc.io
[21:16:33] [Server thread/INFO]: [WorldEdit] ====================================================
[21:16:33] [Server thread/INFO]: Preparing level "world"
[21:16:34] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[21:16:39] [Worker-Main-35/INFO]: Preparing spawn area: 0%
[21:16:39] [Worker-Main-17/INFO]: Preparing spawn area: 0%
[21:16:39] [Worker-Main-23/INFO]: Preparing spawn area: 0%
[21:16:39] [Worker-Main-46/INFO]: Preparing spawn area: 0%
[21:16:39] [Worker-Main-34/INFO]: Preparing spawn area: 0%
[21:16:39] [Worker-Main-23/INFO]: Preparing spawn area: 0%
[21:16:39] [Worker-Main-40/INFO]: Preparing spawn area: 0%
[21:16:39] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[21:16:39] [Worker-Main-46/INFO]: Preparing spawn area: 0%
[21:16:39] [Worker-Main-23/INFO]: Preparing spawn area: 0%
[21:16:39] [Worker-Main-22/INFO]: Preparing spawn area: 1%
[21:16:40] [Worker-Main-26/INFO]: Preparing spawn area: 37%
[21:16:40] [Worker-Main-17/INFO]: Preparing spawn area: 91%
[21:16:40] [Server thread/INFO]: Time elapsed: 6069 ms
[21:16:41] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[21:16:43] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[21:16:43] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[21:16:43] [Worker-Main-26/INFO]: Preparing spawn area: 0%
[21:16:43] [Worker-Main-26/INFO]: Preparing spawn area: 0%
[21:16:43] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[21:16:43] [Worker-Main-40/INFO]: Preparing spawn area: 25%
[21:16:44] [Worker-Main-29/INFO]: Preparing spawn area: 86%
[21:16:44] [Server thread/INFO]: Time elapsed: 3103 ms
[21:16:44] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[21:16:45] [Worker-Main-34/INFO]: Preparing spawn area: 0%
[21:16:45] [Worker-Main-31/INFO]: Preparing spawn area: 0%
[21:16:45] [Worker-Main-7/INFO]: Preparing spawn area: 0%
[21:16:45] [Worker-Main-34/INFO]: Preparing spawn area: 0%
[21:16:46] [Worker-Main-40/INFO]: Preparing spawn area: 22%
[21:16:46] [Worker-Main-31/INFO]: Preparing spawn area: 98%
[21:16:46] [Server thread/INFO]: Time elapsed: 2508 ms
[21:16:46] [Server thread/INFO]: [NoCollisions] Enabling NoCollisions v1.6
[21:16:46] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.9.8
[21:16:46] [Server thread/INFO]: [DecentHolograms] Initialized NMS adapter for v1_20_R1 (1.20.1).
[21:16:46] [Server thread/INFO]: [NBTAPI] Found Minecraft: v1_20_R1! Trying to find NMS support
[21:16:46] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_20_R1' loaded!
[21:16:46] [Server thread/INFO]: [NBTAPI] Using the plugin 'DecentHolograms' to create a bStats instance!
[21:16:46] [Server thread/INFO]: [DecentHolograms] NBT-API loaded successfully.
[21:16:46] [Server thread/INFO]: [Simple-Info] Enabling Simple-Info v1.3.4
[21:16:46] [Server thread/INFO]: Simple-Info was successfully enabled
[21:16:46] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[21:16:46] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[21:16:46] [Server thread/INFO]: [ClearLag] Loading modules...
[21:16:46] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_20_R1.MinecraftServer)
[21:16:46] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[21:16:46] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[21:16:46] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[21:16:46] [Thread-12/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.20]...
[21:16:46] [Server thread/INFO]: [StaffChat] Enabling StaffChat v3.7
[21:16:46] [Server thread/WARN]: [StaffChat] Could not find PlaceholderAPI! This plugin is optional.
[21:16:46] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.18.7
[21:16:46] [Thread-12/INFO]: [ClearLag] No updates found!
[21:16:47] [Server thread/INFO]: [LiteBans] Loaded 2 templates from templates.yml!
[21:16:47] [LiteBans-0/INFO]: [LiteBans] Using system locale (en)
[21:16:47] [Server thread/INFO]: [LiteBans] Loading: h2 1.4.197
[21:16:47] [Server thread/INFO]: [LiteBans] Connecting to database...
[21:16:47] [Server thread/INFO]: [LiteBans] Connected to H2 database successfully (172.4 ms).
[21:16:47] [Server thread/INFO]: [LiteBans] Database connection fully initialized (178.6 ms).
[21:16:47] [Server thread/INFO]: [LiteBans] v2.18.7 enabled. Startup took 181 ms.
[21:16:47] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.2
[21:16:47] [Server thread/ERROR]: You are running an unsupported server version!
[21:16:48] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[21:16:48] [Server thread/INFO]: No kits found to migrate.
[21:16:48] [Server thread/INFO]: Selected 1.14.4+ Persistent Data Container Provider as the provider for PersistentDataProvider
[21:16:48] [Server thread/INFO]: Selected Reflection Server State Provider as the provider for ServerStateProvider
[21:16:48] [Server thread/INFO]: Selected 1.9-1.20.4 Potion Meta Provider as the provider for PotionMetaProvider
[21:16:48] [Server thread/INFO]: Selected 1.12.2+ Player Locale Provider as the provider for PlayerLocaleProvider
[21:16:48] [Server thread/INFO]: Selected 1.8.3+ Spawner Item Provider as the provider for SpawnerItemProvider
[21:16:48] [Server thread/INFO]: Selected Legacy Damage Event Provider as the provider for DamageEventProvider
[21:16:48] [Server thread/INFO]: No provider found for TickCountProvider, but it is nullable
[21:16:48] [Server thread/INFO]: Selected 1.11+ Item Unbreakable Provider as the provider for ItemUnbreakableProvider
[21:16:48] [Server thread/INFO]: Selected 1.14+ Sign Data Provider as the provider for SignDataProvider
[21:16:48] [Server thread/INFO]: No provider found for BiomeKeyProvider, but it is nullable
[21:16:48] [Server thread/INFO]: No provider found for SerializationProvider, but it is nullable
[21:16:48] [Server thread/INFO]: Selected Reflection Sync Commands Provider as the provider for SyncCommandsProvider
[21:16:48] [Server thread/INFO]: No provider found for ContainerProvider, but it is nullable
[21:16:48] [Server thread/INFO]: Selected 1.17.1+ World Info Provider as the provider for WorldInfoProvider
[21:16:48] [Server thread/INFO]: Selected Legacy InventoryView Abstract Class ABI Provider as the provider for InventoryViewProvider
[21:16:48] [Server thread/INFO]: Selected 1.20.5+ Banner Data Provider as the provider for BannerDataProvider
[21:16:48] [Server thread/INFO]: Selected Reflection Formatted Command Alias Provider as the provider for FormattedCommandAliasProvider
[21:16:48] [Server thread/INFO]: Selected Reflection Known Commands Provider as the provider for KnownCommandsProvider
[21:16:48] [Server thread/INFO]: Selected 1.13+ Spawn Egg Provider as the provider for SpawnEggProvider
[21:16:48] [Server thread/INFO]: Selected Legacy Biome Name Provider as the provider for BiomeNameProvider
[21:16:48] [Server thread/INFO]: Selected Reflection Online Mode Provider as the provider for OnlineModeProvider
[21:16:48] [Server thread/INFO]: Selected Bukkit Material Tag Provider as the provider for MaterialTagProvider
[21:16:48] [Server thread/INFO]: Selected 1.12+ Spawner Block Provider as the provider for SpawnerBlockProvider
[21:16:48] [Server thread/INFO]: Loaded 43880 items from items.json.
[21:16:48] [Server thread/INFO]: Using locale en_US
[21:16:48] [Server thread/INFO]: ServerListPingEvent: Spigot iterator API
[21:16:48] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[21:16:48] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[21:16:48] [Server thread/INFO]: Using Vault based permissions (LuckPerms)
[21:16:48] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.21.2
[21:16:48] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[21:16:48] [Server thread/INFO]: [TAB] Enabling TAB v5.3.2
[21:16:49] [Server thread/INFO]: [TAB] Enabled in 256ms
[21:16:49] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.21.2
[21:16:49] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[21:16:49] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.9+5934e49
[21:16:49] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[21:16:49] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[21:16:49] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[21:16:49] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[21:16:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[21:16:49] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[21:16:49] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[21:16:49] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[21:16:49] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[21:16:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[21:16:49] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[21:16:49] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[21:16:49] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[21:16:49] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[21:16:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[21:16:49] [Server thread/INFO]: [WorldGuard] Loading region data...
[21:16:49] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.40-SNAPSHOT (build 3990)
[21:16:49] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/adventure-text-minimessage/4.25.0/adventure-text-minimessage-4.25.0.jar
[21:16:49] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar
[21:16:49] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar
[21:16:49] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/me/lucko/jar-relocator/1.5/jar-relocator-1.5.jar
[21:16:50] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/adventure-text-minimessage/4.25.0/adventure-text-minimessage-4.25.0.jar
[21:16:50] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/adventure-api/4.25.0/adventure-api-4.25.0.jar
[21:16:50] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/adventure-api/4.25.0/adventure-api-4.25.0.jar
[21:16:50] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/adventure-key/4.25.0/adventure-key-4.25.0.jar
[21:16:50] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/adventure-key/4.25.0/adventure-key-4.25.0.jar
[21:16:50] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[21:16:50] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[21:16:50] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[21:16:50] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[21:16:50] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/adventure-platform-bukkit/4.4.1/adventure-platform-bukkit-4.4.1.jar
[21:16:50] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/adventure-platform-bukkit/4.4.1/adventure-platform-bukkit-4.4.1.jar
[21:16:50] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/adventure-platform-api/4.4.1/adventure-platform-api-4.4.1.jar
[21:16:50] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/adventure-platform-api/4.4.1/adventure-platform-api-4.4.1.jar
[21:16:50] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/adventure-text-serializer-bungeecord/4.4.1/adventure-text-serializer-bungeecord-4.4.1.jar
[21:16:50] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/adventure-text-serializer-bungeecord/4.4.1/adventure-text-serializer-bungeecord-4.4.1.jar
[21:16:50] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/adventure-text-serializer-legacy/4.25.0/adventure-text-serializer-legacy-4.25.0.jar
[21:16:50] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/adventure-text-serializer-legacy/4.25.0/adventure-text-serializer-legacy-4.25.0.jar
[21:16:50] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/adventure-nbt/4.25.0/adventure-nbt-4.25.0.jar
[21:16:50] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/adventure-nbt/4.25.0/adventure-nbt-4.25.0.jar
[21:16:51] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/adventure-text-serializer-gson/4.25.0/adventure-text-serializer-gson-4.25.0.jar
[21:16:51] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/adventure-text-serializer-gson/4.25.0/adventure-text-serializer-gson-4.25.0.jar
[21:16:51] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/adventure-text-serializer-json/4.25.0/adventure-text-serializer-json-4.25.0.jar
[21:16:51] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/adventure-text-serializer-json/4.25.0/adventure-text-serializer-json-4.25.0.jar
[21:16:51] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/option/1.1.0/option-1.1.0.jar
[21:16:51] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/option/1.1.0/option-1.1.0.jar
[21:16:51] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/org/jspecify/jspecify/1.0.0/jspecify-1.0.0.jar
[21:16:51] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/adventure-text-serializer-commons/4.25.0/adventure-text-serializer-commons-4.25.0.jar
[21:16:51] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/adventure-text-serializer-commons/4.25.0/adventure-text-serializer-commons-4.25.0.jar
[21:16:51] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/adventure-text-serializer-gson-legacy-impl/4.25.0/adventure-text-serializer-gson-legacy-impl-4.25.0.jar
[21:16:51] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/adventure-text-serializer-gson-legacy-impl/4.25.0/adventure-text-serializer-gson-legacy-impl-4.25.0.jar
[21:16:51] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/adventure-text-serializer-json-legacy-impl/4.25.0/adventure-text-serializer-json-legacy-impl-4.25.0.jar
[21:16:51] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/adventure-text-serializer-json-legacy-impl/4.25.0/adventure-text-serializer-json-legacy-impl-4.25.0.jar
[21:16:51] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/adventure-platform-facet/4.4.1/adventure-platform-facet-4.4.1.jar
[21:16:51] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/adventure-platform-facet/4.4.1/adventure-platform-facet-4.4.1.jar
[21:16:51] [Server thread/INFO]: [Citizens] Downloaded library https://repo1.maven.org/maven2/net/kyori/adventure-platform-viaversion/4.4.1/adventure-platform-viaversion-4.4.1.jar
[21:16:51] [Server thread/INFO]: [Citizens] Relocations applied to lib/net/kyori/adventure-platform-viaversion/4.4.1/adventure-platform-viaversion-4.4.1.jar
[21:16:51] [Server thread/ERROR]: Error occurred while enabling Citizens v2.0.40-SNAPSHOT (build 3990) (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_20_R4/inventory/CraftInventoryView
    at java.lang.Class.forName0(Native Method) ~[?:?]
    at java.lang.Class.forName(Class.java:377) ~[?:?]
    at net.citizensnpcs.util.NMS.loadBridge(NMS.java:785) ~[?:?]
    at net.citizensnpcs.Citizens.onEnable(Citizens.java:396) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:546) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:460) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:588) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:413) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:250) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:972) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:303) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_20_R4.inventory.CraftInventoryView
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:147) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
    ... 15 more
[21:16:51] [Server thread/INFO]: [Skulls] Enabling Skulls v3.27.0
[21:16:51] [Server thread/INFO]:  
[21:16:51] [Server thread/INFO]: =============================
[21:16:51] [Server thread/INFO]: Skulls v3.27.0 by Tweetzy
[21:16:51] [Server thread/INFO]: Developer: Kiran Hart
[21:16:51] [Server thread/INFO]: Skulls » Setting up vault economy provider
[21:16:51] [Server thread/INFO]: [FlightCore] Enabling metrics for Skulls
[21:16:51] [Server thread/INFO]: =============================
[21:16:51] [Server thread/INFO]:  
[21:16:51] [Server thread/INFO]: [IridiumSkyblock] Enabling IridiumSkyblock v4.1.2
[21:16:52] [Server thread/INFO]: Preparing start region for dimension minecraft:iridiumskyblock
[21:16:54] [Worker-Main-42/INFO]: Preparing spawn area: 0%
[21:16:54] [Worker-Main-42/INFO]: Preparing spawn area: 0%
[21:16:54] [Worker-Main-42/INFO]: Preparing spawn area: 0%
[21:16:54] [Worker-Main-42/INFO]: Preparing spawn area: 0%
[21:16:54] [Worker-Main-39/INFO]: Preparing spawn area: 0%
[21:16:54] [Worker-Main-25/INFO]: Preparing spawn area: 24%
[21:16:55] [Worker-Main-45/INFO]: Preparing spawn area: 85%
[21:16:55] [Server thread/INFO]: Time elapsed: 3106 ms
[21:16:55] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock) TNT ignition is PERMITTED.
[21:16:55] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock) Lighters are PERMITTED.
[21:16:55] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock) Lava fire is PERMITTED.
[21:16:55] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock) Fire spread is UNRESTRICTED.
[21:16:55] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'IridiumSkyblock'
[21:16:55] [Server thread/INFO]: Preparing start region for dimension minecraft:iridiumskyblock_nether
[21:16:56] [Worker-Main-7/INFO]: Preparing spawn area: 0%
[21:16:56] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[21:16:56] [Worker-Main-7/INFO]: Preparing spawn area: 0%
[21:16:56] [Worker-Main-43/INFO]: Preparing spawn area: 0%
[21:16:57] [Worker-Main-6/INFO]: Preparing spawn area: 15%
[21:16:57] [Worker-Main-18/INFO]: Preparing spawn area: 89%
[21:16:57] [Server thread/INFO]: Time elapsed: 2562 ms
[21:16:57] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_nether) TNT ignition is PERMITTED.
[21:16:57] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_nether) Lighters are PERMITTED.
[21:16:57] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_nether) Lava fire is PERMITTED.
[21:16:57] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_nether) Fire spread is UNRESTRICTED.
[21:16:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'IridiumSkyblock_nether'
[21:16:57] [Server thread/INFO]: Preparing start region for dimension minecraft:iridiumskyblock_the_end
[21:16:58] [Worker-Main-43/INFO]: Preparing spawn area: 0%
[21:16:58] [Worker-Main-43/INFO]: Preparing spawn area: 0%
[21:16:58] [Worker-Main-45/INFO]: Preparing spawn area: 0%
[21:16:59] [Worker-Main-1/INFO]: Preparing spawn area: 9%
[21:16:59] [Worker-Main-42/INFO]: Preparing spawn area: 83%
[21:17:00] [Server thread/INFO]: Time elapsed: 2214 ms
[21:17:00] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_the_end) TNT ignition is PERMITTED.
[21:17:00] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_the_end) Lighters are PERMITTED.
[21:17:00] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_the_end) Lava fire is PERMITTED.
[21:17:00] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_the_end) Fire spread is UNRESTRICTED.
[21:17:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'IridiumSkyblock_the_end'
[21:17:00] [Server thread/INFO]: [NBTAPI] Found Minecraft: v1_20_R1! Trying to find NMS support
[21:17:00] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_20_R1' loaded!
[21:17:00] [Server thread/INFO]: [NBTAPI] Using the plugin 'IridiumSkyblock' to create a bStats instance!
[21:17:00] [Server thread/INFO]: Preparing start region for dimension minecraft:iridiumskyblock_the_end
[21:17:01] [Worker-Main-45/INFO]: Preparing spawn area: 0%
[21:17:01] [Worker-Main-29/INFO]: Preparing spawn area: 0%
[21:17:01] [Worker-Main-9/INFO]: Preparing spawn area: 0%
[21:17:02] [Worker-Main-11/INFO]: Preparing spawn area: 37%
[21:17:02] [Server thread/INFO]: Time elapsed: 1931 ms
[21:17:02] [Server thread/INFO]: [IridiumSkyblock] -------------------------------
[21:17:02] [Server thread/INFO]: [IridiumSkyblock] 
[21:17:02] [Server thread/INFO]: [IridiumSkyblock] IridiumSkyblock Enabled!
[21:17:02] [Server thread/INFO]: [IridiumSkyblock] 
[21:17:02] [Server thread/INFO]: [IridiumSkyblock] -------------------------------
[21:17:02] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v5.3.4
[21:17:02] [Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[21:17:02] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[21:17:03] [Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[21:17:03] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[21:17:03] [Server thread/INFO]: Preparing start region for dimension minecraft:skyblockhub
[21:17:04] [Worker-Main-33/INFO]: Preparing spawn area: 0%
[21:17:04] [Worker-Main-10/INFO]: Preparing spawn area: 0%
[21:17:04] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[21:17:04] [Worker-Main-19/INFO]: Preparing spawn area: 3%
[21:17:05] [Worker-Main-37/INFO]: Preparing spawn area: 68%
[21:17:05] [Server thread/INFO]: Time elapsed: 2271 ms
[21:17:05] [Server thread/INFO]: [WorldGuard] (SkyblockHub) TNT ignition is PERMITTED.
[21:17:05] [Server thread/INFO]: [WorldGuard] (SkyblockHub) Lighters are PERMITTED.
[21:17:05] [Server thread/INFO]: [WorldGuard] (SkyblockHub) Lava fire is PERMITTED.
[21:17:05] [Server thread/INFO]: [WorldGuard] (SkyblockHub) Fire spread is UNRESTRICTED.
[21:17:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SkyblockHub'
[21:17:06] [Server thread/INFO]: [Multiverse-Core] API service loaded!
[21:17:06] [Server thread/INFO]: [Multiverse-Core] Version 5.3.4 (API v5.3) Enabled - By dumptruckman, Rigby, fernferret, lithium3141, main--, benwoo1110 and Zax71
[21:17:06] [Server thread/INFO]: [Multiverse-Core] Loving Multiverse-Core? Please consider supporting the project with a small donation: https://github.com/sponsors/Multiverse
[21:17:06] [Server thread/INFO]: [Images] Enabling Images v2.5.8
[21:17:06] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v5.2.1
[21:17:06] [Server thread/WARN]: [Multiverse-Core] Loaded class org.mvplugins.multiverse.inventories.config.InventoriesConfig from Multiverse-Inventories v5.2.1 which is not a depend or softdepend of this plugin.
[21:17:06] [Server thread/INFO]: [Multiverse-Inventories] Loading player names map...
[21:17:06] [Server thread/INFO]: [Multiverse-Inventories] Version 5.2.1 (API v5.2) Enabled - By dumptruckman and benwoo1110
[21:17:06] [Server thread/INFO]: [HubParkour] Enabling HubParkour v2.8.2
[21:17:06] [Server thread/INFO]: [HubParkour] 1.13+ server version detected.
[21:17:06] [Server thread/INFO]: [HubParkour] Server UUID has been registered as: 3ea9d49b-7bd1-437f-a260-c7215fff1d8d
[21:17:06] [Server thread/INFO]: [HubParkour] DecentHolograms has been detected.
[21:17:06] [Server thread/INFO]: [HubParkour] Generating holograms for parkour HubParkour...
[21:17:06] [Server thread/INFO]: [HubParkour] Holograms successfully generated for parkour HubParkour!
[21:17:06] [Server thread/INFO]: [HubParkour] Plugin successfully enabled!
[21:17:06] [Server thread/INFO]: [HubParkour] Your HubParkour version is up to date!
[21:17:06] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[21:17:07] [Server thread/INFO]: Done (33.368s)! For help, type "help"
[21:17:07] [Server thread/INFO]: Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[21:17:07] [Craft Scheduler Thread - 0/INFO]: [DecentHolograms] Loading holograms... 
[21:17:07] [Craft Scheduler Thread - 0/INFO]: [DecentHolograms] Loaded 5 holograms!
[21:17:07] [Craft Scheduler Thread - 3/INFO]: [StaffChat] There is a new update available for Staff Chat. Download it here: https://www.spigotmc.org/resources/1-7-1-17-staff-chat.92585/
[21:17:07] [Craft Scheduler Thread - 3/INFO]: Fetching version information...
[21:17:07] [Server thread/INFO]: Skulls » Loaded 102792 skulls in 15,346.358ms
[21:17:07] [Craft Scheduler Thread - 5/INFO]: [Vault] Checking for Updates ... 
[21:17:07] [Craft Scheduler Thread - 0/INFO]: Skulls » Running database check :)
[21:17:07] [Craft Scheduler Thread - 5/INFO]: [Vault] No new version available
[21:17:09] [Craft Scheduler Thread - 2/INFO]: [Images] Loaded 1 images...
[21:17:09] [Craft Scheduler Thread - 0/INFO]: Skulls » Everything looks up-to-date, no issues found. Enjoy!
[21:17:22] [Craft Scheduler Thread - 3/WARN]: [LiteBans] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.3-b131 which is not a depend or softdepend of this plugin.
[21:18:01] [User Authenticator #1/INFO]: UUID of player ExoZombie213 is 2f0ff8d3-6051-4be2-b6d9-947439f4d2b0
[21:18:01] [Server thread/INFO]: ExoZombie213 joined the game
[21:18:01] [Server thread/INFO]: ExoZombie213[/45.48.224.195:56432] logged in with entity id 174 at ([IridiumSkyblock]-1.699999988079071, 92.0, -148.49496147810856)
[21:18:23] [User Authenticator #2/INFO]: UUID of player LunarRhyme is 150c5552-d9be-4574-bb41-eba4b3f24564
[21:18:23] [Server thread/INFO]: LunarRhyme joined the game
[21:18:23] [Server thread/INFO]: LunarRhyme[/71.194.49.215:60024] logged in with entity id 178 at ([SkyblockHub]25.007881884217277, 54.5, 18.035687596617514)
[21:19:15] [Server thread/INFO]: [NBTAPI] Found Minecraft: v1_20_R1! Trying to find NMS support
[21:19:15] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_20_R1' loaded!
[21:19:15] [Server thread/INFO]: [NBTAPI] Using the plugin 'Skulls' to create a bStats instance!
[21:20:21] [Server thread/INFO]: LunarRhyme issued server command: /gmc
[21:20:24] [Server thread/INFO]: LunarRhyme issued server command: /plugins
[21:20:57] [Server thread/INFO]: LunarRhyme issued server command: /citizens npc create
[21:20:57] [Server thread/WARN]: java.lang.NullPointerException: Cannot invoke "net.citizensnpcs.util.NMSBridge.sendComponent(org.bukkit.entity.Player, Object)" because "net.citizensnpcs.util.NMS.BRIDGE" is null
[21:20:57] [Server thread/WARN]:     at net.citizensnpcs.util.NMS.sendComponent(NMS.java:859)
[21:20:57] [Server thread/WARN]:     at net.citizensnpcs.api.util.Messaging.sendMessageTo(Messaging.java:234)
[21:20:57] [Server thread/WARN]:     at net.citizensnpcs.api.util.Messaging.send(Messaging.java:211)
[21:20:57] [Server thread/WARN]:     at net.citizensnpcs.api.util.Messaging.sendErrorTr(Messaging.java:223)
[21:20:57] [Server thread/WARN]:     at net.citizensnpcs.api.command.CommandManager.executeSafe(CommandManager.java:272)
[21:20:57] [Server thread/WARN]:     at net.citizensnpcs.Citizens.onCommand(Citizens.java:346)
[21:20:57] [Server thread/WARN]:     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[21:20:57] [Server thread/WARN]:     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149)
[21:20:57] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:877)
[21:20:57] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50)
[21:20:57] [Server thread/WARN]:     at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265)
[21:20:57] [Server thread/WARN]:     at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:314)
[21:20:57] [Server thread/WARN]:     at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:298)
[21:20:57] [Server thread/WARN]:     at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1962)
[21:20:57] [Server thread/WARN]:     at net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1924)
[21:20:57] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:67)
[21:20:57] [Server thread/WARN]:     at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
[21:20:57] [Server thread/WARN]:     at net.minecraft.server.TickTask.run(SourceFile:18)
[21:20:57] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:156)
[21:20:57] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23)
[21:20:57] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1151)
[21:20:57] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1)
[21:20:57] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:130)
[21:20:57] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.bg(MinecraftServer.java:1130)
[21:20:57] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1123)
[21:20:57] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:139)
[21:20:57] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.p_(MinecraftServer.java:1107)
[21:20:57] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1018)
[21:20:57] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:303)
[21:20:57] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:840)
[21:20:57] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'citizens' in plugin Citizens v2.0.40-SNAPSHOT (build 3990)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:877) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:?]
    at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:314) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:298) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1962) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1924) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:67) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:156) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1151) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:130) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.bg(MinecraftServer.java:1130) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1123) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:139) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.p_(MinecraftServer.java:1107) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1018) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:303) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "net.citizensnpcs.util.NMSBridge.sendComponent(org.bukkit.entity.Player, Object)" because "net.citizensnpcs.util.NMS.BRIDGE" is null
    at net.citizensnpcs.util.NMS.sendComponent(NMS.java:859) ~[?:?]
    at net.citizensnpcs.api.util.Messaging.sendMessageTo(Messaging.java:234) ~[?:?]
    at net.citizensnpcs.api.util.Messaging.send(Messaging.java:211) ~[?:?]
    at net.citizensnpcs.api.util.Messaging.sendErrorTr(Messaging.java:223) ~[?:?]
    at net.citizensnpcs.api.command.CommandManager.executeSafe(CommandManager.java:288) ~[?:?]
    at net.citizensnpcs.Citizens.onCommand(Citizens.java:346) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    ... 23 more
[21:22:01] [Server thread/INFO]: LunarRhyme issued server command: /npc create
[21:22:01] [Server thread/WARN]: java.lang.NullPointerException: Cannot invoke "net.citizensnpcs.util.NMSBridge.sendComponent(org.bukkit.entity.Player, Object)" because "net.citizensnpcs.util.NMS.BRIDGE" is null
[21:22:01] [Server thread/WARN]:     at net.citizensnpcs.util.NMS.sendComponent(NMS.java:859)
[21:22:01] [Server thread/WARN]:     at net.citizensnpcs.api.util.Messaging.sendMessageTo(Messaging.java:234)
[21:22:01] [Server thread/WARN]:     at net.citizensnpcs.api.util.Messaging.send(Messaging.java:211)
[21:22:01] [Server thread/WARN]:     at net.citizensnpcs.api.util.Messaging.sendErrorTr(Messaging.java:223)
[21:22:01] [Server thread/WARN]:     at net.citizensnpcs.api.command.CommandManager.executeSafe(CommandManager.java:272)
[21:22:01] [Server thread/WARN]:     at net.citizensnpcs.Citizens.onCommand(Citizens.java:346)
[21:22:01] [Server thread/WARN]:     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[21:22:01] [Server thread/WARN]:     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149)
[21:22:01] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:877)
[21:22:01] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50)
[21:22:01] [Server thread/WARN]:     at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265)
[21:22:01] [Server thread/WARN]:     at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:314)
[21:22:01] [Server thread/WARN]:     at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:298)
[21:22:01] [Server thread/WARN]:     at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1962)
[21:22:01] [Server thread/WARN]:     at net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1924)
[21:22:01] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:67)
[21:22:01] [Server thread/WARN]:     at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
[21:22:01] [Server thread/WARN]:     at net.minecraft.server.TickTask.run(SourceFile:18)
[21:22:01] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:156)
[21:22:01] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23)
[21:22:01] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1151)
[21:22:01] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1)
[21:22:01] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:130)
[21:22:01] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.bg(MinecraftServer.java:1130)
[21:22:01] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1123)
[21:22:01] [Server thread/WARN]:     at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:139)
[21:22:01] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.p_(MinecraftServer.java:1107)
[21:22:01] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1018)
[21:22:01] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:303)
[21:22:01] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:840)
[21:22:01] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'npc' in plugin Citizens v2.0.40-SNAPSHOT (build 3990)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:877) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:?]
    at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:314) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:298) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1962) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1924) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:67) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:156) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1151) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:130) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.bg(MinecraftServer.java:1130) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1123) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:139) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.p_(MinecraftServer.java:1107) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1018) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:303) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "net.citizensnpcs.util.NMSBridge.sendComponent(org.bukkit.entity.Player, Object)" because "net.citizensnpcs.util.NMS.BRIDGE" is null
    at net.citizensnpcs.util.NMS.sendComponent(NMS.java:859) ~[?:?]
    at net.citizensnpcs.api.util.Messaging.sendMessageTo(Messaging.java:234) ~[?:?]
    at net.citizensnpcs.api.util.Messaging.send(Messaging.java:211) ~[?:?]
    at net.citizensnpcs.api.util.Messaging.sendErrorTr(Messaging.java:223) ~[?:?]
    at net.citizensnpcs.api.command.CommandManager.executeSafe(CommandManager.java:288) ~[?:?]
    at net.citizensnpcs.Citizens.onCommand(Citizens.java:346) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    ... 23 more
[21:27:35] [Server thread/INFO]: ExoZombie213 issued server command: /is shop