configuration/config.yml

The config.yml is used for the most basic configurations of the Trade plugin. You can find the default config.yml here.

A brief description of all the options:

use-permissions: only set this to false if your server does not have a permissions system.
debug-mode: you can set this option to true if you want to do some debugging yourself.
exchange:

  • use-biggest-interface: if set to true the amount of rows of the trading interface will be the equal to the player with the highest allowed rows.
  • default-rows: the default amount of rows of the trading interface if none of both players have a permission set for this.
  • custom-layout: specifies the layout used for the interface by layout name. See layouts configuration.
  • blacklisted-items: blacklist certain item ids. The ids should be seperated by commas ',' like: 12,18,22,320,etc. .
    request:
  • timeout: The timeout in seconds when requesting a player using (shift) right click.
  • restrictions:
    • max-distance Defines the maximum distance between players when sending a request using the commands. If it is set to -1 this option is disabled.
    • cross-gamemode: If set to true players with different game modes will be able to trade.
    • cross-world: If set to true players in different worlds will be able to trade.
    • must-see: If set to true player have to be in sight of each other to trade.
    • ignoring: If set to true players with the right permissions can use the ignoring system.
    • right-click: If set to true players can request using right clicking.
    • shift-right-click: If set to true players can request using shift-right-click.
    • command: If set to true players can request using the commands.
    • disabled-worlds: May contain a list of world names in which Trade is disabled.
      Example:
      disabled-worlds:
      - worlda
      - worldpvp
      - worldnether
      - etc.

extensions:

  • worldguard:
    • enable: Enables disabling of Trade in specified regions.
    • disabled-regions: Specifies regions in which Trade is disabled if 'enable' is set to true. Example:
      disabled-regions:
      - regiona
      - regionb
      - regionc
      - etc.
  • mobarena:
    • enable: If set to true Trade requests will be ignored inside mob arena's.
  • citizens:
    • enable: If set to true Trade will ignore requests made to citizens.
  • economy:
    • enable: Enables the economy mode of Trade. This requires Vault to work.

Comments

Posts Quoted:
Reply
Clear All Quotes