get paid to paste

Permissions settings

# Supports "Default" and "GroupUsers"
plugin:
    permissions:
        system: default

##
# Groups can contain inheritance.
#   To make a group inherit the permissions from another 
#   group simply place the groups name in the "inheritance:" 
#   field seperated by commas.
#
#   Example: inheritance: Default,Admins,
##
#   All permissions including the asterisks must be placed in single quotes.
#   like so:
#
#       - 'general.spawn'
#
#   Otherwise errors will happen!
##
#   Globalized Permission settings:
#
#       If a permission contains periods (.) you can denote a globalized parameter:
#
#           - 'general.*'
#
#       This will allow you to use all general commands.
#
##
#
#   Single Asterisk denotes all commands:
#
#       - '*'
##
groups:
    Default:
        default: true
        info:
            prefix: 
            suffix:
            build: true
        inheritance: 
        permissions:
            - 'general.spawn'
            - '/ach'
    Moderator:
        default: false
        info:
            prefix: 
            suffix:
            build: true
        inheritance:
            - Default
        permissions:
            - 'general.time'
            - 'general.teleport'
            - 'general.teleport.here'
            - 'general.player-info'
            - '/achadmin'
    Admins:
        default: false
        info:
            prefix: 
            suffix:
            build: true
        inheritance:
            - Moderator
        permissions:
            - '*'

##
# DarkGrave has control over all commands.
# sk89q can use /spawn & /time
##
users:
    XxHiZoRr:
        group: Admins
        permissions:
    sk89q:
        group: Default
        permissions:
            - 'general.time'

Pasted: Jan 29, 2011, 7:03:51 pm
Views: 22