ChestShop-authors / ChestShop-3

ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
https://dev.bukkit.org/projects/chestshop
GNU Lesser General Public License v2.1
275 stars 176 forks source link

Cannot tick distance manager while unloading playerchunks #473

Closed KMacArthur closed 3 years ago

KMacArthur commented 3 years ago

What is happening?

Occasionally the console will flood with Serverthread/ERROR related to ChestShop. I don't know what the source of this issue may be as to me it seems somewhat random.

Currently only one player has a chestshop on the server and frequently when the error appears no one is near it.

I've attached a text file with just the error that shows up in the log (to make it easier find).

ChestShopLog.txt

What did you expect to happen?

I don't expect there to be errors from ChestShop

Plugin Version

3.12.1-SNAPSHOT (build 320)

Plugin Config

Config ```yaml # Should the plugin log some messages that are useful for debugging? DEBUG: false # Do you want to turn off the automatic updates of ChestShop? TURN_OFF_UPDATES: false # Do you want to turn off the automatic notifications for new development builds? TURN_OFF_DEV_UPDATE_NOTIFIER: false # Do you want to include some values of this config in the metrics? (This will not leak sensitive data but help in the development process) INCLUDE_SETTINGS_IN_METRICS: true # How large should the internal caches be? CACHE_SIZE: 1000 # The default language when the client's language can't be found. DEFAULT_LANGUAGE: "en" # Should the plugin try to use a language file that matches the client's locale setting? USE_CLIENT_LOCALE: true # What containers are allowed to hold a shop? (Only blocks with inventories work!) SHOP_CONTAINERS: - "CHEST" - "TRAPPED_CHEST" # (In 1/1000th of a second) How often can a player use the shop sign? SHOP_INTERACTION_INTERVAL: 250 # Do you want to block people in creative mode from using shops? IGNORE_CREATIVE_MODE: true # Do you want to block people who have access to a shop due to their permissions from using it? (owners are always ignored) IGNORE_ACCESS_PERMS: true # If true, people will buy with left-click and sell with right-click. REVERSE_BUTTONS: false # If true, people will be able to buy/sell in 64 stacks while holding the crouch button. SHIFT_SELLS_IN_STACKS: false # If true, people will be able to sell/buy everything available of the same type. SHIFT_SELLS_EVERYTHING: false # What can you do by clicking shift with SHIFT_SELLS_IN_STACKS turned on? (ALL/BUY/SELL) SHIFT_ALLOWS: "ALL" # Can shop's chest be opened by owner with right-clicking a shop's sign? ALLOW_SIGN_CHEST_OPEN: false # If true, when you left-click your own shop sign you won't open chest's inventory, but instead you will start destroying the sign. ALLOW_LEFT_CLICK_DESTROYING: true # If true, if the shop is empty, the sign is destroyed and put into the chest, so the shop isn't usable anymore. REMOVE_EMPTY_SHOPS: false # If true, if the REMOVE_EMPTY_SHOPS option is turned on, the chest is also destroyed. REMOVE_EMPTY_CHESTS: false # A list of worlds in which to remove empty shops with the previous config. Case sensitive. An empty list means all worlds. REMOVE_EMPTY_WORLDS: - "world1" - "world2" # First line of your Admin Shop's sign should look like this: ADMIN_SHOP_NAME: "Server Shop" # Make all admin shops be unlimited even if they have a shop container at the sign FORCE_UNLIMITED_ADMIN_SHOP: false # The name of the economy account which Admin Shops should use and to which all taxes will go SERVER_ECONOMY_ACCOUNT: "" # The uuid of the economy account for the Admin Shop. Useful for fake accounts as normally only accounts of players work SERVER_ECONOMY_ACCOUNT_UUID: 00000000-0000-0000-0000-000000000000 # Percent of the price that should go to the server's account. (100 = 100 percent) TAX_AMOUNT: 0 # Percent of the price that should go to the server's account when buying from an Admin Shop. SERVER_TAX_AMOUNT: 0 # Amount of money player must pay to create a shop SHOP_CREATION_PRICE: 0 # How much money do you get back when destroying a sign? SHOP_REFUND_PRICE: 0 # How many decimal places are allowed at a maximum for prices? PRICE_PRECISION: 0 # This makes sure that the UUIDs of player shop accounts match the server's online-mode setting. Disabling this might lead to issues with offline players and is therefore unsupported! ENSURE_CORRECT_PLAYERID: true # This regexp validates the name of the player. If the name doesn't match, the player will neither be able to create a valid shop sign, nor buy/sell from a shop. # Note for Bedrock support: If you have Floodgate on your server, you should set this regexp to ^\\*?\\w+$ and ENSURE_CORRECT_PLAYERID to false # If your Floodgate prefix is not *, change the first * in the regexp (the one before the question mark) to whatever your prefix is. VALID_PLAYERNAME_REGEXP: "^\\w+$" # Should we block shops that sell things for more than they buy? (This prevents newbies from creating shops that would be exploited) BLOCK_SHOPS_WITH_SELL_PRICE_HIGHER_THAN_BUY_PRICE: true # Maximum amount of items that can be bought/sold at a shop. Default 3456 is a double chest of 64 stacks. MAX_SHOP_AMOUNT: 3456 # Do you want to allow other players to build a shop on a block where there's one already? ALLOW_MULTIPLE_SHOPS_AT_ONE_BLOCK: false # Can shops be used even when the buyer/seller doesn't have enough items, space or money? (The price will be scaled adequately to the item amount) ALLOW_PARTIAL_TRANSACTIONS: true # Can '?' be put in place of item name in order for the sign to be auto-filled? ALLOW_AUTO_ITEM_FILL: true # Enable this if you use BungeeCord and want players to receive shop notifications on other servers BUNGEECORD_MESSAGES: false # Do you want to show "Out of stock" messages? SHOW_MESSAGE_OUT_OF_STOCK: true # Do you want to show "Full shop" messages? SHOW_MESSAGE_FULL_SHOP: true # How many seconds do you want to wait before showing notifications for the same shop to the owner again? NOTIFICATION_MESSAGE_COOLDOWN: 10 # Can players hide the "Out of stock" messages with /cstoggle? CSTOGGLE_TOGGLES_OUT_OF_STOCK: false # Can players hide the "Full shop" messages with /cstoggle? CSTOGGLE_TOGGLES_FULL_SHOP: false # Do you want to show "You bought/sold... " messages? SHOW_TRANSACTION_INFORMATION_CLIENT: true # Do you want to show "Somebody bought/sold... " messages? SHOW_TRANSACTION_INFORMATION_OWNER: true # If true, plugin will log transactions in its own file LOG_TO_FILE: true # Do you want ChestShop's messages to show up in console? LOG_TO_CONSOLE: true # Should all shop removals be logged to the console? LOG_ALL_SHOP_REMOVALS: true # Do you want to stack all items up to 64 item stacks? STACK_TO_64: false # Do you want to use built-in protection against chest destruction? USE_BUILT_IN_PROTECTION: true # Do you want to have shop signs "stick" to chests? STICK_SIGNS_TO_CHESTS: false # EXPERIMENTAL: Do you want to turn off the default protection when another plugin is protecting the block? (Will leave the chest visually open - CraftBukkit bug!) TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY: false # Do you want to turn off the default sign protection? Warning! Other players will be able to destroy other people's shops! TURN_OFF_SIGN_PROTECTION: false # Do you want to disable the hopper protection, which prevents Hopper-Minecarts from taking items out of shops? TURN_OFF_HOPPER_PROTECTION: false # Only allow users to buy/sell that have access to the sign's protection? (E.g. LWC protection) CHECK_ACCESS_FOR_SHOP_USE: false # Do you want to protect shop chests with LWC? PROTECT_CHEST_WITH_LWC: false # Of which type should the container protection be? Possible type: public, private, donate and on some LWC versions display LWC_CHEST_PROTECTION_TYPE: "PRIVATE" # Do you want to protect shop signs with LWC? PROTECT_SIGN_WITH_LWC: false # Of which type should the sign protection be? Possible type: public, private, donate and on some LWC versions display LWC_SIGN_PROTECTION_TYPE: "PRIVATE" # Should the chest's LWC protection be removed once the shop sign is destroyed? REMOVE_LWC_PROTECTION_AUTOMATICALLY: true # Should LWC limits block shop creations? LWC_LIMITS_BLOCK_CREATION: true # Do you want to only let people build inside WorldGuard regions? WORLDGUARD_INTEGRATION: true # Do you want to only let people build inside region flagged by doing /region regionName flag allow-shop allow? WORLDGUARD_USE_FLAG: true # Do you want ChestShop to respect WorldGuard's chest protection? WORLDGUARD_USE_PROTECTION: false # Do you want to only let people build inside GriefPrevention claims? GRIEFPREVENTION_INTEGRATION: false # Do you want to only let people build inside RedProtect regions? REDPROTECT_INTEGRATION: false # Do you want to deny shop access to unlogged users? AUTHME_HOOK: true # Do you want to allow shop access to unregistered users? (Example: registration is optional) AUTHME_ALLOW_UNREGISTERED: false # How much Heroes exp should people get for creating a ChestShop? HEROES_EXP: 100.0 # Add icons and make item names hoverable in transaction messages when ShowItem is installed? SHOWITEM_MESSAGE: true # Add stock counter to quantity line? USE_STOCK_COUNTER: false ```

Server Version

Paper version git-Paper-237 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 05cb10c)

Server Log

Log ``` [05:00:41] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [05:00:41] [main/INFO]: Reloading ResourceManager: Default, bukkit, VanillaTweaks_c747267.zip, cauldron concrete v2.0.3.zip, double shulker shells v1.3.0.zip, unlock all recipes v2.0.1.zip, NoTreasureMap.zip, more mob heads v2.9.2.zip, death-pos-v1-1.zip [05:00:42] [Worker-Main-2/INFO]: Loaded 7 recipes [05:00:42] [Worker-Main-2/WARN]: Found validation problem in {minecraft:entities/ender_dragon}.pools[0].entries[0]: Unknown loot table called minecraft:entities/reference/extra/ender_dragon [05:00:43] [Server thread/INFO]: Starting minecraft server version 1.17.1 [05:00:43] [Server thread/INFO]: Loading properties [05:00:43] [Server thread/INFO]: This server is running Paper version git-Paper-237 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 05cb10c) [05:00:43] [Server thread/INFO]: Debug logging is disabled [05:00:43] [Server thread/INFO]: Server Ping Player Sample Count: 12 [05:00:43] [Server thread/INFO]: Using 4 threads for Netty based IO [05:00:43] [Server thread/INFO]: Default game type: SURVIVAL [05:00:43] [Server thread/INFO]: Generating keypair [05:00:43] [Server thread/INFO]: Starting Minecraft server on 127.0.0.1:25566 [05:00:43] [Server thread/INFO]: Using epoll channel type [05:00:43] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity. [05:00:43] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity. [05:00:44] [Server thread/ERROR]: [[STDERR] ] org.bukkit.craftbukkit.v1_17_R1.legacy.CraftLegacy Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug! [05:00:48] [Server thread/WARN]: Legacy plugin CustomItems v9.11 does not specify an api-version. [05:00:48] [Server thread/WARN]: Legacy plugin MultiChat v1.9.6 does not specify an api-version. [05:00:48] [Server thread/INFO]: [Oh The Dungeons Youll Go] MC Version: 1.17 [05:00:48] [Server thread/INFO]: {"loots":["JUNK","ENCHANTBONUS","MUSIC","SPECIAL","BLOCK","POTION","BREWING","ARMOUR","REWARD","TOOL","WEAPON","FOOD","ENCHANTBOOK","SUPPLY","SMITHY","ORE"],"extra_ItemSpecialty":true,"extra_ItemEnchBook":true} [05:00:48] [Server thread/WARN]: Legacy plugin TPPets v2.2.1 does not specify an api-version. [05:00:48] [Server thread/WARN]: Legacy plugin Dynmap-WorldGuard v1.2 does not specify an api-version. [05:00:48] [Server thread/INFO]: [PremiumVanish] Loading 1 libraries... please wait [05:00:48] [Server thread/INFO]: [PremiumVanish] Loaded library /var/opt/minecraft/mcMain/libraries/mysql/mysql-connector-java/8.0.20/mysql-connector-java-8.0.20.jar [05:00:48] [Server thread/INFO]: [PremiumVanish] Loaded library /var/opt/minecraft/mcMain/libraries/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar [05:00:49] [Server thread/INFO]: [AltDetector] Loading AltDetector v1.1 [05:00:49] [Server thread/INFO]: [BlockLocker] Loading BlockLocker v1.10.1 [05:00:49] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.10 [05:00:49] [Server thread/INFO]: [ArmoredElytra] Loading ArmoredElytra v2.4.14 [05:00:49] [Server thread/INFO]: [KnokkoCore] Loading KnokkoCore v1.17 1 [05:00:49] [Server thread/INFO]: [ConsoleSpamFix] Loading ConsoleSpamFix v1.8.6 [05:00:49] [Server thread/INFO]: [ServerUtils] Loading ServerUtils v3.0.0 [05:00:49] [Server thread/INFO]: [KixsChatAnnouncer] Loading KixsChatAnnouncer v7.2-RELEASE [05:00:49] [Server thread/INFO]: [NBTAPI] Loading NBTAPI v2.8.0 [05:00:49] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_17_R1! Trying to find NMS support [05:00:49] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_17_R1' loaded! [05:00:49] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson [05:00:49] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'AltDetector' to create a bStats instance! [05:00:49] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.3.50 [05:00:49] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.1.8 [05:00:49] [Server thread/INFO]: [JetsAntiAFKPro] Loading JetsAntiAFKPro v3.4.4 [05:00:49] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.7.1-SNAPSHOT-b531 [05:00:49] [Thread-10/INFO]: [NBTAPI] [NBTAPI] The NBT-API seems to be up-to-date! [05:00:50] [Server thread/INFO]: [NoNetherFun] Loading NoNetherFun ve7cb12a [05:00:50] [Server thread/INFO]: [UberEnchant] Loading UberEnchant v8.9.3 [05:00:50] [Server thread/INFO]: [SignEdit] Loading SignEdit v1.13.1 [05:00:50] [Server thread/INFO]: [Minepacks] Loading Minepacks v2.4.2-Release [05:00:50] [Server thread/INFO]: [Minepacks] PCGF-PluginLib not installed. Switching to standalone mode! [05:00:50] [Server thread/INFO]: [ImageOnMap] Loading ImageOnMap v4.1.2 [05:00:50] [Server thread/INFO]: [InteractiveBooks] Loading InteractiveBooks v1.5.6 [05:00:50] [Server thread/INFO]: [CustomItems] Loading CustomItems v9.11 [05:00:50] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131 [05:00:50] [Server thread/INFO]: [ResourceWorld] Loading ResourceWorld v1.9.4 [05:00:50] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.17.1-v2 [05:00:52] [Server thread/WARN]: [REFLECTION] Requirement was not found in net.minecraft.world.level.entity.EntityTickList: [05:00:52] [Server thread/WARN]: [REFLECTION] Failed to find field private it.unimi.dsi.fastutil.ints.Int2ObjectMap active:a; - Alternatives: [05:00:52] [Server thread/WARN]: [REFLECTION] - private final io.papermc.paper.util.maplist.IteratorSafeOrderedReferenceSet entities; [05:00:52] [Server thread/WARN]: [REFLECTION] Requirement was not found in net.minecraft.world.level.entity.EntityTickList: [05:00:52] [Server thread/WARN]: [REFLECTION] Failed to find field private it.unimi.dsi.fastutil.ints.Int2ObjectMap passive:b; - Alternatives: [05:00:52] [Server thread/WARN]: [REFLECTION] - private final io.papermc.paper.util.maplist.IteratorSafeOrderedReferenceSet entities; [05:00:53] [Server thread/WARN]: You have enabled permission-based Anti-Xray checking - depending on your permission plugin, this may cause performance issues [05:00:56] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.9 [05:00:56] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.1 [05:00:56] [Server thread/INFO]: [PetMaster] Loading PetMaster v1.12.2 [05:00:56] [Server thread/INFO]: [LagAssist] Loading LagAssist v2.24.1 [05:00:56] [Server thread/INFO]: [dynmap] Loading dynmap v3.2-beta-3-514 [05:00:56] [Server thread/INFO]: [dynmap] version=git-Paper-237 (MC: 1.17.1) [05:00:56] [Server thread/INFO]: [dynmap] Mod Support API available [05:00:56] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.3.0-SNAPSHOT+5918-38b3773 [05:00:56] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@73e93115] [05:00:56] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.0-dev+254-69850d8 [05:00:56] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v2.4.2 [05:00:56] [Server thread/INFO]: [Elevator] Loading Elevator v3.11.4 [05:00:56] [Server thread/INFO]: [LightCleaner] Loading LightCleaner v1.17.1-v1 [05:00:56] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.14.1 [05:00:56] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.0-b846 [05:00:56] [Server thread/INFO]: [MultiChat] Loading MultiChat v1.9.6 [05:00:56] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.19.0-dev+254-69850d8 [05:00:56] [Server thread/INFO]: [TAB] Loading TAB v2.9.2 [05:00:56] [Server thread/INFO]: [Chunky] Loading Chunky v1.2.86 [05:00:56] [Server thread/INFO]: [Oh_the_dungeons_youll_go] Loading Oh_the_dungeons_youll_go v15.4 [05:00:56] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.6-SNAPSHOT+2150-5a6b6eb [05:00:56] [Server thread/INFO]: [BetterSleeping4] Loading BetterSleeping4 v4.0.0 [05:00:56] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.19.0-dev+254-69850d8 [05:00:56] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.19.0-dev+254-69850d8 [05:00:56] [Server thread/INFO]: [RandomTeleport] Loading RandomTeleport v2.1.0.113 [05:00:56] [Server thread/INFO]: [TPPets] Loading TPPets v2.2.1 [05:00:56] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.19.0-dev+254-69850d8 [05:00:56] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v20.1 [05:00:56] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.5-SNAPSHOT [05:00:56] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.6.3#CUSTOM [05:00:56] [Server thread/INFO]: [WorldEditSUI] Loading WorldEditSUI v1.7.1 [05:00:56] [Server thread/INFO]: [Autorank] Loading Autorank v4.5.1 [05:00:56] [Server thread/INFO]: [ExtraContexts] Loading ExtraContexts v2.0-SNAPSHOT [05:00:56] [Server thread/INFO]: [Dynmap-WorldGuard] Loading Dynmap-WorldGuard v1.2 [05:00:56] [Server thread/INFO]: [Landlord] Loading Landlord v4.351 [05:00:56] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.12.1-SNAPSHOT (build 320) [05:00:56] [Server thread/INFO]: [ChestShop] BlockLocker version 1.10.1 loaded. [05:00:56] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.6-SNAPSHOT+2150-5a6b6eb loaded. [05:00:56] [Server thread/INFO]: [ArmorStandTools] Loading ArmorStandTools v4.1.1 [05:00:56] [Server thread/INFO]: [ArmorStandTools] Registered custom WorldGuard flag: ast [05:00:56] [Server thread/INFO]: [UltimateChairs] Loading UltimateChairs v1.3.2 [05:00:56] [Server thread/INFO]: [UltimateChairs] Registered WorldGuard flag 'allow-chair-sitting'. [05:00:56] [Server thread/INFO]: [Landlord-DynMap] Loading Landlord-DynMap v1.5.5 [05:00:56] [Server thread/INFO]: [ChestShopNotifier] Loading ChestShopNotifier v1.3.3 (build 51) [05:00:56] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.13.3 [05:00:56] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (191 ms) [05:00:56] [Server thread/INFO]: [Shopkeepers] Loading config. [05:00:56] [Server thread/INFO]: [Shopkeepers] Loading language file: language-en-default.yml [05:00:56] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'. [05:00:56] [Server thread/INFO]: [Shopkeepers] Couldn't register WorldGuard flag 'allow-shop': A flag already exists by the name allow-shop [05:00:56] [Server thread/INFO]: [Shopkeepers] Registering defaults. [05:00:56] [Server thread/INFO]: [TheNewEconomy] Loading TheNewEconomy v0.1.1.13 [05:00:57] [Server thread/INFO]: [TheNewEconomy] Loading The New Economy with Java Version: 16.0.2 [05:00:57] [Server thread/INFO]: [TheNewEconomy] Hooked into Vault [05:00:57] [Server thread/INFO]: [PremiumVanish] Loading PremiumVanish v2.7.3 [05:00:57] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.23.0 [05:00:57] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [05:00:57] [Server thread/INFO]: [BlockLocker] Enabling BlockLocker v1.10.1 [05:00:57] [Server thread/INFO]: [ConsoleSpamFix] Enabling ConsoleSpamFix v1.8.6 [05:00:57] [Server thread/INFO]: [ConsoleSpamFix] Server version detected: 1.17.1 [05:00:57] [Server thread/INFO]: [ConsoleSpamFix] Loading the config file... [05:00:57] [Server thread/INFO]: [ConsoleSpamFix] Config file loaded! [05:00:57] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully! [05:00:57] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.3.50 [05:00:57] [Server thread/INFO]: __ [05:00:57] [Server thread/INFO]: | |__) LuckPerms v5.3.50 [05:00:57] [Server thread/INFO]: |___ | Running on Bukkit - Paper [05:00:57] [Server thread/INFO]: [05:00:57] [Server thread/INFO]: [LuckPerms] Loading configuration... [05:00:57] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB] [05:00:57] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting... [05:00:57] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed. [05:00:57] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL] [05:00:58] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [05:00:58] [Server thread/INFO]: [LuckPerms] Performing initial data load... [05:00:58] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1300ms) [05:00:58] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.7.1-SNAPSHOT-b531 [05:00:58] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread. [05:00:58] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131 [05:00:58] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.19.0-dev+254-69850d8 which is not a depend, softdepend or loadbefore of this plugin. [05:00:58] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [05:00:58] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [05:00:58] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131 [05:00:58] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [05:00:58] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.17.1-v2 [05:00:58] [Server thread/INFO]: [BKCommonLib] BKCommonLib is running on Paperspigot (git-Paper-237) : v1_17_R1 (Minecraft 1.17.1) [05:00:58] [Server thread/INFO]: [BKCommonLib.Network] [BKCommonLib] [Network] Now using the ProtocolLib library to provide Packet Listener and Monitor support [05:01:00] [Server thread/INFO]: [BKCommonLib] Soon generating lambda expressions from thin air! [05:01:00] [Server thread/INFO]: [BKCommonLib] BKCommonLib version 1.17.1-v2 (build: 1111) enabled! (1.838s) [05:01:00] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.3.0-SNAPSHOT+5918-38b3773 [05:01:00] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [05:01:00] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [05:01:00] [Server thread/WARN]: [WorldEdit] Loaded class com.mojang.datafixers.types.DynamicOps from TheNewEconomy v0.1.1.13 which is not a depend, softdepend or loadbefore of this plugin. [05:01:00] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_17_R1_2 as the Bukkit adapter [05:01:01] [Server thread/INFO]: [Oh_the_dungeons_youll_go] Enabling Oh_the_dungeons_youll_go v15.4 [05:01:01] [Server thread/INFO]: configdir is plugins/Oh_the_dungeons_youll_go/forge_sandbox/doomlike [05:01:01] [Server thread/INFO]: themesdir is plugins/Oh_the_dungeons_youll_go/forge_sandbox/doomlike/themes [05:01:01] [Server thread/INFO]: [Oh_the_dungeons_youll_go] [STDOUT] [OTD] Installing files plugins/Oh_the_dungeons_youll_go/forge_sandbox/doomlike/chests.cfg [05:01:01] [Server thread/WARN]: Nag author(s): '[shadow_wind]' of 'Oh_the_dungeons_youll_go' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger). [05:01:01] [Server thread/INFO]: Loading chest loot file (chests.cfg) [05:01:01] [Server thread/INFO]: Found 1 special chest configs. [05:01:01] [Server thread/INFO]: Loading chest loot file (oceanic_chests.cfg) [05:01:01] [Server thread/INFO]: Found 12 themes. [05:01:01] [Server thread/INFO]: [Oh The Dungeons You'll Go] Update checking... [05:01:01] [Server thread/INFO]: Loading PlaceholderAPI support ... [05:01:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: otd [05:01:01] [Server thread/INFO]: AsyncRoguelikeDungeon initResolver [05:01:01] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [05:01:01] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [05:01:01] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose. [05:01:01] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information. [05:01:01] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [05:01:01] [Server thread/INFO]: Preparing level "world" [05:01:01] [Server thread/WARN]: You have enabled permission-based Anti-Xray checking - depending on your permission plugin, this may cause performance issues [05:01:02] [Server thread/INFO]: [Oh The Dungeons You'll Go] Found world: world [05:01:02] [Server thread/WARN]: You have enabled permission-based Anti-Xray checking - depending on your permission plugin, this may cause performance issues [05:01:02] [Server thread/INFO]: [Oh The Dungeons You'll Go] Found world: world_nether [05:01:02] [Server thread/INFO]: [Oh The Dungeons You'll Go] Found world: world_the_end [05:01:02] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [05:01:02] [Server thread/INFO]: Time elapsed: 207 ms [05:01:02] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether [05:01:02] [Server thread/INFO]: Time elapsed: 84 ms [05:01:02] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end [05:01:03] [Server thread/INFO]: Time elapsed: 168 ms [05:01:03] [Server thread/INFO]: [AltDetector] Enabling AltDetector v1.1 [05:01:03] [Server thread/INFO]: [AltDetector] Database save interval 1 minute. [05:01:03] [Server thread/INFO]: [AltDetector] 0 records removed, expiration time 60 days. [05:01:03] [Server thread/INFO]: [AltDetector] Enabled metrics. You may opt-out by changing plugins/bStats/config.yml [05:01:03] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.10 [05:01:03] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information... [05:01:03] [Server thread/INFO]: [ArmoredElytra] Enabling ArmoredElytra v2.4.14 [05:01:03] [Server thread/INFO]: [ArmoredElytra] Enabling stats! Thanks, it really helps! [05:01:03] [Server thread/INFO]: [ArmoredElytra] Durability penalty for flying enabled! [05:01:03] [Server thread/INFO]: [ArmoredElytra] Allowed enchantments: [05:01:03] [Server thread/INFO]: [ArmoredElytra] - DURABILITY [05:01:03] [Server thread/INFO]: [ArmoredElytra] - PROTECTION_FIRE [05:01:03] [Server thread/INFO]: [ArmoredElytra] - PROTECTION_EXPLOSIONS [05:01:03] [Server thread/INFO]: [ArmoredElytra] - PROTECTION_PROJECTILE [05:01:03] [Server thread/INFO]: [ArmoredElytra] - PROTECTION_ENVIRONMENTAL [05:01:03] [Server thread/INFO]: [ArmoredElytra] - THORNS [05:01:03] [Server thread/INFO]: [ArmoredElytra] - BINDING_CURSE [05:01:03] [Server thread/INFO]: [ArmoredElytra] - VANISHING_CURSE [05:01:03] [Server thread/INFO]: [ArmoredElytra] - MENDING [05:01:03] [Server thread/INFO]: [KnokkoCore] Enabling KnokkoCore v1.17 1 [05:01:03] [Server thread/INFO]: [ServerUtils] Enabling ServerUtils v3.0.0 [05:01:03] [Server thread/INFO]: [KixsChatAnnouncer] Enabling KixsChatAnnouncer v7.2-RELEASE [05:01:03] [Server thread/INFO]: [KixsAutoAnnouncer] Loaded customization data for kix's Chat Announcer, using that now! [05:01:03] [Server thread/INFO]: [KixsAutoAnnouncer] Hooked into PlaceholderAPI! [05:01:03] [Server thread/INFO]: [05:01:03] [Server thread/INFO]: [05:01:03] [Server thread/INFO]: [05:01:03] [Server thread/INFO]: [KixsAutoAnnouncer] Like KixsAutoAnnouncer? Then you'll love the new and improved KixsAutoAnnouncer++ plugin on Spigot with auto centering, per world broadcasts, per permission broadcasts, and more! https://www.spigotmc.org/resources/68425/ [05:01:03] [Server thread/INFO]: [05:01:03] [Server thread/INFO]: [05:01:03] [Server thread/INFO]: [05:01:03] [Server thread/INFO]: [NBTAPI] Enabling NBTAPI v2.8.0 [05:01:03] [Server thread/INFO]: [NBTAPI] Adding listeners... [05:01:03] [Server thread/INFO]: [NBTAPI] Gson: [05:01:03] [Server thread/INFO]: [NBTAPI] Checking bindings... [05:01:03] [Server thread/INFO]: [NBTAPI] All Classes were able to link! [05:01:03] [Server thread/INFO]: [NBTAPI] All Methods were able to link! [05:01:03] [Server thread/INFO]: [NBTAPI] Running NBT reflection test... [05:01:04] [Server thread/INFO]: [NBTAPI] TilesCustomNBTPersistentTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] ForEachTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] MergeTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] MergeTileSubCompoundTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] GetterSetterTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] SubCompoundsTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] EntityTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] WorldDataTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] EntityCustomNbtPersistentTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] ItemMergingTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] ListTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] GameprofileTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] IteratorTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] EntityCustomNbtInjectorTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] ChunkNBTPersistentTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] TypeTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] StreamTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] TileTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] EqualsTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] EmptyItemTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] NBTFileTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] RemovingKeys: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] ItemConvertionTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] BlockNBTTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] SpawnEntityCustomNbtInjectorTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] DirectApplyTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] TilesCustomNBTInjectorTest: Ok [05:01:04] [Server thread/INFO]: [NBTAPI] Success! This version of NBT-API is compatible with your server. [05:01:04] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.1.8 [05:01:04] [Server thread/INFO]: [JetsAntiAFKPro] Enabling JetsAntiAFKPro v3.4.4 [05:01:04] [Server thread/INFO]: [JetsAntiAFKPro] [STDOUT] [JetsAntiAFKPro] Initializing Plugin v3.4.4 [05:01:04] [Server thread/WARN]: Nag author(s): '[Jet315]' of 'JetsAntiAFKPro' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger). [05:01:04] [Server thread/INFO]: [JetsAntiAFKPro] config.yml found, loading! [05:01:04] [Server thread/WARN]: [JetsAntiAFKPro] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.10.10 which is not a depend, softdepend or loadbefore of this plugin. [05:01:04] [Server thread/INFO]: [JetsAntiAFKPro] timeplayedgui.yml found, loading! [05:01:04] [Server thread/INFO]: [JetsAntiAFKPro] messages.yml found, loading! [05:01:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jetsantiafkpro [05:01:04] [Server thread/INFO]: [JetsAntiAFKPro] [STDOUT] [JetsAntiAFKPro] Initializing Complete in 217 Ms [05:01:04] [Server thread/INFO]: [NoNetherFun] Enabling NoNetherFun ve7cb12a [05:01:04] [Server thread/INFO]: [UberEnchant] Enabling UberEnchant v8.9.3 [05:01:04] [Server thread/WARN]: [UberEnchant] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin. [05:01:04] [Server thread/INFO]: [SignEdit] Enabling SignEdit v1.13.1 [05:01:04] [Server thread/INFO]: [Minepacks] Enabling Minepacks v2.4.2-Release [05:01:04] [Server thread/INFO]: [Minepacks] Starting Minepacks in standalone mode! [05:01:04] [Server thread/INFO]: [Minepacks] Config file successfully loaded. [05:01:07] [Server thread/INFO]: [Minepacks] Language file successfully loaded. Language: english Author: GeorgH93 [05:01:07] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Starting... [05:01:07] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Start completed. [05:01:15] [Server thread/INFO]: [Minepacks] Item name language file successfully loaded. Language: english Author: GeorgH93 [05:01:15] [Server thread/INFO]: [Minepacks] Loading item translations ... [05:01:15] [Server thread/INFO]: [Minepacks] Finished loading item translations for 828 items. [05:01:15] [Server thread/INFO]: [Minepacks]  Minepacks has been enabled!  :)  [05:01:15] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v4.1.2 [05:01:15] [Server thread/INFO]: [ImageOnMap] Loaded 1 player map files. [05:01:15] [Server thread/INFO]: [InteractiveBooks] Enabling InteractiveBooks v1.5.6 [05:01:15] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_17_R1! Trying to find NMS support [05:01:15] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_17_R1' loaded! [05:01:15] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson [05:01:15] [Server thread/INFO]: [InteractiveBooks] [ACF] Enabled Asynchronous Tab Completion Support! [05:01:15] [Server thread/INFO]: [CustomItems] Enabling CustomItems v9.11* [05:01:15] [Server thread/INFO]: Can't load class me.badbones69.crazyenchantments.api.enums.CEnchantments, so I assume Crazy Enchantments is not installed. [05:01:15] [Server thread/INFO]: [ResourceWorld] Enabling ResourceWorld v1.9.4 [05:01:15] [Server thread/INFO]: [05:01:15] [Server thread/INFO]: Resource World v1.9.4 [05:01:15] [Server thread/INFO]: [05:01:15] [Server thread/INFO]: Author: Nik [05:01:15] [Server thread/INFO]: [05:01:15] [Server thread/WARN]: [ResourceWorld] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin. [05:01:15] [Server thread/WARN]: You have enabled permission-based Anti-Xray checking - depending on your permission plugin, this may cause performance issues [05:01:15] [Server thread/INFO]: [Oh The Dungeons You'll Go] Found world: resource_world [05:01:15] [Server thread/WARN]: You have enabled permission-based Anti-Xray checking - depending on your permission plugin, this may cause performance issues [05:01:15] [Server thread/INFO]: [Oh The Dungeons You'll Go] Found world: resource_nether [05:01:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: rw [05:01:15] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.9 [05:01:15] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib. [05:01:16] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.1 [05:01:16] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.1*-=-=-=-=-=-=-=-=-=-* [05:01:16] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131 [05:01:16] [Server thread/INFO]: | Command file(s) found : 1 [05:01:16] [Server thread/INFO]: | Config : Ready. [05:01:16] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu) [05:01:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mycommand [05:01:16] [Server thread/INFO]: | Placeholder_API : Hooked, Ok. [05:01:16] [Server thread/INFO]: | Custom commands loaded : 0 [05:01:16] [Server thread/INFO]: | You're running the latest version of MyCommand. [05:01:16] [Server thread/WARN]: [MyCommand] Loaded class com.comphenix.protocol.events.PacketListener from ProtocolLib v4.7.1-SNAPSHOT-b531 which is not a depend, softdepend or loadbefore of this plugin. [05:01:16] [Server thread/INFO]: | by emmerrei a.k.a. ivanfromitaly. [05:01:16] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-* [05:01:16] [Server thread/INFO]: [PetMaster] Enabling PetMaster v1.12.2 [05:01:16] [Server thread/INFO]: [PetMaster] Registering listeners... [05:01:16] [Server thread/INFO]: [PetMaster] Backing up and loading configuration files... [05:01:16] [Thread-20/INFO]: [PetMaster] Checking for plugin update... [05:01:16] [Server thread/INFO]: [PetMaster] Plugin enabled and ready to run! Took 19ms. [05:01:16] [Server thread/INFO]: [LagAssist] Enabling LagAssist v2.24.1 [05:01:17] [Server thread/INFO]: LagAssist » Enabling Systems: [05:01:17] [Server thread/INFO]: [✔] Economy manager [05:01:17] [Server thread/INFO]: [✔] Smart Mob Tools. [05:01:17] [Server thread/INFO]: [✔] MicroFeatures. [05:01:17] [Server thread/INFO]: [✔] Hopper Manager. [05:01:17] [Server thread/INFO]: [✔] Redstone Culler. [05:01:17] [Server thread/INFO]: [✔] Physics-Tweaker. [05:01:17] [Server thread/INFO]: [✔] Lag Monitor. [05:01:17] [Server thread/INFO]: [✔] MapVisualizer. [05:01:17] [Server thread/INFO]: [✔] Chunk Analyser. [05:01:17] [Server thread/INFO]: [✔] Chunk Limiter. [05:01:17] [Server thread/INFO]: [✔] StatsAnalyse. [05:01:17] [Server thread/INFO]: [✔] Spawner Manager. [05:01:17] [Server thread/INFO]: [✔] ChunkManager. [05:01:17] [Server thread/INFO]: [✔] GUI. [05:01:17] [Server thread/INFO]: [✔] Injecting PacketListener. [05:01:17] [Server thread/INFO]: [✔] API Tools. [05:01:17] [Server thread/INFO]: [dynmap] Enabling dynmap v3.2-beta-3-514 [05:01:17] [Server thread/INFO]: [dynmap] Added 2 custom biome mappings [05:01:17] [Server thread/INFO]: [dynmap] Using LuckPerms 5.3.50 for access control [05:01:17] [Server thread/INFO]: [dynmap] Opening MySQL database localhost:3306/dynmap as map store [05:01:17] [Server thread/ERROR]: [[STDERR] ] com.mysql.jdbc.Driver Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. [05:01:17] [Server thread/INFO]: [dynmap] Mod Support processing completed [05:01:18] [Server thread/INFO]: [dynmap] Loaded 25 shaders. [05:01:18] [Server thread/INFO]: [dynmap] Loaded 82 perspectives. [05:01:18] [Server thread/INFO]: [dynmap] Loaded 22 lightings. [05:01:18] [Server thread/INFO]: [dynmap] Starting enter/exit processing [05:01:18] [Server thread/INFO]: [dynmap] version 3.2-beta-3-514 is enabled - core version 3.2-beta-3-514 [05:01:18] [Server thread/INFO]: [dynmap] For support, visit https://reddit.com/r/Dynmap or our Discord at https://discord.gg/s3rd5qn [05:01:18] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues [05:01:18] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm [05:01:18] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world'. [05:01:18] [Server thread/INFO]: [dynmap] Loaded 24 pending tile renders for world 'world' [05:01:18] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'. [05:01:18] [Server thread/INFO]: [dynmap] Loaded 1 maps of world 'world_the_end'. [05:01:18] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'resource_world'. [05:01:18] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'resource_nether'. [05:01:18] [Server thread/INFO]: [dynmap] Enabled [05:01:18] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.0-dev+254-69850d8 [05:01:18] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization [05:01:18] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml [05:01:18] [Server thread/INFO]: [Essentials] No kits found to migrate. [05:01:18] [Server thread/INFO]: [Essentials] Loaded 36837 items from items.json. [05:01:18] [Server thread/INFO]: [Essentials] Using locale en [05:01:18] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [05:01:18] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [05:01:18] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked. [05:01:18] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms) [05:01:18] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v2.4.2 [05:01:18] [Server thread/INFO]: [IllegalStack/IllegalStack] The following materials will be removed from player inventories when found: COMMAND_BLOCK_MINECART BEDROCK STRUCTURE_BLOCK CHAIN_COMMAND_BLOCK [05:01:18] [Server thread/INFO]: [IllegalStack/IllegalStack] The following materials are allowed to have stacks larger than the vanilla size: WRITABLE_BOOK POTION WOODEN_HOE [05:01:18] [Server thread/INFO]: [IllegalStack/IllegalStack] Chat Components found! Enabling clickable commands in /istack [05:01:18] [Server thread/INFO]: [IllegalStack/IllegalStack] ProtocolLib was detected, creative inventory exploit detection enabled. NOTE* This protection ONLY needs to be turned on if you have regular (non op) players with access to /gmc [05:01:18] [Server thread/INFO]: [IllegalStack/fListener] MC Version v1_17_r1 detected! [05:01:18] [Server thread/INFO]: [IllegalStack/Listener113] Enabling 1.13+ Checks [05:01:18] [Server thread/INFO]: [IllegalStack/IllegalStack] ZombieVillagerTransformChance is set to 65 *** Only really matters if the difficulty is set to HARD *** [05:01:18] [Server thread/INFO]: [Elevator] Enabling Elevator v3.11.4 [05:01:18] [Server thread/INFO]: [LightCleaner] Enabling LightCleaner v1.17.1-v1 [05:01:18] [Server thread/INFO]: [LightCleaner] LightCleaner version 1.17.1-v1 (build: 117) enabled! (0.058s) [05:01:18] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.14.1 [05:01:18] [Server thread/INFO]: [HeadDatabase] Using default "en_US.lang" created by Arcaniax [05:01:19] [Server thread/INFO]: [HeadDatabase] Economy successfully setup using CURRENCY! [05:01:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: hdb [05:01:19] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.0-b846 [05:01:19] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.0-b846" 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--]. [05:01:19] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore. [05:01:19] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded. [05:01:19] [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. [05:01:19] [Server thread/INFO]: [Multiverse-Core] Version 4.3.0-b846 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main-- [05:01:19] [Server thread/INFO]: [MultiChat] Enabling MultiChat v1.9.6* [05:01:19] [Server thread/ERROR]: [MultiChat] [STDERR] [Server thread] INFO xyz.olivermartin.shadedlib.hikari.HikariDataSource - HikariPool-1 - Starting... [05:01:19] [Server thread/WARN]: Nag author(s): '[Revilo410]' of 'MultiChat' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger). [05:01:19] [Server thread/ERROR]: [MultiChat] [STDERR] [Server thread] INFO xyz.olivermartin.shadedlib.hikari.HikariDataSource - HikariPool-1 - Start completed. [05:01:19] [Server thread/INFO]: [MCL] MultiChatLocal hooked with Vault! [05:01:19] [Server thread/INFO]: [MCL] MultiChatLocal hooked with PlaceholderAPI! [05:01:19] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.19.0-dev+254-69850d8 [05:01:19] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config. [05:01:19] [Server thread/INFO]: [TAB] Enabling TAB v2.9.2 [05:01:19] [Server thread/INFO]: [TAB] Server version: 1.17.1 (v1_17_R1) [05:01:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tab [05:01:19] [Server thread/INFO]: [TAB] Enabled in 49ms [05:01:19] [Server thread/INFO]: [Chunky] Enabling Chunky v1.2.86 [05:01:19] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.6-SNAPSHOT+2150-5a6b6eb [05:01:19] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED. [05:01:19] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED. [05:01:19] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED. [05:01:19] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED. [05:01:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world' [05:01:19] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED. [05:01:19] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED. [05:01:19] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED. [05:01:19] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. [05:01:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether' [05:01:19] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED. [05:01:19] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED. [05:01:19] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED. [05:01:19] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. [05:01:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end' [05:01:19] [Server thread/INFO]: [WorldGuard] (resource_world) TNT ignition is PERMITTED. [05:01:19] [Server thread/INFO]: [WorldGuard] (resource_world) Lighters are PERMITTED. [05:01:19] [Server thread/INFO]: [WorldGuard] (resource_world) Lava fire is PERMITTED. [05:01:19] [Server thread/INFO]: [WorldGuard] (resource_world) Fire spread is UNRESTRICTED. [05:01:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'resource_world' [05:01:19] [Server thread/INFO]: [WorldGuard] (resource_nether) TNT ignition is PERMITTED. [05:01:19] [Server thread/INFO]: [WorldGuard] (resource_nether) Lighters are PERMITTED. [05:01:19] [Server thread/INFO]: [WorldGuard] (resource_nether) Lava fire is PERMITTED. [05:01:19] [Server thread/INFO]: [WorldGuard] (resource_nether) Fire spread is UNRESTRICTED. [05:01:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'resource_nether' [05:01:19] [Server thread/INFO]: [WorldGuard] Loading region data... [05:01:19] [Server thread/INFO]: [BetterSleeping4] Enabling BetterSleeping4 v4.0.0 [05:01:19] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Is Essentials hooked? true [05:01:19] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Are afk players ignored? true, with a min afk time of 120000 [05:01:19] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Are vanished players ignored? true [05:01:19] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Ignoring 2 game modes [05:01:19] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Loading language: en-us [05:01:19] [Server thread/INFO]: [CONFIG] [BetterSleeping4] This server is running on Spigot [05:01:19] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Using chat messaging [05:01:19] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Enabling BetterSleeping in world world [05:01:19] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Using 'percentage' as sleepers-needed calculator [05:01:19] [Server thread/INFO]: [CONFIG] [BetterSleeping4] The percentage is set to 30% [05:01:19] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Enabling BetterSleeping in world resource_world [05:01:19] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Using 'percentage' as sleepers-needed calculator [05:01:19] [Server thread/INFO]: [CONFIG] [BetterSleeping4] The percentage is set to 30% [05:01:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bettersleeping [05:01:19] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.19.0-dev+254-69850d8 [05:01:19] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect. [05:01:19] [Server thread/INFO]: [EssentialsProtect] Starting Metrics. Opt-out using the global bStats config. [05:01:19] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.19.0-dev+254-69850d8 [05:01:20] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/. [05:01:20] [Server thread/INFO]: [EssentialsGeoIP] Starting Metrics. Opt-out using the global bStats config. [05:01:20] [Server thread/INFO]: [RandomTeleport] Enabling RandomTeleport v2.1.0.113 [05:01:20] [Server thread/INFO]: [RandomTeleport] [ACF] Enabled Asynchronous Tab Completion Support! [05:01:20] [Server thread/INFO]: [RandomTeleport] [ACF] Enabled Brigadier Support! [05:01:20] [Server thread/INFO]: [RandomTeleport] Vault found. Hooking into it. [05:01:20] [Server thread/INFO]: [TPPets] Enabling TPPets v2.2.1* [05:01:20] [Server thread/INFO]: [TPPets] Setting up database. [05:01:20] [Server thread/INFO]: [TPPets] Getting data from database. [05:01:20] [Server thread/INFO]: [TPPets] Registering commands and events. [05:01:20] [Server thread/INFO]: [TPPets] Preventing owner damage... [05:01:20] [Server thread/INFO]: [TPPets] Vault detected. Permission tppets.tpanywhere will work with online and offline players. [05:01:20] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.0-dev+254-69850d8 [05:01:20] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config. [05:01:20] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v20.1 [05:01:20] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! [05:01:20] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage. [05:01:20] [Server thread/INFO]: -------------------- [05:01:20] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord! [05:01:20] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/ [05:01:20] [Server thread/INFO]: -------------------- [05:01:20] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.5-SNAPSHOT [05:01:20] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler [05:01:20] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler [05:01:20] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler [05:01:20] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler [05:01:20] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler [05:01:20] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler [05:01:20] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler [05:01:20] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler [05:01:20] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler [05:01:20] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler [05:01:20] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler [05:01:20] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlySpeedFlagHandler [05:01:20] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler [05:01:20] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler [05:01:20] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.6.3#CUSTOM [05:01:20] [Server thread/WARN]: [AreaShop] Parsing the WorldEdit version failed, assuming version 7.2.0 [05:01:20] [Server thread/INFO]: [WorldEditSUI] Enabling WorldEditSUI v1.7.1 [05:01:20] [Server thread/INFO]: [WorldEditSUI] Plugin by KennyTV [05:01:20] [Server thread/INFO]: [Autorank] Enabling Autorank v4.5.1 [05:01:20] [Server thread/INFO]: [Autorank] Generated new log file: log-2021-09-01.txt [05:01:20] [Server thread/INFO]: [Autorank] The settings.yml is up-to-date [05:01:20] [Server thread/INFO]: [Autorank] Generating new PluginLibrary instance [05:01:20] [Server thread/INFO]: [PluginLibrary] ***== Loading libraries ==*** [05:01:20] [Server thread/INFO]: [PluginLibrary] ***== Loaded 4 libraries! ==*** [05:01:20] [Server thread/INFO]: [PluginLibrary] Loaded libraries: Autorank (by Staartvin), Vault (by Kainzo), WorldGuard (by sk89q) and EssentialsX (by drtshock) [05:01:20] [Server thread/INFO]: [PluginLibrary] *** Ready for plugins to send/retrieve data. *** [05:01:20] [Server thread/INFO]: [Autorank] Interval check every 1 minutes. [05:01:20] [Server thread/INFO]: [Autorank] Registered requirement service for adding custom requirements! [05:01:20] [Server thread/INFO]: [Autorank] Registered result service for adding custom results! [05:01:20] [Server thread/INFO]: [Autorank] Autorank 4.5.1 has been enabled! [05:01:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: autorank [05:01:20] [Server thread/INFO]: [Autorank] Registered placeholders, so you can use them! [05:01:20] [Server thread/INFO]: [ExtraContexts] Enabling ExtraContexts v2.0-SNAPSHOT [05:01:20] [Server thread/INFO]: [ExtraContexts] Registering 'worldguard-region' calculator. [05:01:20] [Server thread/INFO]: [Dynmap-WorldGuard] Enabling Dynmap-WorldGuard v1.2* [05:01:20] [Server thread/INFO]: [Dynmap-WorldGuard] initializing [05:01:20] [Server thread/INFO]: [Dynmap-WorldGuard] version 1.2 is activated [05:01:20] [Server thread/INFO]: [Landlord] Enabling Landlord v4.351 [05:01:20] [Server thread/INFO]: [WorldGuard] Registering session handler biz.princeps.landlord.LandSessionHandler [05:01:20] [Server thread/WARN]: [WorldGuard] Someone is unregistering a default WorldGuard handler: com.sk89q.worldguard.session.handler.GreetingFlag. This may cause parts of WorldGuard to stop functioning [05:01:20] [Server thread/WARN]: [WorldGuard] Someone is unregistering a default WorldGuard handler: com.sk89q.worldguard.session.handler.FarewellFlag. This may cause parts of WorldGuard to stop functioning [05:01:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: LandLord [05:01:20] [Server thread/INFO]: [Landlord] Metrics enabled. Thank you :3 [05:01:20] [Server thread/INFO]: [Landlord] landlordhelp was registered successfully! [05:01:20] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.12.1-SNAPSHOT (build 320) [05:01:20] [Server thread/INFO]: [ChestShop] Found locales ar, it, es, el, hu, fr, pl, cs, pt_br, ja, sv, da, es_mx, sr, tr, nl, zh_tw, af, ko, no, vi, ro, he, ru, ca, zh, de, fi, en, uk [05:01:22] [Server thread/INFO]: [ChestShop] BlockLocker version 1.10.1 loaded. [05:01:22] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.6-SNAPSHOT+2150-5a6b6eb loaded. [05:01:22] [Server thread/INFO]: [ChestShop] Using TheNewEconomy as the Economy provider now. [05:01:22] [Server thread/INFO]: [ChestShop] Vault loaded! [05:01:22] [Server thread/INFO]: [ChestShop] Using Paper's BlockDestroyEvent instead of the BlockPhysicsEvent! [05:01:22] [Server thread/INFO]: [ArmorStandTools] Enabling ArmorStandTools v4.1.1 [05:01:22] [Server thread/INFO]: [ArmorStandTools] PlotSquared plugin not found. Continuing without PlotSquared support. [05:01:22] [Server thread/INFO]: [ArmorStandTools] WorldGuard plugin found. WorldGuard support enabled. [05:01:22] [Server thread/INFO]: [UltimateChairs] Enabling UltimateChairs v1.3.2 [05:01:23] [Server thread/INFO]: [UltimateChairs] WorldGuard v7.0.6-SNAPSHOT+2150-5a6b6eb hooked. [05:01:23] [Server thread/INFO]: [Landlord-DynMap] Enabling Landlord-DynMap v1.5.5 [05:01:23] [Server thread/WARN]: [Landlord-DynMap] Loaded class org.dynmap.DynmapAPI from dynmap v3.2-beta-3-514 which is not a depend, softdepend or loadbefore of this plugin. [05:01:23] [Server thread/INFO]: [Landlord] lldm was registered successfully! [05:01:23] [Server thread/INFO]: [ChestShopNotifier] Enabling ChestShopNotifier v1.3.3 (build 51) [05:01:23] [Server thread/INFO]: [ChestShopNotifier] Connecting to the database... [05:01:23] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.13.3 [05:01:23] [Server thread/INFO]: [Shopkeepers] Loading data of 9 shopkeepers.. [05:01:23] [Server thread/INFO]: [TheNewEconomy] Enabling TheNewEconomy v0.1.1.13 [05:01:23] [Server thread/INFO]: Loading Configurations. [05:01:23] [Server thread/INFO]: Initializing Configurations. [05:01:23] [Server thread/INFO]: Initialized config.yml [05:01:23] [Server thread/INFO]: Initialized commands.yml [05:01:23] [Server thread/INFO]: Initialized messages.yml [05:01:23] [Server thread/INFO]: Initialized players.yml [05:01:23] [Server thread/INFO]: Initialized worlds.yml [05:01:23] [Server thread/INFO]: [net.tnemc.libs.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting... [05:01:23] [Server thread/INFO]: [net.tnemc.libs.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed. [05:01:23] [Server thread/INFO]: [TheNewEconomy] [STDOUT] Updating tables, please hold. [05:01:23] [Server thread/WARN]: Nag author(s): '[creatorfromhell]' of 'TheNewEconomy' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger). [05:01:24] [Server thread/INFO]: [TheNewEconomy] [STDOUT] Finished updating tables. [05:01:24] [Server thread/INFO]: [TheNewEconomy] Finished loading data! [05:01:24] [Server thread/INFO]: [TheNewEconomy] Finished loading data! [05:01:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tne [05:01:24] [Server thread/INFO]: [TheNewEconomy] The New Economy has been enabled! [05:01:24] [Server thread/INFO]: [PremiumVanish] Enabling PremiumVanish v2.7.3 [05:01:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: premiumvanish [05:01:24] [Server thread/INFO]: [PremiumVanish] Hooked into PlaceholderAPI [05:01:24] [Server thread/INFO]: [PremiumVanish] Hooked into dynmap [05:01:24] [Server thread/INFO]: [PremiumVanish] Hooked into Essentials [05:01:24] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.23.0 [05:01:24] [Server thread/INFO]: [PremiumVanish] Hooked into DiscordSRV [05:01:24] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing... [05:01:24] [Server thread/INFO]: [RandomTeleport] ======== [Loading validators] ======== [05:01:24] [Server thread/INFO]: [RandomTeleport] ====================================== [05:01:24] [Server thread/INFO]: [RandomTeleport] Populating WorldQueue [05:01:24] [ForkJoinPool.commonPool-worker-3/WARN]: [PlaceholderAPI] Loaded class net.ess3.api.IEssentials from Essentials v2.19.0-dev+254-69850d8 which is not a depend, softdepend or loadbefore of this plugin. [05:01:24] [Server thread/INFO]: [RandomTeleport] WorldQueue population finished in 86ms [05:01:24] [Server thread/INFO]: Starting GS4 status listener [05:01:24] [Server thread/INFO]: Thread Query Listener started [05:01:24] [Query Listener #1/INFO]: Query running on 127.0.0.1:25566 [05:01:24] [Server thread/INFO]: Running delayed init tasks [05:01:24] [Craft Scheduler Thread - 5 - ServerUtils/INFO]: [ServerUtils] Checking for updates... [05:01:24] [Craft Scheduler Thread - 10 - Essentials/INFO]: [Essentials] Fetching version information... [05:01:24] [Craft Scheduler Thread - 12 - Autorank/INFO]: [Autorank] Loading UUID storage files... [05:01:24] [Craft Scheduler Thread - 12 - Autorank/INFO]: [Autorank] Loaded UUID storage in 0 seconds. [05:01:24] [Craft Scheduler Thread - 13 - Autorank/INFO]: [Autorank] Primary storage provider of Autorank: FlatFileStorageProvider [05:01:24] [Craft Scheduler Thread - 15 - ChestShopNotifier/INFO]: [com.wfector.lib.hikari.HikariDataSource] HikariPool-1 - Starting... [05:01:24] [Craft Scheduler Thread - 14 - Vault/INFO]: [Vault] Checking for Updates ... [05:01:24] [Craft Scheduler Thread - 15 - ChestShopNotifier/INFO]: [com.wfector.lib.hikari.HikariDataSource] HikariPool-1 - Start completed. [05:01:24] [Craft Scheduler Thread - 15 - ChestShopNotifier/INFO]: [ChestShopNotifier] Database connected! [05:01:24] [Craft Scheduler Thread - 6 - ResourceWorld/INFO]: [Resource World]: You're running the Latest Version <3 [05:01:24] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful! [05:01:24] [Craft Scheduler Thread - 12 - Autorank/INFO]: [Autorank] Removed 0 old storage entries from database! [05:01:24] [Craft Scheduler Thread - 5 - ServerUtils/INFO]: [ServerUtils] We are up-to-date! [05:01:24] [Craft Scheduler Thread - 8 - LagAssist/INFO]: LagAssist » We found a newer LagAssist version: [05:01:24] [Craft Scheduler Thread - 8 - LagAssist/INFO]: [֍] Version: 2.24.1 [05:01:24] [Craft Scheduler Thread - 8 - LagAssist/INFO]: [֍] Reviews: 5.0★ [05:01:24] [Craft Scheduler Thread - 8 - LagAssist/INFO]: [֍] Downloads: 122 [05:01:24] [Craft Scheduler Thread - 8 - LagAssist/INFO]: [֍] For more info, use /lagassist changelog [05:01:25] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)! [05:01:25] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized. [05:01:25] [Server thread/INFO]: [Oh The Dungeons Youll Go] Loading PerPlayerDungeonInstance... [05:01:25] [Server thread/INFO]: [Oh_the_dungeons_youll_go] [Oh The Dungeons You'll Go] Create PerPlayerDungeonInstance Task Pool Successful [05:01:25] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket [05:01:25] [Server thread/WARN]: You have enabled permission-based Anti-Xray checking - depending on your permission plugin, this may cause performance issues [05:01:25] [Server thread/INFO]: Preparing start region for dimension minecraft:otd_dungeon [05:01:25] [Craft Scheduler Thread - 14 - Vault/INFO]: [Vault] No new version available [05:01:25] [Craft Scheduler Thread - 10 - Essentials/WARN]: [Essentials] You're 8 EssentialsX dev build(s) out of date! [05:01:25] [Craft Scheduler Thread - 10 - Essentials/WARN]: [Essentials] Download it here: https://essentialsx.net/downloads.html [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for world (1/5) [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for world (2/5) [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for world (3/5) [05:01:25] [Server thread/INFO]: Preparing spawn area: 0% [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for world (4/5) [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for world (5/5) [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for resource_world (1/5) [05:01:25] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading! [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for resource_world (2/5) [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for resource_nether (1/5) [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for world_nether (1/5) [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for world_nether (2/5) [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for world_nether (3/5) [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for world_nether (4/5) [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for world_nether (5/5) [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for resource_world (4/5) [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for resource_world (5/5) [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for resource_nether (2/5) [05:01:25] [Server thread/INFO]: [RandomTeleport] Safe location added for resource_nether (3/5) [05:01:25] [Server thread/INFO]: Preparing spawn area: 0% [05:01:25] [Server thread/INFO]: Time elapsed: 729 ms [05:01:25] [Server thread/INFO]: [WorldGuard] (otd_dungeon) TNT ignition is PERMITTED. [05:01:25] [Server thread/INFO]: [WorldGuard] (otd_dungeon) Lighters are PERMITTED. [05:01:25] [Server thread/INFO]: [WorldGuard] (otd_dungeon) Lava fire is PERMITTED. [05:01:25] [Server thread/INFO]: [WorldGuard] (otd_dungeon) Fire spread is UNRESTRICTED. [05:01:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'otd_dungeon' [05:01:25] [Server thread/INFO]: [dynmap] World 'otd_dungeon' disabled [05:01:25] [Server thread/INFO]: [Autorank] Registering statistics of vanilla Minecraft! [05:01:25] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies [05:01:25] [Server thread/INFO]: [PremiumVanish] Your current version of PremiumVanish is outdated - New version: '2.7.4'; Currently: '2.7.3' [05:01:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bungee [05:01:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: math [05:01:25] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.3.50 which is not a depend, softdepend or loadbefore of this plugin. [05:01:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms [05:01:25] [Server thread/INFO]: [PAPI] [Javascript-Expansion] 1 script loaded! [05:01:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript [05:01:25] [Server thread/INFO]: [PAPI] [Javascript-Expansion] 1 script loaded! [05:01:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript [05:01:25] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin. [05:01:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [05:01:25] [Server thread/WARN]: [PlaceholderAPI] Loaded class me.armar.plugins.autorank.Autorank from Autorank v4.5.1 which is not a depend, softdepend or loadbefore of this plugin. [05:01:25] [Server thread/WARN]: [PlaceholderAPI] autorank is attempting to register placeholders via a PlaceholderHook class which is no longer supported! [05:01:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server [05:01:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials [05:01:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pinger [05:01:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [05:01:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: otherplayer [05:01:25] [Server thread/INFO]: 11 placeholder hooks successfully registered! [05:01:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv [05:01:26] [Server thread/INFO]: Done (42.658s)! For help, type "help" [05:01:26] [Server thread/INFO]: Timings Reset [05:01:26] [Server thread/INFO]: ___ _ _______ _ .___ [05:01:26] [Server thread/INFO]: .' `. / ' / / ___ / ` , . , __ ___. ___ __. , __ [05:01:26] [Server thread/INFO]: | | |,---. | |,---. .' ` | | | | |' `. .' ` .' ` .' \ |' `. [05:01:26] [Server thread/INFO]: | | |' ` | |' ` |----' | | | | | | | | |----' | | | | [05:01:26] [Server thread/INFO]: `.__.' / | / / | `.___, /---/ `._/| / | `---| `.___, `._.' / | [05:01:26] [Server thread/INFO]: \___/ [05:01:26] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack [05:01:26] [Server thread/WARN]: UUID of added entity already exists: EntityArmorStand['Armor Stand'/885, uuid='a093751a-2c77-4658-9d5f-62ab4494bdaf', l='ServerLevel[world]', x=16562064.50, y=1000.00, z=-22242911.50, cpos=[1035129, -1390182], tl=880125, v=false, rR=null] [05:01:27] [Craft Scheduler Thread - 9 - HeadDatabase/INFO]: [HeadDatabase] Succesfully loaded 38968 heads! [05:01:27] [Craft Scheduler Thread - 9 - HeadDatabase/INFO]: [HeadDatabase] Successfully loaded 18 featured tags! [05:01:27] [Server thread/INFO]: [RandomTeleport] Safe location added for resource_nether (4/5) [05:01:27] [Server thread/INFO]: [KixsAutoAnnouncer] There are no longer any players online. Disabling broadcasts to prevent console flood. [05:01:27] [Server thread/INFO]: [RandomTeleport] Safe location added for resource_nether (5/5) [05:01:29] [Craft Scheduler Thread - 20 - TheNewEconomy/INFO]: Initialized items.yml [05:01:39] [User Authenticator #1/INFO]: UUID of player Alpha_Delta23 is 1c07313a-fd3e-40ab-922d-a7125b3bdbe3 [05:01:40] [Server thread/INFO]: [ChestShopNotifier] User joined. Checking for updates... [05:01:40] [Server thread/INFO]: Alpha_Delta23[/97.101.237.134:41307] logged in with entity id 947 at ([world]4263.805138268482, 63.0, 3563.465560854576) [05:01:41] [Server thread/INFO]: [KixsAutoAnnouncer] Player(s) are online. Enabling broadcasts... [05:01:41] [Server thread/INFO]: Enabled! Broadcasts will automatically be turned off if player count reaches 0 [05:01:44] [Craft Scheduler Thread - 19 - ChestShopNotifier/INFO]: [ChestShopNotifier] Found rows: 0 [05:01:44] [Craft Scheduler Thread - 19 - ChestShopNotifier/INFO]: [ChestShopNotifier] Done. [05:01:49] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved [05:02:18] [Server thread/INFO]: Alpha_Delta23 lost connection: Disconnected [05:02:20] [Server thread/INFO]: [KixsAutoAnnouncer] There are no longer any players online. Disabling broadcasts to prevent console flood. [05:02:23] [User Authenticator #1/INFO]: UUID of player Alpha_Delta23 is 1c07313a-fd3e-40ab-922d-a7125b3bdbe3 [05:02:23] [Server thread/INFO]: [ChestShopNotifier] User joined. Checking for updates... [05:02:23] [Server thread/INFO]: Alpha_Delta23[/97.101.237.134:52915] logged in with entity id 1047 at ([world]4262.928942845175, 65.49381798119182, 3572.0108764075767) [05:02:25] [Server thread/INFO]: [KixsAutoAnnouncer] Player(s) are online. Enabling broadcasts... [05:02:25] [Server thread/INFO]: Enabled! Broadcasts will automatically be turned off if player count reaches 0 [05:02:28] [Craft Scheduler Thread - 26 - ChestShopNotifier/INFO]: [ChestShopNotifier] Found rows: 0 [05:02:28] [Craft Scheduler Thread - 26 - ChestShopNotifier/INFO]: [ChestShopNotifier] Done. [05:52:46] [Server thread/INFO]: Alpha_Delta23 lost connection: Disconnected [05:52:48] [Server thread/INFO]: [KixsAutoAnnouncer] There are no longer any players online. Disabling broadcasts to prevent console flood. [05:52:56] [Server thread/FATAL]: Cannot tick distance manager while unloading playerchunks java.lang.Throwable: null at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:52:56] [Server thread/ERROR]: Could not pass event InventoryCloseEvent to ChestShop v3.12.1-SNAPSHOT (build 320) java.lang.IllegalStateException: Cannot tick distance manager while unloading playerchunks at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:52:56] [Server thread/FATAL]: Cannot tick distance manager while unloading playerchunks java.lang.Throwable: null at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:52:56] [Server thread/ERROR]: Could not pass event InventoryCloseEvent to ChestShop v3.12.1-SNAPSHOT (build 320) java.lang.IllegalStateException: Cannot tick distance manager while unloading playerchunks at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:52:56] [Server thread/FATAL]: Cannot tick distance manager while unloading playerchunks java.lang.Throwable: null at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:52:56] [Server thread/ERROR]: Could not pass event InventoryCloseEvent to ChestShop v3.12.1-SNAPSHOT (build 320) java.lang.IllegalStateException: Cannot tick distance manager while unloading playerchunks at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:52:56] [Server thread/FATAL]: Cannot tick distance manager while unloading playerchunks java.lang.Throwable: null at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:52:56] [Server thread/ERROR]: Could not pass event InventoryCloseEvent to ChestShop v3.12.1-SNAPSHOT (build 320) java.lang.IllegalStateException: Cannot tick distance manager while unloading playerchunks at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:52:56] [Server thread/FATAL]: Cannot tick distance manager while unloading playerchunks java.lang.Throwable: null at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:52:56] [Server thread/ERROR]: Could not pass event InventoryCloseEvent to ChestShop v3.12.1-SNAPSHOT (build 320) java.lang.IllegalStateException: Cannot tick distance manager while unloading playerchunks at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:52:56] [Server thread/FATAL]: Cannot tick distance manager while unloading playerchunks java.lang.Throwable: null at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:52:56] [Server thread/ERROR]: Could not pass event InventoryCloseEvent to ChestShop v3.12.1-SNAPSHOT (build 320) java.lang.IllegalStateException: Cannot tick distance manager while unloading playerchunks at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:52:56] [Server thread/FATAL]: Cannot tick distance manager while unloading playerchunks java.lang.Throwable: null at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:52:56] [Server thread/ERROR]: Could not pass event InventoryCloseEvent to ChestShop v3.12.1-SNAPSHOT (build 320) java.lang.IllegalStateException: Cannot tick distance manager while unloading playerchunks at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:52:56] [Server thread/FATAL]: Cannot tick distance manager while unloading playerchunks java.lang.Throwable: null at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:52:56] [Server thread/ERROR]: Could not pass event InventoryCloseEvent to ChestShop v3.12.1-SNAPSHOT (build 320) java.lang.IllegalStateException: Cannot tick distance manager while unloading playerchunks at net.minecraft.server.level.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:844) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.addPriorityTicket(ChunkMapDistance.java:418) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkMapDistance.markUrgent(ChunkMapDistance.java:345) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkFutureMainThread(ChunkProviderServer.java:763) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:667) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getChunkAt(World.java:543) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.world.level.World.getType(World.java:882) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getType(CraftBlock.java:216) ~[patched_1.17.1.jar:git-Paper-237] at com.Acrobot.ChestShop.Utils.uBlock.couldBeShopContainer(uBlock.java:290) ~[ChestShop-320.jar:?] at com.Acrobot.ChestShop.Listeners.Modules.StockCounterModule.onInventoryClose(StockCounterModule.java:71) ~[ChestShop-320.jar:?] at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.17.1.jar:git-Paper-237] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-237] at org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1482) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.EntityPlayer.closeUnloadedInventory(EntityPlayer.java:1571) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.unloadChunk(WorldServer.java:1429) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.lambda$scheduleUnload$26(PlayerChunkMap.java:1131) ~[patched_1.17.1.jar:git-Paper-237] at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] at net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:1047) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.PlayerChunkMap.unloadChunks(PlayerChunkMap.java:1010) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.ChunkProviderServer.tick(ChunkProviderServer.java:938) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.level.WorldServer.doTick(WorldServer.java:731) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1619) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1475) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1274) ~[patched_1.17.1.jar:git-Paper-237] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-237] at java.lang.Thread.run(Thread.java:831) [?:?] [05:53:12] [Server thread/INFO]: Saving the game (this may take a moment!) [05:53:12] [Server thread/INFO]: Saved the game [05:53:15] [Server thread/INFO]: Stopping the server [05:53:15] [Server thread/INFO]: Stopping server [05:53:15] [Server thread/INFO]: [DiscordSRV] Disabling DiscordSRV v1.23.0 [05:53:15] [DiscordSRV - Shutdown/INFO]: [DiscordSRV] Saved linked accounts in 3ms [05:53:15] [DiscordSRV - Shutdown/INFO]: [DiscordSRV] Shutdown completed in 459ms [05:53:15] [Server thread/INFO]: [PremiumVanish] Disabling PremiumVanish v2.7.3 [05:53:15] [Server thread/INFO]: [TheNewEconomy] Disabling TheNewEconomy v0.1.1.13 [05:53:15] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: tne [05:53:15] [Server thread/INFO]: [net.tnemc.libs.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Shutdown initiated... [05:53:15] [Server thread/INFO]: [net.tnemc.libs.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Shutdown completed. [05:53:15] [Server thread/INFO]: [TheNewEconomy] The New Economy has been disabled! [05:53:15] [Server thread/INFO]: [ChestShop] Using EssentialsX Economy as the Economy provider now. [05:53:15] [Server thread/INFO]: [Shopkeepers] Disabling Shopkeepers v2.13.3 [05:53:16] [Server thread/INFO]: [ChestShopNotifier] Disabling ChestShopNotifier v1.3.3 (build 51) [05:53:16] [Server thread/INFO]: [com.wfector.lib.hikari.HikariDataSource] HikariPool-1 - Shutdown initiated... [05:53:16] [Server thread/INFO]: [com.wfector.lib.hikari.HikariDataSource] HikariPool-1 - Shutdown completed. [05:53:16] [Server thread/INFO]: [Landlord-DynMap] Disabling Landlord-DynMap v1.5.5 [05:53:16] [Server thread/INFO]: [UltimateChairs] Disabling UltimateChairs v1.3.2 [05:53:16] [Server thread/INFO]: [ArmorStandTools] Disabling ArmorStandTools v4.1.1 [05:53:16] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.12.1-SNAPSHOT (build 320) [05:53:16] [Server thread/INFO]: [Landlord] Disabling Landlord v4.351 [05:53:16] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: LandLord [05:53:16] [Server thread/INFO]: [Dynmap-WorldGuard] Disabling Dynmap-WorldGuard v1.2 [05:53:16] [Server thread/INFO]: [ExtraContexts] Disabling ExtraContexts v2.0-SNAPSHOT [05:53:16] [Server thread/INFO]: [Autorank] Disabling Autorank v4.5.1 [05:53:16] [Server thread/INFO]: [Autorank] Autorank 4.5.1 has been disabled! [05:53:16] [Server thread/INFO]: [WorldEditSUI] Disabling WorldEditSUI v1.7.1 [05:53:16] [Server thread/INFO]: [AreaShop] Disabling AreaShop v2.6.3#CUSTOM [05:53:16] [Server thread/INFO]: [WorldGuardExtraFlags] Disabling WorldGuardExtraFlags v4.1.5-SNAPSHOT [05:53:16] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v20.1 [05:53:16] [Server thread/INFO]: [CoreProtect] Finishing up data logging. Please wait... [05:53:17] [Server thread/INFO]: [CoreProtect] Success! Disabled CoreProtect v20.1 [05:53:17] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.19.0-dev+254-69850d8 [05:53:17] [Server thread/INFO]: [TPPets] Disabling TPPets v2.2.1 [05:53:17] [Server thread/INFO]: [RandomTeleport] Disabling RandomTeleport v2.1.0.113 [05:53:17] [Server thread/INFO]: [EssentialsGeoIP] Disabling EssentialsGeoIP v2.19.0-dev+254-69850d8 [05:53:17] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.19.0-dev+254-69850d8 [05:53:17] [Server thread/INFO]: [BetterSleeping4] Disabling BetterSleeping4 v4.0.0 [05:53:17] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.6-SNAPSHOT+2150-5a6b6eb [05:53:17] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks... [05:53:17] [Server thread/INFO]: [Oh_the_dungeons_youll_go] Disabling Oh_the_dungeons_youll_go v15.4 [05:53:17] [Server thread/WARN]: [Oh The Dungeons You'll Go] Plugin is disabled [05:53:17] [Server thread/INFO]: [Chunky] Disabling Chunky v1.2.86 [05:53:17] [Server thread/INFO]: [TAB] Disabling TAB v2.9.2 [05:53:17] [Server thread/INFO]: [TAB] Disabled in 1ms [05:53:17] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.19.0-dev+254-69850d8 [05:53:17] [Server thread/INFO]: [MultiChat] Disabling MultiChat v1.9.6 [05:53:17] [Server thread/ERROR]: [MultiChat] [STDERR] [Server thread] INFO xyz.olivermartin.shadedlib.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... [05:53:17] [Server thread/WARN]: Nag author(s): '[Revilo410]' of 'MultiChat' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger). [05:53:17] [Server thread/ERROR]: [MultiChat] [STDERR] [Server thread] INFO xyz.olivermartin.shadedlib.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. [05:53:17] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v4.3.0-b846 [05:53:17] [Server thread/INFO]: [HeadDatabase] Disabling HeadDatabase v4.14.1 [05:53:17] [Server thread/INFO]: [LightCleaner] Disabling LightCleaner v1.17.1-v1 [05:53:17] [Server thread/INFO]: [LightCleaner] LightCleaner disabled! [05:53:17] [Server thread/INFO]: [Elevator] Disabling Elevator v3.11.4 [05:53:17] [Server thread/INFO]: [IllegalStack] Disabling IllegalStack v2.4.2 [05:53:17] [Server thread/INFO]: [Essentials] Disabling Essentials v2.19.0-dev+254-69850d8 [05:53:17] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked. [05:53:17] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.3.0-SNAPSHOT+5918-38b3773 [05:53:17] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit [05:53:17] [Server thread/INFO]: [dynmap] Disabling dynmap v3.2-beta-3-514 [05:53:17] [Server thread/INFO]: [dynmap] Unloaded 11 components. [05:53:17] [Server thread/INFO]: [dynmap] Stopping map renderer... [05:53:18] [Server thread/INFO]: [dynmap] Disabled [05:53:18] [Server thread/INFO]: [LagAssist] Disabling LagAssist v2.24.1 [05:53:18] [Server thread/INFO]: [PetMaster] Disabling PetMaster v1.12.2 [05:53:18] [Server thread/INFO]: [PetMaster] PetMaster has been disabled. [05:53:18] [Server thread/INFO]: [MyCommand] Disabling MyCommand v5.7.1 [05:53:18] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.1*-=-=-=-=-=-=-=-=-=-* [05:53:18] [Server thread/INFO]: | Tasks : Stopped all tasks. [05:53:18] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Bye! *-=-=-=-=-=-=-=-=-=-=-* [05:53:18] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.4.9 [05:53:18] [Server thread/INFO]: [BKCommonLib] Disabling BKCommonLib v1.17.1-v2 [05:53:18] [Server thread/INFO]: [ResourceWorld] Disabling ResourceWorld v1.9.4 [05:53:18] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131 [05:53:18] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: vault [05:53:18] [Server thread/INFO]: [CustomItems] Disabling CustomItems v9.11 [05:53:18] [Server thread/INFO]: [InteractiveBooks] Disabling InteractiveBooks v1.5.6 [05:53:18] [Server thread/INFO]: [ImageOnMap] Disabling ImageOnMap v4.1.2 [05:53:18] [Server thread/INFO]: [Minepacks] Disabling Minepacks v2.4.2-Release [05:53:19] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Shutdown initiated... [05:53:19] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Shutdown completed. [05:53:19] [Server thread/INFO]: [Minepacks]  Minepacks has been disabled.  :(  [05:53:19] [Server thread/INFO]: [SignEdit] Disabling SignEdit v1.13.1 [05:53:19] [Server thread/INFO]: [UberEnchant] Disabling UberEnchant v8.9.3 [05:53:19] [Server thread/INFO]: [NoNetherFun] Disabling NoNetherFun ve7cb12a [05:53:19] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.7.1-SNAPSHOT-b531 [05:53:19] [Server thread/INFO]: [JetsAntiAFKPro] Disabling JetsAntiAFKPro v3.4.4 [05:53:19] [Server thread/INFO]: [OpenInv] Disabling OpenInv v4.1.8 [05:53:19] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.3.50 [05:53:19] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: luckperms [05:53:19] [Server thread/INFO]: [LuckPerms] Starting shutdown process... [05:53:19] [Server thread/INFO]: [LuckPerms] Closing messaging service... [05:53:19] [Server thread/INFO]: [LuckPerms] Closing storage... [05:53:19] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Shutdown initiated... [05:53:19] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Shutdown completed. [05:53:19] [Server thread/INFO]: [LuckPerms] Goodbye! [05:53:19] [Server thread/INFO]: [NBTAPI] Disabling NBTAPI v2.8.0 [05:53:19] [Server thread/INFO]: [KixsChatAnnouncer] Disabling KixsChatAnnouncer v7.2-RELEASE [05:53:19] [Server thread/INFO]: [ServerUtils] Disabling ServerUtils v3.0.0 [05:53:19] [Server thread/INFO]: [ConsoleSpamFix] Disabling ConsoleSpamFix v1.8.6 [05:53:19] [Server thread/INFO]: [ConsoleSpamFix] Messages hidden since the server started: 31 [05:53:19] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix is disabled! [05:53:19] [Server thread/INFO]: [KnokkoCore] Disabling KnokkoCore v1.17 1 [05:53:19] [Server thread/INFO]: [ArmoredElytra] Disabling ArmoredElytra v2.4.14 [05:53:19] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.10 [05:53:19] [Server thread/INFO]: [BlockLocker] Disabling BlockLocker v1.10.1 [05:53:19] [Server thread/INFO]: [AltDetector] Disabling AltDetector v1.1 [05:53:24] [Server thread/ERROR]: Nag author: 'mikeprimm' of 'Dynmap-WorldGuard' about the following: This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies. [05:53:24] [Server thread/INFO]: Saving players [05:53:24] [Server thread/INFO]: Saving worlds [05:53:24] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld [05:53:24] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether [05:53:24] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end [05:53:24] [Server thread/INFO]: Saving chunks for level 'ServerLevel[resource_world]'/minecraft:resource_world [05:53:24] [Server thread/INFO]: Saving chunks for level 'ServerLevel[resource_nether]'/minecraft:resource_nether [05:53:24] [Server thread/INFO]: Saving chunks for level 'ServerLevel[otd_dungeon]'/minecraft:otd_dungeon [05:53:24] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved [05:53:24] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [05:53:24] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [05:53:24] [Server thread/INFO]: ThreadedAnvilChunkStorage (resource_world): All chunks are saved [05:53:24] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [05:53:24] [Server thread/INFO]: ThreadedAnvilChunkStorage (otd_dungeon): All chunks are saved [05:53:24] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved [05:53:24] [Server thread/INFO]: Flushing Chunk IO [05:53:24] [Server thread/INFO]: Closing Thread Pool [05:53:24] [Server thread/INFO]: Closing Server ```

What other plugins are you running?

AltDetector AreaShop ArmoredElytra Autorank BetterSleeping BKCommonLib BlockLocker ChestShopNotifier Chunky ConsoleSpamFix CoreProtect Custom Items DiscordSRV Dynmap Dynmap-WorldGuard Simple Elevators EssentialsX EssentialsXChat EssentialsXGeoIP EssentialsXProtect EssentialsXSpawn ExtraContexts HeadDatabase HolographicDisplays IllegalStack ImageOnMap InteractiveBooks Item NBT API Jets Anti AFK Kix Chat Announcer Knokko Core LagAssist LandLord LightCleaner LuckPerms MinePacks Multichat Multiverse Core MyCommand No Nether Fun Oh The Dungeons OpenInv PetMaster PlaceholderAPI PremiumVanish ProtocolLib RandomTeleport ResourceWorld ServerUtils Shopkeepers SignEdit TAB The New Economy TPPets UberEnchant UltimateChairs Vault WorldEdit WorldGuard WorldGuardExtraFlags

Agreements

Additional context

No response