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 SectionDescription
world-blacklistDefault: [] = no blacklisted worlds, add worlds by typing
- worldname
item-blacklistFormat: "itemid:ITEMID subid:SUBID name:ITEMNAME" (subid and name are not needed, name spaces with _)
Enable-commandDefault = false, Enable the command /trade <playername> for requests
Item-EnabledDefault = 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-MaterialMaterial name, you can find a list here
Item-DataSub ID from the Item
Item-DisplaynameItem Name, You can use color codes with &colorcode
Config-versionDo not edit this line, It's there to check config updates for newer / older plugin versions
Message-versionDo 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

Posts Quoted:
Reply
Clear All Quotes