Economy and Rewards
Last updated Sep 18, 2026
Economy and Rewards
SoapsArena can run console commands when someone wins. There are no built-in Vault wagers.
Global win rewards
In config.yml:
rewards:
enabled: false
commands:
- "eco give {player} 100"
| Key | Description |
|---|---|
enabled |
Run commands when a player wins |
commands |
Console commands; {player} is the winner's name |
Requires whatever plugin handles the command (economy plugins often expose eco give).
Per-room rewards
/sar arena set myarena rewards eco give {player} 50,say Arena win!
Comma separates multiple commands. No spaces after commas in the value token.
SoapsQuest match-end commands
integrations:
soapsquest:
enabled: false
match-end-commands: []
Placeholders: {room}, {winner}, {participants}, {duel}, {player}, {uuid}.
Lines with {player} or {uuid} run once per participant.
Example:
match-end-commands:
- "sq complete {player} arena_daily"
Exact quest commands depend on your SoapsQuest setup.