Paste #112679: Unnamed Server Log Paste

Date: 2023/07/23 08:18:53 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


[17:01:00] [ServerMain/INFO]: Building unoptimized datafixer
[17:01:04] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[17:01:09] [ServerMain/INFO]: Loaded 7 recipes
[17:01:12] [Server thread/INFO]: Starting minecraft server version 1.19.3
[17:01:12] [Server thread/INFO]: Loading properties
[17:01:12] [Server thread/INFO]: This server is running CraftBukkit version 3670-Spigot-454acb7-bd29f41 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT)
[17:01:12] [Server thread/INFO]: Debug logging is disabled
[17:01:12] [Server thread/INFO]: Server Ping Player Sample Count: 12
[17:01:12] [Server thread/INFO]: Using 4 threads for Netty based IO
[17:01:13] [Server thread/INFO]: Default game type: SURVIVAL
[17:01:13] [Server thread/INFO]: Generating keypair
[17:01:13] [Server thread/INFO]: Starting Minecraft server on *:52395
[17:01:13] [Server thread/INFO]: Using epoll channel type
[17:01:14] [Server thread/ERROR]: Ambiguous plugin name `EconomyShopGUI' for files `plugins/EconomyShopGUI-5.6.2.jar' and `plugins/EconomyShopGUI-5.6.3.jar' in `plugins'
[17:01:15] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[17:01:32] [Server thread/WARN]: Legacy plugin ClearChat v1.4 does not specify an api-version.
[17:01:32] [Server thread/ERROR]: Could not load 'plugins/Jobs5.2.0.0.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown dependency CMILib. Please download and install CMILib to run this plugin.
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:269) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R2.CraftServer.loadPlugins(CraftServer.java:428) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:219) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:973) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:301) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
[17:01:32] [Server thread/WARN]: Legacy plugin Playtimes v1.4.7 does not specify an api-version.
[17:01:32] [Server thread/ERROR]: Could not load 'plugins/MoneyHunters-Basic-7.0.7.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown dependency NexEngine. Please download and install NexEngine to run this plugin.
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:269) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R2.CraftServer.loadPlugins(CraftServer.java:428) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:219) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:973) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:301) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
[17:01:32] [Server thread/ERROR]: Could not load 'plugins/Wraith_2.3.5c.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown dependency LoneLibs. Please download and install LoneLibs to run this plugin.
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:269) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R2.CraftServer.loadPlugins(CraftServer.java:428) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:219) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:973) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:301) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
[17:01:33] [Server thread/INFO]: [MiniMOTD] Loading MiniMOTD v2.0.13
[17:01:33] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.98
[17:01:34] [Server thread/INFO]: [ColorGradient] Loading ColorGradient v0.0.5-b1
[17:01:34] [Server thread/INFO]: [InventoryRollbackPlus] Loading InventoryRollbackPlus v1.6.10
[17:01:34] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.3.0
[17:01:34] [Server thread/INFO]: [ClearChat] Loading ClearChat v1.4
[17:01:34] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.3
[17:01:34] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.5.20
[17:01:34] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v3.0.2
[17:01:34] [Server thread/INFO]: [Playtimes] Loading Playtimes v1.4.7
[17:01:34] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v14.2.12
[17:01:34] [Server thread/INFO]: [SternalBoard] Loading SternalBoard v2.2.2
[17:01:34] [Server thread/INFO]: [TAB] Loading TAB v4.0.2
[17:01:34] [Server thread/INFO]: [CommandWhitelist] Loading CommandWhitelist v2.5.5
[17:01:34] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[17:01:34] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.4
[17:01:34] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.15+6463-5ca4dff
[17:01:36] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@58f7f881]
[17:01:36] [Server thread/INFO]: [PlayerKits] Loading PlayerKits v2.27.1
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Loading OreAnnouncer v2.8.4
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Loading libraries of OreAnnouncer v2.8.4, this may take a while
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for jar-relocator
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for asm
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for asm-commons
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for gson
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for jdbi3-core
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for geantyref
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for caffeine
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for jdbi3-stringtemplate4
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for ST4
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for antlr-runtime
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for jdbi3-sqlobject
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for slf4j-api
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for slf4j-simple
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for HikariCP
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for mariadb-java-client
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for mysql-connector-j
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for postgresql
[17:01:36] [Server thread/INFO]: [OreAnnouncer] Verifying checksum for h2
[17:01:36] [Server thread/INFO]: [Essentials] Loading Essentials v2.20.1-dev+31-f26e1b2
[17:01:36] [Server thread/INFO]: [GrimAC] Loading GrimAC v2.3.43
[17:01:37] [Server thread/INFO]: [GrimAC] Loading PacketEvents...
[17:01:38] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.7+216b061
[17:01:38] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.32-SNAPSHOT (build 3156)
[17:01:38] [Server thread/INFO]: [Skulls] Loading Skulls v3.10.3
[17:01:38] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.20.1-dev+31-f26e1b2
[17:01:38] [Server thread/INFO]: [TimeIsMoney] Loading TimeIsMoney v1.9.9
[17:01:38] [Server thread/INFO]: [EconomyShopGUI] Loading EconomyShopGUI v5.6.2
[17:01:38] [Server thread/INFO]: [GSit] Loading GSit v1.4.10
[17:01:38] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v3.6.10
[17:01:38] [Server thread/INFO]: [ProtectionStones] Loading ProtectionStones v2.10.3
[17:01:38] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.20.1-dev+31-f26e1b2
[17:01:38] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v21.3
[17:01:38] [Server thread/INFO]: [Coins] Loading Coins v1.13.1
[17:01:38] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.6.0-SNAPSHOT-b2597
[17:01:38] [Server thread/INFO]: [CustomBansPlus] Loading CustomBansPlus v3.4.3
[17:01:38] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.98
[17:01:40] [Server thread/INFO]:         __    
[17:01:40] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.98
[17:01:40] [Server thread/INFO]:   |___ |      Running on Bukkit - CraftBukkit
[17:01:40] [Server thread/INFO]: 
[17:01:40] [Server thread/INFO]: [LuckPerms] Loading configuration...
[17:01:41] [Server thread/INFO]: [LuckPerms] Loading storage provider... [YAML]
[17:01:42] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[17:01:43] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[17:01:44] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 5582ms)
[17:01:44] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[17:01:44] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.20.1-dev+31-f26e1b2 which is not a depend or softdepend of this plugin.
[17:01:44] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[17:01:44] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[17:01:44] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[17:01:44] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[17:01:44] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.15+6463-5ca4dff
[17:01:44] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[17:01:45] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[17:01:45] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R2.PaperweightAdapter as the Bukkit adapter
[17:01:47] [Server thread/INFO]: [WorldEdit] ====================================================
[17:01:47] [Server thread/INFO]: [WorldEdit]  WorldEdit works better if you use Paper 
[17:01:47] [Server thread/INFO]: [WorldEdit]  as your server software. 
[17:01:47] [Server thread/INFO]: [WorldEdit]   
[17:01:47] [Server thread/INFO]: [WorldEdit]  Paper offers significant performance improvements,
[17:01:47] [Server thread/INFO]: [WorldEdit]  bug fixes, security enhancements and optional
[17:01:47] [Server thread/INFO]: [WorldEdit]  features for server owners to enhance their server.
[17:01:47] [Server thread/INFO]: [WorldEdit]   
[17:01:47] [Server thread/INFO]: [WorldEdit]  Paper includes Timings v2, which is significantly
[17:01:47] [Server thread/INFO]: [WorldEdit]  better at diagnosing lag problems over v1.
[17:01:47] [Server thread/INFO]: [WorldEdit]   
[17:01:47] [Server thread/INFO]: [WorldEdit]  All of your plugins should still work, and the
[17:01:47] [Server thread/INFO]: [WorldEdit]  Paper community will gladly help you fix any issues.
[17:01:47] [Server thread/INFO]: [WorldEdit]   
[17:01:47] [Server thread/INFO]: [WorldEdit]  Join the Paper Community @ https://papermc.io
[17:01:47] [Server thread/INFO]: [WorldEdit] ====================================================
[17:01:47] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[17:01:47] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[17:01:47] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[17:01:47] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[17:01:47] [Server thread/INFO]: Preparing level "world"
[17:01:51] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[17:02:01] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-10/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-9/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[17:02:01] [Worker-Main-8/INFO]: Preparing spawn area: 0%
[17:02:02] [Worker-Main-8/INFO]: Preparing spawn area: 0%
[17:02:02] [Worker-Main-3/INFO]: Preparing spawn area: 2%
[17:02:03] [Worker-Main-3/INFO]: Preparing spawn area: 17%
[17:02:03] [Worker-Main-4/INFO]: Preparing spawn area: 29%
[17:02:04] [Worker-Main-1/INFO]: Preparing spawn area: 37%
[17:02:04] [Worker-Main-8/INFO]: Preparing spawn area: 52%
[17:02:05] [Worker-Main-4/INFO]: Preparing spawn area: 61%
[17:02:05] [Server thread/INFO]: Time elapsed: 14505 ms
[17:02:05] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[17:02:12] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[17:02:12] [Worker-Main-11/INFO]: Preparing spawn area: 0%
[17:02:12] [Worker-Main-11/INFO]: Preparing spawn area: 0%
[17:02:12] [Worker-Main-11/INFO]: Preparing spawn area: 0%
[17:02:12] [Worker-Main-11/INFO]: Preparing spawn area: 0%
[17:02:12] [Worker-Main-11/INFO]: Preparing spawn area: 0%
[17:02:12] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[17:02:12] [Worker-Main-11/INFO]: Preparing spawn area: 0%
[17:02:12] [Worker-Main-7/INFO]: Preparing spawn area: 0%
[17:02:12] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[17:02:12] [Worker-Main-11/INFO]: Preparing spawn area: 0%
[17:02:12] [Worker-Main-7/INFO]: Preparing spawn area: 0%
[17:02:12] [Worker-Main-7/INFO]: Preparing spawn area: 0%
[17:02:12] [Worker-Main-11/INFO]: Preparing spawn area: 0%
[17:02:12] [Worker-Main-4/INFO]: Preparing spawn area: 5%
[17:02:13] [Worker-Main-11/INFO]: Preparing spawn area: 25%
[17:02:13] [Worker-Main-10/INFO]: Preparing spawn area: 51%
[17:02:14] [Worker-Main-2/INFO]: Preparing spawn area: 84%
[17:02:14] [Server thread/INFO]: Time elapsed: 9043 ms
[17:02:14] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[17:02:19] [Worker-Main-8/INFO]: Preparing spawn area: 0%
[17:02:19] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[17:02:19] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[17:02:19] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[17:02:19] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[17:02:19] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[17:02:19] [Worker-Main-8/INFO]: Preparing spawn area: 0%
[17:02:19] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[17:02:19] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[17:02:19] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[17:02:19] [Worker-Main-10/INFO]: Preparing spawn area: 10%
[17:02:20] [Worker-Main-1/INFO]: Preparing spawn area: 35%
[17:02:20] [Worker-Main-2/INFO]: Preparing spawn area: 63%
[17:02:21] [Worker-Main-9/INFO]: Preparing spawn area: 90%
[17:02:21] [Server thread/INFO]: Time elapsed: 6668 ms
[17:02:21] [Server thread/INFO]: [MiniMOTD] Enabling MiniMOTD v2.0.13
[17:02:21] [Server thread/ERROR]: Error occurred while enabling MiniMOTD v2.0.13 (Is it up to date?)
java.lang.IllegalStateException: Failed to load MiniMOTD. Ensure your config files are without errors.
    at xyz.jpenilla.minimotd.lib.platform_bukkit.xyz.jpenilla.minimotd.common.MiniMOTD.<init>(MiniMOTD.java:56) ~[?:?]
    at xyz.jpenilla.minimotd.bukkit.MiniMOTDPlugin.onEnable(MiniMOTDPlugin.java:53) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugin(CraftServer.java:539) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:453) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:587) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:412) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:250) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:973) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:301) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: java.lang.IllegalStateException: Failed to load config
    at xyz.jpenilla.minimotd.lib.platform_bukkit.xyz.jpenilla.minimotd.common.config.ConfigManager.loadConfigs(ConfigManager.java:78) ~[?:?]
    at xyz.jpenilla.minimotd.lib.platform_bukkit.xyz.jpenilla.minimotd.common.MiniMOTD.<init>(MiniMOTD.java:54) ~[?:?]
    ... 12 more
Caused by: xyz.jpenilla.minimotd.lib.org.spongepowered.configurate.loader.ParsingException: []: null
    at xyz.jpenilla.minimotd.lib.org.spongepowered.configurate.loader.AbstractConfigurationLoader.load(AbstractConfigurationLoader.java:163) ~[?:?]
    at xyz.jpenilla.minimotd.lib.org.spongepowered.configurate.loader.AbstractConfigurationLoader.load(AbstractConfigurationLoader.java:63) ~[?:?]
    at xyz.jpenilla.minimotd.lib.org.spongepowered.configurate.loader.ConfigurationLoader.load(ConfigurationLoader.java:56) ~[?:?]
    at xyz.jpenilla.minimotd.lib.platform_bukkit.xyz.jpenilla.minimotd.common.config.ConfigLoader.load(ConfigLoader.java:104) ~[?:?]
    at xyz.jpenilla.minimotd.lib.platform_bukkit.xyz.jpenilla.minimotd.common.config.ConfigManager.loadConfigs(ConfigManager.java:72) ~[?:?]
    at xyz.jpenilla.minimotd.lib.platform_bukkit.xyz.jpenilla.minimotd.common.MiniMOTD.<init>(MiniMOTD.java:54) ~[?:?]
    ... 12 more
Caused by: java.nio.charset.MalformedInputException: Input length = 1
    at java.nio.charset.CoderResult.throwException(Unknown Source) ~[?:?]
    at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:?]
    at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:?]
    at java.io.InputStreamReader.read(Unknown Source) ~[?:?]
    at java.io.BufferedReader.fill(Unknown Source) ~[?:?]
    at java.io.BufferedReader.read1(Unknown Source) ~[?:?]
    at java.io.BufferedReader.read(Unknown Source) ~[?:?]
    at java.io.Reader.read(Unknown Source) ~[?:?]
    at xyz.jpenilla.minimotd.lib.org.spongepowered.configurate.loader.CommentHandlers.beginsWithPrefix(CommentHandlers.java:255) ~[?:?]
    at xyz.jpenilla.minimotd.lib.org.spongepowered.configurate.loader.CommentHandlers$AbstractPrefixHandler.extractHeader(CommentHandlers.java:204) ~[?:?]
    at xyz.jpenilla.minimotd.lib.org.spongepowered.configurate.loader.CommentHandlers.extractHeader(CommentHandlers.java:71) ~[?:?]
    at xyz.jpenilla.minimotd.lib.org.spongepowered.configurate.loader.CommentHandlers.extractComment(CommentHandlers.java:92) ~[?:?]
    at xyz.jpenilla.minimotd.lib.org.spongepowered.configurate.loader.AbstractConfigurationLoader.load(AbstractConfigurationLoader.java:149) ~[?:?]
    at xyz.jpenilla.minimotd.lib.org.spongepowered.configurate.loader.AbstractConfigurationLoader.load(AbstractConfigurationLoader.java:63) ~[?:?]
    at xyz.jpenilla.minimotd.lib.org.spongepowered.configurate.loader.ConfigurationLoader.load(ConfigurationLoader.java:56) ~[?:?]
    at xyz.jpenilla.minimotd.lib.platform_bukkit.xyz.jpenilla.minimotd.common.config.ConfigLoader.load(ConfigLoader.java:104) ~[?:?]
    at xyz.jpenilla.minimotd.lib.platform_bukkit.xyz.jpenilla.minimotd.common.config.ConfigManager.loadConfigs(ConfigManager.java:72) ~[?:?]
    at xyz.jpenilla.minimotd.lib.platform_bukkit.xyz.jpenilla.minimotd.common.MiniMOTD.<init>(MiniMOTD.java:54) ~[?:?]
    ... 12 more
[17:02:21] [Server thread/INFO]: [ColorGradient] Enabling ColorGradient v0.0.5-b1
[17:02:21] [Server thread/INFO]: Registered 2 languages successfully !
[17:02:21] [Server thread/INFO]:  
[17:02:21] [Server thread/INFO]:  ___  ____ 
[17:02:21] [Server thread/INFO]:  |    | __     >- ColorGradient
[17:02:21] [Server thread/INFO]:  |__  |__|     >- Running in Spigot - Paper v0.0.5-b1
[17:02:21] [Server thread/INFO]:  
[17:02:21] [Server thread/INFO]: [InventoryRollbackPlus] Enabling InventoryRollbackPlus v1.6.10
[17:02:21] [Server thread/INFO]: [Odzyskanie] Inventory backup data is set to save to: YAML
[17:02:22] [Server thread/INFO]: [Odzyskanie] bStats are enabled
[17:02:22] [Server thread/INFO]: [InventoryRollbackPlus] ====================================================
[17:02:22] [Server thread/INFO]: [InventoryRollbackPlus]  InventoryRollbackPlus works better if you use Paper 
[17:02:22] [Server thread/INFO]: [InventoryRollbackPlus]  as your server software. 
[17:02:22] [Server thread/INFO]: [InventoryRollbackPlus] ====================================================
[17:02:22] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.3.0
[17:02:22] [Server thread/INFO]: [ClearChat] Enabling ClearChat v1.4
[17:02:22] [Server thread/INFO]: [ClearChat] ClearChat enable.
[17:02:22] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.3
[17:02:22] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[17:02:22] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.5.20
[17:02:22] [Server thread/INFO]: [NametagEdit] Successfully loaded using bukkit version: v1_19_R2
[17:02:22] [Server thread/INFO]: [NametagEdit] Found LuckPerms! Hooking in.
[17:02:22] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.2
[17:02:23] [Server thread/INFO]: [Playtimes] Enabling Playtimes v1.4.7
[17:02:23] [Server thread/INFO]: You are using an older version of PlayTimes!
[17:02:23] [Server thread/INFO]: Download the newest version here:
[17:02:23] [Server thread/INFO]: https://www.spigotmc.org/resources/58858/
[17:02:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: PlayTimes [1.4.6]
[17:02:23] [Server thread/INFO]: [PlayTimes] PlaceholdersAPI Hooked!
[17:02:23] [Server thread/INFO]: [PlayTimes] Successfully loaded.
[17:02:23] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.2.12
[17:02:24] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_19_R2, using MappingSpigotSkinRefresher.
[17:02:24] [Server thread/INFO]: [SternalBoard] Enabling SternalBoard v2.2.2
[17:02:24] [Server thread/INFO]: [TAB] Enabling TAB v4.0.2
[17:02:24] [Server thread/INFO]: [TAB] Server version: 1.19.3 (v1_19_R2)
[17:02:24] [Server thread/INFO]: [TAB] Loaded NMS hook in 66ms
[17:02:25] [Server thread/INFO]: [TAB] Enabled in 414ms
[17:02:25] [Server thread/INFO]: [CommandWhitelist] Enabling CommandWhitelist v2.5.5
[17:02:25] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.4
[17:02:25] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.4*-=-=-=-=-=-=-=-=-=-*
[17:02:25] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
[17:02:25] [Server thread/INFO]: | Command file(s) found : 1
[17:02:25] [Server thread/INFO]: | Config : Ready.
[17:02:25] [Server thread/INFO]: | ProtocolLib not found.
[17:02:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mycommand [1.0.0]
[17:02:25] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
[17:02:26] [Server thread/INFO]: | Custom commands loaded : 4
[17:02:26] [Server thread/INFO]: | You're running the latest version of MyCommand.
[17:02:26] [Server thread/INFO]: |          by emmerrei a.k.a. ivanfromitaly.           
[17:02:26] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[17:02:26] [Server thread/INFO]: [PlayerKits] Enabling PlayerKits v2.27.1
[17:02:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playerkits [2.27.1]
[17:02:26] [Server thread/INFO]: [PlayerKits] Has been enabled! Version: 2.27.1
[17:02:26] [Server thread/INFO]: [PlayerKits] Thanks for using my plugin!  ~Ajneb97
[17:02:26] [Server thread/INFO]: [OreAnnouncer] Enabling OreAnnouncer v2.8.4
[17:02:26] [Server thread/INFO]: [OreAnnouncer] Initializing OreAnnouncer v2.8.4
[17:02:28] [Server thread/INFO]: [OreAnnouncer] Hooked into EssentialsChat
[17:02:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: oreannouncer [2.8.4]
[17:02:28] [Server thread/INFO]: [OreAnnouncer] Hooked into PlaceholderAPI
[17:02:28] [Server thread/INFO]: [OreAnnouncer] OreAnnouncer v2.8.4 enabled
[17:02:28] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1-dev+31-f26e1b2
[17:02:28] [Server thread/ERROR]: You are running an unsupported server version!
[17:02:28] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[17:02:28] [Server thread/INFO]: No kits found to migrate.
[17:02:29] [Server thread/INFO]: Loaded 38132 items from items.json.
[17:02:29] [Server thread/INFO]: Using locale pl
[17:02:29] [Server thread/INFO]: ServerListPingEvent: Spigot iterator API
[17:02:29] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[17:02:29] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[17:02:29] [Server thread/INFO]: Using Vault based permissions (LuckPerms)
[17:02:29] [Server thread/INFO]: [GrimAC] Enabling GrimAC v2.3.43
[17:02:29] [Server thread/INFO]: [GrimAC] Registering singular bukkit event... (PistonEvent)
[17:02:29] [Server thread/INFO]: [GrimAC] Registering packets...
[17:02:29] [Server thread/INFO]: [GrimAC] Registering tick schedulers...
[17:02:29] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.7+216b061
[17:02:30] [Server thread/WARN]: [WorldGuard] Loaded class com.alessiodp.oreannouncer.libs.h2.Driver from OreAnnouncer v2.8.4 which is not a depend or softdepend of this plugin.
[17:02:30] [Server thread/ERROR]: No TreeType mapping for TreeGenerator.TreeType.CHERRY
[17:02:30] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[17:02:30] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[17:02:30] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[17:02:30] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[17:02:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[17:02:30] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[17:02:30] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[17:02:30] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[17:02:30] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[17:02:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[17:02:30] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[17:02:30] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[17:02:30] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[17:02:30] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[17:02:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[17:02:30] [Server thread/INFO]: [WorldGuard] Loading region data...
[17:02:30] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.32-SNAPSHOT (build 3156)
[17:02:30] [Server thread/INFO]: [Citizens] Loading external libraries
[17:02:31] [Server thread/ERROR]: [Citizens] v2.0.32-SNAPSHOT (build 3156) is not compatible with Minecraft v1_19_R2 - try upgrading Minecraft or Citizens. Disabling...
[17:02:31] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.32-SNAPSHOT (build 3156)
[17:02:31] [Server thread/INFO]: [Skulls] Enabling Skulls v3.10.3
[17:02:31] [Server thread/INFO]:  
[17:02:31] [Server thread/INFO]: =============================
[17:02:31] [Server thread/INFO]: Skulls v3.10.3 by Tweetzy
[17:02:31] [Server thread/INFO]: Developer: Kiran Hart
[17:02:31] [Server thread/WARN]: [Skulls] Loaded class com.alessiodp.oreannouncer.libs.h2.Driver from OreAnnouncer v2.8.4 which is not a depend or softdepend of this plugin.
[17:02:31] [Server thread/INFO]: [FlightCore] Enabling metrics for Skulls
[17:02:31] [Server thread/INFO]: =============================
[17:02:31] [Server thread/INFO]:  
[17:02:31] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.20.1-dev+31-f26e1b2
[17:02:31] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[17:02:31] [Server thread/INFO]: [TimeIsMoney] Enabling TimeIsMoney v1.9.9
[17:02:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tim [1.9.9]
[17:02:32] [Server thread/INFO]: [TimeIsMoney] [TimeIsMoney] &aLoaded 2 Payouts!
[17:02:32] [Server thread/INFO]: [TimeIsMoney] Time is Money: Essentials found. Hook in it -> Will use Essentials's AFK feature if afk is enabled.
[17:02:32] [Server thread/INFO]: [TimeIsMoney] ÂTime is Money Âv1.9.9 Âstarted.
[17:02:32] [Server thread/INFO]: [EconomyShopGUI] Enabling EconomyShopGUI v5.6.2
[17:02:32] [Server thread/INFO]: [EconomyShopGUI] [INFO]: lang-pl.yml jest używany jako plik językowy.
[17:02:32] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Shops.yml został znaleziony!
[17:02:32] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Sections.yml został znaleziony!
[17:02:32] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Successfully hooked into Vault
[17:02:32] [Server thread/INFO]: [EconomyShopGUI] [DEBUG]: Completed loading '1' economy provider(s) for all 8 shop sections.
[17:02:32] [Server thread/INFO]: [EconomyShopGUI] [INFO]: UĹĽywana wersja minecraft - 1.19.3...
[17:02:32] [Server thread/INFO]: [EconomyShopGUI] [INFO]: W konfiguracji włączona jest kompatybilność z DEFAULT
[17:02:32] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Używanie domyślnego pluginu spawnerów...
[17:02:32] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Tryb debugowania jest włączony.
[17:02:32] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Aktualizacja ustawień sklepu...
[17:02:32] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Ładowanie wszystkich przedmiotów...
[17:02:32] [Server thread/INFO]: [EconomyShopGUI] Ukończono — Przeładowanie zajęło 848ms
[17:02:32] [Server thread/INFO]: [GSit] Enabling GSit v1.4.10
[17:02:32] [Server thread/WARN]: [GSit] Loaded class com.alessiodp.oreannouncer.libs.h2.Driver from OreAnnouncer v2.8.4 which is not a depend or softdepend of this plugin.
[17:02:33] [Server thread/INFO]: [GSit] Plugin zostal pomyslnie wlaczony.
[17:02:33] [Server thread/INFO]: [GSit] Pomyslnie polaczono z PlaceholderAPI!
[17:02:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: gsit [1.4.10]
[17:02:33] [Server thread/INFO]: [GSit] Pomyslnie polaczono z WorldGuard!
[17:02:33] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.10
[17:02:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: betterrtp [3.6.10]
[17:02:33] [Server thread/INFO]: [ProtectionStones] Enabling ProtectionStones v2.10.3
[17:02:33] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.GreetingFlagHandler
[17:02:33] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.FarewellFlagHandler
[17:02:33] [Server thread/INFO]: [ProtectionStones] PlaceholderAPI support enabled!
[17:02:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: protectionstones [2.10.3]
[17:02:33] [Server thread/INFO]: [ProtectionStones] LuckPerms support enabled!
[17:02:34] [Server thread/INFO]: [ProtectionStones] Protection Stone Blocks:
[17:02:34] [Server thread/INFO]: [ProtectionStones] - SLIME_BLOCK (1)
[17:02:35] [Server thread/INFO]: [ProtectionStones] Building region cache...
[17:02:35] [Server thread/INFO]: [ProtectionStones] Building UUID cache... (if slow change async-load-uuid-cache in the config to true)
[17:02:35] [Server thread/INFO]: [ProtectionStones] Checking if PS regions have been updated to UUIDs...
[17:02:35] [Server thread/INFO]: [ProtectionStones] ÂProtectionStones has successfully started!
[17:02:35] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.1-dev+31-f26e1b2
[17:02:35] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[17:02:35] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.3
[17:02:35] [Server thread/WARN]: [CoreProtect] Loaded class com.alessiodp.oreannouncer.libs.h2.Driver from OreAnnouncer v2.8.4 which is not a depend or softdepend of this plugin.
[17:02:35] [Server thread/INFO]: [CoreProtect] CoreProtect jest teraz włączony! 
[17:02:35] [Server thread/INFO]: [CoreProtect] Za pomocÄ… SQLite do przechowywania danych.
[17:02:35] [Server thread/INFO]: --------------------
[17:02:35] [Server thread/INFO]: [CoreProtect] Cieszyć się CoreProtect? Dołączć do naszego Discord!
[17:02:35] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[17:02:35] [Server thread/INFO]: --------------------
[17:02:35] [Server thread/INFO]: [Coins] Enabling Coins v1.13.1
[17:02:35] [Server thread/INFO]: [Coins] Vault is used as the economy provider.
[17:02:35] [Server thread/INFO]: [Coins] ====================================================
[17:02:35] [Server thread/INFO]: [Coins]  Coins works better if you use Paper 
[17:02:35] [Server thread/INFO]: [Coins]  as your server software. 
[17:02:35] [Server thread/INFO]: [Coins] ====================================================
[17:02:35] [Server thread/WARN]: [Coins] Players with a full inventory will be able to pick up coins when Paper is installed.
[17:02:35] [Server thread/INFO]: [Coins] Initialized in 82ms.
[17:02:35] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-SNAPSHOT-b2597
[17:02:35] [Server thread/WARN]: [AuthMe] Loaded class com.alessiodp.oreannouncer.libs.h2.Driver from OreAnnouncer v2.8.4 which is not a depend or softdepend of this plugin.
[17:02:35] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[17:02:35] [Server thread/INFO]: [AuthMe] Hooked into LuckPerms!
[17:02:35] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[17:02:36] [Server thread/WARN]: [AuthMe] WARNING! The protectInventory feature requires ProtocolLib! Disabling it...
[17:02:36] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-SNAPSHOT build n.2597 successfully enabled!
[17:02:36] [Server thread/INFO]: [CustomBansPlus] Enabling CustomBansPlus v3.4.3
[17:02:36] [Server thread/INFO]: v1_19_R2
[17:02:36] [Thread-14/INFO]: [CBP] Checking for updates...
[17:02:36] [Server thread/INFO]: Essentials plugin found.
[17:02:36] [Server thread/INFO]: AuthMe plugin found.
[17:02:36] [Server thread/INFO]: PlaceholderAPI plugin found.
[17:02:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cbp [3.4.3]
[17:02:36] [Server thread/WARN]: [CustomBansPlus] Loaded class com.alessiodp.oreannouncer.libs.h2.Driver from OreAnnouncer v2.8.4 which is not a depend or softdepend of this plugin.
[17:02:36] [Server thread/INFO]: Database Initialized.
[17:02:36] [Server thread/INFO]: [CustomBansPlus] Tables Initialized.
[17:02:36] [Server thread/INFO]: Save Cache Initiated
[17:02:36] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[17:02:37] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[17:02:37] [Server thread/INFO]: Done (49.715s)! For help, type "help"
[17:02:37] [Server thread/INFO]: Starting remote control listener
[17:02:37] [Server thread/INFO]: Thread RCON Listener started
[17:02:37] [Server thread/INFO]: RCON running on 0.0.0.0:52398
[17:02:37] [Craft Scheduler Thread - 0/INFO]: [Odzyskanie] Checking for updates...
[17:02:37] [Server thread/INFO]: Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[17:02:37] [Craft Scheduler Thread - 4/INFO]: ÂPobieranie informacji o wersji…
[17:02:37] [Server thread/INFO]: Skulls » Loaded 54294 skulls in 5,276.367ms
[17:02:37] [Server thread/INFO]: [CoreProtect] WorldEdit logowanie pomyślnie zainicjowane.
[17:02:37] [Craft Scheduler Thread - 7/INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
[17:02:37] [Craft Scheduler Thread - 7/WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
[17:02:37] [Craft Scheduler Thread - 7/INFO]: [AuthMe] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
[17:02:37] [Craft Scheduler Thread - 9/INFO]: [Vault] Checking for Updates ... 
[17:02:37] [Craft Scheduler Thread - 7/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
[17:02:37] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer] ----------------------------------------------
[17:02:37] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]     +==================+
[17:02:37] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]     |   SkinsRestorer  |
[17:02:37] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]     |------------------|
[17:02:37] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]     |  Standalone Mode |
[17:02:37] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]     +==================+
[17:02:37] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer] ----------------------------------------------
[17:02:37] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]     Current version: 14.2.12
[17:02:37] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]     This is the latest version!
[17:02:37] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer] ----------------------------------------------
[17:02:37] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend or softdepend of this plugin.
[17:02:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [1.8.1]
[17:02:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bungee [2.2]
[17:02:37] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playerstats due to a missing plugin: PlayerStats
[17:02:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.5]
[17:02:37] [Server thread/INFO]: 3 placeholder hook(s) registered!
[17:02:37] [Craft Scheduler Thread - 4/WARN]: ÂTwoja programistyczna wersja EssentialsX (Â) jest nieaktualna!
[17:02:37] [Craft Scheduler Thread - 4/WARN]: ÂPobierz tutaj:Â https://essentialsx.net/downloads.html
[17:02:37] [Craft Scheduler Thread - 0/INFO]: [Odzyskanie] You are running the latest version.
[17:02:37] [Craft Scheduler Thread - 9/INFO]: [Vault] No new version available
[17:02:37] [Craft Scheduler Thread - 6/INFO]: Skulls » Loaded 123 history inserts
[17:06:03] [Thread-13/WARN]: org.sqlite.SQLiteException: [SQLITE_CORRUPT]  The database disk image is malformed (database disk image is malformed)
[17:06:03] [Thread-13/WARN]:     at org.sqlite.core.DB.newSQLException(DB.java:1030)
[17:06:03] [Thread-13/WARN]:     at org.sqlite.core.DB.newSQLException(DB.java:1042)
[17:06:03] [Thread-13/WARN]:     at org.sqlite.core.DB.throwex(DB.java:1007)
[17:06:03] [Thread-13/WARN]:     at org.sqlite.core.DB.executeBatch(DB.java:832)
[17:06:03] [Thread-13/WARN]:     at org.sqlite.core.CorePreparedStatement.executeBatch(CorePreparedStatement.java:64)
[17:06:03] [Thread-13/WARN]:     at net.coreprotect.consumer.process.Process.commit(Process.java:283)
[17:06:03] [Thread-13/WARN]:     at net.coreprotect.consumer.process.Process.processConsumer(Process.java:248)
[17:06:03] [Thread-13/WARN]:     at net.coreprotect.consumer.Consumer.run(Consumer.java:133)
[17:06:03] [Thread-13/WARN]:     at java.base/java.lang.Thread.run(Unknown Source)
[17:06:12] [User Authenticator #1/INFO]: UUID of player iVeraa is 9703eee0-47a4-3852-8f4e-7ca308735bda
[17:06:14] [Server thread/INFO]: iVeraa[/193.93.94.44:52758] logged in with entity id 296 at ([world]17.0002679040209, 53.0, 23.940324489411783)
[17:06:22] [Craft Scheduler Thread - 10/INFO]: [AuthMe] The user iVeraa has 3 accounts:
[17:06:22] [Craft Scheduler Thread - 10/INFO]: [AuthMe] ÂÂiVeraaÂ, itz_dominikxxx, leewera.
[17:06:22] [Craft Scheduler Thread - 10/INFO]: [AuthMe] iVeraa logged in 193.93.94.44
[17:06:23] [Server thread/INFO]: iVeraa issued server command: /npc
[17:06:23] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'npc' in plugin Citizens v2.0.32-SNAPSHOT (build 3156) - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R2.CraftServer.dispatchCommand(CraftServer.java:847) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at org.bukkit.craftbukkit.v1_19_R2.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:?]
    at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:306) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:290) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1957) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1919) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:67) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:?]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:156) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1154) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:130) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1133) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1126) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:115) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.i_(MinecraftServer.java:1109) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1021) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:301) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
[17:06:26] [Server thread/INFO]: iVeraa issued server command: /npc2
[17:06:26] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'npc2' in plugin Citizens v2.0.32-SNAPSHOT (build 3156) - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R2.CraftServer.dispatchCommand(CraftServer.java:847) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at org.bukkit.craftbukkit.v1_19_R2.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:?]
    at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:306) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:290) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1957) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1919) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:67) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:?]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:156) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1154) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:130) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1133) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1126) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:115) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.i_(MinecraftServer.java:1109) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1021) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:301) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3670-Spigot-454acb7-bd29f41]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
[17:06:28] [Server thread/INFO]: iVeraa issued server command: /pl
[17:09:49] [Thread-13/WARN]: org.sqlite.SQLiteException: [SQLITE_CORRUPT]  The database disk image is malformed (database disk image is malformed)
[17:09:49] [Thread-13/WARN]:     at org.sqlite.core.DB.newSQLException(DB.java:1030)
[17:09:49] [Thread-13/WARN]:     at org.sqlite.core.DB.newSQLException(DB.java:1042)
[17:09:49] [Thread-13/WARN]:     at org.sqlite.core.DB.throwex(DB.java:1007)
[17:09:49] [Thread-13/WARN]:     at org.sqlite.core.DB.executeBatch(DB.java:832)
[17:09:49] [Thread-13/WARN]:     at org.sqlite.core.CorePreparedStatement.executeBatch(CorePreparedStatement.java:64)
[17:09:49] [Thread-13/WARN]:     at net.coreprotect.consumer.process.Process.commit(Process.java:283)
[17:09:49] [Thread-13/WARN]:     at net.coreprotect.consumer.process.Process.processConsumer(Process.java:248)
[17:09:49] [Thread-13/WARN]:     at net.coreprotect.consumer.Consumer.run(Consumer.java:133)
[17:09:49] [Thread-13/WARN]:     at java.base/java.lang.Thread.run(Unknown Source)
[17:10:39] [Thread-13/WARN]: org.sqlite.SQLiteException: [SQLITE_CORRUPT]  The database disk image is malformed (database disk image is malformed)
[17:10:39] [Thread-13/WARN]:     at org.sqlite.core.DB.newSQLException(DB.java:1030)
[17:10:39] [Thread-13/WARN]:     at org.sqlite.core.DB.newSQLException(DB.java:1042)
[17:10:39] [Thread-13/WARN]:     at org.sqlite.core.DB.throwex(DB.java:1007)
[17:10:39] [Thread-13/WARN]:     at org.sqlite.core.DB.executeBatch(DB.java:832)
[17:10:39] [Thread-13/WARN]:     at org.sqlite.core.CorePreparedStatement.executeBatch(CorePreparedStatement.java:64)
[17:10:39] [Thread-13/WARN]:     at net.coreprotect.consumer.process.Process.commit(Process.java:283)
[17:10:39] [Thread-13/WARN]:     at net.coreprotect.consumer.process.Process.processConsumer(Process.java:248)
[17:10:39] [Thread-13/WARN]:     at net.coreprotect.consumer.Consumer.run(Consumer.java:133)
[17:10:39] [Thread-13/WARN]:     at java.base/java.lang.Thread.run(Unknown Source)