ZBot Commands
BattlEye Rcon - Discord Bot - By Zupa
If you encounter one not working, please report in on the ZBot Discord server.
ZBOT commands
These commands are prefixed with !zbot
Command | Description | Example |
---|---|---|
reload | Destroys all your loaded configuration and loads the new ones from the webpanel. | !zbot reload |
RCON commands
These commands are prefixed with !rcon and are only usable in the defined command channel for your rcon instance.
Command | Description | Example |
---|---|---|
players | List all players | !rcon players |
players+ | List all players with a country flag | !rcon players+ |
admins | List all admins | !rcon admins |
bans | List all bans | !rcon bans |
load scripts | Reloads al BE scripts | !rcon load scripts |
load events | Reloads al BE events | !rcon load events |
say all [text] | Sends text to all users | !rcon say all Hello everyone! |
say [playerId] [text] | Sends text to specific user | !rcon say 1 Hello Zupa, stalk, stalk |
MaxPing [ping] | Sets the maxping of the server | !rcon MaxPing 200 |
kick [playerId] [reason] | Kicks player | !rcon kick 1 No racisme allowed, warned! |
ban [playerId] [minutes] [reason] | Bans ONLINE player (0 minutes is forever!) | !rcon ban 1 60 No racisme allowed, 60 minuts banned! |
addBan [GUID|IP] [minutes] [reason]] | Bans any player (0 minutes is forever!) | !rcon addBan 127.0.0.1 0 Caught duping in logs -> Forum |
removeBan [banId] | Remove ban (Get ID from banslist) | !rcon removeBan 2 |
version | Display the BattlEye version | !rcon version |
update | Check for a newer BattlEye version | !rcon update |
loadBans | Reload Bans from bans.txt | !rcon loadBans |
writeBans | Rewrite Bans to bans.txt | !rcon writeBans |
disconnect | Disconnects the rcon | !rcon disconnect |
exit | Exits the whole rcon client | !rcon exit |
Server commands
These commands are prefixed with !rcon and are only usable in the defined command channel for your rcon instance. They are known to have the # symbol in front of them. If i forgot any, these are not checked but sent directly to the server, so anything could work.
Command | Description | Example |
---|---|---|
#shutdown | Shutdown the GAME server | !rcon #shutdown |
#lock | Locks the GAME server | !rcon #lock |
#unlock | Unlocks the GAME server | !rcon #unlock |
#missions | Stops current missions and goes to mission list | !rcon #missions |
#reassign | Moves all players back into the lobby | !rcon #reassign |
#userlist | Displays the list of users on the server | !rcon #userlist |
#kick [serverPlayerId] | Kicks an online player | !rcon #kick 1 |
#exec ban [serverPlayerId] | Bans an online player | !rcon #exec ban 1 |