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] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[20: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.<clinit(NMSImpl.java:2725) ~[Citizens-2.0.37-b3659.jar:?]
at java.base/java.lang.Class.forName0(Native Method) ~[?:?]
at java.base/java.lang.Class.forName(Class.java:534) ~[?:?]
at java.base/java.lang.Class.forName(Class.java:513) ~[?:?]
at io.papermc.reflectionrewriter.runtime.AbstractDefaultRulesReflectionProxy.forName(AbstractDefaultRulesReflectionProxy.java:68) ~[reflection-rewriter-runtime-0.0.3.jar:?]
at io.papermc.paper.pluginremap.reflect.PaperReflectionHolder.forName(Unknown Source) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at Citizens-2.0.37-b3659.jar/net.citizensnpcs.api.util.SpigotUtil.lambda$getMinecraftPackage$1(SpigotUtil.java:176) ~[Citizens-2.0.37-b3659.jar:?]
at Citizens-2.0.37-b3659.jar/net.citizensnpcs.api.util.SpigotUtil.getMinecraftPackage(SpigotUtil.java:181) ~[Citizens-2.0.37-b3659.jar:?]
at Citizens-2.0.37-b3659.jar/net.citizensnpcs.Citizens.onEnable(Citizens.java:322) ~[Citizens-2.0.37-b3659.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:640) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:589) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:754) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:516) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:329) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1215) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:330) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_21_R3.boss.CraftBossBar
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:197) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:164) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
... 21 more
[20:08:50] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.37-SNAPSHOT (build 3659)
[20:08:50] [Server thread/INFO]: [Oraxen] Enabling Oraxen v1.181.0
[20:08:50] [Server thread/INFO]: Oraxen | Version v1_21_R1 has been detected.
[20:08:50] [Server thread/INFO]: Oraxen | Oraxen will use the NMSHandler for this version.
[20:08:51] [Server thread/INFO]: Oraxen | Slicing gui-textures to 1.20.2-format...
[20:08:51] [Server thread/INFO]: Oraxen | Successfully sliced gui-textures for 1.20.2
[20:08:51] [Server thread/INFO]: Oraxen | Converting global lang file to individual language files...
[20:08:51] [Server thread/INFO]: Oraxen | Verifying formatting for textures and models...
[20:08:51] [Server thread/INFO]: Oraxen | No broken models or textures were found in the resourcepack
[20:08:51] [Server thread/INFO]: Oraxen | Generating atlas-file for 1.19.3+ Resource Pack format
[20:08:51] [Server thread/INFO]:
[20:08:51] [Server thread/INFO]: Oraxen | No duplicate font files found!
[20:08:51] [Server thread/INFO]:
[20:08:51] [Server thread/INFO]: Oraxen | Successfully loaded on Ubuntu 22.04.4 LTS (jammy)
[20:08:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: oraxen [1.181.0]
[20:08:51] [Server thread/INFO]: Oraxen | Plugin "PlaceholderAPI" detected, enabling hooks
[20:08:51] [Server thread/INFO]: [ExcellentCrates] Enabling ExcellentCrates v*.*.*.*
[20:08:51] [Server thread/WARN]: [ExcellentCrates] ===================================
[20:08:51] [Server thread/WARN]: [ExcellentCrates] WARNING: You're running an outdated server version (1.21)!
[20:08:51] [Server thread/WARN]: [ExcellentCrates] This version will no longer be supported in future relases.
[20:08:51] [Server thread/WARN]: [ExcellentCrates] Please upgrade your server to 1.21.1.
[20:08:51] [Server thread/WARN]: [ExcellentCrates] ABSOLUTELY NO DISCORD SUPPORT WILL BE PROVIDED
[20:08:51] [Server thread/WARN]: [ExcellentCrates] ===================================
[20:08:51] [Server thread/INFO]: [ExcellentCrates] Powered by nightcore
[20:08:51] [Server thread/INFO]: [ExcellentCrates] Read database configuration...
[20:08:52] [Server thread/INFO]: [ExcellentCrates] Using Internal hologram handler.
[20:08:52] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[20:08:52] [Server thread/INFO]: [com.zaxxer.hikari.pool.HikariPool] HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@39f09ae5
[20:08:52] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[20:08:52] [Server thread/INFO]: [ExcellentCrates] Registered currency: xp
[20:08:52] [Server thread/INFO]: [ExcellentCrates] Registered currency: levels
[20:08:52] [Server thread/INFO]: [ExcellentCrates] Registered currency: money
[20:08:52] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[20:08:52] [Server thread/INFO]: [ExcellentCrates] Loaded 8 crate openings.
[20:08:52] [Server thread/INFO]: [ExcellentCrates] Loaded 5 crate keys.
[20:08:52] [Server thread/INFO]: [ExcellentCrates] Loaded 4 rarities!
[20:08:52] [Server thread/INFO]: [ExcellentCrates] Loaded 6 crates.
[20:08:52] [Server thread/ERROR]: [nightcore] Invalid material 'null'. Caused by '/home/********/plugins/ExcellentCrates/milestones.yml'.
[20:08:52] [Server thread/ERROR]: [nightcore] Invalid material 'null'. Caused by '/home/********/plugins/ExcellentCrates/menu/default.yml'.
[20:08:52] [Server thread/ERROR]: [nightcore] Invalid material 'null'. Caused by '/home/********/plugins/ExcellentCrates/menu/default.yml'.
[20:08:52] [Server thread/ERROR]: [nightcore] Invalid material 'null'. Caused by '/home/********/plugins/ExcellentCrates/menu/default.yml'.
[20:08:52] [Server thread/INFO]: [ExcellentCrates] Loaded 1 crate menus.
[20:08:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: excellentcrates [*.*.*.*]
[20:08:52] [Server thread/INFO]: [ExcellentCrates] [DEBUG] Inject post-loading code...
[20:08:52] [Server thread/INFO]: [ExcellentCrates] Plugin loaded in 473 ms!
[20:08:52] [Server thread/INFO]: [TAB] Enabling TAB v5.0.3
[20:08:52] [Server thread/INFO]: [TAB] Loaded NMS hook in 46ms
[20:08:52] [Server thread/INFO]: [TAB] [WARN] [config.yml] Configuration section "bossbar.bars" is expected to be of type Map, but was ArrayList
[20:08:52] [Server thread/INFO]: [TAB] [WARN] [groups.yml] Unknown property "customtagname" defined for group "_DEFAULT_". Valid properties: [tagprefix, tagsuffix, tabprefix, customtabname, tabsuffix, header, footer]
[20:08:52] [Server thread/INFO]: [TAB] [WARN] [users.yml] Unknown property "abovename" defined for user "_NEZNAMY_". Valid properties: [tagprefix, tagsuffix, tabprefix, customtabname, tabsuffix, header, footer]
[20:08:52] [Server thread/INFO]: [TAB] [WARN] [users.yml] Unknown property "belowname" defined for user "_NEZNAMY_". Valid properties: [tagprefix, tagsuffix, tabprefix, customtabname, tabsuffix, header, footer]
[20:08:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [5.0.3]
[20:08:52] [Server thread/INFO]: [TAB] [WARN] "{PLACEHOLDER_HIGH_TO_LOW=NULL}" is not a valid sorting type element. Valid options are: [GROUPS, PERMISSIONS, PLACEHOLDER, PLACEHOLDER_A_TO_Z, PLACEHOLDER_Z_TO_A, PLACEHOLDER_LOW_TO_HIGH, PLACEHOLDER_HIGH_TO_LOW].
[20:08:52] [Server thread/INFO]: [TAB] [WARN] Found a total of 5 issues.
[20:08:52] [Server thread/INFO]: [TAB] Enabled in 349ms
[20:08:52] [Server thread/INFO]: [SkBee] Enabling SkBee v3.6.6
[20:08:53] [Server thread/INFO]: [SkBee] Loading NBTApi...
[20:08:53] [Server thread/INFO]: [SkBee] [NBTAPI] Found Minecraft: 1.21! Trying to find NMS support
[20:08:53] [Server thread/INFO]: [SkBee] [NBTAPI] NMS support 'MC1_21_R1' loaded!
[20:08:53] [Server thread/INFO]: [SkBee] Successfully loaded NBTApi!
[20:08:53] [Server thread/INFO]: [SkBee] NBT Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Text Component Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Advancement Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] BossBar Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Bound Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Damage Source elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Display Entity elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Fishing elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Game Event Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Item Component Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Particle Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] RayTrace elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Recipe Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Scoreboard Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Scoreboard Objective Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Statistic Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Structure Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Minecraft Tag elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Team Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Tick Manager elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Villager Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Virtual Furnace Elements disabled via config
[20:08:53] [Server thread/INFO]: [SkBee] World Border Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] World Creator Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Chunk Generator Elements successfully loaded
[20:08:53] [Server thread/INFO]: [SkBee] Loaded (427) elements:
[20:08:53] [Server thread/INFO]: [SkBee] - 56 events
[20:08:53] [Server thread/INFO]: [SkBee] - 70 effects
[20:08:53] [Server thread/INFO]: [SkBee] - 259 expressions
[20:08:53] [Server thread/INFO]: [SkBee] - 27 conditions
[20:08:53] [Server thread/INFO]: [SkBee] - 15 sections
[20:08:53] [Server thread/INFO]: [SkBee] Checking for update...
[20:08:53] [Server thread/INFO]: [SkBee] Plugin is up to date!
[20:08:53] [Server thread/INFO]: [SkBee] Successfully enabled v3.6.6 in 0.76 seconds
[20:08:53] [Server thread/INFO]: [MiniMOTD] Enabling MiniMOTD v2.0.11
[20:08:54] [Server thread/INFO]: [JShader] Enabling JShader v1.1
[20:08:54] [Server thread/INFO]: [JShader] Looking for Java Version...
[20:08:54] [Server thread/INFO]: [JShader] Java Version: 21.0.3
[20:08:54] [Server thread/INFO]: [JShader] Legacy Java: false
[20:08:54] [Server thread/INFO]: [JShader] Checking if JavaScript engine is already shaded..
[20:08:54] [Server thread/INFO]: [JShader] JavaScript engine shaded.
[20:08:54] [Server thread/INFO]: [ItemEdit] Enabling ItemEdit v3.5.5
[20:08:54] [Server thread/INFO]: [ItemEdit] Hooking into MiniMessageAPI see https://webui.advntr.dev/
[20:08:54] [Server thread/INFO]: [ItemEdit] Selected Storage Type: YAML
[20:08:54] [Server thread/INFO]: [ItemEdit] Hooking into Vault
[20:08:54] [Server thread/INFO]: [ItemEdit] Hooking into PlaceHolderAPI
[20:08:54] [Server thread/INFO]: [ItemEdit] placeholders:
[20:08:54] [Server thread/INFO]: [ItemEdit] %itemedit_amount_<{itemid}_[{slot}]_[{player}]%
[20:08:54] [Server thread/INFO]: [ItemEdit] shows how many itemid player has on slot
[20:08:54] [Server thread/INFO]: [ItemEdit] <{itemid} for item id on serveritem
[20:08:54] [Server thread/INFO]: [ItemEdit] [{slot}] for the slot where the item should be counted, by default inventory
[20:08:54] [Server thread/INFO]: [ItemEdit] Values: inventory (include offhand), equip (include offhand), inventoryandequip (include offhand), hand, offhand, head, chest, legs, feet
[20:08:54] [Server thread/INFO]: [ItemEdit] [{player}] for the player, by default self
[20:08:54] [Server thread/INFO]: [ItemEdit] example: %itemedit_amount_{my_item_id}_{hand}%
[20:08:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: itemedit [1.0]
[20:08:54] [Server thread/INFO]: [ItemEdit] # Enabled (took 116 ms)
[20:08:54] [Server thread/INFO]: [ExecutableBlocks] Enabling ExecutableBlocks v*.*.*.*
[20:08:54] [Server thread/INFO]: ================ ExecutableBlocks ================
[20:08:54] [Server thread/INFO]: ExecutableBlocks ERROR, Couldn't load the Option value of option from config, value: NULL (Block: Free_Hut) Options available: https://docs.ssomar.com/
[20:08:54] [Server thread/INFO]: ExecutableBlocks ERROR, Couldn't load the Option value of option from config, value: NULL (Block: Free_Test) Options available: https://docs.ssomar.com/
[20:08:54] [Server thread/INFO]: ExecutableBlocks ERROR, Couldn't load the Option value of option from config, value: NULL (Block: Free_Test2) Options available: https://docs.ssomar.com/
[20:08:54] [Server thread/INFO]: ExecutableBlocks Amount of Executable Blocks configurations loaded: 4
[20:08:54] [Server thread/INFO]: ExecutableBlocks There are: 0 ExecutableBlock placed configs to load.
[20:08:54] [Server thread/INFO]: ExecutableBlocks 0 ExecutableBlock(s)Placed loaded !
[20:08:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ExecutableBlocks [1.0.0]
[20:08:54] [Server thread/INFO]: ================ ExecutableBlocks ================
[20:08:54] [Server thread/INFO]: [Chunky] Enabling Chunky v1.4.28
[20:08:54] [Server thread/INFO]: [skript-placeholders] Enabling skript-placeholders v1.7.0
[20:08:54] [Server thread/INFO]: [AxGraves] Enabling AxGraves v1.13.1
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] Enabling EconomyShopGUI v6.10.1
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using lang-en.yml as language file.
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 18 section configs from /sections/
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 18 shop configs from /shops/
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Updating Shop settings...
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Successfully hooked into Vault
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 1 economy provider(s) for all 14 shop sections.
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using minecraft version 1.21...
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Spawner provider set to AUTO in config
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Automatically searching for compatible spawner provider....
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] [INFO]: SpawnerMeta found, integrating...
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using SpawnerMeta as spawner provider.
[20:08:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: esgui [1.0.0]
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Debug mode is enabled.
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Loading all items...
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] [DEBUG]: Found incompatible component tag for current minecraft version: Did you mean 'repair_cost' instead of 'RepairCost'?
Please change the value manually to get rid of this message
[20:08:54] [Server thread/INFO]: [EconomyShopGUI] [WARN]: Item path in config.yml: sold-items-ignored-NBTtags
[20:08:55] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Initialized - Took 173ms to complete
[20:08:55] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.9.3
[20:08:55] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
[20:08:55] [Server thread/INFO]: [AdvancedPortals] Modern forwarding detected. Enabling proxy features.
[20:08:55] [Server thread/INFO]: Advanced portals have been successfully enabled!
[20:08:55] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.3.0
[20:08:55] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[20:08:56] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.pool.PoolBase] HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
[20:08:56] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[20:08:56] [Server thread/INFO]:
[]=====[Enabling AdvancedBan]=====[]
| Information:
| Name: AdvancedBan
| Developer: Leoko
| Version: 2.3.0
| Storage: HSQLDB (local)
| Support:
| Github: https://github.com/DevLeoko/AdvancedBan/issues
| Discord: https://discord.gg/ycDG6rS
| Twitter: @LeokoGar
| Update:
| You have the newest version
[]================================[]
[20:08:56] [Server thread/INFO]: [Quests] Enabling Quests v3.15-ed67edd
[20:08:56] [Server thread/INFO]: [Quests] Running server scheduler: FoliaServerScheduler
[20:08:56] [Server thread/INFO]: [Quests] Initialising storage provider 'yaml'
[20:08:56] [Server thread/INFO]: [Quests] Your server is running version 1.21
[20:08:56] [Server thread/ERROR]: [Quests] Could not set color for the initialized boss bar implementation, using default instead!
[20:08:56] [Server thread/ERROR]: [Quests] Update your config to latest version! (color section is missing)
[20:08:56] [Server thread/ERROR]: [Quests] https://github.com/LMBishop/Quests/blob/master/bukkit/src/main/resources/resources/bukkit/config.yml
[20:08:56] [Server thread/ERROR]: [Quests] Could not set style for the initialized boss bar implementation, using default instead!
[20:08:56] [Server thread/ERROR]: [Quests] Update your config to latest version! (style section is missing)
[20:08:56] [Server thread/ERROR]: [Quests] https://github.com/LMBishop/Quests/blob/master/bukkit/src/main/resources/resources/bukkit/config.yml
[20:08:56] [Server thread/INFO]: [Quests] Metrics started. This can be disabled at /plugins/bStats/config.yml.
[20:08:56] [Server thread/INFO]: [Quests] A new version 3.15.2 was found on Spigot (your version: 3.15-ed67edd). Please update me! <3 - Link: https://get.leonardobishop.com/quests
[20:08:56] [Server thread/INFO]: [AxQuestBoard] Enabling AxQuestBoard v1.11.1
[20:08:56] [Server thread/INFO]: [AxQuestBoard] [STDOUT] [Spigotunlocked.com] - COSMO
[20:08:56] [Server thread/WARN]: Nag author(s): '[]' of 'AxQuestBoard v1.11.1' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[20:08:57] [Server thread/INFO]: [AxQuestBoard] Loaded plugin! Using H2 database to store data!
[20:08:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: axquestboard [1.11.1]
[20:08:57] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.14.0-Release
[20:08:57] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[20:08:58] [Server thread/INFO]: [DeluxeMenus] 32 GUI menus loaded!
[20:08:58] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[20:08:58] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[20:08:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxemenus [1.14.0-Release]
[20:08:58] [Server thread/INFO]: [PvPManager] Enabling PvPManager v3.35.2
[20:08:58] [Server thread/INFO]: [PvPManager] Using player nametags: true
[20:08:58] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] PvPManager - Starting...
[20:08:58] [Server thread/INFO]: [com.zaxxer.hikari.pool.HikariPool] PvPManager - Added connection org.sqlite.jdbc4.JDBC4Connection@65f90fb8
[20:08:58] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] PvPManager - Start completed.
[20:08:58] [Server thread/INFO]: [PvPManager] Connected to SQLITE database successfully
[20:08:58] [Server thread/INFO]: [PvPManager] Players stored: 40
[20:08:58] [Server thread/INFO]: [PvPManager] WorldGuard Found! Enabling Support For WorldGuard Regions
[20:08:58] [Server thread/INFO]: [PvPManager] Essentials Found! Hooked successfully
[20:08:58] [Server thread/INFO]: [PvPManager] Vault Found! Using it for currency related features
[20:08:58] [Server thread/INFO]: [PvPManager] PlaceholderAPI Found! Hooked successfully
[20:08:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: pvpmanager [3.35.2]
[20:08:58] [Server thread/INFO]: [PvPManager] TAB Found! Using TAB to change nametags instead of scoreboards
[20:08:58] [Server thread/INFO]: [PvPManager] NPC spawning is supported in this version! (1.21)
[20:08:58] [Server thread/INFO]: [PvPManager] Auto Respawn is supported in this version! Using 1.15+ gamerules
[20:08:58] [Server thread/INFO]: [PvPManager] Starting border task with radius 6 and rate of 150ms
[20:08:58] [Server thread/INFO]: [PvPManager] PvPManager v3.35.2 enabled (225 ms)
[20:08:58] [Server thread/INFO]: [Mclogs] Enabling Mclogs v2.4.1
[20:08:58] [Server thread/INFO]: [ajLeaderboards] Enabling ajLeaderboards v2.6.8
[20:08:58] [Server thread/INFO]: [ajLeaderboards] Using H2 flatfile for board cache. (h2)
[20:08:59] [Server thread/INFO]: [ajLeaderboards] The columns already exist for clv_player_level. Canceling updater and bumping DB version.
[20:08:59] [Server thread/INFO]: [ajLeaderboards] The columns already exist for playerpoints_points. Canceling updater and bumping DB version.
[20:08:59] [Server thread/INFO]: [ajLeaderboards] The columns already exist for statistic_deaths. Canceling updater and bumping DB version.
[20:08:59] [Server thread/INFO]: [ajLeaderboards] The columns already exist for statistic_hours_played. Canceling updater and bumping DB version.
[20:08:59] [Server thread/INFO]: [ajLeaderboards] The columns already exist for statistic_player_kills. Canceling updater and bumping DB version.
[20:08:59] [Server thread/INFO]: [ajLeaderboards] The columns already exist for vault_eco_balance_commas. Canceling updater and bumping DB version.
[20:08:59] [Server thread/INFO]: [ajLeaderboards] Loaded 6 boards
[20:08:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ajlb [2.6.8]
[20:08:59] [Server thread/INFO]: [ajLeaderboards] PAPI placeholders successfully registered!
[20:08:59] [Server thread/INFO]: [ajLeaderboards] LuckPerms position context calculator registered!
[20:08:59] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.6.8 by ajgeiss0702 enabled!
[20:08:59] [Server thread/INFO]: [SkQuery] Enabling SkQuery v4.1.10
[20:08:59] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[20:08:59] [Server thread/INFO]: [skQuery] Beginning to process a total of 117 from SkQuery
[20:08:59] [Server thread/INFO]: [skQuery] Out of 117 classes, 117 classes were loaded from SkQuery
[20:08:59] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.28.0
[20:08:59] [Server thread/INFO]: [BetterTeams] Enabling BetterTeams v4.9.4
[20:08:59] [Server thread/INFO]: [BetterTeams] Checking if the file messages.yml is up to date
[20:08:59] [Server thread/INFO]: [BetterTeams] File is up to date
[20:08:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterTeams [4.9.4]
[20:08:59] [Server thread/INFO]: Display team name config value: prefix
[20:08:59] [Server thread/INFO]: Loading below name. Type: PREFIX
[20:08:59] [Server thread/INFO]: Not loading management
[20:08:59] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.13
[20:08:59] [Server thread/INFO]: [BetterRTP] Cooldown = 180
[20:08:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterrtp [3.6.13]
[20:08:59] [Server thread/INFO]: [FancyHolograms] Enabling FancyHolograms v2.4.1
[20:08:59] [Server thread/INFO]: [FancyHolograms] (Server thread) INFO: Successfully enabled FancyHolograms version 2.4.1
[20:08:59] [Server thread/INFO]: [FancyHolograms] (FancyHolograms-Holograms) INFO: Loaded 1 holograms for all loaded worlds
[20:08:59] [Server thread/WARN]: Could not register alias sell because it contains commands that do not exist: economyshopgui-premium:sellall $1-
[20:08:59] [Server thread/WARN]: Could not register alias coins because it contains commands that do not exist: points me $1-
[20:08:59] [Server thread/INFO]: [spark] Starting background profiler...
[20:09:00] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[20:09:00] [Server thread/INFO]: Done preparing level "world" (25.539s)
[20:09:00] [Server thread/INFO]: Starting GS4 status listener
[20:09:00] [Server thread/INFO]: Thread Query Listener started
[20:09:00] [Server thread/INFO]: Query running on *.*.*.*:25565
[20:09:00] [Server thread/INFO]: Running delayed init tasks
[20:09:00] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
[20:09:00] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
[20:09:00] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor.
[20:09:00] [Server thread/INFO]: [Essentials] Fetching version information...
[20:09:00] [Server thread/INFO]: [ItemEdit] New Update at https://spigotmc.org/resources/40993
[20:09:00] [Server thread/WARN]: There is a new version of better teams released update here: (https://www.spigotmc.org/resources/better-teams.17129/)
[20:09:00] [Server thread/INFO]: [CoreProtect] FastAsyncWorldEdit logging successfully initialized.
[20:09:00] [Server thread/INFO]: [Vault] Checking for Updates ...
[20:09:00] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[20:09:00] [Server thread/INFO]: [Vault] No new version available
[20:09:00] [Server thread/INFO]: [Skript] Loading variables...
[20:09:00] [Server thread/INFO]: [Skript] Loaded 64 variables in 0.0 seconds
[20:09:01] [Server thread/INFO]: [Skript] Line 1: (placeholders.sk)
[20:09:01] [Server thread/INFO]: Can't understand this structure: on papi placeholder request with prefix "skript"
[20:09:01] [Server thread/INFO]: Line: on papi placeholder request with prefix "skript":
[20:09:01] [Server thread/INFO]:
[20:09:01] [Server thread/INFO]: [Skript] Line 4: (placeholders.sk)
[20:09:01] [Server thread/INFO]: Can't understand this structure: on papi placeholder request with prefix "skript1"
[20:09:01] [Server thread/INFO]: Line: on papi placeholder request with prefix "skript1":
[20:09:01] [Server thread/INFO]:
[20:09:01] [Server thread/INFO]: [MiniMOTD] There is an update available for MiniMOTD!
[20:09:01] [Server thread/INFO]: [MiniMOTD] This server is running version v2.0.11, which is 8 versions outdated.
[20:09:01] [Server thread/INFO]: [MiniMOTD] Download the latest version, v2.1.4 from GitHub at the link below:
[20:09:01] [Server thread/INFO]: [MiniMOTD] https://github.com/jpenilla/MiniMOTD/releases/tag/v2.1.4
[20:09:01] [Server thread/INFO]: [Skript] Line 17: (tags.sk)
[20:09:01] [Server thread/INFO]: List is missing 'and' or 'or', defaulting to 'and': 11,12,13,14,15,16
[20:09:01] [Server thread/INFO]: Line: set slot 11,12,13,14,15,16 of {_t} to paper named "&cNRN"
[20:09:01] [Server thread/INFO]:
[20:09:01] [Server thread/INFO]: [Skript] Line 25: (tags.sk)
[20:09:01] [Server thread/INFO]: List is missing 'and' or 'or', defaulting to 'and': 11,12,13,14,15,16
[20:09:01] [Server thread/INFO]: Line: set slot 11,12,13,14,15,16 of {_t} to paper named "&cNRN"
[20:09:01] [Server thread/INFO]:
[20:09:01] [Server thread/INFO]: [Skript] Line 35: (tags.sk)
[20:09:01] [Server thread/INFO]: List is missing 'and' or 'or', defaulting to 'and': 11,12,13,14,15,16
[20:09:01] [Server thread/INFO]: Line: set slot 11,12,13,14,15,16 of {_t} to paper named "&cNRN"
[20:09:01] [Server thread/INFO]:
[20:09:01] [Server thread/WARN]: [DiscordSRV]
The current build of DiscordSRV is outdated by 29 commits! Get the latest build at your favorite distribution center.
Spigot: https://www.spigotmc.org/resources/discordsrv.18494/
Github: https://github.com/DiscordSRV/DiscordSRV/releases
Direct Download: https://get.discordsrv.com
[20:09:01] [Server thread/INFO]: [Skript] Line 3: (load.sk)
[20:09:02] [Server thread/INFO]: Can't understand this condition/effect: set {tags*::*}
[20:09:02] [Server thread/INFO]: Line: set {tags*::*}
[20:09:02] [Server thread/INFO]:
[20:09:02] [Server thread/INFO]: [DiscordSRV] [JDA] Login Successful!
[20:09:02] [Server thread/INFO]: [Skript] Loaded 18 scripts with a total of 49 structures in 1.23 seconds
[20:09:02] [Server thread/INFO]: [Skript] Finished loading.
[20:09:02] [Server thread/INFO]: Loaded 1290 recipes
[20:09:02] [Server thread/INFO]: Loaded 1399 advancements
[20:09:02] [Server thread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[20:09:02] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.4]
[20:09:02] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion griefprevention due to a missing plugin: GriefPrevention
[20:09:02] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: essentials [1.5.2]
[20:09:02] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.6.2]
[20:09:02] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.1]
[20:09:02] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.1]
[20:09:02] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion superbvote due to a missing plugin: SuperbVote
[20:09:02] [Server thread/INFO]: 5 placeholder hook(s) registered! 3 placeholder hook(s) have an update available.
[20:09:02] [Server thread/INFO]: [ViaVersion] You are running a development version of the plugin, please report any bugs to GitHub.
[20:09:02] [Server thread/INFO]: Done (47.953s)! For help, type "help"
[20:09:02] [Server thread/INFO]: Timings Reset
[20:09:02] [Server thread/INFO]: Oraxen | Automatic upload of the resource pack is enabled, uploading...
[20:09:03] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: quests [3.15-ed67edd]
[20:09:03] [Server thread/INFO]: [Quests] 44 task types have been registered ().
[20:09:03] [Server thread/INFO]: [Quests] 0 quest items have been registered.
[20:09:03] [Server thread/INFO]: [Quests] 992 quests have been registered.
[20:09:03] [Server thread/INFO]: Server Plugins (45):
[20:09:03] [Server thread/INFO]: Paper Plugins:
[20:09:03] [Server thread/INFO]: - EconomyShopGUI, FancyHolograms
[20:09:03] [Server thread/INFO]: Bukkit Plugins:
[20:09:03] [Server thread/INFO]: - AdvancedBan, AdvancedPortals, ajLeaderboards, AxGraves, AxQuestBoard, BetterRTP, BetterTeams, Chunky, Citizens, CoreProtect
[20:09:03] [Server thread/INFO]: DeluxeMenus, DiscordSRV, Essentials, EssentialsChat, ExcellentCrates, ExecutableBlocks, ExecutableItems, FastAsyncWorldEdit, ItemEdit, JShader
[20:09:03] [Server thread/INFO]: LuckPerms, Mclogs, MiniMOTD, Multiverse-Core, nightcore, Oraxen, PlaceholderAPI, ProtocolLib, PvPManager, Quests
[20:09:03] [Server thread/INFO]: SCore, SkBee, SkQuery, Skript, skript-placeholders, SpawnerMeta, SuperVanish, TAB, TerraformGenerator, Vault
[20:09:03] [Server thread/INFO]: ViaBackwards, ViaVersion, WorldGuard
[20:09:03] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 3068ms or 61 ticks behind
[20:09:03] [Server thread/INFO]: Oraxen | Resourcepack uploaded to http://atlas.oraxen.com:8080/pack.zip?id=cf7fe650724eecde3067021f5d4e4e9d604beb9c in 1018 ms
[20:09:04] [Server thread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[20:09:04] [Server thread/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:console(1264935074609238166)
[20:09:04] [Server thread/INFO]: [DiscordSRV] Enabling Essentials hook
[20:09:04] [Server thread/INFO]: [DiscordSRV] Enabling SuperVanish hook
[20:09:04] [Server thread/INFO]: [DiscordSRV] Enabling LuckPerms hook
[20:09:04] [Server thread/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
[20:09:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: discordsrv [1.28.0]
[20:09:04] [Server thread/INFO]: [DiscordSRV] Cleared all pre-existing slash commands in 2/2 guilds (0 cancelled)
[20:09:05] [Server thread/INFO]: [Spawner Meta v24.7] New version is available: v24.8! To download visit: https://www.spigotmc.org/resources/spawnermeta.74188/
[20:09:06] [Server thread/INFO]: [!] Graves → There is a new version of the plugin available! (current: 1.13.1 | latest: 1.17.0)
[20:10:42] [Server thread/INFO]: UUID of player undercutting is 1949fcb6-7d41-4c46-a53b-1338b1b8e9ac
[20:10:43] [Server thread/INFO]: [TAB] [WARN] Player undercutting's group (mvp++) is not in sorting list! Sorting list: owner,admin,moderator,helper,immortal,elite,mvp,pro,vip,default. Player will be sorted on the bottom.
[20:10:44] [Server thread/INFO]: undercutting[/*.*.*.*:45450] logged in with entity id 54 at ([spawn]-121.06423212802316, 216.939870373771, -1.447981250938158)
[20:10:44] [Server thread/INFO]: + [MVP++] undercutting