feat(commands): unify settings and admin commands
This commit is contained in:
@@ -24,9 +24,8 @@ As a **player with Base I**, I want to unlock controlled flight around my base s
|
||||
- [x] Plugin-granted flight remains active in the warning buffer and displays prominent on-screen notice that the player is leaving the base.
|
||||
- [x] Passing beyond the warning buffer removes only flight granted by this plugin.
|
||||
- [x] Flight is not granted outside the unlocked vertical range.
|
||||
- [x] `/baseflight` toggles the player's unlocked base flight on and off.
|
||||
- [x] `/baseflight on` enables flight idempotently and `/baseflight off` disables it idempotently, with `on` and `off` offered through autocomplete.
|
||||
- [x] `/homeflight` aliases `/baseflight` with identical behavior and autocomplete.
|
||||
- [x] `/basesettings flight enable` enables unlocked flight idempotently, and `/basesettings flight disable` disables it idempotently.
|
||||
- [x] Invalid flight arguments show command usage, and `enable` and `disable` are offered through autocomplete.
|
||||
- [x] The flight toggle persists across reconnects and restarts.
|
||||
- [x] The plugin handles teleportation, world changes, game-mode changes, death, logout, and plugin shutdown without leaving unintended flight enabled.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user