Problème avec Permissions

Lordgougou

Aventurier
26 Mars 2011
34
0
0
Bonjour, je suis vraiment désolé mais j'ai encore un problème :(

J'ai lancé mon serveur multi sous verygames, et un ami m'a rejoint, seulement voilà, il ne peut pas ouvrir de boutique ou acheter dans la mienne, alors que le plugin et les permissions sont, apparemment bonne.

Je joint donc mon fichier permissions:

Code:
# System is no longer used, but may become used in the future
# Copies is for multiple-world support
#   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
#   If this file is for your default world (the one in server.properties) then you must
#   leave copies blank.
#  Example: copies: Derp    -  This will clone the permissions of the world Derp
#
# Make sure to rename this file to the name of the world that is in sever.properties under
# level-name.  So if it is level-name: world  then this should be world.yml and in the 
# plugins/Permissions directory (ie. plugins/Permissions/world.yml)
#
# NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
# doing this is to use Notepad++ and replace the tab with 4 spaces.
plugin:
    permissions:
        system: default
        copies: 

##        
# AntiBuild is included with this.  To disable a group from being able to build then
# set the build: flag to false (build: true).  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
##
#   All permissions including the asterisks must be placed in single quotes.
#   like so:
#
#       - 'foo.bar'
#
#   Otherwise errors will happen!
##
#   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:
#
#       - '*'
#   If you give a group this permissions, do not have the group inherit any permissions
#   from other groups.  Any users assigned to this group should NOT be given any additional
#   permissions either.
##
#   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:
    G:
        default: false
        info:
            prefix: '&8'
            suffix: '&8'
            build: false
        inheritance: 
            - null
        permissions:
            - 'iConomy.payment'
            - 'iConomyChestShop.shop.use'
            - 'iConomyChestShop.shop.sell'            
    K:
        default: false  
        info:
            prefix: '&7'
            suffix: '&7'
            build: true
        inheritance:
            - G
        permissions: 
            - 'lwc.protect'
    P:
        default: true
        info:
            prefix: '&6'
            suffix: '&6'
            build: true
        inheritance:
            - K
        permissions:
            - 'iConomyChestShop.shop.create'  
    Admin:
        default: false
        info:
            prefix: '&c'
            suffix: '&c'
            build: true
        inheritance:
            - P
        permissions:		      	
            - '*'		
            		
##
# Users denote which users are included in which group.
# TheNo1Yeti is in the Admin group
# Herpina is a member of the Moderator group but also has access
# to the herp.derp permissions
# Derpina is a member of the admin group but does not have access
# to the derp.derp permission node
# Users can also have a prefix and suffix as seen with Herpina
##
users:
    Lordgougou:
        group: Admin
        permissions: 
    flodor:
        group: P
        permissions:

Flodor étant mon coéquipier.

:)

Merci :)
 

Lordgougou

Aventurier
26 Mars 2011
34
0
0
Truelle a dit:
Je m'attendais à cette réponse, encore un qui lit pas mon tuto... :(

Désolé, je viens de le lire et de faire ce que tu conseil, et le problème identifié par Parser Yaml est :

ERROR:

while scanning for the next token
found character '\t' that cannot start any token
in "<unicode string>", line 101, column 21:
permissions:
^


:d) Je ne sais pas à quoi ca correspond mais ça n'a pas l'air d'avoir de lien avec le joueur en question, à moins que ?
Merci en tout cas :)
 

Truelle

Bucheron
4 Mars 2011
817
1
11
Ne me dis surtout pas que tu as utilisé les tabulations classiques, c'est à dire sans configurer Notepad++, comme c'est écrit clairement dans mon tuto ?
 

Lordgougou

Aventurier
26 Mars 2011
34
0
0
Truelle a dit:
Ne me dis surtout pas que tu as utilisé les tabulations classiques, c'est à dire sans configurer Notepad++, comme c'est écrit clairement dans mon tuto ?

Non non, j'ai bien fais comme tu dis :) (vraiment en plus hein)
 

Truelle

Bucheron
4 Mars 2011
817
1
11
OK, bon, je me suis rendu compte le code dans le balise code, était légrement déformé au niveau de l'indentation, donc il m'est difficile de vérifier si tout est juste.

Mets ton fichier en pièce jointe et je vais régler ça une bonne fois pour toute :)
 

Lordgougou

Aventurier
26 Mars 2011
34
0
0
Merci, mais comment je fais pour mettre en pièce jointe, le forum me dit que le serveur n'autorise pas ce type de fichier ?

(pardonne mon incompétence)