feat(protocols/sdtd): add telnet support for players (#692)

* feat(protocols/sdtd): add telnet support

* docs: update CHANGELOG.md
This commit is contained in:
CosminPerRam 2025-04-27 17:06:23 +03:00 committed by GitHub
parent 4db8a473ff
commit 71ce074866
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 159 additions and 5 deletions

View file

@ -264,7 +264,7 @@
| rust | Rust | [Valve Protocol](#valve) |
| s2ats | Savage 2: A Tortured Soul | |
| satisfactory | Satisfactory | [Notes](#satisfactory) |
| sdtd | 7 Days to Die | [Valve Protocol](#valve) |
| sdtd | 7 Days to Die | [Notes](#sdtd), [Valve Protocol](#valve) |
| serioussam | Serious Sam | |
| serioussam2 | Serious Sam 2 | |
| shatteredhorizon | Shattered Horizon | [Valve Protocol](#valve) |
@ -547,3 +547,8 @@ Does not provide players names, using a plugin like this [one](https://github.co
### <a name="aosc-buildandshoot"></a>Ace of Spades / Build and Shoot
Requires usage of the status query server enabled in the config.txt. `status_server.enabled` to `true`
### <a name="sdtd"></a>7 Days to Die
Does not provide player names but can be provided via telnet commands, to use these make sure in `serverconfig.xml` you
have configured `TelnetEnabled` to `true`, `TelnetPort` and `TelnetPassword` and pass `telnetPort` and `telnetPassword`
to the query parameters.