Docs
Admin GUI
Open with /atomcombat gui (aliases: /atomcombat menu, /atomcombat admin), permission atomcombat.admin.
Layout
- One dye per module (
combat-core,combat-rules,bounties,stats,rank-abilities,effects,announcements) — lime if enabled, gray if disabled. Click to toggle: this updatesmodules.<id>.enabledinconfig.ymlin place (without touching the rest of the file) and triggers a full reload. - Bounties board — closes the menu and opens
/bounty admingui, letting you cancel any active bounty, not just your own. - Leaderboard — closes the menu and runs
/combatstats top kills. - Live settings — closes the menu and opens the Live Settings editor.
- Reload — re-runs
/atomcombat reloadwithout leaving the menu, and refreshes the module toggles shown.
Notes
- Toggling a module from the GUI, or changing a value from Live Settings, is equivalent to editing the matching YAML file and running
/atomcombat reload— it's a full plugin reload, not a partial hot-swap, so expect a brief pause while every module restarts. - Every edit made from these menus is written directly into the existing YAML file, in place, so your comments and formatting are preserved — nothing gets regenerated or stripped.