Created
July 15, 2014 19:59
-
-
Save Stormbow/2674458c754f0bfa2527 to your computer and use it in GitHub Desktop.
Multiworld PEX Example
This file contains hidden or 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
groups: | |
GroupNameA: | |
options: | |
default: 'true' | |
prefix: 'Guest ' | |
suffix: ' the Visitor' | |
rank: '1000' | |
permissions: [] | |
worlds: | |
FirstWorld: | |
permissions: | |
- modifyworld.* | |
SecondWorld: | |
permissions: | |
- modifyworld.* | |
GroupNameB: | |
options: | |
default: 'true' | |
prefix: 'Guest ' | |
suffix: ' the Visitor' | |
rank: '1000' | |
inheritance: | |
- GroupNameA | |
permissions: [] | |
worlds: | |
FirstWorld: | |
permissions: | |
- modifyworld.* | |
SecondWorld: | |
permissions: | |
- modifyworld.* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment