Paste #120000: Error citizens

Date: 2024/02/06 09:25:07 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
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824


[14:17:17] [ServerMain/ERROR]: [DirectoryProviderSource] Error loading plugin: Directory 'plugins/citizensapi-2.0.33-SNAPSHOT.jar' failed to load!
java.lang.RuntimeException: Directory 'plugins/citizensapi-2.0.33-SNAPSHOT.jar' failed to load!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) ~[paper-1.20.2.jar:git-Paper-318]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$registerProviders$1(DirectoryProviderSource.java:34) ~[paper-1.20.2.jar:git-Paper-318]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?]
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
    at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) ~[?:?]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:32) ~[paper-1.20.2.jar:git-Paper-318]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:14) ~[paper-1.20.2.jar:git-Paper-318]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[paper-1.20.2.jar:git-Paper-318]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:100) ~[paper-1.20.2.jar:git-Paper-318]
    at net.minecraft.server.Main.main(Main.java:134) ~[paper-1.20.2.jar:git-Paper-318]
    at org.bukkit.craftbukkit.Main.main(Main.java:325) ~[paper-1.20.2.jar:git-Paper-318]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Directory 'plugins/citizensapi-2.0.33-SNAPSHOT.jar' does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:54) ~[paper-1.20.2.jar:git-Paper-318]
    ... 20 more
[14:17:19] [ServerMain/INFO]: Environment: Environment[accountsHost=https://api.mojang.com, sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[14:17:20] [ServerMain/INFO]: Loaded 1174 recipes
[14:17:21] [ServerMain/INFO]: Loaded 1271 advancements
[14:17:21] [Server thread/INFO]: Starting minecraft server version 1.20.2
[14:17:21] [Server thread/INFO]: Loading properties
[14:17:21] [Server thread/INFO]: This server is running Paper version git-Paper-318 (MC: 1.20.2) (Implementing API version 1.20.2-R0.1-SNAPSHOT) (Git: 9271ee7)
[14:17:21] [Server thread/INFO]: Server Ping Player Sample Count: 12
[14:17:21] [Server thread/INFO]: Using 4 threads for Netty based IO
[14:17:21] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
    We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
    For more information please visit: https://github.com/PaperMC/Paper/issues/8948
[14:17:22] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[14:17:22] [Server thread/INFO]: Default game type: SURVIVAL
[14:17:22] [Server thread/INFO]: Generating keypair
[14:17:22] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:10002
[14:17:22] [Server thread/INFO]: Using epoll channel type
[14:17:22] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[14:17:22] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[14:17:22] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loading 3 libraries... please wait
[14:17:22] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-api/4.14.0/adventure-api-4.14.0.jar
[14:17:22] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-key/4.14.0/adventure-key-4.14.0.jar
[14:17:22] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[14:17:22] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[14:17:22] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
[14:17:22] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-gson/4.14.0/adventure-text-serializer-gson-4.14.0.jar
[14:17:22] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-json/4.14.0/adventure-text-serializer-json-4.14.0.jar
[14:17:22] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
[14:17:22] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.0/adventure-text-serializer-bungeecord-4.3.0.jar
[14:17:22] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-legacy/4.13.0/adventure-text-serializer-legacy-4.13.0.jar
[14:17:22] [Server thread/INFO]: [SpigotLibraryLoader] [BigDoors] Loading 1 libraries... please wait
[14:17:22] [Server thread/INFO]: [SpigotLibraryLoader] [BigDoors] Loaded library /home/container/libraries/net/bytebuddy/byte-buddy/1.14.8/byte-buddy-1.14.8.jar
[14:17:22] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_20_R2.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[14:17:22] [Server thread/WARN]: java.lang.Exception
[14:17:22] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_20_R2.legacy.CraftLegacy.<clinit>(CraftLegacy.java:261)
[14:17:22] [Server thread/WARN]:     at java.base/java.lang.Class.forName0(Native Method)
[14:17:22] [Server thread/WARN]:     at java.base/java.lang.Class.forName(Class.java:375)
[14:17:22] [Server thread/WARN]:     at BigDoors.jar//nl.pim16aap2.bigDoors.BigDoors.initLegacyMaterials(BigDoors.java:1098)
[14:17:22] [Server thread/WARN]:     at BigDoors.jar//nl.pim16aap2.bigDoors.BigDoors.<init>(BigDoors.java:143)
[14:17:22] [Server thread/WARN]:     at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[14:17:22] [Server thread/WARN]:     at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
[14:17:22] [Server thread/WARN]:     at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[14:17:22] [Server thread/WARN]:     at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
[14:17:22] [Server thread/WARN]:     at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
[14:17:22] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:98)
[14:17:22] [Server thread/WARN]:     at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123)
[14:17:22] [Server thread/WARN]:     at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:35)
[14:17:22] [Server thread/WARN]:     at io.papermc.paper.plugin.entrypoint.strategy.modern.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:116)
[14:17:22] [Server thread/WARN]:     at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:38)
[14:17:22] [Server thread/WARN]:     at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36)
[14:17:22] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_20_R2.CraftServer.loadPlugins(CraftServer.java:514)
[14:17:22] [Server thread/WARN]:     at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:273)
[14:17:22] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1086)
[14:17:22] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315)
[14:17:22] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:833)
[14:17:24] [Server thread/WARN]: Legacy plugin Minecart v2.3.2 does not specify an api-version.
[14:17:25] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.113
[14:17:25] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.2.0-SNAPSHOT-679
[14:17:25] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.5
[14:17:25] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[14:17:25] [Server thread/INFO]: [LibsDisguises] Loading server plugin LibsDisguises v10.0.42
[14:17:25] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.33-SNAPSHOT (build 3316)
[14:17:25] [Server thread/INFO]: [MythicMobs] Loading server plugin MythicMobs v5.5.1-9aedaa15
[14:17:25] [Server thread/INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
[14:17:25] [Server thread/INFO]: [MythicMobs] Mythic Enabled!
[14:17:25] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.16+6534-2066eb4
[14:17:26] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@23ba388f]
[14:17:26] [Server thread/INFO]: [PlasmoVoice] Loading server plugin PlasmoVoice v2.0.7
[14:17:26] [Server thread/INFO]: [ModelEngine] Loading server plugin ModelEngine vR4.0.4
[14:17:26] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v22.2
[14:17:26] [Server thread/INFO]: [pv-addon-lavaplayer-lib] Loading server plugin pv-addon-lavaplayer-lib v1.0.6
[14:17:26] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.7.0
[14:17:26] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0-dev+25-fbfd7e9
[14:17:26] [Server thread/INFO]: [MCPets] Loading server plugin MCPets v4.1.2
[14:17:26] [Server thread/WARN]: [MCPets] : WorldGuard could not be found. Flags won't be available.
[14:17:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mcpets [1.0.0]
[14:17:26] [Server thread/INFO]: [BigDoors] Loading server plugin BigDoors vAlpha 0.1.8.48
[14:17:26] [Server thread/INFO]: [Skript] Loading server plugin Skript v2.7.3
[14:17:26] [Server thread/INFO]: [Brewery] Loading server plugin Brewery v3.1.1
[14:17:26] [Server thread/INFO]: [LoneLibs] Loading server plugin LoneLibs v1.0.43
[14:17:26] [Server thread/INFO]: [SCore] Loading server plugin SCore v4.23.12.22
[14:17:26] [Server thread/INFO]: [ValhallaMMO] Loading server plugin ValhallaMMO vALPHA_1.8.5
[14:17:26] [Server thread/INFO]: [pv-addon-discs] Loading server plugin pv-addon-discs v1.0.5
[14:17:26] [Server thread/INFO]: [RealisticSeasons] Loading server plugin RealisticSeasons v10.7.5
[14:17:26] [Server thread/INFO]: [nChat] Loading server plugin nChat v5.6.19
[14:17:27] [Server thread/INFO]: [ReviveMe] Loading server plugin ReviveMe v3.6.1
[14:17:27] [Server thread/INFO]: [ReviveMe] Random int generated: 914232
[14:17:27] [Server thread/INFO]: Reviveme loaded. selected version: v1_20_R2
[14:17:29] [Server thread/INFO]: [BigDoorsPhysics] Loading server plugin BigDoorsPhysics v2.4.2
[14:17:29] [Server thread/INFO]: [DoorsReloaded] Loading server plugin DoorsReloaded v1.3.1
[14:17:29] [Server thread/INFO]: [SkinsRestorer] Loading server plugin SkinsRestorer v15.0.6
[14:17:29] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.2
[14:17:29] [Server thread/INFO]: [BetonQuest] Loading server plugin BetonQuest v2.0.0
[14:17:29] [Server thread/INFO]: [Minecart] Loading server plugin Minecart v2.3.2
[14:17:29] [Server thread/INFO]: [TAB-Bridge] Loading server plugin TAB-Bridge v5.0.1
[14:17:29] [Server thread/INFO]: [AuthMe] Loading server plugin AuthMe v5.6.0-beta2-b2453
[14:17:29] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.21.0-dev+25-fbfd7e9
[14:17:29] [Server thread/INFO]: [skript-reflect] Loading server plugin skript-reflect v2.4
[14:17:29] [Server thread/INFO]: [DiscordSRV] Loading server plugin DiscordSRV v1.26.2
[14:17:29] [Server thread/INFO]: [QuickShop] Loading server plugin QuickShop v5.1.2.5
[14:17:29] [Server thread/INFO]: [QuickShop] QuickShop Reremake - Early boot step - Booting up
[14:17:29] [Server thread/INFO]: [QuickShop] [OK] Signature Verify
[14:17:29] [Server thread/INFO]: [QuickShop] [OK] Plugin Manifest Check
[14:17:29] [Server thread/INFO]: [QuickShop] [OK] Potential Infection Characteristics Check
[14:17:29] [Server thread/INFO]: [QuickShop] Reading the configuration...
[14:17:29] [Server thread/INFO]: [QuickShop] Loading messages translation over-the-air (this may need take a while).
[14:17:29] [Server thread/INFO]: [QuickShop] Translation over-the-air platform selected: Crowdin
[14:17:29] [Server thread/INFO]: [QuickShop] Checking for translation updates, this may need a while...
[14:17:30] [Server thread/INFO]: [QuickShop] Loading up integration modules.
[14:17:30] [Server thread/INFO]: [QuickShop] QuickShop Reremake - Early boot step - Complete
[14:17:30] [Server thread/INFO]: [Morphy] Loading server plugin Morphy v3.4
[14:17:30] [Server thread/INFO]: [CustomizablePlayerModels] Loading server plugin CustomizablePlayerModels v0.6.13a
[14:17:30] [Server thread/INFO]: [UberEnchant] Loading server plugin UberEnchant v8.9.14
[14:17:30] [Server thread/INFO]: [AdvancedPortals] Loading server plugin AdvancedPortals v0.9.3
[14:17:30] [Server thread/INFO]: [Elevator] Loading server plugin Elevator v3.13.0
[14:17:30] [Server thread/INFO]: [FancyNpcs] Loading server plugin FancyNpcs v2.0.7
[14:17:30] [Server thread/INFO]: [ItemsAdder] Loading server plugin ItemsAdder v3.6.2-beta-r4
[14:17:30] [Server thread/INFO]: [SkBee] Loading server plugin SkBee v3.0.1
[14:17:30] [Server thread/INFO]: [Images] Loading server plugin Images v2.3.1
[14:17:30] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[14:17:30] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.113
[14:17:31] [Server thread/INFO]:         __    
[14:17:31] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.113
[14:17:31] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[14:17:31] [Server thread/INFO]: 
[14:17:31] [Server thread/INFO]: [LuckPerms] Loading configuration...
[14:17:31] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[14:17:31] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[14:17:32] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[14:17:32] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1700ms)
[14:17:32] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.2.0-SNAPSHOT-679
[14:17:32] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[14:17:32] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[14:17:32] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[14:17:32] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[14:17:32] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[14:17:32] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.16+6534-2066eb4
[14:17:32] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[14:17:32] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[14:17:33] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_20_R2.PaperweightAdapter as the Bukkit adapter
[14:17:33] [Server thread/INFO]: [PlasmoVoice] Enabling PlasmoVoice v2.0.7
[14:17:33] [Server thread/INFO]: [PlasmoVoice] LuckPerms permissions listener attached
[14:17:33] [Server thread/INFO]: [PlasmoVoice] pv-addon-lavaplayer-lib v1.0.6 by Apehum loaded
[14:17:33] [Server thread/INFO]: [PlasmoVoice] pv-addon-discs v1.0.5 by KPidS loaded
[14:17:34] [Server thread/INFO]: [PlasmoVoice] UDP server is started on /[0:0:0:0:0:0:0:0]:10002
[14:17:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: plasmovoice [2.0.7]
[14:17:34] [Server thread/INFO]: [ModelEngine] Enabling ModelEngine vR4.0.4
[14:17:34] [Server thread/INFO]: [pv-addon-lavaplayer-lib] Enabling pv-addon-lavaplayer-lib v1.0.6
[14:17:34] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.43
[14:17:34] [Server thread/INFO]: [pv-addon-discs] Enabling pv-addon-discs v1.0.5
[14:17:34] [pool-19-thread-1/WARN]: [PlasmoVoice] New version available 2.0.8: https://cdn.modrinth.com/data/1bZhdhsH/versions/TEM54tQl/PlasmoVoice-Paper-2.0.8.jar
[14:17:34] [Server thread/INFO]: [nChat] Enabling nChat v5.6.19
[14:17:34] [Server thread/INFO]: [nChat] Successful plugin core start (took 0.46s)
[14:17:34] [Server thread/INFO]:           ___ _           _   
[14:17:34] [Server thread/INFO]:   _ __   / __\ |__   __ _| |_ 
[14:17:34] [Server thread/INFO]:  | '_ \ / /  | '_ \ / _` | __|
[14:17:34] [Server thread/INFO]:  | | | / /___| | | | (_| | |_ 
[14:17:34] [Server thread/INFO]:  |_| |_\____/|_| |_|\__,_|\__|
[14:17:34] [Server thread/INFO]:                              
[14:17:34] [Server thread/INFO]:  By: www.nickuc.com - V 5.6.19
[14:17:34] [Server thread/INFO]: 
[14:17:35] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v15.0.6
[14:17:35] [Server thread/INFO]: [SkinsRestorer] Running on Minecraft 1.20.2.
[14:17:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: skinsrestorer [15.0.6]
[14:17:35] [Server thread/INFO]: [SkinsRestorer] PlaceholderAPI expansion registered!
[14:17:35] [Server thread/INFO]: [SkinsRestorer] Using paper join listener!
[14:17:35] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[14:17:35] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[14:17:35] [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.
[14:17:35] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[14:17:35] [Server thread/INFO]: Preparing level "world"
[14:17:35] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[14:17:35] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     +==================+
[14:17:35] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |   SkinsRestorer  |
[14:17:35] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |------------------|
[14:17:35] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     |  Standalone Mode |
[14:17:35] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     +==================+
[14:17:35] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[14:17:35] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     Version: 15.0.6
[14:17:35] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     Commit: 3b21903
[14:17:35] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer]     This is the latest version!
[14:17:35] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ----------------------------------------------
[14:17:36] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[14:17:36] [Server thread/INFO]: Time elapsed: 588 ms
[14:17:36] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[14:17:36] [Server thread/INFO]: Time elapsed: 10 ms
[14:17:36] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[14:17:36] [Server thread/INFO]: Time elapsed: 76 ms
[14:17:36] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.5
[14:17:37] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[14:17:37] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.42
[14:17:37] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.40-Free.jar
[14:17:37] [Server thread/INFO]: [LibsDisguises] Discovered nms version: (Package: v1_20_R2) (LD: v1_20_R2) (MC: 1.20.2)
[14:17:37] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #1298
[14:17:37] [Server thread/INFO]: [LibsDisguises] Build Date: 28/01/2024 12:26
[14:17:37] [Server thread/INFO]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
[14:17:37] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
[14:17:39] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
[14:17:39] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
[14:17:39] [Server thread/INFO]: [LibsDisguises] Config is up to date!
[14:17:39] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] Plugin LibsDisguises tried to register listener for unknown packet CUSTOM_PAYLOAD[PLAY, CLIENT, 16, classNames: [net.minecraft.network.protocol.game.PacketPlayInCustomPayload, net.minecraft.network.protocol.game.ServerboundCustomPayloadPacket, net.minecraft.network.play.client.CPacketCustomPayload] (unregistered)] [direction: from CLIENT]
[14:17:39] [Server thread/INFO]: [ModelEngine] [S] Compatibility applied: LibsDisguises
[14:17:39] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.33-SNAPSHOT (build 3316)
[14:17:39] [Server thread/INFO]: [Citizens] Loading external libraries
[14:17:44] [Server thread/INFO]: Creating file: config.yml
[14:17:44] [Server thread/ERROR]: [Citizens] v2.0.33-SNAPSHOT (build 3316) is not compatible with Minecraft v1_20_R2 - try upgrading Minecraft or Citizens. Disabling...
[14:17:44] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.33-SNAPSHOT (build 3316)
[14:17:44] [Server thread/ERROR]: Could not pass event PluginEnableEvent to ModelEngine vR4.0.4
java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
    at com.ticxo.modelengine.core.ModelEngine.configureCitizensSupport(ModelEngine.java:298) ~[ModelEngine-4.0.4.jar:?]
    at com.ticxo.modelengine.api.utils.CompatibilityManager.onPluginLoad(CompatibilityManager.java:47) ~[ModelEngine-4.0.4.jar:?]
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor28.execute(Unknown Source) ~[?:?]
    at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:git-Paper-318]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.20.2.jar:git-Paper-318]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126) ~[paper-1.20.2.jar:git-Paper-318]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:615) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:201) ~[paper-1.20.2.jar:git-Paper-318]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.2.jar:git-Paper-318]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R2.CraftServer.enablePlugin(CraftServer.java:646) ~[paper-1.20.2.jar:git-Paper-318]
    at org.bukkit.craftbukkit.v1_20_R2.CraftServer.enablePlugins(CraftServer.java:557) ~[paper-1.20.2.jar:git-Paper-318]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:627) ~[paper-1.20.2.jar:git-Paper-318]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:424) ~[paper-1.20.2.jar:git-Paper-318]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.2.jar:git-Paper-318]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1086) ~[paper-1.20.2.jar:git-Paper-318]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.20.2.jar:git-Paper-318]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.ClassNotFoundException: net.citizensnpcs.api.CitizensAPI
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:197) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    ... 20 more
[14:17:44] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.5.1-9aedaa15
[14:17:44] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.20.2)...
[14:17:44] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
[14:17:45] [Server thread/INFO]: [MythicMobs] Mythic LibsDisguises Support has been enabled!
[14:17:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mythic [5.0.0]
[14:17:45] [Server thread/INFO]: [MythicMobs] Mythic PlaceholderAPI Support has been enabled!
[14:17:45] [Server thread/INFO]: [MythicMobs] Mythic ProtocolLib Support has been enabled!
[14:17:45] [Server thread/INFO]: [MythicMobs] Mythic Vault Support has been enabled!
[14:17:45] [Server thread/INFO]: [MythicMobs] Base directory /home/container/plugins/MythicMobs/SavedData
[14:17:45] [Server thread/INFO]: [MythicMobs] Module directory /home/container/plugins/MythicMobs/SavedData/worlds
[14:17:45] [Server thread/INFO]: [MythicMobs] Loading Packs...
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading Items...
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading Skills...
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat ATTACK_DAMAGE from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat ATTACK_SPEED from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat BONUS_DAMAGE from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat CRITICAL_STRIKE_CHANCE from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat CRITICAL_STRIKE_DAMAGE from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat CRITICAL_STRIKE_RESILIENCE from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat DAMAGE_REDUCTION from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat DEFENSE from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat DODGE_CHANCE from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat DODGE_NEGATION from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat HEALTH from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat HEALTH_REGENERATION from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat LIFESTEAL_CHANCE from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat LIFESTEAL_POWER from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat MOVEMENT_SPEED from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_CHANCE from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_NEGATION from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_POWER from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_COUNTERATTACK from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat ARMOR_GENERIC from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat ARMOR_BLUNT from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat ARMOR_SHARP from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat DAMAGE_BLUNT from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat DAMAGE_SHARP from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat FIRE_RESISTANCE from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading stat SPEED from /home/container/plugins/MythicMobs/stats.yml
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
[14:17:46] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
[14:17:46] [Server thread/INFO]: [MythicMobs] âś“ Loaded 18 mobs.
[14:17:46] [Server thread/INFO]: [MythicMobs] âś“ Loaded 3 vanilla mob overrides.
[14:17:46] [Server thread/INFO]: [MythicMobs] âś“ Loaded 0 mob stacks.
[14:17:46] [Server thread/INFO]: [MythicMobs] âś“ Loaded 72 skills.
[14:17:46] [Server thread/INFO]: [MythicMobs] âś“ Loaded 0 random spawns.
[14:17:46] [Server thread/INFO]: [MythicMobs] âś“ Loaded 3 mythic items.
[14:17:46] [Server thread/INFO]: [MythicMobs] âś“ Loaded 2 drop tables.
[14:17:46] [Server thread/INFO]: [MythicMobs] âś“ Loaded 0 mob spawners.
[14:17:46] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
[14:17:46] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
[14:17:46] [Server thread/INFO]: [MythicMobs] âś“ MythicMobs Premium v5.5.1 ( build 9aedaa15 ) has been successfully loaded!
[14:17:46] [Server thread/INFO]: [MythicMobs] Model Engine Compatibility Loaded.
[14:17:46] [Server thread/INFO]: [ModelEngine] [S] Compatibility applied: MythicMobs
[14:17:46] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v22.2
[14:17:46] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! 
[14:17:46] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[14:17:46] [Server thread/INFO]: --------------------
[14:17:46] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[14:17:46] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[14:17:46] [Server thread/INFO]: --------------------
[14:17:46] [Server thread/INFO]: [GSit] Enabling GSit v1.7.0
[14:17:46] [Server thread/INFO]: [GSit] The plugin was successfully enabled.
[14:17:46] [Server thread/INFO]: [GSit] Link with PlaceholderAPI successful!
[14:17:46] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [1.7.0]
[14:17:46] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+25-fbfd7e9
[14:17:46] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[14:17:46] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[14:17:46] [Server thread/INFO]: [Essentials] No kits found to migrate.
[14:17:46] [Server thread/INFO]: [Essentials] Loaded 39095 items from items.json.
[14:17:46] [Server thread/WARN]: [Essentials] No aliases found in custom_items.yml.
[14:17:46] [Server thread/INFO]: [Essentials] Using locale en
[14:17:46] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[14:17:46] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[14:17:46] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[14:17:46] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[14:17:46] [Server thread/INFO]: [MCPets] Enabling MCPets v4.1.2
[14:17:46] [Server thread/INFO]: [MCPets] : Language file reloaded.
[14:17:46] [Server thread/INFO]: [MCPets] : Blacklist file reloaded.
[14:17:46] [Server thread/INFO]: Loading pets... 
[14:17:47] [Server thread/INFO]:   - nocsy_cat5.bbmodel loaded succesfully.
[14:17:47] [Server thread/INFO]:   - nocsy_cat4.bbmodel loaded succesfully.
[14:17:47] [Server thread/INFO]:   - nocsy_cat1.bbmodel loaded succesfully.
[14:17:48] [Server thread/INFO]:   - nocsy_cat2.bbmodel loaded succesfully.
[14:17:48] [Server thread/INFO]:   - nocsy_thread_ball.bbmodel loaded succesfully.
[14:17:48] [Server thread/INFO]:   - nocsy_cat3.bbmodel loaded succesfully.
[14:17:48] [Server thread/INFO]:   - nocsy_cat_fallen.bbmodel loaded succesfully.
[14:17:48] [Server thread/INFO]:   - nocsy_cat6.bbmodel loaded succesfully.
[14:17:48] [Server thread/INFO]: [MCPets] : 8 pets registered successfully !
[14:17:48] [Server thread/INFO]: [MCPets] : 0 categories registered successfully !
[14:17:49] [Server thread/ERROR]: [MCPets] Could not reach SQL database. Please configure your database parameters.
[14:17:49] [Server thread/INFO]: [MCPets] [Database] Can't initialize MySQL.
[14:17:49] [Server thread/INFO]: [MCPets] [Database] Will be using YAML support instead (no worry it's not a bug).
[14:17:49] [Server thread/INFO]: -=-=-=-= MCPets loaded =-=-=-=-
[14:17:49] [Server thread/INFO]:       Plugin made by Nocsy
[14:17:49] [Server thread/INFO]: -=-=-=-= -=-=-=-=-=-=- =-=-=-=-
[14:17:49] [Server thread/INFO]: -=- Launching Flags -=-
[14:17:49] [Server thread/INFO]: 0 flags launched.
[14:17:49] [Server thread/INFO]: [BigDoors] Enabling BigDoors vAlpha 0.1.8.48
[14:17:49] [Server thread/INFO]: [BigDoors] Power Block Types:
[14:17:49] [Server thread/INFO]: [BigDoors]  - GOLD_BLOCK
[14:17:49] [Server thread/INFO]: [BigDoors]  - BRICKS
[14:17:49] [Server thread/INFO]: [BigDoors] Blacklisted materials:
[14:17:49] [Server thread/INFO]: [BigDoors]  - BEDROCK
[14:17:49] [Server thread/INFO]: [BigDoors]  - END_PORTAL
[14:17:49] [Server thread/INFO]: [BigDoors]  - END_PORTAL_FRAME
[14:17:49] [Server thread/INFO]: [BigDoors]  - NETHER_PORTAL
[14:17:49] [Server thread/INFO]: [BigDoors] Failed to parse material: "ALL"
[14:17:49] [Server thread/INFO]: [BigDoors] No materials Whitelisted!
[14:17:49] [Server thread/INFO]: [BigDoors] DestroyListed materials:
[14:17:49] [Server thread/INFO]: [BigDoors]  - LAVA
[14:17:49] [Server thread/INFO]: [BigDoors]  - WATER
[14:17:49] [Server thread/INFO]: [BigDoors]  - SNOW
[14:17:49] [Server thread/INFO]: [BigDoors]  - FERN
[14:17:49] [Server thread/INFO]: [BigDoors]  - GRASS
[14:17:49] [Server thread/INFO]: [BigDoors]  - TALL_GRASS
[14:17:49] [Server thread/INFO]: [BigDoors]  - SEAGRASS
[14:17:49] [Server thread/INFO]: [BigDoors]  - TALL_SEAGRASS
[14:17:49] [Server thread/INFO]: [BigDoors] Enabling stats! Thanks, it really helps!
[14:17:49] [Server thread/INFO]: [Skript] Enabling Skript v2.7.3
[14:17:49] [Thread-24/INFO]: [Skript] A new version of Skript is available: 2.8.2 (you're currently running 2.7.3)
[14:17:49] [Thread-24/INFO]: Download it at: <aqua><u><link:https://github.com/SkriptLang/Skript/releases/download/2.8.2/Skript.jar>https://github.com/SkriptLang/Skript/releases/download/2.8.2/Skript.jar
[14:17:53] [Server thread/INFO]: [Skript] Loaded 232530 aliases in 4338ms
[14:17:53] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[14:17:53] [Server thread/INFO]: [Brewery] Enabling Brewery v3.1.1
[14:17:53] [Server thread/INFO]: [Brewery] Brewery enabled!
[14:17:53] [Server thread/INFO]: [SCore] Enabling SCore v4.23.12.22
[14:17:53] [Server thread/INFO]: ================ SCore ================
[14:17:53] [Server thread/INFO]: SCore Version of the server git-Paper-318 (MC: 1.20.2) !
[14:17:53] [Server thread/INFO]: SCore PlaceholderAPI hooked !  (2.11.5)  Load Before
[14:17:53] [Server thread/INFO]: SCore Vault hooked !  (1.7.3-b131)  Load Before
[14:17:53] [Server thread/INFO]: SCore CoreProtect hooked !  (22.2)  Load Before
[14:17:53] [Server thread/INFO]: SCore ProtocolLib hooked !
[14:17:53] [Server thread/INFO]: SCore Locale setup: EN
[14:17:53] [Server thread/INFO]: SCore MythicMobs hooked !  (5.5.1-9aedaa15)  Load Before
[14:17:53] [Server thread/INFO]: SCore ItemsAdder hooked !  (3.6.2-beta-r4) Load After
[14:17:53] [Server thread/INFO]: SCore TAB hooked !  (4.1.2) Load After
[14:17:53] [Server thread/INFO]: SCore Language of the editor setup on EN
[14:17:53] [Server thread/INFO]: SCore Language for in-game messages setup on EN
[14:17:53] [Server thread/INFO]: SCore Connection to the db...
[14:17:53] [Server thread/INFO]: SCore will connect to the database hosted: In Local
[14:17:53] [Server thread/INFO]: SCore Creating table SecurityOP if not exists...
[14:17:53] [Server thread/INFO]: SCore Creating table Commands if not exists...
[14:17:53] [Server thread/INFO]: SCore Creating table Cooldowns if not exists...
[14:17:53] [Server thread/INFO]: SCore Creating table Commands Player if not exists...
[14:17:53] [Server thread/INFO]: SCore Creating table Commands Entity if not exists...
[14:17:53] [Server thread/INFO]: SCore Creating table Commands Block if not exists...
[14:17:53] [Server thread/INFO]: SCore Creating table UsePerDay if not exists...
[14:17:53] [Server thread/INFO]: SCore SCore loaded 1 variables from local files !
[14:17:53] [Server thread/INFO]: SCore SCore loaded 0 delayed commands saved
[14:17:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: SCore [1.0.0]
[14:17:54] [Server thread/INFO]: ================ SCore ================
[14:17:54] [Server thread/INFO]: [ValhallaMMO] Enabling ValhallaMMO vALPHA_1.8.5
[14:17:54] [Server thread/INFO]: [ValhallaMMO] Enabling ValhallaMMO, this might take a bit...
[14:17:54] [Server thread/WARN]: Database connection failed, using PersistentDataContainer for profile persistence
[14:17:54] [Server thread/INFO]: [ValhallaMMO] Successfully loaded custom shaped recipes
[14:17:54] [Server thread/INFO]: [ValhallaMMO] Successfully loaded custom smithing table recipes
[14:17:54] [Server thread/INFO]: [ValhallaMMO] Successfully loaded custom cooking recipes
[14:17:54] [Server thread/INFO]: [ValhallaMMO] Successfully loaded custom brewing recipes
[14:17:54] [Server thread/INFO]: [ValhallaMMO] Successfully loaded custom crafting recipes
[14:17:54] [Server thread/INFO]: [ValhallaMMO] Successfully loaded custom item improvement recipes
[14:17:54] [Server thread/INFO]: [ValhallaMMO] Successfully loaded custom item class improvement recipes
[14:17:55] [Server thread/INFO]: [ValhallaMMO] Successfully loaded custom cauldron recipes
[14:17:55] [Server thread/INFO]: >> INFO : physical damage scaling set to (%damage% * (10 / (10 + %armor%)) - (%damage%^2 * 0.00005 * %toughness%))
[14:17:55] [Server thread/INFO]: [RealisticSeasons] Enabling RealisticSeasons v10.7.5
[14:17:55] [Server thread/INFO]: [RealisticSeasons] [STDOUT] [Spigotunlocked.com] - ZER.
[14:17:55] [Server thread/WARN]: Nag author(s): '[]' of 'RealisticSeasons v10.7.5' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[14:17:55] [Server thread/INFO]: [ReviveMe] Enabling ReviveMe v3.6.1
[14:17:55] [Server thread/INFO]: [ReviveMe] [STDOUT] [Spigotunlocked.com] - pearlcz
[14:17:55] [Server thread/WARN]: Nag author(s): '[]' of 'ReviveMe v3.6.1' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[14:17:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: reviveme [3.6.1]
[14:17:55] [Server thread/ERROR]: [ReviveMe] Failed to register events for class net.kokoricraft.reviveme.hooks.PlasmoVoiceHook because su/plo/voice/events/PlayerSpeakEvent does not exist.
[14:17:55] [Server thread/INFO]: [BigDoorsPhysics] Enabling BigDoorsPhysics v2.4.2
[14:17:55] [Server thread/INFO]: [BigDoorsPhysics] Loading Config
[14:17:55] [Server thread/INFO]: [net.bonn2.bigdoorsphysics.relocated.org.reflections.Reflections] Reflections took 16 ms to scan 1 urls, producing 2 keys and 4 values
[14:17:55] [Server thread/INFO]: [BigDoorsPhysics] Discovered 3 version adapters
[14:17:55] [Server thread/INFO]: [BigDoorsPhysics] Loaded net.bonn2.bigdoorsphysics.versions.v1_19_3.VersionUtil_v1_19_3
[14:17:55] [Server thread/INFO]: [BigDoorsPhysics] Registering Events
[14:17:55] [Server thread/INFO]: [BigDoorsPhysics] Registering Commands
[14:17:55] [Server thread/INFO]: [BigDoorsPhysics] Enabling ProtocolLib Support
[14:17:55] [Server thread/INFO]: [DoorsReloaded] Enabling DoorsReloaded v1.3.1
[14:17:55] [Server thread/INFO]: [TAB] Enabling TAB v4.1.2
[14:17:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.1.2]
[14:17:55] [Server thread/INFO]: [TAB] Enabled in 63ms
[14:17:55] [Server thread/INFO]: [BetonQuest] Enabling BetonQuest v2.0.0
[14:17:55] [Server thread/INFO]: [BetonQuest] Running on JRE 17.0.1 (build 12, optional 39, pre-release info N/A) by Oracle Corporation
[14:17:55] [Server thread/INFO]: [BetonQuest] Using SQLite for storing data!
[14:17:55] [Server thread/INFO]: [BetonQuest] Hooking into LuckPerms
[14:17:55] [Server thread/INFO]: [BetonQuest] Hooking into ProtocolLib
[14:17:55] [Server thread/INFO]: [BetonQuest] Hooking into PlaceholderAPI
[14:17:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betonquest [2.0.0]
[14:17:55] [Server thread/INFO]: [BetonQuest] Hooking into Vault
[14:17:55] [Server thread/INFO]: [BetonQuest] Hooking into MythicMobs
[14:17:55] [Server thread/INFO]: [BetonQuest] Hooking into WorldEdit
[14:17:55] [Server thread/INFO]: [BetonQuest] Hooking into Skript
[14:17:55] [Server thread/INFO]: [BetonQuest] Hooking into Brewery
[14:17:55] [Server thread/INFO]: [BetonQuest] BetonQuest successfully enabled!
[14:17:55] [Server thread/INFO]: [Minecart] Enabling Minecart v2.3.2*
[14:17:55] [Server thread/INFO]: [TAB-Bridge] Enabling TAB-Bridge v5.0.1
[14:17:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [5.0.1]
[14:17:55] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-beta2-b2453
[14:17:55] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[14:17:55] [Server thread/INFO]: [AuthMe] Hooked into LuckPerms!
[14:17:55] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[14:17:55] [Server thread/INFO]: [AuthMe] Essentials spawn file not found: '/home/container/plugins/Essentials/spawn.yml'
[14:17:55] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-beta2 build n.2453 successfully enabled!
[14:17:55] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.21.0-dev+25-fbfd7e9
[14:17:55] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[14:17:55] [Server thread/INFO]: [skript-reflect] Enabling skript-reflect v2.4
[14:17:55] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.26.2
[14:17:55] [Server thread/INFO]: [QuickShop] Enabling QuickShop v5.1.2.5
[14:17:55] [Server thread/INFO]: [QuickShop] QuickShop Reremake
[14:17:55] [Server thread/INFO]: [QuickShop] Starting plugin self-test, please wait...
[14:17:55] [Server thread/INFO]: [QuickShop] [OK] Signature Verify
[14:17:55] [Server thread/INFO]: [QuickShop] [OK] Plugin Manifest Check
[14:17:55] [Server thread/INFO]: [QuickShop] [OK] Potential Infection Characteristics Check
[14:17:55] [Server thread/INFO]: [QuickShop] [OK] Java Runtime Environment Version Test
[14:17:55] [Server thread/INFO]: [QuickShop] Running QuickShop-Reremake on NMS version v1_20_R2 For Minecraft version 1.20.2
[14:17:55] [Server thread/INFO]: [QuickShop] [OK] Spigot Based Server Test
[14:17:55] [Server thread/INFO]: [QuickShop] [OK] Old QuickShop Test
[14:17:55] [Server thread/INFO]: [QuickShop] [OK] ModdedServer Based Test
[14:17:55] [Server thread/INFO]: [QuickShop] [OK] CoreSupport Test
[14:17:55] [Server thread/INFO]: [QuickShop] [OK] Virtual DisplayItem Support Test
[14:17:55] [Server thread/INFO]: [QuickShop] [OK] GameVersion supporting Test
[14:17:55] [Server thread/INFO]: [QuickShop] [OK] PacketListenerAPI Conflict Test
[14:17:56] [Server thread/INFO]: [QuickShop] [OK] End of life Test
[14:17:56] [Server thread/INFO]: [QuickShop] Reading the configuration...
[14:17:56] [Server thread/INFO]: [QuickShop] Developers: PotatoCraft Studio, Netherfoam, Timtower, KaiNoMood (KaiKikuchi), jho5245, Ghost_chu, cakoyo, Ectabro, portlek, log4b0at, Andre601, deadman96385, Vlvxingze, DoctaEnkoda, Mgazul, TiaraRinne, sandtechnology, Starmism, Chris6ix, Rean Schwarzer, mart-r, raphtaliapt, Tim269, creatorfromhell, LoneDev6, judgetread, confuxeon, ibmibmibm, yannicklamprecht, PyvesB, PaulBGD, ORelio, JoschuaSchneider, Starmium, harry0198, efekurbann, tdiant
[14:17:56] [Server thread/INFO]: [QuickShop] Original author: Netherfoam, Timtower, KaiNoMood
[14:17:56] [Server thread/INFO]: [QuickShop] Let's start loading the plugin
[14:17:56] [Server thread/INFO]: [QuickShop] Chat processor selected: Hardcoded BungeeChat Lib
[14:17:56] [Server thread/INFO]: [QuickShop] Loading plugin translations files...
[14:17:56] [Server thread/INFO]: [QuickShop] Game assets server selected: Mojang API
[14:17:56] [Server thread/INFO]: [QuickShop] Loading items translations...
[14:17:56] [Server thread/INFO]: [QuickShop] Loading enchantments translations...
[14:17:56] [Server thread/INFO]: [QuickShop] Loading potions translations...
[14:17:56] [Server thread/INFO]: [QuickShop] Successfully loaded PlaceHolderAPI support!
[14:17:56] [Server thread/INFO]: [QuickShop] Successfully loaded WorldEdit support!
[14:17:56] [Server thread/WARN]: [QuickShop] You're using Real Display system and that may cause your server lagg, switch to Virtual Display system if you can! (Checkout display-type option in config.yml)
[14:17:56] [Server thread/INFO]: [QuickShop] Setting up database...
[14:17:56] [Server thread/INFO]: [QuickShop] Checking and updating database columns, it may take a while...
[14:17:56] [Server thread/INFO]: [QuickShop] Finished!
[14:17:56] [Server thread/INFO]: [QuickShop] Selected permission provider: Bukkit
[14:17:56] [Server thread/INFO]: [QuickShop] Registering commands...
[14:17:56] [Server thread/INFO]: [QuickShop] Loaded 1 rules for listener blacklist.
[14:17:56] [Server thread/INFO]: [QuickShop] EventManager selected: QSEventManager
[14:17:56] [Server thread/INFO]: [QuickShop] Fetching shops from the database...If plugin stuck there, check your database connection.
[14:17:56] [Server thread/INFO]: [QuickShop] Loading shops from the database...
[14:17:56] [Server thread/INFO]: [QuickShop] >> Shop Loader Information
[14:17:56] [Server thread/INFO]: [QuickShop] Total           shops: 5
[14:17:56] [Server thread/INFO]: [QuickShop] Valid           shops: 5
[14:17:56] [Server thread/INFO]: [QuickShop] Pending              : 0
[14:17:56] [Server thread/INFO]: [QuickShop] Waiting worlds loaded: 0
[14:17:56] [Server thread/INFO]: [QuickShop] Waiting chunks loaded: 5
[14:17:56] [Server thread/INFO]: [QuickShop] Done! Used 7ms to loaded shops in database.
[14:17:56] [Server thread/INFO]: [QuickShop] Registering listeners...
[14:17:56] [Server thread/INFO]: [QuickShop] Registering DisplayCheck task....
[14:17:56] [Server thread/INFO]: [QuickShop] Cleaning MsgUtils...
[14:17:56] [Server thread/INFO]: [QuickShop] Cleaning purchase messages from the database that are over a week old...
[14:17:56] [Server thread/INFO]: [QuickShop] Log actions is enabled, actions will log in the qs.log file!
[14:17:56] [Server thread/INFO]: [QuickShop] [Shop Purger] Purge not enabled!
[14:17:56] [Server thread/INFO]: [QuickShop] QuickShop Loaded! 491 ms.
[14:17:56] [Server thread/INFO]: [Morphy] Enabling Morphy v3.4
[14:17:56] [Server thread/INFO]: Version: 1.2
[14:17:56] [Server thread/INFO]: [CustomizablePlayerModels] Enabling CustomizablePlayerModels v0.6.13a
[14:17:56] [Server thread/INFO]: [CustomizablePlayerModels] Customizable Player Models Initialized
[14:17:56] [Server thread/INFO]: [UberEnchant] Enabling UberEnchant v8.9.14
[14:17:56] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.9.3
[14:17:56] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
[14:17:56] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[14:17:56] [Server thread/WARN]: [AdvancedPortals] Proxy features disabled for Advanced Portals as bungee isn't enabled on the server (spigot.yml).If you are using Paper proxies.velocity.enabled (config/paper-global.yml) or settings.velocity-support.enabled (paper.yml) may not be enabled 
[14:17:56] [Server thread/INFO]: Advanced portals have been successfully enabled!
[14:17:56] [Server thread/INFO]: [Elevator] Enabling Elevator v3.13.0
[14:17:56] [Server thread/INFO]: [FancyNpcs] Enabling FancyNpcs v2.0.7
[14:17:56] [Server thread/INFO]: [ItemsAdder] Enabling ItemsAdder v3.6.2-beta-r4
[14:17:56] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[14:17:56] [pool-35-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

[14:17:56] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R2! Trying to find NMS support
[14:17:56] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R2' loaded!
[14:17:56] [Server thread/INFO]: [ItemsAdder] Registered Skript API
[14:17:56] [Server thread/INFO]: [ItemsAdder] [Host] Starting self-host webserver on port: 10026
[14:17:56] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] Plugin ItemsAdder tried to register listener for unknown packet RESOURCE_PACK_SEND[PLAY, SERVER, 234, classNames: [net.minecraft.network.protocol.game.PacketPlayOutResourcePackSend, net.minecraft.network.protocol.game.ClientboundResourcePackSendPacket, net.minecraft.network.play.server.SPacketResourcePackSend] (unregistered)] [direction: from SERVER]
[14:17:57] [Server thread/INFO]: [SkBee] Enabling SkBee v3.0.1
[14:17:57] [Server thread/INFO]: [SkBee] Loading NBTApi...
[14:17:57] [Server thread/INFO]: [SkBee] [NBTAPI] Found Spigot: v1_20_R2! Trying to find NMS support
[14:17:57] [Server thread/INFO]: [SkBee] [NBTAPI] NMS support 'MC1_20_R2' loaded!
[14:17:57] [Server thread/INFO]: [SkBee] Successfully loaded NBTApi!
[14:17:57] [Server thread/INFO]: [SkBee] NBT Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Text Component Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Advancement Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] BossBar Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Bound Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Display Entity elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Fishing elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Game Event Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Particle Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] RayTrace elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Recipe Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Scoreboard Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Scoreboard Objective Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Statistic Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Structure Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Minecraft Tag elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Team Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Villager Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Virtual Furnace Elements disabled via config
[14:17:57] [Server thread/INFO]: [SkBee] World Border Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] It looks like another addon registered 'environment' already.
[14:17:57] [Server thread/INFO]: [SkBee] You may have to use their environment options in SkBee's 'world creator' system.
[14:17:57] [Server thread/INFO]: [SkBee] World Creator Elements successfully loaded
[14:17:57] [Server thread/INFO]: [SkBee] Loaded (364) elements:
[14:17:57] [Server thread/INFO]: [SkBee]  - 50 events
[14:17:57] [Server thread/INFO]: [SkBee]  - 54 effects
[14:17:57] [Server thread/INFO]: [SkBee]  - 228 expressions
[14:17:57] [Server thread/INFO]: [SkBee]  - 23 conditions
[14:17:57] [Server thread/INFO]: [SkBee]  - 9 sections
[14:17:57] [Server thread/INFO]: [SkBee] Checking for update...
[14:17:57] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Kraver | Minecraft Roleplay(1114316099698315355)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:logs(1194474645060059206)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🚀𓊇»cargos(1203729187404521582)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆📕𓊇»regras-gerais(1114391674739765348)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆📌𓊇»anúncios(1114391647342559322)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🌟𓊇»enquetes(1203728931333865512)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🤫𓊇»spoilers(1200475318977298444)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆📋𓊇»informações(1193267917870084247)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆💻𓊇»dev(1203073032625852426)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆📝𓊇»lore(1134753447367942214)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🔎𓊇»ajuda(1144064044962168843)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🏷𓊇»loja(1144063696696524871)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🎉𓊇»sorteios(1203069917562282084)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆💡𓊇»ideias(1193018648974069881)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆💌𓊇»mods-opcionais(1202020912355086356)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆📜𓊇»contratação(1189407847059038208)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆⛪𓊇»igreja(1202338119807148072)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆👑𓊇»realeza(1201917755960610846)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆💼𓊇»profissões(1160246244850016396)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🍀𓊇»linhagens(1193017331257987152)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆⚠𓊇»notícias(1193017749237157969)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆⚜𓊇»chat-guardas(1199113322050617385)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🌾𓊇»chat-fazenda(1199113660971360266)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆⚒𓊇»chat-ferraria(1199114064933179544)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆⛪𓊇»chat-clérigo(1201275673155735563)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆💉𓊇»chat-enfermaria(1201276085082521762)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🏗𓊇»chat-construtores(1202012311712174180)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🎖𓊇»chat-chefes(1202013042939019384)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆⛔𓊇»fora-rp(1161811066628608101)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🎥𓊇»divulgação(1114390858482069614)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🎨𓊇»artes(1203751365336236092)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🤡𓊇»memes(1114390615589916733)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆✅𓊇»in-rp(1114390414980546741)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆📒𓊇»diário(1193035538190585967)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆⛵𓊇»diário-de-viagem(1193037515989459055)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🖌𓊇»pinturas(1114390438594486432)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🛒𓊇»comércio(1193034882771865693)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𓊆🎭𓊇»mercado-negro(1193038295958036530)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:comandos-adm(1203067537764655145)
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:logs(1194474645060059206)
[14:17:57] [Server thread/INFO]: [SkBee] Plugin is not up to date!
[14:17:57] [Server thread/INFO]: [SkBee]  - Current version: v3.0.1
[14:17:57] [Server thread/INFO]: [SkBee]  - Available update: v3.2.1
[14:17:57] [Server thread/INFO]: [SkBee]  - Download available at: https://github.com/ShaneBeee/SkBee/releases
[14:17:57] [Server thread/INFO]: [SkBee] Successfully enabled v3.0.1 in 0.56 seconds
[14:17:57] [Server thread/INFO]: [Images] Enabling Images v2.3.1
[14:17:57] [Server thread/INFO]: [Images] ProtocolLib detected. Enabling generic packet handling...
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[14:17:57] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
[14:17:57] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[14:17:57] [Server thread/INFO]: Running delayed init tasks
[14:17:57] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] 
[14:17:57] [Craft Scheduler Thread - 9 - Essentials/INFO]: [Essentials] Fetching version information...
[14:17:57] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] [Importing models]
[14:17:57] [Craft Scheduler Thread - 16 - AuthMe/INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
[14:17:57] [Craft Scheduler Thread - 16 - AuthMe/WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
[14:17:57] [Craft Scheduler Thread - 16 - AuthMe/INFO]: [AuthMe] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
[14:17:57] [Craft Scheduler Thread - 10 - Brewery/INFO]: [Brewery] Background data loading complete.
[14:17:57] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[14:17:57] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] 
[14:17:57] [Craft Scheduler Thread - 16 - AuthMe/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
[14:17:57] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] Importing discord1.bbmodel.
[14:17:57] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[14:17:57] [Server thread/INFO]: [BigDoors] Checking for updates...
[14:17:57] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] 
[14:17:57] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] Importing discord2.bbmodel.
[14:17:57] [Server thread/INFO]: [Skript] Loading variables...
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] 
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] Importing material-data.json.
[14:17:58] [Craft Scheduler Thread - 12 - ReviveMe/INFO]: [ReviveMe] There is a new update available.
[14:17:58] [Craft Scheduler Thread - 12 - ReviveMe/INFO]: [ReviveMe] https://www.spigotmc.org/resources/update.%%__RESOURCE__%%/
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/WARN]: [ModelEngine] [A] --Error: Unknown format.
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] 
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] Importing nocsy_cat1.bbmodel.
[14:17:58] [Server thread/INFO]: [Skript] Loaded 38 variables in 0.0 seconds
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] 
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] Importing nocsy_cat2.bbmodel.
[14:17:58] [Server thread/INFO]: [Skript] Line 5: (balance.sk)
[14:17:58] [Server thread/INFO]:     Unexpected entry 'set {balance::%player%} to %quantity%'. Check that it's spelled correctly, and ensure that you have put all code into a trigger.
[14:17:58] [Server thread/INFO]:     Line: set {balance::%player%} to %quantity%
[14:17:58] [Server thread/INFO]:  
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] 
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] Importing nocsy_cat3.bbmodel.
[14:17:58] [Craft Scheduler Thread - 9 - Essentials/WARN]: [Essentials] You're 10 EssentialsX dev build(s) out of date!
[14:17:58] [Craft Scheduler Thread - 9 - Essentials/WARN]: [Essentials] Download it here: https://essentialsx.net/downloads.html
[14:17:58] [Thread-52/INFO]: [BigDoors] No new updates available.
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] 
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] Importing nocsy_cat4.bbmodel.
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] 
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] Importing nocsy_cat5.bbmodel.
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] 
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] Importing nocsy_cat6.bbmodel.
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] 
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] Importing nocsy_cat_fallen.bbmodel.
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] 
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] Importing nocsy_thread_ball.bbmodel.
[14:17:58] [Craft Scheduler Thread - 11 - ItemsAdder/INFO]: [ItemsAdder] [License] Spigot product licensed to: Firippu (1770545)
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] 
[14:17:58] [Craft Scheduler Thread - 5 - ModelEngine/INFO]: [ModelEngine] [A] Resource pack zipped.
[14:17:58] [Server thread/INFO]: [Skript] Line 137: (linhagens.sk)
[14:17:58] [Server thread/INFO]:     Starting a variable's name with an expression is discouraged ({%{_randomRace}%::*}). You could prefix it with the script's name: {linhagens::%{_randomRace}%::*}
[14:17:58] [Server thread/INFO]:     Line: add player to {%{_randomRace}%::*}
[14:17:58] [Server thread/INFO]:  
[14:17:59] [Server thread/INFO]: [Skript] Line 64: (vampiro.sk)
[14:17:59] [Server thread/INFO]:     an entity cannot be saved, i.e. the contents of the variable {Vampiros::*} will be lost when the server stops.
[14:17:59] [Server thread/INFO]:     Line: add clicked entity to {Vampiros::*}
[14:17:59] [Server thread/INFO]:  
[14:17:59] [Server thread/INFO]: [Skript] Line 96: (vampiro.sk)
[14:17:59] [Server thread/INFO]:     an entity cannot be saved, i.e. the contents of the variable {Vampiros::*} will be lost when the server stops.
[14:17:59] [Server thread/INFO]:     Line: add clicked entity to {Vampiros::*}
[14:17:59] [Server thread/INFO]:  
[14:17:59] [Server thread/INFO]: [Skript] Loaded 22 scripts with a total of 108 structures in 1.7 seconds
[14:17:59] [Server thread/INFO]: [Skript] Finished loading.
[14:17:59] [Server thread/INFO]: [RealisticSeasons] [STDOUT] [Spigotunlocked.com] - ZER.
[14:17:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: rs [1.0.0]
[14:17:59] [Server thread/INFO]: [RealisticSeasons] Total biomes registered on server: 249
[14:17:59] [Server thread/INFO]: [BetonQuest] Enabled compatibility for LuckPerms, WorldEdit, Skript, PlaceholderAPI, ProtocolLib, Brewery, MythicMobs, Vault!
[14:17:59] [Server thread/INFO]: [BetonQuest] There are 0 conditions, 0 events, 0 objectives and 0 conversations loaded from 0 packages.
[14:17:59] [Server thread/INFO]: [BetonQuest] Reloaded 0 menus
[14:17:59] [Server thread/INFO]: [QuickShop] Registering bStats metrics...
[14:18:00] [Server thread/ERROR]: [ItemsAdder] No namespace. File: /contents/iasurvival/configs/thirst/loots.yml
[14:18:00] [Server thread/ERROR]: [ItemsAdder] Missing model_path attribute for item 'iageneric:blue_ring' with attribute 'generate: false'. File: /contents/iageneric/configs/items.yml
[14:18:00] [Server thread/ERROR]: [ItemsAdder] No namespace. File: /contents/iasurvival/configs/various/loots.yml
[14:18:00] [Server thread/WARN]: [ItemsAdder] Custom entities 'fast_packets_creation' is disabled. This might cause stuttering animations. More info: https://a.devs.beer/ia-delaypackets
[14:18:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: discordsrv [1.26.2]
[14:18:00] [Server thread/INFO]: [QuickShop] Using economy system: EssentialsX Economy
[14:18:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: healthbar [1.3]
[14:18:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.6.2]
[14:18:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.1]
[14:18:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: world [1.2.2]
[14:18:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
[14:18:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: servertime [3.2]
[14:18:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.8]
[14:18:00] [Server thread/INFO]: 7 placeholder hook(s) registered!
[14:18:00] [Server thread/INFO]: Done (38.969s)! For help, type "help"
[14:18:00] [Server thread/INFO]: Timings Reset
[14:18:00] [Craft Scheduler Thread - 13 - Vault/INFO]: [Vault] Checking for Updates ... 
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Result item 'iasurvival:knife' not found in crafting recipe 'knife'. File /contents/iasurvival/configs/tools/recipes/crafting/recipe_knife.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:plastic_plate' for recipe 'chips'. File: /contents/iasurvival/configs/food/recipes/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:knife' for recipe 'peeled_potato'. File: /contents/iasurvival/configs/food/recipes/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:knife' for recipe 'sliced_bread'. File: /contents/iasurvival/configs/food/recipes/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:knife' for recipe 'sliced_baguette'. File: /contents/iasurvival/configs/food/recipes/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:knife' for recipe 'sliced_cheese'. File: /contents/iasurvival/configs/food/recipes/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:knife' for recipe 'sliced_raw_beef'. File: /contents/iasurvival/configs/food/recipes/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:knife' for recipe 'sliced_bread_with_sweet_berries_jam'. File: /contents/iasurvival/configs/food/recipes/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:knife' for recipe 'sliced_bread_with_pear_jam'. File: /contents/iasurvival/configs/food/recipes/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:knife' for recipe 'sliced_bread_with_apple_jam'. File: /contents/iasurvival/configs/food/recipes/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:plastic_plate' for recipe 'ketchup_bottle'. File: /contents/iasurvival/configs/food/recipes/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:plastic_plate' for recipe 'jar'. File: /contents/iasurvival/configs/food/recipes/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:iron_plate' for recipe 'lava_lamp'. File: /contents/iadeco/configs/recipes/recipes.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:plastic_plate' for recipe 'monitor'. File: /contents/iadeco/configs/recipes/recipes.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:plastic_plate' for recipe 'tv'. File: /contents/iadeco/configs/recipes/recipes.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:iron_plate' for recipe 'mini_fridge'. File: /contents/iadeco/configs/recipes/recipes.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:iron_plate' for recipe 'vending_machine'. File: /contents/iadeco/configs/recipes/recipes.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:iron_plate' for recipe 'coffee_machine'. File: /contents/iadeco/configs/recipes/recipes.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:plastic' for recipe 'white_chandeliers'. File: /contents/iadeco/configs/recipes/recipes.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:plastic' for recipe 'blank_disc'. File: /contents/iamusic/configs/recipes.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:aqua_aura_block' for recipe 'aqua_aura'. File: /contents/iasurvival/configs/blocks/recipes_minerals_blocks.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Result item 'iasurvival:aqua_aura_block' not found in crafting recipe 'aqua_aura_block'. File /contents/iasurvival/configs/blocks/recipes_minerals_blocks.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Result item 'iasurvival:turquoise_block' not found in crafting recipe 'turquoise_block'. File /contents/iasurvival/configs/blocks/recipes_minerals_blocks.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Result item 'iasurvival:spinel_block' not found in crafting recipe 'spinel_block'. File /contents/iasurvival/configs/blocks/recipes_minerals_blocks.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Result item 'iasurvival:crystal_block' not found in crafting recipe 'crystal_block'. File /contents/iasurvival/configs/blocks/recipes_minerals_blocks.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:plastic_plate' for recipe 'biker_helmet'. File: /contents/iawearables/configs/recipes.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Result item 'iaspecial_swords:blue_lightsaber' not found in crafting recipe 'blue_lightsaber'. File /contents/iaspecial_swords/configs/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Result item 'iaspecial_swords:green_lightsaber' not found in crafting recipe 'green_lightsaber'. File /contents/iaspecial_swords/configs/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Result item 'iaspecial_swords:red_lightsaber' not found in crafting recipe 'red_lightsaber'. File /contents/iaspecial_swords/configs/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Result item 'iaspecial_swords:baseball_bat' not found in crafting recipe 'baseball_bat'. File /contents/iaspecial_swords/configs/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Result item 'iaspecial_swords:repulser_sword' not found in crafting recipe 'repulser_sword'. File /contents/iaspecial_swords/configs/recipes_crafting.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:turquoise_block' for recipe 'turquoise'. File: /contents/iasurvival/configs/ores/recipes/recipe_turquoise.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iaalchemy:philosopher_stone' for recipe 'arcane_ring'. File: /contents/iaalchemy/configs/recipes/crafting/recipe_arcane_ring.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] Ingredient not found 'iasurvival:spinel_block' for recipe 'spinel'. File: /contents/iasurvival/configs/ores/recipes/recipe_spinel.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] World populator mysterious_ore failed to load. Unknown block STONE. File: /contents/iaalchemy/configs/worlds_populators_1_18.yml
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/ERROR]: [ItemsAdder] World populator end_ore failed to load. Unknown block iasurvival:end_ore. File: /contents/iasurvival/configs/ores/worlds_populators_1_18.yml
[14:18:00] [Craft Scheduler Thread - 13 - Vault/INFO]: [Vault] No new version available
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Loaded 356 items
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Used 0/188 REAL block IDs
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Used 29/750 REAL_NOTE block IDs
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Used 0/63 REAL_TRANSPARENT block IDs
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Used 0/127 REAL_WIRE block IDs
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Used 0/14 FIRE block IDs
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] Used 745/6608 font_images
[14:18:00] [DiscordSRV - JDA Callback 0/INFO]: [DiscordSRV] Cleared all pre-existing slash commands in 1/1 guilds (0 cancelled)
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] [Init] Loaded 30 categories
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] [Init] Loaded successfully.
[14:18:00] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] [Pack] Checking resourcepack url... 
[14:18:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: img [1.0.1]
[14:18:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: iaplayerstat [1.0.1]
[14:18:00] [Server thread/INFO]: [Mythic] Reloading plugin...
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading Packs...
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading Items...
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading Skills...
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat ATTACK_DAMAGE from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat ATTACK_SPEED from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat BONUS_DAMAGE from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat CRITICAL_STRIKE_CHANCE from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat CRITICAL_STRIKE_DAMAGE from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat CRITICAL_STRIKE_RESILIENCE from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat DAMAGE_REDUCTION from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat DEFENSE from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat DODGE_CHANCE from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat DODGE_NEGATION from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat HEALTH from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat HEALTH_REGENERATION from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat LIFESTEAL_CHANCE from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat LIFESTEAL_POWER from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat MOVEMENT_SPEED from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_CHANCE from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_NEGATION from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_POWER from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_COUNTERATTACK from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat ARMOR_GENERIC from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat ARMOR_BLUNT from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat ARMOR_SHARP from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat DAMAGE_BLUNT from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat DAMAGE_SHARP from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat FIRE_RESISTANCE from /home/container/plugins/MythicMobs/stats.yml
[14:18:00] [Server thread/INFO]: [MythicMobs] Loading stat SPEED from /home/container/plugins/MythicMobs/stats.yml
[14:18:01] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
[14:18:01] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
[14:18:01] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
[14:18:01] [Server thread/INFO]: [MythicMobs] âś“ Loaded 18 mobs.
[14:18:01] [Server thread/INFO]: [MythicMobs] âś“ Loaded 3 vanilla mob overrides.
[14:18:01] [Server thread/INFO]: [MythicMobs] âś“ Loaded 0 mob stacks.
[14:18:01] [Server thread/INFO]: [MythicMobs] âś“ Loaded 72 skills.
[14:18:01] [Server thread/INFO]: [MythicMobs] âś“ Loaded 0 random spawns.
[14:18:01] [Server thread/INFO]: [MythicMobs] âś“ Loaded 3 mythic items.
[14:18:01] [Server thread/INFO]: [MythicMobs] âś“ Loaded 2 drop tables.
[14:18:01] [Server thread/INFO]: [MythicMobs] âś“ Loaded 0 mob spawners.
[14:18:01] [Server thread/INFO]: [Mythic] Mythic has finished reloading!
[14:18:01] [Server thread/INFO]: [MythicMobs] Mythic has finished reloading!
[14:18:01] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] [Pack] Resourcepack URL (self-host): http://br-enx-65.enxadahost.com:10026/generated.zip
[14:18:01] [Craft Scheduler Thread - 7 - Images/INFO]: [Images] Loaded 22 images...
[14:18:01] [Server thread/INFO]: [nChat] [Vault] Chat provider detected: LuckPerms
[14:18:01] [Server thread/INFO]: [nChat] [Vault] Economy provider detected: EssentialsX Economy
[14:18:01] [Server thread/INFO]: [nChat] [Vault] Permission provider detected: LuckPerms