feat(progress): track persistent creeper kills

This commit is contained in:
dmg
2026-08-08 14:07:35 -04:00
parent f9ad2d9461
commit 0bde7a6ae2
30 changed files with 1142 additions and 38 deletions
@@ -1,7 +1,7 @@
---
type: User Story
title: "US-004: Check personal progress"
description: Let players request their current Creeper Aura status through a command.
description: Let players request their current Creeper Aura rank and tier progress through a command.
status: backlog
---
@@ -11,8 +11,8 @@ As a **player**, I want a command that reports my Creeper Aura progress so that
## Acceptance criteria
- [ ] `/creeperaura progress` reports the player's lifetime creeper kills and current locked or ranked state.
- [ ] Before rank VI, the response reports the next rank threshold and the number of additional kills needed.
- [ ] `/creeperaura progress` reports the player's current locked or ranked state and current-tier progress.
- [ ] Before rank VI, the response reports the next rank requirement and the number of additional kills needed.
- [ ] At rank VI, the response clearly reports that progression is complete.
- [ ] The self-service command is available to ordinary players without administrative permission.
- [ ] Console use, invalid arguments, and unavailable player data produce clear responses.