Skip to content

Trade Configuration

Ren edited this page Aug 19, 2019 · 1 revision

» Home » Trade » Configuration

Configuration

  • traders: Trader sign related configuration options
    • price-change: How much the price should change every purchase.
    • minimum-price: The lowest price each material can go
    • maximum-price: The maximum price each material can go
      • default: If a material isn't configured, use this as the max price.
      • MATERIAL: The maximum price for the material.
    • trade-fee-percentage: The sign sells at the price plus the fee, and buys from players at the price minus the fee.

Permissions

rpkit.trade.sign.trader.buy:
    description: Allows buying from trader signs
    default: true
rpkit.trade.sign.trader.sell:
    description: Allows selling to trader signs
    default: true
rpkit.trade.sign.trader.create:
    description: Allows creating trader signs
    default: op
rpkit.trade.sign.trader.destroy:
    description: Allows destroying trader signs
    default: op
Clone this wiki locally