Files
spigot-trigger-spawn/design/user-stories/us-008-reward-spawn-progression.md
T
dmg 64ba0e2af4
Release / release (push) Successful in 1m52s
CI / build (push) Successful in 54s
feat(progression): reward unique boss kills
2026-08-08 13:35:23 -04:00

29 lines
1.7 KiB
Markdown

---
type: User Story
title: "US-008: Reward and encourage spawn progression"
description: Remind players how to improve spawn access and reward each newly credited unique boss kill with an immediate cooldown reset.
status: done
---
# US-008: Reward and encourage spawn progression
As a **player**, I want `/spawn` to explain how I can improve its cooldown and reward new boss progress so that the benefit of defeating each remaining boss is clear and immediately useful.
## Acceptance criteria
- [x] After every successful `/spawn`, a player who has not defeated all three unique qualifying enemies receives a reminder that defeating the remaining bosses permanently reduces the cooldown.
- [x] The reminder identifies the remaining eligible bosses and shows the next cooldown tier.
- [x] A player who has completed all three unique qualifying kills does not receive the progression reminder.
- [x] Each newly credited unique Warden, Ender Dragon, or Wither kill immediately clears the player's active `/spawn` cooldown.
- [x] Clearing the cooldown makes `/spawn` immediately available as a progression reward.
- [x] The newly credited kill also permanently applies the improved boss-based cooldown tier.
- [x] Repeated kills of an already credited enemy do not clear the cooldown.
- [x] The on-screen kill message states that `/spawn` is immediately available and displays the new cooldown tier.
- [x] Banned players cannot earn kill credit, a cooldown reset, or an improved tier.
## Related
- [US-001: Earn progressive spawn access](us-001-earn-progressive-spawn-access.md)
- [US-002: Teleport safely to spawn](us-002-teleport-safely-to-spawn.md)
- [US-005: Ban and unban spawn access](us-005-manage-spawn-bans.md)