Paste #109403: Unnamed Server Log Paste

Date: 2023/05/01 18:38:12 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


[21:31:00] [ServerMain/INFO]: Building unoptimized datafixer
[21:31:01] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[21:31:02] [ServerMain/INFO]: Loaded 7 recipes
[21:31:03] [Server thread/INFO]: Starting minecraft server version 1.19.2
[21:31:03] [Server thread/INFO]: Loading properties
[21:31:03] [Server thread/INFO]: This server is running CraftBukkit version 3610-Spigot-6198b5a-19df23a (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT)
[21:31:03] [Server thread/INFO]: Debug logging is disabled
[21:31:03] [Server thread/INFO]: Server Ping Player Sample Count: 12
[21:31:03] [Server thread/INFO]: Using 4 threads for Netty based IO
[21:31:03] [Server thread/INFO]: Default game type: SURVIVAL
[21:31:03] [Server thread/INFO]: Generating keypair
[21:31:03] [Server thread/INFO]: Starting Minecraft server on *:25565
[21:31:03] [Server thread/INFO]: Using default channel type
[21:31:03] [Server thread/ERROR]: Could not load 'plugins\domainstats-1.0.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:170) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:144) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:414) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:224) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:968) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
    ... 7 more
[21:31:04] [Server thread/ERROR]: Could not load 'plugins\WorldGuardExtraFlags.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown dependency WorldGuard. Please download and install WorldGuard to run this plugin.
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:269) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:414) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:224) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:968) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at java.lang.Thread.run(Thread.java:833) [?:?]
[21:31:04] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[21:31:06] [Server thread/WARN]: Legacy plugin MultiWorld v5.2.8 does not specify an api-version.
[21:31:06] [Server thread/ERROR]: Could not load 'plugins\EssentialsSpawn.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown dependency Essentials. Please download and install Essentials to run this plugin.
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:269) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:414) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:224) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:968) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at java.lang.Thread.run(Thread.java:833) [?:?]
[21:31:06] [Server thread/WARN]: Legacy plugin PluginHiderPlus v5.2 does not specify an api-version.
[21:31:06] [Server thread/WARN]: Legacy plugin PlayerVaults v3.6.0-bSNAPSHOT does not specify an api-version.
[21:31:06] [Server thread/INFO]: [MiniMOTD] Loading MiniMOTD v2.0.11
[21:31:06] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.40
[21:31:06] [Server thread/INFO]: [Chunky] Loading Chunky v1.3.52
[21:31:06] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.3
[21:31:06] [Server thread/INFO]: [UltimateAutoRestart] Loading UltimateAutoRestart vBuild 53
[21:31:06] [Server thread/INFO]: [spark] Loading spark v1.10.34
[21:31:06] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0-SNAPSHOT-639
[21:31:07] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.2.8
[21:31:07] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.8.2-Release
[21:31:07] [Server thread/INFO]: [GUIHelper] Loading GUIHelper v1.0.7
[21:31:07] [Server thread/INFO]: [GSit] Loading GSit v1.4.4
[21:31:07] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[21:31:07] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.3
[21:31:07] [Server thread/INFO]: [PluginHiderPlus] Loading PluginHiderPlus v5.2
[21:31:07] [Server thread/INFO]: [AureliumSkills] Loading AureliumSkills vBeta 1.3.19
[21:31:07] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.14+6360-094b734
[21:31:08] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@5666ca74]
[21:31:08] [Server thread/INFO]: [PlayerKits] Loading PlayerKits v2.26.1
[21:31:08] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.12.2 (build 353)
[21:31:08] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v2.6.1
[21:31:08] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-b861
[21:31:08] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.9.2
[21:31:08] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.31-SNAPSHOT (build 3070)
[21:31:08] [Server thread/INFO]: [TabList] Loading TabList v5.7.0
[21:31:08] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.7-Release
[21:31:08] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup successfully!
[21:31:08] [Server thread/INFO]: [EconomyShopGUI] Loading EconomyShopGUI v5.4.1
[21:31:08] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.6.0-bSNAPSHOT
[21:31:08] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v3.6.8-2
[21:31:08] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v21.3
[21:31:08] [Server thread/INFO]: [PlayerWarps] Loading PlayerWarps v6.23.1
[21:31:08] [Server thread/INFO]: [PlugManX] Loading PlugManX v2.3.2
[21:31:08] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.40
[21:31:08] [Server thread/INFO]:         __    
[21:31:08] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.40
[21:31:08] [Server thread/INFO]:   |___ |      Running on Bukkit - CraftBukkit
[21:31:08] [Server thread/INFO]: 
[21:31:08] [Server thread/INFO]: [LuckPerms] Loading configuration...
[21:31:08] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[21:31:09] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[21:31:09] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[21:31:09] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 858ms)
[21:31:09] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-639
[21:31:09] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[21:31:09] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[21:31:09] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[21:31:09] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[21:31:09] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.14+6360-094b734
[21:31:09] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[21:31:09] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[21:31:09] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R1.PaperweightAdapter as the Bukkit adapter
[21:31:09] [Server thread/INFO]: [WorldEdit] ====================================================
[21:31:09] [Server thread/INFO]: [WorldEdit]  WorldEdit works better if you use Paper 
[21:31:09] [Server thread/INFO]: [WorldEdit]  as your server software. 
[21:31:09] [Server thread/INFO]: [WorldEdit]   
[21:31:09] [Server thread/INFO]: [WorldEdit]  Paper offers significant performance improvements,
[21:31:09] [Server thread/INFO]: [WorldEdit]  bug fixes, security enhancements and optional
[21:31:09] [Server thread/INFO]: [WorldEdit]  features for server owners to enhance their server.
[21:31:09] [Server thread/INFO]: [WorldEdit]   
[21:31:09] [Server thread/INFO]: [WorldEdit]  Paper includes Timings v2, which is significantly
[21:31:09] [Server thread/INFO]: [WorldEdit]  better at diagnosing lag problems over v1.
[21:31:09] [Server thread/INFO]: [WorldEdit]   
[21:31:09] [Server thread/INFO]: [WorldEdit]  All of your plugins should still work, and the
[21:31:09] [Server thread/INFO]: [WorldEdit]  Paper community will gladly help you fix any issues.
[21:31:09] [Server thread/INFO]: [WorldEdit]   
[21:31:09] [Server thread/INFO]: [WorldEdit]  Join the Paper Community @ https://papermc.io
[21:31:09] [Server thread/INFO]: [WorldEdit] ====================================================
[21:31:09] [Server thread/INFO]: [PlugManX] Enabling PlugManX v2.3.2
[21:31:10] [Server thread/INFO]: Preparing level "CobblemonServer"
[21:31:10] [Server thread/INFO]: -------- World Settings For [CobblemonServer] --------
[21:31:10] [Server thread/INFO]: View Distance: 10
[21:31:10] [Server thread/INFO]: Simulation Distance: 10
[21:31:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[21:31:10] [Server thread/INFO]: Item Despawn Rate: 6000
[21:31:10] [Server thread/INFO]: Item Merge Radius: 2.5
[21:31:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:31:10] [Server thread/INFO]: Experience Merge Radius: 3.0
[21:31:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Carrot Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Potato Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Vine Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Kelp Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:31:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[21:31:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[21:31:10] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[21:31:10] [Server thread/INFO]: Max TNT Explosions: 100
[21:31:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:31:10] [Server thread/INFO]: Mob Spawn Range: 6
[21:31:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:31:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:31:10] [Server thread/INFO]: -------- World Settings For [CobblemonServer_the_end] --------
[21:31:10] [Server thread/INFO]: View Distance: 10
[21:31:10] [Server thread/INFO]: Simulation Distance: 10
[21:31:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[21:31:10] [Server thread/INFO]: Item Despawn Rate: 6000
[21:31:10] [Server thread/INFO]: Item Merge Radius: 2.5
[21:31:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:31:10] [Server thread/INFO]: Experience Merge Radius: 3.0
[21:31:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Carrot Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Potato Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Vine Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Kelp Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[21:31:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:31:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[21:31:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[21:31:10] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[21:31:10] [Server thread/INFO]: Max TNT Explosions: 100
[21:31:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:31:10] [Server thread/INFO]: Mob Spawn Range: 6
[21:31:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:31:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:31:10] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[21:31:12] [Worker-Main-12/INFO]: Preparing spawn area: 0%
[21:31:12] [Worker-Main-17/INFO]: Preparing spawn area: 0%
[21:31:12] [Worker-Main-8/INFO]: Preparing spawn area: 0%
[21:31:12] [Worker-Main-10/INFO]: Preparing spawn area: 0%
[21:31:12] [Worker-Main-11/INFO]: Preparing spawn area: 1%
[21:31:13] [Server thread/INFO]: Time elapsed: 2435 ms
[21:31:13] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[21:31:13] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[21:31:13] [Worker-Main-8/INFO]: Preparing spawn area: 0%
[21:31:14] [Worker-Main-7/INFO]: Preparing spawn area: 74%
[21:31:14] [Server thread/INFO]: Time elapsed: 1073 ms
[21:31:14] [Server thread/INFO]: [MiniMOTD] Enabling MiniMOTD v2.0.11
[21:31:14] [Server thread/WARN]: ======================================================
[21:31:14] [Server thread/WARN]:  MiniMOTD works better if you use Paper as your server
[21:31:14] [Server thread/WARN]:  software.
[21:31:14] [Server thread/WARN]:  
[21:31:14] [Server thread/WARN]:  Spigot does not include the necessary APIs for all
[21:31:14] [Server thread/WARN]:  of MiniMOTD's features to operate. MiniMOTD was
[21:31:14] [Server thread/WARN]:  designed to work with Paper and it's expanded API
[21:31:14] [Server thread/WARN]:  for full compatibility.
[21:31:14] [Server thread/WARN]:  
[21:31:14] [Server thread/WARN]:  Get Paper from https://papermc.io/downloads
[21:31:14] [Server thread/WARN]: ======================================================
[21:31:14] [Server thread/INFO]: [Chunky] Enabling Chunky v1.3.52
[21:31:14] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.3
[21:31:14] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[21:31:14] [Server thread/INFO]: [UltimateAutoRestart] Enabling UltimateAutoRestart vBuild 53
[21:31:14] [Server thread/INFO]: [UltimateAutoRestart] Build 53, a free resource by Norska - Thanks for downloading!
[21:31:14] [Server thread/INFO]: [UltimateAutoRestart] Attempting hooks...
[21:31:14] [Server thread/INFO]: [spark] Enabling spark v1.10.34
[21:31:15] [Server thread/INFO]: [spark] Using Bukkit scheduler for tick monitoring
[21:31:15] [Server thread/INFO]: [spark] Starting background profiler...
[21:31:15] [Server thread/INFO]: [spark] The async-profiler engine is not supported for your os/arch (windows11/amd64), so the built-in Java engine will be used instead.
[21:31:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark [1.10.34]
[21:31:15] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
[21:31:15] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.2.8
[21:31:15] [Server thread/INFO]: [MultiWorld] v5.2.8 enabled.
[21:31:15] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.8.2-Release
[21:31:15] [Server thread/INFO]: [DeluxeTags] Using standard hex colors format: #aaFF00
[21:31:15] [Server thread/INFO]: [DeluxeTags] 1 tag loaded
[21:31:15] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
[21:31:15] [Server thread/INFO]: [DeluxeTags] PAPI Chat enabled. This means your chat plugin will use placeholders to fetch the tags!
[21:31:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxetags [1.8.2-Release]
[21:31:15] [Server thread/INFO]: [DeluxeTags] ----------------------------
[21:31:15] [Server thread/INFO]: [DeluxeTags]      DeluxeTags Updater
[21:31:15] [Server thread/INFO]: [DeluxeTags]  
[21:31:15] [Server thread/INFO]: [DeluxeTags] You are running 1.8.2-Release
[21:31:15] [Server thread/INFO]: [DeluxeTags] The latest version
[21:31:15] [Server thread/INFO]: [DeluxeTags] of DeluxeTags!
[21:31:15] [Server thread/INFO]: [DeluxeTags]  
[21:31:15] [Server thread/INFO]: [DeluxeTags] ----------------------------
[21:31:15] [Server thread/INFO]: [GUIHelper] Enabling GUIHelper v1.0.7
[21:31:15] [Server thread/INFO]:  _____   _____   
[21:31:15] [Server thread/INFO]: |   __| |  |  |  GUIHelper v1.0.7 by GabyTM
[21:31:15] [Server thread/INFO]: |  |  | |     |  The ultimate solution for creating professional GUIs
[21:31:15] [Server thread/INFO]: |_____| |__|__|  
[21:31:15] [Server thread/INFO]: [GSit] Enabling GSit v1.4.4
[21:31:15] [Server thread/INFO]: [GSit] The plugin was successfully enabled.
[21:31:15] [Server thread/INFO]: [GSit] Link with PlaceholderAPI successful!
[21:31:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: gsit [1.4.4]
[21:31:15] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.3
[21:31:15] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.3*-=-=-=-=-=-=-=-=-=-*
[21:31:15] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
[21:31:15] [Server thread/INFO]: | Command file(s) found : 1
[21:31:15] [Server thread/INFO]: | Config : Ready.
[21:31:15] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu)
[21:31:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mycommand [1.0.0]
[21:31:15] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
[21:31:15] [Server thread/INFO]: | Custom commands loaded : 44
[21:31:15] [Server thread/INFO]: | You're running the latest version of MyCommand.
[21:31:15] [Server thread/WARN]: [MyCommand] Loaded class com.comphenix.protocol.events.PacketListener from ProtocolLib v5.0.0-SNAPSHOT-639 which is not a depend or softdepend of this plugin.
[21:31:15] [Server thread/INFO]: |          by emmerrei a.k.a. ivanfromitaly.           
[21:31:15] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[21:31:15] [Server thread/INFO]: [PluginHiderPlus] Enabling PluginHiderPlus v5.2
[21:31:15] [Server thread/INFO]: [AureliumSkills] Enabling AureliumSkills vBeta 1.3.19
[21:31:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: aureliumskills [Beta 1.3.19]
[21:31:15] [Server thread/INFO]: [AureliumSkills] PlaceholderAPI Support Enabled!
[21:31:15] [Server thread/INFO]: [AureliumSkills] Loaded 193 config options in 1 ms
[21:31:15] [Server thread/INFO]: [AureliumSkills] Loaded 303 sources and 10 tags in 7ms
[21:31:15] [Server thread/INFO]: [AureliumSkills] Loading languages...
[21:31:16] [Server thread/INFO]: [AureliumSkills] Loaded 16 languages in 535ms
[21:31:16] [Server thread/INFO]: [AureliumSkills] Loaded 30 pattern rewards and 0 level rewards
[21:31:16] [Server thread/INFO]: [AureliumSkills] Loaded 78 Ability Options in 2ms
[21:31:16] [Server thread/INFO]: [AureliumSkills] Loaded 6 menus
[21:31:16] [Server thread/INFO]: [AureliumSkills] Loaded 32 loot entries in 4 pools and 2 tables
[21:31:16] [Server thread/INFO]: [AureliumSkills] Loaded 3 blocked worlds.
[21:31:16] [Server thread/INFO]: [AureliumSkills] Aurelium Skills has been enabled
[21:31:16] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_19_R1! Trying to find NMS support
[21:31:16] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_19_R1' loaded!
[21:31:16] [Server thread/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
[21:31:16] [Server thread/INFO]: [PlayerKits] Enabling PlayerKits v2.26.1
[21:31:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playerkits [2.26.1]
[21:31:16] [Server thread/INFO]: [PlayerKits] Has been enabled! Version: 2.26.1
[21:31:16] [Server thread/INFO]: [PlayerKits] Thanks for using my plugin!  ~Ajneb97
[21:31:16] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.12.2 (build 353)
[21:31:16] [Server thread/INFO]: [ChestShop] Found locales ar, it, es, el, hu, fr, pl, cs, pt_br, ja, sv, da, es_mx, sr, tr, nl, zh_tw, af, ko, no, vi, ro, he, ru, ca, zh, de, fi, en, uk
[21:31:17] [Server thread/INFO]: [ChestShop] Vault loaded!
[21:31:17] [Server thread/INFO]: [ChestShop] Auto-updater is disabled. If you want the plugin to automatically download new releases then set 'TURN_OFF_UPDATES' to 'false' in your config.yml!
[21:31:17] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v2.6.1
[21:31:17] [Server thread/INFO]: The following materials are allowed to have stacks larger than the vanilla size: POTION 
[21:31:17] [Server thread/INFO]: Chat Components found! Enabling clickable commands in /istack
[21:31:17] [Server thread/INFO]: MC Version < 1.13 detected!
[21:31:17] [Server thread/INFO]: Enabling 1.13+ Checks
[21:31:17] [Server thread/INFO]: ZombieVillagerTransformChance is set to 65 *** Only really matters if the difficulty is set to HARD ***
[21:31:17] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[21:31:17] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" 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--].
[21:31:17] [Server thread/INFO]: [Multiverse-Core] �aWe 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.
[21:31:17] [Server thread/INFO]: [Multiverse-Core] 2 - World(s) loaded.
[21:31:17] [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.
[21:31:17] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[21:31:17] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.9.2
[21:31:17] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
[21:31:17] [Server thread/INFO]: [AdvancedPortals] Paper config not detected, ignoring paper settings
[21:31:17] [Server thread/WARN]: [AdvancedPortals] Proxy features disabled for Advanced Portals as bungee isn't enabled on the server (spigot.yml) or if you are using Paper settings.velocity-support.enabled may not be enabled (paper.yml)
[21:31:17] [Server thread/INFO]: Advanced portals have been successfully enabled!
[21:31:17] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.31-SNAPSHOT (build 3070)
[21:31:17] [Server thread/INFO]: [Citizens] Loading external libraries
[21:31:17] [Server thread/ERROR]: [Citizens] La version 2.0.31-SNAPSHOT (build 3070) no es compatible con la version 1_19_R1 - Intenta Actualizar o descargar el citizens para la version en la que te encuentres. Deshabilitando.
[21:31:17] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.31-SNAPSHOT (build 3070)
[21:31:17] [Server thread/INFO]: [TabList] Enabling TabList v5.7.0
[21:31:17] [Server thread/INFO]: [TabList] Hooked PlaceholderAPI version: 2.11.3
[21:31:17] [Server thread/INFO]: [TabList] > Enabled v5.7.0 (30ms)
[21:31:17] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.7-Release
[21:31:17] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[21:31:18] [Server thread/INFO]: [DeluxeMenus] 3 GUI menus loaded!
[21:31:18] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[21:31:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxemenus [1.13.7-Release]
[21:31:18] [Server thread/INFO]: [EconomyShopGUI] Enabling EconomyShopGUI v5.4.1
[21:31:18] [Server thread/INFO]: [EconomyShopGUI] Using lang-en.yml as language file.
[21:31:18] [Server thread/INFO]: [EconomyShopGUI] Shops.yml has been found!
[21:31:18] [Server thread/INFO]: [EconomyShopGUI] Sections.yml has been found!
[21:31:18] [Server thread/WARN]: [EconomyShopGUI] Failed to load default economy provider with reason 'No supported economy provider for Vault detected, please install a plugin such as Essentials', trying to automatically find supported economy provider
[21:31:18] [Server thread/INFO]: [EconomyShopGUI] Detected Vault, initializing...
[21:31:18] [Server thread/WARN]: [EconomyShopGUI] ===================================================
[21:31:18] [Server thread/WARN]: [EconomyShopGUI]  
[21:31:18] [Server thread/WARN]: [EconomyShopGUI] Failed to automatically load an available economy provider, this plugin requires one, disabling...
[21:31:18] [Server thread/WARN]: [EconomyShopGUI] See a list of available economy providers on our wiki here: https://wiki.gpplugins.com/economyshopgui/file-configuration/config.yml#economy-provider
[21:31:18] [Server thread/WARN]: [EconomyShopGUI]  
[21:31:18] [Server thread/WARN]: [EconomyShopGUI] ===================================================
[21:31:18] [Server thread/INFO]: [EconomyShopGUI] Disabling EconomyShopGUI v5.4.1
[21:31:18] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.6.0-bSNAPSHOT
[21:31:18] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.8-2
[21:31:18] [Server thread/INFO]: [BetterRTP] Cooldown = 600
[21:31:18] [Server thread/INFO]: [BetterRTP] Loading Overrides...
[21:31:18] [Server thread/WARN]: [BetterRTP] The world `world` doesn't seem to exist! Please update `master_world's` override! Maybe there are capital letters?
[21:31:18] [Server thread/WARN]: [BetterRTP] The world `world` doesn't seem to exist! Please update `creative_world's` override! Maybe there are capital letters?
[21:31:18] [Server thread/INFO]: [BetterRTP] Loading World Types...
[21:31:18] [Server thread/INFO]: [BetterRTP] - World Type for 'world' set to 'NORMAL'
[21:31:18] [Server thread/INFO]: [BetterRTP] - World Type for 'world_nether' set to 'NETHER'
[21:31:18] [Server thread/INFO]: [BetterRTP] - World Type for 'world_the_end' set to 'NORMAL'
[21:31:18] [Server thread/INFO]: [BetterRTP] Loading Defaults...
[21:31:18] [Server thread/INFO]: [BetterRTP] Loading Custom Worlds...
[21:31:18] [Server thread/INFO]: [BetterRTP] [WARN] - Custom World 'custom_world_1' was not registered because world does NOT exist
[21:31:18] [Server thread/INFO]: [BetterRTP] [WARN] - Custom World 'other_custom_world' was not registered because world does NOT exist
[21:31:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: betterrtp [3.6.8-2]
[21:31:18] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.3
[21:31:18] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! 
[21:31:18] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[21:31:18] [Server thread/INFO]: --------------------
[21:31:18] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[21:31:18] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[21:31:18] [Server thread/INFO]: --------------------
[21:31:18] [Server thread/INFO]: [PlayerWarps] Enabling PlayerWarps v6.23.1
[21:31:18] [Server thread/INFO]: [PlayerWarps] Vault found, now enabling PlayerWarps...
[21:31:19] [Server thread/INFO]: [PlayerWarps] Found 22 config files to load!
[21:31:19] [Server thread/INFO]: [PlayerWarps] Permissions plugin found! (LuckPerms)
[21:31:19] [Server thread/INFO]: [PlayerWarps] Chat plugin found! (LuckPerms)
[21:31:19] [Server thread/INFO]: [PlayerWarps] Found PlaceholderAPI integrating support...
[21:31:19] [Server thread/INFO]: [PlayerWarps] SQLite database is enabling...
[21:31:19] [Server thread/INFO]: [PlayerWarps] Loading Metrics...
[21:31:19] [Server thread/INFO]: [PlayerWarps] Successfully loaded Metrics!
[21:31:19] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[21:31:19] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[21:31:19] [Server thread/INFO]: 0 placeholder hook(s) registered!
[21:31:19] [Server thread/INFO]: Done (9.543s)! For help, type "help"
[21:31:19] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins\PlayerVaults\uuidvaults directory.
[21:31:19] [Craft Scheduler Thread - 11/INFO]: [PlayerVaults] We didn't find an update!
[21:31:19] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[21:31:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pw [1.0.0]
[21:31:19] [Craft Scheduler Thread - 2/INFO]: [PlayerWarps] Loading player warps...
[21:31:19] [Craft Scheduler Thread - 5/INFO]: [Vault] Checking for Updates ... 
[21:31:19] [Craft Scheduler Thread - 9/INFO]: [BetterRTP] Database CHUNK_DATA:ChunkData configured and loaded!
[21:31:19] [Craft Scheduler Thread - 7/INFO]: [BetterRTP] Database QUEUE:Queue configured and loaded!
[21:31:19] [Craft Scheduler Thread - 13/INFO]: [BetterRTP] Database COOLDOWN:CobblemonServer configured and loaded!
[21:31:19] [Craft Scheduler Thread - 13/INFO]: [BetterRTP] Database COOLDOWN:CobblemonServer_the_end configured and loaded!
[21:31:19] [Craft Scheduler Thread - 11/INFO]: [BetterRTP] Database PLAYERS:Players configured and loaded!
[21:31:19] [Craft Scheduler Thread - 5/INFO]: [Vault] No new version available
[21:31:19] [Craft Scheduler Thread - 3/INFO]: [BetterRTP] Attempting to queue up some more safe locations...
[21:31:20] [Craft Scheduler Thread - 0/INFO]: [BetterRTP] Queueing paused, max queue limit reached!
[21:31:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ultimateautorestart [Build 53]
[21:31:22] [Server thread/INFO]: [UltimateAutoRestart] Hooked into PlaceholderAPI!
[21:31:22] [Server thread/INFO]: [UltimateAutoRestart] Successfully performed 1 hooks!
[21:31:50] [User Authenticator #1/INFO]: UUID of player Neer20 is 305dd0d9-7814-49ef-818e-93f0ba2afa72
[21:31:50] [Server thread/INFO]: Neer20 joined the game
[21:31:50] [Server thread/INFO]: Neer20[/25.9.178.147:57682] logged in with entity id 234 at ([CobblemonServer]7.9156347782491565, 75.0, -7.452183429177642)
[21:31:54] [User Authenticator #2/INFO]: UUID of player ChaktetX is d9e74857-d273-4079-9708-0fae109aee83
[21:31:54] [Server thread/INFO]: ChaktetX joined the game
[21:31:54] [Server thread/INFO]: ChaktetX[/[0:0:0:0:0:0:0:1]:60321] logged in with entity id 264 at ([CobblemonServer]15.42442836418429, 76.0, 8.603737159025197)
[21:32:01] [Server thread/INFO]: ChaktetX issued server command: /citizens
[21:32:01] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'citizens' in plugin Citizens v2.0.31-SNAPSHOT (build 3070) - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R1.CraftServer.dispatchCommand(CraftServer.java:833) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at org.bukkit.craftbukkit.v1_19_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
    at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:298) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:282) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1949) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1914) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:68) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:140) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1106) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at java.lang.Thread.run(Thread.java:833) [?:?]
[21:32:06] [Server thread/INFO]: ChaktetX issued server command: /citizens ChaktetX
[21:32:06] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'citizens' in plugin Citizens v2.0.31-SNAPSHOT (build 3070) - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R1.CraftServer.dispatchCommand(CraftServer.java:833) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at org.bukkit.craftbukkit.v1_19_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
    at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:298) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:282) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1949) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1914) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:68) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:140) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1106) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at java.lang.Thread.run(Thread.java:833) [?:?]
[21:32:11] [Server thread/INFO]: Neer20 issued server command: /citizens
[21:32:11] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'citizens' in plugin Citizens v2.0.31-SNAPSHOT (build 3070) - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R1.CraftServer.dispatchCommand(CraftServer.java:833) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at org.bukkit.craftbukkit.v1_19_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
    at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:298) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:282) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1949) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1914) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:68) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:140) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1106) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at java.lang.Thread.run(Thread.java:833) [?:?]
[21:32:22] [Server thread/INFO]: Neer20 issued server command: /npc create dadsa
[21:32:22] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'npc' in plugin Citizens v2.0.31-SNAPSHOT (build 3070) - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R1.CraftServer.dispatchCommand(CraftServer.java:833) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at org.bukkit.craftbukkit.v1_19_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?]
    at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:298) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:282) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1949) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1914) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:68) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
    at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:140) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1106) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
    at java.lang.Thread.run(Thread.java:833) [?:?]
[21:33:55] [Server thread/INFO]: Neer20 lost connection: Disconnected
[21:33:55] [Server thread/INFO]: Neer20 left the game