Skip to content

Instantly share code, notes, and snippets.

@Stormbow
Created July 15, 2014 19:59
Show Gist options
  • Save Stormbow/2674458c754f0bfa2527 to your computer and use it in GitHub Desktop.
Save Stormbow/2674458c754f0bfa2527 to your computer and use it in GitHub Desktop.
Multiworld PEX Example
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