Commands
Commands for Blocks Versus Zombies plugin.
The plugin creates games that are arenas, the two terms may be used interchangeably through the descriptions. It's easy to think of them as an instance of a game. To understand some of the commands, it is good to know that an arena has a variable names 'enabled' which is if the game is enabled or not, but the arena (game) can also be running; an arena needs to be enabled to be running and can only be joined if running but cannot be edited while running.
| Command | Perm | Description |
|---|---|---|
| /bvz join <arena> | bvz.user | Command used to join arena <arena>, if <arena> is not supplied, the game will attempt to have the player join an arena named 'arena' |
| /bvz leave | bvz.user | Used to leave game a player is currently in, an only be performed in-game |
| /bvz list | bvz.user | lists the current arenas in the plugin, red games aren't running and green games are active and can be joined |
| Admin commands | only admins can use the rest of the commands | |
| /bvz admin stop <arnea> | bvz.admin | stops the game <arena>, it can no longer be joined by players and needs to be stopped for admins to edit it. |
| /bvz admin start <arena> | bvz.admin | Starts the game <arena>, it can now be joined by players, the arena must be enabled, and it can no longer be edited by admins until stopped. |
| /bvz admin enable <arnea> | bvz.admin | Enables an arena, it must meet requirements and can now be started, if it can’t be enabled, it will be stopped and disabled. Being enabled will also automatically start it when the server boots up. |
| /bvz admin disable <arnea> | bvz.admin | Disables an arena, must be stopped in order to do so, and it can no longer be started. It will also not start up on boot up. |
| /bvz admin create<arnea> | bvz.admin | Creates an arena with default data, will reference data in \plugins…\arenas\<arena>.ser if it exists. <arena> must be an original name, and it is not case-sensitive. |
| /bvz admin remove <arena> | bvz.admin | Removes the arena <arena> from the server but does not delete the data in \plugins…\arenas\<arena>.ser. |
| /bvz admin info <arena> | bvz.admin | Gives information about all saved data for an arena, can be configured with /bvz admin set <args>. |
| /bvz admin set <args> | bvz.admin | command used to set data for an arena, In depth description here (click 'here') |
| /bvz admin cmds <args> | bvz.admin | command used to edit commands in the game’s global whitelist, description here. |
Comments