-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from williamhatcher/rename-invert
Renamed Invert to Mode
- Loading branch information
Showing
4 changed files
with
51 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 8 additions & 3 deletions
11
src/main/resources/assets/protectionperms/DefaultConfig.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# Whether permissions nodes should be inverted | ||
# If inverted granting a permission will DENY an action | ||
invert = false | ||
# ProtectionPerms | ||
|
||
# The mode the plugin runs in. | ||
# 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 | ||
mode = whitelist |