Files
spigot-creeper-fear/design/user-stories/us-004-check-personal-progress.md

26 lines
1.1 KiB
Markdown

---
type: User Story
title: "US-004: Check personal progress"
description: Let players request their current Creeper Aura rank and tier progress through a command.
status: done
---
# US-004: Check personal progress
As a **player**, I want a command that reports my Creeper Aura progress so that I can check it at any time.
## Acceptance criteria
- [x] `/creeperaura progress` reports the player's current locked or ranked state and current-tier progress.
- [x] Before rank VI, the response reports the next rank requirement and the number of additional kills needed.
- [x] At rank VI, the response clearly reports that progression is complete.
- [x] The self-service command is available to ordinary players without administrative permission.
- [x] Console use, invalid arguments, and unavailable player data produce clear responses.
- [x] Command usage is included in plugin help and command metadata.
## Related
- [Show progression and rank advancement](us-003-show-progression-and-rank-advancement.md)
- [Administer player progression](us-005-administer-player-progression.md)
- [User-story catalog](index.md)