[Resolved] Permission, 3.1.1 help?

Discussion in 'Bukkit Help' started by Goombi, Jun 2, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Goombi

    Hello!
    I learn English so I could make mistake in my sentences...

    I have a probleme with the plugin Permissions.

    I use Windows XP SP3 32bit
    I use build 818
    My plugins are
    Essentials, EssentialsChat, EssentialsProtect, EssentialsSpawn, EssentialsGeoIP, EssentialsSpawn, ExactSpawn, NoWeather, Permissions.

    My problem is, if a player is not an Op, he do not have any command.
    Even he is in a group.
    I try lot of structure with Notepad++, it never works.
    (I have error when loading, or not and when there is no error, nobody can't do nothing.)

    I think my groups.yml and user.yml files are wrong, but I don't found any solution :'(

    I post my files, if you see what's wrong...

    (Now, I have syntax error on line 3 and 10, and I don't see any error u.u)

    groups.yml
    Show Spoiler
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions: 'essentials.help'
                'essentials.helpop'
                'essentials.rules'
        Builder:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions: 'essentials.afk'
                'essentials.back.ondeath'
                'essentials.chat.shout'
                'essentials.compass'
                'essentials.give'
                'essentials.home'
                'essentials.item'
                'essentials.mail'
                'essentials.mail.send'
                'essentials.me'
                'essentials.msg'
                'essentials.nick'
                'essentials.sethome'
                'essentials.spawn'
                'essentials.suicide'
                'essentials.tpa'
                'essentials.tpaccept'
                'essentials.tpahere'
                'essentials.tpdeny'
                'essentials.warp'
                'essentials.warp.list'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Builder
            permissions: 'essentials.back'
                'essentials.ban'
                'essentials.clearinventory'
                'essentials.banip'
                'essentials.delwarp'
                'essentials.depth'
                'essentials.getpos'
                'essentials.jump'
                'essentials.kick'
                'essentials.kill'
                'essentials.setwarp'
                'essentials.time'
                'essentials.top'
                'essentials.tp'
                'essentials.tphere'
                'essentials.tpo'
                'essentials.tpohere'
                'essentials.tppos'
                'essentials.tptoggle'
                'essentials.unban'
                'essentials.unbanip'
                'essentials.whois'
                'essentials.world'
                'essentials.ext'
                'essentials.god'
                'essentials.heal'
                'essentials.heal.others'
                'essentials.invsee'
                'essentials.mute'
                'essentials.spawnmob '
                'essentials.burn'
        Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions: '*'


    user.yml
    Show Spoiler
    Code:
    users:
        Admin:
            groups:
                - Admin
            permissions:
        Modo1:
            groups:
                - Moderator
            permissions:
        Modo2:
            groups:
                - Moderator
            permissions:
        Modo3:
            groups:
                - Moderator
            permissions:
        Modo4:
            groups:
                - Moderator
            permissions:
        User1:
            groups:
                - Builder
            permissions:
        User2:
            groups:
                - Builder
            permissions:
        User3:
            groups:
                - Default
            permissions:
        User4:
            groups:
                - Builder
            permissions:
        User5:
            groups:
                - Builder
            permissions:
        User6:
            groups:
                - Builder
            permissions:



    That's all...
    One day of work and no results, that's why I called you to help me :s
    If you can told me what's wrong in my files...

    If you need precisions, tell me what you want to know.
    Thanks for reading, and (I hope) thanks for your future help?
    (Sorry again for my potential bad English)
     
  2. Offline

    Jeyge

    You are missing the continuation on your permission nodes.
    Code:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.helpop'
                - 'essentials.rules'
    
     
  3. Offline

    Sc1234freak

    If I am not mistaken, the file must be called 'users.yml' as well.
    I don't know if it was just a simple typo.
    Sc
     
  4. Offline

    LightKing

    The original '' RENAME-ME'' Folder should also be renamed to your world folder name.
    Example World folder = World then change it to World
    Incase you accidently forgot
     
  5. Offline

    Goombi

    I have rename the original folder into my world name.
    Files are good cause players exists. When a new player is connected, he is created in users.yml
    And with this files, nobody need to be created, I guess, cause we already exist?

    I try to follow the syntax of the original file but without succes.
    I'm sure the syntax of groups.yml is wrong but I don't see anything...

    EDIT: IT'S WOOOOOOORK!!!

    My users.yml (yes, it's users you right LightKing) is good. However, my groups.yml haven't "- " in front of each permissions!

    Thanks for your time everybody =D
     
Thread Status:
Not open for further replies.

Share This Page