Ban player
Ban a player from the game server and community. ⚠️ This action has a cooldown of 120 seconds, per player.
| Path Parameters |
|---|
uuid uuid — REQUIREDUUID of the player |
| Request Body — REQUIRED |
|---|
note stringOptional note about
|
type string — REQUIREDPossible values: [ Type of ban duration |
period stringDuration period (required if type is 'period'). Available options include:
|
date dateEnd date
|
| Responses | ||
|---|---|---|
200successful operation
| ||
400Invalid input
| ||
404Player not found
| ||
429Too many requests
|