Configuration
All ProCurrency files are located under plugins/ProCurrency/. This page documents what each file does and the most important keys.
File list
config.yml
Core settings: license, currency name/symbol, storage type, AFK regions/payout, multipliers, GUI settings, bounty settings.
data.yml
YAML storage for balances when storage.type is YAML.
shop.yml
Shop GUI items, prices, and layout.
leaderboard.yml
Top balances GUI layout and formatting.
bounties.yml
YAML storage for bounties (if enabled / configured for YAML).
Core keys (config.yml)
License
Set your license key to enable the plugin:
license:
key: "YOUR-KEY-HERE"Currency Branding
Controls how your currency appears in GUI and placeholders:
currency:
name: "Rubies"
symbol: "◆"AFK Earnings
AFK earnings require WorldGuard regions. Configure regions and payout interval:
afk:
enabled: true
regions: ["afkzone"]
payout-seconds: 60
base-amount: 25Reload
After editing configs, reload with:/procurrency reload