Economy and Rewards

Last updated Jul 6, 2026

Economy and Rewards

SoapsArena can pay winners with Vault economy commands and optional duel 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 an economy plugin that understands your command (often via Vault).


Per-room rewards

Override or add rewards for one arena:

/sar arena set myarena rewards eco give {player} 50,say Arena win!

Comma separates multiple commands. No spaces after commas in the value token.


Duel wagers

duel:
  wagers:
    enabled: false
    max-amount: 10000
  1. Install Vault and an economy plugin
  2. Set wagers.enabled: true
  3. Players duel with a stake: /sar duel Steve arena1 500

Money is held in escrow on accept and paid to the winner (or refunded on a draw, per plugin logic).


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.

Discord