-
Notifications
You must be signed in to change notification settings - Fork 11
Sign Types
Sparkling Comet edited this page Feb 18, 2023
·
3 revisions
All permissions may be found on the Permissions page.
This is the normal TradeSign. Right clicking this sign will perform a normal Trade with that shop.
- The first line of the sign is constant, and contains the text
[Trade]
. The plugin will automatically color this line. - The second and third lines contain the details concerning the transaction.
- The second line being the item that will pass from the chest to the player
- The third line is the item that will pass from the player to the chest
- The final line of the sign should be left blank and will be changed to the shops status
-
tradeshop.header:
- Default: Trade
- Change this to what you want the header of a 'Trade' shop sign to be
-
tradeshop.allow-explode:
- Default: false
- Change to true to allow the sign to be destroyed by explosions
This is the admin shop TradeSign. Right clicking this sign will perform a normal Trade with an infinite shop.
- The first line of the sign is constant, and contains the text
[iTrade]
. The plugin will automatically color this line. - The second and third lines contain the details concerning the transaction.
- The second line being the item that will pass from the chest to the player
- The third one the item used as "currency".
- The final line of the sign should be left blank and will be changed to the shops status
-
itradeshop.header:
- Default: iTrade
- Change this to what you want the header of a 'iTrade' shop sign to be
-
itradeshop.allow-explode:
- Default: false
- Change to true to allow the sign to be destroyed by explosions
-
itradeshop.owner:
- Default: Server Shop
- Change this to what you want the shop to show as its Owner
This is the bi-directional TradeSign:
- Right clicking this sign will perform a normal Trade with that shop.
- Left clicking will perform an opposite trade with this shop
- The first line of the sign is constant, and contains the text
[Trade]
. The plugin will automatically color this line. - The second and third lines contain the details concerning the transaction.
- The second line being the item that will pass from the chest to the player when right clicked
- The third line is the item that will pass from the player to the chest when right clicked
- These lines will flip when left clicked
- The final line of the sign should be left blank and will be changed to the shops status
-
bitradeshop.header:
- Default: Trade
- Change this to what you want the header of a 'BiTrade' shop sign to be
-
bitradeshop.allow-explode:
- Default: false
- Change to true to allow the sign to be destroyed by explosions
© 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.