Plugin PermissionsBukkit Config

  • Auteur de la discussion Auteur de la discussion toutoof
  • Date de début Date de début

toutoof

Aventurier
1 Avril 2011
7
0
1
Bonjour a tous,

J'ai essayé de configurer par moi même permissions bukkit, en vain, je penses avoir fait une faute dans le 'config.yml ', je vous prie donc de bien pouvoir m'aider.
Je vous met tout ça ci dessous:



# PermissionsBukkit configuration file
#
# A permission node is a string like 'permissions.build', usually starting
# with the name of the plugin. Refer to a plugin's documentation for what
# permissions it cares about. Each node should be followed by true to grant
# that permission or false to revoke it, as in 'permissions.build: true'.
# Some plugins provide permission nodes that map to a group of permissions -
# for example, PermissionsBukkit has 'permissions.*', which automatically
# grants all admin permissions. You can also specify false for permissions
# of this type.
#
# Users inherit permissions from the groups they are a part of. If a user is
# not specified here, or does not have a 'groups' node, they will be in the
# group 'default'. Permissions for individual users may also be specified by
# using a 'permissions' node with a list of permission nodes, which will
# override their group permissions. World permissions may be assigned to
# users with a 'worlds:' entry.
#
# Groups can be assigned to players and all their permissions will also be
# assigned to those players. Groups can also inherit permissions from other
# groups. Like user permissions, groups may override the permissions of their
# parent group(s). Unlike users, groups do NOT automatically inherit from
# default. World permissions may be assigned to groups with a 'worlds:' entry.
#
# The cannot-build message is configurable. If it is left blank, no message
# will be displayed to the player if PermissionsBukkit prevents them from
# building, digging, or interacting with a block. Use '&' characters to
# signify color codes.

users:
groups:
default:
permissions:
permissions.build: false
Admin:
permissions:
permissions.*: true
essentials.*: true
bukkit.*: true
hawkeye.*: true
inheritance:
- Operateur
Operateur:
permissions:
permissions.build: true
essentials.suicide: true
essentials.gamemode.*: true
essentials.gamemode.*: true
essentials.socialspy: true
essentials.tp.*: true
essentials.tpa: true
essentials.tphere: true
essentials.warp.*: true
hawkeye.*: true
multiverse.*: true
inheritance:
- Moderateur
Moderateur:
permissions:
permissions.build: true
essentials.suicide: true
essentials.kick: true
essentials.tp.*: true
essentials.tpa: true
essentials.tphere: true
multiverse.mvtp: true
inheritance:
- Villageois
Villageois:
permissions:
permissions.build: true
essentials.suicide: true
inheritance:
- default
Hilote:
permissions:
permissions.build: true
essentials.suicide: true
inheritance:
- default
Murabito:
permissions:
permissions.build: true
essentials.suicide: true
inheritance:
- default
Aventurier:
permissions:
permissions.build: true
essentials.suicide: true
inheritance:
- default
messages:
build: '&cYou do not have permission to build here.'

debug: false




-----------------------------------------------------------------------------------------------------------------------


Je met aussi un lien drop box au cas ou:
https://www.dropbox.com/s/24ylecf0klzrifn/config.yml
Merci d'avance
 
A mais ce n'était qu'une remarque préliminaire. Je jeterais un coup d'oeil quand je le pourrai, en attendant redonne ton fichier ici entre balises CODE.
 
A mais ce n'était qu'une remarque préliminaire. Je jeterais un coup d'oeil quand je le pourrai, en attendant redonne ton fichier ici entre balises CODE.

Ok:


Code:
# PermissionsBukkit configuration file
#
# A permission node is a string like 'permissions.build', usually starting
# with the name of the plugin. Refer to a plugin's documentation for what
# permissions it cares about. Each node should be followed by true to grant
# that permission or false to revoke it, as in 'permissions.build: true'.
# Some plugins provide permission nodes that map to a group of permissions -
# for example, PermissionsBukkit has 'permissions.*', which automatically
# grants all admin permissions. You can also specify false for permissions
# of this type.
#
# Users inherit permissions from the groups they are a part of. If a user is
# not specified here, or does not have a 'groups' node, they will be in the
# group 'default'. Permissions for individual users may also be specified by
# using a 'permissions' node with a list of permission nodes, which will
# override their group permissions. World permissions may be assigned to
# users with a 'worlds:' entry.
#
# Groups can be assigned to players and all their permissions will also be
# assigned to those players. Groups can also inherit permissions from other
# groups. Like user permissions, groups may override the permissions of their
# parent group(s). Unlike users, groups do NOT automatically inherit from
# default. World permissions may be assigned to groups with a 'worlds:' entry.
#
# The cannot-build message is configurable. If it is left blank, no message
# will be displayed to the player if PermissionsBukkit prevents them from
# building, digging, or interacting with a block. Use '&' characters to
# signify color codes.
 
users:
    suzizecat:
        permissions:
        groups:
        - Moderateur
groups:
    default:
        permissions:
            permissions.build: false
    Admin:
        permissions:
            permissions.*: true
            essentials.*: true
            bukkit.*: true
            hawkeye.*: true
        inheritance:
        - Operateur
    Operateur:
        permissions:
            permissions.build: true
            essentials.suicide: true
            essentials.gamemode.*: true
            essentials.gamemode.*: true
            essentials.socialspy: true
            essentials.tp.*: true
            essentials.tpa: true
            essentials.tphere: true
            essentials.warp.*: true
            hawkeye.*: true
            multiverse.*: true
        inheritance:
        - Moderateur
    Moderateur:
        permissions:
            permissions.build: true
            essentials.suicide: true
            essentials.kick: true
            essentials.tp.*: true
            essentials.tpa: true
            essentials.tphere: true
            multiverse.mvtp: true
        inheritance:
        - Villageois   
    Villageois:
        permissions:
            permissions.build: true
            essentials.suicide: true
        inheritance:
        - default
    Hilote:
        permissions:
            permissions.build: true
            essentials.suicide: true
        inheritance:
        - default   
    Murabito:
        permissions:
            permissions.build: true
            essentials.suicide: true
        inheritance:
        - default
    Aventurier:
        permissions:
            permissions.build: true
            essentials.suicide: true
        inheritance:
        - default   
messages:
    build: '&cVos ne devze pas construire ici.'