From f248372fccdc8a29c6a31715851e47209e2e2973 Mon Sep 17 00:00:00 2001 From: akastijn Date: Sat, 23 May 2026 23:28:35 +0200 Subject: [PATCH] Update TODO.md: Refine player states and disconnect handling --- TODO.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index c5bcb6d..4872505 100644 --- a/TODO.md +++ b/TODO.md @@ -102,10 +102,9 @@ A Minecraft survival/PvP plugin with configurable loot, shrinking world border, ### Player States Track each registered player in one of these states: - [ ] `REGISTERED` — signed up, round not yet started -- [ ] `ALIVE` — actively in the round -- [ ] `DEAD` — eliminated, waiting in the safe room +- [ ] `IN_GAME` — actively in the round - [ ] `DISCONNECTED` — left the server mid-round -- [ ] `SPECTATING` — admin/non-participant observer +- [ ] `SPECTATING` — non-participant/dead observer ### Disconnect Handling - [ ] On disconnect during COUNTDOWN: remove from round, free their spawn slot