Skip to content
Jason edited this page May 19, 2020 · 13 revisions

Important note

This is not a chest shop plugin! All items are stored in the signs, not chests! Any renamed items or items with enchantments will not be accepted!

What to type

Image

On line 2, you can either request other items (<amount> is how many of that item and <item> is the item you want) OR you can request money with $<price>

On line 3, you can either give away other items (<amount> is how many of that item to give away at once, <item> is the item to give away, and <total> is how much of that item you want to stock into the sign - you must also have that amount in your inventory) OR you can give away money ($<money> is how much money you want to give away at once and <deposit> is how much you want to deposit into the sign) NOTE: You MUST have the <total> number higher than the <amount> and the <deposit> number higher than the <money> or the sign will be invalid!

Example

The following example is a sign that will give away 5 dirt for the price of $1.23, with 15 dirt being saved into the sign (the number will go down as people buy the dirt - right click the sign with more dirt to restock it) Note: Use /itemdb while holding the item in your hand to get aliases for it so it will fit on the sign

Image


Once you exit the sign, it should look something like this:

Image

The :0 on line 2 means nobody has bought anything from the sign yet. It will go up as people make purchases from the sign, signifying how much money is currently stored in it. Right click it with an empty hand to collect your earnings. It also works the same when requesting items instead of money.

Clone this wiki locally