-
Notifications
You must be signed in to change notification settings - Fork 11
Item Management Commands
[variable]
= Optional, is not needed for command to run. All optional variables before it are required
<variable>
= Required, must be present for command to run
Command | Aliases | Usage | Versions | Permission |
---|---|---|---|---|
Add Cost | N/A | /TradeShop addCost [amount] [material]
|
2.0.0+ | N/A |
Add Product | N/A | /TradeShop addProduct [amount] [material]
|
2.0.0+ | N/A |
List Cost | N/A | /TradeShop listCost | 2.1.0+ | N/A |
List Product | N/A | /TradeShop listProduct | 2.1.0+ | N/A |
Remove Cost | delCost | /TradeShop removeCost <number>
|
2.1.0+ | N/A |
Remove Product | delProduct | /TradeShop removeProduct <number>
|
2.1.0+ | N/A |
Set Cost | N/A | /TradeShop setCost [amount] [material]
|
2.1.0+ | N/A |
Set Product | N/A | /TradeShop setProduct [amount] [material]
|
2.1.0+ | N/A |
This command allows the player to add a cost to the shop on top of what it already has.
This command allows the player to add a product to the shop on top of what it already has.
This command allows the player set the cost of the shop, erasing what it previously had.
This command allows the player set the product of the shop, erasing what it previously had.
This command allows sends the player a number list of all the cost items on the shop.
This command allows sends the player a number list of all the product items on the shop.
This command allows the player the remove a cost from the shop using the number retrieved from the list command
This command allows the player the remove a product from the shop using the number retrieved from the list command
See
- Multi Items for more information about shop users and what each level can do.
- Permissions for more information about permissions.
© 2016-2022 SparklingComet & KillerOfPie | Apache License v2.0
-
References
-
Features
-
Guides
- You may download the latest version here.
- You may clone the source with the command
git clone https://github.com/TradeShop/TradeShop.git
- You may also clone the whole wiki to your computer with the command
git clone https://github.com/TradeShop/TradeShop.wiki.git
.
You may contact the developers for any reason on Discord or on GitHub.
The entire project is licensed under the Apache License v2.0.