Skip to content

Permissions

betterphp edited this page Jan 13, 2013 · 12 revisions

Permissions are used for two things, first they are used to define who is allowed to use the various commands provided and second they are used to define the players that will receive the various alerts.

Commands

All of these permissions default to allow OPs only.

minebans.admin.ban

Allows the use of the /ban and /unban commands (all ban types)

minebans.admin.ban.local Allows only local bans.

minebans.admin.ban.temp Allows only temporary bans.

minebans.admin.ban.global Allows only global bans.

minebans.admin.bancommand

Players with this permission will be able to execute the auto commands.

minebans.admin.kick

Allows the use of the /kick command.

minebans.admin.exempt

Allows the use of the /exempt command.

minebans.admin.lookup

Allows the player to lookup the bans another player has.

minebans.admin.status

Allows the player to check the status of the API server.

minebans.admin.update

Allows the player to check for new versions of the plugin.

minebans.admin.listtemp

Allows the player to list all of the temporary bans.

minebans.admin.exec

Allows the player to use the /minebans exec command to execute the configured commands.

minebans.admin.import

Allowed the player to import existing bans into the system.

minebans.admin.appeals

Allows the player to view open appeals for bans the server has made.

Alerts

minebans.alert.onjoin

Players with this permission will be shown a players ban summary when a player joins. Defaults to ops only.

minebans.alert.onapifail

Players with this pemrission will be notified if a player joins before the API responds with their data. Defaults to ops only

minebans.alert.onban

Players with this permission will be notified when a player is banned. Defaults to true.

minebans.alert.onunban

Players with this permission will be notified when a player is unbanned. Defaults to true.

minebans.alert.onkick

Players with this permission will be notified when a player is kicked. Defaults to true.

minebans.alert.onexempt

Players with this permission will be notified when a player is added to the whitelist. Defaults to true.

minebans.alert.onunexempt

Players with this permission will be notified when a player is removed from the whitelist. Defaults to true.

minebans.alert.onupdate

Players with this permission will be notified when a new version of the plugin is available. Defaults to ops only.