feat(admin): complete configurable progression
Release / release (push) Successful in 3m57s
CI / build (push) Successful in 54s

This commit is contained in:
dmg
2026-08-09 15:12:04 -04:00
parent c87d923cad
commit 8b1064b971
41 changed files with 924 additions and 626 deletions
@@ -2,7 +2,7 @@
type: User Story
title: "US-002: Unlock Base II navigation"
description: Let players earn toggleable particle guidance toward their established base.
status: in-progress
status: done
---
# US-002: Unlock Base II navigation
@@ -11,14 +11,14 @@ As a **player with Base I**, I want visual guidance toward my base so that I can
## Acceptance criteria
- [ ] Base II requires Base I and an established base.
- [ ] Base II unlocks at a configurable cumulative grass-or-dirt threshold that defaults to 500 blocks, 250 more than Base I.
- [ ] Base II provides particle-based navigation and does not grant or require a physical compass item.
- [ ] While enabled and in the base's world, particles are drawn along the ground to indicate the direction toward the base.
- [ ] Particle generation is bounded to avoid excessive server or client load.
- [ ] A player in another world receives a clear message instead of a misleading particle direction.
- [ ] `/basenavigation` toggles guidance on and off after Base II is unlocked.
- [ ] The navigation preference persists across reconnects and restarts.
- [x] Base II requires Base I and an established base.
- [x] Base II unlocks at a configurable cumulative grass-or-dirt threshold that defaults to 500 blocks, 250 more than Base I.
- [x] Base II provides particle-based navigation and does not grant or require a physical compass item.
- [x] While enabled and in the base's world, particles are drawn along the ground to indicate the direction toward the base.
- [x] Particle generation is bounded to avoid excessive server or client load.
- [x] A player in another world receives a clear message instead of a misleading particle direction.
- [x] `/basenavigation` toggles guidance on and off after Base II is unlocked.
- [x] The navigation preference persists across reconnects and restarts.
## Related