1.4 KiB
1.4 KiB
type, title, description, status
| type | title | description | status |
|---|---|---|---|
| User Story | US-008: Autocomplete commands | Help players and administrators discover valid Creeper Aura command arguments with permission-aware tab completion. | done |
US-008: Autocomplete commands
As a command sender, I want Creeper Aura commands to offer relevant tab completions so that I can enter valid commands quickly and accurately.
Acceptance criteria
/creeperaurasuggests only subcommands allowed by the sender's permissions.progress,set,add, andranksuggest matching online player names where appropriate.ranksuggestslocked,I,II,III,IV,V, andVI.thresholdsuggests configurable ranksIthroughVI.- Suggestions are filtered case-insensitively by the current input.
- Unauthorized administrative subcommands and arguments are not suggested.
- Completion works for both players and the server console.
- Automated tests cover completion behavior.
- Command metadata and project documentation describe autocomplete support.
Offline stored players remain valid command targets but are not suggested, avoiding synchronous database access during completion.