Paste your logs.

Built for Minecraft & Hytale

Paper 1.19.4 Server Log

2 errors
648 lines
Raw
Detected
Minecraft version: 1.19.4
[22:23:17] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[22:23:19] [ServerMain/INFO]: Loaded 7 recipes
[22:23:20] [Server thread/INFO]: Starting minecraft server version 1.19.4
[22:23:20] [Server thread/INFO]: Loading properties
[22:23:20] [Server thread/INFO]: This server is running Paper version git-Paper-550 (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT) (Git: 483368e on ver/1.19.4)
[22:23:20] [Server thread/INFO]: Server Ping Player Sample Count: 12
[22:23:20] [Server thread/INFO]: Using 4 threads for Netty based IO
[22:23:21] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
For more information please visit: https://github.com/PaperMC/Paper/issues/8948
[22:23:21] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[22:23:21] [Server thread/INFO]: Default game type: SURVIVAL
[22:23:21] [Server thread/INFO]: Generating keypair
[22:23:21] [Server thread/INFO]: Starting Minecraft server on *:25565
[22:23:21] [Server thread/INFO]: Using default channel type
[22:23:21] [Server thread/INFO]: Paper: Using Java compression from Velocity.
[22:23:21] [Server thread/INFO]: Paper: Using Java cipher from Velocity.
[22:23:22] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load plugin 'proskillapi-1.2.0-R0.3-20231220.012333-1.jar' in folder 'plugins'
java.lang.NoClassDefFoundError: mc/promcteam/engine/registry/attribute/AttributeProvider
at java.lang.Class.forName0(Native Method) ~[?:?]
at java.lang.Class.forName(Class.java:488) ~[?:?]
at java.lang.Class.forName(Class.java:467) ~[?:?]
at io.papermc.paper.plugin.provider.util.ProviderUtil.loadClass(ProviderUtil.java:51) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.provider.util.ProviderUtil.loadClass(ProviderUtil.java:29) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.provider.type.paper.PaperPluginParent$PaperServerPluginProvider.createInstance(PaperPluginParent.java:169) ~[paper-1.19.4.jar:git-Paper-550]
at io.papermc.paper.plugin.provider.type.paper.PaperPluginParent$PaperServerPluginProvider.createInstance(PaperPluginParent.java:139) ~[paper-1.19.4.jar:git-Paper-550]
at io.papermc.paper.plugin.entrypoint.strategy.modern.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:116) ~[paper-1.19.4.jar:git-Paper-550]
at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[paper-1.19.4.jar:git-Paper-550]
at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.19.4.jar:git-Paper-550]
at org.bukkit.craftbukkit.v1_19_R3.CraftServer.loadPlugins(CraftServer.java:431) ~[paper-1.19.4.jar:git-Paper-550]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.19.4.jar:git-Paper-550]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1104) ~[paper-1.19.4.jar:git-Paper-550]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[paper-1.19.4.jar:git-Paper-550]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.ClassNotFoundException: mc.promcteam.engine.registry.attribute.AttributeProvider
at io.papermc.paper.plugin.entrypoint.classloader.PaperPluginClassLoader.loadClass(PaperPluginClassLoader.java:142) ~[paper-1.19.4.jar:git-Paper-550]
at io.papermc.paper.plugin.entrypoint.classloader.PaperPluginClassLoader.loadClass(PaperPluginClassLoader.java:103) ~[paper-1.19.4.jar:git-Paper-550]
at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
... 15 more
[22:23:22] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_19_R3.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[22:23:25] [Server thread/WARN]: Legacy plugin SimpleSit v1.7.1 does not specify an api-version.
[22:23:25] [Server thread/WARN]: Legacy plugin RankShop v1.3.1 does not specify an api-version.
[22:23:25] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load plugin 'proskillapiparties-1.1.0.2-20221212.101727-1.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: mc/promcteam/engine/mccore/commands/IFunction
at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:127) ~[paper-1.19.4.jar:git-Paper-550]
at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:35) ~[paper-1.19.4.jar:git-Paper-550]
at io.papermc.paper.plugin.entrypoint.strategy.modern.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:116) ~[paper-1.19.4.jar:git-Paper-550]
at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[paper-1.19.4.jar:git-Paper-550]
at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.19.4.jar:git-Paper-550]
at org.bukkit.craftbukkit.v1_19_R3.CraftServer.loadPlugins(CraftServer.java:431) ~[paper-1.19.4.jar:git-Paper-550]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.19.4.jar:git-Paper-550]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1104) ~[paper-1.19.4.jar:git-Paper-550]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[paper-1.19.4.jar:git-Paper-550]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.NoClassDefFoundError: mc/promcteam/engine/mccore/commands/IFunction
at java.lang.Class.forName0(Native Method) ~[?:?]
at java.lang.Class.forName(Class.java:488) ~[?:?]
at java.lang.Class.forName(Class.java:467) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.19.4.jar:git-Paper-550]
... 9 more
Caused by: java.lang.ClassNotFoundException: mc.promcteam.engine.mccore.commands.IFunction
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
at java.lang.Class.forName0(Native Method) ~[?:?]
at java.lang.Class.forName(Class.java:488) ~[?:?]
at java.lang.Class.forName(Class.java:467) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.19.4.jar:git-Paper-550]
... 9 more
[22:23:25] [Server thread/WARN]: Legacy plugin ParticleLIB v2.1.1 does not specify an api-version.
[22:23:25] [Server thread/INFO]: [BackInPack] Hooked into WorldGuard 7.0.8+33cdb4a
[22:23:25] [Server thread/INFO]: [Core] Loading server plugin Core v0.6.0
[22:23:25] [Server thread/INFO]: [Core] Checking update for Core v0.6.0
[22:23:26] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v4.9.2
[22:23:26] [Server thread/INFO]: [ViaVersion] ViaVersion 4.9.2 is now loaded. Registering protocol transformers and injecting...
[22:23:27] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[22:23:27] [Server thread/INFO]: [ViaBackwards] Loading translations...
[22:23:27] [Server thread/INFO]: [ViaBackwards] Registering protocols...
[22:23:27] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[22:23:27] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.102
[22:23:28] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[22:23:28] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.14+6360-094b734
[22:23:29] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@3411c259]
[22:23:29] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.5
[22:23:29] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.2.0-SNAPSHOT-679
[22:23:30] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.8+33cdb4a
[22:23:30] [Server thread/INFO]: [HolographicDisplays] Loading server plugin HolographicDisplays v3.0.3
[22:23:30] [Server thread/INFO]: [LibsDisguises] Loading server plugin LibsDisguises v10.0.40
[22:23:30] [Server thread/INFO]: [MythicMobs] Loading server plugin MythicMobs v5.5.1-9aedaa15
[22:23:30] [Server thread/INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
[22:23:30] [Server thread/INFO]: [MythicMobs] §4M§6y§6t§6h§2i§2c§2 §3E§3n§1a§1b§1l§5e§5d§4!
[22:23:30] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v4.9.1
[22:23:30] [Server thread/INFO]: [ItemEdit] Loading server plugin ItemEdit v3.1.5
[22:23:30] [Server thread/INFO]: [floodgate] Loading server plugin floodgate v2.2.2-SNAPSHOT (b85-71acc6c)
[22:23:31] [Server thread/INFO]: [floodgate] Mất 517ms để khởi động Floodgate
[22:23:31] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0-dev+24-0af4436
[22:23:31] [Server thread/INFO]: [PlayerPoints] Loading server plugin PlayerPoints v3.2.6
[22:23:31] [Server thread/INFO]: [Shopkeepers] Loading server plugin Shopkeepers v2.18.0
[22:23:31] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (425 ms).
[22:23:31] [Server thread/INFO]: [Shopkeepers] Loading config.
[22:23:31] [Server thread/INFO]: [Shopkeepers] Loading language file: language-en-default.yml
[22:23:31] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
[22:23:31] [Server thread/INFO]: [Shopkeepers] Registering defaults.
[22:23:31] [Server thread/INFO]: [VeinMiner] Loading server plugin VeinMiner v2.1.1
[22:23:31] [Server thread/INFO]: [VeinMiner] Found WorldGuard. Registering custom region flag.
[22:23:31] [Server thread/INFO]: [UltraRepair] Loading server plugin UltraRepair v4.1.4
[22:23:32] [Server thread/INFO]: [UltimateHomes] Loading server plugin UltimateHomes v2.9
[22:23:32] [Server thread/INFO]: [Thesieutoc] Loading server plugin Thesieutoc v#34
[22:23:32] [Server thread/INFO]: [SimpleSit] Loading server plugin SimpleSit v1.7.1
[22:23:32] [Server thread/INFO]: [SimpleScore] Loading server plugin SimpleScore v3.12.5
[22:23:32] [Server thread/INFO]: [SetSpawn] Loading server plugin SetSpawn v4.8
[22:23:32] [Server thread/INFO]: [RPGHealthPlus] Loading server plugin RPGHealthPlus v1.5.0
[22:23:32] [Server thread/INFO]: [RankShop] Loading server plugin RankShop v1.3.1
[22:23:32] [Server thread/INFO]: [ParticleLIB] Loading server plugin ParticleLIB v2.1.1
[22:23:32] [Server thread/INFO]: [ItemTag] Loading server plugin ItemTag v3.2.1
[22:23:32] [Server thread/INFO]: [GriefPrevention] Loading server plugin GriefPrevention v16.18.1
[22:23:32] [Server thread/INFO]: [Geyser-Spigot] Loading server plugin Geyser-Spigot v2.2.0-SNAPSHOT
[22:23:32] [Server thread/INFO]: [Geyser-Spigot] Đang tải các phần mở rộng...
[22:23:32] [Server thread/INFO]: [Geyser-Spigot] Đã tải 0 phần mở rộng
[22:23:32] [Server thread/INFO]: [FastChunkPregenerator] Loading server plugin FastChunkPregenerator v2.0.9-SNAPSHOT
[22:23:32] [Server thread/INFO]: [EconomyShopGUI] Loading server plugin EconomyShopGUI v6.2.6
[22:23:32] [Server thread/INFO]: [DamageIndicator] Loading server plugin DamageIndicator v1.3.8
[22:23:32] [Server thread/INFO]: [BloodMoon] Loading server plugin BloodMoon v0.8.1
[22:23:32] [Server thread/INFO]: [BetonQuest] Loading server plugin BetonQuest v1.12.11
[22:23:32] [Server thread/INFO]: [BackInPack] Loading server plugin BackInPack v2.1.1-BETA
[22:23:32] [Server thread/INFO]: [Authy] Loading server plugin Authy v3.5.2
[22:23:32] [Server thread/INFO]: [AureliumSkills] Loading server plugin AureliumSkills vBeta 1.3.23
[22:23:32] [Server thread/INFO]: [ActionBarAPI] Loading server plugin ActionBarAPI v1.5.4
[22:23:32] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[22:23:32] [Server thread/INFO]: [Core] Enabling Core v0.6.0
[22:23:32] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.102
[22:23:34] [Server thread/INFO]: __
[22:23:34] [Server thread/INFO]: | |__) LuckPerms v5.4.102
[22:23:34] [Server thread/INFO]: |___ | Running on Bukkit - Paper
[22:23:34] [Server thread/INFO]:
[22:23:34] [Server thread/INFO]: [LuckPerms] Loading configuration...
[22:23:34] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[22:23:35] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[22:23:36] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[22:23:36] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 3654ms)
[22:23:36] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[22:23:36] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[22:23:36] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[22:23:36] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[22:23:36] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[22:23:36] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.14+6360-094b734
[22:23:36] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[22:23:36] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[22:23:36] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R3.PaperweightAdapter as the Bukkit adapter
[22:23:38] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.2.0-SNAPSHOT-679
[22:23:38] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v3.2.6
[22:23:38] [Server thread/INFO]: [PlayerPoints] Initializing using RoseGarden v1.2.5
[22:23:38] [Server thread/INFO]: [PlayerPoints] Data handler connected using SQLite.
[22:23:38] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[22:23:38] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[22:23:38] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[22:23:38] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[22:23:38] [Server thread/INFO]: Preparing level "world"
[22:23:39] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[22:23:39] [Server thread/INFO]: Time elapsed: 115 ms
[22:23:39] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[22:23:39] [Server thread/INFO]: Time elapsed: 33 ms
[22:23:39] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[22:23:39] [Server thread/INFO]: Time elapsed: 21 ms
[22:23:39] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.9.2
[22:23:39] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.19.4 (762)
[22:23:39] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.5
[22:23:40] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[22:23:40] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.8+33cdb4a
[22:23:40] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[22:23:40] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[22:23:40] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[22:23:40] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[22:23:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[22:23:40] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[22:23:40] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[22:23:40] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[22:23:40] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[22:23:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[22:23:40] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[22:23:40] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[22:23:40] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[22:23:40] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[22:23:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[22:23:40] [Server thread/INFO]: [WorldGuard] Loading region data...
[22:23:41] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.3
[22:23:41] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.40
[22:23:41] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.40-Free.jar
[22:23:41] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_19_R3 (v1_19_R3)
[22:23:41] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #1269
[22:23:41] [Server thread/INFO]: [LibsDisguises] Build Date: 15/11/2023 07:31
[22:23:41] [Server thread/INFO]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
[22:23:41] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
[22:23:43] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
[22:23:43] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
[22:23:43] [Server thread/INFO]: [LibsDisguises] Config is up to date!
[22:23:43] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.5.1-9aedaa15
[22:23:43] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.19.4)...
[22:23:43] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
[22:23:45] [Server thread/INFO]: [MythicMobs] Mythic GriefPrevention Support has been enabled!
[22:23:45] [Server thread/INFO]: [MythicMobs] Mythic HolographicDisplays Support has been enabled!
[22:23:45] [Server thread/INFO]: [MythicMobs] Mythic LibsDisguises Support has been enabled!
[22:23:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mythic [5.0.0]
[22:23:45] [Server thread/INFO]: [MythicMobs] Mythic PlaceholderAPI Support has been enabled!
[22:23:45] [Server thread/INFO]: [MythicMobs] Mythic ProtocolLib Support has been enabled!
[22:23:45] [Server thread/INFO]: [MythicMobs] Mythic Vault Support has been enabled!
[22:23:45] [Server thread/INFO]: [MythicMobs] Mythic WorldGuard Support has been enabled!
[22:23:45] [Server thread/INFO]: [MythicMobs] Base directory C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\SavedData
[22:23:45] [Server thread/INFO]: [MythicMobs] Module directory C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\SavedData\worlds
[22:23:47] [Server thread/INFO]: [MythicMobs] Loading Packs...
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading Items...
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading Skills...
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat ATTACK_DAMAGE from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat ATTACK_SPEED from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat BONUS_DAMAGE from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat CRITICAL_STRIKE_CHANCE from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat CRITICAL_STRIKE_DAMAGE from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat CRITICAL_STRIKE_RESILIENCE from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat DAMAGE_REDUCTION from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat DEFENSE from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat DODGE_CHANCE from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat DODGE_NEGATION from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat HEALTH from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat HEALTH_REGENERATION from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat LIFESTEAL_CHANCE from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat LIFESTEAL_POWER from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat MOVEMENT_SPEED from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_CHANCE from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_NEGATION from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_POWER from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat PARRY_COUNTERATTACK from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat ARMOR_GENERIC from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat ARMOR_BLUNT from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat ARMOR_SHARP from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat DAMAGE_BLUNT from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat DAMAGE_SHARP from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat FIRE_RESISTANCE from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading stat SPEED from C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\stats.yml
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
[22:23:48] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
[22:23:48] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic metaskill
[22:23:48] [Server thread/WARN]: [MythicMobs] --| Mob: ZombieKing | File: C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\Mobs\ExampleMobs.yml
[22:23:48] [Server thread/WARN]: [MythicMobs] --| Error Message: Could not find MetaSkill SummonZombieKnight
[22:23:48] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: skill{s=SummonZombieKnight}
[22:23:48] [Server thread/INFO]: [MythicMobs] ✓ Loaded 9 mobs.
[22:23:48] [Server thread/INFO]: [MythicMobs] ✓ Loaded 3 vanilla mob overrides.
[22:23:48] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
[22:23:48] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 skills.
[22:23:48] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
[22:23:48] [Server thread/INFO]: [MythicMobs] ✓ Loaded 26 mythic items.
[22:23:48] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
[22:23:48] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
[22:23:48] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
[22:23:48] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
[22:23:48] [Server thread/INFO]: [MythicMobs] ✓ MythicMobs v5.5.1 ( build 9aedaa15 ) has been successfully loaded!
[22:23:48] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.9.1
[22:23:48] [Server thread/INFO]: [ItemEdit] Enabling ItemEdit v3.1.5
[22:23:49] [Server thread/INFO]: [ItemEdit] Selected Storage Type: YAML
[22:23:49] [Server thread/INFO]: [ItemEdit] Hooking into Vault
[22:23:49] [Server thread/INFO]: [ItemEdit] Hooking into PlaceholderApi
[22:23:49] [Server thread/INFO]: [ItemEdit] Hooked into PlaceHolderAPI:
[22:23:49] [Server thread/INFO]: [ItemEdit] placeholders:
[22:23:49] [Server thread/INFO]: [ItemEdit] %itemedit_amount_<{itemid}>_[{slot}]_[{player}]%
[22:23:49] [Server thread/INFO]: [ItemEdit] shows how many itemid player has on slot
[22:23:49] [Server thread/INFO]: [ItemEdit] <{itemid}> for item id on serveritem
[22:23:49] [Server thread/INFO]: [ItemEdit] [{slot}] for the slot where the item should be counted, by default inventory
[22:23:49] [Server thread/INFO]: [ItemEdit] Values: inventory (include offhand), equip (include offhand), inventoryandequip (include offhand), hand, offhand, head, chest, legs, feet
[22:23:49] [Server thread/INFO]: [ItemEdit] [{player}] for the player, by default self
[22:23:49] [Server thread/INFO]: [ItemEdit] example: %itemedit_amount_{my_item_id}_{hand}%
[22:23:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: itemedit [1.0]
[22:23:49] [Server thread/INFO]: [ItemEdit] Hooking into MythicMobs
[22:23:49] [Server thread/INFO]: [ItemEdit] # Enabled (took 208 ms)
[22:23:49] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.2-SNAPSHOT (b85-71acc6c)
[22:23:49] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+24-0af4436
[22:23:49] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[22:23:49] [Server thread/INFO]: [Essentials] No kits found to migrate.
[22:23:49] [Server thread/INFO]: [Essentials] Loaded 39095 items from items.json.
[22:23:49] [Server thread/INFO]: [Essentials] Using locale vi_VN
[22:23:49] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[22:23:49] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[22:23:49] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[22:23:49] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[22:23:49] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.18.0
[22:23:50] [Server thread/INFO]: [Shopkeepers] Loading the data of 7 shopkeepers ...
[22:23:50] [Server thread/INFO]: [VeinMiner] Enabling VeinMiner v2.1.1
[22:23:50] [Server thread/INFO]: [VeinMiner] Loading configuration options to local memory
[22:23:50] [Server thread/INFO]: [VeinMiner] Added 13 aliases.
[22:23:50] [Server thread/INFO]: [VeinMiner] Registered category with id "Axe" holding 6 unique items and 26 unique blocks.
[22:23:50] [Server thread/INFO]: [VeinMiner] Registered category with id "Hoe" holding 6 unique items and 10 unique blocks.
[22:23:50] [Server thread/INFO]: [VeinMiner] Registered category with id "Pickaxe" holding 6 unique items and 23 unique blocks.
[22:23:50] [Server thread/INFO]: [VeinMiner] Registered category with id "Shears" holding 1 unique items and 27 unique blocks.
[22:23:50] [Server thread/INFO]: [VeinMiner] Registered category with id "Shovel" holding 6 unique items and 10 unique blocks.
[22:23:50] [ForkJoinPool.commonPool-worker-1/INFO]: [VeinMiner] Using SQLITE for persistent storage.
[22:23:50] [Server thread/INFO]: [VeinMiner] Registering commands
[22:23:50] [Server thread/INFO]: [VeinMiner] Performing an update check!
[22:23:50] [Server thread/INFO]: [VeinMiner] Registering events
[22:23:50] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: veinminer [2.1.1]
[22:23:50] [Server thread/INFO]: [VeinMiner] Vault found. Attempting to enable economy support...
[22:23:50] [Server thread/INFO]: [VeinMiner] Economy found! Hooked successfully.
[22:23:50] [Server thread/INFO]: [VeinMiner] Enabling Plugin Metrics
[22:23:50] [Server thread/INFO]: [VeinMiner] Thanks for enabling Metrics! The anonymous stats are appreciated
[22:23:50] [Server thread/INFO]: [UltraRepair] Enabling UltraRepair v4.1.4
[22:23:50] [ForkJoinPool.commonPool-worker-1/INFO]: [VeinMiner] You are on the latest version of VeinMiner.
[22:23:50] [Server thread/INFO]:
____ ___ __________
| | \ \______ \
| | / | _/
| | / | | \
|______/ |____|_ /
\/
[22:23:50] [Server thread/INFO]: [UltraRepair] Loading configuration files...
[22:23:50] [Server thread/INFO]: [UltraRepair] Initializing base settings...
[22:23:50] [Server thread/INFO]: [UltraRepair] Checking economy integration...
[22:23:50] [Server thread/INFO]: [UltraRepair] Loading repair manager...
[22:23:50] [Server thread/INFO]: [UltraRepair] Registering commands...
[22:23:50] [Server thread/INFO]: [UltraRepair] Registering listeners...
[22:23:50] [Server thread/INFO]: [UltraRepair] Loading metrics...
[22:23:50] [Server thread/INFO]: [UltraRepair] Checking for updates...
[22:23:50] [Server thread/INFO]: [UltraRepair] UltraRepair v4.1.4 by Demeng has been enabled.
[22:23:50] [Server thread/INFO]: [UltimateHomes] Enabling UltimateHomes v2.9
[22:23:50] [Server thread/INFO]:
[22:23:50] [Server thread/INFO]: --------------------------------------
[22:23:50] [Server thread/INFO]: UltimateHomes by kixmc
[22:23:50] [Server thread/INFO]: Enabled on version 2.9
[22:23:50] [Server thread/INFO]: --------------------------------------
[22:23:50] [Server thread/INFO]:
[22:23:50] [Server thread/INFO]: [Thesieutoc] Enabling Thesieutoc v#34
[22:23:50] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tst [#34]
[22:23:50] [Server thread/INFO]: [SimpleSit] Enabling SimpleSit v1.7.1*
[22:23:50] [Server thread/INFO]: [SimpleScore] Enabling SimpleScore v3.12.5
[22:23:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: SimpleScore [3.12.5]
[22:23:51] [Server thread/INFO]: [SetSpawn] Enabling SetSpawn v4.8
[22:23:51] [Server thread/INFO]: [SetSpawn] Enabled!
[22:23:51] [Server thread/INFO]: [RPGHealthPlus] Enabling RPGHealthPlus v1.5.0
[22:23:51] [Server thread/INFO]: [RPGHealthPlus] Checking for updates ...
[22:23:51] [Server thread/INFO]: [RPGHealthPlus] Newest version: 1.5.0
[22:23:51] [Server thread/INFO]: [RankShop] Enabling RankShop v1.3.1*
[22:23:51] [Server thread/INFO]: [RankShop] Config.yml found, loading!
[22:23:51] [Server thread/INFO]: [ParticleLIB] Enabling ParticleLIB v2.1.1*
[22:23:51] [Server thread/INFO]: [ItemTag] Enabling ItemTag v3.2.1
[22:23:51] [Server thread/INFO]: [ItemTag] Hooking into PlaceholderApi
[22:23:51] [Server thread/INFO]: [ItemTag] Hooked into PlaceHolderAPI:
[22:23:51] [Server thread/INFO]: [ItemTag] placeholders:
[22:23:51] [Server thread/INFO]: [ItemTag] %itemtag_cooldown_<timeunit>_[cooldownid]%
[22:23:51] [Server thread/INFO]: [ItemTag] shows how much cooldown has selected cooldownid for player
[22:23:51] [Server thread/INFO]: [ItemTag] <timeunit> may be h, s or ms
[22:23:51] [Server thread/INFO]: [ItemTag] [cooldownid] for cooldown type, by default default
[22:23:51] [Server thread/INFO]: [ItemTag] example: %itemtag_cooldown_s_anid%
[22:23:51] [Server thread/INFO]: [ItemTag] %itemtag_handcooldown_<timeunit>%
[22:23:51] [Server thread/INFO]: [ItemTag] shows how much cooldown has player on the item in his hand
[22:23:51] [Server thread/INFO]: [ItemTag] <timeunit> may be h, s or ms
[22:23:51] [Server thread/INFO]: [ItemTag] example: %itemtag_handcooldown_s%
[22:23:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: itemtag [1.0]
[22:23:51] [Server thread/INFO]: [ItemTag] # Enabled (took 70 ms)
[22:23:51] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.18.1
[22:23:51] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
[22:23:51] [Server thread/INFO]: [GriefPrevention] 1 total claims loaded.
[22:23:52] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
[22:23:52] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
[22:23:52] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
[22:23:52] [Server thread/INFO]: [GriefPrevention] Boot finished.
[22:23:52] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.2.0-SNAPSHOT
[22:23:52] [Server thread/INFO]: [FastChunkPregenerator] Enabling FastChunkPregenerator v2.0.9-SNAPSHOT
[22:23:52] [Server thread/INFO]: [FastChunkPregenerator] >> Paper was found.
[22:23:52] [Server thread/INFO]: [FastChunkPregenerator] >> Async chunk loading support is enabled.
[22:23:52] [Server thread/INFO]: [EconomyShopGUI] Enabling EconomyShopGUI v6.2.6
[22:23:52] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using lang-en.yml as language file.
[22:23:52] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 16 section configs from /sections/
[22:23:52] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 16 shop configs from /shops/
[22:23:52] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Updating Shop settings...
[22:23:52] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Successfully hooked into Vault
[22:23:52] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 1 economy provider(s) for all 14 shop sections.
[22:23:52] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using minecraft version 1.19.4...
[22:23:52] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Spawner provider set to AUTO in config
[22:23:52] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Automatically searching for compatible spawner provider....
[22:23:52] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Failed to automatically find compatible spawner provider, using default...
[22:23:52] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Debug mode is enabled.
[22:23:52] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Loading all items...
[22:23:52] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Initialized - Took 323ms to complete
[22:23:53] [Server thread/INFO]: [DamageIndicator] Enabling DamageIndicator v1.3.8
[22:23:53] [Server thread/INFO]: [DamageIndicator] Using server version accessor for v1_19_R3
[22:23:53] [Server thread/INFO]: [BloodMoon] Enabling BloodMoon v0.8.1
[22:23:53] [Server thread/INFO]: [BloodMoon] This plugin is still in its infancy. If you encounter a bug, please report it to https://www.spigotmc.org/threads/bloodmoon.412741/
[22:23:53] [Server thread/INFO]: [BetonQuest] Enabling BetonQuest v1.12.11
[22:23:53] [Server thread/INFO]: [BetonQuest] Using SQLite for storing data!
[22:23:53] [Server thread/INFO]: [BetonQuest] Configuration up to date!
[22:23:53] [Server thread/INFO]: [BetonQuest] Hooking into Vault
[22:23:53] [Server thread/INFO]: [BetonQuest] Hooking into WorldEdit
[22:23:53] [Server thread/INFO]: [BetonQuest] Hooking into PlaceholderAPI
[22:23:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betonquest [1.12.11]
[22:23:53] [Server thread/INFO]: [BetonQuest] Hooking into ProtocolLib
[22:23:53] [Server thread/INFO]: [BetonQuest] Hooking into WorldGuard
[22:23:53] [Server thread/INFO]: [BetonQuest] Hooking into HolographicDisplays
[22:23:53] [Server thread/INFO]: [BetonQuest] Hooking into MythicMobs
[22:23:53] [Server thread/INFO]: [BetonQuest] Hooking into Shopkeepers
[22:23:53] [Server thread/INFO]: [BetonQuest] BetonQuest succesfully enabled!
[22:23:53] [Server thread/INFO]: [BackInPack] Enabling BackInPack v2.1.1-BETA
[22:23:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: BackInPack [2.1.1-BETA]
[22:23:53] [Server thread/INFO]: [BackInPack] PlaceholderAPI plugin found, placeholders registered.
[22:23:53] [Server thread/INFO]: [BackInPack] Vault plugin found, economy registered.
[22:23:53] [Server thread/INFO]: [BackInPack] BackInPack plugin is starting...
[22:23:53] [Server thread/INFO]: [BackInPack]  ___ ___ ___ 
[22:23:53] [Server thread/INFO]: [BackInPack]  | _ )_ _| _ \ | Version: 2.1.1-BETA
[22:23:53] [Server thread/INFO]: [BackInPack]  | _ \| || _/ | SSID: 563a83e5-8bb6-438e-9641-d083cce69b64
[22:23:53] [Server thread/INFO]: [BackInPack]  |___/___|_|  | Server: 1.19.4-R0.1-SNAPSHOT
[22:23:53] [Server thread/INFO]: [BackInPack]  
[22:23:53] [Server thread/INFO]: [BackInPack] en.yml language file has been loaded
[22:23:53] [Server thread/INFO]: [BackInPack] Loading players' backpacks
[22:23:53] [Server thread/INFO]: [BackInPack] Plugin BackInPack has been enabled
[22:23:53] [Server thread/INFO]: [Authy] Enabling Authy v3.5.2
[22:23:53] [Server thread/INFO]: [Authy] Enabled 3.5.2
[22:23:53] [Server thread/INFO]: [AureliumSkills] Enabling AureliumSkills vBeta 1.3.23
[22:23:53] [Server thread/INFO]: [AureliumSkills] WorldGuard Support Enabled!
[22:23:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: aureliumskills [Beta 1.3.23]
[22:23:53] [Server thread/INFO]: [AureliumSkills] PlaceholderAPI Support Enabled!
[22:23:53] [Server thread/INFO]: [AureliumSkills] Vault Support Enabled!
[22:23:53] [Server thread/INFO]: [AureliumSkills] Loaded 194 config options in 0 ms
[22:23:53] [Server thread/INFO]: [AureliumSkills] Loaded 312 sources and 10 tags in 13ms
[22:23:53] [Server thread/INFO]: [AureliumSkills] HolographicDisplays Support Enabled!
[22:23:53] [Server thread/INFO]: [AureliumSkills] [ACF] Enabled Asynchronous Tab Completion Support!
[22:23:53] [Server thread/INFO]: [AureliumSkills] Loading languages...
[22:23:55] [Server thread/INFO]: [AureliumSkills] Loaded 17 languages in 1619ms
[22:23:55] [Server thread/INFO]: [AureliumSkills] Loaded 30 pattern rewards and 0 level rewards
[22:23:55] [Server thread/INFO]: [AureliumSkills] Loaded 78 Ability Options in 3ms
[22:23:55] [Server thread/INFO]: [AureliumSkills] Loaded 6 menus
[22:23:56] [Server thread/INFO]: [AureliumSkills] Loaded 32 loot entries in 4 pools and 2 tables
[22:23:56] [Server thread/INFO]: [AureliumSkills] Loaded 3 blocked worlds.
[22:23:56] [Server thread/INFO]: [AureliumSkills] Aurelium Skills has been enabled
[22:23:56] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_19_R3! Trying to find NMS support
[22:23:56] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_19_R3' loaded!
[22:23:56] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'AureliumSkills' to create a bStats instance!
[22:23:56] [Server thread/INFO]: [ActionBarAPI] Enabling ActionBarAPI v1.5.4
[22:23:56] [Server thread/INFO]: ActionBarAPI V1.5.4 has been enabled!
[22:23:56] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[22:23:56] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[22:23:56] [Server thread/INFO]: [Geyser-Spigot]
[22:23:56] [Server thread/INFO]: [Geyser-Spigot] Đang tải Geyser phiên bản 2.2.0-SNAPSHOT (git-master-b0ccf45)
[22:23:56] [Server thread/INFO]: [Geyser-Spigot]
[22:23:56] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[22:24:00] [Server thread/INFO]: [Geyser-Spigot] Đã khởi động Geyser tại 0.0.0.0:19132
[22:24:00] [Server thread/INFO]: [Geyser-Spigot] Đã xong (4,457 giây)! Sử dụng lệnh /geyser help để nhận trợ giúp!
[22:24:01] [Server thread/INFO]: Running delayed init tasks
[22:24:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: playerpoints [3.2.6]
[22:24:01] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[22:24:01] [Server thread/INFO]: [BetonQuest] Hooked into Vault, WorldEdit, PlaceholderAPI, ProtocolLib, WorldGuard, HolographicDisplays, MythicMobs, Shopkeepers!
[22:24:01] [Server thread/INFO]: [BetonQuest] There are 4 conditions, 9 events, 1 objectives and 1 conversations loaded from 1 packages.
[22:24:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: localtime [1.2]
[22:24:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
[22:24:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.7]
[22:24:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.6.2]
[22:24:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.1]
[22:24:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.1]
[22:24:01] [Server thread/INFO]: 6 placeholder hook(s) registered!
[22:24:01] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Skill: SummonZombieBrute | File: C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\Skills\ExampleSkills.yml
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic DELAY10
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: delay10
[22:24:01] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'Targeter': Failed to load custom targeter TARGETER
[22:24:01] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'target~onTimer:100': Failed to load custom targeter TARGET~ONTIMER:100
[22:24:01] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line '[targeter]': Failed to load custom targeter [TARGETER]
[22:24:01] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Skill: UltraAttack | File: C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\Skills\ExampleSkills.yml
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic MECHANIC
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: mechanic{argument=value}
[22:24:01] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'Targeter': Failed to load custom targeter TARGETER
[22:24:01] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Skill: oke2 | File: C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\Skills\ExampleSkills.yml
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic EFFECT:PARTICLES(PARTICLE=FLAME;A=20;HS=0.2;VS=0.2}
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: effect:particles(particle=flame;a=20;hs=0.2;vs=0.2}
[22:24:01] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Skill: ok2 | File: C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\Skills\ExampleSkills.yml
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic EFFECT:PARTICLES(PARTICLE=LAVA;A=20;HS=0.2;VS=0.2}
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: effect:particles(particle=lava;a=20;hs=0.2;vs=0.2}
[22:24:01] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Skill: o2 | File: C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\Skills\ExampleSkills.yml
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic EFFECT:PARTICLES(PARTICLE=LAVA;A=20;HS=0.2;VS=0.2}
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: effect:particles(particle=lava;a=20;hs=0.2;vs=0.2}
[22:24:01] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop DIAMON_BOOTS FEET
[22:24:01] [Server thread/WARN]: [MythicMobs] --| File: C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\Mobs\ExampleMobs.yml
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
[22:24:01] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop DIAMON_SWORD HAND
[22:24:01] [Server thread/WARN]: [MythicMobs] --| File: C:\Users\********\OneDrive\Desktop\minecraft_server_1.19.4\plugins\MythicMobs\Mobs\ExampleMobs.yml
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
[22:24:01] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop KingsCrown 1 0.01
[22:24:01] [Server thread/WARN]: [MythicMobs] --| File: ExampleDropTables.yml
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
[22:24:01] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Drop SkeletonKingSword 0.1
[22:24:01] [Server thread/WARN]: [MythicMobs] --| File: ExampleDropTables.yml
[22:24:01] [Server thread/WARN]: [MythicMobs] --| Error Message: Drop type not found.
[22:24:01] [Server thread/INFO]: Done (40.458s)! For help, type "help"
[22:24:01] [Server thread/INFO]: Timings Reset
[22:24:01] [Craft Scheduler Thread - 6 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[22:24:01] [Craft Scheduler Thread - 30 - Vault/INFO]: [Vault] Checking for Updates ...
[22:24:01] [Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Fetching version information...
[22:24:01] [Craft Scheduler Thread - 14 - Thesieutoc/INFO]: [Thesieutoc] Da co phien ban moi #35!
[22:24:01] [Craft Scheduler Thread - 24 - AureliumSkills/INFO]: [AureliumSkills] New update available! You are on version Beta 1.3.23, latest version is Beta 1.3.24
[22:24:01] [Craft Scheduler Thread - 24 - AureliumSkills/INFO]: [AureliumSkills] Download it on Spigot:
[22:24:01] [Craft Scheduler Thread - 24 - AureliumSkills/INFO]: [AureliumSkills] https://spigotmc.org/resources/81069
[22:24:01] [Craft Scheduler Thread - 30 - Vault/INFO]: [Vault] No new version available
[22:24:01] [Craft Scheduler Thread - 21 - BackInPack/INFO]: [BackInPack]  ___ ___ ___ _ _ ___ ___ _ _____ ___ 
[22:24:01] [Craft Scheduler Thread - 21 - BackInPack/INFO]: [BackInPack]  | _ )_ _| _ \ | | | | _ \ \ /_\_ _| __|
[22:24:01] [Craft Scheduler Thread - 21 - BackInPack/INFO]: [BackInPack]  | _ \| || _/ | |_| | _/ |) / _ \| | | _| 
[22:24:01] [Craft Scheduler Thread - 21 - BackInPack/INFO]: [BackInPack]  |___/___|_| \___/|_| |___/_/ \_\_| |___|
[22:24:01] [Craft Scheduler Thread - 21 - BackInPack/INFO]: [BackInPack] 
[22:24:01] [Craft Scheduler Thread - 21 - BackInPack/INFO]: [BackInPack] The plugin BackInPack can be updated. Use this link to download the latest version
[22:24:01] [Craft Scheduler Thread - 21 - BackInPack/INFO]: [BackInPack] https://www.spigotmc.org/resources/backinpack.102384/
[22:24:01] [Craft Scheduler Thread - 21 - BackInPack/INFO]: [BackInPack] 
[22:24:02] [Server thread/INFO]: [ActionBarAPI] No update was found, you are running the latest version.
[22:24:03] [Craft Scheduler Thread - 20 - BetonQuest/WARN]: [BetonQuest] Could not get the latest release build! https://betonquest.org/nexus/service/rest/v1/search/assets?repository=betonquest&group=pl.betoncraft&name=betonquest&maven.extension=jar&maven.classifier=shaded&sort=version
java.io.FileNotFoundException: https://betonquest.org/nexus/service/rest/v1/search/assets?repository=betonquest&group=pl.betoncraft&name=betonquest&maven.extension=jar&maven.classifier=shaded&sort=version
at jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Constructor.java:483) ~[?:?]
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2048) ~[?:?]
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2043) ~[?:?]
at java.security.AccessController.doPrivileged(AccessController.java:569) ~[?:?]
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:2042) ~[?:?]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1609) ~[?:?]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) ~[?:?]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224) ~[?:?]
at pl.betoncraft.betonquest.utils.updater.source.UpdateSource.readStringFromURL(UpdateSource.java:41) ~[BetonQuest.jar:?]
at pl.betoncraft.betonquest.utils.updater.source.implementations.NexusReleaseAndDevelopmentSource.getVersions(NexusReleaseAndDevelopmentSource.java:96) ~[BetonQuest.jar:?]
at pl.betoncraft.betonquest.utils.updater.source.implementations.NexusReleaseAndDevelopmentSource.getReleaseVersions(NexusReleaseAndDevelopmentSource.java:59) ~[BetonQuest.jar:?]
at pl.betoncraft.betonquest.utils.updater.UpdateSourceHandler.searchUpdateFor(UpdateSourceHandler.java:85) ~[BetonQuest.jar:?]
at pl.betoncraft.betonquest.utils.updater.UpdateSourceHandler.searchUpdate(UpdateSourceHandler.java:62) ~[BetonQuest.jar:?]
at pl.betoncraft.betonquest.utils.updater.Updater.searchUpdate(Updater.java:134) ~[BetonQuest.jar:?]
at pl.betoncraft.betonquest.utils.updater.Updater.lambda$search$0(Updater.java:123) ~[BetonQuest.jar:?]
at org.bukkit.craftbukkit.v1_19_R3.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.19.4.jar:git-Paper-550]
at org.bukkit.craftbukkit.v1_19_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.19.4.jar:git-Paper-550]
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.19.4.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.io.FileNotFoundException: https://betonquest.org/nexus/service/rest/v1/search/assets?repository=betonquest&group=pl.betoncraft&name=betonquest&maven.extension=jar&maven.classifier=shaded&sort=version
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1993) ~[?:?]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) ~[?:?]
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529) ~[?:?]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:308) ~[?:?]
at pl.betoncraft.betonquest.utils.updater.source.UpdateSource.readStringFromURL(UpdateSource.java:40) ~[BetonQuest.jar:?]
... 12 more
[22:24:53] [Server thread/INFO]: Stopping the server
[22:24:53] [Server thread/INFO]: Stopping server
[22:24:53] [Server thread/INFO]: [ActionBarAPI] Disabling ActionBarAPI v1.5.4
[22:24:53] [Server thread/INFO]: [AureliumSkills] Disabling AureliumSkills vBeta 1.3.23
[22:24:53] [Server thread/INFO]: [Authy] Disabling Authy v3.5.2
[22:24:53] [Server thread/INFO]: [Authy] Disabled 3.5.2
[22:24:53] [Server thread/INFO]: [BackInPack] Disabling BackInPack v2.1.1-BETA
[22:24:53] [Server thread/INFO]: [BackInPack] Plugin BackInPack has been disabled
[22:24:53] [Server thread/INFO]: [BetonQuest] Disabling BetonQuest v1.12.11
[22:24:53] [Server thread/INFO]: [BetonQuest] BetonQuest succesfully disabled!
[22:24:53] [Server thread/INFO]: [BloodMoon] Disabling BloodMoon v0.8.1
[22:24:53] [Server thread/INFO]: [DamageIndicator] Disabling DamageIndicator v1.3.8
[22:24:53] [Server thread/INFO]: [EconomyShopGUI] Disabling EconomyShopGUI v6.2.6
[22:24:53] [Server thread/INFO]: [FastChunkPregenerator] Disabling FastChunkPregenerator v2.0.9-SNAPSHOT
[22:24:53] [Server thread/INFO]: [Geyser-Spigot] Disabling Geyser-Spigot v2.2.0-SNAPSHOT
[22:24:53] [Server thread/INFO]: [Geyser-Spigot] Đang tắt Geyser.
[22:24:53] [Server thread/INFO]: [Geyser-Spigot] Đã tắt Geyser thành công.
[22:24:53] [Server thread/INFO]: [GriefPrevention] Disabling GriefPrevention v16.18.1
[22:24:53] [Server thread/INFO]: [GriefPrevention] GriefPrevention disabled.
[22:24:53] [Server thread/INFO]: [ItemTag] Disabling ItemTag v3.2.1
[22:24:53] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion itemtag
[22:24:53] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin ItemTag was disabled.
[22:24:53] [Server thread/INFO]: [ParticleLIB] Disabling ParticleLIB v2.1.1
[22:24:53] [Server thread/INFO]: [RankShop] Disabling RankShop v1.3.1
[22:24:53] [Server thread/INFO]: [RankShop] [RankShop] Disabled Version 1.3.1
[22:24:53] [Server thread/INFO]: [RPGHealthPlus] Disabling RPGHealthPlus v1.5.0
[22:24:53] [Server thread/INFO]: [RPGHealthPlus] has been disabled!
[22:24:53] [Server thread/INFO]: [SetSpawn] Disabling SetSpawn v4.8
[22:24:53] [Server thread/INFO]: [SetSpawn] Disabled!
[22:24:53] [Server thread/INFO]: [SimpleScore] Disabling SimpleScore v3.12.5
[22:24:53] [Server thread/INFO]: [SimpleSit] Disabling SimpleSit v1.7.1
[22:24:53] [Server thread/INFO]: [Thesieutoc] Disabling Thesieutoc v#34
[22:24:53] [Server thread/INFO]: [UltimateHomes] Disabling UltimateHomes v2.9
[22:24:53] [Server thread/INFO]: [UltraRepair] Disabling UltraRepair v4.1.4
[22:24:53] [Server thread/INFO]: [UltraRepair] UltraRepair v4.1.4 by Demeng has been disabled.
[22:24:53] [Server thread/INFO]: [VeinMiner] Disabling VeinMiner v2.1.1
[22:24:53] [Server thread/INFO]: [VeinMiner] Clearing localized data
[22:24:53] [Server thread/INFO]: [Shopkeepers] Disabling Shopkeepers v2.18.0
[22:24:53] [Server thread/INFO]: [PlayerPoints] Disabling PlayerPoints v3.2.6
[22:24:53] [Server thread/INFO]: [Essentials] Disabling Essentials v2.21.0-dev+24-0af4436
[22:24:53] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
[22:24:53] [Server thread/INFO]: [floodgate] Disabling floodgate v2.2.2-SNAPSHOT (b85-71acc6c)
[22:24:53] [Server thread/INFO]: [ItemEdit] Disabling ItemEdit v3.1.5
[22:24:53] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion itemedit
[22:24:53] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin ItemEdit was disabled.
[22:24:53] [Server thread/INFO]: [ViaBackwards] Disabling ViaBackwards v4.9.1
[22:24:53] [Server thread/INFO]: [MythicMobs] Disabling MythicMobs v5.5.1-9aedaa15
[22:24:53] [Server thread/INFO]: [MythicMobs] ------------------------------------------------------------
[22:24:53] [Server thread/INFO]: [MythicMobs] - 
[22:24:53] [Server thread/INFO]: [MythicMobs] - Unloading Mythic...
[22:24:53] [Server thread/INFO]: [MythicMobs] - 
[22:24:53] [Server thread/INFO]: [MythicMobs] ------------------------------------------------------------
[22:24:53] [Server thread/INFO]: [MythicMobs] - Spawners saved and unloaded...
[22:24:53] [Server thread/INFO]: [MythicMobs] - Mobs saved and unloaded...
[22:24:53] [Server thread/INFO]: [MythicMobs] - Variables saved...
[22:24:53] [Server thread/INFO]: [MythicMobs] - All active settings have been saved!
[22:24:53] [Server thread/INFO]: [MythicMobs] - Mythic has been unloaded!
[22:24:53] [Server thread/INFO]: [MythicMobs] ------------------------------------------------------------
[22:24:53] [Server thread/INFO]: [LibsDisguises] Disabling LibsDisguises v10.0.40
[22:24:53] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v3.0.3
[22:24:53] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.8+33cdb4a
[22:24:53] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
[22:24:53] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v5.2.0-SNAPSHOT-679
[22:24:53] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.5
[22:24:53] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.2.14+6360-094b734
[22:24:53] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[22:24:53] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
[22:24:53] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.102
[22:24:53] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
[22:24:54] [Server thread/INFO]: [LuckPerms] Closing storage...
[22:24:54] [Server thread/INFO]: [LuckPerms] Goodbye!
[22:24:54] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.9.2
[22:24:54] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
[22:24:54] [Server thread/INFO]: [Core] Disabling Core v0.6.0
[22:24:54] [Server thread/INFO]: [Core] ------------------------------
[22:24:54] [Server thread/INFO]: [Core] [Core] Disabling ServerPacketManager
[22:24:54] [Server thread/INFO]: [Core] ------------------------------
[22:24:54] [Server thread/INFO]: Saving players
[22:24:54] [Server thread/INFO]: Saving worlds
[22:24:54] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[22:24:54] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world'
[22:24:54] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world'
[22:24:54] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world'
[22:24:54] [WebSocketConnectReadThread-129/INFO]: [Geyser-Spigot] The skin uploader has been closed
[22:24:55] [Server thread/INFO]: [ChunkHolderManager] Saved 529 block chunks, 529 entity chunks, 0 poi chunks in world 'world' in 1,42s
[22:24:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[22:24:55] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[22:24:55] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_nether'
[22:24:55] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_nether'
[22:24:55] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_nether'
[22:24:56] [Server thread/INFO]: [ChunkHolderManager] Saved 529 block chunks, 529 entity chunks, 0 poi chunks in world 'world_nether' in 0,89s
[22:24:56] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[22:24:56] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[22:24:56] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end'
[22:24:56] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_the_end'
[22:24:56] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_the_end'
[22:24:56] [Server thread/INFO]: [ChunkHolderManager] Saved 529 block chunks, 529 entity chunks, 0 poi chunks in world 'world_the_end' in 0,37s
[22:24:56] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[22:24:56] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[22:24:56] [Server thread/INFO]: Flushing Chunk IO
[22:24:56] [Server thread/INFO]: Closing Thread Pool
[22:24:56] [Server thread/INFO]: Closing Server