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 175 forks source link

Could not pass event ItemInfoEvent to ChestShop v3.12 / StackOverflowError #454

Closed MinecraftCitiesNetwork closed 2 years ago

MinecraftCitiesNetwork commented 3 years ago

Plugin Version

ChestShop version 3.12 (build 307)

Plugin Config

Config ```yaml #Do you want to turn off the automatic updates of ChestShop? TURN_OFF_UPDATES: false #How large should the internal caches be? CACHE_SIZE: 1000 #What containers are allowed to hold a shop? (Only blocks with inventories work!) SHOP_CONTAINERS: - "CHEST" - "TRAPPED_CHEST" - "BARREL" #(In 1/1000th of a second) How often can a player use the shop sign? SHOP_INTERACTION_INTERVAL: 250 #Do you want to allow using shops to people in creative mode? IGNORE_CREATIVE_MODE: true #Do you want to allow using shops to people who have access to it due to their permissions? (owners are always ignored) IGNORE_ACCESS_PERMS: false #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 #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: true #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: "Government" #The economy account which Admin Shops should use and to which all taxes will go SERVER_ECONOMY_ACCOUNT: "" #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: 2 #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 #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: false #Should all shop removals be logged to the console? LOG_ALL_SHOP_REMOVALS: false #Do you want to stack all items up to 64 item stacks? STACK_TO_64: true #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 #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 #Do you want to only let people build inside WorldGuard regions? WORLDGUARD_INTEGRATION: false #Do you want to only let people build inside region flagged by doing /region regionName flag allow-shop allow? WORLDGUARD_USE_FLAG: false #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 # Should the plugin log some messages that are useful for debugging? DEBUG: 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 # 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 # If true, people will be able to sell/buy everything available of the same type. SHIFT_SELLS_EVERYTHING: false # 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 # 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 # Only allow users to buy/sell that have access to the sign's protection? (E.g. LWC protection) CHECK_ACCESS_FOR_SHOP_USE: false # Should LWC limits block shop creations? LWC_LIMITS_BLOCK_CREATION: true # 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: false # Add stock counter to quantity line? USE_STOCK_COUNTER: false # Make all admin shops be unlimited even if they have a shop container at the sign FORCE_UNLIMITED_ADMIN_SHOP: false # 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+$" ```

Server Version

This server is running Airplane version git-Airplane-"a13c511" (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)

Server Log

Log ``` [13:41:53] [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' [13:41:54] [main/INFO]: Reloading ResourceManager: Default, bukkit [13:41:54] [Worker-Main-5/INFO]: Loaded 7 recipes [13:41:55] [Server thread/INFO]: Starting minecraft server version 1.16.5 [13:41:55] [Server thread/INFO]: Loading properties [13:41:55] [Server thread/INFO]: This server is running Airplane version git-Airplane-"a13c511" (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT) [13:41:55] [Server thread/INFO]: Debug logging is disabled [13:41:55] [Server thread/INFO]: Server Ping Player Sample Count: 12 [13:41:55] [Server thread/INFO]: Using 4 threads for Netty based IO [13:41:55] [Server thread/INFO]: [Airplane] Enabled async profiling support, version 2.0 [13:41:55] [Server thread/INFO]: Default game type: SURVIVAL [13:41:55] [Server thread/INFO]: Generating keypair [13:41:55] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565 [13:41:55] [Server thread/INFO]: Using epoll channel type [13:41:55] [Server thread/INFO]: Tuinity: Using libdeflate (Linux x86_64) compression from Velocity. [13:41:55] [Server thread/INFO]: Tuinity: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity. [13:41:56] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug! [13:41:58] [Server thread/WARN]: Legacy plugin Admin360-Reloaded v8.1.2 does not specify an api-version. [13:41:59] [Server thread/INFO]: [AsyncWorldEdit] Injector platform set to: InjectorBukkit [13:41:59] [Server thread/INFO]: [AsyncWorldEdit] Injecting NMS classes... [13:41:59] [Server thread/INFO]: [AsyncWorldEdit] Injecting WorldEdit classes... [13:41:59] [Server thread/WARN]: [WorldEdit] Loaded class org.primesoft.asyncworldedit.injector.injected.util.eventbus.IDispatchableEventBus from AsyncWorldEdit v3.8.4 which is not a depend, softdepend or loadbefore of this plugin. [13:41:59] [Server thread/INFO]: [AsyncWorldEdit] Injector Enabled [13:41:59] [Server thread/INFO]: [AsyncWorldEdit] New class factory set to: org.primesoft.asyncworldedit.asyncinjector.async.AsyncClassFactory [13:41:59] [Server thread/INFO]: Custom heat values reloaded into calculator [13:41:59] [Server thread/INFO]: radius 0 [13:41:59] [Server thread/INFO]: fire 0 [13:41:59] [Server thread/INFO]: torch 0 [13:41:59] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.52 [13:41:59] [Server thread/INFO]: [Friends] Loading Friends v1.0.0 [13:41:59] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9 [13:41:59] [Server thread/INFO]: [Send] Loading Send v1.0 [13:41:59] [Server thread/INFO]: [Admin360-Reloaded] Loading Admin360-Reloaded v8.1.2 [13:41:59] [Server thread/INFO]: [PrivateDeathMessage] Loading PrivateDeathMessage v2.1.1 [13:41:59] [Server thread/INFO]: [ServerUtils] Loading ServerUtils v2.5.4 [13:41:59] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v6.1.2 [13:41:59] [Server thread/INFO]: [CraftEnhance] Loading CraftEnhance v2.4.2 [13:41:59] [Server thread/INFO]: [ItemRecycler] Loading ItemRecycler v1.2.9 [13:41:59] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v3.2.1 [13:41:59] [Server thread/INFO]: [ViaVersion] ViaVersion 3.2.1 is now loaded, injecting! [13:41:59] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings... [13:41:59] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings... [13:41:59] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings... [13:41:59] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings... [13:41:59] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings... [13:41:59] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings... [13:41:59] [Server thread/INFO]: [McEventCore] Loading McEventCore v0.1.0 [13:41:59] [Server thread/INFO]: [MiniMOTD] Loading MiniMOTD v2.0.2 [13:41:59] [Server thread/INFO]: [PlayerHeads] Loading PlayerHeads v5.2.15-SNAPSHOT [13:41:59] [Server thread/INFO]: [PlayerHeads] Internal plugin locale: [13:41:59] [Server thread/INFO]: [PlayerHeads] Environment locale: en / en [13:41:59] [Server thread/INFO]: Trying provider: craftbukkit_1_14 [13:41:59] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.3.3 [13:41:59] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.1.7 [13:41:59] [Server thread/INFO]: [Sickle] Loading Sickle v1.8.3 [13:41:59] [Server thread/INFO]: [DrugFun] Loading DrugFun v2.4.0 [13:41:59] [Server thread/INFO]: [SuspiciousPlayers] Loading SuspiciousPlayers v1.3.3 [13:41:59] [Server thread/INFO]: [DCImmigration] Loading DCImmigration v1.0.2-SNAPSHOT [13:41:59] [Server thread/INFO]: [spark] Loading spark v1.6.0 [13:41:59] [Server thread/INFO]: [ACD_Blood] Loading ACD_Blood v1.3 [13:41:59] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.6 [13:41:59] [Server thread/INFO]: [Votifier] Loading Votifier v3.0.0-SNAPSHOT [13:41:59] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.6.1-SNAPSHOT-b503 [13:42:00] [Server thread/INFO]: [ImageMaps] Loading ImageMaps v1.0.6 [13:42:00] [Server thread/INFO]: [SignEdit] Loading SignEdit v1.12.6 [13:42:00] [Server thread/INFO]: [Minepacks] Loading Minepacks v2.3.24-Standalone [13:42:00] [Server thread/INFO]: [AntiXrayHeuristics] Loading AntiXrayHeuristics v1.3.10 [13:42:00] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131 [13:42:00] [Server thread/INFO]: [Taser] Loading Taser v1.7.6 [13:42:00] [Server thread/INFO]: [Vehicles] Loading Vehicles v11.7 [13:42:00] [Server thread/INFO]: [SimpleRename] Loading SimpleRename v13.9 [13:42:00] [Server thread/INFO]: [Item2Chat] [Item2Chat] Loading Item2Chat v6.1.2 [13:42:00] [Server thread/INFO]: [MineSync] Loading MineSync vS2.2.0 [13:42:00] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.1 [13:42:00] [Server thread/INFO]: [PetMaster] Loading PetMaster v1.12.1 [13:42:00] [Server thread/INFO]: [dynmap] Loading dynmap v3.2-SNAPSHOT-Dev [13:42:00] [Server thread/INFO]: [dynmap] version=git-Airplane-"a13c511" (MC: 1.16.5) [13:42:00] [Server thread/INFO]: [dynmap] Mod Support API available [13:42:00] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.5+57d5ac9 [13:42:01] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@4d6ffcd] [13:42:01] [Server thread/INFO]: [VentureChat] Loading VentureChat v2.22.8 [13:42:01] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.0-dev+134-fbb3a9a [13:42:01] [Server thread/INFO]: [OfflinePay] Loading OfflinePay v0.1.1 [13:42:01] [Server thread/INFO]: [xExams] Loading xExams v1.2.0 [13:42:01] [Server thread/INFO]: [Elevator] Loading Elevator v3.11.1 [13:42:01] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.13.7 [13:42:01] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.6.11 [13:42:01] [Server thread/INFO]: [SalaryManager] Loading SalaryManager v0.5.5 [13:42:01] [Server thread/INFO]: [Bankrobbery] Loading Bankrobbery v1.0-SNAPSHOT [13:42:01] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v3.8.4 [13:42:01] [Server thread/INFO]: [AsyncWorldEdit] Plugin installed [13:42:01] [Server thread/INFO]: [BlockBall] Loading BlockBall v6.24.1 [13:42:01] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.4-DEV-110 [13:42:01] [Server thread/INFO]: [CuffEm] Loading CuffEm v1.4.1 [13:42:01] [Server thread/INFO]: [Telecom] Loading Telecom v1.0.0-beta0.15 [13:42:01] [Server thread/INFO]: [TAB] Loading TAB v2.8.11-pre17 [13:42:01] [Server thread/INFO]: [SuperbVote] Loading SuperbVote v0.5.5 [13:42:01] [Server thread/INFO]: [MobMoney] Loading MobMoney v1.0-SNAPSHOT [13:42:01] [Server thread/INFO]: [WESV] Loading WorldEditSelectionVisualizer v2.0.8 [13:42:01] [Server thread/INFO]: [Chunky] Loading Chunky v1.2.54 [13:42:01] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v5.13.12 [13:42:01] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4+f7ff984 [13:42:01] [Server thread/INFO]: [EntityDetection] Loading EntityDetection v1.2.0 (build #23) [13:42:01] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.19.0-dev+134-fbb3a9a [13:42:01] [Server thread/INFO]: [GSit] Loading GSit v[5.2.0.2] [13:42:01] [Server thread/INFO]: [NexEngine] Loading NexEngine v2.0.6 [13:42:01] [Server thread/INFO]: [BeastWithdraw] Loading BeastWithdraw v2.9.2 [13:42:01] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.19.0-dev+134-fbb3a9a [13:42:01] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v19.5 [13:42:01] [Server thread/INFO]: [GadgetsMenu] Loading GadgetsMenu v4.6.9 [13:42:01] [Server thread/INFO]: [ChunkyBorder] Loading ChunkyBorder v1.0.29 [13:42:01] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.2.2-b812 [13:42:01] [Server thread/INFO]: [TreeAssist] Loading TreeAssist v7.2.6 [13:42:01] [Server thread/INFO]: [TreeAssist] Loading main config file: /config.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/mushroom/mushroom-brown.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/mushroom/mushroom-red.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/nether/thick_warped_fungus.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/nether/warped_fungus.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/nether/crimson_fungus.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/nether/thick_crimson_fungus.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/mushroom.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/nether.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/default.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/overworld/oak.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/overworld/tall_jungle.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/overworld/spruce.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/overworld/tall_spruce.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/overworld/jungle.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/overworld/tall_oak.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/overworld/acacia.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/overworld/dark_oak.yml [13:42:01] [Server thread/INFO]: [TreeAssist] Loading tree config file: /trees/overworld/birch.yml [13:42:01] [Server thread/INFO]: [Disease] Loading Disease v3.3.0 [13:42:01] [Server thread/INFO]: [Jail] Loading Jail v3.0.0-SNAPSHOT-b0 [13:42:01] [Server thread/INFO]: [LWC] Loading LWC v2.2.7-ad0f824 [13:42:01] [Server thread/INFO]: [GoldenCrates] Loading GoldenCrates v3.11.0 [13:42:01] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v4.2.2-b500 [13:42:01] [Server thread/INFO]: [AreaShop] Loading AreaShop vunspecified [13:42:01] [Server thread/INFO]: [Server Tutorial Plus] Loading ServerTutorialPlus v1.22.0-SNAPSHOT [13:42:01] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v2.3.1-Release [13:42:01] [Server thread/INFO]: [MarriageMaster] PCGF-PluginLib not installed. Switching to standalone mode! [13:42:01] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.12 (build 307) [13:42:01] [Server thread/INFO]: [ChestShop] LWC version 2.2.7-ad0f824 loaded. [13:42:01] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.4+f7ff984 loaded. [13:42:01] [Server thread/INFO]: [Brewery] Loading Brewery v3.0 [13:42:01] [Server thread/INFO]: [QualityArmory] Loading QualityArmory v1.1.176 [13:42:01] [Server thread/INFO]: [ChestShopNotifier] Loading ChestShopNotifier v1.3.3-SNAPSHOT (build 50) [13:42:01] [Server thread/INFO]: [CompaniesReloaded] Loading CompaniesReloaded v1.1.3 [13:42:01] [Server thread/INFO]: [AntiVPN] Loading AntiVPN v6.4.13 [13:42:01] [Server thread/WARN]: [AntiVPN] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:02] [Server thread/INFO]: [PremiumVanish] Loading PremiumVanish v2.6.15 [13:42:02] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.22.0 [13:42:02] [Server thread/INFO]: [Plan] Loading Plan v5.3 build 1284 [13:42:02] [Server thread/INFO]: [Plan] Resolving runtime dependencies.. [13:42:02] [Server thread/INFO]: [Plan] Loading runtime dependencies.. [13:42:03] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [13:42:03] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.3.3 [13:42:03] [Server thread/INFO]: __ [13:42:03] [Server thread/INFO]: | |__) LuckPerms v5.3.3 [13:42:03] [Server thread/INFO]: |___ | Running on Bukkit - Airplane [13:42:03] [Server thread/INFO]: [13:42:03] [Server thread/INFO]: [LuckPerms] Loading configuration... [13:42:03] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB] [13:42:03] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting... [13:42:03] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed. [13:42:03] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL] [13:42:04] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [13:42:04] [Server thread/INFO]: [LuckPerms] Performing initial data load... [13:42:04] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1054ms) [13:42:04] [Server thread/INFO]: [SuspiciousPlayers] Enabling SuspiciousPlayers v1.3.3 [13:42:04] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting... [13:42:04] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed. [13:42:04] [Server thread/INFO]: [SuspiciousPlayers] Suspicious Players Loaded. [13:42:04] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.1-SNAPSHOT-b503 [13:42:04] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread. [13:42:04] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131 [13:42:04] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.19.0-dev+134-fbb3a9a which is not a depend, softdepend or loadbefore of this plugin. [13:42:04] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [13:42:04] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [13:42:04] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131 [13:42:04] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [13:42:04] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.5+57d5ac9 [13:42:04] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [13:42:04] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] Enabling AsyncWorldEdit v3.8.4 [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] Platform set to Bukkit API [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] =================================================================================== [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] = ___ _ __ __ ________ ___ __ = [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] = / | _______ ______ ____| | / /___ _____/ /___/ / ____/___/ (_) /_ = [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] = / /| | / ___/ / / / __ \/ ___/ | /| / / __ \/ ___/ / __ / __/ / __ / / __/ = [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] = / ___ |(__ ) /_/ / / / / /__ | |/ |/ / /_/ / / / / /_/ / /___/ /_/ / / /_ = [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] = /_/ |_/____/\__, /_/ /_/\___/ |__/|__/\____/_/ /_/\__,_/_____/\__,_/_/\__/ = [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] = /____/ = [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] = Author: SBPrime = [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] = ________________ = [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] = ___/ free version \___ = [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] =================================================================================== [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] Initializing WorldEdit. [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] No matching adapter found for Bukkit.v1_16_R3, DirectChunkAPI disabled [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] PlotMeFix set to class org.primesoft.asyncworldedit.plotme.NullFix. [13:42:05] [Server thread/INFO]: [AsyncWorldEdit] Enabled [13:42:05] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v5.13.12 [13:42:05] [Thread-19/INFO]: [AsyncWorldEdit] You have the latest version of the plugin. [13:42:05] [Server thread/INFO]: Version is PlotSquared-5.13.12 [13:42:05] [Server thread/WARN]: [PlotSquared] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:05] [Server thread/INFO]: [P2] PlotSquared hooked into WorldEdit. [13:42:05] [Server thread/INFO]: [P2] PlotSquared is now enabled [13:42:05] [Server thread/INFO]: [P2] PlotSquared version licensed to Spigot user 889710 [13:42:05] [Server thread/INFO]: [P2] https://www.spigotmc.org/resources/77506 [13:42:05] [Server thread/INFO]: [P2] Download ID: -1715021902 [13:42:05] [Server thread/INFO]: [P2] Thanks for supporting us :) [13:42:05] [Server thread/INFO]: [P2] (UUID) Using LuckPerms as a complementary UUID service [13:42:05] [Server thread/INFO]: [P2] (UUID) Using EssentialsX as a complementary UUID service [13:42:05] [Server thread/INFO]: [P2] (UUID) Using Paper as a complementary UUID service [13:42:05] [Server thread/INFO]: [P2] (UUID) 223 UUIDs will be cached. [13:42:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: plotsquared [13:42:05] [Server thread/INFO]: [P2] PlotSquared hooked into PlaceholderAPI [13:42:05] [Server thread/INFO]: [P2] Using platform world manager: bukkit-multiverse [13:42:05] [Server thread/INFO]: [NexEngine] Enabling NexEngine v2.0.6 [13:42:05] [Server thread/WARN]: [NexEngine] ============== DISCLAIMER ============== [13:42:05] [Server thread/WARN]: [NexEngine] > You're running an unknown Spigot fork. [13:42:05] [Server thread/WARN]: [NexEngine] > This plugin is designed to work on Spigot (spigotmc.org) only! [13:42:05] [Server thread/WARN]: [NexEngine] > You won't get any support for any issues unless they persist on regular Spigot. [13:42:05] [Server thread/WARN]: [NexEngine] ======================================== [13:42:05] [Server thread/INFO]: [NexEngine] Loaded NMS version: V1_16_R3 [13:42:05] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms permissions [13:42:05] [Server thread/INFO]: [NexEngine] Successfully hooked with EssentialsX Economy economy [13:42:05] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms chat [13:42:05] [Server thread/INFO]: [NexEngine] [Hook] Vault: Success! [13:42:05] [Server thread/INFO]: [NexEngine] Found 0 external module(s). [13:42:05] [Server thread/INFO]: [NexEngine] Plugin loaded in 40 ms! [13:42:05] [Server thread/INFO]: [LWC] Enabling LWC v2.2.7-ad0f824 [13:42:05] [Server thread/INFO]: [LWC] Connecting to SQLite [13:42:06] [Server thread/INFO]: Preparing level "world" [13:42:06] [Server thread/INFO]: -------- World Settings For [world] -------- [13:42:06] [Server thread/INFO]: Experience Merge Radius: 10.0 [13:42:06] [Server thread/INFO]: Cactus Growth Modifier: 300% [13:42:06] [Server thread/INFO]: Cane Growth Modifier: 300% [13:42:06] [Server thread/INFO]: Melon Growth Modifier: 300% [13:42:06] [Server thread/INFO]: Mushroom Growth Modifier: 300% [13:42:06] [Server thread/INFO]: Pumpkin Growth Modifier: 300% [13:42:06] [Server thread/INFO]: Sapling Growth Modifier: 300% [13:42:06] [Server thread/INFO]: Beetroot Growth Modifier: 300% [13:42:06] [Server thread/INFO]: Carrot Growth Modifier: 300% [13:42:06] [Server thread/INFO]: Potato Growth Modifier: 300% [13:42:06] [Server thread/INFO]: Wheat Growth Modifier: 300% [13:42:06] [Server thread/INFO]: NetherWart Growth Modifier: 300% [13:42:06] [Server thread/INFO]: Vine Growth Modifier: 300% [13:42:06] [Server thread/INFO]: Cocoa Growth Modifier: 300% [13:42:06] [Server thread/INFO]: Bamboo Growth Modifier: 300% [13:42:06] [Server thread/INFO]: SweetBerry Growth Modifier: 300% [13:42:06] [Server thread/INFO]: Kelp Growth Modifier: 300% [13:42:06] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false [13:42:06] [Server thread/INFO]: Hopper Transfer: 32 Hopper Check: 4 Hopper Amount: 4 [13:42:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [13:42:06] [Server thread/INFO]: Max TNT Explosions: 100 [13:42:06] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [13:42:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [13:42:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false [13:42:06] [Server thread/INFO]: Item Merge Radius: 5.0 [13:42:06] [Server thread/INFO]: Item Despawn Rate: 2400 [13:42:06] [Server thread/INFO]: View Distance: 3 [13:42:06] [Server thread/INFO]: Arrow Despawn Rate: 1 Trident Respawn Rate:1200 [13:42:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: false [13:42:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: true [13:42:06] [Server thread/INFO]: Mob Spawn Range: 2 [13:42:06] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [13:42:07] [Server thread/INFO]: -------- World Settings For [world_nether] -------- [13:42:07] [Server thread/INFO]: Experience Merge Radius: 10.0 [13:42:07] [Server thread/INFO]: Cactus Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Cane Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Melon Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Mushroom Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Pumpkin Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Sapling Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Beetroot Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Carrot Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Potato Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Wheat Growth Modifier: 300% [13:42:07] [Server thread/INFO]: NetherWart Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Vine Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Cocoa Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Bamboo Growth Modifier: 300% [13:42:07] [Server thread/INFO]: SweetBerry Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Kelp Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false [13:42:07] [Server thread/INFO]: Hopper Transfer: 32 Hopper Check: 4 Hopper Amount: 4 [13:42:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [13:42:07] [Server thread/INFO]: Max TNT Explosions: 100 [13:42:07] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [13:42:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [13:42:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false [13:42:07] [Server thread/INFO]: Item Merge Radius: 5.0 [13:42:07] [Server thread/INFO]: Item Despawn Rate: 2400 [13:42:07] [Server thread/INFO]: View Distance: 3 [13:42:07] [Server thread/INFO]: Arrow Despawn Rate: 1 Trident Respawn Rate:1200 [13:42:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: false [13:42:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: true [13:42:07] [Server thread/INFO]: Mob Spawn Range: 2 [13:42:07] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- [13:42:07] [Server thread/INFO]: Experience Merge Radius: 10.0 [13:42:07] [Server thread/INFO]: Cactus Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Cane Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Melon Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Mushroom Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Pumpkin Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Sapling Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Beetroot Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Carrot Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Potato Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Wheat Growth Modifier: 300% [13:42:07] [Server thread/INFO]: NetherWart Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Vine Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Cocoa Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Bamboo Growth Modifier: 300% [13:42:07] [Server thread/INFO]: SweetBerry Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Kelp Growth Modifier: 300% [13:42:07] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false [13:42:07] [Server thread/INFO]: Hopper Transfer: 32 Hopper Check: 4 Hopper Amount: 4 [13:42:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [13:42:07] [Server thread/INFO]: Max TNT Explosions: 100 [13:42:07] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [13:42:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [13:42:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false [13:42:07] [Server thread/INFO]: Item Merge Radius: 5.0 [13:42:07] [Server thread/INFO]: Item Despawn Rate: 2400 [13:42:07] [Server thread/INFO]: View Distance: 3 [13:42:07] [Server thread/INFO]: Arrow Despawn Rate: 1 Trident Respawn Rate:1200 [13:42:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: false [13:42:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: true [13:42:07] [Server thread/INFO]: Mob Spawn Range: 2 [13:42:07] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [13:42:07] [Server thread/INFO]: Preparing spawn area: 0% [13:42:07] [Server thread/INFO]: Time elapsed: 174 ms [13:42:07] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether [13:42:08] [Server thread/INFO]: Preparing spawn area: 0% [13:42:08] [Server thread/INFO]: Time elapsed: 280 ms [13:42:08] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end [13:42:08] [Server thread/INFO]: Time elapsed: 69 ms [13:42:08] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.52 [13:42:08] [Server thread/INFO]: [Friends] Enabling Friends v1.0.0 [13:42:08] [Server thread/INFO]: [Friends] Initialized player names. Took: 682ms [13:42:08] [Server thread/INFO]: [Friends] Loading configuration files... [13:42:08] [Server thread/INFO]: [Friends] Connecting to database... [13:42:08] [Server thread/WARN]: [Server thread] INFO dev.demeng.friends.shaded.hikari.HikariDataSource - HikariPool-1 - Starting... [13:42:09] [Server thread/WARN]: [Server thread] INFO dev.demeng.friends.shaded.hikari.HikariDataSource - HikariPool-1 - Start completed. [13:42:09] [Server thread/INFO]: [Friends] Loading friends... [13:42:09] [Server thread/INFO]: [Friends] Registering commands... [13:42:09] [Server thread/INFO]: [Friends] Registering listeners... [13:42:09] [Server thread/INFO]: [Friends] Starting tasks... [13:42:09] [Server thread/INFO]: FRIENDS » Friends v1.0.0 has been enabled in 868ms. [13:42:09] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9 [13:42:09] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information... [13:42:09] [Server thread/INFO]: [Send] Enabling Send v1.0 [13:42:09] [Server thread/INFO]: [Admin360-Reloaded] Enabling Admin360-Reloaded v8.1.2* [13:42:09] [Server thread/INFO]: [Admin360-Reloaded] The config file is at the latest version. [13:42:09] [Server thread/WARN]: [Admin360-Reloaded] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:09] [Server thread/INFO]: [Admin360-Reloaded] Connected to the SQLite database. [13:42:09] [Server thread/INFO]: [Admin360-Reloaded] Finished setting up the SQLite database. [13:42:09] [Server thread/INFO]: [Admin360-Reloaded] The database structure is at the latest version. [13:42:09] [Server thread/INFO]: [PrivateDeathMessage] Enabling PrivateDeathMessage v2.1.1 [13:42:09] [Server thread/INFO]: [PrivateDeathMessage] Enabled! [13:42:09] [Server thread/INFO]: [ServerUtils] Enabling ServerUtils v2.5.4 [13:42:09] [Server thread/INFO]: [ServerUtils] [ACF] Enabled Asynchronous Tab Completion Support! [13:42:09] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v6.1.2 [13:42:09] [Server thread/INFO]: [VoxelSniper] Registered 69 Sniper Brushes with 137 handles. [13:42:09] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener. [13:42:09] [Server thread/INFO]: [CraftEnhance] Enabling CraftEnhance v2.4.2 [13:42:09] [Server thread/INFO]: [Crafting] CraftEnhance is managed and developed by DutchJelly. [13:42:09] [Server thread/INFO]: [Crafting] If you find a bug in the plugin, please report it to https://dev.bukkit.org/projects/craftenhance. [13:42:09] [Server thread/INFO]: [Crafting] Running a version check to check that the server is compatible with game version 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16. [13:42:09] [Server thread/INFO]: [Crafting] The correct version is installed. [13:42:10] [Server thread/INFO]: [Crafting] CraftEnhance is up to date. [13:42:10] [Server thread/INFO]: [ItemRecycler] Enabling ItemRecycler v1.2.9 [13:42:10] [Server thread/INFO]: [ItemRecycler] Preparing language packs... [13:42:10] [Server thread/INFO]: [ItemRecycler] Active language pack: en [13:42:10] [Server thread/INFO]: [ItemRecycler] Security (duplication type: ALLOWED_LIST) has been enabled. [13:42:10] [Server thread/INFO]: [ItemRecycler] ItemRecycler v1.2.9 has been enabled. [13:42:10] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v3.2.1 [13:42:10] [Server thread/INFO]: [McEventCore] Enabling McEventCore v0.1.0 [13:42:10] [Server thread/INFO]: [MiniMOTD] Enabling MiniMOTD v2.0.2 [13:42:10] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v5.2.15-SNAPSHOT [13:42:10] [Server thread/INFO]: [PlayerHeads] NoCheatPlus not detected. [13:42:10] [Server thread/INFO]: [PlayerHeads] Current plugin compatibility version: craftbukkit 1.14+ [13:42:10] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.1.7 [13:42:10] [Server thread/INFO]: [Sickle] Enabling Sickle v1.8.3 [13:42:10] [Server thread/INFO]: [DrugFun] Enabling DrugFun v2.4.0 [13:42:10] [Server thread/WARN]: [DrugFun] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin. [13:42:11] [Server thread/INFO]: [DCImmigration] Enabling DCImmigration v1.0.2-SNAPSHOT [13:42:11] [Server thread/INFO]: [net.dv8tion.jda.api.JDA] Login Successful! [13:42:11] [Server thread/INFO]: [DCImmigration] Successfully logged into Discord! [13:42:11] [Server thread/INFO]: [spark] Enabling spark v1.6.0 [13:42:11] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring [13:42:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark [13:42:11] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders [13:42:11] [Server thread/INFO]: [ACD_Blood] Enabling ACD_Blood v1.3 [13:42:11] [Server thread/INFO]: ------------ACD Blood------------ [13:42:11] [Server thread/INFO]: SUCCESSFULLY LOADED [13:42:11] [Server thread/INFO]: ------------ACD Blood------------ [13:42:11] [Server thread/INFO]: The plugin is Up-to-date [13:42:11] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.6 [13:42:11] [JDA MainWS-ReadThread/INFO]: [net.dv8tion.jda.internal.requests.WebSocketClient] Connected to WebSocket [13:42:11] [Server thread/INFO]: [BuycraftX] Validating your server key... [13:42:11] [Server thread/INFO]: [BuycraftX] Fetching all server packages... [13:42:11] [Server thread/INFO]: [Votifier] Enabling Votifier v3.0.0-SNAPSHOT [13:42:11] [Server thread/INFO]: [Votifier] Loaded token for website: default [13:42:11] [Server thread/INFO]: [Votifier] QUIET mode enabled! [13:42:12] [Server thread/INFO]: [Votifier] Using epoll transport to accept votes. [13:42:12] [Server thread/INFO]: [ImageMaps] Enabling ImageMaps v1.0.6 [13:42:12] [Votifier epoll boss/INFO]: [Votifier] Votifier enabled on socket /[0:0:0:0:0:0:0:0%0]:25112. [13:42:12] [JDA MainWS-ReadThread/INFO]: [net.dv8tion.jda.api.JDA] Finished Loading! [13:42:12] [Server thread/INFO]: [SignEdit] Enabling SignEdit v1.12.6 [13:42:12] [Server thread/INFO]: [Minepacks] Enabling Minepacks v2.3.24-Standalone [13:42:12] [Server thread/INFO]: [Minepacks] Starting Minepacks in standalone mode! [13:42:12] [Server thread/INFO]: [Minepacks] Config file successfully loaded. [13:42:12] [Server thread/INFO]: [Minepacks] Language file successfully loaded. Language: english Author: GeorgH93 [13:42:12] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Starting... [13:42:12] [Server thread/WARN]: [Minepacks] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:12] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Start completed. [13:42:12] [Server thread/INFO]: [Minepacks] Item name language file successfully loaded. Language: english Author: GeorgH93 [13:42:12] [Server thread/INFO]: [Minepacks] Loading item translations ... [13:42:12] [Server thread/INFO]: [Minepacks] Finished loading item translations for 829 items. [13:42:12] [Server thread/INFO]: [Minepacks]  Minepacks has been enabled!  :)  [13:42:12] [Server thread/INFO]: [AntiXrayHeuristics] Enabling AntiXrayHeuristics v1.3.10 [13:42:12] [Server thread/INFO]: [Taser] Enabling Taser v1.7.6 [13:42:12] [Server thread/INFO]: [Taser] Taser by Megamezzomixer ENABLED [13:42:12] [Server thread/INFO]: [Vehicles] Enabling Vehicles v11.7 [13:42:12] [Server thread/INFO]: Vehicles >> lang.yml loaded. [13:42:12] [Server thread/INFO]: Vehicles >> Invalid fuel material [13:42:12] [Server thread/INFO]: [SimpleRename] Enabling SimpleRename v13.9 [13:42:13] [Server thread/INFO]: SimpleRename enabled! [13:42:13] [Server thread/INFO]: [Item2Chat] [Item2Chat] Enabling Item2Chat v6.1.2 [13:42:13] [Server thread/INFO]: [Item2Chat] [Item2Chat] 1 commands found! [13:42:13] [Server thread/INFO]: [Item2Chat] [Item2Chat] Registered com.vk2gpz.item2chat.d.b [13:42:13] [Server thread/INFO]: [Item2Chat] [Item2Chat] Item2Chat version 6.1.2 is Enabled [13:42:13] [Server thread/INFO]: [MineSync] Enabling MineSync vS2.2.0 [13:42:13] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.1 [13:42:13] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.1*-=-=-=-=-=-=-=-=-=-* [13:42:13] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131 [13:42:13] [Server thread/INFO]: | Command file(s) found : 6 [13:42:13] [Server thread/INFO]: | Config : Ready. [13:42:13] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu) [13:42:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mycommand [13:42:13] [Server thread/INFO]: | Placeholder_API : Hooked, Ok. [13:42:13] [Server thread/INFO]: | Duplicated command found. triggeredcooldown in chat.yml [13:42:13] [Server thread/INFO]: | Custom commands loaded : 180 [13:42:13] [Server thread/INFO]: | You're running the latest version of MyCommand. [13:42:13] [Server thread/INFO]: | 0 (custom) commands in cooldown added. [13:42:13] [Server thread/INFO]: | 0 (other) commands in cooldown added. [13:42:13] [Server thread/WARN]: [MyCommand] Loaded class com.comphenix.protocol.events.PacketListener from ProtocolLib v4.6.1-SNAPSHOT-b503 which is not a depend, softdepend or loadbefore of this plugin. [13:42:13] [Server thread/INFO]: | by emmerrei a.k.a. ivanfromitaly. [13:42:13] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-* [13:42:13] [Server thread/INFO]: [PetMaster] Enabling PetMaster v1.12.1 [13:42:13] [Server thread/INFO]: [PetMaster] Registering listeners... [13:42:13] [Server thread/INFO]: [PetMaster] Backing up and loading configuration files... [13:42:13] [Thread-33/INFO]: [PetMaster] Checking for plugin update... [13:42:13] [Server thread/INFO]: [PetMaster] Plugin enabled and ready to run! Took 10ms. [13:42:13] [Server thread/INFO]: [dynmap] Enabling dynmap v3.2-SNAPSHOT-Dev [13:42:13] [Server thread/INFO]: [dynmap] Using LuckPerms 5.3.3 for access control [13:42:13] [Server thread/INFO]: [dynmap] Opening MySQL database 172.18.0.1:3306/s1795_dynmap_new as map store [13:42:13] [Server thread/WARN]: 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. [13:42:13] [Server thread/WARN]: [dynmap] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:13] [Server thread/ERROR]: [dynmap] Error extracting file - web/index.html [13:42:13] [Server thread/INFO]: [dynmap] Extracted files upgraded [13:42:13] [Server thread/INFO]: [dynmap] Mod Support processing completed [13:42:13] [Server thread/INFO]: [dynmap] Loaded 25 shaders. [13:42:13] [Server thread/INFO]: [dynmap] Loaded 82 perspectives. [13:42:13] [Server thread/INFO]: [dynmap] Loaded 22 lightings. [13:42:13] [Server thread/INFO]: [dynmap] Starting enter/exit processing [13:42:14] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization [13:42:14] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:25348 [13:42:14] [Server thread/INFO]: [dynmap] version 3.2-SNAPSHOT-Dev is enabled - core version 3.2-SNAPSHOT-Dev [13:42:14] [Server thread/INFO]: [dynmap] For support, visit https://reddit.com/r/Dynmap or our Discord at https://discord.gg/s3rd5qn [13:42:14] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues [13:42:14] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm [13:42:14] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world'. [13:42:14] [Server thread/INFO]: [dynmap] Loaded 102 pending tile renders for world 'world' [13:42:14] [Server thread/INFO]: [dynmap] Unable to restore render job for world 'world' - map configuration changed [13:42:14] [Server thread/INFO]: [dynmap] World 'world_nether' disabled [13:42:14] [Server thread/INFO]: [dynmap] World 'world_the_end' disabled [13:42:14] [Server thread/INFO]: [dynmap] Enabled [13:42:14] [Server thread/INFO]: [VentureChat] Enabling VentureChat v2.22.8 [13:42:14] [Server thread/INFO]: [VentureChat] - Initializing... [13:42:14] [Server thread/INFO]: [VentureChat] - Config found! Loading file. [13:42:14] [Server thread/INFO]: [VentureChat] - Checking for Vault... [13:42:14] [Server thread/INFO]: [VentureChat] - Loading player data [13:42:15] [Server thread/INFO]: [VentureChat] - Registering Listeners [13:42:15] [Server thread/INFO]: [VentureChat] - Attaching to Executors [13:42:15] [Server thread/INFO]: [VentureChat] - Establishing BungeeCord [13:42:15] [Server thread/INFO]: [VentureChat] - Enabling PlaceholderAPI Hook [13:42:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: venturechat [13:42:15] [Server thread/INFO]: [VentureChat] - Enabled Successfully [13:42:15] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.0-dev+134-fbb3a9a [13:42:15] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml [13:42:15] [Server thread/INFO]: [Essentials] No kits found to migrate. [13:42:15] [pool-21-thread-1/INFO]: [P2] (UUID) PlotSquared will fetch UUIDs in groups of 200 [13:42:15] [pool-21-thread-1/INFO]: [P2] (UUID) PlotSquared has cached 89.7% of UUIDs [13:42:15] [pool-21-thread-1/INFO]: [P2] (UUID) PlotSquared has cached 100.0% of UUIDs [13:42:15] [pool-21-thread-1/INFO]: [P2] (UUID) PlotSquared has cached all UUIDs [13:42:15] [Server thread/INFO]: [Essentials] Loaded 25599 items from items.json. [13:42:15] [Server thread/INFO]: [Essentials] Using locale dc [13:42:15] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [13:42:15] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [13:42:15] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked. [13:42:15] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms) [13:42:15] [Server thread/INFO]: [OfflinePay] Enabling OfflinePay v0.1.1 [13:42:15] [Server thread/WARN]: [OfflinePay] Could not save messages.yml to plugins/OfflinePay/messages.yml because messages.yml already exists. [13:42:15] [Server thread/INFO]: [OfflinePay] Has essentials:true;notify on failure:true;SendMailToOffline:true [13:42:15] [Server thread/INFO]: [OfflinePay] Usercache found: ./usercache.json [13:42:15] [Server thread/INFO]: [xExams] Enabling xExams v1.2.0 [13:42:15] [Server thread/INFO]: [xExams] Detected LuckPerms! Initializing LP permission service... [13:42:15] [Server thread/INFO]: [xExams] [ACF] Enabled Asynchronous Tab Completion Support! [13:42:15] [Server thread/INFO]: [xExams] [ACF] Enabled Brigadier Support! [13:42:15] [Server thread/INFO]: [xExams] loaded locale: English (United States) [13:42:15] [Server thread/INFO]: [Elevator] Enabling Elevator v3.11.1 [13:42:15] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.13.7 [13:42:16] [Server thread/INFO]: [HeadDatabase] Using default "en_US.lang" created by Arcaniax [13:42:16] [Server thread/WARN]: [HeadDatabase] Economy was not loaded, some features will be disabled! [13:42:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: hdb [13:42:16] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.6.11 [13:42:16] [Server thread/INFO]: [LiteBans] Using default database drivers (version:4). [13:42:16] [Server thread/INFO]: [LiteBans] Loading SQL driver: mysql 8.0.18 (com.mysql.cj.jdbc.Driver) [13:42:16] [Server thread/INFO]: [LiteBans] Connecting to database... [13:42:16] [Server thread/INFO]: [LiteBans] litebans-pool - Starting... [13:42:16] [Server thread/INFO]: [LiteBans] litebans-pool - Start completed. [13:42:16] [Server thread/INFO]: [LiteBans] Connected to [jdbc:mysql://172.18.0.1:3306/s1795_litebans_new;useSSL=false&serverTimezone=UTC] (53.6 ms). [13:42:16] [Server thread/INFO]: [LiteBans] [Sync] Server name: Democracycraft [13:42:16] [Server thread/INFO]: [LiteBans] [Sync] Server UUID: 82b48cb1160840ef8c87e2cddc51995f <1> [13:42:16] [Server thread/INFO]: [LiteBans] Database connection fully initialized (64.6 ms). [13:42:16] [Server thread/INFO]: [LiteBans] v2.6.11 enabled. Startup took 127 ms. [13:42:16] [Server thread/INFO]: [SalaryManager] Enabling SalaryManager v0.5.5 [13:42:16] [Server thread/INFO]: [SalaryManager] Registering PlaceholderAPI hook [13:42:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: salarymanager [13:42:16] [Server thread/INFO]: [Bankrobbery] Enabling Bankrobbery v1.0-SNAPSHOT [13:42:16] [Server thread/INFO]: [BlockBall] Enabling BlockBall v6.24.1 [13:42:16] [Server thread/INFO]: [BlockBall] Loading BlockBall ... [13:42:16] [Server thread/INFO]: [com.github.shynixn.blockball.lib.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting... [13:42:16] [Server thread/WARN]: [BlockBall] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:16] [Server thread/INFO]: [com.github.shynixn.blockball.lib.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed. [13:42:16] [Server thread/INFO]: [BlockBall] Connected to jdbc:sqlite:/home/container/plugins/BlockBall/BlockBall.db [13:42:16] [Server thread/INFO]: [BlockBall] Using NMS Connector v1_16_R3. [13:42:16] [Server thread/INFO]: [BlockBall] found dependency [WorldEdit]. [13:42:16] [Server thread/INFO]: [BlockBall] successfully loaded dependency [WorldEdit] 7.2.5+57d5ac9. [13:42:16] [Server thread/INFO]: [BlockBall] found dependency [PlaceholderAPI]. [13:42:16] [Server thread/INFO]: [BlockBall] successfully loaded dependency [PlaceholderAPI] 2.10.9. [13:42:16] [Server thread/INFO]: [BlockBall] found dependency [Vault]. [13:42:16] [Server thread/INFO]: [BlockBall] successfully loaded dependency [Vault] 1.7.3-b131. [13:42:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: blockball [13:42:16] [Server thread/INFO]: [BlockBall] Enabled BlockBall 6.24.1 by Shynixn, LazoYoung [13:42:16] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.4-DEV-110 [13:42:16] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI! [13:42:16] [Server thread/WARN]: [DeluxeMenus] open_command specified for menu: betawarps already exists for another menu! [13:42:16] [Server thread/WARN]: [DeluxeMenus] Skipping menu: betawarps [13:42:16] [Server thread/INFO]: [DeluxeMenus] Registered command: medicarepay for menu: medicarepay [13:42:16] [Server thread/INFO]: [DeluxeMenus] Registered command: government for menu: government [13:42:16] [Server thread/WARN]: [DeluxeMenus] command: wild specified for menu: warps already exists for another menu! [13:42:16] [Server thread/WARN]: [DeluxeMenus] Skipping command: wild in menu: warps [13:42:16] [Server thread/INFO]: [DeluxeMenus] Registered command: betastats for menu: main-statistics [13:42:16] [Server thread/INFO]: [DeluxeMenus] Registered command: betacosmetics for menu: main-cosmetics [13:42:16] [Server thread/INFO]: [DeluxeMenus] 27 GUI menus loaded! [13:42:16] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus! [13:42:16] [Server thread/WARN]: [DeluxeMenus] Loaded class me.arcaniax.hdb.api.HeadDatabaseAPI from HeadDatabase v4.13.7 which is not a depend, softdepend or loadbefore of this plugin. [13:42:16] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement! [13:42:16] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup [13:42:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxemenus [13:42:16] [Server thread/INFO]: [CuffEm] Enabling CuffEm v1.4.1 [13:42:16] [Server thread/INFO]: [CuffEm] Using legacy item [13:42:16] [Server thread/WARN]: [CuffEm] Could not find QualityArmoryVehicles. [13:42:16] [Server thread/INFO]: [CuffEm] Hooked up to Vehicles. [13:42:16] [Server thread/INFO]: [Telecom] Enabling Telecom v1.0.0-beta0.15 [13:42:16] [Server thread/INFO]: [Telecom] Telecom Version: 1.0.0-beta0.15 Has Been Enabled! [13:42:16] [Server thread/INFO]: [Telecom] Lang Loaded! [13:42:16] [Server thread/INFO]: [Telecom] Vault has been hooked. [13:42:16] [Server thread/INFO]: [TAB] Enabling TAB v2.8.11-pre17 [13:42:16] [Server thread/INFO]: [TAB] Server version: 1.16.5 (v1_16_R3) [13:42:16] [Server thread/INFO]: [TAB] File plugins/TAB/errors.log exists and is not empty. Take a look at the error messages and try to resolve them. After you do, delete the file. [13:42:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tab [13:42:16] [Server thread/INFO]: [TAB] There was 1 startup warning. [13:42:16] [Server thread/INFO]: [TAB] Enabled in 43ms [13:42:16] [Server thread/INFO]: [SuperbVote] Enabling SuperbVote v0.5.5 [13:42:16] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [13:42:16] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation [13:42:16] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [13:42:16] [Server thread/WARN]: [SuperbVote] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:16] [Server thread/INFO]: [SuperbVote] Using clip's PlaceholderAPI to provide extra placeholders. [13:42:16] [Server thread/INFO]: [MobMoney] Enabling MobMoney v1.0-SNAPSHOT [13:42:16] [Server thread/INFO]: [WESV] Enabling WorldEditSelectionVisualizer v2.0.8 [13:42:16] [Server thread/INFO]: [WESV] Using WorldEdit 7 api [13:42:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: wesv [13:42:16] [Server thread/INFO]: [WESV] PlaceholderAPI extension successfully registered. [13:42:16] [Server thread/INFO]: [Chunky] Enabling Chunky v1.2.54 [13:42:16] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4+f7ff984 [13:42:16] [Server thread/WARN]: [WorldGuard] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:16] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED. [13:42:16] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED. [13:42:16] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED. [13:42:16] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED. [13:42:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world' [13:42:16] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED. [13:42:16] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED. [13:42:16] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED. [13:42:16] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. [13:42:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether' [13:42:16] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED. [13:42:16] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED. [13:42:16] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED. [13:42:16] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. [13:42:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end' [13:42:16] [Server thread/INFO]: [WorldGuard] Loading region data... [13:42:17] [Server thread/INFO]: [NexEngine] [Hook] WorldGuard: Success! [13:42:17] [Server thread/INFO]: [EntityDetection] Enabling EntityDetection v1.2.0 (build #23) [13:42:17] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.19.0-dev+134-fbb3a9a [13:42:17] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/. [13:42:17] [Server thread/INFO]: [EssentialsGeoIP] Starting Metrics. Opt-out using the global bStats config. [13:42:17] [Server thread/INFO]: [GSit] Enabling GSit v[5.2.0.2] [13:42:17] [Server thread/INFO]: [GSit] The Plugin was successfully enabled. [13:42:17] [Server thread/INFO]: [GSit] Hooked successfully with PlotSquared! [13:42:17] [Server thread/INFO]: [GSit] Hooked successfully with WorldGuard! [13:42:17] [Server thread/INFO]: [BeastWithdraw] Enabling BeastWithdraw v2.9.2 [13:42:17] [Server thread/INFO]: [BeastWithdraw] /XpBottle command aliases [xpb, beastxpb, bottle] are registered. [13:42:17] [Server thread/INFO]: [BeastWithdraw] /bWithdraw command aliases [cashnote, withdraw, moneywithdraw, moneynote] are registered. [13:42:17] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_16_R3! Trying to find NMS support [13:42:17] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_16_R3' loaded! [13:42:17] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson [13:42:17] [Server thread/INFO]: [BeastWithdraw] Version 2.9.2 : has been enabled! [13:42:17] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.0-dev+134-fbb3a9a [13:42:17] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config. [13:42:17] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v19.5 [13:42:17] [Server thread/WARN]: [CoreProtect] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:17] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! [13:42:17] [Server thread/INFO]: [CoreProtect] Using MySQL for data storage. [13:42:17] [Server thread/INFO]: -------------------- [13:42:17] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord! [13:42:17] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/ [13:42:17] [Server thread/INFO]: -------------------- [13:42:17] [Server thread/INFO]: [GadgetsMenu] Enabling GadgetsMenu v4.6.9 [13:42:17] [Thread-68/WARN]: [NBTAPI] [NBTAPI] The NBT-API at 'package me.mraxetv.beastwithdraw.utils.nbtapi' seems to be outdated! [13:42:17] [Thread-68/WARN]: [NBTAPI] [NBTAPI] Current Version: '2.6.0' Newest Version: 2.7.1' [13:42:17] [Thread-68/WARN]: [NBTAPI] [NBTAPI] Please update the nbt-api or the plugin that contains the api! [13:42:17] [Server thread/INFO]: [GadgetsMenu] ------------------------------------------------------ [13:42:17] [Server thread/INFO]: [GadgetsMenu] GadgetsMenu [Premium] 4.6.9 is loading... [13:42:17] [Server thread/INFO]: [GadgetsMenu] [server: git-Airplane-"a13c511" (MC: 1.16.5)] [13:42:17] [Server thread/INFO]: [GadgetsMenu] Plugin by Yap Zhen Yie. [13:42:17] [Server thread/INFO]: [GadgetsMenu] Date Modified: 16 April 2021 [13:42:17] [Server thread/INFO]: [GadgetsMenu] [13:42:17] [Server thread/INFO]: [GadgetsMenu] Initializing module v1_16_R3 [13:42:17] [Server thread/INFO]: [GadgetsMenu] ------------------------------------------------------ [13:42:18] [Server thread/INFO]: [GadgetsMenu] Connecting to SQLite database... [13:42:18] [Server thread/WARN]: [GadgetsMenu] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:18] [Server thread/INFO]: [GadgetsMenu] Successfully connected to SQLite database. [13:42:18] [Server thread/INFO]: [GadgetsMenu] Enabled Mystery Vault individual hologram. [13:42:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: gadgetsmenu [13:42:18] [Server thread/INFO]: [GadgetsMenu] [Placeholder] PlaceholderAPI hooked. [13:42:18] [Server thread/INFO]: [ChunkyBorder] Enabling ChunkyBorder v1.0.29 [13:42:18] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.2.2-b812 [13:42:18] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.2.2-b812" 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--]. [13:42:18] [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. [13:42:18] [Server thread/INFO]: -------- World Settings For [NewConstruction] -------- [13:42:18] [Server thread/INFO]: Experience Merge Radius: 10.0 [13:42:18] [Server thread/INFO]: Cactus Growth Modifier: 300% [13:42:18] [Server thread/INFO]: Cane Growth Modifier: 300% [13:42:18] [Server thread/INFO]: Melon Growth Modifier: 300% [13:42:18] [Server thread/INFO]: Mushroom Growth Modifier: 300% [13:42:18] [Server thread/INFO]: Pumpkin Growth Modifier: 300% [13:42:18] [Server thread/INFO]: Sapling Growth Modifier: 300% [13:42:18] [Server thread/INFO]: Beetroot Growth Modifier: 300% [13:42:18] [Server thread/INFO]: Carrot Growth Modifier: 300% [13:42:18] [Server thread/INFO]: Potato Growth Modifier: 300% [13:42:18] [Server thread/INFO]: Wheat Growth Modifier: 300% [13:42:18] [Server thread/INFO]: NetherWart Growth Modifier: 300% [13:42:18] [Server thread/INFO]: Vine Growth Modifier: 300% [13:42:18] [Server thread/INFO]: Cocoa Growth Modifier: 300% [13:42:18] [Server thread/INFO]: Bamboo Growth Modifier: 300% [13:42:18] [Server thread/INFO]: SweetBerry Growth Modifier: 300% [13:42:18] [Server thread/INFO]: Kelp Growth Modifier: 300% [13:42:18] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false [13:42:18] [Server thread/INFO]: Hopper Transfer: 32 Hopper Check: 4 Hopper Amount: 4 [13:42:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [13:42:18] [Server thread/INFO]: Max TNT Explosions: 100 [13:42:18] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [13:42:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [13:42:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false [13:42:18] [Server thread/INFO]: Item Merge Radius: 5.0 [13:42:18] [Server thread/INFO]: Item Despawn Rate: 2400 [13:42:18] [Server thread/INFO]: View Distance: 3 [13:42:18] [Server thread/INFO]: Arrow Despawn Rate: 1 Trident Respawn Rate:1200 [13:42:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: false [13:42:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: true [13:42:18] [Server thread/INFO]: Mob Spawn Range: 2 [13:42:18] [Server thread/INFO]: [P2] Detected world load for 'NewConstruction' [13:42:18] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared [13:42:18] [Server thread/INFO]: [P2] - plotworld: com.plotsquared.core.generator.HybridPlotWorld [13:42:18] [Server thread/INFO]: [P2] - plotAreaManager: com.plotsquared.core.generator.HybridPlotManager [13:42:18] [Server thread/INFO]: [P2] - default flags: None [13:42:18] [Server thread/INFO]: [P2] - road flags: None [13:42:18] [Server thread/INFO]: Preparing start region for dimension minecraft:newconstruction [13:42:18] [Server thread/INFO]: Preparing spawn area: 0% [13:42:19] [Server thread/INFO]: Time elapsed: 419 ms [13:42:19] [Server thread/INFO]: [WorldGuard] (NewConstruction) TNT ignition is PERMITTED. [13:42:19] [Server thread/INFO]: [WorldGuard] (NewConstruction) Lighters are PERMITTED. [13:42:19] [Server thread/INFO]: [WorldGuard] (NewConstruction) Lava fire is PERMITTED. [13:42:19] [Server thread/INFO]: [WorldGuard] (NewConstruction) Fire spread is UNRESTRICTED. [13:42:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NewConstruction' [13:42:19] [Server thread/INFO]: [dynmap] World 'NewConstruction' disabled [13:42:19] [Server thread/INFO]: -------- World Settings For [NewVault] -------- [13:42:19] [Server thread/INFO]: Experience Merge Radius: 10.0 [13:42:19] [Server thread/INFO]: Cactus Growth Modifier: 300% [13:42:19] [Server thread/INFO]: Cane Growth Modifier: 300% [13:42:19] [Server thread/INFO]: Melon Growth Modifier: 300% [13:42:19] [Server thread/INFO]: Mushroom Growth Modifier: 300% [13:42:19] [Server thread/INFO]: Pumpkin Growth Modifier: 300% [13:42:19] [Server thread/INFO]: Sapling Growth Modifier: 300% [13:42:19] [Server thread/INFO]: Beetroot Growth Modifier: 300% [13:42:19] [Server thread/INFO]: Carrot Growth Modifier: 300% [13:42:19] [Server thread/INFO]: Potato Growth Modifier: 300% [13:42:19] [Server thread/INFO]: Wheat Growth Modifier: 300% [13:42:19] [Server thread/INFO]: NetherWart Growth Modifier: 300% [13:42:19] [Server thread/INFO]: Vine Growth Modifier: 300% [13:42:19] [Server thread/INFO]: Cocoa Growth Modifier: 300% [13:42:19] [Server thread/INFO]: Bamboo Growth Modifier: 300% [13:42:19] [Server thread/INFO]: SweetBerry Growth Modifier: 300% [13:42:19] [Server thread/INFO]: Kelp Growth Modifier: 300% [13:42:19] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false [13:42:19] [Server thread/INFO]: Hopper Transfer: 32 Hopper Check: 4 Hopper Amount: 4 [13:42:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [13:42:19] [Server thread/INFO]: Max TNT Explosions: 100 [13:42:19] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [13:42:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [13:42:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false [13:42:19] [Server thread/INFO]: Item Merge Radius: 5.0 [13:42:19] [Server thread/INFO]: Item Despawn Rate: 2400 [13:42:19] [Server thread/INFO]: View Distance: 3 [13:42:19] [Server thread/INFO]: Arrow Despawn Rate: 1 Trident Respawn Rate:1200 [13:42:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: false [13:42:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: true [13:42:19] [Server thread/INFO]: Mob Spawn Range: 2 [13:42:19] [Server thread/INFO]: [P2] Detected world load for 'NewVault' [13:42:19] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared [13:42:19] [Server thread/INFO]: [P2] - plotworld: com.plotsquared.core.generator.HybridPlotWorld [13:42:19] [Server thread/INFO]: [P2] - plotAreaManager: com.plotsquared.core.generator.HybridPlotManager [13:42:19] [Server thread/INFO]: [P2] - default flags: None [13:42:19] [Server thread/INFO]: [P2] - road flags: None [13:42:19] [Server thread/INFO]: Preparing start region for dimension minecraft:newvault [13:42:19] [Server thread/INFO]: Preparing spawn area: 0% [13:42:19] [Server thread/INFO]: Time elapsed: 91 ms [13:42:19] [Server thread/INFO]: [WorldGuard] (NewVault) TNT ignition is PERMITTED. [13:42:19] [Server thread/INFO]: [WorldGuard] (NewVault) Lighters are PERMITTED. [13:42:19] [Server thread/INFO]: [WorldGuard] (NewVault) Lava fire is PERMITTED. [13:42:19] [Server thread/INFO]: [WorldGuard] (NewVault) Fire spread is UNRESTRICTED. [13:42:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NewVault' [13:42:19] [Server thread/INFO]: [dynmap] World 'NewVault' disabled [13:42:19] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded. [13:42:19] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! [13:42:19] [Server thread/INFO]: [Multiverse-Core] Version 4.2.2-b812 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main-- [13:42:19] [Server thread/INFO]: [TreeAssist] Enabling TreeAssist v7.2.6 [13:42:19] [Server thread/INFO]: [TreeAssist] sending full Metrics! You can deactivate this in the config.yml [13:42:19] [Server thread/INFO]: [TreeAssist] debugging: off [13:42:19] [Server thread/INFO]: [TreeAssist] Updates deactivated. Please check spigotmc.org for updates [13:42:19] [Server thread/INFO]: [Disease] Enabling Disease v3.3.0 [13:42:19] [Server thread/INFO]: [Disease] Plugin Loading [13:42:19] [Server thread/INFO]: [Disease] Loading configuration file [13:42:19] [Server thread/INFO]: [Disease] Loading Language file [13:42:19] [Server thread/INFO]: [Disease] Temperature module loaded [13:42:19] [Server thread/INFO]: [Disease] Adding allowed world: world [13:42:19] [Server thread/INFO]: [Disease] Adding allowed world: world_nether [13:42:19] [Server thread/INFO]: [Disease] Adding allowed world: world_the_end [13:42:19] [Server thread/INFO]: [Disease] Loading choking items: [APPLE, BREAD, PORKCHOP, COOKED_PORKCHOP, FISH, COOKED_FISH, BEEF, COOKED_BEEF, CHICKEN, COOKED_CHICKEN, CARROT, POTATO, BAKED_POTATO, RABBIT, RABBIT_STEW, MUTTON, COOKED_MUTTON] [13:42:19] [Server thread/INFO]: Creating Bandage Recipe [13:42:19] [Server thread/INFO]: Creating LegSplint Recipe [13:42:19] [Server thread/INFO]: Creating vaccines Recipe [13:42:19] [Server thread/INFO]: Creating Syringe Recipe [13:42:19] [Server thread/INFO]: Creating boiling milk recipe [13:42:19] [Server thread/INFO]: Creating cold water recipe [13:42:19] [Server thread/INFO]: Creating Disease Vial Recipe [13:42:19] [Server thread/INFO]: Creating Disease Arrow Recipe [13:42:19] [Server thread/INFO]: [Disease] Loading custom remedies: MAGMA_CREAM [13:42:19] [Server thread/INFO]: Creating WarmGel recipe [13:42:19] [Server thread/INFO]: Creating custom Sweetwort recipe [13:42:19] [Server thread/INFO]: Creating custom Smoothwater recipe [13:42:19] [Server thread/INFO]: Creating custom Bitterwort recipe [13:42:19] [Server thread/INFO]: Creating custom Brightwater recipe [13:42:19] [Server thread/INFO]: Creating custom Blackbrew recipe [13:42:19] [Server thread/INFO]: Creating custom SoothingPotion recipe [13:42:19] [Server thread/INFO]: Creating custom LycanPotion recipe [13:42:19] [Server thread/INFO]: Creating custom SweetBrine recipe [13:42:19] [Server thread/INFO]: [Disease] Thanks for using the BYTE Disease plugin - www.byte.org.uk! [13:42:19] [Server thread/INFO]: [Disease] BYTE scoreboard disabled in config [13:42:19] [Server thread/INFO]: [Disease] Scoreboard Stats not Found [13:42:19] [Server thread/INFO]: [Disease] Citizens plugin not Found [13:42:19] [Server thread/INFO]: [Disease] Vault plugin Found [13:42:19] [Server thread/INFO]: [Disease] Vault Enabled [13:42:19] [Server thread/INFO]: [Disease] World Guard disabled in config [13:42:19] [Server thread/INFO]: [Disease] timer at 500 [13:42:19] [Server thread/INFO]: [Jail] Enabling Jail v3.0.0-SNAPSHOT-b0 [13:42:19] [Server thread/INFO]: [Jail] Loaded the language: en [13:42:19] [Server thread/INFO]: [Jail] Storage type selected: flatfile [13:42:19] [Server thread/INFO]: [Jail] Loaded jail HamiltonJail with 30 prisoners and 40 cells. [13:42:19] [Server thread/INFO]: [Jail] Loaded 1 jail. [13:42:19] [Server thread/INFO]: [Jail] Loaded 40 cells. [13:42:19] [Server thread/INFO]: [Jail] Loaded 30 prisoners. [13:42:19] [Server thread/INFO]: [Jail] Using the Bukkit Scheduler. [13:42:21] [Server thread/INFO]: [Jail] Loaded 1 jail stick. [13:42:21] [Server thread/INFO]: [Jail] Completed enablement. [13:42:21] [Server thread/INFO]: [GoldenCrates] Enabling GoldenCrates v3.11.0 [13:42:21] [Server thread/WARN]: [GoldenCrates] ============== DISCLAIMER ============== [13:42:21] [Server thread/WARN]: [GoldenCrates] > You're running an unknown Spigot fork. [13:42:21] [Server thread/WARN]: [GoldenCrates] > This plugin is designed to work on Spigot (spigotmc.org) only! [13:42:21] [Server thread/WARN]: [GoldenCrates] > You won't get any support for any issues unless they persist on regular Spigot. [13:42:21] [Server thread/WARN]: [GoldenCrates] ======================================== [13:42:21] [Server thread/INFO]: [GoldenCrates] Powered by: NexEngine [13:42:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: goldencrates [13:42:21] [Server thread/INFO]: [GoldenCrates] [Hook] PlaceholderAPI: Success! [13:42:21] [Server thread/WARN]: [NexEngine] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:21] [Server thread/INFO]: [GoldenCrates] Found 0 external module(s). [13:42:21] [Server thread/INFO]: [GoldenCrates] Templates Loaded: 6 [13:42:21] [Server thread/INFO]: [GoldenCrates] Loaded 3 crate keys! [13:42:21] [Server thread/INFO]: [GoldenCrates] Crates Loaded: 3 [13:42:21] [Server thread/INFO]: [GoldenCrates] Menus Loaded: 1 [13:42:21] [Server thread/INFO]: [GoldenCrates] Plugin loaded in 59 ms! [13:42:21] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v4.2.2-b500 [13:42:21] [Server thread/INFO]: [Multiverse-Inventories] The following worlds for group 'build' are not loaded: construction [13:42:21] [Server thread/INFO]: [Multiverse-Inventories 4.2.2-b500] enabled. [13:42:21] [Server thread/INFO]: [AreaShop] Enabling AreaShop vunspecified [13:42:21] [Server thread/INFO]: [Server Tutorial Plus] Enabling ServerTutorialPlus v1.22.0-SNAPSHOT [13:42:21] [Server thread/INFO]: [Server Tutorial Plus] Enabling server tutorial... [13:42:21] [Server thread/INFO]: [Server Tutorial Plus] Using FlatFile as datasource... [13:42:21] [Server thread/INFO]: [Server Tutorial Plus] Using protocol: nl.martenm.servertutorialplus.reflection.v1_14.Protocol_1_14_V1 [13:42:21] [Server thread/INFO]: [Server Tutorial Plus] Loading server tutorial: Welcome2 [13:42:21] [Server thread/INFO]: [Server Tutorial Plus] PlaceholderAPI has been found! [13:42:21] [Server thread/INFO]: [Server Tutorial Plus] Servertutorial enabled successfully! [13:42:21] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v2.3.1-Release [13:42:21] [Server thread/INFO]: [MarriageMaster] Starting Marriage Master in standalone mode! [13:42:21] [Server thread/INFO]: [MarriageMaster] Config file successfully loaded. [13:42:21] [Server thread/INFO]: [MarriageMaster] Successful linked with Minepacks v2.3.24-Standalone! [13:42:21] [Server thread/INFO]: [MarriageMaster] Language file successfully loaded. Language: English Author: GeorgH93 [13:42:21] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Starting... [13:42:21] [Server thread/WARN]: [MarriageMaster] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:21] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Start completed. [13:42:21] [Thread-79/INFO]: [MarriageMaster] Loading marriages ... [13:42:21] [Thread-79/INFO]: [MarriageMaster] Marriages loaded [13:42:21] [Thread-79/INFO]: [MarriageMaster] Loading priests ... [13:42:21] [Thread-79/INFO]: [MarriageMaster] Priests loaded [13:42:21] [Thread-79/INFO]: [MarriageMaster] Loading players ... [13:42:21] [Thread-79/INFO]: [MarriageMaster] Players loaded [13:42:21] [Thread-79/INFO]: [MarriageMaster] Writing marriages into cache ... [13:42:21] [Thread-79/INFO]: [MarriageMaster] Marriages loaded into cache [13:42:21] [Thread-79/INFO]: [MarriageMaster] Loading homes ... [13:42:21] [Thread-79/INFO]: [MarriageMaster] Homes loaded [13:42:21] [Server thread/INFO]: [MarriageMaster] Item name language file successfully loaded. Language: english Author: GeorgH93 [13:42:21] [Server thread/INFO]: [MarriageMaster] Loading item translations ... [13:42:21] [Server thread/INFO]: [MarriageMaster] Finished loading item translations for 829 items. [13:42:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: marriagemaster [13:42:21] [Server thread/INFO]: [MarriageMaster] PlaceholderAPI hook was successfully registered! [13:42:21] [Server thread/INFO]: [MarriageMaster]  Marriage Master has been enabled!  :)  [13:42:21] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.12 (build 307) [13:42:21] [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 [13:42:21] [Server thread/WARN]: [ChestShop] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:21] [Server thread/INFO]: [ChestShop] LWC version 2.2.7-ad0f824 loaded. [13:42:21] [Server thread/INFO]: [ChestShop] Using EssentialsX Economy as the Economy provider now. [13:42:21] [Server thread/INFO]: [ChestShop] Vault loaded! [13:42:21] [Server thread/INFO]: [ChestShop] Using Paper's BlockDestroyEvent instead of the BlockPhysicsEvent! [13:42:21] [Server thread/INFO]: [Brewery] Enabling Brewery v3.0 [13:42:21] [Server thread/INFO]: [Brewery] Brewery enabled! [13:42:21] [Server thread/INFO]: [QualityArmory] Enabling QualityArmory v1.1.176 [13:42:21] [Server thread/INFO]: [QualityArmory] -Loaded 11 Ammo types. [13:42:21] [Server thread/INFO]: [QualityArmory] -Loaded 6 Misc. [13:42:21] [Server thread/INFO]: [QualityArmory] -Loaded 71 Gun types. [13:42:21] [Server thread/INFO]: [QualityArmory] -Loading Attachment: uzicorn [13:42:21] [Server thread/INFO]: [QualityArmory] -Loading Attachment: p30silenced [13:42:21] [Server thread/INFO]: [QualityArmory] -Loading Attachment: awpasiimov [13:42:21] [Server thread/INFO]: [QualityArmory] -Loaded 3 Attachment types. [13:42:21] [Server thread/INFO]: [QualityArmory] -Loaded 4 Armor types. [13:42:21] [Server thread/INFO]: [QualityArmory] Citizens 2.0 not found or not enabled (Ignore this.) [13:42:22] [Server thread/INFO]: [ChestShopNotifier] Enabling ChestShopNotifier v1.3.3-SNAPSHOT (build 50) [13:42:22] [Server thread/INFO]: [ChestShopNotifier] Connecting to the database... [13:42:22] [Server thread/INFO]: [CompaniesReloaded] Enabling CompaniesReloaded v1.1.3 [13:42:22] [Server thread/INFO]: [CompaniesReloaded] FILES: Loading storage files ... [13:42:22] [Server thread/INFO]: [CompaniesReloaded] FILES: File config.yml loaded! [13:42:22] [Server thread/INFO]: [CompaniesReloaded] FILES: File dbconfig.yml loaded! [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : messages.yml loaded [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : Configuration files loaded [13:42:22] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-0 - is starting. [13:42:22] [Server thread/WARN]: [CompaniesReloaded] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : Loading Companies from database... [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : Companies loaded! [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : Loading Employees from database... [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : Employees loaded! [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : Loading JobRequests from database... [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : JobRequests loaded! [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : Loading Reviews from database... [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : Reviews loaded! [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : Loading Contracts from database... [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : Contracts loaded! [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : Loading Stocks from database... [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : Loading Stocks Sells from database... [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : Stocks loaded! [13:42:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: companies [13:42:22] [Server thread/INFO]: [CompaniesReloaded] INFO : ChestShop plugin found, but the hook is still in BETA version [13:42:22] [Server thread/INFO]: [AntiVPN] Enabling AntiVPN v6.4.13 [13:42:22] [Server thread/INFO]: [AntiVPN] [ACF] Enabled Asynchronous Tab Completion Support! [13:42:22] [Server thread/INFO]: [me.egg82.antivpn.external.com.zaxxer.hikari.HikariDataSource] AntiVPN-H2 - Starting... [13:42:22] [Server thread/INFO]: [me.egg82.antivpn.external.com.zaxxer.hikari.HikariDataSource] AntiVPN-H2 - Start completed. [13:42:22] [Server thread/INFO]: [me.egg82.antivpn.external.io.ebean.EbeanVersion] ebean version: unknown [13:42:22] [Server thread/INFO]: [io.avaje.config.InitialLoadContext] loaded properties from [] [13:42:22] [Server thread/INFO]: [me.egg82.antivpn.external.io.ebean.internal.DefaultContainer] DatabasePlatform name:engine2 platform:h2 [13:42:22] [Server thread/WARN]: [AntiVPN] Loaded class com.fasterxml.jackson.core.JsonParser from DCImmigration v1.0.2-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin. [13:42:23] [Server thread/INFO]: [Anti-VPN] Enabling support for Plan [13:42:23] [Server thread/INFO]: [Anti-VPN] Enabling support for PlaceholderAPI [13:42:23] [Server thread/INFO]: [Anti-VPN] Enabling support for LuckPerms [13:42:23] [Server thread/INFO]: [Anti-VPN] Enabled [13:42:23] [Server thread/INFO]: [Anti-VPN] [Version 6.4.13] [API Version 2.0.0] [2 Commands] [4 Events] [1 Tasks] [13:42:23] [Server thread/INFO]: [PremiumVanish] Enabling PremiumVanish v2.6.15 [13:42:23] [Server thread/INFO]: [PremiumVanish] Your PremiumVanish-files are not up to date. You can use '/pv recreatefiles' to recreate them. Recreating PremiumVanish's files is optional and gives you access to newer config settings and messages of the plugin. [13:42:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: premiumvanish [13:42:23] [Server thread/INFO]: [PremiumVanish] Hooked into PlaceholderAPI [13:42:23] [Server thread/INFO]: [PremiumVanish] Hooked into dynmap [13:42:23] [Server thread/INFO]: [PremiumVanish] Hooked into Essentials [13:42:23] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.22.0 [13:42:23] [Server thread/INFO]: [PremiumVanish] Hooked into DiscordSRV [13:42:23] [Server thread/INFO]: [Plan] Enabling Plan v5.3 build 1284 [13:42:23] [Server thread/INFO]: [Plan] [13:42:23] [Server thread/INFO]: [Plan] ██▌ [13:42:23] [Server thread/INFO]: [Plan] ██▌ ██▌ [13:42:23] [Server thread/INFO]: [Plan] ██▌██▌██▌██▌ Player Analytics [13:42:23] [Server thread/INFO]: [Plan] ██▌██▌██▌██▌ v5.3 build 1284 [13:42:23] [Server thread/INFO]: [Plan] [13:42:23] [Server thread/INFO]: [Plan] Locale: 'English' by AuroraLS3 [13:42:23] [pool-80-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (41b8f04815b028463cbccec42664943b94c199a6) [13:42:23] [Server thread/WARN]: [Plan] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:23] [Server thread/INFO]: [Plan] MySQL-database connection established. [13:42:23] [Server thread/INFO]: [Plan] WebServer: Proxy-mode HTTPS enabled, make sure that your reverse-proxy is routing using HTTPS and Plan Alternative_IP.Address points to the Proxy [13:42:23] [Server thread/INFO]: [Plan] Webserver running on PORT 8804 (https://analytics.democracycraft.net) [13:42:23] [Server thread/INFO]: [Plan] Loading server identifying information [13:42:24] [Log4j2-TF-1-AsyncLogger[AsyncContext@6587524c]-1/INFO]: [DiscordSRV] [JDA] Login Successful! [13:42:24] [Log4j2-TF-1-AsyncLogger[AsyncContext@6587524c]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket [13:42:24] [Log4j2-TF-1-AsyncLogger[AsyncContext@6587524c]-1/INFO]: [DiscordSRV] [JDA] Finished Loading! [13:42:24] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console channel ID was invalid, not forwarding console output [13:42:24] [DiscordSRV - Initialization/ERROR]: [DiscordSRV] Not using JDBC because the JDBC connection string is invalid! [13:42:26] [Server thread/INFO]: [Plan] Registered extension: DiscordSRV [13:42:26] [Server thread/INFO]: [DiscordSRV] API listener com.djrapitops.extension.DiscordSRVListener subscribed (2 methods) [13:42:26] [Server thread/INFO]: [Plan] Registered extension: Essentials [13:42:26] [Server thread/INFO]: [Plan] Registered extension: Litebans [13:42:26] [Server thread/INFO]: [Plan] Registered extension: LuckPerms [13:42:26] [Server thread/INFO]: [Plan] Registered extension: nuVotifier [13:42:26] [Server thread/INFO]: [Plan] Registered extension: PlaceholderAPI [13:42:26] [Server thread/INFO]: [Plan] Registered extension: SuperbVote [13:42:26] [Server thread/INFO]: [Plan] Registered extension: Economy (Vault) [13:42:26] [Server thread/INFO]: [Plan] Registered extension: Permission Groups (Vault) [13:42:26] [Server thread/INFO]: [Plan] Registered extension: ViaVersion [13:42:26] [Server thread/INFO]: [Plan] Player Analytics Enabled. [13:42:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling VentureChat hook [13:42:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook [13:42:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling dynmap hook [13:42:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook [13:42:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook [13:42:26] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing... [13:42:26] [Server thread/INFO]: Starting GS4 status listener [13:42:26] [Server thread/INFO]: Thread Query Listener started [13:42:26] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565 [13:42:26] [ForkJoinPool.commonPool-worker-21/WARN]: [PlaceholderAPI] Loaded class org.jetbrains.annotations.Nls$Capitalization from DCImmigration v1.0.2-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin. [13:42:26] [Server thread/INFO]: Running delayed init tasks [13:42:26] [ForkJoinPool.commonPool-worker-21/WARN]: [PlaceholderAPI] Loaded class org.jetbrains.annotations.Range from WorldEditSelectionVisualizer v2.0.8 which is not a depend, softdepend or loadbefore of this plugin. [13:42:26] [Server thread/INFO]: [AsyncWorldEdit] Loading plugins... [13:42:26] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.16.4(754) [13:42:27] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version! [13:42:27] [Server thread/WARN]: [ViaVersion] Please remember that ViaVersion only adds support for versions newer than the server version. [13:42:27] [Server thread/WARN]: [ViaVersion] If you need support for older versions you may need to use one or more ViaVersion addons too. [13:42:27] [Server thread/WARN]: [ViaVersion] In that case please read the ViaVersion resource page carefully or use https://jo0001.github.io/ViaSetup [13:42:27] [Server thread/WARN]: [ViaVersion] and if you're still unsure, feel free to join our Discord-Server for further assistance. [13:42:27] [Craft Scheduler Thread - 10 - ServerUtils/INFO]: [ServerUtils] Checking for updates... [13:42:27] [Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Fetching version information... [13:42:27] [Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Update checking disabled in config. [13:42:27] [Craft Scheduler Thread - 6 - PlotSquared/INFO]: [P2] Congratulations! You are running the latest PlotSquared version. [13:42:27] [Craft Scheduler Thread - 6 - PlotSquared/INFO]: [GadgetsMenu] Checking for updates... [13:42:27] [Craft Scheduler Thread - 7 - ChestShopNotifier/INFO]: [com.wfector.lib.hikari.HikariDataSource] HikariPool-1 - Starting... [13:42:27] [Craft Scheduler Thread - 7 - ChestShopNotifier/WARN]: [ChestShopNotifier] Loaded class org.h2.Driver from Friends v1.0.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:27] [Craft Scheduler Thread - 11 - BlockBall/INFO]: [BlockBall] Reloaded [1] games. [13:42:27] [Craft Scheduler Thread - 7 - ChestShopNotifier/INFO]: [com.wfector.lib.hikari.HikariDataSource] HikariPool-1 - Start completed. [13:42:27] [Server thread/INFO]: [Chunky] No tasks to continue. [13:42:27] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized. [13:42:27] [Craft Scheduler Thread - 7 - ChestShopNotifier/INFO]: [ChestShopNotifier] Database connected! [13:42:27] [Craft Scheduler Thread - 7 - GoldenCrates/INFO]: [GoldenCrates] Auto-save: Saved 0 online users | 0 offline users. [13:42:27] [Craft Scheduler Thread - 6 - PlotSquared/INFO]: [GadgetsMenu] No update was found, you are running the latest version. [13:42:27] [Craft Scheduler Thread - 4 - BeastWithdraw/INFO]: [BeastWithdraw] There is not a new update available. [13:42:27] [Craft Scheduler Thread - 10 - ServerUtils/INFO]: [ServerUtils] We are up-to-date! [13:42:27] [Craft Scheduler Thread - 26 - Plan/INFO]: [Plan] You're using the latest version. [13:42:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: plan [13:42:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv [13:42:28] [User Authenticator #1/INFO]: UUID of player Canxx01 is a4d2b358-5cf8-4b86-a87c-666f9d0f989c [13:42:28] [Craft Scheduler Thread - 17 - HeadDatabase/INFO]: [HeadDatabase] Succesfully loaded 37347 heads! [13:42:28] [Craft Scheduler Thread - 17 - HeadDatabase/INFO]: [HeadDatabase] Successfully loaded 18 featured tags! [13:42:29] [User Authenticator #1/INFO]: UUID of player Fighter_King is 4a277bfd-84fc-4d03-a061-1b6f214a4a2c [13:42:29] [User Authenticator #2/INFO]: UUID of player oferinbar is 46e5713f-6d22-4a3c-8e3a-f43cef825920 [13:42:29] [User Authenticator #2/INFO]: UUID of player MilkCrack is f53d239a-831c-4e55-8de5-9429bcbdcadd [13:42:29] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor! [13:42:29] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.buycraft.plugin.bukkit.BuycraftPlugin from BuycraftX v12.0.6 which is not a depend, softdepend or loadbefore of this plugin. [13:42:29] [Server thread/INFO]: [PlaceholderAPI] [BuyCraftAPI] Successfully connected to bstats [13:42:29] [Server thread/INFO]: [PlaceholderAPI] [BuyCraftAPI] Using UUIDS for payments [13:42:29] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.Vault from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin. [13:42:29] [Server thread/INFO]: [PlaceholderAPI] [BuyCraftAPI] Successfully hooked into Vault for BuyCraftAPI v2.7 [13:42:30] [Server thread/INFO]: [PlaceholderAPI] [BuyCraftAPI] Succesfully loaded 100 payments [13:42:30] [Server thread/INFO]: [PlaceholderAPI] [BuyCraftAPI] Loading tasks [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: buycraftAPI [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server [13:42:30] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.3.3 which is not a depend, softdepend or loadbefore of this plugin. [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: parseother [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [13:42:30] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.hmmcrunchy.disease.Disease from Disease v3.3.0 which is not a depend, softdepend or loadbefore of this plugin. [13:42:30] [Server thread/WARN]: [PlaceholderAPI] disease is attempting to register placeholders via a PlaceholderHook class which is no longer supported! [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: otherplayer [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [13:42:30] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.ess3.api.IEssentials from Essentials v2.19.0-dev+134-fbb3a9a which is not a depend, softdepend or loadbefore of this plugin. [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pinger [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server [13:42:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: disease [13:42:30] [Server thread/INFO]: 17 placeholder hooks successfully registered! [13:42:30] [Server thread/INFO]: Done (35.117s)! For help, type "help" [13:42:30] [Server thread/INFO]: Timings Reset [13:42:30] [Server thread/INFO]: com.mojang.authlib.GameProfile@7723d422[id=,name=Spirits_King,properties={},legacy=false] (/184.144.1.117:54506) lost connection: Disconnected [13:42:30] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack [13:42:30] [Server thread/INFO]: [Disease] Loading player Canxx01 infected with FleshWound [13:42:30] [Server thread/INFO]: Canxx01[/176.40.37.77:49471] logged in with entity id 1504 at ([world]-16.377, 72.0, 833.5) [13:42:30] [Server thread/INFO]: [Disease] Loading player Fighter_King infected with FleshWound [13:42:30] [Server thread/INFO]: Fighter_King[/184.144.0.153:55073] logged in with entity id 1506 at ([world]163.42744530302392, 74.0, 18837.042114101037) [13:42:30] [Server thread/INFO]: [+] Fighter_King [13:42:30] [Server thread/INFO]: [+] Canxx01 [13:42:31] [Server thread/INFO]: [Disease] Loading player oferinbar infected with FleshWound [13:42:31] [Server thread/INFO]: oferinbar[/79.179.134.6:60153] logged in with entity id 1505 at ([world_the_end]-1511.080023472756, 98.0, -5991.440261692644) [13:42:31] [Server thread/INFO]: [+] oferinbar [13:42:32] [Server thread/INFO]: [Disease] Loading player MilkCrack [13:42:32] [Server thread/INFO]: MilkCrack[/94.213.211.119:53813] logged in with entity id 1546 at ([NewConstruction]-739.3000000119209, 120.46926321404922, -9.110339003266194) [13:42:32] [Server thread/INFO]: [+] MilkCrack [13:42:32] [Craft Scheduler Thread - 18 - Brewery/INFO]: [Brewery] Background data loading complete. [13:42:33] [User Authenticator #2/INFO]: UUID of player flightcode is d87c7d72-b6fa-4b17-b92c-6b602f88aa28 [13:42:33] [Server thread/INFO]: [Disease] Loading player flightcode infected with BrokenLeg [13:42:33] [Server thread/INFO]: flightcode[/131.236.151.110:58377] logged in with entity id 2844 at ([world]195.5, 70.0, 943.5) [13:42:33] [Server thread/INFO]: [+] flightcode [13:42:33] [User Authenticator #1/INFO]: UUID of player Spirits_King is 9d78e737-844f-46e1-93f5-d91f41dd936a [13:42:33] [Server thread/INFO]: [Disease] Loading player Spirits_King infected with FleshWound [13:42:33] [Server thread/INFO]: Spirits_King[/184.144.1.117:54520] logged in with entity id 2934 at ([world]163.8886296265962, 97.0, 9083.216551729338) [13:42:33] [Server thread/INFO]: [+] Spirits_King [13:42:34] [User Authenticator #1/INFO]: UUID of player Pouzie12310 is 145c71b8-5eaa-4bc3-a01a-6ea9b9faff1b [13:42:34] [Server thread/INFO]: [Disease] Loading player Pouzie12310 [13:42:34] [Server thread/INFO]: Pouzie12310[/84.85.221.174:53391] logged in with entity id 4639 at ([world]7292.3604915820415, 24.0, -2901.933261177797) [13:42:34] [Server thread/INFO]: [+] Pouzie12310 [13:42:35] [Server thread/INFO]: [MyCmd] Respawning 50 holograms [13:42:37] [User Authenticator #1/INFO]: UUID of player LouderLeo is ebba8bbe-1997-4cba-aedf-8f2ac3fa20aa [13:42:37] [Server thread/INFO]: [Disease] Loading player LouderLeo [13:42:37] [Server thread/INFO]: LouderLeo[/109.172.233.203:27503] logged in with entity id 5241 at ([world]805.4576680025133, 67.73409430577728, 988.4110285070394) [13:42:37] [Server thread/INFO]: [+] LouderLeo [13:42:37] [Craft Scheduler Thread - 12 - PlaceholderAPI/INFO]: [PlaceholderAPI] [BuyCraftAPI] Succesfully loaded 100 payments [13:42:40] [Server thread/INFO]: oferinbar issued server command: /mail read [13:42:43] [Server thread/INFO]: LouderLeo issued server command: /gmc [13:42:47] [Server thread/INFO]: Fighter_King issued server command: /csn history [13:42:47] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved [13:42:47] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world_nether' have been background saved [13:42:50] [User Authenticator #1/INFO]: UUID of player Technofied is 7f002e0c-72ea-4b6b-b989-8ff45bd6dd3b [13:42:50] [Server thread/INFO]: [Disease] Loading player Technofied [13:42:50] [Server thread/INFO]: [DiscordSRV] Player Technofied joined with silent joining permission, not sending a join message [13:42:50] [Server thread/INFO]: Technofied[/8.39.201.22:52610] logged in with entity id 5789 at ([world]341.58421672497917, 20.0, 756.4790157627963) [13:42:50] [Server thread/INFO]: [+] Technofied [13:42:52] [User Authenticator #1/INFO]: UUID of player Westray is 433486b2-a2b6-47bf-a9dd-145bd7a62c55 [13:42:52] [Server thread/INFO]: [Disease] Loading player Westray [13:42:52] [Server thread/INFO]: [DiscordSRV] Player Westray joined with silent joining permission, not sending a join message [13:42:52] [Server thread/INFO]: Westray[/72.39.95.200:63430] logged in with entity id 7230 at ([world]426.17429704137425, 69.0, 672.5419862808515) [13:42:52] [Server thread/INFO]: [+] Westray [13:42:57] [Server thread/INFO]: Disconnecting com.mojang.authlib.GameProfile@327c793b[id=,name=Monster_Zone,properties={},legacy=false] (/174.107.177.237:65212): Took too long to log in [13:42:57] [Server thread/INFO]: com.mojang.authlib.GameProfile@327c793b[id=,name=Monster_Zone,properties={},legacy=false] (/174.107.177.237:65212) lost connection: Took too long to log in [13:42:59] [Server thread/INFO]: Canxx01 issued server command: /sit [13:43:00] [User Authenticator #1/INFO]: UUID of player Yerevan_ is 39762eaa-2ffe-4ac2-a00a-7fa35255c4df [13:43:00] [Server thread/INFO]: [Disease] Loading player Yerevan_ infected with FleshWound [13:43:00] [Server thread/INFO]: Yerevan_[/74.88.56.16:63367] logged in with entity id 7611 at ([world]-129.3971042690116, 69.0, 465.895318867682) [13:43:00] [Server thread/INFO]: [+] Yerevan_ [13:43:06] [User Authenticator #1/INFO]: UUID of player _Lxcas_ is e5c6e511-1b24-4485-97b1-dae8a21f1bb2 [13:43:06] [Server thread/INFO]: [Disease] Loading player _Lxcas_ [13:43:06] [Server thread/INFO]: _Lxcas_[/71.82.187.232:55428] logged in with entity id 8116 at ([world]966.3964895980648, 65.0, 839.287429247606) [13:43:06] [Server thread/INFO]: [+] _Lxcas_ [13:43:17] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved [13:43:17] [Server thread/INFO]: Westray issued server command: /home raybucks [13:43:22] [Server thread/INFO]: Pouzie12310 issued server command: /home [13:43:24] [User Authenticator #1/INFO]: UUID of player Th0re_ is d5938d32-f131-4dce-9dec-10e64ec2d70e [13:43:24] [Server thread/INFO]: [Disease] Loading player Th0re_ [13:43:24] [Server thread/INFO]: Th0re_[/8.20.127.193:52678] logged in with entity id 9303 at ([world]936.7624999880791, 69.0, 886.8202696827154) [13:43:24] [Server thread/INFO]: [+] Th0re_ [13:43:25] [Server thread/INFO]: Fighter_King issued server command: /seen Canxx01 [13:43:27] [Server thread/INFO]: Fighter_King issued server command: /seen Fighter_King [13:43:28] [Server thread/INFO]: Fighter_King issued server command: /seen Fighter_King [13:43:28] [Server thread/INFO]: Fighter_King issued server command: /seen Canxx01 [13:43:29] [Craft Scheduler Thread - 9 - VentureChat/INFO]: G | Guide _Lxcas_ » WB [13:43:31] [Server thread/INFO]: Fighter_King issued server command: /seen Fighter_King [13:43:31] [Server thread/INFO]: Fighter_King issued server command: /seen Canxx01 [13:43:33] [User Authenticator #1/INFO]: UUID of player PiOs67 is 52632d49-e600-4e70-950c-5ffc436dd1c5 [13:43:33] [Server thread/INFO]: Th0re_ issued server command: /csn history [13:43:33] [Server thread/INFO]: [Disease] Loading player PiOs67 infected with FleshWound [13:43:33] [Server thread/INFO]: PiOs67[/92.131.17.101:55336] logged in with entity id 9383 at ([world]-14.563372856854276, 72.0, 831.1974615910544) [13:43:33] [Server thread/INFO]: [+] PiOs67 [13:43:34] [Craft Scheduler Thread - 8 - VentureChat/INFO]: G | Guide _Lxcas_ » *Wb [13:43:36] [User Authenticator #1/INFO]: UUID of player Im_a_Fish is ceedfa20-4857-4ea6-9430-fdfde8aafa5e [13:43:36] [Server thread/INFO]: [Disease] Loading player Im_a_Fish [13:43:36] [Server thread/INFO]: Im_a_Fish[/68.52.178.16:62448] logged in with entity id 9390 at ([world]699.8181842342568, 59.0, 9108.847295531968) [13:43:36] [Server thread/INFO]: [+] Im_a_Fish [13:43:37] [Server thread/INFO]: Fighter_King issued server command: /seen Fighter_King [13:43:37] [Server thread/INFO]: Fighter_King issued server command: /seen Canxx01 [13:43:42] [Server thread/INFO]: Fighter_King issued server command: /seen Canxx01t [13:43:44] [User Authenticator #1/INFO]: UUID of player lousydaddy is 1e176b56-ca12-419a-b7d7-8f125950768e [13:43:44] [Server thread/INFO]: [Disease] Loading player lousydaddy infected with FleshWound [13:43:44] [Server thread/INFO]: lousydaddy[/218.252.127.230:56195] logged in with entity id 9501 at ([world]6149.699999988079, 68.0, 512.458229827212) [13:43:44] [Server thread/INFO]: [+] lousydaddy [13:43:46] [Server thread/INFO]: Fighter_King issued server command: /seen Canxx01 [13:43:47] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved [13:43:47] [Server thread/INFO]: Fighter_King issued server command: /seen Canxx01 [13:43:49] [Server thread/INFO]: Fighter_King issued server command: /seen Fighter_King [13:43:49] [Server thread/INFO]: [Disease] Curing player flightcode [13:43:50] [Server thread/INFO]: Westray issued server command: /a Company chestshops appear to be working again, pog [13:43:50] [Craft Scheduler Thread - 29 - VentureChat/INFO]: A | [S/Admin] Chief Justice Westray » Company chestshops appear to be working again, pog [13:43:51] [Craft Scheduler Thread - 8 - VentureChat/INFO]: G | Guide _Lxcas_ » Wb Wb [13:43:51] [Server thread/INFO]: Fighter_King issued server command: /seen Canxx01 [13:43:52] [Server thread/INFO]: Westray issued server command: /iteminfo [13:43:52] [Server thread/ERROR]: Could not pass event ItemInfoEvent to ChestShop v3.12 (build 307) java.lang.StackOverflowError: null at com.Acrobot.ChestShop.Libs.Kyori.adventure.text.serializer.legacy.LegacyComponentSerializerImpl.determineFormatType(LegacyComponentSerializerImpl.java:131) ~[?:?] at com.Acrobot.ChestShop.Libs.Kyori.adventure.text.serializer.legacy.LegacyComponentSerializerImpl.decodeTextFormat(LegacyComponentSerializerImpl.java:153) ~[?:?] at com.Acrobot.ChestShop.Libs.Kyori.adventure.text.serializer.legacy.LegacyComponentSerializerImpl.deserialize(LegacyComponentSerializerImpl.java:223) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:207) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:187) ~[?:?] at com.Acrobot.ChestShop.Libs.MineDown.Replacer.replaceIn(Replacer.java:255) ~[?:?] [13:43:53] [User Authenticator #1/INFO]: UUID of player VelvetKitty is b40f6606-4c33-4e1f-a340-0e939fb45797 [13:43:54] [Server thread/INFO]: [Disease] Loading player VelvetKitty [13:43:54] [Server thread/INFO]: VelvetKitty[/90.195.18.39:64096] logged in with entity id 9678 at ([world]-6848.492485079655, 78.0, 886.1374999880791) [13:43:54] [Server thread/INFO]: [+] VelvetKitty [13:43:54] [Server thread/INFO]: PiOs67 issued server command: /tell Canxx01 hello [13:43:54] [Server thread/INFO]: [OpenInv] [LanguageManager] Missing translations from en_ca.yml: messages.error.consoleUnsupported, messages.error.lootNotGenerated, messages.error.invalidMaterial, messages.error.invalidNumber, messages.error.invalidPlayer, messages.error.permissionOpenSelf, messages.error.permissionEnderAll, messages.error.permissionExempt, messages.error.permissionCrossWorld, messages.error.permissionPlayerOnline, messages.error.permissionPlayerOffline, messages.error.commandException, messages.info.containerBlocked, messages.info.containerBlockedSilent, messages.info.containerSilent, messages.info.settingState, messages.info.player.noMatches, messages.info.player.matches, messages.info.container.noMatches, messages.info.container.matches, messages.info.true, messages.info.false, container.player, container.enderchest [13:43:54] [Server thread/INFO]: Fighter_King issued server command: /seen Canxx01 [13:43:55] [Server thread/INFO]: Fighter_King issued server command: /seen Fighter_King [13:43:59] [Server thread/INFO]: Technofied issued server command: /a Good [13:43:59] [Craft Scheduler Thread - 9 - VentureChat/INFO]: A | [Owner] Electoral Officer Tech » Good [13:44:02] [Server thread/INFO]: Westray issued server command: /home mart [13:44:02] [Server thread/INFO]: lousydaddy issued server command: /home h [13:44:03] [Server thread/INFO]: Canxx01 issued server command: /r hey [13:44:09] [Server thread/INFO]: Canxx01 issued server command: /r so do i need a warrant to arrest people? ```

What other plugins are you running?

The only other plugins that modify chat is VentureChat and Item2Chat

What is happening?

/iteminfo randomly produces lengthy console errors, not sure what items cause this.

What did you expect to happen?

No errors.

Additional context

Phoenix616 commented 3 years ago

Please try to get the item which is producing this. Also did you modify your language files in any way? Also can you please get what locale the user which ran the command is using in their client?

MinecraftCitiesNetwork commented 3 years ago

Please try to get the item which is producing this. Also did you modify your language files in any way? Also can you please get what locale the user which ran the command is using in their client?

Here is the error, and the item used was from the Brewery plugin - https://pastebin.com/mXtuyxq1

Screen Shot 2021-06-26 at 12 47 25 pm Screen Shot 2021-06-26 at 12 47 23 pm
Phoenix616 commented 3 years ago

Please try to get the item which is producing this. Also did you modify your language files in any way? Also can you please get what locale the user which ran the command is using in their client?

Here is the error, and the item used was from the Brewery plugin - https://pastebin.com/mXtuyxq1

Screen Shot 2021-06-26 at 12 47 25 pm Screen Shot 2021-06-26 at 12 47 23 pm

Please provide the actual NBT data of one such item.

MinecraftCitiesNetwork commented 3 years ago

Please try to get the item which is producing this. Also did you modify your language files in any way? Also can you please get what locale the user which ran the command is using in their client?

Here is the error, and the item used was from the Brewery plugin - https://pastebin.com/mXtuyxq1

Screen Shot 2021-06-26 at 12 47 25 pm Screen Shot 2021-06-26 at 12 47 23 pm

Please provide the actual NBT data of one such item.

Apologies for the late response, not sure why I didn't notice this reply.

Screen Shot 2021-08-27 at 7 00 24 pm
MinecraftCitiesNetwork commented 2 years ago

Any updates?

Phoenix616 commented 2 years ago

Apologies for the late response, not sure why I didn't notice this reply.

Screen Shot 2021-08-27 at 7 00 24 pm

Sorry, didn't saw the image and it's really hard to get the item from that. The text that is in that image would be a lot more useful.

EDIT: Just tried to manually get a similar item from the image and I noticed that the image doesn't contain the data of the item that the screenshot is before (the square brackets around the stars are missing). Please provide the actual data as gotten from the player.dat file or via the console.

MinecraftCitiesNetwork commented 2 years ago

Apologies for the late response, not sure why I didn't notice this reply.

Screen Shot 2021-08-27 at 7 00 24 pm

Sorry, didn't saw the image and it's really hard to get the item from that. The text that is in that image would be a lot more useful.

EDIT: Just tried to manually get a similar item from the image and I noticed that the image doesn't contain the data of the item that the screenshot is before (the square brackets around the stars are missing). Please provide the actual data as gotten from the player.dat file or via the console.

How would you like this to be obtained?

Please provide the actual data as gotten from the player.dat file or via the console.

Phoenix616 commented 2 years ago

Player.dat file with just the item in the inventory would be the best, otherwise the data output from the log (as that shouldn't filter anything out)

rbos commented 2 years ago

here's my player.dat with a couple of Brewery items on the main bar that generate a ChestShop error.

https://minecraft.novylen.net/~minecraft/ecb4f153-e0a2-4746-bd72-b4c137879296.dat

Phoenix616 commented 2 years ago

So apparently these items contain invalid legacy color formatting inside components. Not sure who thought that was a good idea but I guess I have to account for that case -.-

Phoenix616 commented 2 years ago

Fixed by https://github.com/Phoenix616/MineDown/commit/3605778af2e22e9fc6ddf3cf6680801103f083f0 / ChestShop b337