Skip to content

Instantly share code, notes, and snippets.

@Ribesg
Last active August 29, 2015 13:57
Show Gist options
  • Save Ribesg/9912963 to your computer and use it in GitHub Desktop.
Save Ribesg/9912963 to your computer and use it in GitHub Desktop.
#####################################################################
## Config file for NPermissions plugin GROUPS ##
## If you don't understand something, please ask on dev.bukkit.org ##
## Ribesg ##
#####################################################################
# The following 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:
- npermissions.user
- nplayer.user
- ngeneral.user
- ntalk.user
- ntheendagain.user
- nenchantingegg.user
- nworld.user
- ncuboid.user
# The following 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:
- ngeneral.admin
- npermissions.admin
- ntalk.admin
- ntheendagain.admin
- ncuboid.admin
- nworld.admin
- nenchantingegg.admin
- nplayer.admin
# The following 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 following player, 'Notch', also
# have the following permissions:
# - maingroup.admin
# - group.example
069a79f4-44e9-4726-a5be-fca90e38aaf5:
playerName: Notch
mainGroup: admin
groups:
- example
allow:
- world.rule
deny:
- mojang.sell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment