How do i make a store?
5 replies [Last post]
Berexs
WoM Member
Members
WoM Member: 676811
WoM Coins: 2

Just wondering how to make a small store in the game. I couldn't find any information about it.

Artbot
Epic Contributor
Contributor +
WoM Member: 240770
WoM Coins: 1897

Place a sign

1st Line > your Username
2nd Line > Amount of item you want to sell per transaction
3rd Line > Cost of item per transaction
4th Line > Item ID

Example:

>ArtBot
>64
>32
>Cobblestone

Some items can be entered as text and some can't, so it's safer to just do item IDs.

Jupiter_Ginger
J.U.P.I.T.E.R
Community Managers
WoM Member: 295547
WoM Coins: 3343

To Expand on what Artbot said:

For the third line, if you are selling items to other players, you need a B before the number.

My shop would look like

>Jupiter_Ginger
>64
>B 32
>Cobblestone

This would sell other players 64 blocks of cobblestone for 32 dollars per transaction.
You place the sign on/next to/above/below one of your chests, and then put the item you are selling in that chest.

To get the item ID, hold an item in your hand and do /iteminfo. Then place that number on the 4th line instead of the name of the item you're selling.

To make a shop that other players can sell their stuff too automatically, replace the B with an S. My shop would look like:

>Jupiter_Ginger
>64
>S 32
>Cobblestone

This shop would allow players to sell me 64 blocks of their cobblestone for 32 dollars of mine per transaction. Be careful with this, as it will take money out of your balance without informing you when it makes a sale. It only works if there's enough room in the chest that it connects to.

Artbot
Epic Contributor
Contributor +
WoM Member: 240770
WoM Coins: 1897

Yeah I forgot to say there has to be a chest connected :P

pointystic
Contributor
Members
WoM Member: 643246
WoM Coins: 491
You can also combine both in

You can also combine both in a single chest by typing things like:
B 32 : S 16
This would allow another player to buy the item for 32 and sell it to you at 16. Just remember that buy and sell are from THE OTHER PLAYERS point of view. So buy is them buying, not you. The same goes for sell.

Berexs
WoM Member
Members
WoM Member: 676811
WoM Coins: 2
Ok I got a small shop started

Ok I got a small shop started thanks for the help everyone