If the server gets in a weird state, would be nice to be able to run like a gameReset event on it from the client. Kind of like an admin feature without needing to build it explicitly.
We can use a chat format like server blahCommand to do that.
Possible commands / actions
- Restart level
- Purge all players
- Blow up all players
- Kick player by name
- Kick "undefined" players
- (phantom players are often named UNDEFINED, so could just kick all players without names)
- Change player name (if offensive)
But - mostly just geared towards recoving from weird states like phantom players without needing to restart server.
If the server gets in a weird state, would be nice to be able to run like a gameReset event on it from the client. Kind of like an admin feature without needing to build it explicitly.
We can use a chat format like
server blahCommandto do that.Possible commands / actions
But - mostly just geared towards recoving from weird states like phantom players without needing to restart server.