🪓 Creating Shop
Using Commands
Create shops with a simple command:
Place a chest or a valid container.
(Optionally) Take an item in hand that you want to use in your shop.
Look at container and type
/cshop create [buyPrice] [sellPrice]
. (Only if step #2 is completed) Replace[buyPrice]
and[sellPrice]
with your buy and sell price values.Done. You just created a chest shop!
Using Items
Alternatively, you can create shops by placing special item(s) defined in the config.
To enable this feature go to /chest_shop/settings.yml
and set ItemCreation
-> Enabled
on true
.
Every item must be bound to a certain container type. By default there are items for Chests, Barrels and all variants of Shulker Boxes. Feel free to edit them and add more items!
Creation Steps:
Get shop item using the command:
/cshop giveitem <player> <type>
Place it on the ground.
Done. Shop created!
Shop Management
You can easily change your shop's setting with a simple GUI by right-clicking the shop when sneaking (aka Shift + Right-Click).
Last updated