Trade Configuration - RP-Kit/RPKit GitHub Wiki
» 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
- default: If a material isn't configured, use this as the min price.
- MATERIAL: The minimum price for the material. Materials can be found at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
- 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