container@pterodactyl~ java -version openjdk version "21.0.3" 2024-04-16 LTS OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode, sharing) container@pterodactyl~ java -XX:+UseContainerSupport -Xms7000M -Xmx7000M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Dterminal.jline=false -Dterminal.ansi=true -Daikars.new.flags=true -jar server.jar Starting org.bukkit.craftbukkit.Main *** Warning, you've not updated in a while! *** *** Please download a new build as per instructions from https://papermc.io/downloads/paper *** [20:08:15] [Server thread/INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.3+9-LTS; Eclipse Adoptium Temurin-21.0.3+9) on Linux 6.1.0-20-amd64 (amd64) [20:08:15] [Server thread/INFO]: [bootstrap] Loading Paper 1.21-130-master@b1b5d4c (2024-08-10T10:02:42Z) for Minecraft 1.21 [20:08:15] [Server thread/INFO]: [PluginInitializerManager] Initializing plugins... [20:08:16] [Server thread/ERROR]: [DirectoryProviderSource] Error preparing plugin context: Directory 'plugins/citizensapi-2.0.37-SNAPSHOT.jar' failed to update! java.lang.RuntimeException: Directory 'plugins/citizensapi-2.0.37-SNAPSHOT.jar' failed to update! at io.papermc.paper.plugin.provider.source.FileProviderSource.prepareContext(FileProviderSource.java:62) ~[paper-1.21.jar:1.21-130-b1b5d4c] at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$prepareContext$1(DirectoryProviderSource.java:33) ~[paper-1.21.jar:1.21-130-b1b5d4c] at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:?] at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?] at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?] at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[?:?] at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:?] at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:?] at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.walkFiles(DirectoryProviderSource.java:64) ~[paper-1.21.jar:1.21-130-b1b5d4c] at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.prepareContext(DirectoryProviderSource.java:31) ~[paper-1.21.jar:1.21-130-b1b5d4c] at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.prepareContext(DirectoryProviderSource.java:17) ~[paper-1.21.jar:1.21-130-b1b5d4c] at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[paper-1.21.jar:1.21-130-b1b5d4c] at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:113) ~[paper-1.21.jar:1.21-130-b1b5d4c] at net.minecraft.server.Main.main(Main.java:123) ~[paper-1.21.jar:1.21-130-b1b5d4c] at io.papermc.paper.PaperBootstrap.boot(PaperBootstrap.java:21) ~[paper-1.21.jar:1.21-130-b1b5d4c] at org.bukkit.craftbukkit.Main.main(Main.java:281) ~[paper-1.21.jar:1.21-130-b1b5d4c] at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?] at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?] Caused by: org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: plugins/citizensapi-2.0.37-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.checkUpdate(FileProviderSource.java:131) ~[paper-1.21.jar:1.21-130-b1b5d4c] at io.papermc.paper.plugin.provider.source.FileProviderSource.prepareContext(FileProviderSource.java:60) ~[paper-1.21.jar:1.21-130-b1b5d4c] ... 22 more Caused by: java.lang.IllegalArgumentException: plugins/citizensapi-2.0.37-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.getPluginName(FileProviderSource.java:140) ~[paper-1.21.jar:1.21-130-b1b5d4c] at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:112) ~[paper-1.21.jar:1.21-130-b1b5d4c] at io.papermc.paper.plugin.provider.source.FileProviderSource.prepareContext(FileProviderSource.java:60) ~[paper-1.21.jar:1.21-130-b1b5d4c] ... 22 more [20:08:17] [Server thread/INFO]: [PluginInitializerManager] Initialized 45 plugins [20:08:17] [Server thread/INFO]: [PluginInitializerManager] Paper plugins (2): - EconomyShopGUI (6.10.1), FancyHolograms (2.4.1) [20:08:17] [Server thread/INFO]: [PluginInitializerManager] Bukkit plugins (43): - AdvancedBan (2.3.0), AdvancedPortals (0.9.3), AxGraves (1.13.1), AxQuestBoard (1.11.1), BetterRTP (3.6.13), BetterTeams (4.9.4), Chunky (1.4.28), Citizens (2.0.37-SNAPSHOT (build 3659)), CoreProtect (22.4), DeluxeMenus (1.14.0-Release), DiscordSRV (1.28.0), Essentials (2.21.0-dev+151-f2af952), EssentialsChat (2.21.0-dev+151-f2af952), ExcellentCrates (*.*.*.*), ExecutableBlocks (*.*.*.*), ExecutableItems (*.*.*.*), FastAsyncWorldEdit (2.12.3-SNAPSHOT-999;38c5b00), ItemEdit (3.5.5), JShader (1.1), LuckPerms (5.4.88), Mclogs (2.4.1), MiniMOTD (2.0.11), Multiverse-Core (4.3.1-b861), Oraxen (1.181.0), PlaceholderAPI (2.11.6), ProtocolLib (5.3.0), PvPManager (3.35.2), Quests (3.15-ed67edd), SCore (*.*.*.*), SkBee (3.6.6), SkQuery (4.1.10), Skript (2.9.5), SpawnerMeta (24.7), SuperVanish (6.2.20), TAB (5.0.3), TerraformGenerator (18.0.0), Vault (1.7.3-b131), ViaBackwards (5.2.1-SNAPSHOT), ViaVersion (5.2.1-SNAPSHOT), WorldGuard (7.0.13-beta-2+5c4848b), ajLeaderboards (2.6.8), nightcore (2.7.3), skript-placeholders (1.7.0) [20:08:20] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] [20:08:21] [Server thread/INFO]: Loaded 1290 recipes [20:08:21] [Server thread/INFO]: Loaded 1399 advancements [20:08:21] [Server thread/INFO]: Starting minecraft server version 1.21 [20:08:21] [Server thread/INFO]: Loading properties [20:08:21] [Server thread/INFO]: This server is running Paper version 1.21-130-master@b1b5d4c (2024-08-10T10:02:42Z) (Implementing API version 1.21-R0.1-SNAPSHOT) [20:08:22] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling [20:08:22] [Server thread/INFO]: Using 4 threads for Netty based IO [20:08:22] [Server thread/INFO]: Server Ping Player Sample Count: 12 [20:08:22] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future. We recommend migrating to the spark profiler. For more information please visit: https://github.com/PaperMC/Paper/discussions/10565 [20:08:22] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and population gen parallelism of 1 threads [20:08:22] [Server thread/INFO]: Default game type: SURVIVAL [20:08:22] [Server thread/INFO]: Generating keypair [20:08:22] [Server thread/INFO]: Starting Minecraft server on *.*.*.*:25565 [20:08:22] [Server thread/INFO]: Using epoll channel type [20:08:22] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity. [20:08:22] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity. [20:08:23] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loading 2 libraries... please wait [20:08:23] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loaded library /home/********/libraries/com/zaxxer/HikariCP/6.0.0/HikariCP-6.0.0.jar [20:08:23] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loaded library /home/********/libraries/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [20:08:23] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loaded library /home/********/libraries/it/unimi/dsi/fastutil-core/8.5.13/fastutil-core-8.5.13.jar [20:08:23] [Server thread/INFO]: [nightcore] Server version detected as Paper 1.21. [20:08:23] [Server thread/INFO]: [nightcore] [Core Components] ENTITY_ID_GENERATOR: Loaded [20:08:23] [Server thread/INFO]: [nightcore] [Core Components] ITEM_NBT_COMPRESSOR: Loaded [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loading 5 libraries... please wait [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/ch/ethz/globis/phtree/phtree/2.8.1/phtree-2.8.1.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/it/unimi/dsi/fastutil/8.5.15/fastutil-8.5.15.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/net/kyori/adventure-platform-bukkit/4.3.3/adventure-platform-bukkit-4.3.3.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/net/kyori/adventure-platform-api/4.3.3/adventure-platform-api-4.3.3.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.3/adventure-text-serializer-bungeecord-4.3.3.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-legacy/4.13.1/adventure-text-serializer-legacy-4.13.1.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-gson/4.13.1/adventure-text-serializer-gson-4.13.1.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-gson-legacy-impl/4.13.1/adventure-text-serializer-gson-legacy-impl-4.13.1.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/net/kyori/adventure-platform-facet/4.3.3/adventure-platform-facet-4.3.3.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/net/kyori/adventure-platform-viaversion/4.3.3/adventure-platform-viaversion-4.3.3.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/net/kyori/adventure-text-minimessage/4.17.0/adventure-text-minimessage-4.17.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/net/kyori/adventure-api/4.17.0/adventure-api-4.17.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Citizens] Loaded library /home/********/libraries/net/kyori/adventure-key/4.17.0/adventure-key-4.17.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loading 10 libraries... please wait [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/org/springframework/spring-expression/6.0.6/spring-expression-6.0.6.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/org/springframework/spring-core/6.0.6/spring-core-6.0.6.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/org/springframework/spring-jcl/6.0.6/spring-jcl-6.0.6.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/org/joml/joml/1.10.5/joml-1.10.5.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/adventure-text-minimessage/4.17.0/adventure-text-minimessage-4.17.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/adventure-api/4.17.0/adventure-api-4.17.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/adventure-key/4.17.0/adventure-key-4.17.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/org/jetbrains/annotations/24.1.0/annotations-24.1.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-plain/4.17.0/adventure-text-serializer-plain-4.17.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-ansi/4.17.0/adventure-text-serializer-ansi-4.17.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/ansi/1.0.3/ansi-1.0.3.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/adventure-platform-bukkit/4.3.3/adventure-platform-bukkit-4.3.3.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/adventure-platform-api/4.3.3/adventure-platform-api-4.3.3.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.3/adventure-text-serializer-bungeecord-4.3.3.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-legacy/4.13.1/adventure-text-serializer-legacy-4.13.1.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-gson/4.13.1/adventure-text-serializer-gson-4.13.1.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-gson-legacy-impl/4.13.1/adventure-text-serializer-gson-legacy-impl-4.13.1.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/adventure-platform-facet/4.3.3/adventure-platform-facet-4.3.3.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/net/kyori/adventure-platform-viaversion/4.3.3/adventure-platform-viaversion-4.3.3.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [Oraxen] Loaded library /home/********/libraries/gs/mclo/java/2.2.1/java-2.2.1.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loading 5 libraries... please wait [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/adventure-api/4.16.0/adventure-api-4.16.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/adventure-key/4.16.0/adventure-key-4.16.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/org/jetbrains/annotations/24.1.0/annotations-24.1.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/adventure-platform-bukkit/4.3.2/adventure-platform-bukkit-4.3.2.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/adventure-platform-api/4.3.2/adventure-platform-api-4.3.2.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.2/adventure-text-serializer-bungeecord-4.3.2.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-gson-legacy-impl/4.13.1/adventure-text-serializer-gson-legacy-impl-4.13.1.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/adventure-platform-facet/4.3.2/adventure-platform-facet-4.3.2.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/adventure-platform-viaversion/4.3.2/adventure-platform-viaversion-4.3.2.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/adventure-text-minimessage/4.16.0/adventure-text-minimessage-4.16.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-gson/4.16.0/adventure-text-serializer-gson-4.16.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-json/4.16.0/adventure-text-serializer-json-4.16.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/option/1.0.0/option-1.0.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [ItemEdit] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-legacy/4.16.0/adventure-text-serializer-legacy-4.16.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [PvPManager] Loading 4 libraries... please wait [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [PvPManager] Loaded library /home/********/libraries/com/zaxxer/HikariCP/5.1.0/HikariCP-5.1.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [PvPManager] Loaded library /home/********/libraries/com/github/ben-manes/caffeine/caffeine/3.1.8/caffeine-3.1.8.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [PvPManager] Loaded library /home/********/libraries/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [PvPManager] Loaded library /home/********/libraries/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [PvPManager] Loaded library /home/********/libraries/it/unimi/dsi/fastutil/8.5.12/fastutil-8.5.12.jar [20:08:24] [Server thread/INFO]: [SpigotLibraryLoader] [PvPManager] Loaded library /home/********/libraries/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.jar [20:08:25] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v5.2.1-SNAPSHOT [20:08:25] [Server thread/INFO]: [ViaVersion] ViaVersion 5.2.1-SNAPSHOT is now loaded. Registering protocol transformers and injecting... [20:08:26] [Server thread/INFO]: [ViaVersion] Loading block connection mappings ... [20:08:26] [Server thread/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections [20:08:27] [Server thread/INFO]: [ViaBackwards] Loading translations... [20:08:27] [Server thread/INFO]: [ViaBackwards] Registering protocols... [20:08:28] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.88 [20:08:28] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131 [20:08:28] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.12.3-SNAPSHOT-999;38c5b00 [20:08:28] [Server thread/WARN]: ********************************************** ** You are using the Spigot-mapped FAWE jar on a modern Paper version. ** This will result in slower first-run times and wasted disk space from plugin remapping. ** Download the Paper FAWE jar from Modrinth to avoid this: https://modrinth.com/plugin/fastasyncworldedit/ ********************************************** [20:08:29] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@4d78d851] [20:08:29] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.13-beta-2+5c4848b [20:08:29] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861 [20:08:29] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.3.0 [20:08:30] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.6 [20:08:30] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v22.4 [20:08:30] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0-dev+151-f2af952 [20:08:30] [Server thread/INFO]: [SCore] Loading server plugin SCore v*.*.*.* [20:08:30] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v5.2.1-SNAPSHOT [20:08:30] [Server thread/INFO]: [nightcore] Loading server plugin nightcore v2.7.3 [20:08:30] [Server thread/INFO]: [Skript] Loading server plugin Skript v2.9.5 [20:08:30] [Server thread/INFO]: [SuperVanish] Loading server plugin SuperVanish v6.2.20 [20:08:30] [Server thread/INFO]: [ExecutableItems] Loading server plugin ExecutableItems v*.*.*.* [20:08:30] [Server thread/INFO]: [SpawnerMeta] Loading server plugin SpawnerMeta v24.7 [20:08:30] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.21.0-dev+151-f2af952 [20:08:30] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.37-SNAPSHOT (build 3659) [20:08:30] [Server thread/INFO]: [Oraxen] Loading server plugin Oraxen v1.181.0 [20:08:30] [Server thread/INFO]: [ExcellentCrates] Loading server plugin ExcellentCrates v*.*.*.* [20:08:30] [Server thread/INFO]: [TAB] Loading server plugin TAB v5.0.3 [20:08:30] [Server thread/INFO]: [SkBee] Loading server plugin SkBee v3.6.6 [20:08:30] [Server thread/INFO]: [MiniMOTD] Loading server plugin MiniMOTD v2.0.11 [20:08:30] [Server thread/INFO]: [JShader] Loading server plugin JShader v1.1 [20:08:30] [Server thread/INFO]: [ItemEdit] Loading server plugin ItemEdit v3.5.5 [20:08:30] [Server thread/INFO]: [ExecutableBlocks] Loading server plugin ExecutableBlocks v*.*.*.* [20:08:30] [Server thread/INFO]: [Chunky] Loading server plugin Chunky v1.4.28 [20:08:30] [Server thread/INFO]: [skript-placeholders] Loading server plugin skript-placeholders v1.7.0 [20:08:30] [Server thread/INFO]: [AxGraves] Loading server plugin AxGraves v1.13.1 [20:08:30] [Server thread/INFO]: [AxGraves] Loading library commons-math3 [20:08:30] [Server thread/INFO]: [AxGraves] Loading library caffeine [20:08:30] [Server thread/INFO]: [EconomyShopGUI] Loading server plugin EconomyShopGUI v6.10.1 [20:08:30] [Server thread/INFO]: [AdvancedPortals] Loading server plugin AdvancedPortals v0.9.3 [20:08:30] [Server thread/INFO]: [AdvancedBan] Loading server plugin AdvancedBan v2.3.0 [20:08:30] [Server thread/INFO]: [Quests] Loading server plugin Quests v3.15-ed67edd [20:08:30] [Server thread/INFO]: [AxQuestBoard] Loading server plugin AxQuestBoard v1.11.1 [20:08:30] [Server thread/INFO]: [AxQuestBoard] Loading library commons-math3 [20:08:30] [Server thread/INFO]: [AxQuestBoard] Loading library caffeine [20:08:30] [Server thread/INFO]: [AxQuestBoard] Loading library sqlite-jdbc [20:08:30] [Server thread/INFO]: [AxQuestBoard] Loading library h2 [20:08:30] [Server thread/INFO]: [AxQuestBoard] Loading library commons-math3 [20:08:30] [Server thread/INFO]: [DeluxeMenus] Loading server plugin DeluxeMenus v1.14.0-Release [20:08:30] [Server thread/WARN]: [DeluxeMenus] Could not setup a NMS hook for your server version! [20:08:30] [Server thread/INFO]: [TerraformGenerator] Loading server plugin TerraformGenerator v18.0.0 [20:08:30] [Server thread/INFO]: [PvPManager] Loading server plugin PvPManager v3.35.2 [20:08:30] [Server thread/INFO]: [Mclogs] Loading server plugin Mclogs v2.4.1 [20:08:30] [Server thread/INFO]: [ajLeaderboards] Loading server plugin ajLeaderboards v2.6.8 [20:08:30] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson [20:08:30] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson [20:08:30] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for jar-relocator [20:08:30] [Server thread/INFO]: [ajLeaderboards] Checksum matched for jar-relocator [20:08:30] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm [20:08:30] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm [20:08:30] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm-commons [20:08:30] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm-commons [20:08:30] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson [20:08:30] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson [20:08:30] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for HikariCP [20:08:30] [Server thread/INFO]: [ajLeaderboards] Checksum matched for HikariCP [20:08:30] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for slf4j-api [20:08:30] [Server thread/INFO]: [ajLeaderboards] Checksum matched for slf4j-api [20:08:30] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for h2 [20:08:30] [Server thread/INFO]: [ajLeaderboards] Checksum matched for h2 [20:08:30] [Server thread/INFO]: [SkQuery] Loading server plugin SkQuery v4.1.10 [20:08:30] [Server thread/INFO]: [DiscordSRV] Loading server plugin DiscordSRV v1.28.0 [20:08:30] [Server thread/INFO]: [BetterTeams] Loading server plugin BetterTeams v4.9.4 [20:08:30] [Server thread/INFO]: [BetterTeams] Checking if the file config.yml is up to date [20:08:30] [Server thread/INFO]: [BetterTeams] File is up to date [20:08:30] [Server thread/INFO]: [BetterRTP] Loading server plugin BetterRTP v3.6.13 [20:08:30] [Server thread/INFO]: [FancyHolograms] Loading server plugin FancyHolograms v2.4.1 [20:08:30] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [20:08:30] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.88 [20:08:30] [Server thread/INFO]: [FancyHolograms] (Server thread) INFO: Successfully loaded FancyHolograms version 2.4.1 [20:08:31] [Server thread/INFO]: __ [20:08:31] [Server thread/INFO]: | |__) LuckPerms v5.4.88 [20:08:31] [Server thread/INFO]: |___ | Running on Bukkit - Paper [20:08:31] [Server thread/INFO]: [20:08:31] [Server thread/INFO]: [LuckPerms] Loading configuration... [20:08:31] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2] pl [20:08:32] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [20:08:32] [Server thread/INFO]: [LuckPerms] Performing initial data load... [20:08:32] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2010ms) [20:08:32] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131 [20:08:32] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [20:08:33] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [20:08:33] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131 [20:08:33] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [20:08:33] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.12.3-SNAPSHOT-999;38c5b00 [20:08:33] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [20:08:33] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!! !!! [20:08:33] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!! Using history database whilst deleting disk history! !!! [20:08:33] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!! You will not be able to rollback edits after a user logs !!! [20:08:33] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!! out, recommended to disable delete-disk-on-logout if you !!! [20:08:33] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!! you want to have full history rollback functionality. !!! [20:08:33] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!! Disable use-database if you do not need to have rollback !!! [20:08:33] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!! functionality and wish to disable this warning. !!! [20:08:33] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!! !!! [20:08:33] [Server thread/WARN]: [com.fastasyncworldedit.core.Fawe] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [20:08:33] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully [20:08:33] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully [20:08:33] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [20:08:33] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [20:08:33] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_21_R1.PaperweightFaweAdapter as the Bukkit adapter [20:08:34] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.3.0 [20:08:34] [Server thread/INFO]: [nightcore] Enabling nightcore v2.7.3 [20:08:34] [Server thread/WARN]: [nightcore] =================================== [20:08:34] [Server thread/WARN]: [nightcore] WARNING: You're running an outdated server version (1.21)! [20:08:34] [Server thread/WARN]: [nightcore] This version will no longer be supported in future relases. [20:08:34] [Server thread/WARN]: [nightcore] Please upgrade your server to 1.21.1. [20:08:34] [Server thread/WARN]: [nightcore] ABSOLUTELY NO DISCORD SUPPORT WILL BE PROVIDED [20:08:34] [Server thread/WARN]: [nightcore] =================================== [20:08:34] [Server thread/INFO]: [nightcore] Found permissions provider: LuckPerms [20:08:34] [Server thread/INFO]: [nightcore] Found economy provider: EssentialsX Economy [20:08:34] [Server thread/INFO]: [nightcore] Found chat provider: LuckPerms [20:08:34] [Server thread/WARN]: [com.fastasyncworldedit.core.util.UpdateNotification] An update for FastAsyncWorldEdit is available. You are 7 build(s) out of date. You are running build 999, the latest version is build 1006. Update at https://www.spigotmc.org/resources/13932/ [20:08:34] [Server thread/INFO]: [nightcore] [DEBUG] Inject post-loading code... [20:08:34] [Server thread/INFO]: [nightcore] Plugin loaded in 117 ms! [20:08:34] [Server thread/INFO]: [TerraformGenerator] Enabling TerraformGenerator v18.0.0 [20:08:34] [Server thread/INFO]: [TerraformGenerator] Custom Logger Initialized [20:08:34] [Server thread/INFO]: [TerraformGenerator] bStats Metrics enabled. [20:08:34] [Server thread/INFO]: [TerraformGenerator] Detected version: 1.21, number: 21.0 [20:08:34] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [20:08:34] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [20:08:34] [Server thread/WARN]: Whilst this makes it possible to use Velocity, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose. [20:08:34] [Server thread/WARN]: Please see https://docs.papermc.io/velocity/security for further information. [20:08:34] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [20:08:34] [Server thread/INFO]: Preparing level "world" [20:08:35] [Server thread/INFO]: [TerraformGenerator] Detected world: world, commencing injection... [20:08:35] [Server thread/INFO]: [TerraformGenerator] Injection success! Proceeding with generation. [20:08:35] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [20:08:36] [Server thread/INFO]: Time elapsed: 1197 ms [20:08:36] [Server thread/INFO]: [TerraformGenerator] world loaded. [20:08:36] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether [20:08:36] [Server thread/INFO]: Time elapsed: 220 ms [20:08:36] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end [20:08:36] [Server thread/INFO]: Time elapsed: 154 ms [20:08:36] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.2.1-SNAPSHOT [20:08:36] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.21-1.21.1 (767) [20:08:36] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.13-beta-2+5c4848b [20:08:37] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED. [20:08:37] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED. [20:08:37] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED. [20:08:37] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED. [20:08:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world' [20:08:37] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED. [20:08:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED. [20:08:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED. [20:08:37] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. [20:08:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether' [20:08:37] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED. [20:08:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED. [20:08:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED. [20:08:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. [20:08:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end' [20:08:37] [Server thread/INFO]: [WorldGuard] Loading region data... [20:08:37] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861 [20:08:37] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--]. [20:08:37] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore. [20:08:37] [Server thread/INFO]: Could not set generator for world 'spawn': Plugin 'VoidGen' does not exist [20:08:37] [Server thread/INFO]: Preparing start region for dimension minecraft:spawn [20:08:37] [Server thread/INFO]: Time elapsed: 134 ms [20:08:37] [Server thread/INFO]: [WorldGuard] (spawn) TNT ignition is PERMITTED. [20:08:37] [Server thread/INFO]: [WorldGuard] (spawn) Lighters are PERMITTED. [20:08:37] [Server thread/INFO]: [WorldGuard] (spawn) Lava fire is PERMITTED. [20:08:37] [Server thread/INFO]: [WorldGuard] (spawn) Fire spread is UNRESTRICTED. [20:08:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn' [20:08:37] [Server thread/INFO]: Could not set generator for world 'spawn': Plugin 'VoidGen' does not exist [20:08:37] [Server thread/INFO]: Preparing start region for dimension minecraft:arena [20:08:38] [Server thread/INFO]: Time elapsed: 161 ms [20:08:38] [Server thread/INFO]: [WorldGuard] (arena) TNT ignition is PERMITTED. [20:08:38] [Server thread/INFO]: [WorldGuard] (arena) Lighters are PERMITTED. [20:08:38] [Server thread/INFO]: [WorldGuard] (arena) Lava fire is PERMITTED. [20:08:38] [Server thread/INFO]: [WorldGuard] (arena) Fire spread is UNRESTRICTED. [20:08:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'arena' [20:08:38] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded. [20:08:38] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main-- [20:08:38] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6 [20:08:38] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information... [20:08:38] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v22.4 [20:08:38] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! [20:08:38] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage. [20:08:38] [Server thread/INFO]: -------------------- [20:08:38] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord! [20:08:38] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/ [20:08:38] [Server thread/INFO]: -------------------- [20:08:38] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+151-f2af952 [20:08:39] [Server thread/ERROR]: [Essentials] You are running an unsupported server version! [20:08:39] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml [20:08:39] [Server thread/INFO]: [Essentials] No kits found to migrate. [20:08:39] [Server thread/INFO]: [Essentials] Loaded 36926 items from items.json. [20:08:39] [Server thread/INFO]: [Essentials] Using locale en_US [20:08:39] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [20:08:39] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [20:08:39] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked. [20:08:39] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms) [20:08:39] [Server thread/INFO]: [SCore] Enabling SCore v*.*.*.* [20:08:39] [Server thread/INFO]: ================ SCore ================ [20:08:39] [Server thread/INFO]: SCore is running on Folia [20:08:39] [Server thread/INFO]: SCore is running on Paper or fork [20:08:39] [Server thread/INFO]: SCore Version of the server 1.21-130-b1b5d4c (MC: 1.21) ! [20:08:39] [Server thread/INFO]: SCore ExecutableItems hooked ! (*.*.*.*) Load After [20:08:39] [Server thread/INFO]: SCore ExecutableBlocks hooked ! (*.*.*.*) Load After [20:08:39] [Server thread/INFO]: SCore PlaceholderAPI hooked ! (2.11.6) Load Before [20:08:39] [Server thread/INFO]: SCore WorldGuard hooked ! (7.0.13-beta-2+5c4848b) Load Before [20:08:39] [Server thread/INFO]: SCore Vault hooked ! (1.7.3-b131) Load Before [20:08:39] [Server thread/INFO]: SCore Multiverse-Core hooked ! (4.3.1-b861) Load Before [20:08:39] [Server thread/INFO]: SCore CoreProtect hooked ! (22.4) Load Before [20:08:39] [Server thread/INFO]: SCore ProtocolLib hooked ! [20:08:39] [Server thread/INFO]: SCore Locale setup: EN [20:08:39] [Server thread/INFO]: SCore Oraxen hooked ! (1.181.0) Load After [20:08:39] [Server thread/INFO]: SCore TAB hooked ! (5.0.3) Load After [20:08:39] [Server thread/INFO]: SCore WorldEdit hooked ! (2.12.3-SNAPSHOT-999;38c5b00) Load Before [20:08:39] [Server thread/INFO]: SCore Language of the editor setup on EN [20:08:39] [Server thread/INFO]: SCore Language for in-game messages setup on EN [20:08:39] [Server thread/INFO]: SCore will connect to the database hosted: In Local [20:08:39] [Server thread/INFO]: SCore Connection to the db... [20:08:39] [Server thread/INFO]: SCore will connect to the database hosted: In Local [20:08:39] [Server thread/INFO]: SCore Creating table SecurityOP if not exists... [20:08:39] [Server thread/INFO]: SCore Creating table Commands if not exists... [20:08:40] [Server thread/INFO]: SCore Creating table Cooldowns if not exists... [20:08:40] [Server thread/INFO]: SCore Creating table Commands Player if not exists... [20:08:40] [Server thread/INFO]: SCore Creating table Commands Entity if not exists... [20:08:40] [Server thread/INFO]: SCore Creating table Commands Block if not exists... [20:08:40] [Server thread/INFO]: SCore Creating table UsePerDay if not exists... [20:08:40] [Server thread/INFO]: SCore SCore loaded 1 variables from local files ! [20:08:40] [Server thread/INFO]: SCore SCore loaded 0 delayed commands saved [20:08:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: SCore [1.0.0] [20:08:40] [Server thread/INFO]: ================ SCore ================ [20:08:40] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v5.2.1-SNAPSHOT [20:08:40] [Server thread/INFO]: [Skript] Enabling Skript v2.9.5 [20:08:41] [Server thread/INFO]: [Skript] You're currently running the latest stable version of Skript. [20:08:48] [Server thread/INFO]: [Skript] Loaded 233074 aliases in 6835ms [20:08:48] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~ [20:08:48] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.20 [20:08:48] [Server thread/INFO]: [SuperVanish] Hooked into PaperSpigot for server list ping support [20:08:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: supervanish [6.2.20] [20:08:48] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI [20:08:48] [Server thread/INFO]: [SuperVanish] Hooked into Essentials [20:08:48] [Server thread/INFO]: [ExecutableItems] Enabling ExecutableItems v*.*.*.* [20:08:48] [Server thread/INFO]: ========*======== ExecutableItems ========*======== [20:08:50] [Server thread/INFO]: ExecutableItems ERROR, Couldn't load the Material + GROUPS value of blocks from config, value: GRASS (Item: Prem_Grass_Cutter_v1_14).(detailedBlocks) Check the wiki if you want the list of materials and groups [20:08:50] [Server thread/INFO]: ExecutableItems Amount of Executable Items configurations loaded: 132 [20:08:50] [Server thread/INFO]: ExecutableItems Items with display conditions : [20:08:50] [Server thread/INFO]: ========*======== ExecutableItems ========*======== [20:08:50] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ExecutableItems [1.0.0] [20:08:50] [Server thread/INFO]: [SpawnerMeta] Enabling SpawnerMeta v24.7 [20:08:50] [Server thread/INFO]: [SpawnerMeta v24.7] enabled! [20:08:50] [Server thread/INFO]: [SpawnerMeta] Vault has been found, economy enabled! [20:08:50] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.21.0-dev+151-f2af952 [20:08:50] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config. [20:08:50] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.37-SNAPSHOT (build 3659) [20:08:50] [Server thread/INFO]: [Citizens] Using mojmapped server, avoiding server package checks [20:08:50] [Server thread/ERROR]: [Citizens] Could not fetch NMS field cj: [[static final field has no write access: net.minecraft.world.entity.animal.armadillo.Armadillo.SCARE_DISTANCE_HORIZONTAL/double/putStatic, from class net.citizensnpcs.util.NMS (unnamed module @7ffe1bd3). [20:08:50] [Server thread/ERROR]: Error occurred while enabling Citizens v2.0.37-SNAPSHOT (build 3659) (Is it up to date?) java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_21_R3/boss/CraftBossBar at Citizens-2.0.37-b3659.jar/net.citizensnpcs.nms.v1_21_R3.util.NMSImpl.