fix(stealth): hide concealed players from server ping
Release / release (push) Successful in 2m13s
CI / build (push) Successful in 58s

This commit is contained in:
dmg
2026-09-05 08:11:58 -04:00
parent 66ba2aa3b1
commit ba6573943b
8 changed files with 172 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Spigot Stealth Design Log
## 2026-09-05
- **Completion**: Extended US-002 with ProtocolLib filtering of concealed sessions from multiplayer server-list counts and player samples while preserving actual online state and advertised capacity; verified the complete Gradle build and OKF bundle.
## 2026-09-04
- **Completion**: Extended US-002 so concealed players disconnect without a public quit announcement while ordinary quit messages remain unchanged; verified listener tests, the complete Gradle build, and the OKF bundle.