Files
spigot-base/design/user-stories/us-013-visualize-base-border.md
dmg 26aeb8c416
Release / release (push) Successful in 2m18s
CI / build (push) Successful in 1m1s
feat(border): add base boundary particles
2026-08-10 22:12:16 -04:00

1.7 KiB

type, title, description, status
type title description status
User Story US-013: Visualize the base border Let players display a bounded, owner-only particle arc along the current edge of their established base. done

US-013: Visualize the base border

As a player with Base I, I want to display a particle effect at my base border so that I can understand where base benefits begin and end while building.

Acceptance criteria

  • Border visualization requires Base I and an established base.
  • /basesettings border enable enables visualization idempotently, and /basesettings border disable disables it idempotently.
  • border, enable, and disable are offered through contextual autocomplete.
  • Border visualization is disabled by default and the preference persists across reconnects and restarts.
  • Older state files without the preference load it as disabled.
  • /basesettings status and /baseadmin status display the border preference.
  • Particles are visible only to the base owner.
  • Particles trace the current circular horizontal boundary at the player's current Y-level and follow base expansion or relocation immediately.
  • Particles render only while the player is in the base world, within the base's vertical range, and reasonably close to the boundary.
  • Particle generation is bounded to avoid excessive server and client load.
  • A complete administrative reset disables border visualization.