Cannot sell some items in stacks? #1305


  • Defect
  • Missing Information
Open
  • Forge_User_77316487 created this issue Aug 20, 2019

    [Please search for tickets with the same issues as yours first before reporting!]

     

    [If you have a GitHub account please open an issue on the repo: https://github.com/ChestShop-authors/ChestShop-3/issues]

     

    Plugin Version

    3.10-SNAPSHOT (build 152)

     

    Plugin Config

    #Do you want to turn off the automatic updates of ChestShop?
    TURN_OFF_UPDATES: false
    
    #How large should the internal caches be?
    CACHE_SIZE: 1000
    
    #(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
    #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: true
    #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: "Admin Shop"
    #The economy account which Admin Shops should use and to which all taxes will go
    SERVER_ECONOMY_ACCOUNT: ""
    #Percent of the price that should go to the server's account. (100 = 100 percent)
    TAX_AMOUNT: 0
    #Percent of the price that should go to the server's account when buying from an Admin Shop.
    SERVER_TAX_AMOUNT: 0
    #Amount of money player must pay to create a shop
    SHOP_CREATION_PRICE: 0.0
    #How much money do you get back when destroying a sign?
    SHOP_REFUND_PRICE: 0.0
    
    #Should we block shops that sell things for more than they buy? (This prevents newbies from creating shops that would be exploited)
    BLOCK_SHOPS_WITH_SELL_PRICE_HIGHER_THAN_BUY_PRICE: true
    
    #Do you want to allow other players to build a shop on a block where there's one already?
    ALLOW_MULTIPLE_SHOPS_AT_ONE_BLOCK: true
    #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
    
    #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
    
    #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
    
    #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 the hoppers from taking items out of chests?
    TURN_OFF_HOPPER_PROTECTION: false
    #Do you want to protect shop chests with LWC?
    PROTECT_CHEST_WITH_LWC: true
    #Do you want to protect shop signs with LWC?
    PROTECT_SIGN_WITH_LWC: true
    #Should the chest's LWC protection be removed once the shop sign is destroyed? 
    REMOVE_LWC_PROTECTION_AUTOMATICALLY: true
    
    #Do you want to only let people build inside 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 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
    
    
    #What containers are allowed to hold a shop? (Only blocks with inventories work!)
    SHOP_CONTAINERS: 
    - "CHEST"
    - "TRAPPED_CHEST"
    #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
    #How many decimal places are allowed at a maximum for prices?
    PRICE_PRECISION: 2
    #How many seconds do you want to wait before showing notifications for the same shop to the owner again?
    NOTIFICATION_MESSAGE_COOLDOWN: 10
    #Should all shop removals be logged to the console?
    LOG_ALL_SHOP_REMOVALS: true
    
    

     

     

    Server Version

    Spigot 1.14.4-R0.1

     

    Server Log

    [05:00:29] [Server thread/INFO]: Starting minecraft server version 1.14.4
    [05:00:29] [Server thread/INFO]: Loading properties
    [05:00:30] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-9de398a-9c887d4 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
    [05:00:30] [Server thread/INFO]: Server Ping Player Sample Count: 12
    [05:00:30] [Server thread/INFO]: Using 4 threads for Netty based IO
    [05:00:30] [Server thread/INFO]: Debug logging is disabled
    [05:00:30] [Server thread/INFO]: Default game type: SURVIVAL
    [05:00:30] [Server thread/INFO]: Generating keypair
    [05:00:30] [Server thread/INFO]: Starting Minecraft server on 95.217.53.129:25565
    [05:00:30] [Server thread/INFO]: Using epoll channel type
    [05:00:34] [Server thread/WARN]: Plugin Images v1.0.6-SNAPSHOT does not specify an api-version.
    [05:00:34] [Server thread/WARN]: Plugin MCLink v0.3.2.15 does not specify an api-version.
    [05:00:34] [Server thread/WARN]: Plugin PermissionsEx v1.23.4 does not specify an api-version.
    [05:00:34] [Server thread/WARN]: Plugin OnePlayerSleep v1.2 does not specify an api-version.
    [05:00:34] [Server thread/WARN]: Plugin TownyNameUpdater v2.0 does not specify an api-version.
    [05:00:34] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.17.5
    [05:00:34] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.1-rc1;edb2e91
    [05:00:35] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@25c9541f]
    [05:00:35] [Server thread/INFO]: [Images] Loading Images v1.0.6-SNAPSHOT
    [05:00:35] [Server thread/INFO]: [MCLink] Loading MCLink v0.3.2.15
    [05:00:35] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
    [05:00:35] [Server thread/INFO]: [OnePlayerSleep] Loading OnePlayerSleep v1.2
    [05:00:35] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
    [05:00:35] [Server thread/INFO]: [ID-Library] Loading ID-Library v[4.1.0.0]
    [05:00:35] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.1-beta-01;14e7525
    [05:00:35] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.0.0
    [05:00:35] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.0.0
    [05:00:35] [Server thread/INFO]: [Towny] Loading Towny v0.94.0.0
    [05:00:35] [Server thread/INFO]: [LWC] Loading LWC v2.1.6-1ac5bda
    [05:00:35] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.0.0
    [05:00:35] [Server thread/INFO]: [TownyChat] Loading TownyChat v0.55
    [05:00:35] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.10-SNAPSHOT (build 152)
    [05:00:35] [Server thread/INFO]: [ChestShop] LWC version 2.1.6-1ac5bda loaded.
    [05:00:35] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.1-beta-01;14e7525 loaded.
    [05:00:35] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.17.0.0
    [05:00:35] [Server thread/INFO]: [TownyNameUpdater] Loading TownyNameUpdater v2.0
    [05:00:35] [Server thread/INFO]: [iConomy] Loading iConomy v5.08
    [05:00:35] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.1-rc1;edb2e91
    [05:00:35] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
    [05:00:35] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R4 as the Bukkit adapter
    [05:00:35] [Server thread/WARN]: [WorldEdit] ====================================================
    [05:00:35] [Server thread/WARN]: [WorldEdit]  WorldEdit works better if you use Paper 
    [05:00:35] [Server thread/WARN]: [WorldEdit]  as your server software. 
    [05:00:35] [Server thread/WARN]: [WorldEdit]   
    [05:00:35] [Server thread/WARN]: [WorldEdit]  Paper offers significant performance improvements,
    [05:00:35] [Server thread/WARN]: [WorldEdit]  bug fixes, security enhancements and optional
    [05:00:35] [Server thread/WARN]: [WorldEdit]  features for server owners to enhance their server.
    [05:00:35] [Server thread/WARN]: [WorldEdit]   
    [05:00:35] [Server thread/WARN]: [WorldEdit]  Paper includes Timings v2, which is significantly
    [05:00:35] [Server thread/WARN]: [WorldEdit]  better at diagnosing lag problems over v1.
    [05:00:35] [Server thread/WARN]: [WorldEdit]   
    [05:00:35] [Server thread/WARN]: [WorldEdit]  All of your plugins should still work, and the
    [05:00:35] [Server thread/WARN]: [WorldEdit]  Paper community will gladly help you fix any issues.
    [05:00:35] [Server thread/WARN]: [WorldEdit]   
    [05:00:35] [Server thread/WARN]: [WorldEdit]  Join the Paper Community @ https://papermc.io
    [05:00:35] [Server thread/WARN]: [WorldEdit] ====================================================
    [05:00:35] [Server thread/INFO]: [MCLink] Enabling MCLink v0.3.2.15
    [05:00:35] [Server thread/INFO]: [a3jQnvbBNA1RjycbDi3W2icKFuu7EV8Y]
    [05:00:35] [Server thread/INFO]: [MCLink] Enabled
    [05:00:35] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
    [05:00:35] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
    [05:00:35] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
    [05:00:36] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
    [05:00:36] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
    [05:00:36] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
    [05:00:36] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
    [05:00:36] [Server thread/INFO]: [LWC] Enabling LWC v2.1.6-1ac5bda
    [05:00:36] [Server thread/INFO]: [LWC] Connecting to SQLite
    [05:00:36] [Server thread/INFO]: [iConomy] Enabling iConomy v5.08
    [05:00:36] [Server thread/INFO]: [iConomy] Registered Vault interface.
    [05:00:36] [Server thread/INFO]: [iConomy] Logging is currently disabled.
    [05:00:36] [Server thread/INFO]: [iConomy] v5.08 (Towny Edition) loaded.
    [05:00:36] [Server thread/INFO]: [iConomy] Developed by: [Nijikokun, ElgarL, LlmDl, graywolf336]
    [05:00:36] [Server thread/INFO]: Preparing level "world"
    [05:00:36] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
    [05:00:36] [Server thread/INFO]: Loaded 6 recipes
    [05:00:36] [Server thread/INFO]: -------- World Settings For [world] --------
    [05:00:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
    [05:00:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [05:00:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
    [05:00:36] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
    [05:00:36] [Server thread/INFO]: Max TNT Explosions: 100
    [05:00:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [05:00:36] [Server thread/INFO]: Experience Merge Radius: 3.0
    [05:00:36] [Server thread/INFO]: Mob Spawn Range: 6
    [05:00:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Cane Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Melon Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Beetroot Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Carrot Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Potato Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Vine Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Bamboo Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Kelp Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: View Distance: 10
    [05:00:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [05:00:36] [Server thread/INFO]: Item Despawn Rate: 6000
    [05:00:36] [Server thread/INFO]: Item Merge Radius: 2.5
    [05:00:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [05:00:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [05:00:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [05:00:36] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
    [05:00:36] [Server thread/INFO]: -------- World Settings For [world_nether] --------
    [05:00:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
    [05:00:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [05:00:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
    [05:00:36] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
    [05:00:36] [Server thread/INFO]: Max TNT Explosions: 100
    [05:00:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [05:00:36] [Server thread/INFO]: Experience Merge Radius: 3.0
    [05:00:36] [Server thread/INFO]: Mob Spawn Range: 6
    [05:00:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Cane Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Melon Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Beetroot Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Carrot Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Potato Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Vine Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Bamboo Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Kelp Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: View Distance: 10
    [05:00:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [05:00:36] [Server thread/INFO]: Item Despawn Rate: 6000
    [05:00:36] [Server thread/INFO]: Item Merge Radius: 2.5
    [05:00:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [05:00:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [05:00:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [05:00:36] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
    [05:00:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
    [05:00:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [05:00:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
    [05:00:36] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
    [05:00:36] [Server thread/INFO]: Max TNT Explosions: 100
    [05:00:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [05:00:36] [Server thread/INFO]: Experience Merge Radius: 3.0
    [05:00:36] [Server thread/INFO]: Mob Spawn Range: 6
    [05:00:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Cane Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Melon Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Beetroot Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Carrot Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Potato Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Vine Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Bamboo Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: Kelp Growth Modifier: 100%
    [05:00:36] [Server thread/INFO]: View Distance: 10
    [05:00:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [05:00:36] [Server thread/INFO]: Item Despawn Rate: 6000
    [05:00:36] [Server thread/INFO]: Item Merge Radius: 2.5
    [05:00:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [05:00:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [05:00:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [05:00:36] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
    [05:00:37] [Server thread/INFO]: Preparing spawn area: 0%
    [05:00:37] [Server thread/INFO]: Preparing spawn area: 0%
    [05:00:37] [Server thread/INFO]: Time elapsed: 678 ms
    [05:00:37] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
    [05:00:37] [Server thread/INFO]: Preparing spawn area: 0%
    [05:00:38] [Server thread/INFO]: Time elapsed: 473 ms
    [05:00:38] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
    [05:00:38] [Server thread/INFO]: Preparing spawn area: 0%
    [05:00:38] [Server-Worker-3/INFO]: Preparing spawn area: 85%
    [05:00:38] [Server thread/INFO]: Time elapsed: 608 ms
    [05:00:38] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.17.5
    [05:00:38] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
    [05:00:38] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
    [05:00:38] [Server thread/INFO]: [Images] Enabling Images v1.0.6-SNAPSHOT
    [05:00:38] [Server thread/INFO]: [Images] Loading images...
    [05:00:38] [Server thread/INFO]: [Images] Loaded 0 images.
    [05:00:38] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
    [05:00:38] [Server thread/INFO]: [PermissionsEx] Initializing file backend
    [05:00:38] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
    [05:00:38] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
    [05:00:38] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
    [05:00:38] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
    [05:00:38] [Server thread/INFO]: [OnePlayerSleep] Enabling OnePlayerSleep v1.2
    [05:00:38] [Server thread/INFO]: [ID-Library] Enabling ID-Library v[4.1.0.0]
    [05:00:38] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.1-beta-01;14e7525
    [05:00:38] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
    [05:00:38] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
    [05:00:38] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
    [05:00:38] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
    [05:00:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
    [05:00:38] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
    [05:00:38] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
    [05:00:38] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
    [05:00:38] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
    [05:00:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
    [05:00:38] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
    [05:00:38] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
    [05:00:38] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
    [05:00:38] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
    [05:00:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
    [05:00:38] [Server thread/INFO]: [WorldGuard] Loading region data...
    [05:00:39] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.0.0
    [05:00:39] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
    [05:00:39] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
    [05:00:39] [Server thread/INFO]: No kits found to migrate.
    [05:00:39] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
    [05:00:39] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
    [05:00:39] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
    [05:00:39] [Server thread/INFO]: Loaded 20977 items from items.json.
    [05:00:39] [Server thread/INFO]: Using locale en_US
    [05:00:39] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
    [05:00:39] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
    [05:00:39] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
    [05:00:39] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
    [05:00:39] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 5.08 version: 1.7.2-b107)
    [05:00:39] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.0.0
    [05:00:39] [Server thread/INFO]: [Towny] Enabling Towny v0.94.0.0
    [05:00:39] [Server thread/INFO]: ====================      Towny      ========================
    [05:00:39] [Server thread/INFO]: [Towny] Database: [Load] mysql [Save] mysql
    [05:01:38] [Server thread/INFO]: [Towny] Performing backup
    [05:01:38] [Server thread/INFO]: [Towny] ***** Warning *****
    [05:01:38] [Server thread/INFO]: [Towny] ***** Only Snapshots and Regen files will be backed up
    [05:01:38] [Server thread/INFO]: [Towny] ***** Make sure you schedule a backup in MySQL too!!!
    [05:01:39] [Server thread/INFO]: [Towny] Using: Vault v1.7.2-b107, iConomy 5.08 via Vault
    [05:01:39] [Server thread/INFO]: [Towny] Time until a New Day: 6 hours, 58 minutes, 21 seconds
    [05:01:39] [Server thread/INFO]: =============================================================
    [05:01:39] [Server thread/INFO]: [Towny] Version: 0.94.0.0 - Mod Enabled
    [05:01:39] [Server thread/INFO]: =============================================================
    [05:01:39] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.0.0
    [05:01:39] [Server thread/INFO]: [TownyChat] Enabling TownyChat v0.55
    [05:01:39] [Server thread/INFO]: [TownyChat] Default Channel set to general
    [05:01:39] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.10-SNAPSHOT (build 152)
    [05:01:40] [Server thread/INFO]: [ChestShop] LWC version 2.1.6-1ac5bda loaded.
    [05:01:40] [Server thread/INFO]: [ChestShop] Using iConomy 5.08 as the Economy provider now.
    [05:01:40] [Server thread/INFO]: [ChestShop] Vault loaded!
    [05:01:40] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.17.0.0
    [05:01:40] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect.
    [05:01:40] [Server thread/INFO]: [TownyNameUpdater] Enabling TownyNameUpdater v2.0
    [05:01:40] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
    [05:01:40] [Server thread/INFO]: Done (63.883s)! For help, type "help"
    [05:01:40] [Server thread/INFO]: [TownyChat] -******* TownyChat enabled *******-
    [05:01:40] [Craft Scheduler Thread - 2/INFO]: [Vault] Checking for Updates ... 
    [05:01:40] [Craft Scheduler Thread - 2/INFO]: [Vault] There was an issue attempting to check for the latest version.
    [05:01:40] [Craft Scheduler Thread - 2/INFO]: [Vault] No new version available

     

     

    What other plugins are you running?

    CoreProtect

    Essentials

    iConomy

    Images

    LWC

    MCLink

    PermissionsEx

    PluginMetrics

    Towny

    Vault

    WorldEdit

    WorldGuard

     

    What is happening?

    Cannot sell some items in stack. Tried both signs with 64, and quantity 1 trying to sell with shift. Gets no errors, or messages at all. Buying single and stack works fine, but not selling.

    So far I found out its not working with: Iron ingots, Iron blocks, gold ingots, gold blocks, diamonds, diamond block, all types of logs.

     

    What did you expect to happen?

    Selling a whole stack at once

     

    Please provide any additional info below

    Nothing more to add I believe

  • Forge_User_77316487 added a tag Defect Aug 20, 2019
  • Phoenix616 posted a comment Aug 20, 2019

    Please provide the exact sign setup that is causing your error.

  • Phoenix616 added a tag Missing Information Aug 20, 2019
  • Forge_User_77316487 posted a comment Aug 24, 2019

    This is for example the Iron Ingots shop, works buying and selling one by one. Shiftclicking works with buying but not selling.

  • Phoenix616 posted a comment Aug 28, 2019

    Do you want to use a non-infinite Admin Shop? Or is the sign not containing the space from your config an error? If so then please try it with a real admin shop or the shop of a real player and see if it persists. That might help narrow down the issue.


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