Default Config Files

Last updated Jul 6, 2026

Default Config Files

Bundled defaults from the plugin JAR. After first run, edit files in plugins/SoapsArena/.


config.yml

gui:
  enabled: true

integrations:
  soapsquest:
    enabled: false
    match-end-commands: []

features:
  stats:
    enabled: true
    gui-enabled: true
  ranked:
    enabled: false
    k-factor: 32
  modes:
    ffa:
      multiplayer-enabled: true

defaults:
  countdown: 10
  max-players: 8
  min-players: 2
  destructible: false
  inventory-mode: KIT
  time-limit: 0
  fall-damage: true
  hunger-drain: false

worldedit:
  enabled: true
  auto-save: true
  auto-restore: true

wand:
  particle-interval: 10
  particle-density: 0.5
  arena-particle-color: "#FF6B35"
  lobby-particle-color: "#55FFFF"
  wand-range: 100

duel:
  request-timeout: 30
  wagers:
    enabled: false
    max-amount: 10000

game:
  teleport-on-death: true
  allow-spectate: false
  end-delay: 5
  scoreboard: true

sounds:
  enabled: true
  countdown-tick: BLOCK_NOTE_BLOCK_PLING
  game-start: ENTITY_ENDER_DRAGON_GROWL
  kill: ENTITY_EXPERIENCE_ORB_PICKUP
  elimination: ENTITY_WITHER_HURT
  win: UI_TOAST_CHALLENGE_COMPLETE
  streak: ENTITY_PLAYER_LEVELUP

rewards:
  enabled: false
  commands:
    - "eco give {player} 100"

lobby:
  enabled: false
  world: "world"
  x: 0.0
  y: 64.0
  z: 0.0
  yaw: 0.0
  pitch: 0.0

gui.yml (settings header)

settings:
  enabled: true
  filler-material: GRAY_STAINED_GLASS_PANE
  filler-name: " "
  open-sound: BLOCK_CHEST_OPEN
  open-sound-volume: 0.7
  open-sound-pitch: 1.2
  click-sound: UI_BUTTON_CLICK
  click-sound-volume: 0.5
  click-sound-pitch: 1.0

The full gui.yml with all menus is copied to your data folder on first run. See GUI Menus.


messages.yml

User-facing text uses MiniMessage. Edit plugins/SoapsArena/messages.yml after first run. Reload with /sar reload.


Runtime data

Path Purpose
rooms/<name>.yml Per-arena definition
kits/<name>.yml Kit loadouts
data/<uuid>.yml Player stats
schematics/<room>.schem WorldEdit schematics
Discord