Player Signs
[Buy] — Buy an item from the shop chest for the price specified on the 4th line
[Sell] — Sell an item to the shop chest for the price specified on the 4th line
[Trade] — Trades one set of items for another, 2 chests required
[Share] — Link to another SignShop to split profits, lines 2 and 3 are for the other players, line 4 is for % amounts (e.g. "25/50" for 75% to others)
[Bank] — Link to another SignShop to make the shop take/give money to a bank account. The bank account is specified on line 2 of the sign (Note: you must own the bank account for this to work)
[Donate] — Gives an item to the shop chest
[DonateHand] — Donates the item in your hand to the shop chest
[Dispose] — Takes the item in your hand and safely decomposes the material
[Slot] — Gives a random item from the selected chest items (not the entire inventory) to the player
[DeviceOn] — Turns a lever on
[DeviceOff] — Turns a lever off
— Toggles a lever
[Device] — Temporarily turns on a lever
[DeviceItem] — Temporarily turns on a lever using items as payment
[Jukebox] — Allows players to create jukeboxes by placing music discs in a chest
[Restricted] — Makes it so only certain permission groups can use the linked SignShop (listed on lines 2, 3, and 4)
Admin Signs
Require OP or SignShop.Admin.* to create
[gBuy] — Buy an item from the shop chest, but the owner receives no money
[gSell] — Sell an item to the shop chest, and the player receives money, but not from the owner
[iBuy] — Buy an item from the "shop", money goes to no one, infinite items
[iSell] — Sell an item to the "shop", infinite money, item disappears
[iTrade] — Trades one set of items for another, infinite stock
[Class] — Takes the user's inventory and replaces it with items from a chest, infinite stock
[Kit] — Gives the buyer a set of items once (infinite stock), must be reset using ResetKit sign before they can use it again
[ResetKit] — Allows a player to use a Kit sign again
[iBuyXP] — Buy the number of XP levels on the third line of the sign
[iSellXP] — Sell the number of XP levels on the third line of the sign
[iXPBuy] — Buy an item using raw XP points on the third line of the sign
[iXPSell] — Sell an item using raw XP points on the third line of the sign
[iSlot] — Gives a random item from the selected chest items with infinite stock
[Day] — Turns the time to day
[Night] — Turns the time to night
[Rain] — Turns on rain + thunder
[ClearSkies] — Turns off rain + thunder
[Repair] — Repairs the current item
[Heal] — Fully heals the player
[Enchant] — Sells the enchantments from the item in the chest
[Disenchant] — Removes enchantments from an item
[TpToOwner] — An example of a custom sign for running commands
[Command] — Allows players to run commands on the 2nd and 3rd lines of the sign
[UserCommand] — Allows players to run commands on the 2nd and 3rd lines of the sign as if they typed it themselves
[Promote] — Promotes players to the permission group listed on the 2nd line of the sign
If the sign you are looking for isn't here, you can create custom signs in the config. Just add it to the signs: section and give it the appropriate blocks. Check out the SignShop Quick Reference in your plugins/SignShop folder for help.