Paste #133930: Logs

Date: 2025/06/10 15:22:09 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


[22:16:23] [ServerMain/INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.3+9-LTS; Eclipse Adoptium Temurin-21.0.3+9) on Linux 6.2.0-36-generic (amd64)
[22:16:23] [ServerMain/INFO]: [bootstrap] Loading Paper 1.21.1-132-ver/1.21.1@b48403b (2024-11-21T10:14:27Z) for Minecraft 1.21.1
[22:16:24] [ServerMain/INFO]: [PluginInitializerManager] Initializing plugins...
[22:16:24] [Paper Plugin Remapper Thread - 2/INFO]: [PluginRemapper] Remapping plugin 'plugins/Citizens-2.0.38-b3814.jar'...
[22:16:26] [Paper Plugin Remapper Thread - 2/INFO]: [PluginRemapper] Done remapping plugin 'plugins/Citizens-2.0.38-b3814.jar' in 2243ms.
[22:16:27] [ServerMain/ERROR]: [DirectoryProviderSource] Error loading plugin: java.lang.IllegalArgumentException: Directory 'plugins/.paper-remapped/citizens-v1_21_R4-2.0.38-SNAPSHOT.jar' does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
java.lang.RuntimeException: java.lang.IllegalArgumentException: Directory 'plugins/.paper-remapped/citizens-v1_21_R4-2.0.38-SNAPSHOT.jar' does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:86) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:52) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:17) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:15) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:113) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.Main.main(Main.java:123) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.PaperBootstrap.boot(PaperBootstrap.java:21) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.craftbukkit.Main.main(Main.java:281) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Directory 'plugins/.paper-remapped/citizens-v1_21_R4-2.0.38-SNAPSHOT.jar' does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
    ... 10 more
[22:16:27] [ServerMain/INFO]: [PluginInitializerManager] Initialized 35 plugins
[22:16:27] [ServerMain/INFO]: [PluginInitializerManager] Bukkit plugins (35):
 - BetterTeams (4.10.0), ChatColor2 (1.15.1), Citizens (2.0.38-SNAPSHOT (build 3814)), CrazyEnchantments (2.4.2), DecentHolograms (2.8.12), Essentials (2.21.0-dev+110-f1a5caf), EssentialsSpawn (2.21.0-dev+110-f1a5caf), FastAsyncWorldEdit (2.12.3-SNAPSHOT-989;19bcab8), GSit (1.12.1), InvSeePlusPlus (0.29.4), InvSeePlusPlus_Clear (0.29.4), InvSeePlusPlus_Give (0.29.4), InventoryRollbackPlus (1.6.18), ItemEdit (3.5.2), ItemTag (3.4.3), LPC (3.6.0), LuckPerms (5.4.139), Lusk (1.2.1), MineResetLite (5.4.1), MinehutPlugin (0.0.27-SNAPSHOT), Multiverse-Core (4.3.15-SNAPSHOT), PlaceholderAPI (2.11.6), PlugManX (2.4.1), Shopkeepers (2.23.0), SimplePortals (1.7.6), SkBee (3.6.0), Skript (2.9.1), StaffPlusPlus (1.21.9), TAB (4.1.7), ViaVersion (5.3.2), VoidWorldGenerator (1.3.0), WorldGuard (7.0.11-beta1+a801a9d), Zenchantments (19.4.0), skRayFall (1.9.28), skript-particle (1.3.1)
[22:16:30] [ServerMain/WARN]: resource-pack-id missing, using default of 585de9dd-28fb-327e-9723-0ed59750c6b8
[22:16:30] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[22:16:31] [ServerMain/INFO]: Found non-pack entry './world/datapacks/BlissSMP-Datapack', ignoring
[22:16:32] [ServerMain/INFO]: Loaded 1290 recipes
[22:16:32] [ServerMain/INFO]: Loaded 1399 advancements
[22:16:33] [Server thread/INFO]: Starting minecraft server version 1.21.1
[22:16:33] [Server thread/INFO]: Loading properties
[22:16:33] [Server thread/INFO]: This server is running Paper version 1.21.1-132-ver/1.21.1@b48403b (2024-11-21T10:14:27Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT)
[22:16:33] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
[22:16:33] [Server thread/INFO]: Server Ping Player Sample Count: 12
[22:16:33] [Server thread/INFO]: Using 4 threads for Netty based IO
[22:16:34] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
    We recommend migrating to the spark profiler.
    For more information please visit: https://github.com/PaperMC/Paper/discussions/10565
[22:16:34] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and population gen parallelism of 1 threads
[22:16:35] [Server thread/INFO]: Default game type: SURVIVAL
[22:16:35] [Server thread/INFO]: Generating keypair
[22:16:35] [Server thread/INFO]: Starting Minecraft server on *:25575
[22:16:35] [Server thread/INFO]: Using epoll channel type
[22:16:35] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[22:16:35] [Server thread/INFO]: Paper: Using OpenSSL 3.x.x (Linux x86_64) cipher from Velocity.
[22:16:35] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loading 5 libraries... please wait
[22:16:35] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/ch/ethz/globis/phtree/phtree/2.8.2/phtree-2.8.2.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-bukkit/4.4.0/adventure-platform-bukkit-4.4.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-api/4.4.0/adventure-platform-api-4.4.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-api/4.21.0/adventure-api-4.21.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-bom/4.21.0/adventure-bom-4.21.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-key/4.21.0/adventure-key-4.21.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/org/jetbrains/annotations/26.0.2/annotations-26.0.2.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-bungeecord/4.4.0/adventure-text-serializer-bungeecord-4.4.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-legacy/4.21.0/adventure-text-serializer-legacy-4.21.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-gson/4.21.0/adventure-text-serializer-gson-4.21.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-json/4.21.0/adventure-text-serializer-json-4.21.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/option/1.1.0/option-1.1.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/org/jspecify/jspecify/1.0.0/jspecify-1.0.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-commons/4.21.0/adventure-text-serializer-commons-4.21.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-aggregator/1.1.1/auto-service-aggregator-1.1.1.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-nbt/4.21.0/adventure-nbt-4.21.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-gson-legacy-impl/4.21.0/adventure-text-serializer-gson-legacy-impl-4.21.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-json-legacy-impl/4.21.0/adventure-text-serializer-json-legacy-impl-4.21.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-facet/4.4.0/adventure-platform-facet-4.4.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-viaversion/4.4.0/adventure-platform-viaversion-4.4.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-minimessage/4.21.0/adventure-text-minimessage-4.21.0.pom
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/ch/ethz/globis/phtree/phtree/2.8.2/phtree-2.8.2.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-0/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-bukkit/4.4.0/adventure-platform-bukkit-4.4.0.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-4/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-nbt/4.21.0/adventure-nbt-4.21.0.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-2/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-bungeecord/4.4.0/adventure-text-serializer-bungeecord-4.4.0.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-3/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-legacy/4.21.0/adventure-text-serializer-legacy-4.21.0.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-1/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-api/4.4.0/adventure-platform-api-4.4.0.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-1/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/org/jetbrains/annotations/26.0.2/annotations-26.0.2.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-2/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-gson/4.21.0/adventure-text-serializer-gson-4.21.0.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-1/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-json/4.21.0/adventure-text-serializer-json-4.21.0.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-2/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-3/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/option/1.1.0/option-1.1.0.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-2/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-commons/4.21.0/adventure-text-serializer-commons-4.21.0.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-2/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-gson-legacy-impl/4.21.0/adventure-text-serializer-gson-legacy-impl-4.21.0.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-0/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-serializer-json-legacy-impl/4.21.0/adventure-text-serializer-json-legacy-impl-4.21.0.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-1/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-facet/4.4.0/adventure-platform-facet-4.4.0.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-2/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-platform-viaversion/4.4.0/adventure-platform-viaversion-4.4.0.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-0/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-text-minimessage/4.21.0/adventure-text-minimessage-4.21.0.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-2/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-api/4.21.0/adventure-api-4.21.0.jar
[22:16:36] [BasicRepositoryConnector-repo.maven.apache.org-0-3/INFO]: [SpigotLibraryLoader] Downloading https://repo.maven.apache.org/maven2/net/kyori/adventure-key/4.21.0/adventure-key-4.21.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/ch/ethz/globis/phtree/phtree/2.8.2/phtree-2.8.2.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/it/unimi/dsi/fastutil/8.5.15/fastutil-8.5.15.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/adventure-platform-bukkit/4.4.0/adventure-platform-bukkit-4.4.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/adventure-platform-api/4.4.0/adventure-platform-api-4.4.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/adventure-text-serializer-bungeecord/4.4.0/adventure-text-serializer-bungeecord-4.4.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/adventure-text-serializer-legacy/4.21.0/adventure-text-serializer-legacy-4.21.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/adventure-nbt/4.21.0/adventure-nbt-4.21.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/org/jetbrains/annotations/26.0.2/annotations-26.0.2.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/adventure-text-serializer-gson/4.21.0/adventure-text-serializer-gson-4.21.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/adventure-text-serializer-json/4.21.0/adventure-text-serializer-json-4.21.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/option/1.1.0/option-1.1.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/org/jspecify/jspecify/1.0.0/jspecify-1.0.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/adventure-text-serializer-commons/4.21.0/adventure-text-serializer-commons-4.21.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/adventure-text-serializer-gson-legacy-impl/4.21.0/adventure-text-serializer-gson-legacy-impl-4.21.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/adventure-text-serializer-json-legacy-impl/4.21.0/adventure-text-serializer-json-legacy-impl-4.21.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/adventure-platform-facet/4.4.0/adventure-platform-facet-4.4.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/adventure-platform-viaversion/4.4.0/adventure-platform-viaversion-4.4.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/adventure-text-minimessage/4.21.0/adventure-text-minimessage-4.21.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/adventure-api/4.21.0/adventure-api-4.21.0.jar
[22:16:36] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/minecraft/server/libraries/net/kyori/adventure-key/4.21.0/adventure-key-4.21.0.jar
[22:16:37] [Server thread/WARN]: [MinehutPlugin] Found no matching version for version 1.21.1-R0.1-SNAPSHOT, using most modern.
[22:16:37] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.12.3-SNAPSHOT-989;19bcab8
[22:16:37] [Server thread/WARN]: 
**********************************************
** You are using the Spigot-mapped FAWE jar on a modern Paper version.
** This will result in slower first-run times and wasted disk space from plugin remapping.
** Download the Paper FAWE jar from Modrinth to avoid this: https://modrinth.com/plugin/fastasyncworldedit/
**********************************************
[22:16:38] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@4c286f4d]
[22:16:38] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.11-beta1+a801a9d
[22:16:38] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v5.3.2
[22:16:38] [Server thread/INFO]: [ViaVersion] ViaVersion 5.3.2 is now loaded. Registering protocol transformers and injecting...
[22:16:38] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[22:16:39] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[22:16:39] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.6
[22:16:39] [Server thread/INFO]: [Skript] Loading server plugin Skript v2.9.1
[22:16:39] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.139
[22:16:39] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.15-SNAPSHOT
[22:16:39] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.38-SNAPSHOT (build 3814)
[22:16:39] [Server thread/INFO]: [SkBee] Loading server plugin SkBee v3.6.0
[22:16:39] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.12
[22:16:39] [Server thread/INFO]: [InvSee++] Loading server plugin InvSeePlusPlus v0.29.4
[22:16:39] [Server thread/INFO]: [ItemEdit] Loading server plugin ItemEdit v3.5.2
[22:16:39] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0-dev+110-f1a5caf
[22:16:39] [Server thread/INFO]: [MinehutPlugin] Loading server plugin MinehutPlugin v0.0.27-SNAPSHOT
[22:16:39] [Server thread/INFO]: [StaffPlusPlus] Loading server plugin StaffPlusPlus v1.21.9
[22:16:39] [Server thread/INFO]: [VoidWorldGenerator] Loading server plugin VoidWorldGenerator v1.3.0
[22:16:39] [Server thread/INFO]: [SimplePortals] Loading server plugin SimplePortals v1.7.6
[22:16:39] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.12.1
[22:16:39] [Server thread/INFO]: [skRayFall] Loading server plugin skRayFall v1.9.28
[22:16:39] [Server thread/INFO]: [skript-particle] Loading server plugin skript-particle v1.3.1
[22:16:39] [Server thread/INFO]: [Lusk] Loading server plugin Lusk v1.2.1
[22:16:39] [Server thread/INFO]: [PlugManX] Loading server plugin PlugManX v2.4.1
[22:16:39] [Server thread/INFO]: [MineResetLite] Loading server plugin MineResetLite v5.4.1
[22:16:39] [Server thread/INFO]: [ChatColor2] Loading server plugin ChatColor2 v1.15.1
[22:16:39] [Server thread/INFO]: [LPC] Loading server plugin LPC v3.6.0
[22:16:39] [Server thread/INFO]: [Zenchantments] Loading server plugin Zenchantments v19.4.0
[22:16:39] [Server thread/INFO]: [BetterTeams] Loading server plugin BetterTeams v4.10.0
[22:16:39] [Server thread/INFO]: [BetterTeams] Checking if the file config.yml is up to date
[22:16:39] [Server thread/INFO]: [BetterTeams] File is up to date
[22:16:39] [Server thread/INFO]: [CrazyEnchantments] Loading server plugin CrazyEnchantments v2.4.2
[22:16:39] [Server thread/INFO]: [InventoryRollbackPlus] Loading server plugin InventoryRollbackPlus v1.6.18
[22:16:39] [Server thread/INFO]: [InvSee++_Clear] Loading server plugin InvSeePlusPlus_Clear v0.29.4
[22:16:39] [Server thread/INFO]: [InvSee++_Give] Loading server plugin InvSeePlusPlus_Give v0.29.4
[22:16:39] [Server thread/INFO]: [ItemTag] Loading server plugin ItemTag v3.4.3
[22:16:39] [Server thread/INFO]: [Shopkeepers] Loading server plugin Shopkeepers v2.23.0
[22:16:40] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (474 ms).
[22:16:40] [Server thread/INFO]: [Shopkeepers] Loading config.
[22:16:40] [Server thread/INFO]: [Shopkeepers] Loading language file: language-en-default.yml
[22:16:40] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
[22:16:40] [Server thread/INFO]: [Shopkeepers] Registering defaults.
[22:16:40] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.7
[22:16:40] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.21.0-dev+110-f1a5caf
[22:16:40] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[22:16:40] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.12.3-SNAPSHOT-989;19bcab8
[22:16:40] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
[22:16:40] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
[22:16:40] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[22:16:40] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[22:16:40] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_21_R1.PaperweightFaweAdapter as the Bukkit adapter
[22:16:41] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.139
[22:16:42] [Thread-7/WARN]: [com.fastasyncworldedit.core.util.UpdateNotification] An update for FastAsyncWorldEdit is available. You are 127 build(s) out of date.
You are running build 989, the latest version is build 1116.
Update at https://www.spigotmc.org/resources/13932/
[22:16:42] [Server thread/INFO]:         __    
[22:16:42] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.139
[22:16:42] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[22:16:42] [Server thread/INFO]: 
[22:16:42] [Server thread/INFO]: [LuckPerms] Loading configuration...
[22:16:42] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[22:16:43] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[22:16:43] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[22:16:44] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2535ms)
[22:16:44] [Server thread/INFO]: [VoidWorldGenerator] Enabling VoidWorldGenerator v1.3.0
[22:16:44] [Server thread/INFO]: [VoidWorldGenerator] Config loaded: {*=BiomeAndSpawn[biome=THE_VOID, x=0, y=64, z=0]}
[22:16:44] [Server thread/INFO]: [PlugManX] Enabling PlugManX v2.4.1
[22:16:44] [Server thread/WARN]: [PlugManX] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[22:16:44] [Server thread/WARN]: [PlugManX] It seems like you're running on paper.
[22:16:44] [Server thread/WARN]: [PlugManX] PlugManX cannot interact with paper-plugins, yet.
[22:16:44] [Server thread/WARN]: [PlugManX] Also, if you encounter any issues, please join my discord: https://discord.gg/GxEFhVY6ff
[22:16:44] [Server thread/WARN]: [PlugManX] Or create an issue on GitHub: https://github.com/TheBlackEntity/PlugMan
[22:16:44] [Server thread/WARN]: [PlugManX] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[22:16:44] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[22:16:44] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[22:16:44] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[22:16:44] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[22:16:44] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[22:16:44] [Server thread/INFO]: Preparing level "world"
[22:16:45] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[22:16:46] [Server thread/INFO]: Time elapsed: 1022 ms
[22:16:46] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[22:16:46] [Server thread/INFO]: Time elapsed: 114 ms
[22:16:46] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.11-beta1+a801a9d
[22:16:46] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[22:16:46] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[22:16:46] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[22:16:46] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[22:16:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[22:16:46] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[22:16:46] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[22:16:46] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[22:16:46] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[22:16:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[22:16:46] [Server thread/INFO]: [WorldGuard] Loading region data...
[22:16:46] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.3.2
[22:16:46] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.21-1.21.1 (767)
[22:16:46] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
[22:16:46] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[22:16:46] [Server thread/INFO]: [Skript] Enabling Skript v2.9.1
[22:16:47] [Thread-11/INFO]: [Skript]     Checking for updates failed. Do you have Internet connection?
[22:16:47] [Thread-11/WARN]: java.util.concurrent.CompletionException: java.lang.RuntimeException: java.io.IOException: Server returned HTTP response code: 403 for URL: https://api.github.com/repos/SkriptLang/Skript/releases
[22:16:47] [Thread-11/WARN]:     at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
[22:16:47] [Thread-11/WARN]:     at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
[22:16:47] [Thread-11/WARN]:     at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770)
[22:16:47] [Thread-11/WARN]:     at java.base/java.lang.Thread.run(Thread.java:1583)
[22:16:47] [Thread-11/WARN]: Caused by: java.lang.RuntimeException: java.io.IOException: Server returned HTTP response code: 403 for URL: https://api.github.com/repos/SkriptLang/Skript/releases
[22:16:47] [Thread-11/WARN]:     at Skript-2.9.1.jar//ch.njol.skript.update.GithubChecker.lambda$check$0(GithubChecker.java:111)
[22:16:47] [Thread-11/WARN]:     at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
[22:16:47] [Thread-11/WARN]:     ... 1 more
[22:16:47] [Thread-11/WARN]: Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://api.github.com/repos/SkriptLang/Skript/releases
[22:16:47] [Thread-11/WARN]:     at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1998)
[22:16:47] [Thread-11/WARN]:     at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1599)
[22:16:47] [Thread-11/WARN]:     at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:223)
[22:16:47] [Thread-11/WARN]:     at java.base/java.net.URL.openStream(URL.java:1325)
[22:16:47] [Thread-11/WARN]:     at Skript-2.9.1.jar//ch.njol.skript.update.GithubChecker.lambda$check$0(GithubChecker.java:105)
[22:16:47] [Thread-11/WARN]:     ... 2 more
[22:16:57] [Server thread/INFO]: [Skript] Loaded 233074 aliases in 10124ms
[22:16:58] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[22:16:58] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.15-SNAPSHOT
[22:16:58] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.15-SNAPSHOT" 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--].
[22:16:58] [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.
[22:16:58] [Server thread/INFO]: Preparing start region for dimension minecraft:hub
[22:16:58] [Server thread/INFO]: Time elapsed: 97 ms
[22:16:58] [Server thread/INFO]: [WorldGuard] (hub) TNT ignition is PERMITTED.
[22:16:58] [Server thread/INFO]: [WorldGuard] (hub) Lighters are PERMITTED.
[22:16:58] [Server thread/INFO]: [WorldGuard] (hub) Lava fire is PERMITTED.
[22:16:58] [Server thread/INFO]: [WorldGuard] (hub) Fire spread is UNRESTRICTED.
[22:16:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'hub'
[22:16:58] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
[22:16:58] [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.
[22:16:58] [Server thread/INFO]: [Multiverse-Core] Version 4.3.15-SNAPSHOT (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[22:16:58] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.38-SNAPSHOT (build 3814)
[22:16:58] [Server thread/INFO]: [Citizens] Using mojmapped server, avoiding server package checks
[22:16:58] [Server thread/ERROR]: [Citizens] Could not fetch NMS field bT: [[bT.
[22:16:58] [Server thread/ERROR]: [Citizens] Could not fetch NMS field bT: [[null.
[22:16:58] [Server thread/ERROR]: Error occurred while enabling Citizens v2.0.38-SNAPSHOT (build 3814) (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_21_R4/boss/CraftBossBar
    at Citizens-2.0.38-b3814.jar/net.citizensnpcs.nms.v1_21_R4.util.NMSImpl.<clinit>(NMSImpl.java:2752) ~[Citizens-2.0.38-b3814.jar:?]
    at java.base/java.lang.Class.forName0(Native Method) ~[?:?]
    at java.base/java.lang.Class.forName(Class.java:534) ~[?:?]
    at java.base/java.lang.Class.forName(Class.java:513) ~[?:?]
    at io.papermc.reflectionrewriter.runtime.AbstractDefaultRulesReflectionProxy.forName(AbstractDefaultRulesReflectionProxy.java:68) ~[reflection-rewriter-runtime-0.0.3.jar:?]
    at io.papermc.paper.pluginremap.reflect.PaperReflectionHolder.forName(Unknown Source) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at Citizens-2.0.38-b3814.jar/net.citizensnpcs.api.util.SpigotUtil.lambda$getMinecraftPackage$1(SpigotUtil.java:175) ~[Citizens-2.0.38-b3814.jar:?]
    at Citizens-2.0.38-b3814.jar/net.citizensnpcs.api.util.SpigotUtil.getMinecraftPackage(SpigotUtil.java:180) ~[Citizens-2.0.38-b3814.jar:?]
    at Citizens-2.0.38-b3814.jar/net.citizensnpcs.Citizens.onEnable(Citizens.java:326) ~[Citizens-2.0.38-b3814.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:641) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:590) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:753) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
    at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_21_R4.boss.CraftBossBar
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:197) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
    ... 21 more
[22:16:58] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.38-SNAPSHOT (build 3814)
[22:16:58] [Server thread/INFO]: [SkBee] Enabling SkBee v3.6.0
[22:16:58] [Server thread/INFO]: [SkBee] Loading NBTApi...
[22:16:58] [Server thread/INFO]: [SkBee] [NBTAPI] Found Minecraft: 1.21.1! Trying to find NMS support
[22:16:58] [Server thread/INFO]: [SkBee] [NBTAPI] NMS support 'MC1_21_R1' loaded!
[22:16:58] [Server thread/INFO]: [SkBee] Successfully loaded NBTApi!
[22:16:58] [Server thread/INFO]: [SkBee] NBT Elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Text Component Elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Advancement Elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] BossBar Elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Bound Elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Damage Source elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Display Entity elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Fishing elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Game Event Elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Item Component Elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Particle Elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] RayTrace elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Recipe Elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Scoreboard Elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Scoreboard Objective Elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Statistic Elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Structure Elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Minecraft Tag elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Team Elements successfully loaded
[22:16:58] [Server thread/INFO]: [SkBee] Tick Manager elements successfully loaded
[22:16:59] [Server thread/INFO]: [SkBee] Villager Elements successfully loaded
[22:16:59] [Server thread/INFO]: [SkBee] Virtual Furnace Elements disabled via config
[22:16:59] [Server thread/INFO]: [SkBee] World Border Elements successfully loaded
[22:16:59] [Server thread/INFO]: [SkBee] World Creator Elements successfully loaded
[22:16:59] [Server thread/INFO]: [SkBee] Chunk Generator Elements successfully loaded
[22:16:59] [Server thread/INFO]: [SkBee] Loaded (423) elements:
[22:16:59] [Server thread/INFO]: [SkBee]  - 55 events
[22:16:59] [Server thread/INFO]: [SkBee]  - 69 effects
[22:16:59] [Server thread/INFO]: [SkBee]  - 257 expressions
[22:16:59] [Server thread/INFO]: [SkBee]  - 27 conditions
[22:16:59] [Server thread/INFO]: [SkBee]  - 15 sections
[22:16:59] [Server thread/INFO]: [SkBee] Checking for update...
[22:16:59] [Server thread/INFO]: [SkBee] Plugin is not up to date!
[22:16:59] [Server thread/INFO]: [SkBee]  - Current version: v3.6.0
[22:16:59] [Server thread/INFO]: [SkBee]  - Available update: v3.11.3
[22:16:59] [Server thread/INFO]: [SkBee]  - Download available at: https://github.com/ShaneBeee/SkBee/releases
[22:16:59] [Server thread/INFO]: [SkBee] Successfully enabled v3.6.0 in 0.54 seconds
[22:16:59] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.12
[22:16:59] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: 1.21.1! Trying to find NMS support
[22:16:59] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_21_R1' loaded!
[22:16:59] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'DecentHolograms' to create a bStats instance!
[22:16:59] [Server thread/INFO]: [InvSee++] Enabling InvSeePlusPlus v0.29.4
[22:16:59] [Server thread/INFO]: [ItemEdit] Enabling ItemEdit v3.5.2
[22:16:59] [Server thread/INFO]: [ItemEdit] Hooking into MiniMessageAPI see https://webui.advntr.dev/
[22:16:59] [Server thread/INFO]: [ItemEdit] Selected Storage Type: YAML
[22:16:59] [Server thread/INFO]: [ItemEdit] Unable to hook into Vault
[22:16:59] [Server thread/INFO]: [ItemEdit] Hooking into PlaceHolderAPI
[22:16:59] [Server thread/INFO]: [ItemEdit] placeholders:
[22:16:59] [Server thread/INFO]: [ItemEdit]   %itemedit_amount_<{itemid}>_[{slot}]_[{player}]%
[22:16:59] [Server thread/INFO]: [ItemEdit]     shows how many itemid player has on slot
[22:16:59] [Server thread/INFO]: [ItemEdit]     <{itemid}> for item id on serveritem
[22:16:59] [Server thread/INFO]: [ItemEdit]     [{slot}] for the slot where the item should be counted, by default inventory
[22:16:59] [Server thread/INFO]: [ItemEdit]       Values: inventory (include offhand), equip (include offhand), inventoryandequip (include offhand), hand, offhand, head, chest, legs, feet
[22:16:59] [Server thread/INFO]: [ItemEdit]     [{player}] for the player, by default self
[22:16:59] [Server thread/INFO]: [ItemEdit]     example: %itemedit_amount_{my_item_id}_{hand}%
[22:16:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: itemedit [1.0]
[22:16:59] [Server thread/INFO]: [ItemEdit] # Enabled (took 91 ms)
[22:16:59] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+110-f1a5caf
[22:16:59] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[22:16:59] [Server thread/INFO]: [Essentials] No kits found to migrate.
[22:16:59] [Server thread/INFO]: [Essentials] Loaded 42679 items from items.json.
[22:16:59] [Server thread/INFO]: [Essentials] Using locale en_US
[22:16:59] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[22:17:00] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[22:17:00] [Server thread/WARN]: [Essentials] Detected supported permissions plugin LuckPerms without Vault installed.
[22:17:00] [Server thread/WARN]: [Essentials] Features such as chat prefixes/suffixes and group-related functionality will not work until you install Vault.
[22:17:00] [Server thread/INFO]: [Essentials] Using superperms-based permissions.
[22:17:00] [Server thread/INFO]: [MinehutPlugin] Enabling MinehutPlugin v0.0.27-SNAPSHOT
[22:17:00] [Server thread/INFO]: [StaffPlusPlus] Enabling StaffPlusPlus v1.21.9
[22:17:04] [Server thread/INFO]: [StaffPlusPlus] Using SQLITE storage
[22:17:04] [Server thread/INFO]: [StaffPlusPlus] Permissions handled by Bukkit
[22:17:04] [Server thread/INFO]: [StaffPlusPlus] No styles directory present
[22:17:04] [Server thread/INFO]: [StaffPlusPlus] Hooked into PlaceholderAPI 2.11.6
[22:17:04] [Server thread/INFO]: [StaffPlusPlus] Hooked into PlaceholderAPI 2.11.6
[22:17:04] [Server thread/INFO]: [StaffPlusPlus] Luckperms enabled
[22:17:04] [Server thread/INFO]: [StaffPlusPlus] Registering 'StaffMode' calculator.
[22:17:04] [Server thread/INFO]: [StaffPlusPlus] Registering 'Frozen' calculator.
[22:17:04] [Server thread/INFO]: [StaffPlusPlus] Registering 'Vanished' calculator.
[22:17:04] [Server thread/INFO]: [StaffPlusPlus] Staff++ has been enabled!
[22:17:04] [Server thread/INFO]: [StaffPlusPlus] Plugin created by Shortninja continued by Qball - Revisited by Garagepoort
[22:17:04] [Server thread/INFO]: [SimplePortals] Enabling SimplePortals v1.7.6
[22:17:04] [Server thread/INFO]: [SimplePortals] Everything inside the configuration seems to be up to date. (Took 1ms)
[22:17:04] [Server thread/INFO]: [SimplePortals] Packets have been setup for v1_21_1R1!
[22:17:05] [Server thread/INFO]: [GSit] Enabling GSit v1.12.1
[22:17:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [1.12.1]
[22:17:05] [Server thread/INFO]: [GSit] The plugin was successfully enabled.
[22:17:05] [Server thread/INFO]: [GSit] Link with PlaceholderAPI successful!
[22:17:05] [Server thread/INFO]: [GSit] Link with WorldGuard successful!
[22:17:05] [Server thread/INFO]: [skRayFall] Enabling skRayFall v1.9.28
[22:17:05] [Server thread/INFO]: [skRayFall] Yay! You are running skRayFall 1.9.28!
[22:17:05] [Server thread/INFO]: [skRayFall] Nathan and Lewis <3 you.
[22:17:05] [Server thread/INFO]: [skRayFall] Cooking Bacon...
[22:17:05] [Server thread/INFO]: [skRayFall] Citizens not found! Sorry you cant make friends, but don't worry we will still be your friend <3
[22:17:05] [Server thread/INFO]: [skRayFall] Got bacon for the EffectLib particle ninjas!
[22:17:05] [Server thread/INFO]: [skRayFall] No Votifier Found! *Checks oven for finished bacon*
[22:17:05] [Server thread/INFO]: [skRayFall] Enabling general 1.8+ bacon!
[22:17:05] [Server thread/INFO]: [skRayFall] Getting the general 1.9+ bacon!
[22:17:05] [Server thread/INFO]: [skRayFall] Getting the extra special 1.17+ bacon!
[22:17:05] [Server thread/INFO]: [skRayFall] Bacon is ready!
[22:17:05] [Server thread/INFO]: [skript-particle] Enabling skript-particle v1.3.1
[22:17:05] [Server thread/INFO]: [skript-particle] Successfully enabled skript-particle.
[22:17:05] [Server thread/INFO]: [Lusk] Enabling Lusk v1.2.1
[22:17:05] [Server thread/INFO]: [Lusk] Has been enabled!
[22:17:05] [Server thread/INFO]: [Lusk] Checking for updates.
[22:17:05] [Server thread/INFO]: [Lusk] Lusk is NOT up to date!
[22:17:05] [Server thread/INFO]: [Lusk] > Current Version: 1.2.1
[22:17:05] [Server thread/INFO]: [Lusk] > Latest Version: 1.3.5
[22:17:05] [Server thread/INFO]: [Lusk] > Download it at: https://github.com/JakeGBLP/Lusk/releases
[22:17:05] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v5.4.1
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'wood.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'Stone.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'Coal.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'beacon.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'lightning.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'copper.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'purpur.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'iron.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'emerald.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'diamond.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'diamond_Block.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'obi.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'netherrack.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'netherbricks.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'quartz.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'warped.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Loading mine from file 'debris.mine.yml'...
[22:17:05] [Server thread/INFO]: [MineResetLite] Registering BlockEventListener
[22:17:05] [Server thread/INFO]: [MineResetLite] TokenEnchant was not found... skipping.
[22:17:05] [Server thread/INFO]: [MineResetLite] Registering ExplodeEventListener
[22:17:05] [Server thread/INFO]: [MineResetLite] Registering PlayerEventListener
[22:17:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mineresetlite [5.4.1]
[22:17:05] [Server thread/INFO]: [MineResetLite] Registered PAPI expansion
[22:17:05] [Server thread/INFO]: [MineResetLite] MineResetLite version 5.4.1 enabled!
[22:17:05] [Server thread/INFO]: [ChatColor2] Enabling ChatColor2 v1.15.1
[22:17:05] [Server thread/INFO]: [ChatColor] ChatColor 2 Version 1.15.1 has been enabled.
[22:17:05] [Server thread/INFO]: [ChatColor] Current update: GUI rework & additional features! (+Bug fixes)
[22:17:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cc [1.15.1]
[22:17:05] [Server thread/INFO]: [ChatColor] PlaceholderAPI has been hooked.
[22:17:05] [Server thread/INFO]: [ChatColor] Metrics is enabled for this plugin. Stats sent to https://bstats.org/plugin/bukkit/ChatColor2
[22:17:05] [Server thread/INFO]: [LPC] Enabling LPC v3.6.0
[22:17:05] [Server thread/INFO]: [Zenchantments] Enabling Zenchantments v19.4.0
[22:17:05] [Server thread/INFO]: [Zenchantments] Switching to locale en_US
[22:17:05] [Server thread/INFO]: [BetterTeams] Enabling BetterTeams v4.10.0
[22:17:05] [Server thread/INFO]: [BetterTeams] Checking if the file messages.yml is up to date
[22:17:05] [Server thread/INFO]: [BetterTeams] File is up to date
[22:17:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterTeams [4.10.0]
[22:17:05] [Server thread/INFO]: Display team name config value: prefix
[22:17:05] [Server thread/INFO]: Loading below name. Type: PREFIX
[22:17:05] [Server thread/INFO]: teamManagement declared: com.booksaw.betterTeams.events.MCTeamManagement@4464b5ce
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Enabling CrazyEnchantments v2.4.2
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Loading the config.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded config.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Loading the BlockList.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded BlockList.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Loading the HeadMap.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded HeadMap.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Loading the Data.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Data.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Loading the Enchantments.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Enchantments.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Loading the GKitz.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded GKitz.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Loading the Messages.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Messages.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Loading the Enchantment-Types.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Enchantment-Types.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Loading the Tinker.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Tinker.yml
[22:17:05] [Server thread/INFO]: [CrazyEnchants]: === CrazyEnchantment Hook Status ===
[22:17:05] [Server thread/INFO]: [CrazyEnchants]: NO_CHEAT_PLUS NOT FOUND
[22:17:05] [Server thread/INFO]: [CrazyEnchants]: SUPERIORSKYBLOCK NOT FOUND
[22:17:05] [Server thread/INFO]: [CrazyEnchants]: PLOT_SQUARED NOT FOUND
[22:17:05] [Server thread/INFO]: [CrazyEnchants]: VAULT NOT FOUND
[22:17:05] [Server thread/INFO]: [CrazyEnchants]: TOWNYADVANCED NOT FOUND
[22:17:05] [Server thread/INFO]: [CrazyEnchants]: ORAXEN NOT FOUND
[22:17:05] [Server thread/INFO]: [CrazyEnchants]: WORLDGUARD FOUND
[22:17:05] [Server thread/INFO]: [CrazyEnchants]: WORLDEDIT FOUND
[22:17:05] [Server thread/INFO]: [CrazyEnchants]: GRIEF_PREVENTION NOT FOUND
[22:17:05] [Server thread/INFO]: [CrazyEnchants]: MCMMO NOT FOUND
[22:17:05] [Server thread/INFO]: [CrazyEnchants]: FACTIONS_UUID NOT FOUND
[22:17:05] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: 1.21.1! Trying to find NMS support
[22:17:05] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_21_R1' loaded!
[22:17:05] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'CrazyEnchantments' to create a bStats instance!
[22:17:06] [Server thread/INFO]: [CrazyEnchantments] G-Kitz support is now enabled.
[22:17:06] [Server thread/WARN]: [CrazyEnchantments] Created examples because we couldn't find it.
[22:17:06] [Server thread/INFO]: [InventoryRollbackPlus] Enabling InventoryRollbackPlus v1.6.18
[22:17:06] [Server thread/INFO]: [InventoryRollbackPlus] Attempting Paper support for version: 1.21.1-R0.1-SNAPSHOT
[22:17:06] [Server thread/INFO]: [InventoryRollbackPlus] Found CraftBukkit Package Version: v1_21_R1
[22:17:06] [Server thread/INFO]: [InventoryRollbackPlus] Inventory backup data is set to save to: YAML
[22:17:06] [Server thread/INFO]: [InventoryRollbackPlus] bStats are enabled
[22:17:06] [Server thread/INFO]: [InvSee++_Clear] Enabling InvSeePlusPlus_Clear v0.29.4
[22:17:06] [Server thread/INFO]: [InvSee++_Give] Enabling InvSeePlusPlus_Give v0.29.4
[22:17:06] [Server thread/INFO]: [ItemTag] Enabling ItemTag v3.4.3
[22:17:06] [Server thread/INFO]: [ItemTag] Data using Spigot PersistentDataContainer
[22:17:06] [Server thread/INFO]: [ItemTag] EquipmentChangeListener
[22:17:06] [Server thread/INFO]: [ItemTag] Hooking into PlaceholderApi
[22:17:06] [Server thread/INFO]: [ItemTag] Hooked into PlaceHolderAPI:
[22:17:06] [Server thread/INFO]: [ItemTag] placeholders:
[22:17:06] [Server thread/INFO]: [ItemTag]   %itemtag_cooldown_<timeunit>_[cooldownid]%
[22:17:06] [Server thread/INFO]: [ItemTag]     shows how much cooldown has selected cooldownid for player
[22:17:06] [Server thread/INFO]: [ItemTag]     <timeunit> may be h, s or ms
[22:17:06] [Server thread/INFO]: [ItemTag]     [cooldownid] for cooldown type, by default default
[22:17:06] [Server thread/INFO]: [ItemTag]     example: %itemtag_cooldown_s_anid%
[22:17:06] [Server thread/INFO]: [ItemTag]   %itemtag_handcooldown_<timeunit>%
[22:17:06] [Server thread/INFO]: [ItemTag]     shows how much cooldown has player on the item in his hand
[22:17:06] [Server thread/INFO]: [ItemTag]     <timeunit> may be h, s or ms
[22:17:06] [Server thread/INFO]: [ItemTag]     example: %itemtag_handcooldown_s%
[22:17:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: itemtag [1.0]
[22:17:06] [Server thread/INFO]: [ItemTag] # Enabled (took 34 ms)
[22:17:06] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.23.0
[22:17:06] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[22:17:06] [Server thread/INFO]: [Shopkeepers] Loading the data of 79 shopkeepers ...
[22:17:06] [Server thread/INFO]: [TAB] Enabling TAB v4.1.7
[22:17:06] [Server thread/INFO]: [TAB] Loaded NMS hook in 49ms
[22:17:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.1.7]
[22:17:07] [Server thread/INFO]: [TAB] Enabled in 226ms
[22:17:07] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.21.0-dev+110-f1a5caf
[22:17:07] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[22:17:07] [Server thread/INFO]: [spark] Starting background profiler...
[22:17:07] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[22:17:07] [Server thread/INFO]: 0 placeholder hook(s) registered!
[22:17:07] [Server thread/INFO]: Done preparing level "world" (23.230s)
[22:17:07] [Server thread/INFO]: Running delayed init tasks
[22:17:08] [Craft Scheduler Thread - 6 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor.
[22:17:08] [Craft Scheduler Thread - 8 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms... 
[22:17:08] [Craft Scheduler Thread - 18 - InventoryRollbackPlus/INFO]: [InventoryRollbackPlus] Checking for updates...
[22:17:08] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
[22:17:08] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
[22:17:08] [Craft Scheduler Thread - 8 - DecentHolograms/INFO]: [DecentHolograms] Loaded 4 holograms!
[22:17:08] [Craft Scheduler Thread - 16 - ItemTag/INFO]: [ItemTag] New Update at https://spigotmc.org/resources/89634
[22:17:08] [Craft Scheduler Thread - 17 - BetterTeams/WARN]: There is a new version of better teams released update here: https://www.spigotmc.org/resources/better-teams.17129/
[22:17:08] [Craft Scheduler Thread - 10 - DecentHolograms/INFO]: 
A newer version of DecentHolograms is available. Download it from: 
- https://www.spigotmc.org/resources/96927/
- https://modrinth.com/plugin/decentholograms
[22:17:08] [Craft Scheduler Thread - 13 - Essentials/INFO]: [Essentials] Fetching version information...
[22:17:08] [Server thread/INFO]: [Skript] Loading variables...
[22:17:08] [Craft Scheduler Thread - 18 - InventoryRollbackPlus/INFO]: 
===============================================================================
A feature update to InventoryRollbackPlus is available!
Download at https://www.spigotmc.org/resources/inventoryrollbackplus-1-8-1-16-x.85811/
(current: 1.6.18, latest: 1.7.3)
===============================================================================

[22:17:08] [Craft Scheduler Thread - 12 - ItemEdit/INFO]: [ItemEdit] New Update at https://spigotmc.org/resources/40993
[22:17:08] [Server thread/INFO]: [Skript] Loaded 2035 variables in 0.1 seconds
[22:17:08] [Server thread/INFO]: [Skript] Line 5: (teleport.sk)
[22:17:08] [Server thread/INFO]:     indentation error: expected 8 spaces, but found 12 spaces
[22:17:08] [Server thread/INFO]:     Line: teleport player to location(155,-64,-159,world "world")
[22:17:08] [Server thread/INFO]:  
[22:17:08] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[22:17:08] [Server thread/INFO]: [Skript] Loaded 6 scripts with a total of 11 structures in 0.4 seconds
[22:17:08] [Server thread/INFO]: [Skript] Finished loading.
[22:17:08] [Server thread/INFO]: Done (45.480s)! For help, type "help"
[22:17:08] [Server thread/INFO]: Timings Reset
[22:17:08] [Craft Scheduler Thread - 13 - Essentials/WARN]: [Essentials] You're 108 EssentialsX dev build(s) out of date!
[22:17:08] [Craft Scheduler Thread - 13 - Essentials/WARN]: [Essentials] Download it here: https://essentialsx.net/downloads.html
[22:17:22] [Craft Scheduler Thread - 12 - MineResetLite/INFO]: [MineResetLite] Checking updates...
[22:17:23] [Craft Scheduler Thread - 12 - MineResetLite/INFO]: [MineResetLite] Checking updates completed.