Skip to content

Commands & Permissions

mrmag518 edited this page Apr 13, 2013 · 13 revisions

To grant players access to something you have disabled, you need to give them a permission, a list of permission nodes can be found at this page. You will also find a list of commands.

Vault

You can choose whether to use Vault for permissions or Bukkit's native permissions. (super perms).

If you want to use Vault for permissions, you have to set 'UseVaultForPermissions' to true in the iSafeConfig.yml file. You will also need to have Vault.jar located in your plugins folder.

Permissions

Wildcards

Permission Description Default value
iSafe.admin Grants all iSafe permissions op
iSafe.bypass.* Grants all 'bypass' permissions op
iSafe.canceltarget.* Grants all 'canceltarget' permissions op
iSafe.use.* Grants all 'use' permissions op
iSafe.forcedrop.* Grants all 'forcedrop' permissions true
iSafe.command.* Grants all 'command' permissions op
iSafe.blacklist.* Grants all 'blacklist bypass' permissions op

Permissions with a wildcard in single form.

Category Permission Description Default value
bypass iSafe.bypass.fish Bypass fishing prevention op
bypass iSafe.bypass.hunger Hunger bar wil not deplete if configured true
bypass iSafe.bypass.croptrampling Bypass croptrampling prevention op
bypass iSafe.bypass.sprint Bypass sprint prevention op
bypass iSafe.bypass.sneak Bypass sneak prevention op
bypass iSafe.bypass.fullbright Bypass the fullbright check. op
bypass iSafe.bypass.spamcheck Bypass the spam check. op
bypass iSafe.bypass.blacklist.break Bypass the 'break' blacklist op
bypass iSafe.bypass.blacklist.drop Bypass the 'drop' blacklist op
bypass iSafe.bypass.blacklist.interact Bypass the 'interact ' blacklist op
bypass iSafe.bypass.blacklist.pickup Bypass the 'pickup' blacklist op
bypass iSafe.bypass.blacklist.place Bypass the 'place' blacklist op
bypass iSafe.bypass.blacklist.crafting Bypass the 'crafting' blacklist op
bypass iSafe.bypass.teleport Bypass the teleport prevention op
bypass iSafe.bypass.teleport.command Bypass the teleport reason 'command' prevention op
bypass iSafe.bypass.teleport.enderpearl Bypass the teleport reason 'enderpearl' prevention op
bypass iSafe.bypass.teleport.plugin Bypass the teleport reason 'plugin' prevention op
bypass iSafe.bypass.teleport.unknown Bypass the teleport reason 'unknown' prevention op
bypass iSafe.bypass.teleport.netherportal Bypass the teleport reason 'netherportal' prevention op
blacklist/bypass https://github.com/mrmag518/iSafe/wiki/Blacklists <-- <---
canceltarget iSafe.canceltarget.closestplayer Cancel target mob target reason, closestplayer op
canceltarget iSafe.canceltarget.custom Cancel target mob target reason, custom op
canceltarget iSafe.canceltarget.forgot Cancel target mob target reason, forgot op
canceltarget iSafe.canceltarget.pigzombie Cancel target mob target reason, pigzombie op
canceltarget iSafe.canceltarget.random Cancel target mob target reason, random op
canceltarget iSafe.canceltarget.targetattackedentity Cancel target mob target reason, targetattackedentity op
canceltarget iSafe.canceltarget.targetattackedowner Cancel target mob target reason, targetattackedowner op
canceltarget iSafe.canceltarget.targetdied Cancel target mob target reason, targetdied op
use iSafe.use.lavabuckets Allow usage of lava buckets op
use iSafe.use.waterbuckets Allow usage of water buckets op
use iSafe.use.bed Allow usage of beds op
use iSafe.use.chat Allow usage of chat op
use iSafe.use.minecarts Allow usage of minecarts op
use iSafe.use.boats Allow usage of boats op
use iSafe.use.potion.invisibility Allow usage of invisibility potions op
use iSafe.use.flintandsteel Allow usage of flint and steel op
use iSafe.use.fireworks Allow usage of fireworks op
use iSafe.use.commandblocks Allow usage of command blocks op
forcedrop iSafe.forcedrop.glass Returns a glass block if glass is broken true
forcedrop iSafe.forcedrop.mobspawner Returns a mobspawner block if a mobspawner is broken true
forcedrop iSafe.forcedrop.ice Returns an ice block if ice is broken true
forcedrop iSafe.forcedrop.bedrock Returns a bedrock block if bedrock is broken true

Commands

Command Description Permission Default value
/iSafe Returns the list of commands for iSafe none none
/iSafe reload Reload all iSafe configuration files. iSafe.command.reload op
/iSafe info Returns information abour iSafe. iSafe.command.info op
/iSafe serverinfo Returns information about the server. iSafe.command.severinfo op
/iSafe updatecheck Check for an update for iSafe iSafe.command.updatecheck op

Commands can also be done by console.

Clone this wiki locally