Files
spigot-base/design/user-stories/us-002-unlock-base-navigation.md
T
dmg f36c40d5aa
Release / release (push) Successful in 2m22s
CI / build (push) Successful in 1m0s
fix(navigation): hide guidance near base
2026-08-10 22:51:19 -04:00

1.8 KiB

type, title, description, status
type title description status
User Story US-002: Unlock Base II navigation Let players earn toggleable particle guidance toward their established base. done

US-002: Unlock Base II navigation

As a player with Base I, I want visual guidance toward my base so that I can find it without relying on coordinates.

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 only when the player is horizontally more than 25 blocks beyond the current base border.
  • No navigation particles appear inside the base, exactly 25 blocks beyond its border, or anywhere within that buffer.
  • Expansion and relocation update the navigation visibility threshold immediately.
  • 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.
  • /basesettings navigation enable enables guidance idempotently after Base II is unlocked, and /basesettings navigation disable disables it idempotently.
  • Invalid navigation arguments show command usage, and enable and disable are offered through autocomplete.
  • Grass-or-dirt progress after Base II preserves the player's selected navigation preference.
  • The navigation preference persists across reconnects and restarts.