diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-08 03:54:55 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-08 03:54:55 +0000 |
| commit | 20cb29c2f8c5c87bc590896854a20b1473ceb358 (patch) | |
| tree | 2857f41513a56ad41af97b57362639298aa7f033 /share/areas.yaml | |
#2
Diffstat (limited to 'share/areas.yaml')
| -rw-r--r-- | share/areas.yaml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/share/areas.yaml b/share/areas.yaml new file mode 100644 index 0000000..8a10d54 --- /dev/null +++ b/share/areas.yaml @@ -0,0 +1,66 @@ +# HyBBX menu layout — areas, per-level menu, and full index. +# Command help, aliases, access, and account rights: commands.yaml (loaded after). + +meta: + menu_header: "HyBBX commands /help <cmd> for more" + index_header: "HyBBX command-index /help <cmd> for more" + alias_header: "HyBBX aliases /help <cmd> for more" + +user_groups: + - Sysop + - Admin + - Mod + - User + - Guest + +areas: + - label: General + commands: [help, menu, index, alias, news, banner, motd, rules, who, users, session, version] + - label: Screen + commands: [clear, echo] + - label: Areas + commands: [leave, main, chat, conference, mail, proxymail, proxychat, exit] + - label: Account + commands: [login, changeme, register, deleteme] + - label: Admin + commands: [usercreate, activate, changeuser, promote, demote, delete] + - label: Sysop + commands: [deleteuser, shutdown, restart, broadcast, monitor] + +menu: + Guest: + - General + - Screen + - Account + - Areas + User: + - General + - Screen + - Areas + - Account + Mod: + - General + - Screen + - Areas + - Account + Admin: + - General + - Screen + - Areas + - Account + - Admin + Sysop: + - General + - Screen + - Areas + - Account + - Admin + - Sysop + +index: + - General + - Screen + - Areas + - Account + - Admin + - Sysop |
