LWC bug

Emphytos

Aventurier
17 Mars 2011
93
0
1
Salut,
Là j'ai utilisé la fonction recherche mais j'ai rien trouvé.
J'ai installé le plugin LWC mais lorsque je fais
/cprivate ou autre commande
Cela me dit
You don't have permission for that
Alors que je suis admin
Auriez-vous la solution ?
Bonne soirée
 

Vianns

Bucheron
6 Mars 2011
505
4
13
Rueil
Ou dans le fichier ops.txt, ajoute ton pseudo. Ça te donne tous les droits, sans passer par Permissions.
 

Emphytos

Aventurier
17 Mars 2011
93
0
1
OverSpeed301 a dit:
Dans Permissions, ajoutes toi la permission 'lwc.*'
ça devrais régler le problème.
Salut,
Je suis allez dans minecraft/craftbukkit/plugins/permissions/world.yml
J'ai rajouté tout en bas 'lwc.*'
mais cela ne change rien, pareil pour la commande /warp
Je dois allez où pour permission ?

Sinon Vanns, je suis déjà dans ops.txt
 

Emphytos

Aventurier
17 Mars 2011
93
0
1
Oui,
et même les autres admins sa leur fait sa :/
Puis si jamais mal mit je ne pourrais pas faire les autres commandes non ?
 

Truelle

Bucheron
4 Mars 2011
817
1
11
Fais voir ton fichier de permissions et donne nous le nom de ton monde au passage.
 

Emphytos

Aventurier
17 Mars 2011
93
0
1
Voici le code que j'ai dans world.yml dans le dossier permission

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:
    Default:
        default: true
        info:
            prefix: ''
            suffix: ''
            build: false
        inheritance:
        permissions:
            - 'foo.bar'
    Moderator:
        default: false
        info:
            prefix: ''
            suffix: ''
            build: true
        inheritance:
            - Default
        permissions:
            - 'bar.foo'
    Admins:
        default: false
        info:
            prefix: ''
            suffix: ''
            build: true
        inheritance:
        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:
    TheNo1Yeti:
        group: Admins
        permissions:
    Herpina:
        group: Moderator
        info:
            prefix: 'Moo'
            suffix: 'Cow'
        permissions:
            - 'herp.derp'
    Derpina:
        group: Admins
        permissions:
            - '-derp.derp'

Et mon monde s'appelle world
 

Truelle

Bucheron
4 Mars 2011
817
1
11
Je vois que tu as laissé le fichier de config par défaut, ça sert à rien. De plus, tu dis avoir rajouté les permissions 'lwc.*', moi je le vois nul part...