Bans
Get all bans
GET
https://plugin.tebex.io/bans
Returns an array of all bans on your account.
Headers
Name | Type | Description |
---|---|---|
X-Tebex-Secret | string | The secret key of a server. |
Create a ban
POST
https://plugin.tebex.io/bans
Create a ban against a player or/and IP address.
Headers
Name | Type | Description |
---|---|---|
X-Tebex-Secret | string | The secret key of a server. |
Request Body
Name | Type | Description |
---|---|---|
reason | string | The reason for the ban. |
ip | string | The IP address to also ban. |
user | string | The username or UUID of the player to ban. |
Last updated