Chestshops - Historical

Applied By pokeball92870: Nov 23, 2018 at 1:00 PM

Chestshops
A chestshop is a type of shop that can be created exclusively on the Skyblock and Main City Servers. All ranks (including Skyblock Pilots and Main City Builders) can create chestshops.


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.
[​IMG]

Line 2(top)

The second line of the chestshop is the quantity of items you wish to sell at a time.
For example, if you wanted to sell 5 items at a time, you would write:
[​IMG]

Line 3(top)

**WARNING**: Unlike trade signs, chestshops interact directly with your player balance. This means that any exchange of currency will be done through both the buyer and sellers balances. Currency is not stored in a chestshop!

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>
For example, if you wanted players to be able to buy 5 of the item for $20 and be able to sell 5 of the item to you for $10, you would write:
[​IMG]
Rather, if you wanted players to only be able to buy 5 of the item for $20, you would write: (this also works for selling only)
[​IMG]

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.

/iteminfo or /iteminfo <id>
  • Without <id>:
    • Displays the Chestshop ID of the item in your hand.
  • With <id>:
    • Displays the Chestshop ID of the item specified in <id>.

You also have the option of entering ? into the ID line. If there are any items in the chest, the fourth line will be autofilled to the first item that is seen in the chest (from the top-left). Similarly, if there are no items in the chest, you can right click the chest with the item you wish to sell.

For example, if you wanted to allow players to buy 5 Cobblestone for $20 and sell 5 Cobblestone for $10, you would write:
[​IMG]
- or -
[​IMG]

If you have correctly entered in all of this information, then congratulations! Your chest shop has been created! You will also get this message in chat:
[​IMG]

My chestshop didn't get created. What's wrong?(top)

If you have incorrectly typed in the syntax when creating the chestshop, your sign will not be placed and you will receive a message in chat saying something went wrong.

You have specified invalid item id!(top)

[​IMG]
This message indicates that the ID for the item you wish to sell was entered incorrectly. If this was the case, try using the numerical ID or an equivalent name of the item you wish to sell.

The shop cannot be used!(top)

[​IMG]
This message indicates that you incorrectly entered the buy and sell price wrong in line 3 of your sign. See the syntax above for the correct text to enter in.

Interacting With and Refilling Chestshops(top)

Interacting with chestshops is simple:
  • To buy an item from the chest, right click the sign.
  • To sell an item to the chest, left click the sign.
[​IMG]
[​IMG]

If you are the chestshop owner, you can either right click the chest or the sign to open the chest and refill it. You will also receive messages in chat when a player buys from or sells to your chestshop.
[​IMG]
[​IMG]

Differences to the Main Server Trade Signs(top)

Chestshops are not identical to Trade signs on the Main Server. This list covers the basic differences between Trade signs and chestshops.
  • Currency is not stored in chestshops. All transactions are done between the players’ balances.
  • You cannot trade or store EXP in chestshops.
  • You cannot trade items for items in chestshops. All transactions are either exchanging items for money or money for items.
  • The storage in chestshops is limited to the chest itself.
    • Single chest chestshops can hold 27 stacks of items, or a maximum of 1728 items.
    • Double chest chestshops can hold 54 stacks of items, or a maximum of 3456 items.
    • For items that cannot stack or only stack to 16 (enderpearls, snowballs, signs, and eggs), the maximum number of items that can be held in a chestshop is lower.