Examples

Last updated Sep 18, 2026

Examples

Enable mounted combat

# actions.yml
mounted:
  enabled: true
  sprint-drain-per-second: 0.55
  attack-cost-multiplier: 1.15

Or: /shs toggle mounted


Custom MMOItems sword cost

# actions.yml
attack:
  mmoitems-attack-cost:
    enabled: true
    items:
      "SWORD:EXCALIBUR": 1.2

Or: /shs config set mmoitems-attack-cost SWORD:EXCALIBUR 1.2

If MMOItems already drains that swing, SHS still skips (no double cost).


Rain and thunder

# config.yml
weather:
  enabled: true
  rain:
    sprint-drain-multiplier: 1.05
  thunder:
    sprint-drain-multiplier: 1.12

Or: /shs toggle weather


Pack llama relief

# weight.yml
pack-animals:
  enabled: true
  radius: 8.0
  relief-per-animal: 0.20
  max-relief: 0.60

Put a chest on an adult llama within 8 blocks. %shs_pack_relief% should read 0.20.


Player HUD

/stamina display actionbar
/stamina display default

Saved in playerdata/<uuid>.yml. Server default remains ui.type in config.yml.


RPG combat overlay

presets/rpg-combat.yml turns on dodge, sprint burst, mounted, and feedback. Copy those keys into live YAML, then /shs reload.