Skip to content

Add ability to send game events to server via chat #31

Description

@flukeout

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions