# Admin Commands

All commands are in config and can be configured.

## Give coins to player

`/givecoins id amount`

* id: `number`
* amount: `number`

## Remove coins from player

`/removecoins id amount`

* id: `number`
* amount: `number`

## Give premium pass to player

`/givepremium id`

* id: `number`

## Wiping player's battle pass progress (including premium status)

`/wipeplayer id`

* id: `number`

## Give XP to player

`/givexp id amount`

* id: `number`
* amount: `number`

## Remove XP from player

`/removexp id amount`

* id: `number`
* amount: `number`

## Wipe all players progress (online & offline)

`/wipeall`
