Chestshops - Historical

Applied By pokeball92870: Mar 10, 2018 at 6:00 PM

Chestshops
A chestshop is a type of shop that can be created exclusively on the Skyblock Server.


How To Create a Chestshop(top)

Choosing The Location For Your Sign(top)

A sign will link with a chest to create a chestshop as long as the sign is placed within a block that is adjacent to the chest. This means the sign can either be on the chest or on a wall next to the chest.
[​IMG]

Creating Chestshops(top)

Selling and buying items with chestshops is easy once you understand the syntax, or structure, of the sign on the chest.

Line 1(top)

Nothing is written on the first line of the chestshop. It will be autofilled with your username.

Line 2(top)

The second line of the chestshop is the quantity of items you wish to sell at a time.

Line 3(top)

The third line of the chestshop details the amount of money the items can be BOUGHT or SOLD for. The buy and sell prices are separated by a colon ( : ).
Syntax:
Code:
B <buy-price> : S <sell-price>
Similarly, you can create chestshops so that items can only be BOUGHT or SOLD exclusively.
Syntax:
Code:
B <buy-price>
Code:
S <sell-price>

Line 4(top)

The fourth line of the chestshop is the ID of the item you wish to sell. Chestshops accept either the numerical ID of the item or the name of the item.

Interacting with Chestshops(top)