-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
ProtectionPerms tries to be simple in code, usage, and configuration.
For that reason, there is only one configuration option: 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
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!
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
.