-
Notifications
You must be signed in to change notification settings - Fork 0
How to Use Shops
zhenghanlee edited this page Jun 9, 2021
·
9 revisions
Type of Shop | Content |
---|---|
Vending Machine | Steps to buy items |
Steps to list items | |
Steps to create shop | |
Steps to remove shop | |
Newt's Briefcase | Steps to buy/sell items |
Steps to list items | |
Steps to create shop | |
Steps to remove shop |
A shop design with 27 available slots used only for selling items. The shop is capable of selling different types of items at once, each with its own price.
- Right click on the vending machine.
- Select the item to purchase.
- Type the amount of item to purchase in chat.
- Sneak + punch the vending machine that you own with empty main hand.
- Put items into the shop, leaving one sample in main hand.
- Close inventory view and sneak + punch the vending machine again with the item in main hand.
- Type the price that you want to sell it for in chat. (Price limited to $21.47M)
- Run
/customshop newshop
. - Select the design that you wish to use.
- Break the shop by hand.
A shop capable of holding virtually as many items of the same type as you want (the real limit being Java's Integer.MAX_VALUE, 2 147 483 647). This shop can be used for both selling or buying.
- Right click on the briefcase.
- Select the item to buy/sell.
- Type the amount of item to buy/sell in chat.
- Note that shops do not register items on off-hand/left-hand when selling items to shop.
- Sneak + punch the briefcase that you own with item in main hand.
- Type the price that you want to sell/buy it for in chat. (Price limited to $21.47M)
- Sneak + punch the briefcase again with the empty main hand.
- Interact with the GUI configure shop settings. (Toggle sell/buy, change price, add items, retrieve items)
- Note that shops do not register items on off-hand/left-hand when adding items to shop.
- Run
/customshop newshop
. - Select the design that you wish to use.
- [Important] Ensure no stock remain in the shop. You can remove items from shop by sneaking + punching the briefcase with the empty main hand and clicking on 'Retrieve Items'.
- Break the shop by hand.