log

unlisted ⁨1⁩ ⁨file⁩ 2023-07-29 02:00:42 UTC

pastefile1

Raw
[03:07:18] [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'
[03:07:20] [ServerMain/INFO]: Loaded 7 recipes
[03:07:20] [Server thread/INFO]: Starting minecraft server version 1.20.1
[03:07:20] [Server thread/INFO]: Loading properties
[03:07:20] [Server thread/INFO]: This server is running Paper version git-Paper-97 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 1837f6c)
[03:07:20] [Server thread/INFO]: Server Ping Player Sample Count: 12
[03:07:20] [Server thread/INFO]: Using 4 threads for Netty based IO
[03:07:20] [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
[03:07:20] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 16 worker threads, and gen parallelism of 16 threads
[03:07:21] [Server thread/INFO]: Default game type: SURVIVAL
[03:07:21] [Server thread/INFO]: Generating keypair
[03:07:21] [Server thread/INFO]: Starting Minecraft server on (invisible)
[03:07:21] [Server thread/INFO]: Using epoll channel type
[03:07:21] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[03:07:21] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[03:07:21] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loading 2 libraries... please wait
[03:07:22] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library /home/sid_5355067/minecraft_paper_120/libraries/com/zaxxer/HikariCP/5.0.1/HikariCP-5.0.1.jar
[03:07:22] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library /home/sid_5355067/minecraft_paper_120/libraries/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar
[03:07:22] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library /home/sid_5355067/minecraft_paper_120/libraries/it/unimi/dsi/fastutil/8.5.11/fastutil-8.5.11.jar
[03:07:22] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_20_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[03:07:24] [Server thread/WARN]: Legacy plugin TakeAim v0.4.3 does not specify an api-version.
[03:07:24] [Server thread/WARN]: Legacy plugin WorldEditGUI v1.3 does not specify an api-version.
[03:07:24] [Server thread/ERROR]: Fatal error trying to convert WorldEditGUI v1.3:main/main.class
org.bukkit.plugin.AuthorNagException: No legacy enum constant for GOLDEN_AXE. Did you forget to define a modern (1.13+) api-version in your plugin.yml?
	at org.bukkit.craftbukkit.v1_20_R1.util.Commodore$1$1.visitFieldInsn(Commodore.java:375) ~[paper-1.20.1.jar:git-Paper-97]
	at org.objectweb.asm.ClassReader.readCode(ClassReader.java:2444) ~[asm-9.4.jar:9.4]
	at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1514) ~[asm-9.4.jar:9.4]
	at org.objectweb.asm.ClassReader.accept(ClassReader.java:744) ~[asm-9.4.jar:9.4]
	at org.objectweb.asm.ClassReader.accept(ClassReader.java:424) ~[asm-9.4.jar:9.4]
	at org.bukkit.craftbukkit.v1_20_R1.util.Commodore.convert(Commodore.java:174) ~[paper-1.20.1.jar:git-Paper-97]
	at org.bukkit.craftbukkit.v1_20_R1.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:403) ~[paper-1.20.1.jar:git-Paper-97]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:206) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
	at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
	at java.lang.Class.forName0(Native Method) ~[?:?]
	at java.lang.Class.forName(Unknown Source) ~[?:?]
	at java.lang.Class.forName(Unknown Source) ~[?:?]
	at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.20.1.jar:git-Paper-97]
	at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:35) ~[paper-1.20.1.jar:git-Paper-97]
	at io.papermc.paper.plugin.entrypoint.strategy.modern.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:116) ~[paper-1.20.1.jar:git-Paper-97]
	at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[paper-1.20.1.jar:git-Paper-97]
	at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.20.1.jar:git-Paper-97]
	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadPlugins(CraftServer.java:507) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-97]
	at java.lang.Thread.run(Unknown Source) ~[?:?]
[03:07:24] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 60 ms to scan 1 urls, producing 43 keys and 183 values
[03:07:24] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 75 ms to scan 116 urls, producing 3810 keys and 6505 values
[03:07:24] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v4.7.0
[03:07:24] [Server thread/INFO]: [ViaVersion] ViaVersion 4.7.0 is now loaded. Registering protocol transformers and injecting...
[03:07:24] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[03:07:25] [Server thread/INFO]: [ViaBackwards] Loading translations...
[03:07:25] [Server thread/INFO]: [ViaBackwards] Registering protocols...
[03:07:25] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[03:07:25] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.40
[03:07:25] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[03:07:25] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.15+6463-5ca4dff
[03:07:26] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@72b48511]
[03:07:26] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
[03:07:26] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.9-beta1+2249-223b80c
[03:07:26] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.0.0
[03:07:26] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.20.1) has not yet been tested! Proceed with caution.
[03:07:27] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.3
[03:07:27] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v4.7.0
[03:07:27] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.1-dev+33-58eea17
[03:07:27] [Server thread/INFO]: [NexEngine] Loading server plugin NexEngine v2.2.11
[03:07:27] [Server thread/INFO]: [RealisticSeasons] Loading server plugin RealisticSeasons v10.5.8
[03:07:27] [Server thread/INFO]: [InteractionVisualizer] Loading server plugin InteractionVisualizer v1.18.6.4
[03:07:27] [Server thread/INFO]: [NBTAPI] Loading server plugin NBTAPI v2.11.3
[03:07:27] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R1! Trying to find NMS support
[03:07:27] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R1' loaded!
[03:07:27] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
[03:07:27] [Server thread/INFO]: [AdvancedEnchantments] Loading server plugin AdvancedEnchantments v9.3.1
[03:07:27] [Server thread/INFO]: [Magic] Loading server plugin Magic v10.8.9-845a296
[03:07:27] [Server thread/INFO]: [Magic] Loading modern compatibility layer for server version 1.20.1
[03:07:27] [Thread-23/INFO]: [NBTAPI] [NBTAPI] The NBT-API seems to be up-to-date!
[03:07:27] [Server thread/INFO]: [Magic] Async chunk loading API found
[03:07:27] [Server thread/INFO]: [Magic] Chat component API found
[03:07:27] [Server thread/INFO]: [Magic] Found WorldGuard 7+
[03:07:27] [Server thread/INFO]: [Magic] Pre-check for WorldGuard custom flag registration
[03:07:27] [Server thread/INFO]: [Magic] Registered custom WorldGuard flags: allowed-spells, always-allowed-spells, blocked-spells, always-allowed-spell-categories, allowed-spell-categories, blocked-spell-categories, allowed-wands, always-allowed-wands, blocked-wands, spell-overrides, destructible, reflective, tags, portal-spell, portal-warp
[03:07:27] [Server thread/INFO]: [HeadsPluginAPI] Loading server plugin HeadsPluginAPI v3.2.0
[03:07:27] [Server thread/INFO]: [CMILib] Loading server plugin CMILib v1.4.0.1
[03:07:27] [Server thread/INFO]: [ExcellentEnchants] Loading server plugin ExcellentEnchants v3.5.1
[03:07:27] [Server thread/INFO]: [Weight-RPG] Loading server plugin Weight-RPG v2.14
[03:07:27] [Server thread/INFO]: [Weight-RPG] WorldGuard found.
[03:07:27] [Server thread/INFO]: [Weight-RPG] weight-rpg flag enabled.
[03:07:27] [Server thread/INFO]: [TakeAim] Loading server plugin TakeAim v0.4.3
[03:07:27] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.20.1-dev+33-58eea17
[03:07:27] [Server thread/INFO]: [DeadlyDisasters] Loading server plugin DeadlyDisasters v10.5
[03:07:27] [Server thread/INFO]: [HeadHunter] Loading server plugin HeadHunter v2.8.4
[03:07:27] [Server thread/INFO]: [3DItems] Loading server plugin 3DItems v1.8.3
[03:07:27] [Server thread/INFO]: [BetterRTP] Loading server plugin BetterRTP v3.6.10
[03:07:27] [Server thread/INFO]: [BetterSleeping4] Loading server plugin BetterSleeping4 v4.0.2
[03:07:27] [Server thread/INFO]: [LevelTools] Loading server plugin LevelTools v1.3.5
[03:07:27] [Server thread/INFO]: [WorldEditGUI] Loading server plugin WorldEditGUI v1.3
[03:07:27] [Server thread/INFO]: [LiteFish] Loading server plugin LiteFish v1.4.5
[03:07:27] [Server thread/INFO]: [Reforging] Loading server plugin Reforging v5.7.0
[03:07:27] [Server thread/INFO]: [RepairGui] Loading server plugin RepairGui v6.7.3
[03:07:27] [Server thread/INFO]: [LevelledMobs] Loading server plugin LevelledMobs v3.10.3 b763
[03:07:27] [Server thread/INFO]: [EnchantGui] Loading server plugin EnchantGui v3.8.2
[03:07:27] [Server thread/INFO]: [FancyPhysics] Loading server plugin FancyPhysics v2.4
[03:07:27] [Server thread/INFO]: [TabList] Loading server plugin TabList v5.7.3
[03:07:27] [Server thread/INFO]: [BetterRevive] Loading server plugin BetterRevive v0.9.1-BETA
[03:07:27] [Server thread/INFO]: [BetterRevive] Inventory title with support for more than 32 characters. Skipping..
[03:07:27] [Server thread/INFO]: [BetterRevive] Hex colors are available! Ready for RGB..
[03:07:27] [Server thread/INFO]: [BetterRevive] Old constructor for HoverEvent found! Using it..
[03:07:27] [Server thread/INFO]: [BetterRevive] New sendTitle method found! Using it..
[03:07:27] [Server thread/INFO]: [BetterRevive] New setUnbreakable method found! Using it..
[03:07:27] [Server thread/INFO]: [BetterRevive] New isUnbreakable method found! Using it..
[03:07:27] [Server thread/INFO]: [BetterRevive] WorldGuard found! Registering custom flag(s)..
[03:07:27] [Server thread/INFO]: [BetterRevive] WorldGuard v7.x or newer detected. Using new methods..
[03:07:27] [Server thread/INFO]: [BetterRevive] [WorldGuard] Successfully registered 'betterrevive-can-bleed' flag!
[03:07:27] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.20.1-dev+33-58eea17
[03:07:27] [Server thread/INFO]: [Colored Signs] Loading server plugin ColoredSigns v6.2.1.212
[03:07:27] [Server thread/INFO]: [MobArena] Loading server plugin MobArena v0.107
[03:07:27] [Server thread/INFO]: [StoneDamager] Loading server plugin StoneDamager v1.2-SNAPSHOT
[03:07:27] [Server thread/INFO]: [BloodyMess] Loading server plugin BloodyMess v0.0.3
[03:07:27] [Server thread/INFO]: [BossLand] Loading server plugin BossLand v0.8
[03:07:27] [Server thread/INFO]: [KillAnnouncerPlugin] Loading server plugin KillAnnouncerPlugin v1.2
[03:07:27] [Server thread/INFO]: [stamina] Loading server plugin stamina v5.0.0
[03:07:27] [Server thread/INFO]: [Thirst] Loading server plugin Thirst v2.14.0
[03:07:27] [Server thread/INFO]: [StellaEnchants] Loading server plugin StellaEnchants v1.0-SNAPSHOT
[03:07:27] [Server thread/INFO]: [BattleTraining] Loading server plugin BattleTraining v1.7 (1.13+)
[03:07:27] [Server thread/INFO]: [BloodNight] Debug logger initialized. Log Level: INFO
[03:07:27] [Server thread/INFO]: [BloodNight] Loading server plugin BloodNight v0.11.3
[03:07:27] [Server thread/INFO]: [Graves] Loading server plugin Graves v4.9
[03:07:27] [Server thread/INFO]: [Graves] Integration: Hooked into WorldGuard 7.0.9-beta1+2249-223b80c.
[03:07:27] [Server thread/INFO]: [HeadsInventory] Loading server plugin HeadsInventory v1.11.1
[03:07:27] [Server thread/INFO]: [VillagerMarket] Loading server plugin VillagerMarket v1.11.6
[03:07:27] [Server thread/INFO]: [CommandSigns] Loading server plugin CommandSigns v2.2.0
[03:07:27] [Server thread/INFO]: [Jobs] Loading server plugin Jobs v5.2.0.0
[03:07:27] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[03:07:27] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.40
[03:07:28] [Server thread/INFO]:         __    
[03:07:28] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.40
[03:07:28] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[03:07:28] [Server thread/INFO]: 
[03:07:28] [Server thread/INFO]: [LuckPerms] Loading configuration...
[03:07:28] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[03:07:29] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[03:07:29] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[03:07:29] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2134ms)
[03:07:29] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[03:07:29] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[03:07:29] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[03:07:29] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[03:07:29] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[03:07:29] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.15+6463-5ca4dff
[03:07:29] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[03:07:30] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[03:07:30] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_20_R1.PaperweightAdapter as the Bukkit adapter
[03:07:30] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0
[03:07:30] [Server thread/INFO]: [NexEngine] Enabling NexEngine v2.2.11
[03:07:30] [Server thread/INFO]: [NexEngine] Seems like we have Paper based fork here...
[03:07:30] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms permissions
[03:07:30] [Server thread/INFO]: [NexEngine] Successfully hooked with EssentialsX Economy economy
[03:07:30] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms chat
[03:07:30] [Server thread/INFO]: [NexEngine] Plugin loaded in 83 ms!
[03:07:30] [Server thread/INFO]: [Magic] Enabling Magic v10.8.9-845a296
[03:07:30] [Server thread/INFO]: [Magic] EffectLib initialized
[03:07:31] [Server thread/INFO]: [Magic] Loaded 0 attributes
[03:07:31] [Server thread/INFO]: [Magic] Wand crafting is enabled
[03:07:31] [Server thread/INFO]: [Magic] Skin-based spell icons disabled
[03:07:31] [Server thread/INFO]: [Magic] Registered attributes: [target_fall_distance, regeneration, respiration, projectile_protection, bowpower, degrees, seconds, channeling, target_pitch, humidity, pitch, sharpness, darkness, jump, health_max, efficiency, target_luck, blindness, absorption, target_armor, loyalty, slow_digging, silk_touch, fire_resistance, unluck, invisibility, target_health_max, moon, air_max, slow, mana_max, sweeping, bowpull, damage, weeks, swift_sneak, mending, epoch, protection, air, fast_digging, lure, punch, temperature, frost_walker, movement_speed_bps, power, riptide, health_boost, levitation, increase_damage, poison, health, target_temperature, binding_curse, yaw, mana, glowing, target_health, target_humidity, days, infinity, impaling, bad_omen, luck, thorns, hero_of_the_village, target_hunger, smite, location_x, unbreaking, location_y, target_mana, feather_falling, attack_damage, knockback, fire_aspect, luck_of_the_sea, knockback_resistance, saturation, conduit_power, location_z, target_air, bane_of_arthropods, soul_speed, night_vision, level, minutes, water_breathing, fall_distance, quick_charge, aqua_affinity, multishot, hunger, slow_falling, difficulty, armor, fulltime, blast_protection, confusion, damage_dealt, harm, piercing, fire_protection, target_yaw, dolphins_grace, speed, damage_resistance, weakness, heal, target_mana_max, hours, fortune, looting, target_air_max, movement_speed, play_time, depth_strider, xp, target_location_x, pi, target_location_y, vanishing_curse, target_knockback_resistance, target_location_z, time, flame, wither]
[03:07:31] [Server thread/INFO]: [Magic] Loaded 182 icons
[03:07:31] [Server thread/INFO]: [Magic] Loaded 12 effect lists
[03:07:31] [Server thread/INFO]: [Magic] Loaded 1402 items
[03:07:32] [Server thread/INFO]: [Magic] Loaded 199 wands
[03:07:32] [Server thread/INFO]: [Magic] Loaded 2 kits
[03:07:32] [Server thread/INFO]: [Magic] Loaded 10 classes
[03:07:32] [Server thread/INFO]: [Magic] Loaded 5 classes
[03:07:32] [Server thread/INFO]: [Magic] Loaded 49 mob templates
[03:07:32] [Server thread/INFO]: [Magic] Loaded 8 automata templates
[03:07:32] [Server thread/INFO]: [Magic] Loaded 0 customized worlds
[03:07:32] [Server thread/INFO]: [Magic] Activated BStats
[03:07:32] [Server thread/INFO]: [Magic] Integrated with MobArena, use "magic:<itemkey>" in arena configs for Magic items, magic mobs can be used in monster configurations
[03:07:32] [Server thread/INFO]: [Magic] LibsDisguises not found, magic mob disguises will not be available
[03:07:32] [Server thread/INFO]: [Magic] ModelEngine integration disabled
[03:07:32] [Server thread/INFO]: Magic checking resource pack for updates: http://rp.elmakers.com/Magic-RP-1.19.zip
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Enabling ExcellentEnchants v3.5.1
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Powered by: NexEngine
[03:07:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: excellentenchants [3.5.1]
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Tiers Loaded: 5
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: auto_reel
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: double_catch
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: seasoned_angler
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: survivalist
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: curse_of_drowned
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: river_master
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: blast_mining
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: curse_of_breaking
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: curse_of_misfortune
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: divine_touch
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: haste
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: lucky_miner
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: replanter
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: silk_chest
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: smelter
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: telekinesis
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: treasures
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: tunnel
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: veinminer
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: bane_of_netherspawn
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: blindness
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: confusion
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: cutter
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: decapitator
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: double_strike
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: exhaust
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: exp_hunter
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: ice_aspect
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: infernus
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: nimble
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: paralyze
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: cure
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: rage
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: rocket
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: scavenger
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: surprise
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: temper
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: thrifty
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: thunder
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: vampire
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: venom
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: village_defender
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: wither
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: aquaman
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: bunny_hop
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: cold_steel
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: ice_shield
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: elemental_protection
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: fire_shield
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: flame_walker
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: hardened
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: night_vision
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: regrowth
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: saturation
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: self_destruction
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: stopping_force
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: sonic
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: bomber
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: confusing_arrows
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: dragonfire_arrows
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: electrified_arrows
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: ender_bow
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: explosive_arrows
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: flare
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: ghast
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: hover
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: poisoned_arrows
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: withered_arrows
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: curse_of_fragility
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: curse_of_mediocrity
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Enchantments Registered: 70
[03:07:32] [Server thread/INFO]: [ExcellentEnchants] Plugin loaded in 285 ms!
[03:07:32] [Server thread/INFO]: [Reforging] Enabling Reforging v5.7.0
[03:07:32] [Server thread/INFO]: Preparing level "Spawn"
[03:07:32] [Server thread/WARN]: Failed to parse level-type default, defaulting to minecraft:normal
[03:07:34] [Server thread/WARN]: Failed to parse level-type default, defaulting to minecraft:normal
[03:07:34] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[03:07:34] [Server thread/INFO]: Time elapsed: 84 ms
[03:07:34] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[03:07:35] [Server thread/INFO]: Time elapsed: 836 ms
[03:07:35] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[03:07:36] [Server thread/INFO]: Time elapsed: 256 ms
[03:07:36] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.7.0
[03:07:36] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.20 (763)
[03:07:36] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[03:07:36] [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--].
[03:07:36] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[03:07:36] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world
[03:07:36] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[03:07:36] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_the_end
[03:07:36] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[03:07:36] [Server thread/INFO]: Preparing start region for dimension minecraft:mobarena
[03:07:36] [Server thread/INFO]: Time elapsed: 86 ms
[03:07:36] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether
[03:07:36] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[03:07:36] [Server thread/INFO]: Preparing start region for dimension minecraft:test
[03:07:37] [Server thread/INFO]: Time elapsed: 679 ms
[03:07:37] [Server thread/INFO]: Preparing start region for dimension minecraft:survival
[03:07:37] [Server thread/INFO]: Time elapsed: 107 ms
[03:07:37] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
[03:07:37] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
[03:07:37] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[03:07:37] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.9-beta1+2249-223b80c
[03:07:38] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
[03:07:38] [Server thread/INFO]: [WorldGuard] (Spawn_nether) TNT ignition is PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (Spawn_nether) Lighters are PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (Spawn_nether) Lava fire is PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (Spawn_nether) Fire spread is UNRESTRICTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn_nether'
[03:07:38] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) TNT ignition is PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) Lighters are PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) Lava fire is PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) Fire spread is UNRESTRICTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn_the_end'
[03:07:38] [Server thread/INFO]: [WorldGuard] (MobArena) TNT ignition is PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (MobArena) Lighters are PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (MobArena) Lava fire is PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (MobArena) Fire spread is UNRESTRICTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MobArena'
[03:07:38] [Server thread/INFO]: [WorldGuard] (Test) TNT ignition is PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (Test) Lighters are PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (Test) Lava fire is PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (Test) Fire spread is UNRESTRICTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Test'
[03:07:38] [Server thread/INFO]: [WorldGuard] (Survival) TNT ignition is PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (Survival) Lighters are PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (Survival) Lava fire is PERMITTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] (Survival) Fire spread is UNRESTRICTED.
[03:07:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival'
[03:07:38] [Server thread/INFO]: [WorldGuard] Loading region data...
[03:07:38] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.3
[03:07:38] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[03:07:38] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.7.0
[03:07:38] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1-dev+33-58eea17
[03:07:39] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[03:07:39] [Server thread/INFO]: [Essentials] No kits found to migrate.
[03:07:39] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
[03:07:39] [Server thread/INFO]: [Essentials] Using locale en_US
[03:07:39] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[03:07:39] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[03:07:39] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[03:07:39] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[03:07:39] [Server thread/INFO]: [RealisticSeasons] Enabling RealisticSeasons v10.5.8
[03:07:39] [Server thread/INFO]: [RealisticSeasons] [STDOUT] [Spigotunlocked.com] - COSMO
[03:07:39] [Server thread/WARN]: Nag author(s): '[]' of 'RealisticSeasons v10.5.8' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[03:07:39] [Server thread/INFO]: [InteractionVisualizer] Enabling InteractionVisualizer v1.18.6.4
[03:07:42] [Server thread/INFO]: [InteractionVisualizer] Loading languages...
[03:07:42] [Server thread/INFO]: [InteractionVisualizer] Opened Sqlite database successfully
[03:07:43] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: interactionvisualizer [2.0.0]
[03:07:43] [Server thread/INFO]: [InteractionVisualizer] InteractionVisualizer has been enabled!
[03:07:43] [Server thread/INFO]: [NBTAPI] Enabling NBTAPI v2.11.3
[03:07:43] [Server thread/INFO]: [NBTAPI] Adding listeners...
[03:07:43] [Server thread/INFO]: [NBTAPI] Gson:
[03:07:43] [Server thread/INFO]: [NBTAPI] Checking bindings...
[03:07:43] [Server thread/INFO]: [NBTAPI] All Classes were able to link!
[03:07:43] [Server thread/INFO]: [NBTAPI] All Methods were able to link!
[03:07:43] [Server thread/INFO]: [NBTAPI] Running NBT reflection test...
[03:07:43] [Server thread/INFO]: [NBTAPI] Success! This version of NBT-API is compatible with your server.
[03:07:43] [Server thread/INFO]: [AdvancedEnchantments] Enabling AdvancedEnchantments v9.3.1
[03:07:43] [Server thread/INFO]: [AdvancedEnchantments] [STDOUT] [Spigotunlocked.com] - COSMO
[03:07:43] [Server thread/WARN]: Nag author(s): '[AdvancedPlugins]' of 'AdvancedEnchantments v9.3.1' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[03:07:43] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into WorldGuard, PlaceholderAPI.
[03:07:43] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into WorldGuard.
[03:07:43] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: advancedenchantments [1.0.0]
[03:07:43] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into PlaceholderAPI.
[03:07:43] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into ProtocolLib.
[03:07:43] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into Essentials.
[03:07:43] [Server thread/INFO]: [AdvancedEnchantments] Loaded 7 armor sets.
[03:07:43] [Server thread/INFO]: [AdvancedEnchantments] Loaded 5 weapons.
[03:07:43] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into economy plugin (Vault)
[03:07:43] [Server thread/INFO]: [HeadsPluginAPI] Enabling HeadsPluginAPI v3.2.0
[03:07:45] [Server thread/INFO]: [com.github.cc007.headsplugin.business.services.heads.CategoryUpdaterImpl] All categories updates are now scheduled (asynchronously).
[03:07:45] [Server thread/INFO]: [CMILib] Enabling CMILib v1.4.0.1
[03:07:46] [Server thread/INFO]: Server version: v1_20_R1 - 1.20.1 - paper
[03:07:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmil [1.4.0.1]
[03:07:47] [Server thread/INFO]: PlaceholderAPI hooked.
[03:07:47] [Server thread/INFO]: Updated (EN) language file. Took 25ms
[03:07:47] [Server thread/INFO]: [Weight-RPG] Enabling Weight-RPG v2.14
[03:07:47] [Server thread/INFO]: [Weight-RPG]: Preparing config and weight files...
[03:07:47] [Server thread/INFO]: [Weight-RPG]: Reading weight files completed SUCCESSFULLY.
[03:07:47] [Server thread/INFO]: [Weight-RPG]: Done.
[03:07:47] [Server thread/INFO]: [Weight-RPG]: PlaceholderAPI found. Registering placeholders
[03:07:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: weight-rpg [1.0]
[03:07:47] [Server thread/INFO]: [Weight-RPG]: Done.
[03:07:47] [Server thread/INFO]: [TakeAim] Enabling TakeAim v0.4.3*
[03:07:47] [Server thread/INFO]: [TakeAim] Plugin enabled
[03:07:47] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.20.1-dev+33-58eea17
[03:07:47] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[03:07:47] [Server thread/INFO]: [DeadlyDisasters] Enabling DeadlyDisasters v10.5
[03:07:47] [Server thread/ERROR]: Cannot load plugins/DeadlyDisasters/config.yml
org.bukkit.configuration.InvalidConfigurationException: while scanning an alias
 in 'reader', line 19, column 5:
      - *
        ^
unexpected character found 
(10)
 in 'reader', line 19, column 6:
      - *
         ^

	at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:111) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:309) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:174) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:150) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at deadlydisasters.general.Main.onEnable(Main.java:90) ~[DeadlyDisasters-V10.5.jar:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[paper-1.20.1.jar:git-Paper-97]
	at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.1.jar:git-Paper-97]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:639) ~[paper-1.20.1.jar:git-Paper-97]
	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:550) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:435) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-97]
	at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning an alias
 in 'reader', line 19, column 5:
      - *
        ^
unexpected character found 
(10)
 in 'reader', line 19, column 6:
      - *
         ^

	at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1498) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAlias(ScannerImpl.java:947) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:397) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:238) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntryValue.produce(ParserImpl.java:612) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntryKey.produce(ParserImpl.java:594) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:162) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:152) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:272) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:207) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:131) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:157) ~[snakeyaml-2.0.jar:?]
	at org.yaml.snakeyaml.Yaml.compose(Yaml.java:575) ~[snakeyaml-2.0.jar:?]
	at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:104) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	... 18 more
[03:07:47] [Server thread/INFO]: [DeadlyDisasters] Successfully hooked into RealisticSeasons
[03:07:47] [Server thread/INFO]: [DeadlyDisasters] Successfully hooked into World Guard
[03:07:47] [Server thread/INFO]: [DeadlyDisasters] Checking for update...
[03:07:47] [Server thread/INFO]: [DeadlyDisasters]: Enjoying the plugin? Try the pro version which has many new features such as new new disasters, new custom mobs, new custom items, regenerating worlds, block stability for bases, and much more upgrade now to pro here https://www.spigotmc.org/resources/deadlydisasters-pro.100918/
[03:07:47] [Server thread/INFO]: [HeadHunter] Enabling HeadHunter v2.8.4
[03:07:47] [Server thread/INFO]: [3DItems] Enabling 3DItems v1.8.3
[03:07:47] [Server thread/INFO]: [3DItems] Locating Class Locations..
[03:07:47] [Server thread/INFO]: [3DItems] Successfully identified all necessary Class Locations!
[03:07:47] [Server thread/INFO]: [3DItems] Initialized Fields and Methods
[03:07:47] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.10
[03:07:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: betterrtp [3.6.10]
[03:07:47] [Server thread/INFO]: [BetterSleeping4] Enabling BetterSleeping4 v4.0.2
[03:07:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bettersleeping [4.0.2]
[03:07:47] [Server thread/INFO]: [LevelTools] Enabling LevelTools v1.3.5
[03:07:47] [Server thread/INFO]: [LevelTools] Loaded BlockDataManager...
[03:07:47] [Server thread/INFO]: [LevelTools] Loaded configuration...
[03:07:47] [Server thread/INFO]: [LevelTools] Checking for updates...
[03:07:47] [Server thread/INFO]: [LevelTools] Registered listeners...
[03:07:47] [Server thread/INFO]: [LevelTools] Registered commands...
[03:07:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: leveltools [1.3.5]
[03:07:47] [Server thread/INFO]: [LevelTools] Successfully started LevelTools v1.3.5!
[03:07:47] [Server thread/INFO]: [WorldEditGUI] Enabling WorldEditGUI v1.3*
[03:07:47] [Server thread/INFO]: [WorldEditGUI] [STDOUT] [WorldEditGUI] Plugin written by ThE_MAiTiX
[03:07:47] [Server thread/WARN]: Nag author(s): '[ThE_MAiTiX]' of 'WorldEditGUI v1.3' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[03:07:47] [Server thread/ERROR]: Fatal error trying to convert WorldEditGUI v1.3:Menus/WEGui.class
org.bukkit.plugin.AuthorNagException: No legacy enum constant for GOLDEN_AXE. Did you forget to define a modern (1.13+) api-version in your plugin.yml?
	at org.bukkit.craftbukkit.v1_20_R1.util.Commodore$1$1.visitFieldInsn(Commodore.java:375) ~[paper-1.20.1.jar:git-Paper-97]
	at org.objectweb.asm.ClassReader.readCode(ClassReader.java:2444) ~[asm-9.4.jar:9.4]
	at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1514) ~[asm-9.4.jar:9.4]
	at org.objectweb.asm.ClassReader.accept(ClassReader.java:744) ~[asm-9.4.jar:9.4]
	at org.objectweb.asm.ClassReader.accept(ClassReader.java:424) ~[asm-9.4.jar:9.4]
	at org.bukkit.craftbukkit.v1_20_R1.util.Commodore.convert(Commodore.java:174) ~[paper-1.20.1.jar:git-Paper-97]
	at org.bukkit.craftbukkit.v1_20_R1.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:403) ~[paper-1.20.1.jar:git-Paper-97]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:206) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
	at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
	at main.main.onEnable(main.java:22) ~[WorldEdit - GUI.jar:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[paper-1.20.1.jar:git-Paper-97]
	at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.1.jar:git-Paper-97]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:639) ~[paper-1.20.1.jar:git-Paper-97]
	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:550) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:435) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-97]
	at java.lang.Thread.run(Unknown Source) ~[?:?]
[03:07:47] [Server thread/ERROR]: Fatal error trying to convert WorldEditGUI v1.3:Menus/WEAusf.class
org.bukkit.plugin.AuthorNagException: No legacy enum constant for OAK_PLANKS. Did you forget to define a modern (1.13+) api-version in your plugin.yml?
	at org.bukkit.craftbukkit.v1_20_R1.util.Commodore$1$1.visitFieldInsn(Commodore.java:375) ~[paper-1.20.1.jar:git-Paper-97]
	at org.objectweb.asm.ClassReader.readCode(ClassReader.java:2444) ~[asm-9.4.jar:9.4]
	at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1514) ~[asm-9.4.jar:9.4]
	at org.objectweb.asm.ClassReader.accept(ClassReader.java:744) ~[asm-9.4.jar:9.4]
	at org.objectweb.asm.ClassReader.accept(ClassReader.java:424) ~[asm-9.4.jar:9.4]
	at org.bukkit.craftbukkit.v1_20_R1.util.Commodore.convert(Commodore.java:174) ~[paper-1.20.1.jar:git-Paper-97]
	at org.bukkit.craftbukkit.v1_20_R1.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:403) ~[paper-1.20.1.jar:git-Paper-97]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:206) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
	at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
	at main.main.onEnable(main.java:23) ~[WorldEdit - GUI.jar:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[paper-1.20.1.jar:git-Paper-97]
	at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.1.jar:git-Paper-97]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:639) ~[paper-1.20.1.jar:git-Paper-97]
	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:550) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:435) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-97]
	at java.lang.Thread.run(Unknown Source) ~[?:?]
[03:07:47] [Server thread/INFO]: [LiteFish] Enabling LiteFish v1.4.5
[03:07:47] [Server thread/INFO]: [RepairGui] Enabling RepairGui v6.7.3
[03:07:47] [Server thread/INFO]: [RepairGui] Info - Starting plugin...
[03:07:47] [Server thread/INFO]: [RepairGui] Info - RepairGui is fully updated.
[03:07:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: repairgui [6.7.3]
[03:07:47] [Server thread/INFO]: [RepairGui] Info - Loading single repair gui file...
[03:07:47] [Server thread/INFO]: [RepairGui] Info - Loading multi-repair gui file...
[03:07:47] [Server thread/INFO]: [LevelledMobs] Enabling LevelledMobs v3.10.3 b763
[03:07:48] [Server thread/INFO]: LevelledMobs: Using NMS version v1_20_R1 for nametag support
[03:07:48] [Server thread/INFO]: LevelledMobs: File Loader: Loading files...
[03:07:48] [Server thread/INFO]: LevelledMobs: File Loader: Loading file 'rules.yml'...
[03:07:48] [Server thread/INFO]: LevelledMobs: File Loader: Loading file 'settings.yml'...
[03:07:48] [Server thread/INFO]: LevelledMobs: File Loader: Loading file 'messages.yml'...
[03:07:48] [Server thread/INFO]: LevelledMobs: Listeners: Registering event listeners...
[03:07:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: LevelledMobs [3.10.3 b763]
[03:07:48] [Server thread/INFO]: LevelledMobs: Commands: Registering commands...
[03:07:48] [Server thread/INFO]: LevelledMobs: Running misc procedures
[03:07:48] [Server thread/INFO]: LevelledMobs: Tasks: Starting async nametag auto update task...
[03:07:48] [Server thread/INFO]: LevelledMobs: File Loader: Loading file 'customdrops.yml'...
[03:07:48] [Server thread/INFO]: LevelledMobs: Start-up complete (took 125ms)
[03:07:48] [Server thread/INFO]: [EnchantGui] Enabling EnchantGui v3.8.2
[03:07:48] [Server thread/INFO]: EnchantGui is fully updated.
[03:07:48] [Server thread/INFO]: [FancyPhysics] Enabling FancyPhysics v2.4
[03:07:48] [Server thread/INFO]: [TabList] Enabling TabList v5.7.3
[03:07:48] [Server thread/INFO]: [TabList] Hooked PlaceholderAPI version: 2.11.3
[03:07:48] [Server thread/INFO]: [TabList] > Enabled v5.7.3 (61ms)
[03:07:48] [Server thread/INFO]: [BetterRevive] Enabling BetterRevive v0.9.1-BETA
[03:07:48] [Server thread/INFO]:   ___      _   _           ___         _         
[03:07:48] [Server thread/INFO]:  | _ ) ___| |_| |_ ___ _ _| _ \_____ _(_)_ _____ 
[03:07:48] [Server thread/INFO]:  | _ \/ -_)  _|  _/ -_) '_|   / -_) V / \ V / -_)
[03:07:48] [Server thread/INFO]:  |___/\___|\__|\__\___|_| |_|_\___|\_/|_|\_/\___|
[03:07:48] [Server thread/INFO]: 
[03:07:48] [Server thread/INFO]:    Running plugin BetterRevive v0.9.1-BETA (v2_0)
[03:07:48] [Server thread/INFO]:    Server running Paper version git-Paper-97 (MC: 1.20.1)
[03:07:48] [Server thread/INFO]:    (Implementing API version git-Paper-97 (MC: 1.20.1))
[03:07:48] [Server thread/INFO]:    (Developed by  AlonsoAliaga - Thanks for using my plugin ❤)
[03:07:48] [Server thread/INFO]:    If you loved the plugin consider leaving a review and mentioning your server IP in it!
[03:07:48] [Server thread/INFO]: 
[03:07:48] [Server thread/INFO]: ==============================================================================================
[03:07:48] [Server thread/INFO]: [BetterRevive] This is not a error! This is just a warning to keep in mind if you have issues!
[03:07:48] [Server thread/INFO]: [BetterRevive] You are using a Paper fork (Paper). This plugin was made for Spigot
[03:07:48] [Server thread/INFO]: [BetterRevive] but was (in most cases) tested with different builds of Paper and Purpur.
[03:07:48] [Server thread/INFO]: [BetterRevive] Spigot and forks API are really similar and should be compatible, however there are
[03:07:48] [Server thread/INFO]: [BetterRevive] some cases in which they aren't compatible. If you have issues report them to the
[03:07:48] [Server thread/INFO]: [BetterRevive] developer instead of reviewing 1 star. Thanks in advanced!
[03:07:48] [Server thread/INFO]: [BetterRevive] Join us in our official support server on alonsoaliaga.com/discord
[03:07:48] [Server thread/INFO]: ==============================================================================================
[03:07:48] [Server thread/INFO]: 
[03:07:48] [Server thread/INFO]: [BetterRevive] BungeeCord action bar available. Hooking..
[03:07:48] [Server thread/INFO]: [BetterRevive] ProtocolLib found! Checking..
[03:07:48] [Server thread/INFO]: [Auto-update] Configuration config.yml is up-to-date!
[03:07:48] [Server thread/INFO]: [BetterRevive] Factions hook is enabled but couldn't find any supported faction plugin were found. Disabling hook..
[03:07:48] [Server thread/INFO]: [BetterRevive] Finish off feature has been enabled! Players can finish off other player!
[03:07:48] [Server thread/INFO]: [BetterRevive] Finish off health: 20 | Finish off damage multiplier: 0.5
[03:07:48] [Server thread/INFO]: [BetterRevive] DamageCause for finish off is empty! All damage cause will be allowed to finish off players. (Includes DROWING, FIRE, LAVA, etc)
[03:07:48] [Server thread/INFO]: [BetterRevive] Bleeding mode is 0! Plugin will select the best option for your server!
[03:07:48] [Server thread/INFO]: [BetterRevive] Server version is v2_0. Players will look like swimming while bleeding! (Mode 2)
[03:07:48] [Server thread/INFO]: [BetterRevive] Loaded 1 bleeding effects.
[03:07:48] [Server thread/INFO]: [BetterRevive] Loaded 1 revived effect.
[03:07:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: betterrevive [0.9.1-BETA]
[03:07:48] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.1-dev+33-58eea17
[03:07:48] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[03:07:48] [Server thread/INFO]: [Colored Signs] Enabling ColoredSigns v6.2.1.212
[03:07:48] [Server thread/INFO]: [MobArena] Enabling MobArena v0.107
[03:07:48] [Server thread/INFO]: [MobArena] Vault found; economy rewards enabled.
[03:07:48] [Server thread/INFO]: [MobArena] Loaded arena 'Cave'
[03:07:48] [Server thread/INFO]: [MobArena] 3 arena sign(s) loaded.
[03:07:48] [Server thread/INFO]: [MobArena] Loaded 3 sign templates.
[03:07:48] [Server thread/INFO]: [StoneDamager] Enabling StoneDamager v1.2-SNAPSHOT
[03:07:48] [Server thread/INFO]: [BloodyMess] Enabling BloodyMess v0.0.3
[03:07:48] [Server thread/INFO]: [BossLand] Enabling BossLand v0.8
[03:07:48] [Server thread/INFO]: [KillAnnouncerPlugin] Enabling KillAnnouncerPlugin v1.2
[03:07:48] [Server thread/INFO]: [KillAnnouncerPlugin] Plugin made with the help of https://beta.theb.ai for play.arcadiamc.fun
[03:07:48] [Server thread/INFO]: [stamina] Enabling stamina v5.0.0
[03:07:48] [Server thread/INFO]: [stamina] Stamina by ironPhil24k Has been loaded!
[03:07:48] [Server thread/INFO]: [stamina] Stamina Load config...
[03:07:48] [Server thread/INFO]: [stamina] Stamina Load Language File...
[03:07:48] [Server thread/INFO]: [stamina] Stamina Load playerdata...
[03:07:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: stamina [5.0.0]
[03:07:48] [Server thread/INFO]: [Thirst] Enabling Thirst v2.14.0
[03:07:48] [Server thread/INFO]: [Thirst] Plugin Loading
[03:07:48] [Server thread/INFO]: [Thirst] §cThanks for using BYTE Thirst plugin - www.byte.org.uk!
[03:07:48] [Server thread/INFO]: [Thirst] §aAdding allowed world: Spawn
[03:07:48] [Server thread/INFO]: [Thirst] §aAdding allowed world: Survival
[03:07:48] [Server thread/INFO]: [Thirst] §aAdding allowed world: MobArena
[03:07:48] [Server thread/INFO]: [Thirst] §aAdding refeshing object: POTION with value 20
[03:07:48] [Server thread/INFO]: [Thirst] §aAdding refeshing object: MUSHROOM_STEW with value 10
[03:07:48] [Server thread/INFO]: [Thirst] §aAdding refeshing object: RABBIT_STEW with value 10
[03:07:48] [Server thread/INFO]: [Thirst] §aAdding refeshing object: MILK_BUCKET with value 15
[03:07:48] [Server thread/INFO]: [Thirst] §aAdding refeshing object: MELON with value 5
[03:07:48] [Server thread/INFO]: [Thirst] Action bar enabled
[03:07:48] [Server thread/INFO]: [Thirst] XP thirst score disabled in config
[03:07:48] [Server thread/INFO]: [Thirst] §aBYTE scoreboard disabled in config
[03:07:48] [Server thread/INFO]: §9Creating custom EggyWater craft recipe
[03:07:48] [Server thread/INFO]: [Thirst] §aAdding custom refeshing object: EggyWater with value 10
[03:07:48] [Server thread/INFO]: [Thirst] §aCustom recipe testpotion Does not exist 
[03:07:48] [Server thread/INFO]: §9Creating custom Crap Potion craft recipe
[03:07:48] [Server thread/INFO]: [Thirst] §aAdding custom refeshing object: Crap Potion with value 10
[03:07:48] [Server thread/INFO]: §9Creating boiled water recipe
[03:07:48] [Server thread/INFO]: §9Creating snow to water custom recipe
[03:07:48] [Server thread/INFO]: [Thirst] Server version detected: git-Paper-97 (MC: 1.20.1)
[03:07:48] [Server thread/INFO]: [Thirst] Bottle stack disabled incorrect server version
[03:07:48] [Server thread/INFO]: [Thirst] §aArmorWeight not found
[03:07:48] [Server thread/INFO]: [Thirst] BarAPI not Found
[03:07:48] [Server thread/INFO]: [Thirst] BossBarAPI not Found
[03:07:48] [Server thread/INFO]: [Thirst] Scoreboard Stats not Found
[03:07:48] [Server thread/INFO]: [Thirst] VampireRevamp not found
[03:07:48] [Server thread/INFO]: [Thirst] World Guard disabled in config
[03:07:48] [Server thread/INFO]: [Thirst] timer at 500
[03:07:48] [Server thread/INFO]: [Thirst] normal reduction at 1
[03:07:48] [Server thread/INFO]: [StellaEnchants] Enabling StellaEnchants v1.0-SNAPSHOT
[03:07:48] [Server thread/INFO]: Author: Starshine
[03:07:48] [Server thread/INFO]: [BattleTraining] Enabling BattleTraining v1.7 (1.13+)
[03:07:48] [Server thread/INFO]: [BattleTraining] Enabling...
[03:07:48] [Server thread/INFO]: [BattleTraining] File 'config.yml' loaded!
[03:07:48] [Server thread/INFO]: [BattleTraining] Dummys recipe registered!
[03:07:48] [Server thread/INFO]: [BattleTraining] Target banner recipe cannot be registered!!!
[03:07:48] [Server thread/INFO]: [BattleTraining] If you reload the plugin/server, maybe already registered!
[03:07:48] [Server thread/INFO]: [BloodNight] Enabling BloodNight v0.11.3
[03:07:49] [Server thread/INFO]: [BloodNight] Loading config.
[03:07:49] [Server thread/INFO]: [BloodNight] §2Found matching locale for de_DE
[03:07:49] [Server thread/INFO]: [BloodNight] §2Locale messages_de_DE.properties is up to date.
[03:07:49] [Server thread/INFO]: [BloodNight] §2Found matching locale for es_ES
[03:07:49] [Server thread/INFO]: [BloodNight] §2Locale messages_es_ES.properties is up to date.
[03:07:49] [Server thread/INFO]: [BloodNight] §2Found matching locale for tr
[03:07:49] [Server thread/INFO]: [BloodNight] §2Locale messages_tr.properties is up to date.
[03:07:49] [Server thread/INFO]: [BloodNight] §2Found matching locale for zh_CN
[03:07:49] [Server thread/INFO]: [BloodNight] §2Locale messages_zh_CN.properties is up to date.
[03:07:49] [Server thread/INFO]: [BloodNight] §2Found matching locale for en_US
[03:07:49] [Server thread/INFO]: [BloodNight] §2Locale messages_en_US.properties is up to date.
[03:07:49] [Server thread/INFO]: [BloodNight] §2Metrics are not enabled. Metrics help me to stay motivated. Please enable it.
[03:07:49] [Server thread/INFO]: [BloodNight] Hook into MythicMobs failed. Plugin is not enabled.
[03:07:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bloodnight [0.11.3]
[03:07:49] [Server thread/INFO]: [BloodNight] Hook into PlaceholderAPI successful.
[03:07:49] [Server thread/INFO]: [BloodNight] Hook into Multiverse-Core successful.
[03:07:49] [Server thread/INFO]: [BloodNight] Hook into Hyperverse failed. Plugin is not enabled.
[03:07:49] [Server thread/INFO]: [BloodNight] Loading config.
[03:07:49] [Server thread/INFO]: [BloodNight] §2BloodNight enabled!
[03:07:49] [Server thread/INFO]: [Graves] Enabling Graves v4.9
[03:07:49] [Server thread/INFO]: [Graves] Integration: Hooked into Vault 1.7.3-b131.
[03:07:49] [Server thread/INFO]: [Graves] Integration: Hooked into ProtocolLib 5.0.0.
[03:07:49] [Server thread/INFO]: [Graves] Integration: Hooked into WorldEdit 7.2.15+6463-5ca4dff.
[03:07:49] [Server thread/INFO]: [Graves] Integration: Hooked into WorldGuard 7.0.9-beta1+2249-223b80c.
[03:07:49] [Server thread/INFO]: [Graves] Integration: Hooked into MiniMessage.
[03:07:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: graves [4.9]
[03:07:49] [Server thread/INFO]: [Graves] Integration: Hooked into PlaceholderAPI 2.11.3.
[03:07:49] [Server thread/INFO]: [Graves] Compatibility: Essentials Detected, make sure you don't have the essentials.keepinv or essentials.keepxp permissions.
[03:07:49] [Server thread/INFO]: [HeadsInventory] Enabling HeadsInventory v1.11.1
[03:07:49] [Server thread/INFO]: [HeadsInventory] Hooked Vault!
[03:07:49] [Server thread/INFO]: [VillagerMarket] Enabling VillagerMarket v1.11.6
[03:07:49] [Server thread/INFO]: [VillagerMarket] Loaded 3 shops in 18 ms!
[03:07:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vm [1.11.6]
[03:07:49] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v2.2.0
[03:07:49] [Server thread/INFO]: [CommandSigns] Plugin vault detected
[03:07:49] [Server thread/INFO]: [CommandSigns] Vault economy [EssentialsX Economy] linked with command signs !
[03:07:49] [Server thread/INFO]: [CommandSigns] If this plugin is useful to you, you can make a donation at: https://www.paypal.me/nokorbis
[03:07:49] [Server thread/INFO]: [Jobs] Enabling Jobs v5.2.0.0
[03:07:49] [Server thread/INFO]: ------------- Jobs -------------
[03:07:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jobsr [5.2.0.0]
[03:07:49] [Server thread/INFO]: PlaceholderAPI hooked.
[03:07:49] [Server thread/INFO]: Connected to database (SqLite)
[03:07:58] [Server thread/INFO]: Loaded 8 titles
[03:07:58] [Server thread/INFO]: Loaded 69 protected blocks timers
[03:07:58] [Server thread/INFO]: Loaded 1403 custom item names
[03:07:58] [Server thread/INFO]: Loaded 81 custom entity names
[03:07:58] [Server thread/INFO]: Loaded 2 custom MythicMobs names
[03:07:58] [Server thread/INFO]: Loaded 38 custom enchant names
[03:07:58] [Server thread/INFO]: Loaded 21 custom enchant names
[03:07:58] [Server thread/INFO]: Loaded 16 custom color names
[03:07:58] [Server thread/INFO]: Loaded 4 shop items
[03:07:58] [Server thread/INFO]: Loaded 1 quests for Weaponsmith
[03:07:58] [Server thread/INFO]: Loaded 1 quests for Hunter
[03:07:58] [Server thread/INFO]: Loaded 1 quests for Enchanter
[03:07:58] [Server thread/INFO]: Loaded 1 quests for Miner
[03:07:58] [Server thread/INFO]: Loaded 1 quests for Builder
[03:07:58] [Server thread/INFO]: Loaded 1 quests for Fisherman
[03:07:58] [Server thread/INFO]: Loaded 1 quests for Crafter
[03:07:58] [Server thread/INFO]: Loaded 1 quests for Brewer
[03:07:58] [Server thread/INFO]: Loaded 1 quests for Explorer
[03:07:58] [Server thread/INFO]: Loaded 1 quests for Woodcutter
[03:07:58] [Server thread/INFO]: Loaded 1 quests for Digger
[03:07:58] [Server thread/INFO]: Loaded 1 quests for Farmer
[03:07:58] [Server thread/INFO]: Loaded 12 jobs
[03:07:58] [Server thread/INFO]: Loaded 0 boosted items
[03:07:58] [Jobs-DatabaseSaveTask/INFO]: Started database save task.
[03:07:58] [Jobs-BufferedPaymentThread/INFO]: Started buffered payment thread.
[03:07:58] [Server thread/INFO]: Preloaded 9 players data in 0.0
[03:07:58] [Server thread/INFO]: WorldGuard detected.
[03:07:58] [Server thread/INFO]: Loading explorer data
[03:07:58] [Server thread/INFO]: Loaded explorer data (36) in 2 ms
[03:07:58] [Server thread/INFO]: Plugin has been enabled successfully.
[03:07:58] [Server thread/INFO]: ------------------------------------
[03:07:58] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[03:07:58] [Server thread/INFO]: 0 placeholder hook(s) registered!
[03:07:58] [Server thread/INFO]: Starting GS4 status listener
[03:07:58] [Server thread/INFO]: Thread Query Listener started
[03:07:58] [Query Listener #1/INFO]: Query running on 38.242.192.98:27265
[03:07:58] [Server thread/INFO]: Running delayed init tasks
[03:07:58] [Craft Scheduler Thread - 7 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[03:07:58] [Craft Scheduler Thread - 9 - Essentials/INFO]: [Essentials] Fetching version information...
[03:07:58] [Craft Scheduler Thread - 11 - InteractionVisualizer/INFO]: [InteractionVisualizer] Downloading and extracting latest Language files...
[03:07:58] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[03:07:58] [Server thread/INFO]: [RealisticSeasons] [STDOUT] [Spigotunlocked.com] - COSMO
[03:07:58] [Craft Scheduler Thread - 17 - stamina/INFO]: [stamina] You are running the last version of stamina :)
[03:07:58] [Craft Scheduler Thread - 20 - Weight-RPG/INFO]: [Weight-RPG]: There is no new update available.
[03:07:58] [Craft Scheduler Thread - 15 - CMILib/INFO]: New version of CMILib was detected. Please update it
[03:07:58] [Craft Scheduler Thread - 18 - LevelledMobs/INFO]: [WARN] LevelledMobs: Got exception creating version objects: Version can only contain numbers and periods
[03:07:58] [Craft Scheduler Thread - 18 - LevelledMobs/INFO]: [WARN] LevelledMobs: LevelledMobs Update Checker Notice:
[03:07:58] [Craft Scheduler Thread - 18 - LevelledMobs/INFO]: [WARN] LevelledMobs: Your LevelledMobs version is outdated! Please update to v3.11.0-b769 as soon as possible. (You're running v3.10.3)
[03:07:59] [Craft Scheduler Thread - 5 - Reforging/INFO]: [Reforging] A new update is available! Use /updatereforging to update.
[03:07:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: rs [1.0.0]
[03:07:59] [Server thread/INFO]: [RealisticSeasons] Total biomes registered on server: 249
[03:07:59] [Craft Scheduler Thread - 9 - Essentials/WARN]: [Essentials] You're 4 EssentialsX dev build(s) out of date!
[03:07:59] [Craft Scheduler Thread - 9 - Essentials/WARN]: [Essentials] Download it here: https://essentialsx.net/downloads.html
[03:07:59] [Server thread/INFO]: [Jobs] Successfully linked with Vault. (EssentialsX Economy)
[03:07:59] [Server thread/INFO]: [Magic] Vault found, 'currency' cost types available
[03:07:59] [Server thread/INFO]: [Magic] Registered currencies: item,mana,xp,health,currency,sp,levels,hunger
[03:07:59] [Craft Scheduler Thread - 11 - InteractionVisualizer/INFO]: [InteractionVisualizer] Sucessfully downloaded the latest Language files!
[03:07:59] [Craft Scheduler Thread - 12 - HeadsPluginAPI/INFO]: [com.github.cc007.headsplugin.business.services.heads.CategoryUpdaterImpl] Found categories to be updated: []
[03:07:59] [Craft Scheduler Thread - 12 - HeadsPluginAPI/INFO]: [com.github.cc007.headsplugin.business.services.ProfilerImpl] Done updating necessary categories in 0.541s.
[03:07:59] [Craft Scheduler Thread - 19 - LevelTools/INFO]: [LevelTools] No new updates found.
[03:07:59] [Server thread/INFO]: [Magic] Loaded 556 spells
[03:07:59] [Server thread/INFO]: [Magic] Loaded 12 progression paths
[03:07:59] [Server thread/INFO]: [Magic] Loaded 16 crafting recipes
[03:07:59] [Server thread/INFO]: [Magic] LogBlock not found
[03:07:59] [Server thread/INFO]: [Magic] Integrating with Essentials for vanish detection
[03:07:59] [Server thread/INFO]: [Magic] Integrating with Essentials for Recall warps
[03:07:59] [Server thread/INFO]: [Magic] Essentials found, hooked up custom item handler
[03:07:59] [Server thread/INFO]: [Magic] Factions not found
[03:07:59] [Server thread/INFO]: [Magic] WorldGuard found, will respect build permissions for construction spells
[03:07:59] [Server thread/INFO]: [Magic] Multiverse-Core found, will respect PVP settings
[03:07:59] [Server thread/INFO]: [Magic] Towny not found, region protection and pvp checks will not be used.
[03:07:59] [Server thread/INFO]: [Magic] Lockette nor LockettePro found, will not integrate.
[03:07:59] [Server thread/INFO]: [Magic] GriefPrevention not found, claim protection will not be used.
[03:07:59] [Server thread/INFO]: [Magic] NoCheatPlus not found, will not integrate.
[03:07:59] [Server thread/INFO]: [Magic] dynmap not found, not integrating.
[03:07:59] [Server thread/INFO]: [Magic] Citizens not found, Magic trait unavailable.
[03:07:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: magic [10.8.9-845a296]
[03:07:59] [Server thread/INFO]: [Magic] PlaceholderAPI integration enabled. Available placeholders:
[03:07:59] [Server thread/INFO]: [Magic] magic_path, magic_class, magic_wand, magic_spell, magic_mana, magic_mana_max, magic_sp, magic_spell_count
[03:07:59] [Server thread/INFO]: [Magic] All magic attributes also available with a magic_ prefix
[03:07:59] [Server thread/INFO]: [Magic] Add to messages/placeholders to add custom placeholders
[03:07:59] [Server thread/INFO]: [Magic] LightAPI not found, Light action will not work
[03:07:59] [Server thread/INFO]: [Magic] Loaded 0 arenas
[03:07:59] [Server thread/INFO]: [Magic] Finished loading configuration
[03:07:59] [Server thread/INFO]: [RepairGui] Info - Economy plugin: EssentialsX Economy
[03:07:59] [Server thread/INFO]: Resource pack has not changed, using hash 9h0Z6JLQXT1E6lJ8nlNICapPZJQ= (1670961805000 <= 1670961805000)
[03:07:59] [Server thread/INFO]: Done (39.195s)! For help, type "help"
[03:07:59] [Server thread/INFO]: Timings Reset
[03:07:59] [Craft Scheduler Thread - 24 - EnchantGui/INFO]: [EnchantGui] Info - Loading enchantment limit...
[03:07:59] [Craft Scheduler Thread - 19 - Vault/INFO]: [Vault] Checking for Updates ... 
[03:07:59] [Server thread/INFO]: [Magic] Finished loading data.
[03:07:59] [Craft Scheduler Thread - 10 - InteractionVisualizer/INFO]: [InteractionVisualizer] Loaded all 1 languages!
[03:07:59] [Craft Scheduler Thread - 19 - Vault/INFO]: [Vault] No new version available
[03:08:00] [Craft Scheduler Thread - 24 - EnchantGui/INFO]: [EnchantGui] config has been reloaded
[03:08:00] [Craft Scheduler Thread - 24 - EnchantGui/INFO]: [EnchantGui] Total loaded enchantments: 136
[03:08:00] [Server thread/INFO]: [BloodNight] Executing cleanup task on startup.
[03:08:00] [Server thread/INFO]: [BloodNight] Removed 0 hanging boss bars.
[03:08:00] [Server thread/INFO]: [BloodNight] Night manager initialized.
[03:08:00] [Craft Scheduler Thread - 10 - BetterRevive/INFO]: [BetterRevive] Checking for updates...
[03:08:00] [Craft Scheduler Thread - 10 - BetterRevive/INFO]: [BetterRevive] Plugin up-to-date! You have the latest version!
[03:08:01] [Craft Scheduler Thread - 21 - BloodNight/INFO]: [BloodNight] §2New version of §6BloodNight§2 available.
[03:08:01] [Craft Scheduler Thread - 21 - BloodNight/INFO]: [BloodNight] §2Newest version: §30.11.2! Current version: §c0.11.3§2!
[03:08:01] [Craft Scheduler Thread - 21 - BloodNight/INFO]: [BloodNight] §2Download new version here: §6https://www.spigotmc.org/resources/85095
[03:10:23] [User Authenticator #0/INFO]: UUID of player MCFrameworks is c8a4dbca-f1e9-416e-a5dc-1d88de7cc75a
[03:10:23] [Server thread/INFO]: [Thirst] Adding player MCFrameworks with thirst 96
[03:10:23] [Server thread/INFO]: MCFrameworks joined the game
[03:10:23] [Server thread/INFO]: MCFrameworks[/5.231.128.100:58700] logged in with entity id 406 at ([Survival]214.72626457352965, 70.0, -783.250008998986)
[03:10:24] [Netty Epoll Server IO #3/ERROR]: Packet encoding of packet ID 82 threw (skippable? false)
java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "trackedValues" is null
	at net.minecraft.network.protocol.game.ClientboundSetEntityDataPacket.pack(ClientboundSetEntityDataPacket.java:17) ~[?:?]
	at net.minecraft.network.protocol.game.ClientboundSetEntityDataPacket.write(ClientboundSetEntityDataPacket.java:38) ~[?:?]
	at net.minecraft.network.PacketEncoder.encode(PacketEncoder.java:41) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.network.PacketEncoder.encode(PacketEncoder.java:14) ~[paper-1.20.1.jar:git-Paper-97]
	at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107) ~[netty-codec-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:120) ~[netty-codec-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:113) ~[netty-codec-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.ChannelDuplexHandler.write(ChannelDuplexHandler.java:115) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at hu.montlikadani.v1_20_R1.V1_20_R1$PacketReceivingListener.write(V1_20_R1.java:466) ~[TabList-bukkit-v5.7.3.jar:?]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:879) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:940) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:966) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:934) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1020) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:311) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:227) ~[ProtocolLib.jar:?]
	at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:233) ~[ProtocolLib.jar:?]
	at net.minecraft.network.Connection.doSendPacket(Connection.java:476) ~[?:?]
	at net.minecraft.network.Connection.lambda$sendPacket$11(Connection.java:450) ~[?:?]
	at com.comphenix.protocol.injector.netty.channel.NettyEventLoopProxy.lambda$proxyRunnable$2(NettyEventLoopProxy.java:48) ~[ProtocolLib.jar:?]
	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:167) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:403) ~[netty-transport-classes-epoll-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
	at java.lang.Thread.run(Unknown Source) ~[?:?]
[03:10:24] [Netty Epoll Server IO #3/ERROR]: Packet encoding of packet ID 82 threw (skippable? false)
java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "trackedValues" is null
	at net.minecraft.network.protocol.game.ClientboundSetEntityDataPacket.pack(ClientboundSetEntityDataPacket.java:17) ~[?:?]
	at net.minecraft.network.protocol.game.ClientboundSetEntityDataPacket.write(ClientboundSetEntityDataPacket.java:38) ~[?:?]
	at net.minecraft.network.PacketEncoder.encode(PacketEncoder.java:41) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.network.PacketEncoder.encode(PacketEncoder.java:14) ~[paper-1.20.1.jar:git-Paper-97]
	at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107) ~[netty-codec-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:120) ~[netty-codec-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:113) ~[netty-codec-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.ChannelDuplexHandler.write(ChannelDuplexHandler.java:115) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at hu.montlikadani.v1_20_R1.V1_20_R1$PacketReceivingListener.write(V1_20_R1.java:466) ~[TabList-bukkit-v5.7.3.jar:?]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:879) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:940) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:966) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:934) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1020) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:311) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:227) ~[ProtocolLib.jar:?]
	at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:233) ~[ProtocolLib.jar:?]
	at net.minecraft.network.Connection.doSendPacket(Connection.java:476) ~[?:?]
	at net.minecraft.network.Connection.lambda$sendPacket$11(Connection.java:450) ~[?:?]
	at com.comphenix.protocol.injector.netty.channel.NettyEventLoopProxy.lambda$proxyRunnable$2(NettyEventLoopProxy.java:48) ~[ProtocolLib.jar:?]
	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:167) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:403) ~[netty-transport-classes-epoll-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
	at java.lang.Thread.run(Unknown Source) ~[?:?]
[03:10:24] [Server thread/INFO]: MCFrameworks lost connection: Internal Exception: io.netty.handler.codec.EncoderException: java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "trackedValues" is null
[03:10:24] [Server thread/INFO]: [Thirst] Saving player MCFrameworks
[03:10:24] [Server thread/INFO]: MCFrameworks left the game
[03:10:29] [User Authenticator #0/INFO]: UUID of player MCFrameworks is c8a4dbca-f1e9-416e-a5dc-1d88de7cc75a
[03:10:29] [Server thread/INFO]: [Thirst] Adding player MCFrameworks with thirst 96
[03:10:29] [Server thread/INFO]: MCFrameworks joined the game
[03:10:29] [Server thread/INFO]: MCFrameworks[/5.231.128.100:58706] logged in with entity id 707 at ([Survival]214.72626457352965, 70.0, -783.250008998986)
[03:10:47] [Netty Epoll Server IO #0/ERROR]: Packet encoding of packet ID 82 threw (skippable? false)
java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "trackedValues" is null
	at net.minecraft.network.protocol.game.ClientboundSetEntityDataPacket.pack(ClientboundSetEntityDataPacket.java:17) ~[?:?]
	at net.minecraft.network.protocol.game.ClientboundSetEntityDataPacket.write(ClientboundSetEntityDataPacket.java:38) ~[?:?]
	at net.minecraft.network.PacketEncoder.encode(PacketEncoder.java:41) ~[paper-1.20.1.jar:git-Paper-97]
	at net.minecraft.network.PacketEncoder.encode(PacketEncoder.java:14) ~[paper-1.20.1.jar:git-Paper-97]
	at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107) ~[netty-codec-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:120) ~[netty-codec-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:113) ~[netty-codec-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.ChannelDuplexHandler.write(ChannelDuplexHandler.java:115) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at hu.montlikadani.v1_20_R1.V1_20_R1$PacketReceivingListener.write(V1_20_R1.java:466) ~[TabList-bukkit-v5.7.3.jar:?]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:879) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:940) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:966) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:934) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1020) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:311) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
	at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:227) ~[ProtocolLib.jar:?]
	at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:233) ~[ProtocolLib.jar:?]
	at net.minecraft.network.Connection.doSendPacket(Connection.java:476) ~[?:?]
	at net.minecraft.network.Connection.lambda$sendPacket$11(Connection.java:450) ~[?:?]
	at com.comphenix.protocol.injector.netty.channel.NettyEventLoopProxy.lambda$proxyRunnable$2(NettyEventLoopProxy.java:48) ~[ProtocolLib.jar:?]
	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:167) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:403) ~[netty-transport-classes-epoll-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
	at java.lang.Thread.run(Unknown Source) ~[?:?]
[03:10:47] [Server thread/INFO]: MCFrameworks lost connection: Internal Exception: io.netty.handler.codec.EncoderException: java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "trackedValues" is null
#Lost connection here
#------------------------------------------------------------------------------------------------------------------------------------------
[03:10:47] [Server thread/INFO]: [Thirst] Saving player MCFrameworks
[03:10:47] [Server thread/INFO]: MCFrameworks left the game
[03:11:10] [Server thread/INFO]: [Magic] Server is shutting down, closing all wand inventories
[03:11:10] [Server thread/INFO]: Stopping the server
[03:11:11] [Server thread/INFO]: Stopping server
[03:11:11] [Server thread/INFO]: [Jobs] Disabling Jobs v5.2.0.0
[03:11:11] [Server thread/INFO]: ------------- Jobs -------------
[03:11:11] [Jobs-DatabaseSaveTask/INFO]: Database save task shutdown!
[03:11:11] [Jobs-BufferedPaymentThread/INFO]: Buffered payment thread shutdown.
[03:11:11] [Server thread/INFO]: ------------------------------------
[03:11:11] [Server thread/INFO]: [CommandSigns] Disabling CommandSigns v2.2.0
[03:11:11] [Server thread/INFO]: [VillagerMarket] Disabling VillagerMarket v1.11.6
[03:11:11] [Server thread/INFO]: [HeadsInventory] Disabling HeadsInventory v1.11.1
[03:11:11] [Server thread/INFO]: [Graves] Disabling Graves v4.9
[03:11:11] [Server thread/INFO]: [BloodNight] Disabling BloodNight v0.11.3
[03:11:11] [Server thread/INFO]: [BloodNight] Shutting down night manager.
[03:11:11] [Server thread/INFO]: [BloodNight] Resolving blood nights.
[03:11:11] [Server thread/INFO]: [BloodNight] Night manager shutdown successful.
[03:11:11] [Server thread/INFO]: [BloodNight] Hooks shutting down.
[03:11:11] [Server thread/INFO]: [BloodNight] Blood Night disabled!
[03:11:11] [Server thread/INFO]: [BattleTraining] Disabling BattleTraining v1.7 (1.13+)
[03:11:11] [Server thread/INFO]: [StellaEnchants] Disabling StellaEnchants v1.0-SNAPSHOT
[03:11:11] [Server thread/INFO]: [Thirst] Disabling Thirst v2.14.0
[03:11:11] [Server thread/INFO]: [Thirst] Saving players to file
[03:11:11] [Server thread/INFO]: [stamina] Disabling stamina v5.0.0
[03:11:11] [Server thread/INFO]: [KillAnnouncerPlugin] Disabling KillAnnouncerPlugin v1.2
[03:11:11] [Server thread/INFO]: [BossLand] Disabling BossLand v0.8
[03:11:11] [Server thread/INFO]: [BloodyMess] Disabling BloodyMess v0.0.3
[03:11:11] [Server thread/INFO]: [StoneDamager] Disabling StoneDamager v1.2-SNAPSHOT
[03:11:11] [Server thread/INFO]: [MobArena] Disabling MobArena v0.107
[03:11:11] [Server thread/INFO]: [Colored Signs] Disabling ColoredSigns v6.2.1.212
[03:11:11] [Server thread/INFO]: &cColored Signs is now disabled!
[03:11:11] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.20.1-dev+33-58eea17
[03:11:11] [Server thread/INFO]: [BetterRevive] Disabling BetterRevive v0.9.1-BETA
[03:11:11] [Server thread/INFO]:  
[03:11:11] [Server thread/INFO]: [BetterRevive] Plugin has been disabled!
[03:11:11] [Server thread/INFO]: [BetterRevive] Thank you for using my plugin!
[03:11:11] [Server thread/INFO]:  
[03:11:11] [Server thread/INFO]: [TabList] Disabling TabList v5.7.3
[03:11:11] [Server thread/INFO]: [FancyPhysics] Disabling FancyPhysics v2.4
[03:11:11] [Server thread/INFO]: [EnchantGui] Disabling EnchantGui v3.8.2
[03:11:11] [Server thread/INFO]: [LevelledMobs] Disabling LevelledMobs v3.10.3 b763
[03:11:11] [Server thread/INFO]: LevelledMobs: Tasks: Stopping async nametag auto update task...
[03:11:11] [Server thread/INFO]: LevelledMobs: Tasks: Shutting down other async tasks...
[03:11:11] [Server thread/INFO]: LevelledMobs: Shut-down complete (took 1ms)
[03:11:11] [Server thread/INFO]: [RepairGui] Disabling RepairGui v6.7.3
[03:11:11] [Server thread/INFO]: [Reforging] Disabling Reforging v5.7.0
[03:11:11] [Server thread/INFO]: [LiteFish] Disabling LiteFish v1.4.5
[03:11:11] [Server thread/INFO]: [WorldEditGUI] Disabling WorldEditGUI v1.3
[03:11:11] [Server thread/INFO]: [LevelTools] Disabling LevelTools v1.3.5
[03:11:11] [Craft Scheduler Thread - 7 - LevelledMobs/INFO]: LevelledMobs: Nametag update queue Manager has exited
[03:11:11] [Server thread/INFO]: [LevelTools] Successfully stopped LevelTools v1.3.5.
[03:11:11] [Server thread/INFO]: [BetterSleeping4] Disabling BetterSleeping4 v4.0.2
[03:11:11] [Server thread/INFO]: [3DItems] Disabling 3DItems v1.8.3
[03:11:11] [Server thread/INFO]: [HeadHunter] Disabling HeadHunter v2.8.4
[03:11:11] [Server thread/INFO]: [DeadlyDisasters] Disabling DeadlyDisasters v10.5
[03:11:11] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.20.1-dev+33-58eea17
[03:11:11] [Server thread/INFO]: [TakeAim] Disabling TakeAim v0.4.3
[03:11:11] [Server thread/INFO]: [TakeAim] Plugin disabled
[03:11:11] [Server thread/INFO]: [Weight-RPG] Disabling Weight-RPG v2.14
[03:11:11] [Server thread/INFO]: [ExcellentEnchants] Disabling ExcellentEnchants v3.5.1
[03:11:11] [Server thread/INFO]: [CMILib] Disabling CMILib v1.4.0.1
[03:11:11] [Server thread/INFO]: [HeadsPluginAPI] Disabling HeadsPluginAPI v3.2.0
[03:11:11] [Craft Scheduler Thread - 13 - LevelledMobs/INFO]: LevelledMobs: Mob processing queue Manager has exited
[03:11:12] [Server thread/INFO]: [Magic] Disabling Magic v10.8.9-845a296
[03:11:12] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion magic
[03:11:12] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin Magic was disabled.
[03:11:12] [Server thread/INFO]: [AdvancedEnchantments] Disabling AdvancedEnchantments v9.3.1
[03:11:12] [Server thread/INFO]: [NBTAPI] Disabling NBTAPI v2.11.3
[03:11:12] [Server thread/INFO]: [InteractionVisualizer] Disabling InteractionVisualizer v1.18.6.4
[03:11:12] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion interactionvisualizer
[03:11:12] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin InteractionVisualizer was disabled.
[03:11:12] [Server thread/INFO]: [InteractionVisualizer] Saving player preferences bitmask index, do not halt the server.
[03:11:12] [Server thread/INFO]: [InteractionVisualizer] InteractionVisualizer has been disabled!
[03:11:12] [Server thread/INFO]: [RealisticSeasons] Disabling RealisticSeasons v10.5.8
[03:11:12] [Server thread/INFO]: [NexEngine] Disabling NexEngine v2.2.11
[03:11:12] [Server thread/INFO]: [Essentials] Disabling Essentials v2.20.1-dev+33-58eea17
[03:11:12] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
[03:11:12] [Server thread/INFO]: [ViaBackwards] Disabling ViaBackwards v4.7.0
[03:11:12] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.3
[03:11:12] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v5.0.0
[03:11:12] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.9-beta1+2249-223b80c
[03:11:12] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
[03:11:12] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v4.3.1-b861
[03:11:12] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.2.15+6463-5ca4dff
[03:11:12] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[03:11:12] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
[03:11:12] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.40
[03:11:12] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
[03:11:12] [Server thread/INFO]: [LuckPerms] Closing storage...
[03:11:12] [Server thread/INFO]: [LuckPerms] Goodbye!
[03:11:12] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.7.0
[03:11:12] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
[03:11:12] [Server thread/INFO]: Saving players
[03:11:12] [Server thread/INFO]: Saving worlds
[03:11:12] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Spawn]'/minecraft:overworld
[03:11:12] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'Spawn'
[03:11:12] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'Spawn'
[03:11:12] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'Spawn'
[03:11:12] [Server thread/INFO]: [ChunkHolderManager] Saved 529 block chunks, 529 entity chunks, 0 poi chunks in world 'Spawn' in 0.14s
[03:11:12] [Server thread/INFO]: ThreadedAnvilChunkStorage (Spawn): All chunks are saved
[03:11:12] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Spawn_nether]'/minecraft:the_nether
[03:11:12] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'Spawn_nether'
[03:11:12] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'Spawn_nether'
[03:11:12] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'Spawn_nether'
[03:11:13] [Server thread/INFO]: [ChunkHolderManager] Saved 2660 block chunks, 547 entity chunks, 0 poi chunks in world 'Spawn_nether' in 1.04s
[03:11:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[03:11:14] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Spawn_the_end]'/minecraft:the_end
[03:11:14] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'Spawn_the_end'
[03:11:14] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'Spawn_the_end'
[03:11:14] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'Spawn_the_end'
[03:11:14] [Server thread/INFO]: [ChunkHolderManager] Saved 2025 block chunks, 529 entity chunks, 0 poi chunks in world 'Spawn_the_end' in 0.27s
[03:11:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[03:11:14] [Server thread/INFO]: Saving chunks for level 'ServerLevel[MobArena]'/minecraft:mobarena
[03:11:14] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'MobArena'
[03:11:14] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'MobArena'
[03:11:14] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'MobArena'
[03:11:14] [Server thread/INFO]: [ChunkHolderManager] Saved 529 block chunks, 529 entity chunks, 0 poi chunks in world 'MobArena' in 0.11s
[03:11:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (MobArena): All chunks are saved
[03:11:14] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Test]'/minecraft:test
[03:11:14] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'Test'
[03:11:14] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'Test'
[03:11:14] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'Test'
[03:11:15] [Server thread/INFO]: [ChunkHolderManager] Saved 529 block chunks, 529 entity chunks, 0 poi chunks in world 'Test' in 0.57s
[03:11:15] [Server thread/INFO]: ThreadedAnvilChunkStorage (Test): All chunks are saved
[03:11:15] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Survival]'/minecraft:survival
[03:11:15] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'Survival'
[03:11:15] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'Survival'
[03:11:15] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'Survival'
[03:11:15] [Server thread/INFO]: [ChunkHolderManager] Saved 529 block chunks, 529 entity chunks, 0 poi chunks in world 'Survival' in 0.63s
[03:11:15] [Server thread/INFO]: ThreadedAnvilChunkStorage (Survival): All chunks are saved
[03:11:15] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[03:11:15] [Server thread/INFO]: Flushing Chunk IO
[03:11:15] [Server thread/INFO]: Closing Thread Pool
[03:11:15] [Server thread/INFO]: Closing Server