PlayerKickHandler

This handler requires BasicAuthentication

PathResponsePurposeParametersType

/player/kick

Fixed, depending on status.

Kicks a player

See below.

PATCH

Parameters

Request body must be:

{
  "player": "<playerName>" // fill out with player's username
}

If player parameter is null, the handler may return ECONNRESET or socket hang up error. (if you find a fix to peacefully close connection upon error, open a pull request on github!)

Last updated