Paste #119431: [20:38:48] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] [20:38:51] [ServerMain/INFO]: Loaded 11

Date: 2024/01/13 17:47:45 UTC-08: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


[20:38:48] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[20:38:51] [ServerMain/INFO]: Loaded 1174 recipes
[20:38:51] [ServerMain/INFO]: Loaded 1271 advancements
[20:38:51] [Server thread/INFO]: Starting minecraft server version 1.20.4
[20:38:51] [Server thread/INFO]: Loading properties
[20:38:52] [Server thread/INFO]: This server is running Paper version git-Paper-381 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: 07b956e)
[20:38:52] [Server thread/INFO]: Using 4 threads for Netty based IO
[20:38:52] [Server thread/INFO]: Server Ping Player Sample Count: 12
[20:38:53] [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
[20:38:53] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[20:38:53] [Server thread/INFO]: Default game type: SURVIVAL
[20:38:53] [Server thread/INFO]: Generating keypair
[20:38:53] [Server thread/INFO]: Starting Minecraft server on *:25565
[20:38:53] [Server thread/INFO]: Using default channel type
[20:38:53] [Server thread/INFO]: Paper: Using Java compression from Velocity.
[20:38:53] [Server thread/INFO]: Paper: Using Java cipher from Velocity.
[20:38:53] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Ambiguous plugin name 'Essentials' for files 'plugins\EssentialsX-2.21.0-dev+25-fbfd7e9.jar' and 'plugins\EssentialsX-2.21.0-dev+24-0af4436.jar' in 'plugins'
[20:38:53] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Ambiguous plugin name 'EssentialsChat' for files 'plugins\EssentialsXChat-2.21.0-dev21-c68b277.jar' and 'plugins\EssentialsXChat-2.21.0-dev+25-fbfd7e9.jar' in 'plugins'
[20:38:53] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load 'plugins\SkillAPI.jar' in 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [MCCore]. Please download and install these plugins to run 'SkillAPI'.
    at io.papermc.paper.plugin.entrypoint.strategy.modern.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:82) ~[paper-1.20.4.jar:git-Paper-381]
    at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:38) ~[paper-1.20.4.jar:git-Paper-381]
    at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.20.4.jar:git-Paper-381]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.loadPlugins(CraftServer.java:505) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1132) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) ~[paper-1.20.4.jar:git-Paper-381]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
[20:38:54] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loading 2 libraries... please wait
[20:38:54] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library C:\Users\mcgpl\AppData\Roaming\.feather\player-server\servers\91357c46-30e2-4e68-8f6d-d12016e5372f\libraries\com\zaxxer\HikariCP\5.0.1\HikariCP-5.0.1.jar
[20:38:54] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library C:\Users\mcgpl\AppData\Roaming\.feather\player-server\servers\91357c46-30e2-4e68-8f6d-d12016e5372f\libraries\org\slf4j\slf4j-api\2.0.0-alpha1\slf4j-api-2.0.0-alpha1.jar
[20:38:54] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library C:\Users\mcgpl\AppData\Roaming\.feather\player-server\servers\91357c46-30e2-4e68-8f6d-d12016e5372f\libraries\it\unimi\dsi\fastutil\8.5.11\fastutil-8.5.11.jar
[20:38:54] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_20_R3.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[20:38:57] [Server thread/WARN]: Legacy plugin Votifier v1.9 does not specify an api-version.
[20:38:57] [Server thread/WARN]: Legacy plugin tNPC v1.0 does not specify an api-version.
[20:38:57] [Server thread/WARN]: Legacy plugin StaffList v1.0 does not specify an api-version.
[20:38:57] [Server thread/WARN]: Legacy plugin ServerInfo v2.7.1 does not specify an api-version.
[20:38:57] [Server thread/WARN]: Legacy plugin randomTP v1.0 does not specify an api-version.
[20:38:57] [Server thread/WARN]: Legacy plugin ProStaff v400000.0 does not specify an api-version.
[20:38:57] [Server thread/WARN]: Legacy plugin ProdigyForcefield v1.0.3 does not specify an api-version.
[20:38:57] [Server thread/WARN]: Legacy plugin CustomNPC v1.0 does not specify an api-version.
[20:38:57] [Server thread/WARN]: Legacy plugin NoCheatPlus v3.16.0-RC-sMD5NET-b1134 does not specify an api-version.
[20:38:58] [Server thread/WARN]: Legacy plugin NickNamer v1.0.1 does not specify an api-version.
[20:38:58] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
java.lang.IllegalArgumentException: unknown world
    at org.bukkit.Location.deserialize(Location.java:1132) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:87) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:129) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:209) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:58) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:264) ~[snakeyaml-2.2.jar:?]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:247) ~[snakeyaml-2.2.jar:?]
    at org.bukkit.configuration.file.YamlConstructor.construct(YamlConstructor.java:37) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.configuration.file.YamlConfiguration.fromNodeTree(YamlConfiguration.java:163) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:120) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:309) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:174) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:150) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at me.maanraj514.Lepvp.<init>(Lepvp.java:41) ~[lepvp-1.0.jar:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
    at java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) ~[?:?]
    at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:98) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.20.4.jar:git-Paper-381]
    at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:35) ~[paper-1.20.4.jar:git-Paper-381]
    at io.papermc.paper.plugin.entrypoint.strategy.modern.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:116) ~[paper-1.20.4.jar:git-Paper-381]
    at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:38) ~[paper-1.20.4.jar:git-Paper-381]
    at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.20.4.jar:git-Paper-381]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.loadPlugins(CraftServer.java:505) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1132) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) ~[paper-1.20.4.jar:git-Paper-381]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
[20:38:58] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.112
[20:38:59] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[20:38:59] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0-dev+25-fbfd7e9
[20:38:59] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
[20:38:59] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.5
[20:38:59] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.21.0-dev+21-c68b277
[20:38:59] [Server thread/INFO]: [DiscordSRV] Loading server plugin DiscordSRV v1.26.2
[20:38:59] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.5
[20:38:59] [Server thread/ERROR]: [DecentHolograms] Unsupported server version: v1_20_R3
[20:38:59] [Server thread/ERROR]: [DecentHolograms] Plugin will be disabled.
[20:38:59] [Server thread/INFO]: [NexEngine] Loading server plugin NexEngine v2.2.12
[20:38:59] [Server thread/INFO]: [EssentialsDiscord] Loading server plugin EssentialsDiscord v2.21.0-dev+25-fbfd7e9
[20:38:59] [Server thread/INFO]: [Votifier] [Votifier] Loading server plugin Votifier v1.9
[20:38:59] [Server thread/INFO]: [tNPC] Loading server plugin tNPC v1.0
[20:38:59] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.2
[20:38:59] [Server thread/INFO]: [StaffList] Loading server plugin StaffList v1.0
[20:38:59] [Server thread/INFO]: [ServerInfo] Loading server plugin ServerInfo v2.7.1
[20:38:59] [Server thread/INFO]: [randomTP] Loading server plugin randomTP v1.0
[20:38:59] [Server thread/INFO]: [PvPManager] Loading server plugin PvPManager v3.15.9
[20:38:59] [Server thread/INFO]: [ProStaff] Loading server plugin ProStaff v400000.0
[20:38:59] [Server thread/INFO]: [ProdigyForcefield] Loading server plugin ProdigyForcefield v1.0.3
[20:38:59] [Server thread/INFO]: [CustomNPC] Loading server plugin CustomNPC v1.0
[20:38:59] [Server thread/INFO]: [NoCheatPlus] Loading server plugin NoCheatPlus v3.16.0-RC-sMD5NET-b1134
[20:38:59] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
[20:38:59] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
[20:38:59] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.20.4
[20:38:59] [Server thread/INFO]: [NickNamer] Loading server plugin NickNamer v1.0.1
[20:38:59] [Server thread/INFO]: [MyCommand] Loading server plugin MyCommand v5.7.4
[20:38:59] [Server thread/INFO]: [Multiverse-Portals] Loading server plugin Multiverse-Portals v4.2.3
[20:38:59] [Server thread/INFO]: [Multiverse-Inventories] Loading server plugin Multiverse-Inventories v4.2.6
[20:38:59] [Server thread/INFO]: [LiveKit] Loading server plugin LiveKit v1.4.4c
[20:38:59] [Server thread/INFO]: [Lifesteal] Loading server plugin Lifesteal v7.0.4
[20:38:59] [Server thread/INFO]: [Lepvp] Loading server plugin Lepvp v1.18
[20:38:59] [Server thread/INFO]: [HoverStats] Loading server plugin HoverStats v5.5.7
[20:38:59] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.5.5
[20:38:59] [Server thread/INFO]: [Graves] Loading server plugin Graves v4.9
[20:39:00] [Server thread/INFO]: [ExcellentCrates] Loading server plugin ExcellentCrates v5.0.0
[20:39:00] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.21.0-dev+25-fbfd7e9
[20:39:00] [Server thread/INFO]: [net.essentialsx.discordlink.EssentialsDiscordLink] Loading server plugin EssentialsDiscordLink v2.21.0-dev+25-fbfd7e9
[20:39:00] [Server thread/INFO]: [Discord-Linker] Loading server plugin Discord-Linker v3.3
[20:39:00] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v22.2
[20:39:00] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.33-SNAPSHOT (build 3301)
[20:39:00] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[20:39:00] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.112
[20:39:01] [Server thread/INFO]:         __    
[20:39:01] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.112
[20:39:01] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[20:39:01] [Server thread/INFO]: 
[20:39:01] [Server thread/INFO]: [LuckPerms] Loading configuration...
[20:39:02] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[20:39:03] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[20:39:03] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[20:39:03] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 3563ms)
[20:39:03] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[20:39:03] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[20:39:04] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[20:39:04] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[20:39:04] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[20:39:04] [Server thread/INFO]: [NexEngine] Enabling NexEngine v2.2.12
[20:39:04] [Server thread/INFO]: [NexEngine] Seems like we have Paper based fork here...
[20:39:04] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms permissions
[20:39:04] [Server thread/INFO]: [NexEngine] Successfully hooked with EssentialsX Economy economy
[20:39:04] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms chat
[20:39:04] [Server thread/INFO]: [NexEngine] Plugin loaded in 208 ms!
[20:39:04] [Server thread/INFO]: Preparing level "world"
[20:39:05] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[20:39:05] [Server thread/INFO]: Time elapsed: 261 ms
[20:39:05] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[20:39:05] [Server thread/INFO]: Time elapsed: 27 ms
[20:39:05] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[20:39:05] [Server thread/INFO]: Time elapsed: 45 ms
[20:39:05] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+25-fbfd7e9
[20:39:05] [Server thread/WARN]: [Essentials] Version mismatch! Please update EssentialsChat to the same version.
[20:39:06] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[20:39:06] [Server thread/INFO]: [Essentials] No kits found to migrate.
[20:39:06] [Server thread/INFO]: [Essentials] Loaded 39095 items from items.json.
[20:39:06] [Server thread/INFO]: [Essentials] Using locale en_US
[20:39:06] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[20:39:06] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[20:39:06] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[20:39:06] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[20:39:06] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[20:39:06] [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--].
[20:39:06] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[20:39:07] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[20:39:07] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
[20:39:07] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_SPWAN
[20:39:07] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[20:39:07] [Server thread/INFO]: Preparing start region for dimension minecraft:spawn
[20:39:07] [Server thread/INFO]: Time elapsed: 99 ms
[20:39:07] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[20:39:07] [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.
[20:39:07] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[20:39:07] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.5
[20:39:07] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[20:39:07] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.21.0-dev+21-c68b277
[20:39:07] [Server thread/WARN]: [EssentialsChat] Version mismatch! Please update all Essentials jars to the same version.
[20:39:07] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[20:39:07] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.26.2
[20:39:07] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.5
[20:39:07] [Server thread/ERROR]: Error occurred while enabling DecentHolograms v2.8.5 (Is it up to date?)
java.lang.ExceptionInInitializerError: null
    at eu.decentsoftware.holograms.api.DecentHolograms.enable(DecentHolograms.java:76) ~[DecentHolograms-2.8.5.jar:?]
    at eu.decentsoftware.holograms.api.DecentHologramsAPI.onEnable(DecentHologramsAPI.java:51) ~[DecentHolograms-2.8.5.jar:?]
    at eu.decentsoftware.holograms.plugin.DecentHologramsPlugin.onEnable(DecentHologramsPlugin.java:23) ~[DecentHolograms-2.8.5.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:190) ~[paper-1.20.4.jar:git-Paper-381]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.4.jar:git-Paper-381]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:637) ~[paper-1.20.4.jar:git-Paper-381]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:548) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:673) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:433) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1132) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) ~[paper-1.20.4.jar:git-Paper-381]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "eu.decentsoftware.holograms.api.utils.reflect.Version.getMinor()" because "eu.decentsoftware.holograms.api.utils.reflect.Version.CURRENT" is null
    at eu.decentsoftware.holograms.api.utils.reflect.Version.afterOrEqual(Version.java:83) ~[DecentHolograms-2.8.5.jar:?]
    at eu.decentsoftware.holograms.api.nms.NMS.<clinit>(NMS.java:42) ~[DecentHolograms-2.8.5.jar:?]
    ... 15 more
[20:39:07] [Server thread/INFO]: [DecentHolograms] Disabling DecentHolograms v2.8.5
[20:39:07] [Server thread/ERROR]: Error occurred while disabling DecentHolograms v2.8.5
java.lang.NullPointerException: Cannot invoke "eu.decentsoftware.holograms.api.nms.PacketListener.destroy()" because "this.packetListener" is null
    at eu.decentsoftware.holograms.api.DecentHolograms.disable(DecentHolograms.java:111) ~[DecentHolograms-2.8.5.jar:?]
    at eu.decentsoftware.holograms.api.DecentHologramsAPI.onDisable(DecentHologramsAPI.java:65) ~[DecentHolograms-2.8.5.jar:?]
    at eu.decentsoftware.holograms.plugin.DecentHologramsPlugin.onDisable(DecentHologramsPlugin.java:37) ~[DecentHolograms-2.8.5.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:283) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:225) ~[paper-1.20.4.jar:git-Paper-381]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.20.4.jar:git-Paper-381]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:537) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:194) ~[paper-1.20.4.jar:git-Paper-381]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.4.jar:git-Paper-381]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:637) ~[paper-1.20.4.jar:git-Paper-381]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:548) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:673) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:433) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1132) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) ~[paper-1.20.4.jar:git-Paper-381]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
[20:39:07] [Server thread/INFO]: [EssentialsDiscord] Enabling EssentialsDiscord v2.21.0-dev+25-fbfd7e9
[20:39:08] [Server thread/INFO]: [EssentialsDiscord] Starting Metrics. Opt-out using the global bStats config.
[20:39:08] [Server thread/INFO]: [EssentialsDiscord] Attempting to login to Discord...
[20:39:08] [Server thread/ERROR]: [EssentialsDiscord] An error occurred while logging into Discord, which has caused the plugin to disable itself: 
No token provided! Please follow the tutorial in the config in order to setup the plugin.
[20:39:08] [Server thread/INFO]: [Votifier] [Votifier] Enabling Votifier v1.9*
[20:39:08] [Server thread/ERROR]: Error occurred while enabling Votifier v1.9 (Is it up to date?)
java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
    at com.vexsoftware.votifier.crypto.RSAIO.load(RSAIO.java:87) ~[votifier-1.9.jar:?]
    at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:151) ~[votifier-1.9.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:190) ~[paper-1.20.4.jar:git-Paper-381]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.4.jar:git-Paper-381]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:637) ~[paper-1.20.4.jar:git-Paper-381]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:548) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:673) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:433) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1132) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) ~[paper-1.20.4.jar:git-Paper-381]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:197) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
    ... 14 more
[20:39:08] [Server thread/INFO]: [Votifier] [Votifier] Disabling Votifier v1.9
[20:39:08] [Server thread/INFO]: [Votifier] [Votifier] Votifier disabled.
[20:39:08] [Server thread/INFO]: [tNPC] Enabling tNPC v1.0*
[20:39:08] [Server thread/INFO]: [tNPC] ======================
[20:39:08] [Server thread/INFO]: [tNPC] 
[20:39:08] [Server thread/INFO]: [tNPC]     I-Craft tNPC
[20:39:08] [Server thread/INFO]: [tNPC] 
[20:39:08] [Server thread/INFO]: [tNPC] ======================
[20:39:08] [Server thread/INFO]: [tNPC] tNPC has been enabled.
[20:39:08] [Server thread/INFO]: [TAB] Enabling TAB v4.1.2
[20:39:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.1.2]
[20:39:09] [Server thread/INFO]: [TAB] Enabled in 336ms
[20:39:09] [Server thread/INFO]: [StaffList] Enabling StaffList v1.0*
[20:39:09] [Server thread/INFO]: JoinAndLeave Enabled
[20:39:09] [Server thread/INFO]: [ServerInfo] Enabling ServerInfo v2.7.1*
[20:39:09] [Server thread/INFO]: [ServerInfo] Registered commands successfully.
[20:39:09] [Server thread/INFO]: [ServerInfo] Registered events successfully.
[20:39:09] [Server thread/INFO]: [ServerInfo] Registered and loaded config successfully.
[20:39:09] [Server thread/INFO]: [ServerInfo] ServerInfo v2.7.1 has been enabled.
[20:39:09] [Server thread/INFO]: [randomTP] Enabling randomTP v1.0*
[20:39:09] [Server thread/INFO]: [PvPManager] Enabling PvPManager v3.15.9
[20:39:09] [Server thread/INFO]: [PvPManager] Using player nametags: true
[20:39:09] [pool-18-thread-1/WARN]: [DiscordSRV] 

The current build of DiscordSRV is outdated by 100 commits! Get the latest build at your favorite distribution center.

Spigot: https://www.spigotmc.org/resources/discordsrv.18494/
Github: https://github.com/DiscordSRV/DiscordSRV/releases
Direct Download: https://get.discordsrv.com

[20:39:09] [Server thread/INFO]: [PvPManager] Connected to SQLITE database successfully
[20:39:09] [Server thread/INFO]: [PvPManager] Players stored: 5
[20:39:09] [Server thread/INFO]: [PvPManager] Essentials Found! Hooked successfully
[20:39:09] [Server thread/INFO]: [PvPManager] Vault Found! Using it for currency related features
[20:39:09] [Server thread/INFO]: [PvPManager] PlaceholderAPI Found! Hooked successfully
[20:39:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: pvpmanager [3.15.9]
[20:39:09] [Server thread/INFO]: [PvPManager] PvPManager v3.15.9 enabled (597 ms)
[20:39:09] [Server thread/INFO]: [ProStaff] Enabling ProStaff v400000.0*
[20:39:09] [Server thread/INFO]: [ProStaff] ProStaff Version 400000.0 Has Been Enabled!
[20:39:09] [Server thread/INFO]: [ProdigyForcefield] Enabling ProdigyForcefield v1.0.3*
[20:39:09] [Server thread/INFO]:  
[20:39:09] [Server thread/INFO]:  
[20:39:09] [Server thread/INFO]: The Prodigy is the man who knows how to eject someone...
[20:39:09] [Server thread/INFO]:  
[20:39:09] [Server thread/INFO]:  
[20:39:09] [Server thread/INFO]: Optional Depencies: 
[20:39:09] [Server thread/INFO]:     - WorldGuard: ?
[20:39:09] [Server thread/INFO]: [CustomNPC] Enabling CustomNPC v1.0*
[20:39:09] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134*
[20:39:09] [Server thread/WARN]: [NoCheatPlus] Running in Bukkit-API-only mode (git-Paper-381 (MC: 1.20.4)). If this is not intended, please check for updates and consider to request support.
[20:39:09] [Server thread/WARN]: [NoCheatPlus]  Check for updates and support at BukkitDev: https://dev.bukkit.org/server-mods/nocheatplus/
[20:39:09] [Server thread/WARN]: [NoCheatPlus]  Development builds (unsupported by the Bukkit Staff, use at your own risk): https://ci.md-5.net/job/NoCheatPlus/changes
[20:39:09] [Server thread/WARN]: [NoCheatPlus] Bukkit-API-only mode: Some features will likely not function properly, performance might suffer.
[20:39:09] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.6-1.11.2|? / Bukkit-API
[20:39:09] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[20:39:09] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[20:39:09] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[20:39:09] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
[20:39:09] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.9 blocks.
[20:39:09] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.10 blocks.
[20:39:09] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.11 blocks.
[20:39:09] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.12 blocks.
[20:39:10] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[20:39:10] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
[20:39:10] [PvPManager Worker Thread - 0/INFO]: [PvPManager] Checking for updates...
[20:39:10] [Server thread/INFO]: [NoCheatPlus] Force disable FastHeal on Minecraft 1.9 and later.
[20:39:10] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is enabled.
[20:39:10] [Server thread/INFO]: [NickNamer] Enabling NickNamer v1.0.1*
[20:39:10] [Server thread/INFO]: [NickNamer] [STDOUT] [NickNamer] Das Plugin wird aktiviert
[20:39:10] [Server thread/WARN]: Nag author(s): '[]' of 'NickNamer v1.0.1' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[20:39:10] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.4
[20:39:10] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.4*-=-=-=-=-=-=-=-=-=-*
[20:39:10] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
[20:39:10] [Server thread/INFO]: | Command file(s) found : 1
[20:39:10] [Server thread/INFO]: | Config : Ready.
[20:39:10] [Server thread/INFO]: | ProtocolLib not found.
[20:39:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mycommand [1.0.0]
[20:39:10] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
[20:39:10] [Server thread/INFO]: | Custom commands loaded : 44
[20:39:10] [Server thread/INFO]: | You're running the latest version of MyCommand.
[20:39:10] [Server thread/INFO]: |          by emmerrei a.k.a. ivanfromitaly.           
[20:39:10] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[20:39:10] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.3
[20:39:10] [Server thread/INFO]: [Multiverse-Portals] 0 - Portals(s) loaded
[20:39:10] [Server thread/INFO]: [Multiverse-Portals 4.2.3]  Enabled - By Rigby and fernferret
[20:39:10] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v4.2.6
[20:39:10] [PvPManager Worker Thread - 0/INFO]: [PvPManager] No update found
[20:39:10] [Server thread/INFO]: [Multiverse-Inventories 4.2.6] enabled.
[20:39:10] [Server thread/INFO]: [LiveKit] Enabling LiveKit v1.4.4c
[20:39:10] [Server thread/INFO]: [LiveKit] Using default permissions from config.yml for connected LiveKit clients
[20:39:10] [Server thread/INFO]: [LiveKit] Initializing storage adapter...[SQLITE]
[20:39:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[20:39:11] [Server thread/INFO]: [LiveKit] 4 regions detected for world world took 51ms
[20:39:11] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[20:39:11] [Server thread/INFO]: [LiveKit] 4 regions detected for world world_the_end took 171ms
[20:39:11] [Server thread/INFO]: [LiveKit] 4 regions detected for world world_nether took 72ms
[20:39:11] [Server thread/INFO]: [LiveKit] Console access password: fRCOl7Z4Mj
[20:39:11] [Thread-22/INFO]: [LiveKit] Server listening on 4123 for incoming connections
[20:39:11] [Server thread/INFO]: [Lifesteal] Enabling Lifesteal v7.0.4
[20:39:12] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:MCPvP SMP(1172653995861495908)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-logs(1172654524196991007)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-announcements(1193903973770461274)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:reports(1185597331513544837)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-application(1182646261514510366)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-setup(1172660107226665001)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-staff(1173522462009475092)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-chat(1173522597976215602)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:test-channel(1195712759451615343)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:how-to-get-verified(1172661331464290394)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-verificatione(1195362558287298600)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?rules(1172654524196991006)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?mcpvp-rules(1172655902994726933)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:welcome(1172659119556137001)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:info(1193919333697589349)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?announcements?(1172661971699630251)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:shore(1195052515952181358)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mcpvp(1183898927636943020)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:community-posts(1195360353572372561)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mcpvp-sneak-peaks(1172661846881353759)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:social-media(1195360477878947911)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:polls(1181953849104289822)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:safe-zones(1172777926169739334)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:keys(1177350074007830558)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:help(1195716822503264316)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:chat(1183168295499735091)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mcpvp-chat(1193914562072813659)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:chat(1194369144427126855)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mcpvp-chat-bedrock(1194738040942383336)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general-chat(1172654930197233746)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:memes(1172661887117312073)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:akinator(1195717550240186490)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:support-chat(1184151907837681664)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:discord-support(1173572502623113267)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mcpvp-support(1173572459702796331)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-rank-and-perms(1173526180754899024)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-commands(1194415027197849600)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mcpcp-staff-chat(1178792093632700426)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:developer-announcements(1194410979715461213)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:todo-list(1194410889558900746)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:developer-chat(1194411022958735461)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mcpvp-team-info(1195049778476765295)
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console channel ID was invalid, not forwarding console output
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[20:39:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
[20:39:12] [Server thread/INFO]: [Lifesteal - Log] Lifesteal has been loaded :)
Time: Sat Jan 13 20:39:12 YEKT 2024
[20:39:12] [Server thread/INFO]: [Lepvp] Enabling Lepvp v1.18
[20:39:12] [Server thread/INFO]: -----------------------
[20:39:12] [Server thread/INFO]: -----------------------
[20:39:12] [Server thread/INFO]: Plugin made by Maanraj514
[20:39:12] [Server thread/INFO]: -----------------------
[20:39:12] [Server thread/INFO]: -----------------------
[20:39:12] [Server thread/INFO]: [HoverStats] Enabling HoverStats v5.5.7
[20:39:12] [Server thread/INFO]: [HoverStats] Found PlaceholderAPI, hooking into it.
[20:39:12] [Server thread/INFO]: [GSit] Enabling GSit v1.5.5
[20:39:12] [Server thread/INFO]: [GSit] The plugin can't be used with this server version! (v1_20_R3)
[20:39:12] [Server thread/INFO]: [GSit] Disabling GSit v1.5.5
[20:39:12] [Server thread/INFO]: [GSit] The plugin was successfully disabled.
[20:39:12] [Server thread/INFO]: [Graves] Enabling Graves v4.9
[20:39:12] [Server thread/INFO]: [Graves] Integration: Hooked into Vault 1.7.3-b131.
[20:39:12] [Server thread/INFO]: [Graves] Integration: Hooked into MiniMessage.
[20:39:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: graves [4.9]
[20:39:12] [Server thread/INFO]: [Graves] Integration: Hooked into PlaceholderAPI 2.11.5.
[20:39:12] [Server thread/INFO]: [Graves] Compatibility: Essentials Detected, make sure you don't have the essentials.keepinv or essentials.keepxp permissions.
[20:39:12] [Server thread/INFO]: [ExcellentCrates] Enabling ExcellentCrates v5.0.0
[20:39:12] [Server thread/INFO]: [ExcellentCrates] Powered by: NexEngine
[20:39:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: excellentcrates [5.0.0]
[20:39:13] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[20:39:13] [Server thread/INFO]: [com.zaxxer.hikari.pool.HikariPool] HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@4ebb755d
[20:39:13] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[20:39:13] [Server thread/WARN]: [ExcellentCrates] No hologram handler is available. Do your server met all the requirements?
[20:39:13] [Server thread/INFO]: [ExcellentCrates] Registered currency: xp
[20:39:13] [Server thread/INFO]: [ExcellentCrates] Registered currency: money
[20:39:13] [Server thread/INFO]: [ExcellentCrates] Loaded 3 crate keys.
[20:39:13] [Server thread/INFO]: [ExcellentCrates] Loaded 4 rarities!
[20:39:13] [Server thread/INFO]: [ExcellentCrates] Loaded 3 crates.
[20:39:13] [Server thread/ERROR]: [ExcellentCrates] Invalid crate 'diamond' in 'default' menu!
[20:39:13] [Server thread/INFO]: [ExcellentCrates] Loaded 1 crate menus.
[20:39:13] [Server thread/INFO]: [ExcellentCrates] Plugin loaded in 885 ms!
[20:39:13] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.21.0-dev+25-fbfd7e9
[20:39:13] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[20:39:13] [Server thread/INFO]: [net.essentialsx.discordlink.EssentialsDiscordLink] Enabling EssentialsDiscordLink v2.21.0-dev+25-fbfd7e9
[20:39:13] [Server thread/ERROR]: Error occurred while enabling EssentialsDiscordLink v2.21.0-dev+25-fbfd7e9 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "net.essentialsx.api.v2.services.discord.DiscordService.getInteractionController()" because "this.api" is null
    at net.essentialsx.discordlink.EssentialsDiscordLink.onEnable(EssentialsDiscordLink.java:68) ~[EssentialsXDiscordLink-2.21.0-dev+25-fbfd7e9.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:190) ~[paper-1.20.4.jar:git-Paper-381]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.4.jar:git-Paper-381]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:637) ~[paper-1.20.4.jar:git-Paper-381]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:548) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:673) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:433) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1132) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) ~[paper-1.20.4.jar:git-Paper-381]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
[20:39:13] [Server thread/INFO]: [net.essentialsx.discordlink.EssentialsDiscordLink] Disabling EssentialsDiscordLink v2.21.0-dev+25-fbfd7e9
[20:39:13] [Server thread/INFO]: [Discord-Linker] Enabling Discord-Linker v3.3
[20:39:13] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v22.2
[20:39:14] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! 
[20:39:14] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[20:39:14] [Server thread/INFO]: --------------------
[20:39:14] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[20:39:14] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[20:39:14] [Server thread/INFO]: --------------------
[20:39:14] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.33-SNAPSHOT (build 3301)
[20:39:14] [Server thread/INFO]: [Citizens] Loading external libraries
[20:39:14] [Server thread/INFO]: Creating file: saves.yml
[20:39:14] [Server thread/INFO]: Creating file: shops.yml
[20:39:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: citizensplaceholder [1.0.0]
[20:39:15] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[20:39:15] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[20:39:15] [Server thread/INFO]: Running delayed init tasks
[20:39:15] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[20:39:15] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[20:39:15] [Craft Scheduler Thread - 3 - Essentials/INFO]: [Essentials] Fetching version information...
[20:39:15] [Craft Scheduler Thread - 1 - NoCheatPlus/INFO]: [NoCheatPlus] Could not register an instance for: fr.neatmonster.nocheatplus.components.entity.IEntityAccessLastPositionAndLook
[20:39:15] [Craft Scheduler Thread - 1 - NoCheatPlus/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
[20:39:16] [Craft Scheduler Thread - 12 - Vault/INFO]: [Vault] Checking for Updates ... 
[20:39:16] [Craft Scheduler Thread - 12 - Vault/INFO]: [Vault] No new version available
[20:39:16] [Craft Scheduler Thread - 5 - Discord-Linker/INFO]: [Discord-Linker] Plugin enabled.
[20:39:16] [Thread-31/INFO]: [Discord-Linker] Listening on port 11111
[20:39:16] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[20:39:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: discordsrv [1.26.2]
[20:39:16] [Server thread/INFO]: 0 placeholder hook(s) registered!
[20:39:16] [Server thread/INFO]: [Multiverse-Inventories] First run!
[20:39:16] [Server thread/INFO]: [Citizens] Loaded 0 NPCs.
[20:39:16] [Server thread/INFO]: Done (24.774s)! For help, type "help"
[20:39:16] [Server thread/INFO]: Timings Reset
[20:39:16] [DiscordSRV - JDA Callback 0/INFO]: [DiscordSRV] Cleared all pre-existing slash commands in 1/1 guilds (0 cancelled)
[20:42:20] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2581ms or 51 ticks behind
[20:42:21] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-381 (MC: 1.20.4) ---
[20:42:21] [Paper Watchdog Thread/ERROR]: The server has not responded for 10 seconds! Creating thread dump
[20:42:21] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:42:21] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[20:42:21] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:42:21] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread
[20:42:21] [Paper Watchdog Thread/ERROR]:     PID: 30 | Suspended: false | Native: false | State: RUNNABLE
[20:42:21] [Paper Watchdog Thread/ERROR]:     Stack:
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.ai.attributes.AttributeMap.getInstance(AttributeMap.java:50)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.LivingEntity.getAttribute(LivingEntity.java:2531)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.LivingEntity.removeFrost(LivingEntity.java:574)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.LivingEntity.aiStep(LivingEntity.java:3466)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.Mob.aiStep(Mob.java:675)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.LivingEntity.tick(LivingEntity.java:3043)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.Mob.tick(Mob.java:437)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.monster.Slime.tick(Slime.java:152)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.tickNonPassenger(ServerLevel.java:1415)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.WorldServer$$Lambda$9532/0x00000008023372e8.accept(Unknown Source)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.level.Level.guardEntityTick(Level.java:1319)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.lambda$tick$8(ServerLevel.java:922)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.WorldServer$$Lambda$9327/0x00000008022c4dd8.accept(Unknown Source)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:42)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:902)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1717)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:446)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1518)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
[20:42:21] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer$$Lambda$6316/0x000000080178eb48.run(Unknown Source)
[20:42:21] [Paper Watchdog Thread/ERROR]:         [email protected]/java.lang.Thread.run(Unknown Source)
[20:42:21] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:42:21] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[20:42:21] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:43:01] [User Authenticator #0/INFO]: UUID of player MCg11222 is d8689d50-4925-44de-98dc-1dded72c865f
[20:43:06] [Server thread/INFO]: [+] MCg11222
[20:43:09] [Server thread/INFO]: [DiscordSRV] Player MCg11222 joined with silent joining permission, not sending a join message
[20:43:09] [Server thread/INFO]: MCg11222[/127.0.0.1:60857] logged in with entity id 206 at ([Spawn]37.74364837723924, -46.828364752381276, -24.48485459796163)
[20:43:09] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 4993ms or 99 ticks behind
[20:43:42] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-381 (MC: 1.20.4) ---
[20:43:42] [Paper Watchdog Thread/ERROR]: The server has not responded for 10 seconds! Creating thread dump
[20:43:42] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:43:42] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[20:43:42] [Paper Watchdog Thread/ERROR]: Ticking entity: minecraft:sheep, entity class: net.minecraft.world.entity.animal.EntitySheep
[20:43:43] [Paper Watchdog Thread/ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
[20:43:44] [Paper Watchdog Thread/ERROR]: Entity UUID: ce5ceab2-30aa-4b53-8c7c-f90e57b51db1
[20:43:45] [Paper Watchdog Thread/ERROR]: Position: world: 'Spawn' at location (-59.79538530852576, -60.0, -87.93257961154524)
[20:43:45] [Paper Watchdog Thread/ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)
[20:43:45] [Paper Watchdog Thread/ERROR]: Entity AABB: AABB[-60.24538529660483, -60.0, -88.38257959962431] -> [-59.34538532044669, -58.700000047683716, -87.48257962346617]
[20:43:46] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:43:46] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread
[20:43:46] [Paper Watchdog Thread/ERROR]:     PID: 30 | Suspended: false | Native: false | State: RUNNABLE
[20:43:46] [Paper Watchdog Thread/ERROR]:     Stack:
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.io.RandomAccessFile.readBytes(Native Method)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.io.RandomAccessFile.read(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.io.RandomAccessFile.readFully(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.util.zip.ZipFile$Source.readFullyAt(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.util.zip.ZipFile$ZipFileInputStream.initDataOffset(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.util.zip.ZipFile$ZipFileInputStream.read(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.util.zip.ZipFile$ZipFileInflaterInputStream.fill(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.util.zip.InflaterInputStream.read(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/jdk.internal.loader.Resource.getBytes(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/jdk.internal.loader.URLClassPath$JarLoader$2.getBytes(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.net.URLClassLoader.defineClass(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.net.URLClassLoader$1.run(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.net.URLClassLoader$1.run(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.security.AccessController.executePrivileged(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.security.AccessController.doPrivileged(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.net.URLClassLoader.findClass(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.lang.ClassLoader.loadClass(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.lang.ClassLoader.loadClass(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_20_R3.block.data.CraftBlockData.<clinit>(CraftBlockData.java:427)
[20:43:47] [Paper Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_20_R3.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:1420)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.ai.goal.EatBlockGoal.tick(EatBlockGoal.java:86)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.ai.goal.WrappedGoal.tick(WrappedGoal.java:63)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.ai.goal.GoalSelector.tickRunningGoals(GoalSelector.java:154)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.ai.goal.GoalSelector.tick(GoalSelector.java:145)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.Mob.serverAiStep(Mob.java:925)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.LivingEntity.aiStep(LivingEntity.java:3394)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.Mob.aiStep(Mob.java:675)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.AgeableMob.aiStep(AgeableMob.java:155)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.animal.Animal.aiStep(Animal.java:63)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.animal.Sheep.aiStep(Sheep.java:148)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.LivingEntity.tick(LivingEntity.java:3043)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.Mob.tick(Mob.java:437)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.tickNonPassenger(ServerLevel.java:1415)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.WorldServer$$Lambda$9532/0x00000008023372e8.accept(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.level.Level.guardEntityTick(Level.java:1319)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.lambda$tick$8(ServerLevel.java:922)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.WorldServer$$Lambda$9327/0x00000008022c4dd8.accept(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:42)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:902)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1717)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:446)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1518)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
[20:43:47] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer$$Lambda$6316/0x000000080178eb48.run(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]:         [email protected]/java.lang.Thread.run(Unknown Source)
[20:43:47] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:43:47] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[20:43:47] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:43:48] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-381 (MC: 1.20.4) ---
[20:43:48] [Paper Watchdog Thread/ERROR]: The server has not responded for 16 seconds! Creating thread dump
[20:43:48] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:43:48] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[20:43:48] [Paper Watchdog Thread/ERROR]: Ticking entity: minecraft:sheep, entity class: net.minecraft.world.entity.animal.EntitySheep
[20:43:48] [Paper Watchdog Thread/ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
[20:43:48] [Paper Watchdog Thread/ERROR]: Entity UUID: ce5ceab2-30aa-4b53-8c7c-f90e57b51db1
[20:43:48] [Paper Watchdog Thread/ERROR]: Position: world: 'Spawn' at location (-59.79538530852576, -60.0, -87.93257961154524)
[20:43:48] [Paper Watchdog Thread/ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)
[20:43:48] [Paper Watchdog Thread/ERROR]: Entity AABB: AABB[-60.24538529660483, -60.0, -88.38257959962431] -> [-59.34538532044669, -58.700000047683716, -87.48257962346617]
[20:43:48] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:43:48] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread
[20:43:48] [Paper Watchdog Thread/ERROR]:     PID: 30 | Suspended: false | Native: false | State: RUNNABLE
[20:43:48] [Paper Watchdog Thread/ERROR]:     Stack:
[20:43:48] [Paper Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_20_R3.block.data.CraftBlockData.lambda$reloadCache$0(CraftBlockData.java:550)
[20:43:48] [Paper Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_20_R3.block.data.CraftBlockData$$Lambda$10484/0x000000080276d318.accept(Unknown Source)
[20:43:48] [Paper Watchdog Thread/ERROR]:         [email protected]/java.lang.Iterable.forEach(Unknown Source)
[20:43:48] [Paper Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_20_R3.block.data.CraftBlockData.reloadCache(CraftBlockData.java:550)
[20:43:48] [Paper Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_20_R3.block.data.CraftBlockData.<clinit>(CraftBlockData.java:545)
[20:43:48] [Paper Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_20_R3.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:1420)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.ai.goal.EatBlockGoal.tick(EatBlockGoal.java:86)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.ai.goal.WrappedGoal.tick(WrappedGoal.java:63)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.ai.goal.GoalSelector.tickRunningGoals(GoalSelector.java:154)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.ai.goal.GoalSelector.tick(GoalSelector.java:145)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.Mob.serverAiStep(Mob.java:925)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.LivingEntity.aiStep(LivingEntity.java:3394)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.Mob.aiStep(Mob.java:675)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.AgeableMob.aiStep(AgeableMob.java:155)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.animal.Animal.aiStep(Animal.java:63)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.animal.Sheep.aiStep(Sheep.java:148)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.LivingEntity.tick(LivingEntity.java:3043)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.entity.Mob.tick(Mob.java:437)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.tickNonPassenger(ServerLevel.java:1415)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.WorldServer$$Lambda$9532/0x00000008023372e8.accept(Unknown Source)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.level.Level.guardEntityTick(Level.java:1319)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.lambda$tick$8(ServerLevel.java:922)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.WorldServer$$Lambda$9327/0x00000008022c4dd8.accept(Unknown Source)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:42)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:902)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1717)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:446)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1518)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
[20:43:48] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer$$Lambda$6316/0x000000080178eb48.run(Unknown Source)
[20:43:48] [Paper Watchdog Thread/ERROR]:         [email protected]/java.lang.Thread.run(Unknown Source)
[20:43:48] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:43:48] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[20:43:48] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:43:50] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 18151ms or 363 ticks behind
[20:44:09] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2669ms or 53 ticks behind
[20:44:10] [Server thread/INFO]: MCg11222 issued server command: /mv tp SPAWN
[20:44:20] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-381 (MC: 1.20.4) ---
[20:44:20] [Paper Watchdog Thread/ERROR]: The server has not responded for 10 seconds! Creating thread dump
[20:44:20] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:44:20] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[20:44:20] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:44:20] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread
[20:44:20] [Paper Watchdog Thread/ERROR]:     PID: 30 | Suspended: false | Native: false | State: WAITING
[20:44:20] [Paper Watchdog Thread/ERROR]:     Stack:
[20:44:20] [Paper Watchdog Thread/ERROR]:         [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[20:44:20] [Paper Watchdog Thread/ERROR]:         [email protected]/java.util.concurrent.locks.LockSupport.park(Unknown Source)
[20:44:20] [Paper Watchdog Thread/ERROR]:         [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(Unknown Source)
[20:44:20] [Paper Watchdog Thread/ERROR]:         [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(Unknown Source)
[20:44:20] [Paper Watchdog Thread/ERROR]:         [email protected]/java.util.concurrent.locks.ReentrantLock$Sync.lock(Unknown Source)
[20:44:20] [Paper Watchdog Thread/ERROR]:         [email protected]/java.util.concurrent.locks.ReentrantLock.lock(Unknown Source)
[20:44:20] [Paper Watchdog Thread/ERROR]:         io.papermc.paper.chunk.system.io.RegionFileIOThread$ChunkDataController.computeForRegionFileIfLoaded(RegionFileIOThread.java:1156)
[20:44:20] [Paper Watchdog Thread/ERROR]:         io.papermc.paper.chunk.system.io.RegionFileIOThread.doesRegionFileExist(RegionFileIOThread.java:827)
[20:44:20] [Paper Watchdog Thread/ERROR]:         io.papermc.paper.chunk.system.io.RegionFileIOThread.loadDataAsyncInternal(RegionFileIOThread.java:897)
[20:44:20] [Paper Watchdog Thread/ERROR]:         io.papermc.paper.chunk.system.io.RegionFileIOThread.loadDataAsync(RegionFileIOThread.java:807)
[20:44:20] [Paper Watchdog Thread/ERROR]:         io.papermc.paper.chunk.system.scheduling.GenericDataLoadTask$LoadDataFromDiskTask.schedule(GenericDataLoadTask.java:635)
[20:44:20] [Paper Watchdog Thread/ERROR]:         io.papermc.paper.chunk.system.scheduling.GenericDataLoadTask$LoadDataFromDiskTask.schedule(GenericDataLoadTask.java:623)
[20:44:20] [Paper Watchdog Thread/ERROR]:         io.papermc.paper.chunk.system.scheduling.GenericDataLoadTask.scheduleNow(GenericDataLoadTask.java:179)
[20:44:20] [Paper Watchdog Thread/ERROR]:         io.papermc.paper.chunk.system.scheduling.GenericDataLoadTask.schedule(GenericDataLoadTask.java:172)
[20:44:20] [Paper Watchdog Thread/ERROR]:         io.papermc.paper.chunk.system.scheduling.ChunkLoadTask.schedule(ChunkLoadTask.java:122)
[20:44:20] [Paper Watchdog Thread/ERROR]:         io.papermc.paper.chunk.system.scheduling.ChunkTaskScheduler.scheduleChunkLoad(ChunkTaskScheduler.java:568)
[20:44:20] [Paper Watchdog Thread/ERROR]:         io.papermc.paper.chunk.system.RegionizedPlayerChunkLoader$PlayerChunkLoaderData.updateQueues(RegionizedPlayerChunkLoader.java:747)
[20:44:20] [Paper Watchdog Thread/ERROR]:         io.papermc.paper.chunk.system.RegionizedPlayerChunkLoader.tick(RegionizedPlayerChunkLoader.java:243)
[20:44:20] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerChunkCache.tick(ServerChunkCache.java:495)
[20:44:20] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:874)
[20:44:20] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1717)
[20:44:20] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:446)
[20:44:20] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1518)
[20:44:20] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214)
[20:44:20] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
[20:44:20] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer$$Lambda$6316/0x000000080178eb48.run(Unknown Source)
[20:44:20] [Paper Watchdog Thread/ERROR]:         [email protected]/java.lang.Thread.run(Unknown Source)
[20:44:20] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:44:20] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[20:44:20] [Paper Watchdog Thread/ERROR]: ------------------------------
[20:44:34] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5014ms or 100 ticks behind
[20:44:46] [Server thread/INFO]: MCg11222 issued server command: /npc create RTP
[20:44:47] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'npc' in plugin CustomNPC v1.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.dispatchCommand(CraftServer.java:987) ~[paper-1.20.4.jar:git-Paper-381]
    at org.bukkit.craftbukkit.v1_20_R3.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.4.jar:git-Paper-381]
    at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.2.9.jar:?]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:32) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:19) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.commands.execution.UnboundEntryAction.lambda$bind$0(UnboundEntryAction.java:8) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.commands.execution.CommandQueueEntry.a(CommandQueueEntry.java:5) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.commands.execution.ExecutionContext.runCommandQueue(ExecutionContext.java:101) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.commands.Commands.executeCommandInContext(Commands.java:435) ~[?:?]
    at net.minecraft.commands.Commands.performCommand(Commands.java:336) ~[?:?]
    at net.minecraft.commands.Commands.performCommand(Commands.java:323) ~[?:?]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2234) ~[?:?]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$16(ServerGamePacketListenerImpl.java:2194) ~[?:?]
    at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:?]
    at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
    at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
    at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1458) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:194) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
    at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1435) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1358) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
    at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1336) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[paper-1.20.4.jar:git-Paper-381]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) ~[paper-1.20.4.jar:git-Paper-381]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_11_R1/entity/CraftEntity
    at fr.soukazes.customnpc.CommandCustomNPC.onCommand(CommandCustomNPC.java:26) ~[NPC.jar:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    ... 29 more
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_11_R1.entity.CraftEntity
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:197) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
    at fr.soukazes.customnpc.CommandCustomNPC.onCommand(CommandCustomNPC.java:26) ~[NPC.jar:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    ... 29 more
[20:44:51] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2647ms or 52 ticks behind
[20:45:43] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2799ms or 55 ticks behind