Menus
Every menu lives under plugins/AtlasRealms/menus/ as its own file. A menu
file is layout and words together — its slots, materials, and the name and
lore shown on each item — because a lore line belongs to its icon. These
files are curated content: AtlasRealms never rewrites them, so an edit
survives every update. A key missing from your copy falls back to the
bundled default.
| File | What it is |
|---|---|
realm.yml |
The main menu (/realm). Lists visitable realms to browse, plus buttons to go home, open settings, open the bank, exit, or leave a realm you are a member of. |
realm_create.yml |
The create menu. Lists themes (or raw templates, if no theme has one yet) to start a new realm from. |
realm_settings.yml |
The settings menu: manage members, manage bans, manage flags, change status, reset the realm, transfer it, or delete it. |
realm_members.yml |
The members menu: one slot per member, an invite button, and locked slots past the member limit. |
realm_bans.yml |
The ban list, plus a button to ban an online player. |
realm_flags.yml |
The flags menu: one toggle per realm flag, paged. |
realm_bank.yml |
The bank menu: balance, deposit, withdraw, and the two upgrade buttons. Hidden or disabled with no economy present. |
player_picker.yml |
A shared online-player picker, reused by the invite and ban flows. |
confirmation.yml |
A generic yes/no confirmation, reused by delete, reset, and transfer. |
invite_confirmation.yml |
The level picker shown when inviting someone: Resident Member, Trusted Member, or cancel. |
See Messages & locale for where the text a menu item shows by default is drawn from, and How realms work for what each screen does.