1.4 KiB
1.4 KiB
type, title, description, status
| type | title | description | status |
|---|---|---|---|
| User Story | US-008: Control player quest commands | Let administrators require physical-board interaction by controlling access to player quest commands. | backlog |
US-008: Control player quest commands
As an administrator, I want to enable or disable player quest commands so that I can require players to use physical quest boards.
Acceptance criteria
- Player
/questscommands are disabled by default. - An authorized administrator can use
/questadmin commands enable|disablewith contextual autocomplete. - The command setting persists across server restarts.
- When disabled,
/quests,list,create,complete,cancel, andclaimreject execution with a clear message directing the player to a quest board. - Disabling commands does not prevent any equivalent action through a registered board.
/questadminremains available to authorized administrators regardless of the player-command setting.- Unauthorized users cannot change the setting.
- Automated tests verify the default, persistence, authorization, every gated subcommand, and autocomplete.