Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/main/java/io/github/zerthick/protectionperms/events/listeners/item/CraftItemListener.java
  • Loading branch information
Zerthick committed Jan 21, 2019
2 parents 669a0c7 + 1cbfbd9 commit 5704636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Whenever a permission requires a blockID you can optionally include `BlockState`
When creating your permission nodes you may run into situations where you have conflicting permissions. For instance, you may not be able to place a block even though you have the place permission because you don't have the corresponding use permission for the block as an item, in this case pay attention to the message ProtectionPerms gives you when you try to execute an action, it should point you toward the permission node you need. :wink:

## Inverting Permissions
ProtectionPerms runs in "whitelist" mode, where players cannot perform any actions that have not been granted to them. You can change this behavior by changing the mode in the config file at `~/config/ProtectionPerms.conf`.
ProtectionPerms runs in "whitelist" mode, where players cannot perform any actions that have not been granted to them. You can change this behavior by changing the mode in the config file at `~/config/protectionperms.conf`.

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

Expand Down

0 comments on commit 5704636

Please sign in to comment.