Paste #105509: Unnamed Server Log Paste

Date: 2023/01/19 01:32:35 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
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748


[11:29:17] [ServerMain/INFO]: Building unoptimized datafixer
[11:29:17] [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'
[11:29:19] [ServerMain/INFO]: Loaded 7 recipes
[11:29:19] [Server thread/INFO]: Starting minecraft server version 1.19.2
[11:29:19] [Server thread/INFO]: Loading properties
[11:29:19] [Server thread/INFO]: This server is running Paper version git-Paper-307 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT) (Git: 476ef25)
[11:29:20] [Server thread/INFO]: Server Ping Player Sample Count: 12
[11:29:20] [Server thread/INFO]: Using 4 threads for Netty based IO
[11:29:20] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[11:29:20] [Server thread/INFO]: Default game type: SURVIVAL
[11:29:20] [Server thread/INFO]: Generating keypair
[11:29:20] [Server thread/INFO]: Starting Minecraft server on *:55087
[11:29:20] [Server thread/INFO]: Using epoll channel type
[11:29:20] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[11:29:20] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[11:29:20] [Server thread/ERROR]: [STDERR] [org.bukkit.craftbukkit.v1_19_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[11:29:24] [Server thread/WARN]: Legacy plugin VoidWorld v1.0 does not specify an api-version.
[11:29:24] [Server thread/WARN]: Legacy plugin EpicGuard v5.3.0 does not specify an api-version.
[11:29:24] [Server thread/WARN]: Legacy plugin MineForMoney v1.3 does not specify an api-version.
[11:29:24] [Server thread/INFO]: [NexEngine] Loading 2 libraries... please wait
[11:29:24] [Server thread/INFO]: [NexEngine] Loaded library /server/libraries/com/zaxxer/HikariCP/5.0.1/HikariCP-5.0.1.jar
[11:29:24] [Server thread/INFO]: [NexEngine] Loaded library /server/libraries/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar
[11:29:24] [Server thread/INFO]: [NexEngine] Loaded library /server/libraries/it/unimi/dsi/fastutil/8.5.11/fastutil-8.5.11.jar
[11:29:25] [Server thread/INFO]: [Denizen] Loading 2 libraries... please wait
[11:29:25] [Server thread/INFO]: [Denizen] Loaded library /server/libraries/org/mongodb/mongodb-driver-sync/4.8.1/mongodb-driver-sync-4.8.1.jar
[11:29:25] [Server thread/INFO]: [Denizen] Loaded library /server/libraries/org/mongodb/bson/4.8.1/bson-4.8.1.jar
[11:29:25] [Server thread/INFO]: [Denizen] Loaded library /server/libraries/org/mongodb/mongodb-driver-core/4.8.1/mongodb-driver-core-4.8.1.jar
[11:29:25] [Server thread/INFO]: [Denizen] Loaded library /server/libraries/org/mongodb/bson-record-codec/4.8.1/bson-record-codec-4.8.1.jar
[11:29:25] [Server thread/INFO]: [Denizen] Loaded library /server/libraries/redis/clients/jedis/4.3.1/jedis-4.3.1.jar
[11:29:25] [Server thread/INFO]: [Denizen] Loaded library /server/libraries/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[11:29:25] [Server thread/INFO]: [Denizen] Loaded library /server/libraries/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.jar
[11:29:25] [Server thread/INFO]: [Denizen] Loaded library /server/libraries/org/json/json/20220320/json-20220320.jar
[11:29:25] [Server thread/INFO]: [Denizen] Loaded library /server/libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
[11:29:25] [Server thread/INFO]: [KauriVPN] Loading KauriVPN v1.8.2.1
[11:29:25] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.2
[11:29:25] [Server thread/INFO]: [VoidWorld] Loading VoidWorld v1.0
[11:29:25] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.7
[11:29:25] [Server thread/INFO]: [RevampedLinks] Loading RevampedLinks v1.0-SNAPSHOT
[11:29:25] [Server thread/INFO]: [BotSentry] Loading BotSentry v9.5.1-THANATOS
[11:29:25] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.5.1
[11:29:25] [Server thread/INFO]: [ViaVersion] ViaVersion 4.5.1 is now loaded, injecting!
[11:29:25] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
[11:29:25] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
[11:29:25] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
[11:29:25] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
[11:29:25] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
[11:29:25] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
[11:29:25] [Via-Mappingloader-6/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
[11:29:25] [Via-Mappingloader-7/INFO]: [ViaVersion] Loading 1.17 -> 1.18 mappings...
[11:29:25] [Via-Mappingloader-8/INFO]: [ViaVersion] Loading 1.18 -> 1.19 mappings...
[11:29:25] [Via-Mappingloader-9/INFO]: [ViaVersion] Loading 1.19 -> 1.19.3 mappings...
[11:29:25] [Server thread/INFO]: [LightAPI] Loading LightAPI vbukkit-5.3.0 (build SNAPSHOT)
[11:29:25] [Server thread/INFO]: <LightAPI>: [INFO] Preparing LightAPI...
[11:29:25] [Server thread/INFO]: <LightAPI>: [INFO] Preparing done!
[11:29:25] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.46
[11:29:25] [Server thread/INFO]: [VoidGen] Loading VoidGen v2.2.1
[11:29:25] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
[11:29:25] [Server thread/INFO]: [LoneLibs] Loading LoneLibs v1.0.23
[11:29:25] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0-SNAPSHOT-b602
[11:29:25] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.19.2) has not yet been tested! Proceed with caution.
[11:29:26] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[11:29:26] [Server thread/INFO]: [EpicGuard] Loading EpicGuard v5.3.0
[11:29:26] [Server thread/INFO]: [CommandCooldown] Loading CommandCooldown v2.4.4 beta
[11:29:26] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[11:29:26] [Server thread/INFO]: [MineForMoney] Loading MineForMoney v1.3
[11:29:26] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v14.2.5
[11:29:26] [Server thread/INFO]: [CraftingStore] Loading CraftingStore v2.9.0
[11:29:26] [Server thread/INFO]: [NexEngine] Loading NexEngine v2.2.8 build-29/12/2022
[11:29:26] [Server thread/INFO]: [LPC] Loading LPC v3.6.0
[11:29:26] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.13+46576cc
[11:29:27] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@3b4ea284]
[11:29:27] [Server thread/INFO]: [DecentHolograms] Loading DecentHolograms v2.7.9
[11:29:27] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.7
[11:29:27] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-b861
[11:29:27] [Server thread/INFO]: [TradeSystem] Loading TradeSystem v2.2.0
[11:29:27] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.19.7
[11:29:27] [Server thread/INFO]: [TAB] Loading TAB v3.2.1
[11:29:27] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v4.17.0
[11:29:27] [Server thread/INFO]: [VoidTeleport] Loading VoidTeleport v2.4.2
[11:29:27] [Server thread/INFO]: [Infiniteannouncements] Loading Infiniteannouncements v2.3.1
[11:29:27] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.19.7
[11:29:27] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.6.0-beta2-b2453
[11:29:27] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.11.0
[11:29:27] [Server thread/INFO]: [LiteBans] [STDOUT]  Downloaded from https://directleaks.to 
[11:29:27] [Server thread/WARN]: Nag author(s): '[Ruan]' of 'LiteBans' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[11:29:27] [Server thread/INFO]: [ItemsAdder] Loading ItemsAdder v3.3.0b-r4
[11:29:27] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.7+216b061
[11:29:27] [Server thread/INFO]: [Drop2Inventory] Loading Drop2Inventory v4.9.5
[11:29:27] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v5.2.1-fd1d0777
[11:29:27] [Server thread/INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
[11:29:27] [Server thread/INFO]: [SimpleScore] Loading SimpleScore v3.12.2
[11:29:27] [Server thread/INFO]: [UltimateStacker] Loading UltimateStacker v2.3.2
[11:29:27] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.30-SNAPSHOT (build 2663)
[11:29:27] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.16.3
[11:29:28] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (300 ms).
[11:29:28] [Server thread/INFO]: [Shopkeepers] Loading config.
[11:29:28] [Server thread/INFO]: [Shopkeepers] Loading language file: language-en-default.yml
[11:29:28] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
[11:29:28] [Server thread/INFO]: [Shopkeepers] Registering defaults.
[11:29:28] [Server thread/INFO]: [ExcellentCrates] Loading ExcellentCrates v4.1.5
[11:29:28] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.2.12
[11:29:28] [Server thread/INFO]: [ModelEngine] Loading ModelEngine vR3.1.2
[11:29:28] [Server thread/INFO]: [CitizensCMD] Loading CitizensCMD v2.6.7
[11:29:28] [Server thread/INFO]: [Vulcan] Loading Vulcan v2.7.1
[11:29:28] [Server thread/INFO]: [Denizen] Loading Denizen v1.2.6-SNAPSHOT (build 1783-REL)
[11:29:28] [Server thread/INFO]: [ItemEdit] Loading ItemEdit v3.0.7
[11:29:28] [Server thread/INFO]: [zAuctionHouseV3] Loading zAuctionHouseV3 v3.1.0.4
[11:29:28] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.26.0
[11:29:28] [Server thread/INFO]: [DiscordSRVUtils] Loading DiscordSRVUtils v1.2.11
[11:29:28] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[11:29:28] [Server thread/INFO]: [VoidWorld] Enabling VoidWorld v1.0*
[11:29:28] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.46
[11:29:29] [Server thread/INFO]:         __    
[11:29:29] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.46
[11:29:29] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[11:29:29] [Server thread/INFO]: 
[11:29:29] [Server thread/INFO]: [LuckPerms] Loading configuration...
[11:29:29] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[11:29:30] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[11:29:30] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[11:29:30] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2159ms)
[11:29:30] [Server thread/INFO]: [VoidGen] Enabling VoidGen v2.2.1
[11:29:30] [Server thread/INFO]: [VoidGen] Using VoidChunkGen: VERSION_UNKNOWN
[11:29:30] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.23
[11:29:30] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b602
[11:29:30] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[11:29:30] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.19.7 which is not a depend or softdepend of this plugin.
[11:29:30] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[11:29:31] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[11:29:31] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[11:29:31] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[11:29:31] [Server thread/INFO]: [NexEngine] Enabling NexEngine v2.2.8 build-29/12/2022
[11:29:31] [Server thread/INFO]: [NexEngine] Loaded NMS version: V1_19_R1
[11:29:31] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms permissions
[11:29:31] [Server thread/INFO]: [NexEngine] Successfully hooked with EssentialsX Economy economy
[11:29:31] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms chat
[11:29:31] [Server thread/INFO]: [NexEngine] Plugin loaded in 44 ms!
[11:29:31] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.13+46576cc
[11:29:31] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[11:29:31] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[11:29:31] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R1.PaperweightAdapter as the Bukkit adapter
[11:29:31] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[11:29:31] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[11:29:31] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[11:29:31] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[11:29:31] [Server thread/INFO]: Preparing level "world"
[11:29:31] [Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[11:29:31] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[11:29:32] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[11:29:32] [Server thread/INFO]: Time elapsed: 90 ms
[11:29:32] [Server thread/INFO]: [KauriVPN] Enabling KauriVPN v1.8.2.1
[11:29:32] [Server thread/INFO]: Starting AntiVPN services...
[11:29:32] [Server thread/INFO]: Loading dependency com.h2database:h2:2.1.214 from https://repo1.maven.org/maven2
[11:29:32] [Server thread/INFO]: Loaded dependency 'h2-2.1.214' successfully.
[11:29:32] [Server thread/INFO]: Loading dependency org.yaml:snakeyaml:1.30 from https://repo1.maven.org/maven2
[11:29:32] [Server thread/INFO]: Loaded dependency 'snakeyaml-1.30' successfully.
[11:29:32] [Server thread/INFO]: Loading dependency org.mongodb:mongo-java-driver:3.12.11 from https://repo1.maven.org/maven2
[11:29:32] [Server thread/INFO]: Loaded dependency 'mongo-java-driver-3.12.11' successfully.
[11:29:32] [Server thread/INFO]: Loading dependency mysql:mysql-connector-java:8.0.30 from https://repo1.maven.org/maven2
[11:29:32] [Server thread/INFO]: Loaded dependency 'mysql-connector-java-8.0.30' successfully.
[11:29:32] [Server thread/INFO]: Using databaseType H2...
[11:29:32] [Server thread/INFO]: [KauriVPN] [STDOUT] Added string command-misc-playerRequired
[11:29:32] [Server thread/WARN]: Nag author(s): '[funkemunky]' of 'KauriVPN' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[11:29:32] [Server thread/INFO]: [KauriVPN] [STDOUT] Added string command-alerts-toggled
[11:29:32] [Server thread/INFO]: [KauriVPN] [STDOUT] Added string command-reload-complete
[11:29:32] [Server thread/INFO]: [KauriVPN] [STDOUT] Added string no-permission
[11:29:32] [Server thread/INFO]: Starting bStats metrics...
[11:29:32] [Server thread/INFO]: Setting up and registering commands...
[11:29:32] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.2
[11:29:32] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.viaversion.viaversion.api.type.Type from ViaVersion v4.5.1 which is not a depend or softdepend of this plugin.
[11:29:32] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[11:29:32] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.7
[11:29:32] [Server thread/INFO]: [RevampedLinks] Enabling RevampedLinks v1.0-SNAPSHOT
[11:29:32] [Server thread/INFO]: [BotSentry] Enabling BotSentry v9.5.1-THANATOS
[11:29:32] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] I am loaded from package org.inventivetalent.packetlistener.reflection.minecraft
[11:29:32] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] Version is v1_19_R1 (11901)
[11:29:32] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
[11:29:32] [Server thread/INFO]: [PacketListenerAPI] Injected custom channel handlers.
[11:29:34] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.5.1
[11:29:34] [Server thread/INFO]: [LightAPI] Enabling LightAPI vbukkit-5.3.0 (build SNAPSHOT)
[11:29:34] [Server thread/INFO]: <LightAPI>: [INFO] Initializing LightAPI...
[11:29:34] [Server thread/INFO]: <LightAPI>: [INFO] Force legacy is enabled
[11:29:34] [Server thread/WARN]: java.lang.RuntimeException: (NoSuchFieldException) e
[11:29:34] [Server thread/WARN]:     at LightAPI-Bukkit-5.3.0.jar//ru.beykerykt.minecraft.lightapi.bukkit.internal.handler.craftbukkit.nms.v1_19_R1.VanillaNMSHandler.toRuntimeException(VanillaNMSHandler.java:81)
[11:29:34] [Server thread/WARN]:     at LightAPI-Bukkit-5.3.0.jar//ru.beykerykt.minecraft.lightapi.bukkit.internal.handler.craftbukkit.nms.v1_19_R1.VanillaNMSHandler.onInitialization(VanillaNMSHandler.java:187)
[11:29:34] [Server thread/WARN]:     at LightAPI-Bukkit-5.3.0.jar//ru.beykerykt.minecraft.lightapi.bukkit.internal.handler.craftbukkit.nms.v1_19_R1.StarlightNMSHandler.onInitialization(StarlightNMSHandler.java:167)
[11:29:34] [Server thread/WARN]:     at LightAPI-Bukkit-5.3.0.jar//ru.beykerykt.minecraft.lightapi.bukkit.internal.BukkitPlatformImpl.initialization(BukkitPlatformImpl.java:229)
[11:29:34] [Server thread/WARN]:     at LightAPI-Bukkit-5.3.0.jar//ru.beykerykt.minecraft.lightapi.common.LightAPI.initialization(LightAPI.java:88)
[11:29:34] [Server thread/WARN]:     at LightAPI-Bukkit-5.3.0.jar//ru.beykerykt.minecraft.lightapi.bukkit.BukkitPlugin.onEnable(BukkitPlugin.java:70)
[11:29:34] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[11:29:34] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[11:29:34] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:542)
[11:29:34] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:565)
[11:29:34] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:479)
[11:29:34] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636)
[11:29:34] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:422)
[11:29:34] [Server thread/WARN]:     at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:306)
[11:29:34] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1100)
[11:29:34] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305)
[11:29:34] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Unknown Source)
[11:29:34] [Server thread/WARN]: Caused by: java.lang.NoSuchFieldException: e
[11:29:34] [Server thread/WARN]:     at java.base/java.lang.Class.getDeclaredField(Unknown Source)
[11:29:34] [Server thread/WARN]:     at LightAPI-Bukkit-5.3.0.jar//ru.beykerykt.minecraft.lightapi.bukkit.internal.handler.craftbukkit.nms.v1_19_R1.VanillaNMSHandler.onInitialization(VanillaNMSHandler.java:175)
[11:29:34] [Server thread/WARN]:     ... 15 more
[11:29:34] [Server thread/WARN]: java.lang.IllegalStateException: Initialization failed! Code: -1
[11:29:34] [Server thread/WARN]:     at LightAPI-Bukkit-5.3.0.jar//ru.beykerykt.minecraft.lightapi.common.LightAPI.initialization(LightAPI.java:96)
[11:29:34] [Server thread/WARN]:     at LightAPI-Bukkit-5.3.0.jar//ru.beykerykt.minecraft.lightapi.bukkit.BukkitPlugin.onEnable(BukkitPlugin.java:70)
[11:29:34] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[11:29:34] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[11:29:34] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:542)
[11:29:34] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:565)
[11:29:34] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:479)
[11:29:34] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636)
[11:29:34] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:422)
[11:29:34] [Server thread/WARN]:     at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:306)
[11:29:34] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1100)
[11:29:34] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305)
[11:29:34] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Unknown Source)
[11:29:34] [Server thread/INFO]: [LightAPI] Disabling LightAPI vbukkit-5.3.0 (build SNAPSHOT)
[11:29:34] [Server thread/INFO]: <LightAPI>: [INFO] Shutdown LightAPI...
[11:29:34] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[11:29:34] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[11:29:34] [Server thread/INFO]: [ClearLag] Loading modules...
[11:29:34] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_19_R1.MinecraftServer)
[11:29:34] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[11:29:34] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[11:29:34] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[11:29:34] [Thread-16/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.19]...
[11:29:34] [Server thread/INFO]: [EpicGuard] Enabling EpicGuard v5.3.0*
[11:29:34] [Server thread/INFO]: [EpicGuard] Loading configuration...
[11:29:34] [Thread-16/INFO]: [ClearLag] No updates found!
[11:29:34] [Server thread/INFO]: [EpicGuard] This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com
[11:29:34] [Server thread/INFO]: [EpicGuard] EpicGuard v5 finished startup successfully.
[11:29:34] [Server thread/INFO]: [CommandCooldown] Enabling CommandCooldown v2.4.4 beta
[11:29:34] [Server thread/WARN]: [CommandCooldown] Could not save config.yml to plugins/CommandCooldown/config.yml because config.yml already exists.
[11:29:34] [Server thread/WARN]: [CommandCooldown] Could not save cooldowns.yml to plugins/CommandCooldown/cooldowns.yml because cooldowns.yml already exists.
[11:29:34] [Server thread/WARN]: [CommandCooldown] Could not save messages.yml to plugins/CommandCooldown/messages.yml because messages.yml already exists.
[11:29:34] [Server thread/INFO]: [MineForMoney] Enabling MineForMoney v1.3*
[11:29:34] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.2.5
[11:29:34] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_19_R1, using MappingSpigotSkinRefresher.
[11:29:34] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
[11:29:34] [Server thread/INFO]: [SkinsRestorer] Using paper join listener!
[11:29:34] [Server thread/INFO]: [CraftingStore] Enabling CraftingStore v2.9.0
[11:29:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: craftingstore [2.9.0]
[11:29:34] [Server thread/INFO]: [CraftingStore] Hooked with PlaceholderAPI
[11:29:34] [Server thread/INFO]: [CraftingStore] Hooked with Vault
[11:29:34] [Server thread/INFO]: [LPC] Enabling LPC v3.6.0
[11:29:34] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.7.9
[11:29:35] [Server thread/INFO]: [DecentHolograms] Using ProtocolLib for packet listening.
[11:29:35] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.7
[11:29:35] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[11:29:35] [Server thread/INFO]: [Essentials] No kits found to migrate.
[11:29:35] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
[11:29:35] [Server thread/INFO]: [Essentials] Using locale en_US
[11:29:35] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[11:29:35] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[11:29:35] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[11:29:35] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[11:29:35] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[11:29:35] [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--].
[11:29:35] [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.
[11:29:35] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_the_end
[11:29:35] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[11:29:35] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether
[11:29:35] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[11:29:35] [Server thread/INFO]: Preparing start region for dimension minecraft:yosel
[11:29:35] [Server thread/INFO]: Time elapsed: 64 ms
[11:29:35] [Server thread/INFO]: [Multiverse-Core] 2 - World(s) loaded.
[11:29: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.
[11:29:35] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[11:29:35] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v2.2.0
[11:29:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tradesystem [1.1]
[11:29:35] [Server thread/INFO]: __________________________________________________________
[11:29:35] [Server thread/INFO]:                        TradeSystem [2.2.0]
[11:29:35] [Server thread/INFO]: Status:
[11:29:35] [Server thread/INFO]: MC-Version: 1.19.2 (R0.1-SNAPSHOT, Paper)
[11:29:35] [Server thread/INFO]:   > Loading sounds
[11:29:35] [Server thread/INFO]:   > Loading blacklist
[11:29:35] [Server thread/INFO]:     ...got 3 blocked item(s)
[11:29:35] [Server thread/INFO]:   > Loading layouts
[11:29:35] [Server thread/INFO]:     ...got 4 layout(s)
[11:29:35] [Server thread/INFO]:   > Database logging is disabled
[11:29:35] [Server thread/INFO]: Finished (131ms)
[11:29:35] [Server thread/INFO]: __________________________________________________________
[11:29:35] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.19.7
[11:29:35] [Server thread/INFO]: [EssentialsChat] Secure signed chat and previews are enabled.
[11:29:35] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[11:29:35] [Server thread/INFO]: [TAB] Enabling TAB v3.2.1
[11:29:35] [Server thread/INFO]: [TAB] Server version: 1.19.2 (v1_19_R1)
[11:29:35] [Server thread/INFO]: [TAB] Loaded NMS hook in 20ms
[11:29:35] [Server thread/INFO]: [TAB] Enabled in 46ms
[11:29:35] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v4.17.0
[11:29:36] [Server thread/INFO]: [MineResetLite] Loading mine from file 'gold.mine.yml'...
[11:29:36] [Server thread/INFO]: [MineResetLite] Loading mine from file 'cookie.mine.yml'...
[11:29:36] [Server thread/INFO]: [MineResetLite] Loading mine from file 'emerald.mine.yml'...
[11:29:36] [Server thread/INFO]: [MineResetLite] Loading mine from file 'stone.mine.yml'...
[11:29:36] [Server thread/INFO]: [MineResetLite] Loading mine from file 'diamond.mine.yml'...
[11:29:36] [Server thread/INFO]: [MineResetLite] Loading mine from file 'amethyst.mine.yml'...
[11:29:36] [Server thread/INFO]: [MineResetLite] Loading mine from file 'copper.mine.yml'...
[11:29:36] [Server thread/INFO]: [MineResetLite] Loading mine from file 'iron.mine.yml'...
[11:29:36] [Server thread/INFO]: [MineResetLite] Registering BlockEventListener
[11:29:36] [Server thread/INFO]: [MineResetLite] TokenEnchant was not found... skipping.
[11:29:36] [Server thread/INFO]: [MineResetLite] Registering PlayerEventListener
[11:29:36] [Server thread/INFO]: [MineResetLite] MineResetLite version 4.17.0 enabled!
[11:29:36] [Server thread/INFO]: [VoidTeleport] Enabling VoidTeleport v2.4.2
[11:29:36] [Server thread/INFO]: 

                ===================================================
                                    VoidTeleport
                ===================================================

                              Current version: 2.4.2
                        You are running the latest version!

                ===================================================

[11:29:36] [Server thread/INFO]: [VoidTeleport] Developed by EndlessGames.
[11:29:36] [Server thread/INFO]: [Infiniteannouncements] Enabling Infiniteannouncements v2.3.1
[11:29:36] [Server thread/INFO]: ====================================
[11:29:36] [Server thread/INFO]: Plugin name: Infiniteannouncements
[11:29:36] [Server thread/INFO]: Version: 2.3.1
[11:29:36] [Server thread/INFO]: Core version: 0.7.25
[11:29:36] [Server thread/INFO]: ====================================
[11:29:36] [Server thread/INFO]: [Infiniteannouncements] Loaded locale "en_US"
[11:29:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: infiniteannouncements [1.0.0]
[11:29:36] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.7
[11:29:36] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[11:29:36] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-beta2-b2453
[11:29:36] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[11:29:36] [Server thread/INFO]: [AuthMe] Hooked into LuckPerms!
[11:29:36] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[11:29:36] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
[11:29:36] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-beta2 build n.2453 successfully enabled!
[11:29:36] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.11.0
[11:29:36] [Server thread/INFO]: [LiteBans] Using system locale (en)
[11:29:36] [Server thread/INFO]: [LiteBans] Loaded 4 templates from templates.yml!
[11:29:36] [Server thread/INFO]: [LiteBans] Loading SQL driver: h2 1.4.197 (org.h2.Driver)
[11:29:36] [Server thread/INFO]: [LiteBans] Connecting to database...
[11:29:36] [Server thread/INFO]: [LiteBans] litebans-pool - Starting...
[11:29:36] [Server thread/INFO]: [LiteBans] litebans-pool - Start completed.
[11:29:36] [Server thread/INFO]: [LiteBans] Connected to H2 database successfully (101.5 ms).
[11:29:36] [Server thread/INFO]: [LiteBans] Database connection fully initialized (105 ms).
[11:29:36] [Server thread/INFO]: [LiteBans] v2.11.0 enabled. Startup took 243 ms.
[11:29:36] [Server thread/INFO]: [ItemsAdder] Enabling ItemsAdder v3.3.0b-r4
[11:29:36] [Server thread/INFO]: 
  ___  ___        __        __   __   ___  __      ItemsAdder 3.3.0b-r4
|  |  |__   |\/| /__`  /\  |  \ |  \ |__  |__)     LoneLibs 1.0.23
|  |  |___  |  | .__/ /--\ |__/ |__/ |___ |  \     Paper git-Paper-307 (MC: 1.19.2)
                                               
[11:29:36] [Server thread/INFO]: LightAPI not installed, please install it to see blocks emitting light: https://a.devs.beer/lightapi-new
[11:29:36] [Server thread/WARN]: [ItemsAdder] Loaded class com.denizenscript.denizen.objects.ItemTag from Denizen v1.2.6-SNAPSHOT (build 1783-REL) which is not a depend or softdepend of this plugin.
[11:29:36] [Server thread/ERROR]: Error while hooking into Denizen
[11:29:36] [Server thread/WARN]: java.lang.NullPointerException: Cannot invoke "java.lang.Class.getSimpleName()" because "clazz" is null
[11:29:36] [Server thread/WARN]:     at Denizen-1.2.6-b1783-REL.jar//com.denizenscript.denizencore.utilities.debugging.DebugInternals.getClassNameOpti(DebugInternals.java:449)
[11:29:36] [Server thread/WARN]:     at Denizen-1.2.6-b1783-REL.jar//com.denizenscript.denizencore.utilities.codegen.TagNamer.nameTagInterface(TagNamer.java:23)
[11:29:36] [Server thread/WARN]:     at Denizen-1.2.6-b1783-REL.jar//com.denizenscript.denizencore.tags.ObjectTagProcessor.registerTagInternal(ObjectTagProcessor.java:130)
[11:29:36] [Server thread/WARN]:     at Denizen-1.2.6-b1783-REL.jar//com.denizenscript.denizencore.tags.ObjectTagProcessor.registerTag(ObjectTagProcessor.java:126)
[11:29:36] [Server thread/WARN]:     at ItemsAdder_3.3.0b-r4.jar//dev.lone.itemsadder.Core.OtherPlugins.Denizen.DenizenHook.hook(SourceFile:22)
[11:29:36] [Server thread/WARN]:     at ItemsAdder_3.3.0b-r4.jar//dev.lone.itemsadder.Main.onEnable(SourceFile:421)
[11:29:36] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[11:29:36] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[11:29:36] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:542)
[11:29:36] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:565)
[11:29:36] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:479)
[11:29:36] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636)
[11:29:36] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:422)
[11:29:36] [Server thread/WARN]:     at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:306)
[11:29:36] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1100)
[11:29:36] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305)
[11:29:36] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Unknown Source)
[11:29:37] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.7+216b061
[11:29:37] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[11:29:37] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[11:29:37] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[11:29:37] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[11:29:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[11:29:37] [Server thread/INFO]: [WorldGuard] (Yosel) TNT ignition is PERMITTED.
[11:29:37] [Server thread/INFO]: [WorldGuard] (Yosel) Lighters are PERMITTED.
[11:29:37] [Server thread/INFO]: [WorldGuard] (Yosel) Lava fire is PERMITTED.
[11:29:37] [Server thread/INFO]: [WorldGuard] (Yosel) Fire spread is UNRESTRICTED.
[11:29:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Yosel'
[11:29:37] [Server thread/INFO]: [WorldGuard] Loading region data...
[11:29:37] [Server thread/INFO]: [Drop2Inventory] Enabling Drop2Inventory v4.9.5
[11:29:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: drop2inventory [GENERIC]
[11:29:37] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.2.1-fd1d0777
[11:29:37] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.19.2)...
[11:29:37] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
[11:29:37] [Server thread/WARN]: [MythicMobs] Loaded class org.slf4j.impl.StaticLoggerBinder from DiscordSRV v1.26.0 which is not a depend or softdepend of this plugin.
[11:29:37] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 33 ms to scan 1 urls, producing 3 keys and 21 values 
[11:29:37] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 12 ms to scan 1 urls, producing 6 keys and 101 values 
[11:29:37] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 40 ms to scan 113 urls, producing 0 keys and 0 values 
[11:29:37] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 7 ms to scan 1 urls, producing 3 keys and 36 values 
[11:29:37] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 7 ms to scan 1 urls, producing 4 keys and 14 values 
[11:29:37] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 6 ms to scan 1 urls, producing 4 keys and 14 values 
[11:29:37] [Server thread/INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled!
[11:29:37] [Server thread/INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled!
[11:29:37] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
[11:29:37] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
[11:29:37] [Server thread/INFO]: [MythicMobs] Base directory /server/plugins/MythicMobs/SavedData
[11:29:37] [Server thread/INFO]: [MythicMobs] Module directory /server/plugins/MythicMobs/SavedData/worlds
[11:29:37] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 14 ms to scan 1 urls, producing 11 keys and 445 values 
[11:29:37] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 24 ms to scan 1 urls, producing 29 keys and 885 values 
[11:29:37] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 9 ms to scan 1 urls, producing 9 keys and 152 values 
[11:29:37] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 4 ms to scan 1 urls, producing 2 keys and 11 values 
[11:29:37] [Server thread/INFO]: [MythicMobs] LOADED
[11:29:37] [Server thread/INFO]: [MythicMobs] Loading Packs...
[11:29:37] [Server thread/INFO]: [MythicMobs] Loading Items...
[11:29:37] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
[11:29:37] [Server thread/INFO]: [MythicMobs] Loading Skills...
[11:29:38] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
[11:29:38] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
[11:29:38] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
[11:29:38] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic randomskill
[11:29:38] [Server thread/WARN]: [MythicMobs] --| Skill: fishermanFISHtoss | File: /server/plugins/MythicMobs/Skills/littleroom/NPCvol3.yml
[11:29:38] [Server thread/WARN]: [MythicMobs] --| Error Message: Could not find MetaSkill fishermanPFISH
[11:29:38] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: randomskill{skills=fishermanSALMON,fishermanCOD,fishermanPFISH}
[11:29:38] [Server thread/INFO]: [MythicMobs] ✓ Loaded 26 mobs.
[11:29:38] [Server thread/INFO]: [MythicMobs] ✓ Loaded 3 vanilla mob overrides.
[11:29:38] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
[11:29:38] [Server thread/INFO]: [MythicMobs] ✓ Loaded 59 skills.
[11:29:38] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
[11:29:38] [Server thread/INFO]: [MythicMobs] ✓ Loaded 14 mythic items.
[11:29:38] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
[11:29:38] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
[11:29:38] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
[11:29:38] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
[11:29:38] [Server thread/INFO]: [MythicMobs] ✓ MythicMobs v5.2.1 ( build fd1d0777 ) has been successfully loaded!
[11:29:38] [Server thread/INFO]: [SimpleScore] Enabling SimpleScore v3.12.2
[11:29:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: SimpleScore [3.12.2]
[11:29:38] [Server thread/INFO]: [UltimateStacker] Enabling UltimateStacker v2.3.2
[11:29:38] [Server thread/INFO]: =============================
[11:29:38] [Server thread/INFO]: UltimateStacker 2.3.2 by Songoda <3!
[11:29:38] [Server thread/INFO]: Action: Enabling...
[11:29:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "en_US"
[11:29:38] [Server thread/INFO]: [SongodaCore] [SongodaCore] Hooked UltimateStacker.
[11:29:39] [Server thread/WARN]: [UltimateStacker] Loaded class me.minebuilders.clearlag.events.EntityRemoveEvent from ClearLag v3.2.2 which is not a depend or softdepend of this plugin.
[11:29:39] [Server thread/INFO]: [UltimateStacker] Data handler connected using SQLite.
[11:29:39] [Server thread/INFO]: =============================
[11:29:39] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.30-SNAPSHOT (build 2663)
[11:29:39] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
[11:29:39] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[11:29:39] [Server thread/INFO]: Registered Citizens NPC Trait: customentity
[11:29:39] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.16.3
[11:29:39] [Server thread/INFO]: [Shopkeepers] Citizens found: Enabling NPC shopkeepers.
[11:29:39] [Server thread/INFO]: [Shopkeepers] Loading the data of 21 shopkeepers ...
[11:29:39] [Server thread/INFO]: [ExcellentCrates] Enabling ExcellentCrates v4.1.5
[11:29:39] [Server thread/INFO]: [ExcellentCrates] Powered by: NexEngine
[11:29:39] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: excellentcrates [4.1.5]
[11:29:39] [Server thread/WARN]: [NexEngine] Loaded class net.citizensnpcs.api.trait.TraitInfo from Citizens v2.0.30-SNAPSHOT (build 2663) which is not a depend or softdepend of this plugin.
[11:29:39] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[11:29:39] [Server thread/INFO]: [com.zaxxer.hikari.pool.HikariPool] HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@27c6abd6
[11:29:39] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[11:29:39] [Server thread/INFO]: [ExcellentCrates] Loaded 3 crate keys.
[11:29:39] [Server thread/INFO]: [ExcellentCrates] Loaded 1 crate menus.
[11:29:39] [Server thread/INFO]: [ExcellentCrates] Plugin loaded in 165 ms!
[11:29:39] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.12
[11:29:39] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: supervanish [6.2.12]
[11:29:39] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
[11:29:39] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
[11:29:39] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
[11:29:39] [Server thread/INFO]: [ModelEngine] Enabling ModelEngine vR3.1.2
[11:29:39] [Server thread/INFO]: [MythicMobs] Model Engine Compatibility Loaded.
[11:29:39] [Server thread/INFO]: [ModelEngine] Compatibility applied: MythicMobs
[11:29:39] [Server thread/INFO]: [ModelEngine] Compatibility applied: Citizens
[11:29:39] [Server thread/INFO]: [CitizensCMD] Enabling CitizensCMD v2.6.7
[11:29:39] [Server thread/INFO]: [CitizensCMD] CitizensCMD 2.6.7
[11:29:39] [Server thread/INFO]: [CitizensCMD] by Mateus Moreira @LichtHund & Maintained by HexedHero
[11:29:39] [Server thread/INFO]: [CitizensCMD] Using English messages!
[11:29:39] [Server thread/INFO]: [CitizensCMD] Using PlaceholderAPI!
[11:29:39] [Server thread/INFO]: [CitizensCMD] Using Vault!
[11:29:39] [Server thread/INFO]: [Vulcan] Enabling Vulcan v2.7.1
[11:29:40] [Server thread/INFO]: [Vulcan] Server Version: 1.19.2 detected!
[11:29:40] [Server thread/INFO]: [Vulcan] MythicMobs found. Enabling hook!
[11:29:40] [Server thread/INFO]: [Vulcan] BStats enabled!
[11:29:40] [Server thread/INFO]: [Vulcan] Registered MythicMobs listener!
[11:29:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: Vulcan [2.7.1]
[11:29:40] [Server thread/INFO]: [Vulcan] PlaceholderAPI found. Enabling hook!
[11:29:40] [Server thread/INFO]: [Denizen] Enabling Denizen v1.2.6-SNAPSHOT (build 1783-REL)
[11:29:40] [Server thread/INFO]: +> [DenizenCore] Initializing Denizen Core v1.90.2-SNAPSHOT (Build 1308), impl for Spigot v1.2.6-SNAPSHOT (build 1783-REL) 
[11:29:40] [Server thread/INFO]: +> [Denizen] Running on java version: **.**.**.** 
[11:29:40] [Server thread/INFO]: +> [Denizen] Running on fully supported Java 17. 
[11:29:40] [Server thread/ERROR]: Error occurred while enabling Denizen v1.2.6-SNAPSHOT (build 1783-REL) (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_19_R2/inventory/CraftInventoryCustom
    at com.denizenscript.denizen.nms.v1_19.Handler.<clinit>(Handler.java:232) ~[Denizen-1.2.6-b1783-REL.jar:?]
    at java.lang.Class.forName0(Native Method) ~[?:?]
    at java.lang.Class.forName(Unknown Source) ~[?:?]
    at com.denizenscript.denizen.nms.NMSHandler.initialize(NMSHandler.java:55) ~[Denizen-1.2.6-b1783-REL.jar:?]
    at com.denizenscript.denizen.Denizen.onEnable(Denizen.java:154) ~[Denizen-1.2.6-b1783-REL.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:542) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:565) ~[paper-1.19.2.jar:git-Paper-307]
    at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:479) ~[paper-1.19.2.jar:git-Paper-307]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636) ~[paper-1.19.2.jar:git-Paper-307]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:422) ~[paper-1.19.2.jar:git-Paper-307]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:306) ~[paper-1.19.2.jar:git-Paper-307]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1100) ~[paper-1.19.2.jar:git-Paper-307]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) ~[paper-1.19.2.jar:git-Paper-307]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_19_R2.inventory.CraftInventoryCustom
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:177) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:124) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
    ... 16 more
[11:29:40] [Server thread/INFO]: [Denizen] Disabling Denizen v1.2.6-SNAPSHOT (build 1783-REL)
[11:29:40] [Server thread/INFO]: [ItemEdit] Enabling ItemEdit v3.0.7
[11:29:40] [Server thread/INFO]: [ItemEdit] Hooking into Vault
[11:29:40] [Server thread/INFO]: [ItemEdit] Hooking into PlaceholderApi
[11:29:40] [Server thread/INFO]: [ItemEdit] Hooked into PlaceHolderAPI:
[11:29:40] [Server thread/INFO]: [ItemEdit] placeholders:
[11:29:40] [Server thread/INFO]: [ItemEdit]   %itemedit_amount_<{itemid}>_[{slot}]_[{player}]%
[11:29:40] [Server thread/INFO]: [ItemEdit]     shows how many itemid player has on slot
[11:29:40] [Server thread/INFO]: [ItemEdit]     <{itemid}> for item id on serveritem
[11:29:40] [Server thread/INFO]: [ItemEdit]     [{slot}] for the slot where the item should be counted, by default inventory
[11:29:40] [Server thread/INFO]: [ItemEdit]       Values: inventory, equip, inventoryandequip, hand, offhand, head, chest, legs, feet
[11:29:40] [Server thread/INFO]: [ItemEdit]     [{player}] for the player, by default self
[11:29:40] [Server thread/INFO]: [ItemEdit]     example: %itemedit_amount_{my_item_id}_{hand}%
[11:29:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: itemedit [1.0]
[11:29:40] [Server thread/INFO]: [ItemEdit] Hooking into MythicMobs
[11:29:40] [Server thread/INFO]: [ItemEdit] # Enabled (took 53 ms)
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3] Enabling zAuctionHouseV3 v3.1.0.4
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] === ENABLE START ===
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Plugin Version V3.1.0.4
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] /server/plugins/zAuctionHouseV3/config.json loaded successfully !
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Loading of 3 tax items
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Loading of 2 price items
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Loading the Blocks category with 933 materials
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Loading the Potions category with 17 materials
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Loading the Tools category with 16 materials
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Loading the Weapons category with 8 materials
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Attention, the category misc is empty
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Loading inventories in progress...
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Successful loading of the inventory auction !
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Successful loading of the inventory buyconfirm !
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Successful loading of the inventory removeconfirm !
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Successful loading of the inventory expire !
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Successful loading of the inventory buying !
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Successful loading of the inventory items !
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Successful loading of the inventory categories !
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Successful loading of the inventory sell !
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Successful loading of the inventory sellshow !
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Successful loading of the inventory category !
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Successful loading of the inventory adminremove !
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Successful loading of the inventory search !
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Successful loading of the inventory show !
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Inventories loading complete.
[11:29:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: zauctionhouse [**.**.**.**]
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Loading 3 inventories
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] Loading 0 commands
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] /server/plugins/zAuctionHouseV3/items.json loaded successfully !
[11:29:40] [Server thread/INFO]: [zAuctionHouseV3 v3.1.0.4] === ENABLE DONE (121ms) ===
[11:29:40] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.26.0
[11:29:40] [Server thread/INFO]: [DiscordSRVUtils] Enabling DiscordSRVUtils v1.2.11
[11:29:40] [Server thread/INFO]: 
[]=====[Enabling DiscordSRVUtils]=====[]
| Information:
|   Name: DiscordSRVUtils
|   Developers: BlueTree242
|   Version: 1.2.11
|   Storage: HsqlDB
| Support:
|   Github: https://github.com/BlueTree242/BlueDevelopersInc/issues
|   Discord: https://discordsrvutils.xyz/support
[]================================[]
[11:29:40] [Server thread/INFO]: [DiscordSRVUtils] MySQL is disabled, using hsqldb
[11:29:40] [Server thread/INFO]: [DiscordSRVUtils] [HikariCP] HikariPool-1 - Starting...
[11:29:40] [Server thread/WARN]: [DiscordSRVUtils] Loaded class org.h2.Driver from KauriVPN v1.8.2.1 which is not a depend or softdepend of this plugin.
[11:29:40] [pool-62-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (819b02508abe8879cfc2a513fc6cea383b70b5c5)
[11:29:41] [Server thread/INFO]: [hsqldb.db.HSQLDB85B5E76B0E.ENGINE] checkpointClose start
[11:29:41] [Server thread/INFO]: [hsqldb.db.HSQLDB85B5E76B0E.ENGINE] checkpointClose synched
[11:29:41] [Server thread/INFO]: [hsqldb.db.HSQLDB85B5E76B0E.ENGINE] checkpointClose script done
[11:29:41] [Server thread/INFO]: [hsqldb.db.HSQLDB85B5E76B0E.ENGINE] checkpointClose end
[11:29:41] [Server thread/INFO]: [DiscordSRVUtils] [HikariCP] HikariPool-1 - Start completed.
[11:29:41] [Server thread/INFO]: [DiscordSRVUtils] [Flyway] Schema "PUBLIC" is up to date. No migration necessary.
[11:29:41] [Server thread/INFO]: [DiscordSRVUtils] MySQL/HsqlDB Connected & Setup
[11:29:41] [Server thread/INFO]: [DiscordSRV] API listener tk.bluetree242.discordsrvutils.listeners.discordsrv.DiscordSRVListener subscribed (3 methods)
[11:29:41] [DiscordSRV - Initialization/INFO]: [github.scarsz.discordsrv.dependencies.jda.api.JDA] Login Successful!
[11:29:41] [JDA MainWS-WriteThread/INFO]: [github.scarsz.discordsrv.dependencies.jda.internal.requests.WebSocketClient] Connected to WebSocket
[11:29:41] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[11:29:41] [Server thread/INFO]: Starting GS4 status listener
[11:29:41] [Server thread/INFO]: Thread Query Listener started
[11:29:41] [Query Listener #1/INFO]: Query running on 0.0.0.0:9898
[11:29:41] [Server thread/INFO]: JMX monitoring enabled
[11:29:41] [ForkJoinPool.commonPool-worker-1/WARN]: [PlaceholderAPI] Loaded class net.ess3.api.IEssentials from Essentials v2.19.7 which is not a depend or softdepend of this plugin.
[11:29:41] [Server thread/INFO]: Running delayed init tasks
[11:29:41] [Craft Scheduler Thread - 8 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms... 
[11:29:41] [Craft Scheduler Thread - 12 - Essentials/INFO]: [Essentials] Fetching version information...
[11:29:41] [Craft Scheduler Thread - 9 - AuthMe/INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
[11:29:41] [Craft Scheduler Thread - 9 - AuthMe/WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
[11:29:41] [Craft Scheduler Thread - 9 - AuthMe/INFO]: [AuthMe] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
[11:29:41] [Craft Scheduler Thread - 21 - Vault/INFO]: [Vault] Checking for Updates ... 
[11:29:41] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] 
[11:29:41] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] Generating bard.bbmodel.
[11:29:41] [Craft Scheduler Thread - 9 - AuthMe/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
[11:29:41] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.19.1/2 (760)
[11:29:41] [Craft Scheduler Thread - 8 - DecentHolograms/INFO]: [DecentHolograms] Loaded 23 holograms!
[11:29:41] [Craft Scheduler Thread - 5 - SkinsRestorer/WARN]: [SkinsRestorer] Failed to get release info from api.github.com. 
 If this message is repeated a lot, please see http://skinsrestorer.net/firewall
[11:29:41] [Craft Scheduler Thread - 21 - Vault/INFO]: [Vault] No new version available
[11:29:41] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] 
[11:29:41] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] Generating fisherman.bbmodel.
[11:29:41] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[11:29:41] [Server thread/INFO]: [Pack] Extracting internal contents from .jar
[11:29:41] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] 
[11:29:41] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] Generating fisherman_bobber.bbmodel.
[11:29:41] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] 
[11:29:41] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] Generating fisherman_prop.bbmodel.
[11:29:41] [Server thread/INFO]: [Pack] DONE extracting internal contents from .jar
[11:29:41] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] 
[11:29:41] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] Generating fisherman_rod.bbmodel.
[11:29:41] [Craft Scheduler Thread - 20 - ModelEngine/WARN]: [ModelEngine] --Warning: Missing hitbox.
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] 
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] Generating jester.bbmodel.
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] 
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] Generating jester_mask.bbmodel.
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/WARN]: [ModelEngine] --Warning: Missing hitbox.
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] 
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] Generating jester_prop.bbmodel.
[11:29:42] [Craft Scheduler Thread - 14 - ItemsAdder/INFO]:  
[11:29:42] [Craft Scheduler Thread - 14 - ItemsAdder/INFO]: UPDATE available: https://www.spigotmc.org/resources/73355/
[11:29:42] [Craft Scheduler Thread - 14 - ItemsAdder/INFO]: Current version: 3.3.0b-r4 | Online version: 3.3.0b-r5
[11:29:42] [Craft Scheduler Thread - 14 - ItemsAdder/INFO]:  
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] 
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] Generating lumberjack.bbmodel.
[11:29:42] [Craft Scheduler Thread - 0 - BotSentry/INFO]: 
-------------------------------------------------------------
|                                                           |
|      ____        _    _____            _                  |
|     |  _ \      | |  / ____|          | |                 |
|     | |_) | ___ | |_| (___   ___ _ __ | |_ _ __ _   _     |
|     |  _ < / _ \| __|\___ \ / _ \ '_ \| __| '__| | | |    |
|     | |_) | (_) | |_ ____) |  __/ | | | |_| |  | |_| |    |
|     |____/ \___/ \__|_____/ \___|_| |_|\__|_|   \__, |    |
|                                                  __/ |    |
|                                                 |___/     |
|                                                           |
-------------------------------------------------------------

  » Cloud config downloaded ✓
  » Black- and whitelists loaded into the RAM ✓

  (!) You are using an old BotSentry version, some things could not work at its finest.

  Plugin coded by Lahuca Software Development and New Era Studios
    
-------------------------------------------------------------
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] 
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] Generating npcgreeting.bbmodel.
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] 
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] Generating queen.bbmodel.
[11:29:42] [Craft Scheduler Thread - 16 - ItemsAdder/INFO]: [License] Spigot product licensed to: YaliGaming (1585702)
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] 
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] Generating roman_soldier.bbmodel.
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] 
[11:29:42] [Craft Scheduler Thread - 20 - ModelEngine/INFO]: [ModelEngine] Resource pack zipped.
[11:29:42] [Server thread/INFO]: [ExcellentCrates] Loaded 3 crates.
[11:29:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrvutils [1.2.11]
[11:29:42] [Craft Scheduler Thread - 3 - zAuctionHouseV3/INFO]: [zAuctionHouseV3 v3.1.0.4] New update available. Your version: **.**.**.**, latest version: **.**.**.**
[11:29:42] [Craft Scheduler Thread - 3 - zAuctionHouseV3/INFO]: [zAuctionHouseV3 v3.1.0.4] Download plugin here: https://groupez.dev/resources/1
[11:29:42] [Server thread/INFO]: [Citizens] Loaded 5 NPCs.
[11:29:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic [2.0.1]
[11:29:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials [1.5.1]
[11:29:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.3]
[11:29:42] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.4.46 which is not a depend or softdepend of this plugin.
[11:29:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms [5.4-R2]
[11:29:42] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend or softdepend of this plugin.
[11:29:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [1.7.1]
[11:29:42] [Server thread/INFO]: 5 placeholder hook(s) registered!
[11:29:42] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[11:29:42] [Server thread/INFO]: Done (22.587s)! For help, type "help"
[11:29:42] [Server thread/INFO]: Timings Reset
[11:29:42] [Craft Scheduler Thread - 6 - ItemsAdder/ERROR]: Ingredient not found 'iasurvival:ruby' for recipe 'ruby_pickaxe_hat'. File: /contents/iawearables/configs/recipes.yml
[11:29:42] [Craft Scheduler Thread - 6 - ItemsAdder/ERROR]: Ingredient not found 'iasurvival:tobacco' for recipe 'cigar'. File: /contents/iawearables/configs/recipes.yml
[11:29:42] [Craft Scheduler Thread - 6 - ItemsAdder/ERROR]: Ingredient not found 'iasurvival:plastic_plate' for recipe 'biker_helmet'. File: /contents/iawearables/configs/recipes.yml
[11:29:42] [Server thread/INFO]: [Drop2Inventory] You are using the latest version of Drop2Inventory.
[11:29:42] [Craft Scheduler Thread - 6 - ItemsAdder/INFO]: Loaded 89 items
[11:29:42] [Craft Scheduler Thread - 6 - ItemsAdder/INFO]: Used 0/188 REAL block IDs
[11:29:42] [Craft Scheduler Thread - 6 - ItemsAdder/INFO]: Used 0/750 REAL_NOTE block IDs
[11:29:42] [Craft Scheduler Thread - 6 - ItemsAdder/INFO]: Used 0/63 REAL_TRANSPARENT block IDs
[11:29:42] [Craft Scheduler Thread - 6 - ItemsAdder/INFO]: Used 0/127 REAL_WIRE block IDs
[11:29:42] [Craft Scheduler Thread - 6 - ItemsAdder/INFO]: Used 0/14 FIRE block IDs
[11:29:42] [Craft Scheduler Thread - 6 - ItemsAdder/INFO]: Used 23/6608 font_images
[11:29:42] [Craft Scheduler Thread - 6 - ItemsAdder/INFO]: [Init] Loaded 9 categories
[11:29:42] [Craft Scheduler Thread - 6 - ItemsAdder/INFO]: [Init] Loaded successfully.
[11:29:42] [JDA MainWS-ReadThread/INFO]: [github.scarsz.discordsrv.dependencies.jda.api.JDA] Finished Loading!
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:המשפחתולה(1061763322246074368)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:moderator-only(1063123085810733057)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『👋』welcome(1061767932016857168)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『🌌』updates(1061768056709320824)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『⛏』mc-updates(1064890511099428885)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『🪵』rules(1063123085810733056)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『🚀』boosts(1061962252636409886)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『🍄』server-status(1064286858831466558)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『😻』cat-roles(1062105239404171294)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『🎟』invites(1062623822135697459)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『🔋』level-up(1062631441135042580)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『🔴』youtube-updates(1062631639542407178)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『⬆』level-roles(1062680281846390834)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『💬』chat(1061763322770374748)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『💡』suggestions(1064199203540176907)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『📸』media(1061764421250207765)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『🤖』cmds(1063123407362859098)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:『💛』vip-chat(1064143698780225556)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📨טיקט📩(1062501757361594488)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:פקודות-צוות(1062432011916169277)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:צאט-צוות(1062450022546952256)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:חתולמודל(1063106429659119706)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ticket-23(1064897664031924275)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ticket-25(1064911118197346385)
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console channel ID was invalid, not forwarding console output
[11:29:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: img [1.0.1]
[11:29:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: iaplayerstat [1.0.1]
[11:29:42] [Server thread/INFO]: Reloading ItemsAdder Custom Entities Citizens NPCs
[11:29:42] [Craft Scheduler Thread - 3 - ItemsAdder/INFO]: [Pack] Resourcepack URL is valid (auto-external-host), LastEdit: 2023-01-19_11-15. Url: http://resourcepack.host/dl/7ylCyptcgcpEajAAPqqGIfUD3KEBHXAa/pack.zip
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[11:29:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
[11:29:42] [Server thread/INFO]: [Mythic] Reloading plugin...
[11:29:42] [Server thread/INFO]: [MythicMobs] Mythic beginning reload procedure...
[11:29:42] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 5 ms to scan 1 urls, producing 4 keys and 14 values 
[11:29:42] [Server thread/INFO]: [MythicMobs] Loading Packs...
[11:29:42] [Server thread/INFO]: [MythicMobs] Loading Items...
[11:29:42] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
[11:29:42] [Server thread/INFO]: [MythicMobs] Loading Skills...
[11:29:42] [DSU-THREAD/INFO]: [DiscordSRVUtils] Successfully hooked into LiteBans
[11:29:42] [DSU-THREAD/INFO]: [DiscordSRVUtils] Successfully hooked into Essentials
[11:29:42] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
[11:29:42] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
[11:29:42] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
[11:29:42] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic randomskill
[11:29:42] [Server thread/WARN]: [MythicMobs] --| Skill: fishermanFISHtoss | File: /server/plugins/MythicMobs/Skills/littleroom/NPCvol3.yml
[11:29:42] [Server thread/WARN]: [MythicMobs] --| Error Message: Could not find MetaSkill fishermanPFISH
[11:29:42] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: randomskill{skills=fishermanSALMON,fishermanCOD,fishermanPFISH}
[11:29:42] [Server thread/INFO]: [MythicMobs] ✓ Loaded 26 mobs.
[11:29:42] [Server thread/INFO]: [MythicMobs] ✓ Loaded 3 vanilla mob overrides.
[11:29:42] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
[11:29:42] [Server thread/INFO]: [MythicMobs] ✓ Loaded 59 skills.
[11:29:42] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
[11:29:42] [Server thread/INFO]: [MythicMobs] ✓ Loaded 14 mythic items.
[11:29:42] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
[11:29:42] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
[11:29:42] [Server thread/INFO]: [Mythic] Mythic has finished reloading!
[11:29:42] [Server thread/INFO]: [MythicMobs] Mythic has finished reloading!
[11:29:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv [1.26.0]
[11:29:43] [DSU-THREAD/INFO]: [DiscordSRVUtils] Plugin is ready to function.
[11:29:53] [Netty Epoll Server IO #2/INFO]: q1w2e3r4t5y6u7 joined the game
[11:30:07] [Netty Epoll Server IO #0/INFO]: YaliGaming joined the game