problème PERMISSIONS

Dr.Revolte

Aventurier
8 Mars 2011
32
0
0
Bonjour,

j'ai un problème avec permission :)

J'avais piqué la config du wiki verygames, tout marcher. a pars le build :false, j'ai donc essayé de le modifier, j'ai donc pris celui du wiki officiel et de le modifier à ma sauce avec les config de VG :)

Mais ça ne marche plus même en remettant mon ancienne config, il ne détecte pas de prefix/suffix pour nouveau arrivant alors qu'il y en a un et détecte pas mon pseudo donc plus admin

Ancienne config (pris chez Vg)

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.
#   Does not work for the default world.
#  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: 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
##
#   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:
#
#       - '*'
#   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:
#       - '-general.time'
##
#   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:                                                                                                                                                                                                                                                                                                                        
  #Fantôme
  F:                                                                                                                                                                                                                                                                                                                           
    default: true                                                                                                                                                                                                                                                                                                           
    info: {prefix: '&8', suffix: '&8', build: false}                                                                                                                                                                                                                                                                           
    inheritance: null                                                                                                                                                                                                                                                                                                          
    permissions: [essentials.spawn, essentials.list, essentials.help, essentials.motd,                                                                                                                                                                                                                                         
      essentials.rules, essentials.msg, essentials.helpop, iConomy.payment]                                                                                                                                                                                                                                                    
  #Citoyen
  C:                                                                                                                                                                                                                                                                                                                           
    default: false                                                                                                                                                                                                                                                                                                             
    info: {prefix: '&7', suffix: '&7', build: true}                                                                                                                                                                                                                                                                            
    inheritance: [G]                                                                                                                                                                                                                                                                                                           
    permissions: null                                                                                                                                                                                                                                                                                                          
  #Noble
  N:                                                                                                                                                                                                                                                                                                                           
    default: false                                                                                                                                                                                                                                                                                                             
    info: {prefix: '&6', suffix: '&6', build: true}                                                                                                                                                                                                                                                                            
    inheritance: [K]                                                                                                                                                                                                                                                                                                           
    permissions: [essentials.clearinventory, essentials.getpos, essentials.realname,                                                                                                                                                                                                                                           
      essentials.compass, essentials.depth, essentials.mail, essentials.mail.send,                                                                                                                                                                                                                                             
      essentials.me, essentials.home, essentials.sethome, essentials.ping, essentials.whois,                                                                                                                                                                                                                                   
      essentials.afk, essentials.rules, essentials.sell]                                                                                                                                                                                                                                                                       
  #Moderateur
  M:                                                                                                                                                                                                                                                                                                                           
    default: false                                                                                                                                                                                                                                                                                                             
    info: {prefix: '&2', suffix: '&2', build: true}                                                                                                                                                                                                                                                                            
    inheritance: [P]                                                                                                                                                                                                                                                                                                           
    permissions: [essentials.kit.tools, essentials.nick, essentials.time, essentials.kick,                                                                                                                                                                                                                                     
      essentials.ban, essentials.unban, essentials.warp, essentials.warplist, essentials.tp,                                                                                                                                                                                                                                   
      essentials.tphere, essentials.god]                                                                                                                                                                                                                                                                                       
  #Admin
  A:                                                                                                                                                                                                                                                                                                                           
    default: false                                                                                                                                                                                                                                                                                                             
    info: {prefix: '&c', suffix: '&c', build: true}                                                                                                                                                                                                                                                                            
    inheritance: [M]                                                                                                                                                                                                                                                                                                           
    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:
    DrRevolte:
        group: A
        permissions: null
    Doud0u:
        group: A
        permissions: null

et celui modifié à ma sauce (j'ai supprimé des tabulations détecté a la fin des permissions (donc indétectable par notepad++) et j'ai revérifié 3x :)

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.
#   Does not work for the default world.
#  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: 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
##
#   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:
#
#       - '*'
#   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:
#       - '-general.time'
##
#   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: '&f'
            suffix: '&f'
            build: false
        inheritance:
        permissions:
            - 'general.spawn'
            - 'essentials.helpop'
            - 'essentials.tpaccept'
            - 'essentials.tpdeny'
            - 'essentials.rules'
            - 'essentials.msg'
            - 'essentials.list'
            - 'essentials.help'
            - 'essentials.afk'
            - 'essentials.motd'
            - 'essentials.me'
            - 'iConomy.payment'
    Citoyen:
        default: false
        info:
            prefix: '&7'
            suffix: '&7'
            build: true
        inheritance:
            - Visiteur
        permissions: 
            - 'essentials.nick'
            - 'essentials.whois'
    Noble:
        default: false
        info:
            prefix: '&6'
            suffix: '&6'
            build: true
        inheritance:
            - Citoyen
        permissions:
            - 'essentials.clearinventory'
            - 'essentials.getpos'
            - 'essentials.home'
            - 'essentials.sethome'
            - 'essentials.ping'
            - 'essentials.depth'
            - 'essentials.mail'
            - 'essentials.sell'
            - 'essentials.mail.send'
    Moderateur:
        default: false
        info:
            prefix: '&2'
            suffix: '&2'
            build: true
        inheritance:
            - Noble
        permissions:
            - 'essentials.kit.tools'
            - 'essentials.time'
            - 'essentials.kick'                                                                                                                                                                                                                                     
            - 'essentials.ban'
            - 'essentials.unban'
            - 'essentials.warp'
            - 'essentials.warplist'
            - 'essentials.tp'
            - 'essentials.tphere'
            - 'essentials.god'
    Admin:
        default: false
        info:
            prefix: '&c'
            suffix: '&c'
            build: true
        inheritance:
            - Moderateur
        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:
    DrRevolte:
        group: Admin
    Doud0u:
        group: Admin

Et j'ai pris la en test une version d'une personne qui marche sur son serveur mais en vain.

Je suis perdu merci de m'aider. ça marcher un peux près plus maintenant :'(
 

baobab379

Aventurier
16 Mars 2011
6
0
0
Bonjour Dr.Revolte' je suis dans le même cas que toi Permisions ne veut pas fonctionais correctement et je pense avoir fait tout les tutoriels possible de trouvé pourer tu me dire comment faire ou bien si la personne veut bien me passe son adresse skype.
J'attend ta reponse avec grandre impatience

CDT