je sais que je doit placer :
##
- 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:
Visiteur:
default: true
info:
prefix:
suffix:
build: false
inheritance:
permissions:
- 'foo.bar'
Habitant:
default: false
info:
prefix:
suffix:
build: true
inheritance:
permissions:
Moderateur:
default: false
info:
prefix:
suffix:
build: true
inheritance:
- Default
permissions:
- 'bar.foo'
Administrateur:
default: false
info:
prefix:
suffix:
build: true
inheritance:
permissions:
- '*'
mais ou je tape ca?