Skip to content

Instantly share code, notes, and snippets.

@Ribesg
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ribesg/74ae088eeecdbae33c33 to your computer and use it in GitHub Desktop.
Save Ribesg/74ae088eeecdbae33c33 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 group 'user', also defines the following permissions:
# - maingroup.user - For players for whom this group is the main group (unique per player)
# - group.user - For members of this group AND members of subgroups
# Members of this group also have the following permissions:
user:
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:
# - maingroup.admin - For players for whom this group is the main group (unique per player)
# - group.admin - For members of this group AND members of subgroups
# Members of this group also have the following permissions:
# - group.user
admin:
extends:
- user
allow:
- ncuboid.admin
- nenchantingegg.admin
- ngeneral.admin
- npermissions.admin
- nplayer.admin
- ntalk.admin
- ntheendagain.admin
- nworld.admin
owner:
extends:
- admin
allow:
- superadminroxxor.hyperperm.xyz
deny:
- nworld.admin
# The group 'example', also defines the following permissions:
# - maingroup.example - For players for whom this group is the main group (unique per player)
# - group.example - For members of this group AND members of subgroups
# Members of this group also have the following permissions:
example: {}
#####################################################################
## 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.admin
# - group.example
# - group.user
069a79f4-44e9-4726-a5be-fca90e38aaf5:
playerName: Notch
mainGroup: admin
groups:
- example
allow:
- world.rule
- mojang.sell
# The player 'Ribesg' also has the following permissions:
# - maingroup.example
# - group.example
# - group.user
4275fef8-8ddd-4f61-9247-ebac6a2e1be8:
playerName: Ribesg
mainGroup: example
groups:
- user
_legacy:
Chuck:
maingroup: owner
deny:
- ntalk.admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment