#
Overview
Chest Shop is an optional module of the ExcellentShop that allows players to create chest shops.
You can toggle the Chest Shop module in the config.yml
-> ChestShop
-> Enabled
.
Shop owners can open the shop GUI by right-clicking it when sneaking (Shift + Right-Click).
#
Shop Creation
Creating chest shops is simple!
#
Using Commands
- Look at chest or valid container.
- Run the
/cshop create [buy] [sell]
command. - Done!
You can hold an item in the main hand when creating a chest shop to automatically add it as shop product.
In this case replace the [buy]
and [sell]
arguments with desired buy and sell prices.
#
Using Items
Chest Shops can be created by placing special item(s) defined in the config.
You can toggle and customize this feature in the /chest_shop/settings.yml
under the ItemCreation
section.
Items must be linked with a container type. By default there are items for Chests, Barrels and all variants of Shulker Boxes.
When shop created by item is removed, a shop item used in creation will be dropped.
Creation Steps:
- Get the shop item:
/cshop giveitem <player> <type>
- Place it on the ground.
- Done!