Skip to content

Commands and Permissions

Plajer edited this page Jun 3, 2018 · 10 revisions

Commands and Permissions

Table of contents

Commands and permissions

[required argument] (optional argument)

🔵 Player commands

Command Permission Description
/bb join [arena] buildbattle.join.%arena% buildbattle.join.* (all arenas) Joins specified arena
/bb stats (online player) none Shows your stats
/bb leave none Quits current game. You can disable game quit in config.yml

🔴 Admin commands

💡 You can use buildbattle.admin.* permission to give all admin commands permission

Command Permission Description
buildbattle.updatenotify Notifies about plugin update on join
/bb create [arena] buildbattle.admin.create Creates new arena with specified name
/vd [arena] edit buildbattle.admin.create Edits existing arena
/bba list buildbattle.admin.list Prints list of available arenas
/bba stop buildbattle.admin.stopgame Stops game you're playing
/bba forcestart buildbattle.admin.forcestart Force starts game you're in
/bba reload buildbattle.admin.reload Reloads all game instances they will be stopped
/bba addsign [arena] Deprecated Command itself is deprecated and was removed buildbattle.admin.sign.create (creating signs by hand) buildbattle.admin.sign.break (destroying signs) Adds new sign for specified arena
/bba delete [arena] buildbattle.admin.delete Deletes specified arena
/bba addplot [arena] buildbattle.admin.addplot Adds new plot to the arena
/bba addnpc buildbattle.admin.addnpc Spawn floor changer NPC at your location, requires Citizens
/bba settheme [arena] buildbattle.admin.settheme Set new theme of arena. Works only when game started, and for 20 seconds after start

Basic permissions

Basic premissions are default permissions for games. Default permissions can be found in config.yml

Basic-Permissions:
  Arena-Edit-Permission: "buildbattle.edit"
  Join-Permission: "buildbattle.join.<arena>"

Arena-Edit-Permission - Permission for creating arenas, overrides disabled commands option via config.yml

Clone this wiki locally