Allow players to buy and sell items safely! Hooks in to your current economy plugin using Vault.
How to use To make a shop to sell items to other players make a sign and put this
[Buy]
Amount
Price
To make a shop to buy item from other players make a sign and put this
[Sell]
Amount
Price
It will automatically put you name on the last line and change some stuff on the sign. Also the chest and sign are protected from explosions and other players breaking it.
Permissions ssm.*: Allows everything (Only give to admins)
ssm.cmd.*: Allows access to everything in /ssm
ssm.cmd.saveconfig: Allows access to /ssm saveconfig
ssm.cmd.reload: Allows access to /ssm reload
ssm.cmd.format: Allows access to /ssm format
ssm.cmd.changes: Allows access to /ssm changes
ssm.shop.break.others: Allows you to break other peoples shops
ssm.shop.open.others: Allows you to open other peoples shop chests
ssm.shop.create: Allows you to make a new shop
ssm.shop.limit.[Number/*]: Limits players to a certain number of shops (Version 1.1.4+)
Configs
Code (Text):
# If comments are gone go to https://www.spigotmc.org/resources/simple-sign-market.77265/ for config info
# Automatically check for updates and give anyone oped a message about it
updatechecking:
enabled: true
# Send the message in the console
consolemsg: true
# Send the message to a OP
opmsg: true
# Have item entity on top of shop chest (Ver. 1.1.4+) (Might cause lag with a lot of shops in your world)
hologram: true
# Change the name of the item display inventory (Ver. 1.1.4+)
itemdisname: "&aSimple Sign Market - Item Display"
# Change the item display border item (Ver. 1.1.4+)
itemdisborder: LIME_STAINED_GLASS_PANE
Code (Text):
# Add items to the blacklist with the "/ssm blacklist {add/remove} {item}" command, or add them manually here then run "/ssm reload"
# WARNING: If you misspell the material name then the plugin will not blacklist that item. Get the list of valid ones here
# https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
# Example:
# items:
# - OAK_LOG
# - COMMAND_BLOCK
# - DIRT
items: {}