Not enough money (BESTSERVERBASICS compatibility issue) #1394


  • Defect
  • Missing Information
  • Plugin Issue
Open
  • TOBY_TOP created this issue Aug 4, 2022

     

    PLEASE NOTE: I DONT KNOW HOW TO ATTACH FILES SO I HAVE DUMPED THE FILES IN THE SPOLIERS

    Plugin Version

    ChestShop v3.12.2 (build 353)

     

    Plugin Config

    # Should the plugin log some messages that are useful for debugging?
    DEBUG: false

    # Do you want to turn off the automatic updates of ChestShop?
    TURN_OFF_UPDATES: true
    # Do you want to turn off the automatic notifications for new development builds?
    TURN_OFF_DEV_UPDATE_NOTIFIER: false
    # Do you want to include some values of this config in the metrics? (This will not leak sensitive data but help in the development process)
    INCLUDE_SETTINGS_IN_METRICS: true

    # How large should the internal caches be?
    CACHE_SIZE: 1000

    # The default language when the client's language can't be found.
    DEFAULT_LANGUAGE: "en"
    # Should the plugin try to use a language file that matches the client's locale setting?
    USE_CLIENT_LOCALE: true

    # What containers are allowed to hold a shop? (Only blocks with inventories work!)
    SHOP_CONTAINERS:
    - "CHEST"
    - "TRAPPED_CHEST"

    # (In 1/1000th of a second) How often can a player use the shop sign?
    SHOP_INTERACTION_INTERVAL: 250
    # Do you want to block people in creative mode from using shops?
    IGNORE_CREATIVE_MODE: true
    # Do you want to block people who have access to a shop due to their permissions from using it? (owners are always ignored)
    IGNORE_ACCESS_PERMS: true
    # If true, people will buy with left-click and sell with right-click.
    REVERSE_BUTTONS: false
    # If true, people will be able to buy/sell in 64 stacks while holding the crouch button.
    SHIFT_SELLS_IN_STACKS: false
    # If true, people will be able to sell/buy everything available of the same type.
    SHIFT_SELLS_EVERYTHING: false
    # What can you do by clicking shift with SHIFT_SELLS_IN_STACKS turned on? (ALL/BUY/SELL)
    SHIFT_ALLOWS: "ALL"
    # Can shop's chest be opened by owner with right-clicking a shop's sign?
    ALLOW_SIGN_CHEST_OPEN: false
    # If true and in 1.14+, the owner of a chest shop can click with a dye / ink sac to dye the sign.
    SIGN_DYING: 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: "Admin Shop"
    # Make all admin shops be unlimited even if they have a shop container at the sign
    FORCE_UNLIMITED_ADMIN_SHOP: false
    # The name of the economy account which Admin Shops should use and to which all taxes will go
    SERVER_ECONOMY_ACCOUNT: ""
    # The uuid of the economy account for the Admin Shop. Useful for fake accounts as normally only accounts of players work
    SERVER_ECONOMY_ACCOUNT_UUID: 00000000-0000-0000-0000-000000000000
    # Percent of the price that should go to the server's account. (100 = 100 percent)
    TAX_AMOUNT: 0
    # Percent of the price that should go to the server's account when buying from an Admin Shop.
    SERVER_TAX_AMOUNT: 0
    # Amount of money player must pay to create a shop
    SHOP_CREATION_PRICE: 0
    # How much money do you get back when destroying a sign?
    SHOP_REFUND_PRICE: 0
    # How many decimal places are allowed at a maximum for prices?
    PRICE_PRECISION: 2
    # This makes sure that the UUIDs of player shop accounts match the server's online-mode setting. Disabling this might lead to issues with offline players and is therefore unsupported!
    ENSURE_CORRECT_PLAYERID: true
    # This regexp validates the name of the player. If the name doesn't match, the player will neither be able to create a valid shop sign, nor buy/sell from a shop.
    # Note for Bedrock support: If you have Floodgate on your server, you should set this regexp to ^\\*?\\w+$ and ENSURE_CORRECT_PLAYERID to false
    # If your Floodgate prefix is not *, change the first * in the regexp (the one before the question mark) to whatever your prefix is.
    VALID_PLAYERNAME_REGEXP: "^\\w+$"

    # Should we block shops that sell things for more than they buy? (This prevents newbies from creating shops that would be exploited)
    BLOCK_SHOPS_WITH_SELL_PRICE_HIGHER_THAN_BUY_PRICE: true

    # Maximum amount of items that can be bought/sold at a shop. Default 3456 is a double chest of 64 stacks.
    MAX_SHOP_AMOUNT: 3456

    # Do you want to allow other players to build a shop on a block where there's one already?
    ALLOW_MULTIPLE_SHOPS_AT_ONE_BLOCK: false
    # Can shops be used even when the buyer/seller doesn't have enough items, space or money? (The price will be scaled adequately to the item amount)
    ALLOW_PARTIAL_TRANSACTIONS: true
    # Can '?' be put in place of item name in order for the sign to be auto-filled?
    ALLOW_AUTO_ITEM_FILL: true

    # Enable this if you use BungeeCord and want players to receive shop notifications on other servers
    BUNGEECORD_MESSAGES: false

    # Do you want to show "Out of stock" messages?
    SHOW_MESSAGE_OUT_OF_STOCK: true
    # Do you want to show "Full shop" messages?
    SHOW_MESSAGE_FULL_SHOP: true
    # How many seconds do you want to wait before showing notifications for the same shop to the owner again?
    NOTIFICATION_MESSAGE_COOLDOWN: 10

    # Can players hide the "Out of stock" messages with /cstoggle?
    CSTOGGLE_TOGGLES_OUT_OF_STOCK: false
    # Can players hide the "Full shop" messages with /cstoggle?
    CSTOGGLE_TOGGLES_FULL_SHOP: false
    # Do you want to show "You bought/sold... " messages?
    SHOW_TRANSACTION_INFORMATION_CLIENT: true
    # Do you want to show "Somebody bought/sold... " messages?
    SHOW_TRANSACTION_INFORMATION_OWNER: true

    # If true, plugin will log transactions in its own file
    LOG_TO_FILE: false
    # Do you want ChestShop's messages to show up in console?
    LOG_TO_CONSOLE: true
    # Should all shop removals be logged to the console?
    LOG_ALL_SHOP_REMOVALS: true

    # Do you want to stack all items up to 64 item stacks?
    STACK_TO_64: false
    # Do you want to use built-in protection against chest destruction?
    USE_BUILT_IN_PROTECTION: true
    # Do you want to have shop signs "stick" to chests?
    STICK_SIGNS_TO_CHESTS: false
    # EXPERIMENTAL: Do you want to turn off the default protection when another plugin is protecting the block? (Will leave the chest visually open - CraftBukkit bug!)
    TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY: false
    # Do you want to turn off the default sign protection? Warning! Other players will be able to destroy other people's shops!
    TURN_OFF_SIGN_PROTECTION: false
    # Do you want to disable the hopper protection, which prevents Hopper-Minecarts from taking items out of shops?
    TURN_OFF_HOPPER_PROTECTION: false
    # Only allow users to buy/sell that have access to the sign's protection? (E.g. LWC protection)
    CHECK_ACCESS_FOR_SHOP_USE: false
    # Do you want to protect shop chests with LWC?
    PROTECT_CHEST_WITH_LWC: false
    # Of which type should the container protection be? Possible type: public, private, donate and on some LWC versions display
    LWC_CHEST_PROTECTION_TYPE: "PRIVATE"
    # Do you want to protect shop signs with LWC?
    PROTECT_SIGN_WITH_LWC: false
    # Of which type should the sign protection be? Possible type: public, private, donate and on some LWC versions display
    LWC_SIGN_PROTECTION_TYPE: "PRIVATE"
    # Should the chest's LWC protection be removed once the shop sign is destroyed?
    REMOVE_LWC_PROTECTION_AUTOMATICALLY: true
    # Should LWC limits block shop creations?
    LWC_LIMITS_BLOCK_CREATION: true

    # Do you want to only let people build inside WorldGuard regions?
    WORLDGUARD_INTEGRATION: 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

    # Add stock counter to quantity line?
    USE_STOCK_COUNTER: false

     

     

     

    Server Version

    Craftbukkit version 3554-Spigot-2183145-6da8266 (MC:1.19.1)

     

    Server Log

    [08:07:27] [ServerMain/INFO]: Building unoptimized datafixer[08:07:27] [ServerMain/INFO]: Building unoptimized datafixer[08:07:28] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'[08:07:29] [ServerMain/INFO]: Loaded 7 recipes[08:07:30] [Server thread/INFO]: Starting minecraft server version 1.19.1[08:07:30] [Server thread/INFO]: Loading properties[08:07:30] [Server thread/INFO]: This server is running CraftBukkit version 3554-Spigot-2183145-6da8266 (MC: 1.19.1) (Implementing API version 1.19.1-R0.1-SNAPSHOT)[08:07:30] [Server thread/INFO]: Debug logging is disabled[08:07:30] [Server thread/INFO]: Server Ping Player Sample Count: 12[08:07:30] [Server thread/INFO]: Using 4 threads for Netty based IO[08:07:30] [Server thread/INFO]: Default game type: SURVIVAL[08:07:30] [Server thread/INFO]: Generating keypair[08:07:30] [Server thread/INFO]: Starting Minecraft server on 119.252.189.5:25754[08:07:30] [Server thread/INFO]: Using epoll channel type[08:07:30] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131[08:07:30] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.9 (Phoenix)[08:07:30] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.11+c43a877[08:07:31] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@1f9d5ead][08:07:31] [Server thread/INFO]: [BestServerBasics] Loading BestServerBasics v3.2.1[08:07:31] [Server thread/INFO]: [XConomy] Loading XConomy v2.19.2[08:07:31] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.8-beta-01+cbb2ba7[08:07:31] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.12.2 (build 353)[08:07:31] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.8-beta-01+cbb2ba7 loaded.[08:07:31] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131[08:07:31] [Server thread/WARN]: [Vault] Loaded class org.anjocaido.groupmanager.GroupManager from GroupManager v2.9 (Phoenix) which is not a depend or softdepend of this plugin.[08:07:31] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting[08:07:31] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.[08:07:31] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting[08:07:31] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131[08:07:31] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.11+c43a877[08:07:31] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface[08:07:31] [Server thread/WARN]: [WorldEdit] Loaded class org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder from GroupManager v2.9 (Phoenix) which is not a depend or softdepend of this plugin.[08:07:31] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions[08:07:31] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R1.PaperweightAdapter as the Bukkit adapter[08:07:32] [Server thread/INFO]: [WorldEdit] ====================================================[08:07:32] [Server thread/INFO]: [WorldEdit]  WorldEdit works better if you use Paper [08:07:32] [Server thread/INFO]: [WorldEdit]  as your server software. [08:07:32] [Server thread/INFO]: [WorldEdit]   [08:07:32] [Server thread/INFO]: [WorldEdit]  Paper offers significant performance improvements,[08:07:32] [Server thread/INFO]: [WorldEdit]  bug fixes, security enhancements and optional[08:07:32] [Server thread/INFO]: [WorldEdit]  features for server owners to enhance their server.[08:07:32] [Server thread/INFO]: [WorldEdit]   [08:07:32] [Server thread/INFO]: [WorldEdit]  Paper includes Timings v2, which is significantly[08:07:32] [Server thread/INFO]: [WorldEdit]  better at diagnosing lag problems over v1.[08:07:32] [Server thread/INFO]: [WorldEdit]   [08:07:32] [Server thread/INFO]: [WorldEdit]  All of your plugins should still work, and the[08:07:32] [Server thread/INFO]: [WorldEdit]  Paper community will gladly help you fix any issues.[08:07:32] [Server thread/INFO]: [WorldEdit]   [08:07:32] [Server thread/INFO]: [WorldEdit]  Join the Paper Community @ https://papermc.io[08:07:32] [Server thread/INFO]: [WorldEdit] ====================================================[08:07:32] [Server thread/INFO]: [XConomy] Enabling XConomy v2.19.2[08:07:32] [Server thread/INFO]: [XConomy] UUID-Mode: Default[08:07:32] [Server thread/INFO]: [XConomy] Language: ENGLISH[08:07:32] [Server thread/INFO]: [XConomy] Saving method - SQLite[08:07:32] [Server thread/INFO]: [XConomy] SQLite successfully connected[08:07:32] [Server thread/INFO]: [XConomy] XConomy successfully enabled[08:07:32] [Server thread/INFO]: [XConomy] ===== YiC =====[08:07:32] [Server thread/INFO]: Preparing level "world"[08:07:32] [Server thread/INFO]: -------- World Settings For [world] --------[08:07:32] [Server thread/INFO]: Mob Spawn Range: 6[08:07:32] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false[08:07:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64[08:07:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false[08:07:32] [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 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645[08:07:32] [Server thread/INFO]: Experience Merge Radius: 3.0[08:07:32] [Server thread/INFO]: Cactus Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Cane Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Melon Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Mushroom Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Sapling Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Beetroot Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Carrot Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Potato Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Wheat Growth Modifier: 100%[08:07:32] [Server thread/INFO]: NetherWart Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Vine Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Cocoa Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Bamboo Growth Modifier: 100%[08:07:32] [Server thread/INFO]: SweetBerry Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Kelp Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Max TNT Explosions: 100[08:07:32] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms[08:07:32] [Server thread/INFO]: Item Despawn Rate: 6000[08:07:32] [Server thread/INFO]: Item Merge Radius: 2.5[08:07:32] [Server thread/INFO]: View Distance: 10[08:07:32] [Server thread/INFO]: Simulation Distance: 10[08:07:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true[08:07:32] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200[08:07:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true[08:07:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: false[08:07:32] [Server thread/INFO]: -------- World Settings For [world_nether] --------[08:07:32] [Server thread/INFO]: Mob Spawn Range: 6[08:07:32] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false[08:07:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64[08:07:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false[08:07:32] [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 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645[08:07:32] [Server thread/INFO]: Experience Merge Radius: 3.0[08:07:32] [Server thread/INFO]: Cactus Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Cane Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Melon Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Mushroom Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Sapling Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Beetroot Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Carrot Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Potato Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Wheat Growth Modifier: 100%[08:07:32] [Server thread/INFO]: NetherWart Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Vine Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Cocoa Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Bamboo Growth Modifier: 100%[08:07:32] [Server thread/INFO]: SweetBerry Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Kelp Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Max TNT Explosions: 100[08:07:32] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms[08:07:32] [Server thread/INFO]: Item Despawn Rate: 6000[08:07:32] [Server thread/INFO]: Item Merge Radius: 2.5[08:07:32] [Server thread/INFO]: View Distance: 10[08:07:32] [Server thread/INFO]: Simulation Distance: 10[08:07:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true[08:07:32] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200[08:07:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true[08:07:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: false[08:07:32] [Server thread/INFO]: -------- World Settings For [world_the_end] --------[08:07:32] [Server thread/INFO]: Mob Spawn Range: 6[08:07:32] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false[08:07:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64[08:07:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false[08:07:32] [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 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645[08:07:32] [Server thread/INFO]: Experience Merge Radius: 3.0[08:07:32] [Server thread/INFO]: Cactus Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Cane Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Melon Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Mushroom Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Sapling Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Beetroot Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Carrot Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Potato Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Wheat Growth Modifier: 100%[08:07:32] [Server thread/INFO]: NetherWart Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Vine Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Cocoa Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Bamboo Growth Modifier: 100%[08:07:32] [Server thread/INFO]: SweetBerry Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Kelp Growth Modifier: 100%[08:07:32] [Server thread/INFO]: Max TNT Explosions: 100[08:07:32] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms[08:07:32] [Server thread/INFO]: Item Despawn Rate: 6000[08:07:32] [Server thread/INFO]: Item Merge Radius: 2.5[08:07:32] [Server thread/INFO]: View Distance: 10[08:07:32] [Server thread/INFO]: Simulation Distance: 10[08:07:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true[08:07:32] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200[08:07:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true[08:07:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: false[08:07:32] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld[08:07:35] [Worker-Main-1/INFO]: Preparing spawn area: 0%[08:07:35] [Worker-Main-4/INFO]: Preparing spawn area: 0%[08:07:35] [Worker-Main-4/INFO]: Preparing spawn area: 0%[08:07:35] [Worker-Main-1/INFO]: Preparing spawn area: 0%[08:07:35] [Worker-Main-1/INFO]: Preparing spawn area: 0%[08:07:35] [Worker-Main-1/INFO]: Preparing spawn area: 0%[08:07:35] [Worker-Main-1/INFO]: Preparing spawn area: 0%[08:07:36] [Worker-Main-1/INFO]: Preparing spawn area: 69%[08:07:36] [Server thread/INFO]: Time elapsed: 3673 ms[08:07:36] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether[08:07:38] [Worker-Main-2/INFO]: Preparing spawn area: 0%[08:07:38] [Worker-Main-4/INFO]: Preparing spawn area: 0%[08:07:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%[08:07:38] [Worker-Main-4/INFO]: Preparing spawn area: 0%[08:07:38] [Worker-Main-1/INFO]: Preparing spawn area: 0%[08:07:39] [Server thread/INFO]: Time elapsed: 2469 ms[08:07:39] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end[08:07:40] [Worker-Main-1/INFO]: Preparing spawn area: 0%[08:07:40] [Worker-Main-1/INFO]: Preparing spawn area: 0%[08:07:40] [Worker-Main-1/INFO]: Preparing spawn area: 0%[08:07:40] [Worker-Main-1/INFO]: Preparing spawn area: 12%[08:07:40] [Server thread/INFO]: Time elapsed: 1789 ms[08:07:40] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.9 (Phoenix)[08:07:40] [Server thread/INFO]: [GroupManager] World Found: world[08:07:40] [Server thread/INFO]: [GroupManager] Superperms support enabled.[08:07:40] [Server thread/INFO]: [GroupManager] Scheduled Data Saving is set for every 10 minutes![08:07:40] [Server thread/INFO]: [GroupManager] Backups will be retained for 24 hours![08:07:40] [Server thread/INFO]: [GroupManager] version 2.9 (Phoenix) is enabled![08:07:40] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions[08:07:40] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.[08:07:40] [Server thread/INFO]: [Vault] [Vault][Chat] GroupManager - Chat hooked.[08:07:40] [Server thread/INFO]: [BestServerBasics] Enabling BestServerBasics v3.2.1[08:07:40] [Server thread/INFO]: [08:07:40] [Server thread/INFO]:        ____     _____   ____               ____  [08:07:40] [Server thread/INFO]:       |  _ \   / ____| |  _ \             |___ \ [08:07:40] [Server thread/INFO]:       | |_) | | (___   | |_) |      _ __    __) |[08:07:40] [Server thread/INFO]:       |  _ <   \___ \  |  _ <      | '__|  |__ < [08:07:40] [Server thread/INFO]:       | |_) |  ____) | | |_) |     | |     ___) |[08:07:40] [Server thread/INFO]:       |____/  |_____/  |____/      |_|    |____/ .2.1[08:07:40] [Server thread/INFO]: [08:07:40] [Server thread/INFO]: [08:07:40] [Server thread/INFO]:        Economy: Vault Linked[08:07:40] [Server thread/INFO]:        Dynmap: Not linked[08:07:40] [Server thread/INFO]:        82 Commands have been implemented[08:07:40] [Server thread/INFO]: [08:07:40] [Server thread/INFO]: I've collected some important warnings for you, while loading[08:07:40] [Server thread/INFO]: [08:07:40] [Server thread/INFO]:    Could not implement the command "dynmap" (Reason: Dynmap plugin is required for the dynmap helper command)[08:07:40] [Server thread/INFO]:    A command with the name "reload" already exists. (This is a warning, I will still add the command)[08:07:40] [Server thread/INFO]:    A command with the name "tree" already exists. (This is a warning, I will still add the command)[08:07:40] [Server thread/INFO]:    A command with the name "eco" already exists. (This is a warning, I will still add the command)[08:07:40] [Server thread/INFO]:    A command with the name "money" already exists. (This is a warning, I will still add the command)[08:07:40] [Server thread/INFO]:    A command with the name "pay" already exists. (This is a warning, I will still add the command)[08:07:40] [Server thread/INFO]: [08:07:40] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.8-beta-01+cbb2ba7[08:07:40] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.[08:07:40] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.[08:07:40] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.[08:07:40] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.[08:07:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'[08:07:40] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.[08:07:40] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.[08:07:40] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.[08:07:40] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.[08:07:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'[08:07:40] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.[08:07:40] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.[08:07:40] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.[08:07:40] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.[08:07:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'[08:07:40] [Server thread/INFO]: [WorldGuard] Loading region data...[08:07:41] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.12.2 (build 353)[08:07:41] [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[08:07:42] [Server thread/INFO]: [ChestShop] Using Bank as the Economy provider now.[08:07:42] [Server thread/INFO]: [ChestShop] Vault loaded![08:07:42] [Server thread/INFO]: [ChestShop] Auto-updater is disabled. If you want the plugin to automatically download new releases then set 'TURN_OFF_UPDATES' to 'false' in your config.yml![08:07:42] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it[08:07:42] [Server thread/INFO]: Done (10.170s)! For help, type "help"[08:07:42] [Server thread/INFO]: [GroupManager] Bukkit Permissions Updated![08:07:42] [Craft Scheduler Thread - 3/INFO]: [Vault] Checking for Updates ... [08:07:42] [Craft Scheduler Thread - 3/INFO]: [Vault] No new version available[08:07:42] [Craft Scheduler Thread - 2/INFO]: [GroupManager] There was an issue parsing the version string.[08:07:42] [Craft Scheduler Thread - 2/INFO]: [GroupManager] No new version available[08:07:43] [Craft Scheduler Thread - 0/INFO]: [XConomy] Is the latest version[12:25:22] [User Authenticator #1/INFO]: UUID of player TB0Y is 2c9d4d86-23e7-487d-a062-85fce6ac8c70[12:25:23] [Server thread/INFO]: +++ Admin | TB0Y[12:25:23] [Server thread/INFO]: TB0Y[/149.167.130.170:9308] logged in with entity id 479 at ([world]-278.3923667763814, 62.5, 363.96608597296216)[12:25:49] [Server thread/INFO]: TB0Y issued server command: /spawn[12:25:59] [Server thread/INFO]: TB0Y issued server command: /money[12:26:10] [Server thread/INFO]: TB0Y lost connection: Disconnected[12:26:10] [Server thread/INFO]: --- Admin | TB0Y[12:27:40] [pool-9-thread-1/INFO]: [GroupManager] Data files refreshed.[12:33:23] [Server thread/INFO]: com.mojang.authlib.GameProfile@8a5f180[id=<null>,name=TB0Y,properties={},legacy=false] (/149.167.130.170:9701) lost connection: Disconnected[12:33:26] [User Authenticator #2/INFO]: UUID of player TB0Y is 2c9d4d86-23e7-487d-a062-85fce6ac8c70[12:33:26] [Server thread/INFO]: +++ Admin | TB0Y[12:33:26] [Server thread/INFO]: TB0Y[/149.167.130.170:9220] logged in with entity id 903 at ([world]-33.75014739487098, 71.0, -32.32067706429137)[12:33:32] [Server thread/INFO]: TB0Y issued server command: /version[12:35:00] [Server thread/INFO]: TB0Y lost connection: Disconnected[12:35:00] [Server thread/INFO]: --- Admin | TB0Y[12:35:18] [Server thread/INFO]: com.mojang.authlib.GameProfile@29f76a0d[id=<null>,name=TB0Y,properties={},legacy=false] (/149.167.130.170:9655) lost connection: Disconnected[12:35:20] [User Authenticator #3/INFO]: UUID of player TB0Y is 2c9d4d86-23e7-487d-a062-85fce6ac8c70[12:35:20] [Server thread/INFO]: +++ Admin | TB0Y[12:35:20] [Server thread/INFO]: TB0Y[/149.167.130.170:9661] logged in with entity id 1139 at ([world]-33.75014739487098, 71.0, -32.32067706429137)[12:35:28] [Server thread/WARN]: [ChestShop] Could not add money to account of 2c9d4d86-23e7-487d-a062-85fce6ac8c70/TB0Y.This is probably due to https://github.com/MilkBowl/Vault/issues/746 and has to be fixed in either Vault directly or your economy plugin.If you are sure it's not this issue then please report the following error.java.lang.NullPointerException: Cannot read field "type" because "response" is null at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyAdd(VaultListener.java:192) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.EconomyAdapter.processTransfer(EconomyAdapter.java:60) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyTransfer(VaultListener.java:232) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.PostTransaction.EconomicModule.onBuyTransaction(EconomicModule.java:24) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:173) ~[?:?] at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:505) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:472) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.level.PlayerInteractManager.a(PlayerInteractManager.java:187) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1582) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:42) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:8) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:140) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1106) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at java.lang.Thread.run(Thread.java:833) [?:?][12:35:29] [Server thread/WARN]: [ChestShop] Could not add money to account of 2c9d4d86-23e7-487d-a062-85fce6ac8c70/TB0Y.This is probably due to https://github.com/MilkBowl/Vault/issues/746 and has to be fixed in either Vault directly or your economy plugin.If you are sure it's not this issue then please report the following error.java.lang.NullPointerException: Cannot read field "type" because "response" is null at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyAdd(VaultListener.java:192) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.EconomyAdapter.processTransfer(EconomyAdapter.java:60) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyTransfer(VaultListener.java:232) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.PostTransaction.EconomicModule.onBuyTransaction(EconomicModule.java:24) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:173) ~[?:?] at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:505) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:472) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.level.PlayerInteractManager.a(PlayerInteractManager.java:187) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1582) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:42) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:8) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:140) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1106) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at java.lang.Thread.run(Thread.java:833) [?:?][12:35:30] [Server thread/WARN]: [ChestShop] Could not add money to account of 2c9d4d86-23e7-487d-a062-85fce6ac8c70/TB0Y.This is probably due to https://github.com/MilkBowl/Vault/issues/746 and has to be fixed in either Vault directly or your economy plugin.If you are sure it's not this issue then please report the following error.java.lang.NullPointerException: Cannot read field "type" because "response" is null at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyAdd(VaultListener.java:192) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.EconomyAdapter.processTransfer(EconomyAdapter.java:60) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyTransfer(VaultListener.java:232) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.PostTransaction.EconomicModule.onBuyTransaction(EconomicModule.java:24) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:173) ~[?:?] at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:505) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:472) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.level.PlayerInteractManager.a(PlayerInteractManager.java:187) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1582) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:42) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:8) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at java.lang.Thread.run(Thread.java:833) [?:?][12:35:31] [Server thread/WARN]: [ChestShop] Could not add money to account of 2c9d4d86-23e7-487d-a062-85fce6ac8c70/TB0Y.This is probably due to https://github.com/MilkBowl/Vault/issues/746 and has to be fixed in either Vault directly or your economy plugin.If you are sure it's not this issue then please report the following error.java.lang.NullPointerException: Cannot read field "type" because "response" is null at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyAdd(VaultListener.java:192) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.EconomyAdapter.processTransfer(EconomyAdapter.java:60) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyTransfer(VaultListener.java:232) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.PostTransaction.EconomicModule.onBuyTransaction(EconomicModule.java:24) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:173) ~[?:?] at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:505) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:472) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.level.PlayerInteractManager.a(PlayerInteractManager.java:187) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1582) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:42) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:8) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at java.lang.Thread.run(Thread.java:833) [?:?][12:35:32] [Server thread/WARN]: [ChestShop] Could not add money to account of 2c9d4d86-23e7-487d-a062-85fce6ac8c70/TB0Y.This is probably due to https://github.com/MilkBowl/Vault/issues/746 and has to be fixed in either Vault directly or your economy plugin.If you are sure it's not this issue then please report the following error.java.lang.NullPointerException: Cannot read field "type" because "response" is null at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyAdd(VaultListener.java:192) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.EconomyAdapter.processTransfer(EconomyAdapter.java:60) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyTransfer(VaultListener.java:232) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.PostTransaction.EconomicModule.onBuyTransaction(EconomicModule.java:24) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:173) ~[?:?] at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:505) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:472) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.level.PlayerInteractManager.a(PlayerInteractManager.java:187) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1582) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:42) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:8) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:116) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1105) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at java.lang.Thread.run(Thread.java:833) [?:?][12:35:33] [Server thread/WARN]: [ChestShop] Could not add money to account of 2c9d4d86-23e7-487d-a062-85fce6ac8c70/TB0Y.This is probably due to https://github.com/MilkBowl/Vault/issues/746 and has to be fixed in either Vault directly or your economy plugin.If you are sure it's not this issue then please report the following error.java.lang.NullPointerException: Cannot read field "type" because "response" is null at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyAdd(VaultListener.java:192) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.EconomyAdapter.processTransfer(EconomyAdapter.java:60) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyTransfer(VaultListener.java:232) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.PostTransaction.EconomicModule.onBuyTransaction(EconomicModule.java:24) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:173) ~[?:?] at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:505) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:472) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.level.PlayerInteractManager.a(PlayerInteractManager.java:187) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1582) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:42) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:8) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:140) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1106) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at java.lang.Thread.run(Thread.java:833) [?:?][12:35:34] [Server thread/WARN]: [ChestShop] Could not add money to account of 2c9d4d86-23e7-487d-a062-85fce6ac8c70/TB0Y.This is probably due to https://github.com/MilkBowl/Vault/issues/746 and has to be fixed in either Vault directly or your economy plugin.If you are sure it's not this issue then please report the following error.java.lang.NullPointerException: Cannot read field "type" because "response" is null at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyAdd(VaultListener.java:192) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.EconomyAdapter.processTransfer(EconomyAdapter.java:60) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyTransfer(VaultListener.java:232) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.PostTransaction.EconomicModule.onBuyTransaction(EconomicModule.java:24) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:173) ~[?:?] at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:505) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:472) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.level.PlayerInteractManager.a(PlayerInteractManager.java:187) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1582) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:42) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:8) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:140) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1106) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at java.lang.Thread.run(Thread.java:833) [?:?][12:35:34] [Server thread/WARN]: [ChestShop] Could not add money to account of 2c9d4d86-23e7-487d-a062-85fce6ac8c70/TB0Y.This is probably due to https://github.com/MilkBowl/Vault/issues/746 and has to be fixed in either Vault directly or your economy plugin.If you are sure it's not this issue then please report the following error.java.lang.NullPointerException: Cannot read field "type" because "response" is null at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyAdd(VaultListener.java:192) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.EconomyAdapter.processTransfer(EconomyAdapter.java:60) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyTransfer(VaultListener.java:232) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.PostTransaction.EconomicModule.onBuyTransaction(EconomicModule.java:24) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:173) ~[?:?] at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:505) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:472) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.level.PlayerInteractManager.a(PlayerInteractManager.java:187) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1582) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:42) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:8) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:140) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1106) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at java.lang.Thread.run(Thread.java:833) [?:?][12:35:35] [Server thread/WARN]: [ChestShop] Could not add money to account of 2c9d4d86-23e7-487d-a062-85fce6ac8c70/TB0Y.This is probably due to https://github.com/MilkBowl/Vault/issues/746 and has to be fixed in either Vault directly or your economy plugin.If you are sure it's not this issue then please report the following error.java.lang.NullPointerException: Cannot read field "type" because "response" is null at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyAdd(VaultListener.java:192) ~[?:?] at jdk.internal.reflect.GeneratedMethodAccessor55.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.EconomyAdapter.processTransfer(EconomyAdapter.java:60) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyTransfer(VaultListener.java:232) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.PostTransaction.EconomicModule.onBuyTransaction(EconomicModule.java:24) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:173) ~[?:?] at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:505) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:472) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.level.PlayerInteractManager.a(PlayerInteractManager.java:187) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1582) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:42) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:8) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:140) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1106) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at java.lang.Thread.run(Thread.java:833) [?:?][12:35:35] [Server thread/WARN]: [ChestShop] Could not add money to account of 2c9d4d86-23e7-487d-a062-85fce6ac8c70/TB0Y.This is probably due to https://github.com/MilkBowl/Vault/issues/746 and has to be fixed in either Vault directly or your economy plugin.If you are sure it's not this issue then please report the following error.java.lang.NullPointerException: Cannot read field "type" because "response" is null at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyAdd(VaultListener.java:192) ~[?:?] at jdk.internal.reflect.GeneratedMethodAccessor55.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.EconomyAdapter.processTransfer(EconomyAdapter.java:60) ~[?:?] at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyTransfer(VaultListener.java:232) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:561) ~[?:?] at com.Acrobot.ChestShop.Listeners.PostTransaction.EconomicModule.onBuyTransaction(EconomicModule.java:24) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:173) ~[?:?] at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:505) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at org.bukkit.craftbukkit.v1_19_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:472) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.level.PlayerInteractManager.a(PlayerInteractManager.java:187) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1582) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:42) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:8) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:140) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1106) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3554-Spigot-2183145-6da8266] at java.lang.Thread.run(Thread.java:833) [?:?][12:35:41] [Server thread/INFO]: TB0Y lost connection: Disconnected[12:35:41] [Server thread/INFO]: --- Admin | TB0Y 

    Granted Permissions

    Testing as OP

     

    What other plugins are you running?

    BestServerBasics v3.2.1

    GroupManager v2.9 (phoenix)

    Vault v1.7.3-b131

    XConomy-Bukkit-2.19.2 v2.19.2

    worldedit-bukkit-7.2.11 v7.2.11+c43a877

    worldguard-bukkit-7.0.8-beta-01-dist v7.0.8-beta-01+cbb2ba7

    AND

    **ChestShop v3.12.2 (build 353)**

     

    What is happening?

    Plugin was working well before I installed BESTSERVERBASICS plugin. 

    Now (admin) shop thinks i dont have enough money. In game text "[Shop] You don't have enough money!"

     

     

    Disabling BESTSERVERBASICS returns shop to normal functionality 

    What did you expect to happen?

    Compatiblity with BESTSERVERBASICS (no shop function) 

    Please provide any additional info below

    I have messaged the author of BESTSERVERBASICS on their discord.

  • TOBY_TOP added the tags Defect Plugin Issue Aug 4, 2022
  • Phoenix616 posted a comment Nov 11, 2022

    You didn't include information about your admin shop but you need to make sure that it's exactly "Admin Shop".

     

    I kinda doubt it's due to the other plugin but if it is then they would need to fix it, ChestShop only follows standards.

  • Phoenix616 added a tag Missing Information Nov 11, 2022

To post a comment, please login or register a new account.