-
Notifications
You must be signed in to change notification settings - Fork 11
Custom Items PRE 2.0
KillerOfPie edited this page Feb 26, 2022
·
2 revisions
This is being moved out of the main plugin as of the 2.0.0 update. It will be support as an add-on plugin from version 2.2.0 onward.
Custom Items (Introduced in update 1.7.0)allows server owners to create custom items that can be used in trades
Simply use the name of the custom item in place of the item material on any trade sign.
For example, by default there is a custom item named Key
.
If you wanted to receive this item the 3rd line of the sign would be 1 Key
-
allow-custom-illegal-items:
- Whether or not to allow Custom Items when they use a Illegal Item
-
customitems.yml
- List of all custom items on the server.
- It is recommended that you not edit this unless you know what you are doing.
Items can be added and deleted from within the game using commands.
All commands can be seen on the Commands Page
-
/ts getCustomItems
- Shows list of all custom items on server
-
/ts addItem <Item Name>
- Adds the item in hand to the custom items config with name specified
-
/ts removeItem <Item Name>
- Removes specified item from config
- None
© 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.