ChestShop-authors / ChestShop-3

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

Buying / Selling Takes has Weird Issues #352

Closed Mobmaker55 closed 3 years ago

Mobmaker55 commented 4 years ago

Plugin Version

3.11 (build 213) Also tested on 3.11.1-SNAPSHOT (build 232)

Plugin Config

Config ```yaml # Should the plugin log some messages that are useful for debugging? DEBUG: false # Do you want to turn off the automatic updates of ChestShop? TURN_OFF_UPDATES: 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 allow using shops to people in creative mode? IGNORE_CREATIVE_MODE: true # Do you want to allow using shops to people who have access to it due to their permissions? (owners are always ignored) IGNORE_ACCESS_PERMS: 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: 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: "Shop" # The name of the economy account which Admin Shops should use and to which all taxes will go SERVER_ECONOMY_ACCOUNT: "verr19" # 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 # 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: false # 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: true # Can players hide the "Full shop" messages with /cstoggle? CSTOGGLE_TOGGLES_FULL_SHOP: true # Do you want to show "You bought/sold... " messages? SHOW_TRANSACTION_INFORMATION_CLIENT: true # Do you want to show "Somebody bought/sold... " messages? SHOW_TRANSACTION_INFORMATION_OWNER: true # If true, plugin will log transactions in its own file LOG_TO_FILE: true # Do you want ChestShop's messages to show up in console? LOG_TO_CONSOLE: false # Should all shop removals be logged to the console? LOG_ALL_SHOP_REMOVALS: 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 ```

Server Version

git-Paper-149 (MC: 1.16.2)

Server Log

Log ``` [20:06:43] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD' [20:06:44] [main/INFO]: Reloading ResourceManager: Default, bukkit [20:06:45] [Server-Worker-4/INFO]: Loaded 7 recipes [20:06:47] [Server thread/INFO]: Starting minecraft server version 1.16.2 [20:06:47] [Server thread/INFO]: Loading properties [20:06:47] [Server thread/INFO]: This server is running Paper version git-Paper-149 (MC: 1.16.2) (Implementing API version 1.16.2-R0.1-SNAPSHOT) [20:06:48] [Server thread/INFO]: Server Ping Player Sample Count: 12 [20:06:48] [Server thread/INFO]: Using 4 threads for Netty based IO [20:06:48] [Server thread/INFO]: Debug logging is disabled [20:06:48] [Server thread/INFO]: Default game type: SURVIVAL [20:06:48] [Server thread/INFO]: Generating keypair [20:06:48] [Server thread/INFO]: Starting Minecraft server on *:25565 [20:06:49] [Server thread/INFO]: Using epoll channel type [20:06:50] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug! [20:06:55] [Server thread/WARN]: Legacy plugin dynmap v3.1-beta3a-409 does not specify an api-version. [20:06:55] [Server thread/WARN]: Legacy plugin VaultChatFormatter v1.0-SNAPSHOT does not specify an api-version. [20:06:55] [Server thread/WARN]: Legacy plugin ChatEx v2.6.1 does not specify an api-version. [20:06:56] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.1.93 [20:06:56] [Server thread/INFO]: [Harbor] Loading Harbor v1.6.1 [20:06:56] [Server thread/INFO]: [UberEnchant] Loading UberEnchant v8.9.1 [20:06:56] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.1.4 [20:06:56] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9 [20:06:56] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.7 [20:06:56] [Server thread/INFO]: [WitherAC] Loading WitherAC v0.21.2 [20:06:56] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131 [20:06:56] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.1 [20:06:56] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.16.2) has not yet been tested! Proceed with caution. [20:06:56] [Server thread/INFO]: [dynmap] Loading dynmap v3.1-beta3a-409 [20:06:56] [Server thread/INFO]: [dynmap] version=git-Paper-149 (MC: 1.16.2) [20:06:56] [Server thread/INFO]: [dynmap] Mod Support API available [20:06:56] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.0-beta-04+98f71a3 [20:06:57] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@76ba4711] [20:06:57] [Server thread/INFO]: [TabList] Loading TabList v5.4.5 [20:06:57] [Server thread/INFO]: [VaultChatFormatter] Loading VaultChatFormatter v1.0-SNAPSHOT [20:06:57] [Server thread/INFO]: [BasicEcon] Loading BasicEcon v1.0 [20:06:57] [Server thread/INFO]: [ChatEx] Loading ChatEx v2.6.1 [20:06:57] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.4 [20:06:57] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4-beta1;bc551da [20:06:57] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.11 (build 213) [20:06:57] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.4-beta1;bc551da loaded. [20:06:57] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.11.0 [20:06:58] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (277 ms) [20:06:58] [Server thread/INFO]: [Shopkeepers] Loading config. [20:06:58] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'. [20:06:58] [Server thread/INFO]: [Shopkeepers] Couldn't register WorldGuard flag 'allow-shop': A flag already exists by the name allow-shop [20:06:58] [Server thread/INFO]: [Shopkeepers] Registering defaults. [20:06:58] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v6.4.0 [20:06:58] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [20:06:58] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.1.93 [20:06:58] [Server thread/INFO]: __ [20:06:58] [Server thread/INFO]: | |__) LuckPerms v5.1.93 [20:06:58] [Server thread/INFO]: |___ | Running on Bukkit - Paper [20:06:58] [Server thread/INFO]: [20:06:58] [Server thread/INFO]: [LuckPerms] Loading configuration... [20:06:58] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2] [20:07:00] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [20:07:00] [Server thread/INFO]: [LuckPerms] Performing initial data load... [20:07:00] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2679ms) [20:07:00] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131 [20:07:01] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [20:07:01] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131 [20:07:01] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [20:07:01] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.1 [20:07:01] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread. [20:07:01] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.0-beta-04+98f71a3 [20:07:01] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [20:07:02] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R2 as the Bukkit adapter [20:07:03] [Server thread/INFO]: [BasicEcon] Enabling BasicEcon v1.0 [20:07:03] [Server thread/INFO]: VaultAPI hooked into BasicEcon [20:07:03] [Server thread/INFO]: Preparing level "world" [20:07:03] [Server thread/INFO]: -------- World Settings For [world] -------- [20:07:03] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:07:03] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Cane Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Melon Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Beetroot Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Carrot Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Potato Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:07:03] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Vine Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Cocoa Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Bamboo Growth Modifier: 100% [20:07:03] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Kelp Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true [20:07:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [20:07:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [20:07:03] [Server thread/INFO]: Max TNT Explosions: 100 [20:07:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:07:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:07:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:07:03] [Server thread/INFO]: Item Despawn Rate: 6000 [20:07:03] [Server thread/INFO]: Item Merge Radius: 2.5 [20:07:03] [Server thread/INFO]: View Distance: 10 [20:07:03] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [20:07:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:07:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:07:03] [Server thread/INFO]: Mob Spawn Range: 8 [20:07:03] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [20:07:04] [Server thread/INFO]: -------- World Settings For [world_nether] -------- [20:07:04] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:07:04] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Cane Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Melon Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Beetroot Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Carrot Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Potato Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:07:04] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Vine Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Cocoa Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Bamboo Growth Modifier: 100% [20:07:04] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Kelp Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true [20:07:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [20:07:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [20:07:04] [Server thread/INFO]: Max TNT Explosions: 100 [20:07:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:07:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:07:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:07:04] [Server thread/INFO]: Item Despawn Rate: 6000 [20:07:04] [Server thread/INFO]: Item Merge Radius: 2.5 [20:07:04] [Server thread/INFO]: View Distance: 10 [20:07:04] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [20:07:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:07:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:07:04] [Server thread/INFO]: Mob Spawn Range: 8 [20:07:04] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- [20:07:04] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:07:04] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Cane Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Melon Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Beetroot Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Carrot Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Potato Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:07:04] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Vine Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Cocoa Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Bamboo Growth Modifier: 100% [20:07:04] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Kelp Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true [20:07:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [20:07:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [20:07:04] [Server thread/INFO]: Max TNT Explosions: 100 [20:07:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:07:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:07:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:07:04] [Server thread/INFO]: Item Despawn Rate: 6000 [20:07:04] [Server thread/INFO]: Item Merge Radius: 2.5 [20:07:04] [Server thread/INFO]: View Distance: 10 [20:07:04] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [20:07:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:07:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:07:04] [Server thread/INFO]: Mob Spawn Range: 8 [20:07:04] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [20:07:05] [Server thread/INFO]: Loaded 0 spawn chunks for world world [20:07:05] [Server thread/INFO]: Preparing spawn area: 0% [20:07:05] [Server thread/INFO]: Preparing spawn area: 0% [20:07:05] [Server thread/INFO]: Preparing spawn area: 0% [20:07:05] [Server thread/INFO]: Time elapsed: 1321 ms [20:07:05] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether [20:07:05] [Server thread/INFO]: Loaded 0 spawn chunks for world world_nether [20:07:06] [Server thread/INFO]: Preparing spawn area: 0% [20:07:06] [Server thread/INFO]: Preparing spawn area: 0% [20:07:06] [Server thread/INFO]: Preparing spawn area: 29% [20:07:07] [Server thread/INFO]: Preparing spawn area: 72% [20:07:07] [Server thread/INFO]: Time elapsed: 1571 ms [20:07:07] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end [20:07:07] [Server thread/INFO]: Loaded 0 spawn chunks for world world_the_end [20:07:07] [Server thread/INFO]: Preparing spawn area: 0% [20:07:07] [Server thread/INFO]: Preparing spawn area: 0% [20:07:08] [Server-Worker-3/INFO]: Preparing spawn area: 100% [20:07:08] [Server thread/INFO]: Time elapsed: 1025 ms [20:07:08] [Server thread/INFO]: [Harbor] Enabling Harbor v1.6.1 [20:07:08] [Server thread/INFO]: [UberEnchant] Enabling UberEnchant v8.9.1 [20:07:08] [Server thread/WARN]: [UberEnchant] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin. [20:07:08] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.1.4 [20:07:08] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9 [20:07:08] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information... [20:07:08] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.7 [20:07:08] [Server thread/INFO]: [WitherAC] Enabling WitherAC v0.21.2 [20:07:08] [Server thread/INFO]: [dynmap] Enabling dynmap v3.1-beta3a-409* [20:07:09] [Server thread/INFO]: [dynmap] Added 4 custom biome mappings [20:07:09] [Server thread/INFO]: [dynmap] Using LuckPerms 5.1.93 for access control [20:07:09] [Server thread/INFO]: [dynmap] Mod Support processing completed [20:07:10] [Server thread/INFO]: [dynmap] Loaded 25 shaders. [20:07:10] [Server thread/INFO]: [dynmap] Loaded 82 perspectives. [20:07:10] [Server thread/INFO]: [dynmap] Loaded 22 lightings. [20:07:10] [Server thread/INFO]: [dynmap] Starting enter/exit processing [20:07:10] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization [20:07:11] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123 [20:07:11] [Server thread/INFO]: [dynmap] version 3.1-beta3a-409 is enabled - core version 3.1-beta3a-409 [20:07:11] [Server thread/INFO]: [dynmap] For support, visit https://reddit.com/r/Dynmap or our Discord at https://discord.gg/s3rd5qn [20:07:11] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues [20:07:11] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm [20:07:11] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'. [20:07:11] [Server thread/INFO]: [dynmap] Loaded 30 pending tile renders for world 'world' [20:07:11] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'. [20:07:11] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'. [20:07:11] [Server thread/INFO]: [dynmap] Enabled [20:07:11] [Server thread/INFO]: [TabList] Enabling TabList v5.4.5 [20:07:11] [Server thread/INFO]: [TabList] Hooked PlaceholderAPI version: 2.10.9 [20:07:11] [Server thread/INFO]: [TabList] > The plugin successfully enabled v5.4.5! (155ms) [20:07:11] [Server thread/INFO]: [VaultChatFormatter] Enabling VaultChatFormatter v1.0-SNAPSHOT* [20:07:11] [Server thread/INFO]: [VaultChatFormatter] New Vault Chat implementation registered: LuckPerms [20:07:11] [Server thread/INFO]: [ChatEx] Enabling ChatEx v2.6.1* [20:07:11] [Server thread/INFO]: [ChatEx] Successfully hooked into: LuckPerms [20:07:11] [Server thread/INFO]: [ChatEx] Hooked into PlaceholderAPI [20:07:11] [Server thread/INFO]: [ChatEx] Server version:git-Paper-149 (MC: 1.16.2) [20:07:11] [Server thread/INFO]: [ChatEx] Loading RGB ColorCodes! [20:07:11] [Server thread/INFO]: [ChatEx] No ColorCodes Specified! [20:07:11] [Server thread/INFO]: [ChatEx] Thanks for using bstats, it was enabled! [20:07:11] [Server thread/INFO]: [ChatEx] is now enabled! [20:07:11] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.4 [20:07:11] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib. [20:07:11] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4-beta1;bc551da [20:07:12] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED. [20:07:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world' [20:07:12] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. [20:07:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether' [20:07:12] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. [20:07:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end' [20:07:12] [ForkJoinPool.commonPool-worker-1/INFO]: New version (5.4.6) is available at https://www.spigotmc.org/resources/46229/ [20:07:12] [Server thread/INFO]: [WorldGuard] Loading region data... [20:07:12] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.11 (build 213) [20:07:12] [Server thread/INFO]: [ChestShop] Found locale en! [20:07:12] [Server thread/WARN]: [ChestShop] Server economy account setting '' doesn't seem to be the name of a known player! Please log in at least once in order for the server economy account to work. [20:07:12] [Server thread/INFO]: [ChestShop] Using BasicEcon as the Economy provider now. [20:07:12] [Server thread/INFO]: [ChestShop] Vault loaded! [20:07:12] [Server thread/INFO]: [ChestShop] Using Paper's BlockDestroyEvent instead of the BlockPhysicsEvent! [20:07:12] [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! [20:07:12] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.11.0 [20:07:12] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v6.4.0 [20:07:13] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled [20:07:13] [Server thread/INFO]: [SilkSpawners] Loading support for v1_16_R2 [20:07:13] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled. [20:07:13] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE [20:07:13] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting. [20:07:14] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing... [20:07:14] [Server thread/INFO]: Running delayed init tasks [20:07:14] [Craft Scheduler Thread - 1/INFO]: [ChatEx] Checking for update... [20:07:14] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin. [20:07:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [20:07:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: objective [20:07:14] [Craft Scheduler Thread - 5/INFO]: [Vault] Checking for Updates ... [20:07:14] [Server thread/INFO]: 2 placeholder hooks successfully registered! [20:07:14] [Server thread/INFO]: Done (26.625s)! For help, type "help" [20:07:14] [Server thread/INFO]: Timings Reset [20:07:14] [Craft Scheduler Thread - 1/INFO]: [ChatEx] Version installed is 2.6.1 [20:07:14] [Craft Scheduler Thread - 1/INFO]: [ChatEx] Latest version found online is 2.6.1 [20:07:14] [Craft Scheduler Thread - 1/INFO]: [ChatEx] No update found. [20:07:14] [Craft Scheduler Thread - 5/INFO]: [Vault] No new version available [20:07:14] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack [20:07:16] [User Authenticator #1/INFO]: UUID of player WonderBobYT is af090d0b-0943-4c8d-8f12-d528d86be2ba [20:07:17] [Server thread/INFO]: WonderBobYT joined the game [20:07:18] [Server thread/INFO]: WonderBobYT[/192.168.1.21:59320] logged in with entity id 72 at ([world]-9995.64694638603, 85.67169801594201, -1764.7861882960822) [20:07:28] [Server thread/INFO]: WonderBobYT issued server command: /time set day [20:07:28] [Server thread/INFO]: [WonderBobYT: Set the time to 1000] ---End of log until tomorrow--- [00:08:04] [Server thread/INFO]: [WAC] Detected RedEyeGamer for Fly / Illegal Movement! [Violations: 14 | Ping: 46 | TPS: 19.61] [00:21:20] [Server thread/INFO]: RedEyeGamer lost connection: Disconnected [00:21:20] [Server thread/INFO]: RedEyeGamer left the game [02:07:14] [Craft Scheduler Thread - 1251/INFO]: [Vault] Checking for Updates ... [02:07:14] [Craft Scheduler Thread - 1251/INFO]: [Vault] No new version available [07:18:03] [User Authenticator #10/INFO]: UUID of player Blackeagle214 is 05bc72fc-d410-484c-875e-5b8d492bd0e4 [07:18:03] [Server thread/INFO]: Blackeagle214 joined the game [07:18:03] [Server thread/INFO]: Blackeagle214[/------------:51987] logged in with entity id 65032 at ([world]-9960.751568034455, 71.0, -1763.9410124159067) [07:21:05] [Server thread/INFO]: [Server] tanman? [07:21:12] [Async Chat Thread - #12/INFO]: [Player] Blackeagle214: esire [07:21:15] [Async Chat Thread - #12/INFO]: [Player] Blackeagle214: yessire [07:21:15] [Server thread/INFO]: [Server] AYEEE [07:35:36] [Server thread/INFO]: [Server] i found an issue with the chestshops [07:35:41] [Server thread/INFO]: Unknown command. Type "/help" for help. [07:35:51] [Server thread/INFO]: [Server] not the admin shop tho [07:35:56] [User Authenticator #11/INFO]: UUID of player WonderBobYT is af090d0b-0943-4c8d-8f12-d528d86be2ba [07:35:56] [Server thread/INFO]: WonderBobYT joined the game [07:35:56] [Server thread/INFO]: WonderBobYT[/192.168.1.21:65514] logged in with entity id 67638 at ([world]-119.50693214296199, 81.0, -71.54271382379928) [07:36:02] [Async Chat Thread - #13/INFO]: [Staff] WonderBobYT: tanman? [07:36:21] [Server thread/INFO]: WonderBobYT issued server command: /bal flakeychips [07:36:25] [Server thread/INFO]: WonderBobYT issued server command: /bal crazyman441 [07:38:21] [User Authenticator #12/INFO]: UUID of player crazyman441 is de35420b-e351-4b8d-a585-e11490824813 [07:38:21] [Server thread/INFO]: crazyman441 joined the game [07:38:21] [Server thread/INFO]: crazyman441[/192.168.1.21:49223] logged in with entity id 68277 at ([world]-118.13186125381425, 81.0, -75.08381747159196) [07:39:34] [Async Chat Thread - #14/INFO]: [Player] Blackeagle214: yes [07:39:41] [Async Chat Thread - #14/INFO]: [Player] crazyman441: ok [07:39:49] [Async Chat Thread - #14/INFO]: [Player] Blackeagle214: ypu [07:39:52] [Async Chat Thread - #14/INFO]: [Player] Blackeagle214: yup [07:43:12] [Server thread/INFO]: crazyman441 issued server command: /version ```

What other plugins are you running?

BasicEcon 1.0 ChatEx 2.6.1 ChestShop 3.11 (build 213) dynmap version 3.1-beta3a-409 Harbor 1.6.1 HolographicDisplays 2.4.4 LuckPerms 5.1.93 OpenInv 4.1.4 PlaceholderAPI 2.10.9 PlugMan 2.1.7 ProtocolLib 4.5.1 Shopkeepers 2.11.0 SilkSpawners 6.4.0 TabList 5.4.5 UberEnchant 8.9.1 Vault 1.7.3-b131 VaultChatFormatter 1.0-SNAPSHOT WitherAC 0.21.2 WorldEdit 7.2.0-beta-04+98f71a3 WorldGuard 7.0.4-beta1;bc551da

What is happening?

1) You make a non-admin shop sign. image 2) You try to buy / sell something to the shop (balance of the two accounts are both set to $2). It just tells you that either the buyer or seller does not have enough money. No stacktrace or error, everything looks like it's working fine. image 3) You try to buy / sell something to the shop (balance of the two accounts are both set to $1000). It just tells you that either the buyer or seller does not have enough money. No stacktrace or error, everything looks like it's working fine. No photo, it's basically the same as above.

Side note: selling to an admin shop works no issues. image

What did you expect to happen?

I expected either buying or selling the object to work, but neither seem to be working, they both say that the player does not have enough. Both players currently have $1000.

Additional context

Again, this may be in issue with my economy plugin, but I'm not quite sure, considering that admin shops work fine. Also, the issue last night was completely different, leading me to believe it is exclusively a chestshop error, as I did not change anything as far as my plugins go. Last night, based on those photos, it would sell cobblestone for 100, let you buy it back for 200, and then sell it again for 200. Without changing anything, now the players' balances are permanently "not enough".

Phoenix616 commented 4 years ago

Please provide your startup log too, it contains information about what economy plugin was detected.

Mobmaker55 commented 3 years ago

My bad, I updated it in the OP, and here's it again in a second comment

Log ``` [20:06:43] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD' [20:06:44] [main/INFO]: Reloading ResourceManager: Default, bukkit [20:06:45] [Server-Worker-4/INFO]: Loaded 7 recipes [20:06:47] [Server thread/INFO]: Starting minecraft server version 1.16.2 [20:06:47] [Server thread/INFO]: Loading properties [20:06:47] [Server thread/INFO]: This server is running Paper version git-Paper-149 (MC: 1.16.2) (Implementing API version 1.16.2-R0.1-SNAPSHOT) [20:06:48] [Server thread/INFO]: Server Ping Player Sample Count: 12 [20:06:48] [Server thread/INFO]: Using 4 threads for Netty based IO [20:06:48] [Server thread/INFO]: Debug logging is disabled [20:06:48] [Server thread/INFO]: Default game type: SURVIVAL [20:06:48] [Server thread/INFO]: Generating keypair [20:06:48] [Server thread/INFO]: Starting Minecraft server on *:25565 [20:06:49] [Server thread/INFO]: Using epoll channel type [20:06:50] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug! [20:06:55] [Server thread/WARN]: Legacy plugin dynmap v3.1-beta3a-409 does not specify an api-version. [20:06:55] [Server thread/WARN]: Legacy plugin VaultChatFormatter v1.0-SNAPSHOT does not specify an api-version. [20:06:55] [Server thread/WARN]: Legacy plugin ChatEx v2.6.1 does not specify an api-version. [20:06:56] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.1.93 [20:06:56] [Server thread/INFO]: [Harbor] Loading Harbor v1.6.1 [20:06:56] [Server thread/INFO]: [UberEnchant] Loading UberEnchant v8.9.1 [20:06:56] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.1.4 [20:06:56] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9 [20:06:56] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.7 [20:06:56] [Server thread/INFO]: [WitherAC] Loading WitherAC v0.21.2 [20:06:56] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131 [20:06:56] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.1 [20:06:56] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.16.2) has not yet been tested! Proceed with caution. [20:06:56] [Server thread/INFO]: [dynmap] Loading dynmap v3.1-beta3a-409 [20:06:56] [Server thread/INFO]: [dynmap] version=git-Paper-149 (MC: 1.16.2) [20:06:56] [Server thread/INFO]: [dynmap] Mod Support API available [20:06:56] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.0-beta-04+98f71a3 [20:06:57] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@76ba4711] [20:06:57] [Server thread/INFO]: [TabList] Loading TabList v5.4.5 [20:06:57] [Server thread/INFO]: [VaultChatFormatter] Loading VaultChatFormatter v1.0-SNAPSHOT [20:06:57] [Server thread/INFO]: [BasicEcon] Loading BasicEcon v1.0 [20:06:57] [Server thread/INFO]: [ChatEx] Loading ChatEx v2.6.1 [20:06:57] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.4 [20:06:57] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4-beta1;bc551da [20:06:57] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.11 (build 213) [20:06:57] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.4-beta1;bc551da loaded. [20:06:57] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.11.0 [20:06:58] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (277 ms) [20:06:58] [Server thread/INFO]: [Shopkeepers] Loading config. [20:06:58] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'. [20:06:58] [Server thread/INFO]: [Shopkeepers] Couldn't register WorldGuard flag 'allow-shop': A flag already exists by the name allow-shop [20:06:58] [Server thread/INFO]: [Shopkeepers] Registering defaults. [20:06:58] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v6.4.0 [20:06:58] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [20:06:58] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.1.93 [20:06:58] [Server thread/INFO]: __ [20:06:58] [Server thread/INFO]: | |__) LuckPerms v5.1.93 [20:06:58] [Server thread/INFO]: |___ | Running on Bukkit - Paper [20:06:58] [Server thread/INFO]: [20:06:58] [Server thread/INFO]: [LuckPerms] Loading configuration... [20:06:58] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2] [20:07:00] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [20:07:00] [Server thread/INFO]: [LuckPerms] Performing initial data load... [20:07:00] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2679ms) [20:07:00] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131 [20:07:01] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [20:07:01] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131 [20:07:01] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [20:07:01] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.1 [20:07:01] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread. [20:07:01] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.0-beta-04+98f71a3 [20:07:01] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [20:07:02] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R2 as the Bukkit adapter [20:07:03] [Server thread/INFO]: [BasicEcon] Enabling BasicEcon v1.0 [20:07:03] [Server thread/INFO]: VaultAPI hooked into BasicEcon [20:07:03] [Server thread/INFO]: Preparing level "world" [20:07:03] [Server thread/INFO]: -------- World Settings For [world] -------- [20:07:03] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:07:03] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Cane Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Melon Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Beetroot Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Carrot Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Potato Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:07:03] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Vine Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Cocoa Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Bamboo Growth Modifier: 100% [20:07:03] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Kelp Growth Modifier: 100% [20:07:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true [20:07:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [20:07:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [20:07:03] [Server thread/INFO]: Max TNT Explosions: 100 [20:07:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:07:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:07:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:07:03] [Server thread/INFO]: Item Despawn Rate: 6000 [20:07:03] [Server thread/INFO]: Item Merge Radius: 2.5 [20:07:03] [Server thread/INFO]: View Distance: 10 [20:07:03] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [20:07:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:07:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:07:03] [Server thread/INFO]: Mob Spawn Range: 8 [20:07:03] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [20:07:04] [Server thread/INFO]: -------- World Settings For [world_nether] -------- [20:07:04] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:07:04] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Cane Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Melon Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Beetroot Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Carrot Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Potato Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:07:04] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Vine Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Cocoa Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Bamboo Growth Modifier: 100% [20:07:04] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Kelp Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true [20:07:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [20:07:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [20:07:04] [Server thread/INFO]: Max TNT Explosions: 100 [20:07:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:07:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:07:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:07:04] [Server thread/INFO]: Item Despawn Rate: 6000 [20:07:04] [Server thread/INFO]: Item Merge Radius: 2.5 [20:07:04] [Server thread/INFO]: View Distance: 10 [20:07:04] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [20:07:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:07:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:07:04] [Server thread/INFO]: Mob Spawn Range: 8 [20:07:04] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- [20:07:04] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:07:04] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Cane Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Melon Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Beetroot Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Carrot Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Potato Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:07:04] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Vine Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Cocoa Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Bamboo Growth Modifier: 100% [20:07:04] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Kelp Growth Modifier: 100% [20:07:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true [20:07:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [20:07:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [20:07:04] [Server thread/INFO]: Max TNT Explosions: 100 [20:07:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:07:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:07:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:07:04] [Server thread/INFO]: Item Despawn Rate: 6000 [20:07:04] [Server thread/INFO]: Item Merge Radius: 2.5 [20:07:04] [Server thread/INFO]: View Distance: 10 [20:07:04] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [20:07:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:07:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:07:04] [Server thread/INFO]: Mob Spawn Range: 8 [20:07:04] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [20:07:05] [Server thread/INFO]: Loaded 0 spawn chunks for world world [20:07:05] [Server thread/INFO]: Preparing spawn area: 0% [20:07:05] [Server thread/INFO]: Preparing spawn area: 0% [20:07:05] [Server thread/INFO]: Preparing spawn area: 0% [20:07:05] [Server thread/INFO]: Time elapsed: 1321 ms [20:07:05] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether [20:07:05] [Server thread/INFO]: Loaded 0 spawn chunks for world world_nether [20:07:06] [Server thread/INFO]: Preparing spawn area: 0% [20:07:06] [Server thread/INFO]: Preparing spawn area: 0% [20:07:06] [Server thread/INFO]: Preparing spawn area: 29% [20:07:07] [Server thread/INFO]: Preparing spawn area: 72% [20:07:07] [Server thread/INFO]: Time elapsed: 1571 ms [20:07:07] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end [20:07:07] [Server thread/INFO]: Loaded 0 spawn chunks for world world_the_end [20:07:07] [Server thread/INFO]: Preparing spawn area: 0% [20:07:07] [Server thread/INFO]: Preparing spawn area: 0% [20:07:08] [Server-Worker-3/INFO]: Preparing spawn area: 100% [20:07:08] [Server thread/INFO]: Time elapsed: 1025 ms [20:07:08] [Server thread/INFO]: [Harbor] Enabling Harbor v1.6.1 [20:07:08] [Server thread/INFO]: [UberEnchant] Enabling UberEnchant v8.9.1 [20:07:08] [Server thread/WARN]: [UberEnchant] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin. [20:07:08] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.1.4 [20:07:08] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9 [20:07:08] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information... [20:07:08] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.7 [20:07:08] [Server thread/INFO]: [WitherAC] Enabling WitherAC v0.21.2 [20:07:08] [Server thread/INFO]: [dynmap] Enabling dynmap v3.1-beta3a-409* [20:07:09] [Server thread/INFO]: [dynmap] Added 4 custom biome mappings [20:07:09] [Server thread/INFO]: [dynmap] Using LuckPerms 5.1.93 for access control [20:07:09] [Server thread/INFO]: [dynmap] Mod Support processing completed [20:07:10] [Server thread/INFO]: [dynmap] Loaded 25 shaders. [20:07:10] [Server thread/INFO]: [dynmap] Loaded 82 perspectives. [20:07:10] [Server thread/INFO]: [dynmap] Loaded 22 lightings. [20:07:10] [Server thread/INFO]: [dynmap] Starting enter/exit processing [20:07:10] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization [20:07:11] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123 [20:07:11] [Server thread/INFO]: [dynmap] version 3.1-beta3a-409 is enabled - core version 3.1-beta3a-409 [20:07:11] [Server thread/INFO]: [dynmap] For support, visit https://reddit.com/r/Dynmap or our Discord at https://discord.gg/s3rd5qn [20:07:11] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues [20:07:11] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm [20:07:11] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'. [20:07:11] [Server thread/INFO]: [dynmap] Loaded 30 pending tile renders for world 'world' [20:07:11] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'. [20:07:11] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'. [20:07:11] [Server thread/INFO]: [dynmap] Enabled [20:07:11] [Server thread/INFO]: [TabList] Enabling TabList v5.4.5 [20:07:11] [Server thread/INFO]: [TabList] Hooked PlaceholderAPI version: 2.10.9 [20:07:11] [Server thread/INFO]: [TabList] > The plugin successfully enabled v5.4.5! (155ms) [20:07:11] [Server thread/INFO]: [VaultChatFormatter] Enabling VaultChatFormatter v1.0-SNAPSHOT* [20:07:11] [Server thread/INFO]: [VaultChatFormatter] New Vault Chat implementation registered: LuckPerms [20:07:11] [Server thread/INFO]: [ChatEx] Enabling ChatEx v2.6.1* [20:07:11] [Server thread/INFO]: [ChatEx] Successfully hooked into: LuckPerms [20:07:11] [Server thread/INFO]: [ChatEx] Hooked into PlaceholderAPI [20:07:11] [Server thread/INFO]: [ChatEx] Server version:git-Paper-149 (MC: 1.16.2) [20:07:11] [Server thread/INFO]: [ChatEx] Loading RGB ColorCodes! [20:07:11] [Server thread/INFO]: [ChatEx] No ColorCodes Specified! [20:07:11] [Server thread/INFO]: [ChatEx] Thanks for using bstats, it was enabled! [20:07:11] [Server thread/INFO]: [ChatEx] is now enabled! [20:07:11] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.4 [20:07:11] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib. [20:07:11] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4-beta1;bc551da [20:07:12] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED. [20:07:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world' [20:07:12] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. [20:07:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether' [20:07:12] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED. [20:07:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. [20:07:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end' [20:07:12] [ForkJoinPool.commonPool-worker-1/INFO]: New version (5.4.6) is available at https://www.spigotmc.org/resources/46229/ [20:07:12] [Server thread/INFO]: [WorldGuard] Loading region data... [20:07:12] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.11 (build 213) [20:07:12] [Server thread/INFO]: [ChestShop] Found locale en! [20:07:12] [Server thread/WARN]: [ChestShop] Server economy account setting '' doesn't seem to be the name of a known player! Please log in at least once in order for the server economy account to work. [20:07:12] [Server thread/INFO]: [ChestShop] Using BasicEcon as the Economy provider now. [20:07:12] [Server thread/INFO]: [ChestShop] Vault loaded! [20:07:12] [Server thread/INFO]: [ChestShop] Using Paper's BlockDestroyEvent instead of the BlockPhysicsEvent! [20:07:12] [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! [20:07:12] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.11.0 [20:07:12] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v6.4.0 [20:07:13] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled [20:07:13] [Server thread/INFO]: [SilkSpawners] Loading support for v1_16_R2 [20:07:13] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled. [20:07:13] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE [20:07:13] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting. [20:07:14] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing... [20:07:14] [Server thread/INFO]: Running delayed init tasks [20:07:14] [Craft Scheduler Thread - 1/INFO]: [ChatEx] Checking for update... [20:07:14] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin. [20:07:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [20:07:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: objective [20:07:14] [Craft Scheduler Thread - 5/INFO]: [Vault] Checking for Updates ... [20:07:14] [Server thread/INFO]: 2 placeholder hooks successfully registered! [20:07:14] [Server thread/INFO]: Done (26.625s)! For help, type "help" [20:07:14] [Server thread/INFO]: Timings Reset [20:07:14] [Craft Scheduler Thread - 1/INFO]: [ChatEx] Version installed is 2.6.1 [20:07:14] [Craft Scheduler Thread - 1/INFO]: [ChatEx] Latest version found online is 2.6.1 [20:07:14] [Craft Scheduler Thread - 1/INFO]: [ChatEx] No update found. [20:07:14] [Craft Scheduler Thread - 5/INFO]: [Vault] No new version available [20:07:14] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack [20:07:16] [User Authenticator #1/INFO]: UUID of player WonderBobYT is af090d0b-0943-4c8d-8f12-d528d86be2ba [20:07:17] [Server thread/INFO]: WonderBobYT joined the game [20:07:18] [Server thread/INFO]: WonderBobYT[/192.168.1.21:59320] logged in with entity id 72 at ([world]-9995.64694638603, 85.67169801594201, -1764.7861882960822) [20:07:28] [Server thread/INFO]: WonderBobYT issued server command: /time set day [20:07:28] [Server thread/INFO]: [WonderBobYT: Set the time to 1000] ```
Phoenix616 commented 3 years ago

Hm, that looks correct. If there is no error at all in the log then I can only assume that this is an issue in your economy plugin returning wrong information as ChestShop only shows that error message if the economy provider returns false on the Economy#has(OfflinePlayer player, String world, double amount) Vault method (see here).

Mobmaker55 commented 3 years ago

Wait, is has supposed to be has that much or greater? I was under the impression that has would be 'if player has x amount or not.' So, if I change my code to be 'if player has x amount or greater', then we should be dandy? I will test, and let you know here shortly.

Mobmaker55 commented 3 years ago

Okay, so I just have mental stupidity and read the API page wrong. Thanks for the clarification! Also, sorry for making two equally stupid bug reports lol.

Phoenix616 commented 3 years ago

Don't worry :) These errors happen and as long as you are able to provide the necessary information for us to figure out the cause it shouldn't get frustrating after all ;)