Skip to content

Instantly share code, notes, and snippets.

@Ribesg
Last active August 29, 2015 13:58
Show Gist options
  • Save Ribesg/9995353 to your computer and use it in GitHub Desktop.
Save Ribesg/9995353 to your computer and use it in GitHub Desktop.
#####################################################################
## Config file for NPermissions plugin ##
## If you don't understand something, please ask on dev.bukkit.org ##
## Ribesg ##
#####################################################################
defaultGroup: user
#####################################################################
## Config file for NPermissions plugin GROUPS ##
## If you don't understand something, please ask on dev.bukkit.org ##
## Ribesg ##
#####################################################################
# The group 'user', also defines the following permissions:
# - group.user - For members of this group AND members of subgroups
# - maingroup.user - For players for whom this group is the main group (unique per player)
user:
extends: []
allow:
- ncuboid.user
- nenchantingegg.user
- ngeneral.user
- npermissions.user
- nplayer.user
- ntalk.user
- ntheendagain.user
- nworld.user
# The group 'admin', also defines the following permissions:
# - group.admin - For members of this group AND members of subgroups
# - maingroup.admin - For players for whom this group is the main group (unique per player)
admin:
extends:
- user
allow:
- ncuboid.admin
- nenchantingegg.admin
- ngeneral.admin
- npermissions.admin
- nplayer.admin
- ntalk.admin
- ntheendagain.admin
- nworld.admin
# The group 'example', also defines the following permissions:
# - group.example - For members of this group AND members of subgroups
# - maingroup.example - For players for whom this group is the main group (unique per player)
example:
extends: []
#####################################################################
## Config file for NPermissions plugin PLAYERS ##
## If you don't understand something, please ask on dev.bukkit.org ##
## Ribesg ##
#####################################################################
# The player 'Notch' also has the following permissions:
# - maingroup.admin
# - group.example
069a79f4-44e9-4726-a5be-fca90e38aaf5:
playerName: Notch
mainGroup: admin
groups:
- example
allow:
- world.rule
- mojang.sell
_legacy:
# The player 'Ribesg' will also have the following permissions:
# - maingroup.example
# - group.user
Ribesg:
mainGroup: example
groups:
- user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment