Paste #116531: Unnamed Server Log Paste

Date: 2023/10/15 12:43:42 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


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


[19:39:19] [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'
[19:39:20] [ServerMain/INFO]: Loaded 7 recipes
[19:39:21] [Server thread/INFO]: Starting minecraft server version 1.20.1
[19:39:21] [Server thread/INFO]: Loading properties
[19:39:21] [Server thread/INFO]: This server is running Paper version git-Paper-119 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 3b4839e)
[19:39:21] [Server thread/INFO]: Server Ping Player Sample Count: 12
[19:39:21] [Server thread/INFO]: Using 4 threads for Netty based IO
[19:39:21] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
    We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
    For more information please visit: https://github.com/PaperMC/Paper/issues/8948
[19:39:21] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[19:39:21] [Server thread/INFO]: Default game type: ADVENTURE
[19:39:21] [Server thread/INFO]: Generating keypair
[19:39:21] [Server thread/INFO]: Starting Minecraft server on *:25575
[19:39:21] [Server thread/INFO]: Using epoll channel type
[19:39:21] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[19:39:21] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
[19:39:22] [Server thread/INFO]: [SpigotLibraryLoader] [BigDoors] Loading 1 libraries... please wait
[19:39:22] [Server thread/INFO]: [SpigotLibraryLoader] [BigDoors] Loaded library /home/minecraft/server/libraries/net/bytebuddy/byte-buddy/1.14.8/byte-buddy-1.14.8.jar
[19:39:22] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_20_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[19:39:24] [Server thread/INFO]: [MinehutPlugin] Found matching server revision (V1_20_R1)
[19:39:24] [Server thread/WARN]: Legacy plugin disablecraft v1.0 does not specify an api-version.
[19:39:24] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loading 2 libraries... please wait
[19:39:24] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/server/libraries/org/mongodb/mongodb-driver-sync/4.8.1/mongodb-driver-sync-4.8.1.jar
[19:39:24] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/server/libraries/org/mongodb/bson/4.8.1/bson-4.8.1.jar
[19:39:24] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/server/libraries/org/mongodb/mongodb-driver-core/4.8.1/mongodb-driver-core-4.8.1.jar
[19:39:24] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/server/libraries/org/mongodb/bson-record-codec/4.8.1/bson-record-codec-4.8.1.jar
[19:39:24] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/server/libraries/redis/clients/jedis/4.3.1/jedis-4.3.1.jar
[19:39:24] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/server/libraries/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[19:39:24] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/server/libraries/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.jar
[19:39:24] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/server/libraries/org/json/json/20220320/json-20220320.jar
[19:39:24] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /home/minecraft/server/libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
[19:39:24] [Server thread/WARN]: Legacy plugin skUtilities v0.9.2 does not specify an api-version.
[19:39:25] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v4.7.1-SNAPSHOT
[19:39:25] [Server thread/INFO]: [ViaVersion] ViaVersion 4.7.1-SNAPSHOT is now loaded. Registering protocol transformers and injecting...
[19:39:25] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[19:39:25] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.102
[19:39:25] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[19:39:25] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.1.1-SNAPSHOT-669
[19:39:26] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[19:39:26] [Server thread/INFO]: [LibsDisguises] Loading server plugin LibsDisguises v10.0.38
[19:39:26] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
[19:39:26] [Server thread/INFO]: [SuperVanish] Loading server plugin SuperVanish v6.2.18
[19:39:26] [Server thread/INFO]: [Skript] Loading server plugin Skript v2.7.0-beta3
[19:39:26] [Server thread/INFO]: [DiscordSRV] Loading server plugin DiscordSRV v1.26.2
[19:39:26] [Server thread/INFO]: [CrackShot] Loading server plugin CrackShot v0.98.11
[19:39:26] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.32-SNAPSHOT (build 3208)
[19:39:26] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.5.0
[19:39:26] [Server thread/INFO]: [MythicMobs] Loading server plugin MythicMobs v5.4.0-${CI_COMMIT_SHORT_SHA}
[19:39:26] [Server thread/INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
[19:39:26] [Server thread/INFO]: [MythicMobs] ?4M?6y?6t?6h?2i?2c?2 ?3E?3n?1a?1b?1l?5e?5d?4!
[19:39:26] [Server thread/INFO]: [BigDoors] Loading server plugin BigDoors vAlpha 0.1.8.48
[19:39:26] [Server thread/INFO]: [NashornJs] Loading server plugin NashornJs v1.1.3
[19:39:26] [Server thread/INFO]: [NashornJs] Registered Nashorn engine with name nashorn
[19:39:26] [Server thread/INFO]: [NashornJs] Registered Nashorn engine with name Nashorn
[19:39:26] [Server thread/INFO]: [NashornJs] Registered Nashorn engine with name js
[19:39:26] [Server thread/INFO]: [NashornJs] Registered Nashorn engine with name JS
[19:39:26] [Server thread/INFO]: [NashornJs] Registered Nashorn engine with name JavaScript
[19:39:26] [Server thread/INFO]: [NashornJs] Registered Nashorn engine with name javascript
[19:39:26] [Server thread/INFO]: [NashornJs] Registered Nashorn engine with name ECMAScript
[19:39:26] [Server thread/INFO]: [NashornJs] Registered Nashorn engine with name ecmascript
[19:39:26] [Server thread/INFO]: [InvSee++] Loading server plugin InvSeePlusPlus v0.23.4
[19:39:26] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.16+6534-2066eb4
[19:39:26] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@2f2262ab]
[19:39:26] [Server thread/INFO]: [MinehutPlugin] Loading server plugin MinehutPlugin v0.0.27-SNAPSHOT
[19:39:26] [Server thread/INFO]: [MinehutCosmetics] Loading server plugin MinehutCosmetics v1.0.0
[19:39:26] [Server thread/INFO]: [disablecraft] Loading server plugin disablecraft v1.0
[19:39:26] [Server thread/INFO]: [ClearLag] Loading server plugin ClearLag v3.2.2
[19:39:26] [Server thread/INFO]: [DiscordSRV-Staff-Chat] Loading server plugin DiscordSRV-Staff-Chat v1.4.4
[19:39:26] [Server thread/INFO]: [FlyPlus] Loading server plugin FlyPlus v2.5
[19:39:26] [Server thread/INFO]: [Sentinel] Loading server plugin Sentinel v2.8.1-SNAPSHOT (build 513)
[19:39:26] [Server thread/INFO]: [CCTV] Loading server plugin CCTV v8.5.2
[19:39:26] [Server thread/INFO]: [Vulcan] Loading server plugin Vulcan v2.7.6
[19:39:27] [Server thread/INFO]: [Denizen] Loading server plugin Denizen v1.2.8-SNAPSHOT (build 1797-REL)
[19:39:27] [Server thread/INFO]: [skUtilities] Loading server plugin skUtilities v0.9.2
[19:39:27] [Server thread/INFO]: [AdvancedBan] Loading server plugin AdvancedBan v2.3.0
[19:39:27] [Server thread/INFO]: [ChatManager] Loading server plugin ChatManager v3.7.7
[19:39:27] [Server thread/INFO]: [BigDoorsPhysics] Loading server plugin BigDoorsPhysics v2.4.2
[19:39:27] [Server thread/INFO]: [BigDoorsOpener] Debug logger initialized. Log Level: INFO
[19:39:27] [Server thread/INFO]: [BigDoorsOpener] Loading server plugin BigDoorsOpener v2.5.2
[19:39:27] [Server thread/INFO]: [PiggyBack] Loading server plugin PiggyBack v1.7-SNAPSHOT
[19:39:27] [Server thread/INFO]: [PlayerKits] Loading server plugin PlayerKits v2.27.1
[19:39:27] [Server thread/INFO]: [InvSee++_Give] Loading server plugin InvSeePlusPlus_Give v0.23.4
[19:39:27] [Server thread/INFO]: [InvSee++_Clear] Loading server plugin InvSeePlusPlus_Clear v0.23.4
[19:39:27] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.0.3
[19:39:27] [Server thread/INFO]: [ItemEdit] Loading server plugin ItemEdit v3.1.1
[19:39:27] [Server thread/INFO]: [Shopkeepers] Loading server plugin Shopkeepers v2.16.3
[19:39:27] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (252 ms).
[19:39:27] [Server thread/WARN]: [Shopkeepers] Incompatible server version: v1_20_R1 (mappings: bcf3dcb22ad42792794079f9443df2c0)
[19:39:27] [Server thread/WARN]: [Shopkeepers] Shopkeepers is trying to run in 'compatibility mode'.
[19:39:27] [Server thread/INFO]: [Shopkeepers] Check for updates at: https://dev.bukkit.org/projects/shopkeepers/
[19:39:27] [Server thread/INFO]: [Shopkeepers] Loading config.
[19:39:27] [Server thread/INFO]: [Shopkeepers] Loading language file: language-en-default.yml
[19:39:27] [Server thread/INFO]: [Shopkeepers] Registering defaults.
[19:39:27] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v21.3
[19:39:27] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[19:39:27] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.102
[19:39:28] [Server thread/INFO]:         __    
[19:39:28] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.102
[19:39:28] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[19:39:28] [Server thread/INFO]: 
[19:39:28] [Server thread/INFO]: [LuckPerms] Loading configuration...
[19:39:28] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[19:39:28] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[19:39:29] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[19:39:29] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1665ms)
[19:39:29] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.1.1-SNAPSHOT-669
[19:39:29] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[19:39:29] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[19:39:29] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[19:39:29] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[19:39:29] [Server thread/INFO]: [NashornJs] Enabling NashornJs v1.1.3
[19:39:29] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.16+6534-2066eb4
[19:39:29] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[19:39:29] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[19:39:29] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_20_R1.PaperweightAdapter as the Bukkit adapter
[19:39:30] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[19:39:30] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[19:39:30] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[19:39:30] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[19:39:30] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[19:39:30] [Server thread/INFO]: Preparing level "world"
[19:39:30] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[19:39:31] [Server thread/INFO]: Time elapsed: 187 ms
[19:39:31] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[19:39:31] [Server thread/INFO]: Time elapsed: 40 ms
[19:39:31] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[19:39:31] [Server thread/INFO]: Time elapsed: 21 ms
[19:39:31] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.7.1-SNAPSHOT
[19:39:31] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.20/1.20.1 (763)
[19:39:31] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version!
[19:39:31] [Server thread/WARN]: [ViaVersion] Please remember that ViaVersion only adds support for versions newer than the server version.
[19:39:31] [Server thread/WARN]: [ViaVersion] If you need support for older versions you may need to use one or more ViaVersion addons too.
[19:39:31] [Server thread/WARN]: [ViaVersion] In that case please read the ViaVersion resource page carefully or use https://jo0001.github.io/ViaSetup
[19:39:31] [Server thread/WARN]: [ViaVersion] and if you're still unsure, feel free to join our Discord-Server for further assistance.
[19:39:31] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.38
[19:39:31] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.37-Free.jar
[19:39:31] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_20_R1 (v1_20_R1)
[19:39:31] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #1253
[19:39:31] [Server thread/INFO]: [LibsDisguises] Build Date: 06/10/2023 01:50
[19:39:31] [Server thread/INFO]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
[19:39:31] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
[19:39:34] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
[19:39:34] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
[19:39:34] [Server thread/INFO]: [LibsDisguises] Config is up to date!
[19:39:34] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[19:39:34] [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--].
[19:39:34] [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.
[19:39:34] [Server thread/INFO]: Preparing start region for dimension minecraft:christmas
[19:39:35] [Server thread/INFO]: Time elapsed: 374 ms
[19:39:35] [Server thread/INFO]: Preparing start region for dimension minecraft:thunk-kingdom
[19:39:35] [Server thread/INFO]: Time elapsed: 20 ms
[19:39:35] [Server thread/INFO]: Preparing start region for dimension minecraft:ikea
[19:39:35] [Server thread/INFO]: Time elapsed: 76 ms
[19:39:35] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
[19:39:35] [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.
[19:39:35] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[19:39:35] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.18
[19:39:35] [Server thread/INFO]: [SuperVanish] Hooked into PaperSpigot for server list ping support
[19:39:35] [Server thread/INFO]: [Skript] Enabling Skript v2.7.0-beta3
[19:39:35] [Server thread/INFO]: [Skript]     Missing lang enum constant for 'damage causes.KILL'
[19:39:35] [Server thread/INFO]: [Skript]     Missing lang enum constant for 'damage causes.WORLD_BORDER'
[19:39:35] [Server thread/INFO]: [Skript]     Missing lang enum constant for 'damage causes.KILL'
[19:39:35] [Server thread/INFO]: [Skript]     Missing lang enum constant for 'damage causes.WORLD_BORDER'
[19:39:35] [Server thread/INFO]: [Skript]     Missing lang enum constant for 'teleport causes.EXIT_BED'
[19:39:35] [Server thread/INFO]: [Skript]     Missing lang enum constant for 'teleport causes.EXIT_BED'
[19:39:35] [Server thread/INFO]: [Skript]     Missing lang enum constant for 'teleport causes.EXIT_BED'
[19:39:35] [Server thread/INFO]: [Skript]     Missing lang enum constant for 'damage causes.KILL'
[19:39:35] [Server thread/INFO]: [Skript]     Missing lang enum constant for 'damage causes.WORLD_BORDER'
[19:39:35] [ForkJoinPool.commonPool-worker-1/INFO]: [Skript]     Checking for updates failed. Do you have Internet connection?
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]: java.util.concurrent.CompletionException: java.lang.RuntimeException: java.io.IOException: Server returned HTTP response code: 403 for URL: https://api.github.com/repos/SkriptLang/Skript/releases
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]: Caused by: java.lang.RuntimeException: java.io.IOException: Server returned HTTP response code: 403 for URL: https://api.github.com/repos/SkriptLang/Skript/releases
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at Skript-2.7.0-beta3.jar//ch.njol.skript.update.GithubChecker.lambda$check$0(GithubChecker.java:111)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     ... 6 more
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]: Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://api.github.com/repos/SkriptLang/Skript/releases
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:2000)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at java.base/java.net.URL.openStream(URL.java:1161)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     at Skript-2.7.0-beta3.jar//ch.njol.skript.update.GithubChecker.lambda$check$0(GithubChecker.java:105)
[19:39:35] [ForkJoinPool.commonPool-worker-1/WARN]:     ... 7 more
[19:39:38] [Server thread/INFO]: [Skript] Loaded 150750 aliases in 2879ms
[19:39:38] [Server thread/INFO]: [Skript]  ~ created by & ? Peter G?ttinger aka Njol ~
[19:39:38] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.26.2
[19:39:38] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.98.11
[19:39:38] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] Gun-mode activated. Boop!
[19:39:38] [Server thread/WARN]: Nag author(s): '[Shampaggon]' of 'CrackShot v0.98.11' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[19:39:38] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.32-SNAPSHOT (build 3208)
[19:39:38] [Server thread/INFO]: [Citizens] Loading external libraries
[19:39:39] [pool-23-thread-1/WARN]: [DiscordSRV] Update check failed due to unexpected json response: Cannot invoke "github.scarsz.discordsrv.dependencies.google.gson.JsonElement.getAsString()" because the return value of "github.scarsz.discordsrv.dependencies.google.gson.JsonObject.get(String)" is null ({"message":"API rate limit exceeded for 66.165.249.40. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"})
[19:39:39] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[19:39:39] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
[19:39:39] [Server thread/INFO]: [GSit] Enabling GSit v1.5.0
[19:39:39] [Server thread/INFO]: [GSit] The plugin was successfully enabled.
[19:39:39] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[19:39:39] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.4.0-${CI_COMMIT_SHORT_SHA}
[19:39:39] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.20.1)...
[19:39:39] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
[19:39:39] [JDA MainWS-WriteThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[19:39:40] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Bunker Virus 2(1082022579658829954)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?????????(1091151154676764712)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??laws(1082071359137525850)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??p-announcements(1082057264174731264)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??polls(1095376012201689128)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??tryouts(1095377528862019584)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??ranks(1095376603049107466)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??events(1095533996689080350)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??giveaways(1095551980308541440)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??sneak-peek(1150573457122263070)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??public(1082022580422197299)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??on-topic(1082073048234078290)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??off-topic(1091499762529873920)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??screenshots(1095409527270150155)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??creations(1095409777590419537)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??memes(1095409889683185674)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-counting(1095473233345663086)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:1-word-story(1095533557214097498)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-anarchy(1095537221571977216)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:in-game-chat(1153064659620991047)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:emergencies(1090498337968488528)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:squad-chat(1090498393735974932)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?staff-announcements(1095536355934748673)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?developer-announcements(1095536488088862762)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?developer-chat(1095536660801913004)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:partnerships(1158018406197510164)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?chat(1095536992500076725)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?applications(1162908501857804428)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?event-logs(1095537049626488893)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:system-logs(1113973939299958785)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:inactivity-notice(1151771272221573160)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:console(1153064745474211890)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ressources(1154293845593423962)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dev-update-logs(1154522735351955516)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-commands(1160935444809265223)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-activity-log(1160935751488385054)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:create-a-ticket(1161015734990807040)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:console(1153064745474211890)
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling SuperVanish hook
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[19:39:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling voice module
[19:39:40] [Server thread/INFO]: [MythicMobs] Mythic LibsDisguises Support has been enabled!
[19:39:40] [Server thread/INFO]: [MythicMobs] Mythic ProtocolLib Support has been enabled!
[19:39:40] [Server thread/INFO]: [MythicMobs] Mythic Vault Support has been enabled!
[19:39:40] [Server thread/INFO]: [MythicMobs] Base directory /home/minecraft/server/plugins/MythicMobs/SavedData
[19:39:40] [Server thread/INFO]: [MythicMobs] Module directory /home/minecraft/server/plugins/MythicMobs/SavedData/worlds
[19:39:41] [Server thread/INFO]: [MythicMobs] Loading Packs...
[19:39:41] [Server thread/INFO]: [MythicMobs] Loading Items...
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading Skills...
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat ATTACK_DAMAGE from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat ATTACK_SPEED from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat BONUS_DAMAGE from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat CRITICAL_STRIKE_CHANCE from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat CRITICAL_STRIKE_DAMAGE from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat CRITICAL_STRIKE_RESILIENCE from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat DAMAGE_REDUCTION from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat DEFENSE from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat DODGE_CHANCE from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat DODGE_NEGATION from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat HEALTH from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat HEALTH_REGENERATION from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat LIFESTEAL_CHANCE from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat LIFESTEAL_POWER from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat MOVEMENT_SPEED from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_CHANCE from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_NEGATION from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_POWER from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_COUNTERATTACK from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat ARMOR_GENERIC from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat ARMOR_BLUNT from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat ARMOR_SHARP from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat DAMAGE_BLUNT from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat DAMAGE_SHARP from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat FIRE_RESISTANCE from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading stat SPEED from /home/minecraft/server/plugins/MythicMobs/stats.yml
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
[19:39:42] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
[19:39:42] [Server thread/INFO]: [MythicMobs] ? Loaded 8 mobs.
[19:39:42] [Server thread/INFO]: [MythicMobs] ? Loaded 3 vanilla mob overrides.
[19:39:42] [Server thread/INFO]: [MythicMobs] ? Loaded 0 mob stacks.
[19:39:42] [Server thread/INFO]: [MythicMobs] ? Loaded 3 skills.
[19:39:42] [Server thread/INFO]: [MythicMobs] ? Loaded 0 random spawns.
[19:39:42] [Server thread/INFO]: [MythicMobs] ? Loaded 3 mythic items.
[19:39:42] [Server thread/INFO]: [MythicMobs] ? Loaded 2 drop tables.
[19:39:42] [Server thread/INFO]: [MythicMobs] ? Loaded 0 mob spawners.
[19:39:42] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
[19:39:42] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
[19:39:42] [Server thread/INFO]: [MythicMobs] ? MythicMobs v5.4.0 ( build ${CI_COMMIT_SHORT_SHA} ) has been successfully loaded!
[19:39:42] [Server thread/INFO]: [BigDoors] Enabling BigDoors vAlpha 0.1.8.48
[19:39:42] [Server thread/INFO]: [BigDoors] Power Block Types:
[19:39:42] [Server thread/INFO]: [BigDoors]  - GOLD_BLOCK
[19:39:42] [Server thread/INFO]: [BigDoors] No materials Blacklisted!
[19:39:42] [Server thread/INFO]: [BigDoors] No materials Whitelisted!
[19:39:42] [Server thread/INFO]: [BigDoors] DestroyListed materials:
[19:39:42] [Server thread/INFO]: [BigDoors]  - LAVA
[19:39:42] [Server thread/INFO]: [BigDoors]  - WATER
[19:39:42] [Server thread/INFO]: [BigDoors]  - SNOW
[19:39:42] [Server thread/INFO]: [BigDoors]  - FERN
[19:39:42] [Server thread/INFO]: [BigDoors]  - GRASS
[19:39:42] [Server thread/INFO]: [BigDoors]  - TALL_GRASS
[19:39:42] [Server thread/INFO]: [BigDoors]  - SEAGRASS
[19:39:42] [Server thread/INFO]: [BigDoors]  - TALL_SEAGRASS
[19:39:42] [Server thread/INFO]: [BigDoors] Enabling stats! Thanks, it really helps!
[19:39:42] [Server thread/INFO]: [InvSee++] Enabling InvSeePlusPlus v0.23.4
[19:39:42] [Server thread/INFO]: [MinehutPlugin] Enabling MinehutPlugin v0.0.27-SNAPSHOT
[19:39:42] [Server thread/INFO]: [MinehutCosmetics] Enabling MinehutCosmetics v1.0.0
[19:39:42] [Server thread/INFO]: [MinehutCosmetics] Using operation mode 'PLAYER_SERVER'!
[19:39:43] [Server thread/INFO]: [disablecraft] Enabling disablecraft v1.0*
[19:39:43] [Server thread/INFO]: [minecraft] [INFO][DC] Rework of NoCraft[ic2 compatible]
[19:39:43] [Server thread/INFO]: [minecraft] [DEBUG][DC] key:is1=[0::0]
[19:39:43] [Server thread/INFO]: [minecraft] [INFO][DC] Redpower not found
[19:39:43] [Server thread/INFO]: [minecraft] [INFO][DC] No Rp2
[19:39:43] [Server thread/INFO]: [minecraft] [INFO][DC] IC2 not found
[19:39:43] [Server thread/INFO]: [minecraft] [INFO][DC] ForgeOre not found
[19:39:43] [Server thread/ERROR]: Error occurred while enabling disablecraft v1.0 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/CraftingManager
    at me.tabr.disablecraft.DCMain.onEnable(DCMain.java:266) ~[disablecraft_125_.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[paper-1.20.1.jar:git-Paper-119]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.1.jar:git-Paper-119]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:640) ~[paper-1.20.1.jar:git-Paper-119]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:551) ~[paper-1.20.1.jar:git-Paper-119]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636) ~[paper-1.20.1.jar:git-Paper-119]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:435) ~[paper-1.20.1.jar:git-Paper-119]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.1.jar:git-Paper-119]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.20.1.jar:git-Paper-119]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-119]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.CraftingManager
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    ... 13 more
[19:39:43] [Server thread/INFO]: [disablecraft] Disabling disablecraft v1.0
[19:39:43] [Server thread/ERROR]: Error occurred (in the plugin loader) while disabling disablecraft v1.0 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/CraftingManager
    at me.tabr.disablecraft.DCMain.onDisable(DCMain.java:468) ~[disablecraft_125_.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:283) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:224) ~[paper-1.20.1.jar:git-Paper-119]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.20.1.jar:git-Paper-119]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:537) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:193) ~[paper-1.20.1.jar:git-Paper-119]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.1.jar:git-Paper-119]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:640) ~[paper-1.20.1.jar:git-Paper-119]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:551) ~[paper-1.20.1.jar:git-Paper-119]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636) ~[paper-1.20.1.jar:git-Paper-119]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:435) ~[paper-1.20.1.jar:git-Paper-119]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.1.jar:git-Paper-119]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.20.1.jar:git-Paper-119]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-119]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.CraftingManager
    ... 16 more
[19:39:43] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[19:39:43] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[19:39:43] [Server thread/INFO]: [ClearLag] Loading modules...
[19:39:43] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_20_R1.MinecraftServer)
[19:39:43] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[19:39:43] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[19:39:43] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[19:39:43] [Thread-22/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.20]...
[19:39:43] [Server thread/INFO]: [DiscordSRV-Staff-Chat] Enabling DiscordSRV-Staff-Chat v1.4.4
[19:39:43] [Server thread/INFO]: [DiscordSRV] API listener com.rezzedup.discordsrv.staffchat.listeners.DiscordStaffChatListener subscribed (1 methods)
[19:39:43] [Server thread/INFO]: [DiscordSRV-Staff-Chat] Subscribed to DiscordSRV: messages will be sent to Discord
[19:39:43] [Server thread/INFO]: [FlyPlus] Enabling FlyPlus v2.5
[19:39:43] [Server thread/INFO]: [FlyPlus] Enabled!
[19:39:43] [Server thread/INFO]: [Sentinel] Enabling Sentinel v2.8.1-SNAPSHOT (build 513)
[19:39:43] [Server thread/INFO]: [Sentinel] Sentinel loading...
[19:39:43] [Server thread/INFO]: [Sentinel] Running on java version: 17.0.7
[19:39:43] [Server thread/INFO]: [Sentinel] Sentinel loaded on a fully supported Minecraft version. If you encounter any issues or need to ask a question, please join our Discord at https://discord.gg/Q6pZGSR and post in the '#sentinel' channel.
[19:39:43] [Thread-22/INFO]: [ClearLag] No updates found!
[19:39:43] [Server thread/INFO]: [Sentinel] Vault linked! Group targets will work.
[19:39:43] [Server thread/INFO]: [Sentinel] Sentinel found CrackShot! Adding support for it!
[19:39:43] [Server thread/INFO]: [Sentinel] Sentinel loaded!
[19:39:43] [Server thread/INFO]: [CCTV] Enabling CCTV v8.5.2
[19:39:43] [Server thread/INFO]: [CCTV] .-----====--------+]-   -----+[====]+-----   -[+--------====-----.
[19:39:43] [Server thread/INFO]: [CCTV] 
[19:39:43] [Server thread/INFO]: [CCTV]    _____ _____ _________      __  _____  _             _        
[19:39:43] [Server thread/INFO]: [CCTV]   / ____/ ____|__   __\ \    / / |  __ \| |           (_)      
[19:39:43] [Server thread/INFO]: [CCTV]  | |   | |       | |   \ \  / /  | |__) | |_   _  __ _ _ _ __  
[19:39:43] [Server thread/INFO]: [CCTV]  | |   | |       | |    \ \/ /   |  ___/| | | | |/ _` | |  _ \ 
[19:39:43] [Server thread/INFO]: [CCTV]  | |___| |____   | |     \  /    | |    | | |_| | (_| | | | | |
[19:39:43] [Server thread/INFO]: [CCTV]   \_____\_____|  |_|      \/     |_|    |_|\__,_|\__, |_|_| |_|
[19:39:43] [Server thread/INFO]: [CCTV]                                                   __/ |        
[19:39:43] [Server thread/INFO]: [CCTV]                                                  |___/         
[19:39:43] [Server thread/INFO]: [CCTV] .-----====--------+]-   -----+[====]+-----   -[+--------====-----.
[19:39:43] [Server thread/INFO]: [CCTV]  > Thank you for downloading the CCTV Plugin!!
[19:39:43] [Server thread/INFO]: [CCTV]  > Authors: Timdecoole123, Streampy, Tanguygab
[19:39:43] [Server thread/INFO]: [CCTV]  > For updates check our spigot page
[19:39:43] [Server thread/INFO]: [CCTV]    Spigot: https://www.spigotmc.org/resources/cctv.60310/
[19:39:43] [Server thread/INFO]: [CCTV]  > To report bugs go to our discord and send us a message!
[19:39:43] [Server thread/INFO]: [CCTV] .-----====--------+]-   -----+[====]+-----   -[+--------====-----.
[19:39:43] [Server thread/INFO]: [Vulcan] Enabling Vulcan v2.7.6
[19:39:44] [Server thread/INFO]: [Vulcan] Server Version: 1.20.1 detected!
[19:39:44] [Server thread/INFO]: [Vulcan] LibsDisguises found. Enabling hook!
[19:39:44] [Server thread/INFO]: [Vulcan] MythicMobs found. Enabling hook!
[19:39:44] [Server thread/INFO]: [Vulcan] GSit found. Enabling hook!
[19:39:44] [Server thread/INFO]: [Vulcan] BStats enabled!
[19:39:44] [Server thread/INFO]: [Vulcan] Registered CrackShot listener!
[19:39:44] [Server thread/INFO]: [Vulcan] Registered MythicMobs listener!
[19:39:44] [Server thread/INFO]: [Vulcan] Registered GSit Listener!
[19:39:44] [Server thread/INFO]: [Denizen] Enabling Denizen v1.2.8-SNAPSHOT (build 1797-REL)
[19:39:44] [Server thread/INFO]: +> [DenizenCore] Initializing Denizen Core v1.91.0-SNAPSHOT (Build 1357), impl for Spigot v1.2.8-SNAPSHOT (build 1797-REL) 
[19:39:44] [Server thread/INFO]: +> [Denizen] Running on java version: 17.0.7 
[19:39:44] [Server thread/INFO]: +> [Denizen] Running on fully supported Java 17. 
[19:39:44] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
[19:39:44] [Server thread/INFO]: +> [Denizen]  Denizen  scriptable minecraft 
[19:39:44] [Server thread/INFO]: +> [Denizen]  
[19:39:44] [Server thread/INFO]: +> [Denizen] by: The DenizenScript team 
[19:39:44] [Server thread/INFO]: +> [Denizen] Chat with us at: https://discord.gg/Q6pZGSR 
[19:39:44] [Server thread/INFO]: +> [Denizen] Or learn more at: https://denizenscript.com 
[19:39:44] [Server thread/INFO]: +> [Denizen] version: 1.2.8-SNAPSHOT (build 1797-REL) 
[19:39:44] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
[19:39:45] [Server thread/INFO]: +> [TriggerRegistry] Loaded 4 core triggers 
[19:39:45] [Server thread/INFO]: +> [PaperModule] Loading Paper support module... 
[19:39:45] [Server thread/INFO]: +> [Denizen] Loaded 149 core commands and 29 core object types, at 1608ms from start. 
[19:39:45] [Server thread/INFO]: +> [ScriptHelper] No scripts in /plugins/Denizen/scripts/ to load! 
[19:39:45] [Server thread/INFO]: +> [ScriptRegistry] Loading 0 script files... 
[19:39:45] [Server thread/INFO]: +> [DenizenCore] Scripts loaded! File load took 1ms, processing 3ms. 
[19:39:45] [Server thread/INFO]: +> [Denizen] Final full init took 1631ms. 
[19:39:45] [Server thread/INFO]: [skUtilities] Enabling skUtilities v0.9.2*
[19:39:45] [Server thread/INFO]: [skUtilities] v0.9.2: loaded modules (Conversions, Files, Yaml, Urls, Utilities) in 30ms
[19:39:45] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.3.0
[19:39:45] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[19:39:46] [Server thread/INFO]: [hsqldb.db.HSQLDB8AC4E98393.ENGINE] checkpointClose start
[19:39:46] [Server thread/INFO]: [hsqldb.db.HSQLDB8AC4E98393.ENGINE] checkpointClose synched
[19:39:46] [Server thread/INFO]: [hsqldb.db.HSQLDB8AC4E98393.ENGINE] checkpointClose script done
[19:39:46] [Server thread/INFO]: [hsqldb.db.HSQLDB8AC4E98393.ENGINE] checkpointClose end
[19:39:46] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.pool.PoolBase] HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
[19:39:46] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[19:39:46] [Server thread/INFO]: 
 
[]=====[Enabling AdvancedBan]=====[]
| Information:
|   Name: AdvancedBan
|   Developer: Leoko
|   Version: 2.3.0
|   Storage: HSQLDB (local)
| Support:
|   Github: https://github.com/DevLeoko/AdvancedBan/issues
|   Discord: https://discord.gg/ycDG6rS
| Twitter: @LeokoGar
| Update:
|   You have the newest version
[]================================[]
 
[19:39:46] [Server thread/INFO]: [ChatManager] Enabling ChatManager v3.7.7
[19:39:46] [Server thread/INFO]: [ChatManager] Hooked into: Vault v1.7.3-b131
[19:39:46] [Server thread/INFO]: [ChatManager] Hooked into: SuperVanish v6.2.18
[19:39:46] [Server thread/INFO]: [ChatManager] Hooked into: LuckPerms v5.4.102
[19:39:46] [Server thread/INFO]: [ChatManager] Plugin is up to date - v3.7.7
[19:39:46] [Server thread/INFO]: [ChatManager] Starting Metrics.
[19:39:46] [Server thread/INFO]: =========================
[19:39:46] [Server thread/INFO]: Chat Manager
[19:39:46] [Server thread/INFO]: Version 3.7.7
[19:39:46] [Server thread/INFO]: Author: H1DD3NxN1NJA
[19:39:46] [Server thread/INFO]: =========================
[19:39:46] [Server thread/INFO]: [BigDoorsPhysics] Enabling BigDoorsPhysics v2.4.2
[19:39:46] [Server thread/INFO]: [BigDoorsPhysics] Loading Config
[19:39:46] [Server thread/INFO]: [net.bonn2.bigdoorsphysics.relocated.org.reflections.Reflections] Reflections took 22 ms to scan 1 urls, producing 2 keys and 4 values
[19:39:46] [Server thread/INFO]: [BigDoorsPhysics] Discovered 3 version adapters
[19:39:46] [Server thread/INFO]: [BigDoorsPhysics] Loaded net.bonn2.bigdoorsphysics.versions.v1_19_3.VersionUtil_v1_19_3
[19:39:46] [Server thread/INFO]: [BigDoorsPhysics] Registering Events
[19:39:46] [Server thread/INFO]: [BigDoorsPhysics] Registering Commands
[19:39:46] [Server thread/INFO]: [BigDoorsPhysics] Enabling ProtocolLib Support
[19:39:46] [Server thread/INFO]: [BigDoorsOpener] Enabling BigDoorsOpener v2.5.2
[19:39:46] [Server thread/INFO]: [BigDoorsOpener] Enabled. Required 26 ms.
[19:39:46] [Server thread/INFO]: [PiggyBack] Enabling PiggyBack v1.7-SNAPSHOT
[19:39:46] [Server thread/INFO]: PiggyBack is now loaded!
[19:39:46] [Server thread/INFO]: [PlayerKits] Enabling PlayerKits v2.27.1
[19:39:46] [Server thread/INFO]: [PlayerKits] Has been enabled! Version: 2.27.1
[19:39:46] [Server thread/INFO]: [PlayerKits] Thanks for using my plugin!  ~Ajneb97
[19:39:46] [Server thread/INFO]: [InvSee++_Give] Enabling InvSeePlusPlus_Give v0.23.4
[19:39:46] [Server thread/INFO]: [InvSee++_Clear] Enabling InvSeePlusPlus_Clear v0.23.4
[19:39:46] [Server thread/INFO]: [TAB] Enabling TAB v4.0.3
[19:39:46] [Server thread/INFO]: [TAB] Server version: 1.20.1 (v1_20_R1)
[19:39:46] [Server thread/INFO]: [TAB] Loaded NMS hook in 10ms
[19:39:46] [Server thread/INFO]: [TAB] [WARN] "{PLACEHOLDER_A_TO_Z=NULL}" is not a valid sorting type element. Valid options are: [GROUPS, PERMISSIONS, PLACEHOLDER, PLACEHOLDER_A_TO_Z, PLACEHOLDER_Z_TO_A, PLACEHOLDER_LOW_TO_HIGH, PLACEHOLDER_HIGH_TO_LOW].
[19:39:46] [Server thread/INFO]: [TAB] Found a total of 1 issues.
[19:39:46] [Server thread/INFO]: [TAB] Enabled in 100ms
[19:39:46] [Server thread/INFO]: [ItemEdit] Enabling ItemEdit v3.1.1
[19:39:46] [Server thread/INFO]: [ItemEdit] Selected Storage Type: YAML
[19:39:46] [Server thread/INFO]: [ItemEdit] Unable to hook into Vault
[19:39:46] [Server thread/INFO]: [ItemEdit] Hooking into MythicMobs
[19:39:46] [Server thread/INFO]: [ItemEdit] # Enabled (took 44 ms)
[19:39:46] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.16.3
[19:39:46] [Server thread/INFO]: [Shopkeepers] Citizens found: Enabling NPC shopkeepers.
[19:39:46] [Server thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[19:39:46] [Server thread/INFO]: [Shopkeepers] Loading the data of 16 shopkeepers ...
[19:39:46] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.3
[19:39:46] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! 
[19:39:46] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[19:39:46] [Server thread/INFO]: --------------------
[19:39:46] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[19:39:46] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[19:39:46] [Server thread/INFO]: --------------------
[19:39:47] [Server thread/INFO]: Running delayed init tasks
[19:39:47] [Craft Scheduler Thread - 2 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[19:39:47] [User Authenticator #1/INFO]: UUID of player Dark_Blade1 is e4e2ed53-7516-44d5-851a-674309bfc3a1
[19:39:47] [User Authenticator #0/INFO]: UUID of player lunarcatYT is 2b59535b-0d71-42c6-a025-e6ce00b99031
[19:39:47] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[19:39:47] [Server thread/INFO]: [Skript] Loaded 8 scripts with a total of 33 structures in 0.42 seconds
[19:39:47] [Server thread/INFO]: [Skript] Finished loading.
[19:39:47] [Server thread/INFO]: [BigDoors] Checking for updates...
[19:39:47] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[19:39:47] [ForkJoinPool.commonPool-worker-1/INFO]: [BigDoors] No new updates available.
[19:39:48] [Server thread/INFO]: [Citizens] Loaded 54 NPCs.
[19:39:48] [Server thread/INFO]: +> [ScriptEvent] Processed 0 script event paths. 
[19:39:48] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
[19:39:48] [Server thread/INFO]: +> [Denizen] Denizen fully loaded at: 2023/10/15 19:39:44 
[19:39:48] [Server thread/INFO]: [BigDoorsOpener] Hooked into Big Doors successfully.
[19:39:48] [Server thread/INFO]: [BigDoorsOpener] World guard not found. Region conditions can't be used.
[19:39:48] [Server thread/INFO]: [BigDoorsOpener] Placeholder API not found. Placeholder usage is disabled.
[19:39:48] [Server thread/INFO]: [BigDoorsOpener] MythicMobs found. Enabling mythic mobs listener.
[19:39:48] [Server thread/INFO]: [BigDoorsOpener] Config is up to date.
[19:39:48] [Server thread/INFO]: [BigDoorsOpener] Config loaded!
[19:39:48] [Server thread/INFO]: [BigDoorsOpener] Java 15 or newer detected. Searching for external Engine.
[19:39:48] [Server thread/INFO]: [BigDoorsOpener] OpenJDK Nashorn script engine started.
[19:39:48] [Server thread/INFO]: [BigDoorsOpener] ?2Locale plugins/BigDoorsOpener/messages/messages_de_DE.properties is up to date.
[19:39:48] [Server thread/INFO]: [BigDoorsOpener] ?2Locale plugins/BigDoorsOpener/messages/messages_en_US.properties is up to date.
[19:39:48] [Server thread/INFO]: [BigDoorsOpener] Metrics enabled. Thank you very much!
[19:39:48] [Server thread/INFO]: [BigDoorsOpener] Post startup done. Required 399 ms.
[19:39:48] [Server thread/INFO]: [Skript] Loading variables...
[19:39:48] [Server thread/INFO]: [Skript] Loaded 1 variables in 0.0 seconds
[19:39:48] [Server thread/WARN]: [ViaVersion] There is a newer plugin version available: 4.8.1, you're on: 4.7.1-SNAPSHOT
[19:39:48] [Server thread/INFO]: Done (27.495s)! For help, type "help"
[19:39:48] [Server thread/INFO]: Timings Reset
[19:39:48] [Craft Scheduler Thread - 3 - Vault/INFO]: [Vault] Checking for Updates ... 
[19:39:48] [Craft Scheduler Thread - 3 - Vault/INFO]: [Vault] No new version available
[19:39:48] [DiscordSRV - JDA Callback 0/INFO]: [DiscordSRV] Cleared all pre-existing slash commands in 1/1 guilds (0 cancelled)
[19:39:48] [Thread-26/INFO]: --------------------
[19:39:48] [Thread-26/INFO]: [CoreProtect] Version 22.2 is now available.
[19:39:48] [Thread-26/INFO]: [CoreProtect] Download: www.coreprotect.net/download/
[19:39:48] [Thread-26/INFO]: --------------------
[19:39:49] [Server thread/INFO]: lunarcatYT[/38.34.173.104:54110] logged in with entity id 547 at ([world]-105.55788290422865, 71.0, -169.6902998335065)
[19:39:49] [Server thread/INFO]: Dark_Blade1 joined the server
[19:39:49] [Server thread/INFO]: Dark_Blade1[/159.50.193.250:42000] logged in with entity id 549 at ([world]-133.34973729668076, 71.0, -134.51249998807907)
[19:39:54] [Async Chat Thread - #1/INFO]: Class-D  Dark_Blade1 > NOT THIS AGAIn
[19:39:54] [User Authenticator #0/INFO]: UUID of player donter66 is 8a268f62-8fa6-42a4-8de1-8279a4d0e3af
[19:39:54] [Server thread/INFO]: donter66 joined the server
[19:39:54] [Server thread/INFO]: donter66[/217.10.11.217:54024] logged in with entity id 601 at ([Ikea]103.83923383420715, 10.716081793469682, 63.28283045858178)
[19:39:57] [Async Chat Thread - #0/INFO]: Class-D  Dark_Blade1 > eee
[19:39:59] [Async Chat Thread - #1/INFO]: Class-D  Dark_Blade1 > e
[19:39:59] [Async Chat Thread - #0/INFO]: Class-D  Dark_Blade1 > et
[19:40:00] [Server thread/INFO]: donter66 issued server command: /gamemode creative
[19:40:00] [Server thread/INFO]: [donter66: Set own game mode to Creative Mode]
[19:40:03] [Server thread/INFO]: donter66 issued server command: /spawn Dark_Blade1
[19:40:04] [Server thread/INFO]: donter66 issued server command: /spawn
[19:40:05] [User Authenticator #0/INFO]: UUID of player P074 is 0cf8b5bf-58cc-4fff-a100-4aa29adf62fc
[19:40:05] [Server thread/INFO]: P074 joined the server
[19:40:05] [Server thread/INFO]: P074[/144.182.113.137:52068] logged in with entity id 604 at ([world]-119.99937090765808, 71.0, -163.49795856142475)
[19:40:06] [Async Chat Thread - #1/INFO]: Class-D  Dark_Blade1 > yay
[19:40:13] [Server thread/INFO]: donter66 issued server command: /gamemode creative
[19:40:13] [Server thread/INFO]: [donter66: Set own game mode to Creative Mode]
[19:40:19] [Async Chat Thread - #0/INFO]: Insurgency  P074 > soooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
[19:40:24] [Async Chat Thread - #1/INFO]: Insurgency  P074 > about my fun mobs
[19:40:28] [Async Chat Thread - #0/INFO]: Insurgency  P074 > can i get them back
[19:40:32] [Async Chat Thread - #1/INFO]: Insurgency  P074 > PWEASEEEEEEEEEEEEEEE
[19:40:38] [Async Chat Thread - #0/INFO]: [Not Secure] Director  donter66 > also lunar its abit of a problem recoloring it if i cant hold it
[19:40:41] [Server thread/INFO]: donter66 issued server command: /petdespawn 179
[19:40:58] [Async Chat Thread - #1/INFO]: Insurgency  P074 > your rich
[19:41:03] [Async Chat Thread - #0/INFO]: Class-D  Dark_Blade1 > no
[19:41:05] [Async Chat Thread - #1/INFO]: Class-D  Dark_Blade1 > im already rich
[19:41:07] [Server thread/INFO]: P074 was shot by SD Guard using [M4A1 ]
[19:41:16] [Server thread/INFO]: Dark_Blade1 was shot by P074 using [AK-47 ]
[19:41:26] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-119 (MC: 1.20.1) ---
[19:41:26] [Paper Watchdog Thread/ERROR]: The server has not responded for 10 seconds! Creating thread dump
[19:41:26] [Paper Watchdog Thread/ERROR]: ------------------------------
[19:41:26] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[19:41:26] [Paper Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below: 
[19:41:26] [Paper Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( -12525,-10672) in 'world']
[19:41:26] [Paper Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=world, chunkX=-12525, chunkZ=-10672, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=net.minecraft.world.level.chunk.ProtoChunk,status=minecraft:initialize_light}, currentGenStatus=minecraft:initialize_light, requestedGenStatus=minecraft:full, generationTask=null, generationTaskStatus=null, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=1, fullNeighbourChunksLoadedBitset=132, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
[19:41:26] [Paper Watchdog Thread/ERROR]: Ticking entity: minecraft:player, entity class: net.citizensnpcs.nms.v1_20_R1.entity.EntityHumanNPC
[19:41:26] [Paper Watchdog Thread/ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
[19:41:26] [Paper Watchdog Thread/ERROR]: Entity UUID: e4146a2b-1418-2a09-b5b4-d2a9787d6dfa
[19:41:26] [Paper Watchdog Thread/ERROR]: Position: world: 'world' at location (-392.3, 73.0, -149.5)
[19:41:26] [Paper Watchdog Thread/ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)
[19:41:26] [Paper Watchdog Thread/ERROR]: Entity AABB: AABB[-392.60000001192094, 73.0, -149.80000001192093] -> [-391.9999999880791, 74.79999995231628, -149.19999998807907]
[19:41:26] [Paper Watchdog Thread/ERROR]: ------------------------------
[19:41:26] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread
[19:41:26] [Paper Watchdog Thread/ERROR]:     PID: 26 | Suspended: false | Native: false | State: TIMED_WAITING
[19:41:26] [Paper Watchdog Thread/ERROR]:     Stack:
[19:41:26] [Paper Watchdog Thread/ERROR]:         [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[19:41:26] [Paper Watchdog Thread/ERROR]:         [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:300)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.level.chunk.ChunkSource.getChunk(ChunkSource.java:12)
[19:41:26] [Paper Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_20_R1.CraftWorld.getChunkAt(CraftWorld.java:335)
[19:41:26] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.ChunkBlockSource.getChunkObject(ChunkBlockSource.java:21)
[19:41:26] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.ChunkBlockSource.getChunkObject(ChunkBlockSource.java:10)
[19:41:26] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.CachingChunkBlockSource.<init>(CachingChunkBlockSource.java:38)
[19:41:26] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.CachingChunkBlockSource.<init>(CachingChunkBlockSource.java:26)
[19:41:26] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.CachingChunkBlockSource.<init>(CachingChunkBlockSource.java:22)
[19:41:26] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.ChunkBlockSource.<init>(ChunkBlockSource.java:12)
[19:41:26] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.npc.ai.NMSChunkBlockSource.<init>(NMSChunkBlockSource.java:12)
[19:41:26] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.npc.ai.AStarNavigationStrategy$AStarPlanner.<init>(AStarNavigationStrategy.java:175)
[19:41:26] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.npc.ai.AStarNavigationStrategy.update(AStarNavigationStrategy.java:82)
[19:41:26] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.npc.ai.CitizensNavigator.run(CitizensNavigator.java:201)
[19:41:26] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.npc.CitizensNPC.update(CitizensNPC.java:560)
[19:41:26] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.nms.v1_20_R1.entity.EntityHumanNPC.l(EntityHumanNPC.java:361)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.tickNonPassenger(ServerLevel.java:1352)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.WorldServer$$Lambda$12883/0x00000008036c7158.accept(Unknown Source)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.level.Level.guardEntityTick(Level.java:920)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.lambda$tick$12(ServerLevel.java:872)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.WorldServer$$Lambda$12882/0x00000008036c6f20.accept(Unknown Source)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:42)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:852)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1557)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:447)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1394)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1171)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[19:41:26] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer$$Lambda$4620/0x0000000801a30478.run(Unknown Source)
[19:41:26] [Paper Watchdog Thread/ERROR]:         [email protected]/java.lang.Thread.run(Thread.java:833)
[19:41:26] [Paper Watchdog Thread/ERROR]: ------------------------------
[19:41:26] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[19:41:26] [Paper Watchdog Thread/ERROR]: ------------------------------
[19:41:31] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-119 (MC: 1.20.1) ---
[19:41:31] [Paper Watchdog Thread/ERROR]: The server has not responded for 15 seconds! Creating thread dump
[19:41:31] [Paper Watchdog Thread/ERROR]: ------------------------------
[19:41:31] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[19:41:31] [Paper Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below: 
[19:41:31] [Paper Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( -12525,-9597) in 'world']
[19:41:31] [Paper Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=world, chunkX=-12525, chunkZ=-9597, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=net.minecraft.world.level.chunk.ProtoChunk,status=minecraft:initialize_light}, currentGenStatus=minecraft:initialize_light, requestedGenStatus=minecraft:full, generationTask=null, generationTaskStatus=null, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=3, fullNeighbourChunksLoadedBitset=132, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
[19:41:31] [Paper Watchdog Thread/ERROR]: Ticking entity: minecraft:player, entity class: net.citizensnpcs.nms.v1_20_R1.entity.EntityHumanNPC
[19:41:31] [Paper Watchdog Thread/ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
[19:41:31] [Paper Watchdog Thread/ERROR]: Entity UUID: e4146a2b-1418-2a09-b5b4-d2a9787d6dfa
[19:41:31] [Paper Watchdog Thread/ERROR]: Position: world: 'world' at location (-392.3, 73.0, -149.5)
[19:41:31] [Paper Watchdog Thread/ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)
[19:41:31] [Paper Watchdog Thread/ERROR]: Entity AABB: AABB[-392.60000001192094, 73.0, -149.80000001192093] -> [-391.9999999880791, 74.79999995231628, -149.19999998807907]
[19:41:31] [Paper Watchdog Thread/ERROR]: ------------------------------
[19:41:31] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread
[19:41:31] [Paper Watchdog Thread/ERROR]:     PID: 26 | Suspended: false | Native: false | State: TIMED_WAITING
[19:41:31] [Paper Watchdog Thread/ERROR]:     Stack:
[19:41:31] [Paper Watchdog Thread/ERROR]:         [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[19:41:31] [Paper Watchdog Thread/ERROR]:         [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:300)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.level.chunk.ChunkSource.getChunk(ChunkSource.java:12)
[19:41:31] [Paper Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_20_R1.CraftWorld.getChunkAt(CraftWorld.java:335)
[19:41:31] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.ChunkBlockSource.getChunkObject(ChunkBlockSource.java:21)
[19:41:31] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.ChunkBlockSource.getChunkObject(ChunkBlockSource.java:10)
[19:41:31] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.CachingChunkBlockSource.<init>(CachingChunkBlockSource.java:38)
[19:41:31] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.CachingChunkBlockSource.<init>(CachingChunkBlockSource.java:26)
[19:41:31] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.CachingChunkBlockSource.<init>(CachingChunkBlockSource.java:22)
[19:41:31] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.ChunkBlockSource.<init>(ChunkBlockSource.java:12)
[19:41:31] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.npc.ai.NMSChunkBlockSource.<init>(NMSChunkBlockSource.java:12)
[19:41:31] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.npc.ai.AStarNavigationStrategy$AStarPlanner.<init>(AStarNavigationStrategy.java:175)
[19:41:31] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.npc.ai.AStarNavigationStrategy.update(AStarNavigationStrategy.java:82)
[19:41:31] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.npc.ai.CitizensNavigator.run(CitizensNavigator.java:201)
[19:41:31] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.npc.CitizensNPC.update(CitizensNPC.java:560)
[19:41:31] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.nms.v1_20_R1.entity.EntityHumanNPC.l(EntityHumanNPC.java:361)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.tickNonPassenger(ServerLevel.java:1352)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.WorldServer$$Lambda$12883/0x00000008036c7158.accept(Unknown Source)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.level.Level.guardEntityTick(Level.java:920)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.lambda$tick$12(ServerLevel.java:872)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.WorldServer$$Lambda$12882/0x00000008036c6f20.accept(Unknown Source)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:42)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:852)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1557)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:447)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1394)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1171)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[19:41:31] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer$$Lambda$4620/0x0000000801a30478.run(Unknown Source)
[19:41:31] [Paper Watchdog Thread/ERROR]:         [email protected]/java.lang.Thread.run(Thread.java:833)
[19:41:31] [Paper Watchdog Thread/ERROR]: ------------------------------
[19:41:31] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[19:41:31] [Paper Watchdog Thread/ERROR]: ------------------------------
[19:41:36] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-119 (MC: 1.20.1) ---
[19:41:36] [Paper Watchdog Thread/ERROR]: The server has not responded for 20 seconds! Creating thread dump
[19:41:36] [Paper Watchdog Thread/ERROR]: ------------------------------
[19:41:36] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[19:41:36] [Paper Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below: 
[19:41:36] [Paper Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( -12525,-8582) in 'world']
[19:41:36] [Paper Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=world, chunkX=-12525, chunkZ=-8582, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=net.minecraft.world.level.chunk.ProtoChunk,status=minecraft:initialize_light}, currentGenStatus=minecraft:initialize_light, requestedGenStatus=minecraft:full, generationTask=null, generationTaskStatus=null, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=2, fullNeighbourChunksLoadedBitset=132, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
[19:41:36] [Paper Watchdog Thread/ERROR]: Ticking entity: minecraft:player, entity class: net.citizensnpcs.nms.v1_20_R1.entity.EntityHumanNPC
[19:41:36] [Paper Watchdog Thread/ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
[19:41:36] [Paper Watchdog Thread/ERROR]: Entity UUID: e4146a2b-1418-2a09-b5b4-d2a9787d6dfa
[19:41:36] [Paper Watchdog Thread/ERROR]: Position: world: 'world' at location (-392.3, 73.0, -149.5)
[19:41:36] [Paper Watchdog Thread/ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)
[19:41:36] [Paper Watchdog Thread/ERROR]: Entity AABB: AABB[-392.60000001192094, 73.0, -149.80000001192093] -> [-391.9999999880791, 74.79999995231628, -149.19999998807907]
[19:41:36] [Paper Watchdog Thread/ERROR]: ------------------------------
[19:41:36] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread
[19:41:36] [Paper Watchdog Thread/ERROR]:     PID: 26 | Suspended: false | Native: false | State: TIMED_WAITING
[19:41:36] [Paper Watchdog Thread/ERROR]:     Stack:
[19:41:36] [Paper Watchdog Thread/ERROR]:         [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[19:41:36] [Paper Watchdog Thread/ERROR]:         [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:148)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:300)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.level.chunk.ChunkSource.getChunk(ChunkSource.java:12)
[19:41:36] [Paper Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_20_R1.CraftWorld.getChunkAt(CraftWorld.java:335)
[19:41:36] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.ChunkBlockSource.getChunkObject(ChunkBlockSource.java:21)
[19:41:36] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.ChunkBlockSource.getChunkObject(ChunkBlockSource.java:10)
[19:41:36] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.CachingChunkBlockSource.<init>(CachingChunkBlockSource.java:38)
[19:41:36] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.CachingChunkBlockSource.<init>(CachingChunkBlockSource.java:26)
[19:41:36] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.CachingChunkBlockSource.<init>(CachingChunkBlockSource.java:22)
[19:41:36] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.api.astar.pathfinder.ChunkBlockSource.<init>(ChunkBlockSource.java:12)
[19:41:36] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.npc.ai.NMSChunkBlockSource.<init>(NMSChunkBlockSource.java:12)
[19:41:36] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.npc.ai.AStarNavigationStrategy$AStarPlanner.<init>(AStarNavigationStrategy.java:175)
[19:41:36] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.npc.ai.AStarNavigationStrategy.update(AStarNavigationStrategy.java:82)
[19:41:36] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.npc.ai.CitizensNavigator.run(CitizensNavigator.java:201)
[19:41:36] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.npc.CitizensNPC.update(CitizensNPC.java:560)
[19:41:36] [Paper Watchdog Thread/ERROR]:         Citizens-2.0.32-b3208.jar//net.citizensnpcs.nms.v1_20_R1.entity.EntityHumanNPC.l(EntityHumanNPC.java:361)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.tickNonPassenger(ServerLevel.java:1352)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.WorldServer$$Lambda$12883/0x00000008036c7158.accept(Unknown Source)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.level.Level.guardEntityTick(Level.java:920)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.lambda$tick$12(ServerLevel.java:872)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.WorldServer$$Lambda$12882/0x00000008036c6f20.accept(Unknown Source)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:42)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:852)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1557)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:447)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1394)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1171)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[19:41:36] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer$$Lambda$4620/0x0000000801a30478.run(Unknown Source)
[19:41:36] [Paper Watchdog Thread/ERROR]:         [email protected]/java.lang.Thread.run(Thread.java:833)
[19:41:36] [Paper Watchdog Thread/ERROR]: ------------------------------
[19:41:36] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[19:41:36] [Paper Watchdog Thread/ERROR]: ------------------------------