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.

CommandPermDescription
/bvz join <arena>bvz.userCommand used to join arena <arena>, if <arena> is not supplied, the game will attempt to have the player join an arena named 'arena'
/bvz leavebvz.userUsed to leave game a player is currently in, an only be performed in-game
/bvz listbvz.userlists the current arenas in the plugin, red games aren't running and green games are active and can be joined
Admin commandsonly admins can use the rest of the commands
/bvz admin stop <arnea>bvz.adminstops 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.adminStarts 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.adminEnables 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.adminDisables 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.adminCreates 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.adminRemoves the arena <arena> from the server but does not delete the data in \plugins…\arenas\<arena>.ser.
/bvz admin info <arena>bvz.adminGives information about all saved data for an arena, can be configured with /bvz admin set <args>.
/bvz admin set <args>bvz.admincommand used to set data for an arena, In depth description here (click 'here')
/bvz admin cmds <args>bvz.admincommand used to edit commands in the game’s global whitelist, description here.

Comments

Posts Quoted:
Reply
Clear All Quotes