Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as JavaScript by cant build ( 15 years ago )
##        
# AntiBuild is included with this.  To disable a group from being able to build then
# set the build: flag to false (build: false).  If you want a group to be able to build
# then set it to true. 
##
# Groups can contain inheritance.
#   To make a group inherit the permissions from another
#   group simply place the groups name in the "inheritance:" like so:
#
#   Example:
#       inheritance:
#           - Default
##
#   Globalized Permission settings:
#
#       If a permission contains periods (.) you can denote a globalized parameter:
#
#           - 'foo.*'
#
#       This will allow you to use all general commands.
#
##
#   Single Asterisk denotes all commands:
#
#       - '*'
##
#   To exempt a node use the - prefix like so:
#       - '-foo.bar'
##
#   prefix: and suffix: do not do anything on their own.  You need another outside plugin
#   such as iChat or HeroChat in order for these to do anything.
groups:
    Default:
        default: true
        info:
            prefix: ''
            suffix: ''
            build: false
        inheritance:
        permissions:
         - 'foo.bar'
         - 'admincmd.player.list'
         - 'essentials.help'
         - 'essentials.helpop'
         - 'essentials.list'
         - 'essentials.motd'
         - 'essentials.rules'
         - 'iConomy.access'
         - 'iConomy.list'
         - 'iConomy.payment'
         - 'iConomy.rank'
         - 'essentials.signs.use.free'
         - 'essentials.signs.use.buy'
         - 'essentials.signs.use.sell'
         - 'essentials.signs.use.trade'
         - 'essentials.signs.over.protection'
         - 'essentials.signs.use.balance'
         - 'essentials.signs.use.protection'
         - 'SimpleNews.read.main
    Member:
        default: false
        info:
            prefix: '&2[Member]&7'
            suffix: ''
            build: true
        inheritance:
         - Default
        permissions:
         - 'admincmd.player.msg'
         - 'iConomy.bank.access'
         - 'iConomy.bank.join'
         - 'iConomy.bank.deposit'
         - 'iConomy.bank.list'
         - 'iConomy.bank.main'
         - 'iConomy.bank.view'
         - 'iConomy.bank.transfer'
         - 'iConomy.bank.withdraw'
         - 'essentials.sell'
         - 'essentials.worth'
         - 'essentials.signs.free.use'
         - 'essentials.signs.heal.use'
         - 'essentials.signs.buy.use'
         - 'essentials.signs.trade.create'
         - 'essentials.tpa'
         - 'essentials.tpaccept'
         - 'essentials.tpahere'
         - 'essentials.tpdeny'
    Admin:
        default: false
        info:
            prefix: '&4[ADMIN]&7'
            suffix: ''
            build: true
            giftpost:
                maxchests: 2
        inheritance:
        permissions:
         - '*'
         - 'admincmd.weather.storm'
         - 'admincmd.mob.spawn'
         - 'iConomy.admin.bank.create'
         - 'iConomy.admin.bank.remove'
         - 'iConomy.admin.bank.set'
         - 'iConomy.admin.bank.grant'
         - 'iConomy.admin.bank.set'
         - 'iConomy.admin.bank.reset'
    Owner:
        default: false
        info:
            prefix: '&4[Owner]&7'
            suffix: ''
            build: true
            giftpost:
                maxchests: 3
        permissions:
         - '*'
        inheritance:
         - admin

 

Revise this Paste

Your Name: Code Language: