Joe-Klauza / sandstorm-admin-wrapper

Wraps the Insurgency: Sandstorm server process to make hosting the game server painless on Linux or Windows
GNU General Public License v3.0
55 stars 18 forks source link

v1.4 chat interface #48

Open Joe-Klauza opened 5 years ago

Joe-Klauza commented 5 years ago

Since v1.4 is adding logging for in-game chat, we can use that to add a couple of features:

kriansa commented 5 years ago

For admin commands specifically:

Joe-Klauza commented 5 years ago

Can we hide the commands from the other connected players?

@kriansa I don't think so. Since all we receive is what is logged via in-game chat, by the time it ends up in the logs the other players can already see it. This would have to be implemented by NWI somehow.

Any admins with access to sandstorm-admin-wrapper would be able to use the RCON input on the server control page for this (though I realize the convenience of the in-game interface is lost).

Joe-Klauza commented 5 years ago

Improved by v0.10.0-beta (adds chat to server control).

No admin commands are available via chat yet.