Skip to content

Item Management Commands

KillerOfPie edited this page Feb 26, 2022 · 2 revisions

[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

Add Cost

This command allows the player to add a cost to the shop on top of what it already has.

Add Product

This command allows the player to add a product to the shop on top of what it already has.

Set Cost

This command allows the player set the cost of the shop, erasing what it previously had.

Set Product

This command allows the player set the product of the shop, erasing what it previously had.

List Cost

This command allows sends the player a number list of all the cost items on the shop.

List Product

This command allows sends the player a number list of all the product items on the shop.

Remove Cost

This command allows the player the remove a cost from the shop using the number retrieved from the list command

Remove Product

This command allows the player the remove a product from the shop using the number retrieved from the list command

More Information

See

  • Multi Items for more information about shop users and what each level can do.
  • Permissions for more information about permissions.

Wiki Index

Downloads

  • 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.

Contact

You may contact the developers for any reason on Discord or on GitHub.

License

The entire project is licensed under the Apache License v2.0.

Clone this wiki locally