Config & Shop Files
All files for CustomShops, including the config.yml, can be found at plugins/CustomShops/.
Config.yml
# Should each shop have its own command?
add-command-for-each-shop: true
# Should all items be free?
# This could be useful for a creative server where you only want players to have access to certain items
all-items-free: false
# The background item in the purchase GUI
# Only a filler item for visual purposes
# Leave an option as an empty string to not set it
# For the lore only, use '||' to make a new line
buy-background-item:
item: black stained glass pane
lore: ''
name: "&a"
# What should it say in the lore for the cost?
# '{price}' is the cost
# This does nothing if all-items-free is set to true
buy-price-visual-text: "&eCost: &6${price}"
# When players click an item in the shop, should it cancel the event?
cancel-click: true
# What is the name of the main shop?
# This is also the command that opens up the main shop
# NOTE: If you change this while the server is stopped, you must type the command '/customshops updatedata <old name> <new name>' to update your shops!
# NOTE: This command does not show up in tab completions, but it does exist (you need * permission)!
main-shop-name: Shop
# The message that players get sent if they don't have permission to do a command
no-permission-message: "&4You don't have permission to do this!"All Shop Files
Last updated
Was this helpful?