Commands/cmds
A sub command to '/bvz admin' is 'cmds'. Cmds is used to set the commands players can use in-game. While in game, the game constricts the players commands to only the ones found in the list edited by this command. The commands must match character for character, but not case sensitive. Also, include the ‘/’ in the command, also, it’s just a string comparison so ‘/gamemode’ is different from ‘/gamemode 1’ or ‘/gamemode 1 flyguy23ndm’. Also, make sure '/bvz leave' is in the list, because without it players won't be able to quit without leaving the server and that is bad. Players will still need permission to use the command so if you include /gamemode 1, only people with permission would be able to use it.
The permission for all commands here is bvz.admin
| Command | Description | Example |
|---|---|---|
| /bvz admin cmds add <cmd> | adds a command to the whitelisted commands | /bvz admin cmds add '/gamemode 1 flyguy23ndm' |
| /bvz admin cmds remove <cmd> | remove a command from the whitelisted commands | /bvz admin remove '/motd' |
| /bvz admin cmds list | lists the current command in the whitelisted commands | /bvz cmds list |
Comments