Configuration
Here is the default config file. You can find it in plugins/EasyTrading/
# Configuration for EasyTrading General-options: # Add worldnames here to disable trading in this worlds (Case sensitive) world-blacklist: [] # Format: "itemid:ITEMID subid:SUBID name:ITEMNAME" (subid and name are not needed, name spaces with _) item-blacklist: - "itemid:1 subid:0 name:&cBlacklisted_Item" Request-options: # Allow command /trade <Playername> Enable-command: false # Set this to true if you want to make a request by leftclicking a player Leftclick: false # Set this to true if you want to make a request by shifting + leftclicking a player Shift-Leftclick: false # Set this to true if you want to make a request by rightclicking a player Rightclick: false # Set this to true if you want to make a request by shifting + rightclicking a player Shift-Rightclick: true # Set Enabled to true if you want to make a request with this special item # If Enabled is true all options from above are only compatible with this item Item: Enabled: false Material: NAME_TAG Data: 0 DisplayName: '&6Trade Requester' ################### # DO NOT EDIT # ################### Config-version: YourConfigVersion Message-version: YourMessageVersion
| Config Section | Description |
|---|---|
| world-blacklist | Default: [] = no blacklisted worlds, add worlds by typing - worldname |
| item-blacklist | Format: "itemid:ITEMID subid:SUBID name:ITEMNAME" (subid and name are not needed, name spaces with _) |
| Enable-command | Default = false, Enable the command /trade <playername> for requests |
| Item-Enabled | Default = false, Set this to true and then you can only request a player with this configurable Item}}(The command isn't affected from this) |
| Item-Material | Material name, you can find a list here |
| Item-Data | Sub ID from the Item |
| Item-Displayname | Item Name, You can use color codes with &colorcode |
| Config-version | Do not edit this line, It's there to check config updates for newer / older plugin versions |
| Message-version | Do not edit this line, It's there to check message.yml updates for newer / older plugin versions |
If you have questions about this write me a comment on this page.
Comments