Paste #134959: Unnamed Server Log Paste

Date: 2025/07/20 09:40:48 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


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


[16:40:10] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[16:40:11] [ServerMain/INFO]: Loaded 1407 recipes
[16:40:11] [Server thread/INFO]: Starting minecraft server version 1.21.6
[16:40:11] [Server thread/INFO]: Loading properties
[16:40:11] [Server thread/INFO]: This server is running CraftBukkit version 4507-Spigot-d5ca3f8-5acfff4 (MC: 1.21.6) (Implementing API version 1.21.6-R0.1-SNAPSHOT)
[16:40:11] [Server thread/INFO]: *** This version of Spigot contains changes to some enums. If you notice that plugins no longer work after updating, please report this to the developers of those plugins first. ***
[16:40:11] [Server thread/INFO]: *** If you cannot update those plugins, you can try setting `settings.compatibility.enum-compatibility-mode` to `true` in `bukkit.yml`. ***
[16:40:11] [Server thread/INFO]: Server Ping Player Sample Count: 12
[16:40:11] [Server thread/INFO]: Using 4 threads for Netty based IO
[16:40:11] [Server thread/INFO]: Debug logging is disabled
[16:40:11] [Server thread/INFO]: Default game type: SURVIVAL
[16:40:11] [Server thread/INFO]: Generating keypair
[16:40:11] [Server thread/INFO]: Starting Minecraft server on 147.93.161.230:27585
[16:40:11] [Server thread/INFO]: Using epoll channel type
[16:40:11] [Server thread/ERROR]: Could not load 'plugins/citizensapi-2.0.39-SNAPSHOT.jar'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:170) ~[spigot-api-1.21.6-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:158) ~[spigot-api-1.21.6-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122) ~[spigot-api-1.21.6-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_21_R5.CraftServer.loadPlugins(CraftServer.java:468) ~[spigot-1.21.6-R0.1-SNAPSHOT.jar:4507-Spigot-d5ca3f8-5acfff4]
    at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:235) ~[spigot-1.21.6-R0.1-SNAPSHOT.jar:4507-Spigot-d5ca3f8-5acfff4]
    at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1009) ~[spigot-1.21.6-R0.1-SNAPSHOT.jar:4507-Spigot-d5ca3f8-5acfff4]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:327) ~[spigot-1.21.6-R0.1-SNAPSHOT.jar:4507-Spigot-d5ca3f8-5acfff4]
    at java.base/java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
    ... 8 more
[16:40:11] [Server thread/INFO]: [Citizens] Loading 3 libraries... please wait
[16:40:11] [Server thread/INFO]: [Citizens] Loaded library /home/sid_7981441/minecraft_spigot/libraries/ch/ethz/globis/phtree/phtree/2.8.2/phtree-2.8.2.jar
[16:40:11] [Server thread/INFO]: [Citizens] Loaded library /home/sid_7981441/minecraft_spigot/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar
[16:40:11] [Server thread/INFO]: [Citizens] Loaded library /home/sid_7981441/minecraft_spigot/libraries/it/unimi/dsi/fastutil/8.5.15/fastutil-8.5.15.jar
[16:40:11] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.3.12+7126-e57b6b6
[16:40:12] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@10fd6828]
[16:40:12] [Server thread/INFO]: [FreeMinecraftModels] Loading FreeMinecraftModels v2.3.1
[16:40:12] [Server thread/INFO]: [FreeMinecraftModels] MagmaCore v1.13-SNAPSHOT initialized!
[16:40:12] [Server thread/INFO]: [FreeMinecraftModels] Registered /logify command
[16:40:12] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.12
[16:40:12] [Server thread/INFO]: [ChestSort] Loading ChestSort v14.1.0
[16:40:12] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.4.0-SNAPSHOT-753
[16:40:12] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.21.6) has not yet been tested! Proceed with caution.
[16:40:12] [Server thread/INFO]: [EliteMobs] Loading EliteMobs v9.5.1
[16:40:12] [Server thread/INFO]: [EliteMobs] MagmaCore v1.13-SNAPSHOT initialized!
[16:40:12] [Server thread/INFO]: [EliteMobs] /logify is already registered, skipping.
[16:40:12] [Server thread/WARN]: [EliteMobs] Error loading WorldGuard. EliteMob-specific flags will not work. Except if you just reloaded the plugin, in which case they will totally work.
[16:40:12] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.39-SNAPSHOT (build 3853)
[16:40:12] [Server thread/INFO]: [ResourcePackManager] Loading ResourcePackManager v1.4.1
[16:40:12] [Server thread/INFO]: [ResourcePackManager] MagmaCore v1.13-SNAPSHOT initialized!
[16:40:12] [Server thread/INFO]: [ResourcePackManager] /logify is already registered, skipping.
[16:40:12] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.2.3
[16:40:12] [Server thread/INFO]: [BetterStructures] Loading BetterStructures v1.8.2
[16:40:12] [Server thread/INFO]: [BetterStructures] MagmaCore v1.13-SNAPSHOT initialized!
[16:40:12] [Server thread/INFO]: [BetterStructures] /logify is already registered, skipping.
[16:40:12] [Server thread/INFO]: [BetterStructures] WorldGuard is not enabled! WorldGuard is recommended when using the EliteMobs integration.
[16:40:12] [Server thread/INFO]: [Sentinel] Loading Sentinel v2.9.2-SNAPSHOT (build 527)
[16:40:12] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.3.12+7126-e57b6b6
[16:40:12] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[16:40:12] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[16:40:12] [Server thread/WARN]: 
**********************************************
** This WorldEdit version does not fully support your version of Bukkit.
**
** When working with blocks or undoing, chests will be empty, signs
** will be blank, and so on. There will be no support for entity
** and block property-related functions.
**
** Please see https://worldedit.enginehub.org/en/latest/faq/#bukkit-adapters
**********************************************

[16:40:12] [Server thread/INFO]: [WorldEdit] ====================================================
[16:40:12] [Server thread/INFO]: [WorldEdit]  WorldEdit works better if you use Paper 
[16:40:12] [Server thread/INFO]: [WorldEdit]  as your server software. 
[16:40:12] [Server thread/INFO]: [WorldEdit]   
[16:40:12] [Server thread/INFO]: [WorldEdit]  Paper offers significant performance improvements,
[16:40:12] [Server thread/INFO]: [WorldEdit]  bug fixes, security enhancements and optional
[16:40:12] [Server thread/INFO]: [WorldEdit]  features for server owners to enhance their server.
[16:40:12] [Server thread/INFO]: [WorldEdit]   
[16:40:12] [Server thread/INFO]: [WorldEdit]  Paper includes Timings v2, which is significantly
[16:40:12] [Server thread/INFO]: [WorldEdit]  better at diagnosing lag problems over v1.
[16:40:12] [Server thread/INFO]: [WorldEdit]   
[16:40:12] [Server thread/INFO]: [WorldEdit]  All of your plugins should still work, and the
[16:40:12] [Server thread/INFO]: [WorldEdit]  Paper community will gladly help you fix any issues.
[16:40:12] [Server thread/INFO]: [WorldEdit]   
[16:40:12] [Server thread/INFO]: [WorldEdit]  Join the Paper Community @ https://papermc.io
[16:40:12] [Server thread/INFO]: [WorldEdit] ====================================================
[16:40:12] [Server thread/INFO]: [FreeMinecraftModels] Enabling FreeMinecraftModels v2.3.1
[16:40:12] [Server thread/INFO]:  _______ __                               ___ __   _______           __         __        
[16:40:12] [Server thread/INFO]: |   |   |__|.-----.-----.----.----.---.-.'  _|  |_|   |   |.-----.--|  |.-----.|  |.-----.
[16:40:12] [Server thread/INFO]: |       |  ||     |  -__|  __|   _|  _  |   _|   _|       ||  _  |  _  ||  -__||  ||__ --|
[16:40:12] [Server thread/INFO]: |__|_|__|__||__|__|_____|____|__| |___._|__| |____|__|_|__||_____|_____||_____||__||_____|
[16:40:12] [Server thread/INFO]: Version 2.3.1
[16:40:12] [Server thread/WARN]: [FreeMinecraftModels] Failed to parse supposed number value sin(fram) in animation idle for model deep_mines_specter!
[16:40:12] [Server thread/WARN]: [FreeMinecraftModels] Failed to parse supposed number value sin(fram) in animation walk for model deep_mines_specter!
[16:40:12] [Server thread/INFO]: [FreeMinecraftModels] Supported server version detected: v1_21_R5
[16:40:12] [Server thread/INFO]: Reflections took 32 ms to scan 84 urls, producing 0 keys and 0 values
[16:40:12] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.4.0-SNAPSHOT-753
[16:40:12] [Server thread/INFO]: Preparing level "world2"
[16:40:12] [Server thread/INFO]: -------- World Settings For [world2] --------
[16:40:12] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:40:12] [Server thread/INFO]: Mob Spawn Range: 6
[16:40:12] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[16:40:12] [Server thread/INFO]: Max TNT Explosions: 100
[16:40:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:40:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Carrot Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Potato Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Vine Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Kelp Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[16:40:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[16:40:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[16:40:12] [Server thread/INFO]: View Distance: 10
[16:40:12] [Server thread/INFO]: Simulation Distance: 10
[16:40:12] [Server thread/INFO]: Item Merge Radius: 2.5
[16:40:12] [Server thread/INFO]: Item Despawn Rate: 6000
[16:40:12] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[16:40:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:40:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:40:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[16:40:12] [Server thread/INFO]: -------- World Settings For [world2_nether] --------
[16:40:12] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:40:12] [Server thread/INFO]: Mob Spawn Range: 6
[16:40:12] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[16:40:12] [Server thread/INFO]: Max TNT Explosions: 100
[16:40:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:40:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Carrot Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Potato Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Vine Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Kelp Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[16:40:12] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[16:40:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[16:40:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[16:40:12] [Server thread/INFO]: View Distance: 10
[16:40:12] [Server thread/INFO]: Simulation Distance: 10
[16:40:12] [Server thread/INFO]: Item Merge Radius: 2.5
[16:40:12] [Server thread/INFO]: Item Despawn Rate: 6000
[16:40:12] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[16:40:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:40:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:40:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[16:40:13] [Server thread/INFO]: -------- World Settings For [world2_the_end] --------
[16:40:13] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:40:13] [Server thread/INFO]: Mob Spawn Range: 6
[16:40:13] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[16:40:13] [Server thread/INFO]: Max TNT Explosions: 100
[16:40:13] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:40:13] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: Carrot Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: Potato Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: Vine Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: Kelp Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[16:40:13] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[16:40:13] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[16:40:13] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[16:40:13] [Server thread/INFO]: View Distance: 10
[16:40:13] [Server thread/INFO]: Simulation Distance: 10
[16:40:13] [Server thread/INFO]: Item Merge Radius: 2.5
[16:40:13] [Server thread/INFO]: Item Despawn Rate: 6000
[16:40:13] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[16:40:13] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:40:13] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:40:13] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[16:40:13] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[16:40:13] [Worker-Main-7/INFO]: Preparing spawn area: 0%
[16:40:13] [Worker-Main-17/INFO]: Preparing spawn area: 51%
[16:40:13] [Server thread/INFO]: Time elapsed: 525 ms
[16:40:13] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[16:40:13] [Worker-Main-15/INFO]: Preparing spawn area: 0%
[16:40:13] [Server thread/INFO]: Time elapsed: 210 ms
[16:40:13] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[16:40:13] [Worker-Main-9/INFO]: Preparing spawn area: 0%
[16:40:13] [Server thread/INFO]: Time elapsed: 34 ms
[16:40:13] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.12
[16:40:13] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.12" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
[16:40:13] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[16:40:13] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: mandalo
[16:40:13] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[16:40:13] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: plugintest1
[16:40:13] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[16:40:13] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
[16:40:13] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
[16:40:13] [Server thread/INFO]: [Multiverse-Core] Version 4.3.12 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[16:40:13] [Server thread/INFO]: [ChestSort] Enabling ChestSort v14.1.0
[16:40:13] [Server thread/INFO]: [ChestSort] Use permissions: true
[16:40:13] [Server thread/INFO]: [ChestSort] Current sorting method: {category},{itemsFirst},{name},{color},{customName}
[16:40:13] [Server thread/INFO]: [ChestSort] Allow automatic chest sorting:true
[16:40:13] [Server thread/INFO]: [ChestSort]   |- Chest sorting enabled by default: false
[16:40:13] [Server thread/INFO]: [ChestSort]   |- Sort time: close
[16:40:13] [Server thread/INFO]: [ChestSort] Allow automatic inventory sorting:true
[16:40:13] [Server thread/INFO]: [ChestSort]   |- Inventory sorting enabled by default: false
[16:40:13] [Server thread/INFO]: [ChestSort] Auto generate category files: true
[16:40:13] [Server thread/INFO]: [ChestSort] Allow hotkeys: true
[16:40:13] [Server thread/INFO]: [ChestSort] Hotkeys enabled by default:
[16:40:13] [Server thread/INFO]: [ChestSort]   |- Middle-Click: true
[16:40:13] [Server thread/INFO]: [ChestSort]   |- Shift-Click: true
[16:40:13] [Server thread/INFO]: [ChestSort]   |- Double-Click: true
[16:40:13] [Server thread/INFO]: [ChestSort]   |- Shift-Right-Click: true
[16:40:13] [Server thread/INFO]: [ChestSort] Allow additional hotkeys: true
[16:40:13] [Server thread/INFO]: [ChestSort] Additional hotkeys enabled by default:
[16:40:13] [Server thread/INFO]: [ChestSort]   |- Left-Click: false
[16:40:13] [Server thread/INFO]: [ChestSort]   |- Right-Click: false
[16:40:13] [Server thread/INFO]: [ChestSort] Check for updates: true
[16:40:13] [Server thread/INFO]: [ChestSort] Check interval: 4 hours (4.0 seconds)
[16:40:13] [Server thread/INFO]: [ChestSort] Categories: 900-weapons (6), 905-common-tools (4), 907-other-tools (6), 909-food (33), 910-valuables (47), 920-armor-and-arrows (9), 930-brewing (18), 950-redstone (23), 960-wood (60), 970-stone (38), 980-plants (50), 981-corals (1)
[16:40:13] [Server thread/INFO]: [EliteMobs] Enabling EliteMobs v9.5.1
[16:40:13] [Server thread/INFO]:  _____ _     _____ _____ ________  ______________  _____
[16:40:13] [Server thread/INFO]: |  ___| |   |_   _|_   _|  ___|  \/  |  _  | ___ \/  ___|
[16:40:13] [Server thread/INFO]: | |__ | |     | |   | | | |__ | .  . | | | | |_/ /\ `--.
[16:40:13] [Server thread/INFO]: |  __|| |     | |   | | |  __|| |\/| | | | | ___ \ `--. \
[16:40:13] [Server thread/INFO]: | |___| |_____| |_  | | | |___| |  | \ \_/ / |_/ //\__/ /
[16:40:13] [Server thread/INFO]: \____/\_____/\___/  \_/ \____/\_|  |_/\___/\____/ \____/
[16:40:13] [Server thread/INFO]: By MagmaGuy - v. 9.5.1
[16:40:13] [Server thread/INFO]: [EliteMobs] Supported server version detected: v1_21_R5
[16:40:13] [Server thread/INFO]: Reflections took 21 ms to scan 84 urls, producing 0 keys and 0 values
[16:40:14] [Server thread/INFO]: Reflections took 15 ms to scan 1 urls, producing 1 keys and 60 values
[16:40:14] [Server thread/INFO]: Reflections took 4 ms to scan 1 urls, producing 1 keys and 16 values
[16:40:14] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[16:40:20] [Server thread/INFO]: Reflections took 3 ms to scan 1 urls, producing 1 keys and 71 values
[16:40:20] [Server thread/INFO]: Reflections took 10 ms to scan 1 urls, producing 10 keys and 219 values
[16:40:20] [Server thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 15 values
[16:40:20] [Server thread/INFO]: [EliteMobs] WorldGuard compatibility is not enabled!
[16:40:20] [Server thread/INFO]: [EliteMobs] Opened database successfully
[16:40:20] [Server thread/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 116 values
[16:40:21] [Server thread/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 72 values
[16:40:21] [Server thread/WARN]: [EliteMobs] File  /home/sid_7981441/minecraft_spigot/./em_primis_wormhole does not exist!
[16:40:21] [Server thread/INFO]: [EliteMobs] Loading world em_adventurers_guild !
[16:40:21] [Server thread/INFO]: Preparing start region for dimension minecraft:em_adventurers_guild
[16:40:21] [Server thread/INFO]: Time elapsed: 0 ms
[16:40:21] [Server thread/WARN]: [EliteMobs] File  /home/sid_7981441/minecraft_spigot/./em_oasis_wormhole does not exist!
[16:40:21] [Server thread/INFO]: Reflections took 3 ms to scan 1 urls, producing 1 keys and 134 values
[16:40:21] [Server thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 1 values
[16:40:21] [Server thread/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 33 values
[16:40:21] [Server thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 23 values
[16:40:21] [Server thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 1 values
[16:40:21] [Server thread/INFO]: Reflections took 0 ms to scan 1 urls, producing 1 keys and 8 values
[16:40:21] [Server thread/INFO]: Reflections took 0 ms to scan 1 urls, producing 1 keys and 4 values
[16:40:21] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.39-SNAPSHOT (build 3853)
[16:40:22] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[16:40:22] [Server thread/INFO]: [ResourcePackManager] Enabling ResourcePackManager v1.4.1
[16:40:22] [Server thread/INFO]: 
  ___  ___ ___ __  __                             
 | _ \/ __| _ \  \/  |__ _ _ _  __ _ __ _ ___ _ _ 
 |   /\__ \  _/ |\/| / _` | ' \/ _` / _` / -_) '_|
 |_|_\|___/_| |_|  |_\__,_|_||_\__,_\__, \___|_|  
                                    |___/         
[16:40:22] [Server thread/INFO]: ResourcePackManager v.1.4.1
[16:40:22] [Server thread/INFO]: [ResourcePackManager] Creating blueprint folder
[16:40:22] [Server thread/INFO]: [ResourcePackManager] Copying image
[16:40:22] [Server thread/INFO]: [ResourcePackManager] Copying mcmeta
[16:40:22] [Server thread/INFO]: [ResourcePackManager] Initializing ResourcePackManager's resource pack
[16:40:22] [Server thread/INFO]: [ResourcePackManager] Initializing EliteMobs's resource pack
[16:40:22] [Server thread/INFO]: [ResourcePackManager] Initializing FreeMinecraftModels's resource pack
[16:40:22] [Server thread/INFO]: [ResourcePackManager] Hard collision for file /home/sid_7981441/minecraft_spigot/plugins/ResourcePackManager/output/ResourcePackManager_RSP/pack.mcmeta detected! Auto-resolved based on highest priority.
[16:40:22] [Server thread/INFO]: [ResourcePackManager] Hard collision for file /home/sid_7981441/minecraft_spigot/plugins/ResourcePackManager/output/ResourcePackManager_RSP/pack.png detected! Auto-resolved based on highest priority.
[16:40:22] [Server thread/INFO]: [ResourcePackManager] Hard collision for file /home/sid_7981441/minecraft_spigot/plugins/ResourcePackManager/output/ResourcePackManager_RSP/pack.mcmeta detected! Auto-resolved based on highest priority.
[16:40:22] [Server thread/INFO]: [ResourcePackManager] File blocks.json successfully auto-merged!
[16:40:22] [Server thread/INFO]: [ResourcePackManager] Hard collision for file /home/sid_7981441/minecraft_spigot/plugins/ResourcePackManager/output/ResourcePackManager_RSP/pack.png detected! Auto-resolved based on highest priority.
[16:40:22] [Server thread/INFO]: [ResourcePackManager] Starting autohost!
[16:40:22] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.3
[16:40:22] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: mandalo (World Error, World did not exist or was not imported into Multiverse-Core!)
[16:40:22] [Server thread/WARN]: [Multiverse-Portals] Portal mandalo has an invalid LOCATION!
[16:40:22] [Server thread/WARN]: [Multiverse-Portals] Portal 'mandalo' not loaded due to invalid location!
[16:40:22] [Server thread/INFO]: [Multiverse-Portals] 8 - Portals(s) loaded
[16:40:22] [Server thread/WARN]: [Multiverse-Portals] Portal funk has an invalid DESTINATION!
[16:40:22] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
[16:40:22] [Server thread/INFO]: [Multiverse-Portals 4.2.3]  Enabled - By Rigby and fernferret
[16:40:22] [Server thread/INFO]: [BetterStructures] Enabling BetterStructures v1.8.2
[16:40:22] [Server thread/INFO]:     ____       __  __            _____ __                  __                      
[16:40:22] [Server thread/INFO]:    / __ )___  / /_/ /____  _____/ ___// /________  _______/ /___  __________  _____
[16:40:22] [Server thread/INFO]:   / __  / _ \/ __/ __/ _ \/ ___/\__ \/ __/ ___/ / / / ___/ __/ / / / ___/ _ \/ ___/
[16:40:22] [Server thread/INFO]:  / /_/ /  __/ /_/ /_/  __/ /   ___/ / /_/ /  / /_/ / /__/ /_/ /_/ / /  /  __(__  ) 
[16:40:22] [Server thread/INFO]: /_____/\___/\__/\__/\___/_/   /____/\__/_/   \__,_/\___/\__/\__,_/_/   \___/____/
[16:40:22] [Server thread/INFO]: [BetterStructures] Initialized version 1.8.2!
[16:40:22] [Server thread/INFO]: [BetterStructures] Supported server version detected: v1_21_R5
[16:40:22] [Server thread/INFO]: Reflections took 11 ms to scan 1 urls, producing 1 keys and 5 values
[16:40:22] [Server thread/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 29 values
[16:40:22] [Server thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 1 values
[16:40:22] [Server thread/INFO]: Reflections took 9 ms to scan 84 urls, producing 0 keys and 0 values
[16:40:22] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:22] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:22] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:22] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3953 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[6]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[11]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[7]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[7]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[7]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (3105 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[16]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[12]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[14]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[20]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[76]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[17]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[11]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[42]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[13]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[8]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[10]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[29]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[10]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[112]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[20]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[8]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Invalid BlockState in palette: minecraft:grass=LinIntTag[12]. Block will be replaced with air.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:23] [Server thread/WARN]: Schematic was made in a newer Minecraft version (2865 > -1). Data may be incompatible.
[16:40:24] [Server thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 8 values
[16:40:24] [Server thread/INFO]: [Sentinel] Enabling Sentinel v2.9.2-SNAPSHOT (build 527)
[16:40:24] [Server thread/INFO]: [Sentinel] Sentinel loading...
[16:40:24] [Server thread/INFO]: [Sentinel] Running on java version: 21.0.3
[16:40:24] [Server thread/INFO]: [Sentinel] Sentinel loaded on a fully supported Minecraft version. If you encounter any issues or need to ask a question, please join our Discord at https://discord.gg/Q6pZGSR and post in the '#sentinel' channel.
[16:40:24] [Server thread/ERROR]: [Citizens] Could not fetch NMS field ce: [[ce.
[16:40:24] [Server thread/WARN]: java.lang.NullPointerException: Cannot invoke "java.lang.reflect.Field.setAccessible(boolean)" because "dataWatcherAngryField" is null
[16:40:24] [Server thread/WARN]:     at org.mcmonkey.sentinel.utilities.SentinelNMSHelper.init(SentinelNMSHelper.java:118)
[16:40:24] [Server thread/WARN]:     at org.mcmonkey.sentinel.SentinelPlugin.onEnable(SentinelPlugin.java:472)
[16:40:24] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:267)
[16:40:24] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342)
[16:40:24] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:492)
[16:40:24] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_21_R5.CraftServer.enablePlugin(CraftServer.java:579)
[16:40:24] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_21_R5.CraftServer.enablePlugins(CraftServer.java:493)
[16:40:24] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:654)
[16:40:24] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:439)
[16:40:24] [Server thread/WARN]:     at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:268)
[16:40:24] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1009)
[16:40:24] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:327)
[16:40:24] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Unknown Source)
[16:40:24] [Server thread/INFO]: [Sentinel] Sentinel loaded!
[16:40:24] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[16:40:24] [Server thread/INFO]: Done (11.724s)! For help, type "help"
[16:40:24] [Server thread/INFO]: Starting GS4 status listener
[16:40:24] [Server thread/INFO]: Thread Query Listener started
[16:40:24] [Server thread/INFO]: Starting remote control listener
[16:40:24] [Query Listener #1/INFO]: Query running on 147.93.161.230:27585
[16:40:24] [Server thread/INFO]: Thread RCON Listener started
[16:40:24] [Server thread/INFO]: RCON running on 147.93.161.230:27575
[16:40:24] [Craft Scheduler Thread - 0/INFO]: [FreeMinecraftModels] Latest public release is 2.3.1
[16:40:24] [Craft Scheduler Thread - 3/INFO]: [EliteMobs] Latest public release is 9.5.1
[16:40:24] [Craft Scheduler Thread - 0/INFO]: [FreeMinecraftModels] Your version is 2.3.1
[16:40:24] [Craft Scheduler Thread - 3/INFO]: [EliteMobs] Your version is 9.5.1
[16:40:24] [Craft Scheduler Thread - 3/INFO]: [EliteMobs] You are running the latest version!
[16:40:24] [Craft Scheduler Thread - 6/INFO]: [ResourcePackManager] Latest public release is 1.4.1
[16:40:24] [Craft Scheduler Thread - 6/INFO]: [ResourcePackManager] Your version is 1.4.1
[16:40:24] [Craft Scheduler Thread - 7/INFO]: [BetterStructures] Latest public release is 1.8.2
[16:40:24] [Craft Scheduler Thread - 7/INFO]: [BetterStructures] Your version is 1.8.2
[16:40:24] [Craft Scheduler Thread - 0/INFO]: [FreeMinecraftModels] You are running the latest version!
[16:40:24] [Craft Scheduler Thread - 6/INFO]: [ResourcePackManager] You are running the latest version!
[16:40:24] [Craft Scheduler Thread - 7/INFO]: [BetterStructures] You are running the latest version!
[16:40:24] [Server thread/INFO]: [Citizens] Loaded 11 NPCs.
[16:40:24] [Server thread/WARN]: [ChestSort] **************************************************
[16:40:24] [Server thread/WARN]: [ChestSort] * There is a new version of ChestSort available!
[16:40:24] [Server thread/WARN]: [ChestSort] *  
[16:40:24] [Server thread/WARN]: [ChestSort] * Your version:   14.1.0
[16:40:24] [Server thread/WARN]: [ChestSort] * Latest version: 14.2.0
[16:40:24] [Server thread/WARN]: [ChestSort] *  
[16:40:24] [Server thread/WARN]: [ChestSort] * Please update to the newest version.
[16:40:24] [Server thread/WARN]: [ChestSort] *  
[16:40:24] [Server thread/WARN]: [ChestSort] * Download:
[16:40:24] [Server thread/WARN]: [ChestSort] *   https://www.chestsort.de
[16:40:24] [Server thread/WARN]: [ChestSort] **************************************************
[16:40:25] [Craft Scheduler Thread - 5/INFO]: [ResourcePackManager] Uploading resource!
[16:40:26] [Craft Scheduler Thread - 5/INFO]: [ResourcePackManager] Uploaded resource pack for automatic hosting!