Skip to content

Sign Types

Sparkling Comet edited this page Feb 18, 2023 · 3 revisions

All permissions may be found on the Permissions page.

Trade

This is the normal TradeSign. Right clicking this sign will perform a normal Trade with that shop.

Sign Text

  • 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

Related Config Settings

  • 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

iTrade

This is the admin shop TradeSign. Right clicking this sign will perform a normal Trade with an infinite shop.

Sign Text

  • 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

Related Config Settings

  • 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

BiTrade

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

Sign Text

  • 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

Related Config Settings

  • 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

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