Do you want to work on this issue?
You can request for a bounty in order to promote it!
Chestshop plugin does not have functions. #393
mattisbak posted onGitHub
Plugin Version
<!-- The full plugin version that you are running from /version ChestShop -->
3.1.1
Plugin Config
<!-- The full config.yml file of ChestShop. -->
<details> <summary>Config</summary>
[Put the config here]
# 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: "Admin Shop"
# 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
# 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
</details>
Server Version
<!-- The full server version that you are running from /version -->
1.16.4
Server Log
<!-- The full latest.log file, especially important if you have a stack trace -->
<details> <summary>Log</summary>
[Your log here]
[00:47:41] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[00:47:42] [main/INFO]: Reloading ResourceManager: Default, bukkit
[00:47:42] [Worker-Main-2/INFO]: Loaded 7 recipes
[00:47:43] [Server thread/INFO]: Starting minecraft server version 1.16.4
[00:47:43] [Server thread/INFO]: Loading properties
[00:47:43] [Server thread/INFO]: This server is running Paper version git-Paper-356 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
[00:47:43] [Server thread/INFO]: Debug logging is disabled
[00:47:43] [Server thread/INFO]: Server Ping Player Sample Count: 12
[00:47:43] [Server thread/INFO]: Using 4 threads for Netty based IO
[00:47:43] [Server thread/INFO]: Default game type: SURVIVAL
[00:47:43] [Server thread/INFO]: Generating keypair
[00:47:43] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
[00:47:43] [Server thread/INFO]: Using epoll channel type
[00:47:44] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.2.35
[00:47:44] [ForkJoinPool-1-worker-51/INFO]: [LuckPerms] It is safe to ignore any warning printed following this message starting with 'WARNING: An illegal reflective access operation has occurred, Illegal reflective access by me.lucko.luckperms.common.dependencies.classloader.ReflectionClassLoader'. This is intended, and will not have any impact on the operation of LuckPerms.
[00:47:44] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9
[00:47:44] [Server thread/INFO]: [DropHeads] Loading DropHeads v3.5.2
[00:47:44] [Server thread/INFO]: [ArmorStandEditor] Loading ArmorStandEditor v1.16-24
[00:47:44] [Server thread/INFO]: [spark] Loading spark v1.4.3
[00:47:44] [Server thread/INFO]: [InsaneAnnouncer] Loading InsaneAnnouncer v1.0.4
[00:47:44] [Server thread/INFO]: [Votifier] Loading Votifier v2.7.1
[00:47:44] [Server thread/INFO]: [FarmLimiter] Loading FarmLimiter v1.3.1
[00:47:44] [Server thread/INFO]: [PvPToggle] Loading PvPToggle v1.7
[00:47:44] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.6.0-SNAPSHOT-b487
[00:47:44] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.16.4) has not yet been tested! Proceed with caution.
[00:47:44] [Server thread/INFO]: [EntityDetection] Loading EntityDetection v1.1.3 (build #21)
[00:47:44] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.20
[00:47:44] [Server thread/INFO]: [Minepacks] Loading Minepacks v2.3.21.2-Release
[00:47:44] [Server thread/INFO]: [Minepacks] PCGF-PluginLib not installed. Switching to standalone mode!
[00:47:44] [Server thread/INFO]: [CraftingStore] Loading CraftingStore v2.6.0
[00:47:44] [Server thread/INFO]: [TreeFeller] Loading TreeFeller v1.13.5
[00:47:44] [Server thread/INFO]: [StaffChatReloaded] Loading StaffChatReloaded v1.4
[00:47:44] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[00:47:44] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.6.8
[00:47:44] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.0+a51fa43
[00:47:44] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@602d6888]
[00:47:44] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.2.0
[00:47:44] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.3.0
[00:47:44] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.5
[00:47:44] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4+f7ff984
[00:47:44] [Server thread/INFO]: [ChestSort] Loading ChestSort v8.18.0
[00:47:44] [Server thread/INFO]: [BetterSleeping3] Loading BetterSleeping3 v3.0.4
[00:47:44] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v6.0.4
[00:47:44] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.18.2.0
[00:47:44] [Server thread/INFO]: [FogusCore] Loading FogusCore v1.9.9
[00:47:44] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.18.2.0
[00:47:44] [Server thread/INFO]: [TAB] Loading TAB v2.8.9
[00:47:44] [Server thread/INFO]: [GSit] Loading GSit v[4.7.7.0]
[00:47:44] [Server thread/INFO]: [mcMMO] Loading mcMMO v2.1.147
[00:47:44] [Server thread/INFO]: [mcMMO] Registered WG flags successfully!
[00:47:44] [Server thread/INFO]: [NexEngine] Loading NexEngine v2.0.3
[00:47:44] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.16.0
[00:47:44] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.18.2.0
[00:47:44] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v19.3
[00:47:44] [Server thread/INFO]: [Skript] Loading Skript v2.5.3
[00:47:44] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.11 (build 213)
[00:47:44] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.4+f7ff984 loaded.
[00:47:44] [Server thread/INFO]: [ChestShop] GriefPrevention version 16.16.0 loaded.
[00:47:44] [Server thread/INFO]: [Jobs] Loading Jobs v4.16.3
[00:47:44] [Server thread/INFO]: [SkQuery] Loading SkQuery v4.1.4
[00:47:44] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v6.5.0
[00:47:44] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.21.1
[00:47:44] [Server thread/INFO]: [GoldenCrates] Loading GoldenCrates v3.10.0
[00:47:44] [Server thread/INFO]: [GriefPreventionFlags] Loading GriefPreventionFlags v5.9.4
[00:47:44] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v3.0.3
[00:47:44] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v2.1.12
[00:47:44] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[00:47:44] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.2.35
[00:47:44] [Server thread/INFO]: __
[00:47:44] [Server thread/INFO]: | |__) LuckPerms v5.2.35
[00:47:44] [Server thread/INFO]: |___ | Running on Bukkit - Paper
[00:47:44] [Server thread/INFO]:
[00:47:44] [Server thread/INFO]: [LuckPerms] Loading configuration...
[00:47:44] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[00:47:45] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[00:47:45] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[00:47:45] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 807ms)
[00:47:45] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.0-SNAPSHOT-b487
[00:47:45] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[00:47:45] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[00:47:45] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.18.2.0 which is not a depend, softdepend or loadbefore of this plugin.
[00:47:45] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[00:47:45] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[00:47:45] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[00:47:45] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[00:47:45] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.0+a51fa43
[00:47:45] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[00:47:45] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter
[00:47:46] [Server thread/INFO]: [FogusCore] Enabling FogusCore v1.9.9
[00:47:46] [Server thread/WARN]: [FogusCore] *** DISCLAIMER ***
[00:47:46] [Server thread/WARN]: [FogusCore] > You're running an unknown Spigot fork.
[00:47:46] [Server thread/WARN]: [FogusCore] > This plugin is designed to work on Spigot (spigotmc.org) only!
[00:47:46] [Server thread/WARN]: [FogusCore] > You won't get any support for any issues unless they are persists on regular Spigot.
</details>
What other plugins are you running?
<!-- List of your plugins, ideally with the version -->
What is happening?
<!-- Explain what happens and what steps should be done to reproduce the issue. Ideally with pictures and the full error log! -->
There is no errors. I am placing signs as such
but when right or left clicked by me, or an op...there is sadly nothing that happens, no errors or anything.
What did you expect to happen?
<!-- Explain what you expected to happen after performing the previously described steps -->
I expected to buy or sell diamonds
Additional context
<!-- Add any other context or screenshots about the feature request here. -->
When the sign is placed, it tells me "Shop successfully created!" But there is nothing that we can do that actually makes the shop do anything.