Skip to content

Configuration

Chase Greco edited this page Jan 29, 2018 · 3 revisions

ProtectionPerms tries to be simple in code, usage, and configuration. For that reason, there is only one configuration option: mode.

Mode

Whitelist mode prevents players from performing any action unless the according permission node is granted to them.

Blacklist mode allows players to perform all actions, unless the according permission node is granted.

Values: whitelist or blacklist

Default: whitelist

Whitelist Example

Notch joins the server and tries to punch a tree down in the wild. Notch has no permissions, so he ends up breaking his hand trying to punch the tree. Once Notch has been granted protectionperms.block.break.minecraft:log and others, he'll be able to punch down trees!

Blacklist Example

N00bGrief joins the server and crafts some TNT for a TNT launcher. To prevent N00bGrief from blowing the world up, an Admin should grant N00bGrief protectionperms.craft.minecraft:tnt.

Clone this wiki locally