Permissions not working

Discussion in 'Bukkit Help' started by Kiateatsyou, Feb 17, 2011.

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

    Kiateatsyou

    Permissions does not work for me(As in, it seems that permissions does not exist at all). Anyone can Skype/MSN me to give me live help? [email protected]

    Heres my config

    plugin:
    permissions: {system: default}
    groups:
    Banned:
    default: false
    info: {prefix: '&0GRIEFER', suffix: '', build: false}
    inheritance: []
    permissions: [general.time]
    Guests:
    default: true
    info: {prefix: '&7Guest', suffix: '', build: true}
    inheritance: []
    permissions: [general.time, /ach, /listach, /stats, essentials.kit, general.spawn, mcmmo.motd, mcmmo.skills.*, essentials.depth, essentials.getpos, essentials.compass, essentials.msg, essentials.afk, essentials.tpa, essentials.tpaccept, essentials.tpdeny, essentials.tpahere, essentials.spawn]
    Builder:
    default: false
    info: {prefix: '&2Builder', suffix: '', build: true}
    inheritance: [Guests]
    permissions: [essentials.top, essentials.warp, essentials.worth, essentials.sell, essentials.tptoggle, essentials.tppos, essentials.home, essentials.sethome, mcmmo.chat.partychat, mcmmo.commands.party, mcmmo.commands.whois]
    Regular:
    default: false
    info: {prefix: '&4Regular', suffix: '', build: true}
    inheritance: [Builder]
    permissions: [essentials.jump, essentials.back, essentials.setwarp, mcmmo.commands.myspawn, mcmmo.commands.setmyspawn, mcmmo.commands.ptp, essentials.tp]
    Operator:
    default: false
    info: {prefix: '&cOperator', suffix: '', build: true
    inheritance: [Regular]
    permissions: [mcmmo.chat.adminchat, essentials.modgrp, essentials.reloadall, essentials.gc, essentials.broadcast, essentials.nick, essentials.ping, essentials.tpahere, essentials.tpo, essentials.kick, essentials.delwarp, essentials.chat.spy, essentials.chat.shout
    Admin:
    default: false
    info: {prefix: '&eAdmin', suffix: '', build: true
    inheritance: []
    permissions: ['*']
    users:
    Kiateatsyou:
    group: Admin
    permissions: []
    AhJia
    group: Admin
    permissions: []
    Alvinczr
    group: Operator
    permissions: []
    Smegkoft
    group: Regular
    permissions: []
    Testaccount
    group: Builder
    permissions: []

    Some help please? :3
     

    Attached Files:

  2. Offline

    Lewis

    Code:
    # Supports "Default" and "GroupUsers"
    plugin:
        permissions:
            system: default
    groups:
        Banned:
            default: false
            info: {prefix: '&0GRIEFER', suffix: '', build: false}
            inheritance: []
            permissions: []
        Guests:
            default: true
            info: {prefix: '&7Guest', suffix: '', build: true}
            inheritance: []
            permissions: [general.time, /ach, /listach, /stats, essentials.kit, general.spawn, mcmmo.motd, mcmmo.skills.*, essentials.depth, essentials.getpos, essentials.compass, essentials.msg, essentials.afk, essentials.tpa, essentials.tpaccept, essentials.tpdeny, essentials.tpahere, essentials.spawn]
        Builder:
            default: false
            info: {prefix: '&2Builder', suffix: '', build: true}
            inheritance: [Guests]
            permissions: [essentials.top, essentials.warp, essentials.worth, essentials.sell, essentials.tptoggle, essentials.tppos, essentials.home, essentials.sethome, mcmmo.chat.partychat, mcmmo.commands.party, mcmmo.commands.whois]
        Regular:
            default: false
            info: {prefix: '&4Regular', suffix: '', build: true}
            inheritance: [Builder]
            permissions: [essentials.jump, essentials.back, essentials.setwarp, mcmmo.commands.myspawn, mcmmo.commands.setmyspawn, mcmmo.commands.ptp, essentials.tp]
        Operator:
            default: false
            info: {prefix: '&cOperator', suffix: '', build: true}
            inheritance: [Regular]
            permissions: [mcmmo.chat.adminchat, essentials.modgrp, essentials.reloadall, essentials.gc, essentials.broadcast, essentials.nick, essentials.ping, essentials.tpahere, essentials.tpo, essentials.kick, essentials.delwarp, essentials.chat.spy, essentials.chat.shout]
        Admin:
            default: false
            info: {prefix: '&eAdmin', suffix: '', build: true}
            inheritance: []
            permissions: ['*']
    
    users:
        Kiateatsyou:
            group: Admin
            permissions: []
        AhJia:
            group: Admin
            permissions: []
        Alvinczr:
            group: Operator
            permissions: []
        Smegkoft:
            group: Regular
            permissions: []
        Testaccount:
            group: Builder
            permissions: []
    There ya go.

    Problem was, you had lots of punctuation missing. Missing :'s for your Users after Kiateatsyou. Lots of missing }'s after your prefix/suffix/build lines, and a missing ] after one of your permission lines.

    I think that should work, I also removed general.time from Banned players as that is a rather unique command which changes the time of day it is day/night. May also want to remove it from Member's but thats upto you.
     
  3. Offline

    dak393

    Permissions isn't being recognized by any plugins? can you post a server log. And for the yml there are errors in there such as missing "}"'s at the end of admin and operator info. The whole way you do your permissions setup is strange its very hard for me to pick out any other errors.
     
  4. Offline

    Padeius Etoh

    try going to build 325 with permissions v2.0 and essentials b198 start fresh, i just updated and it is actually working, which i am totally amazed about, i also have whitelist v2.1 and world edit world guard and some others again as amazing as it seems 325 seems stable and is working.
     
  5. Offline

    Kiateatsyou

    TL;DR version:
    HTML:
    Sorry,
    Can't test it out yet
    info:                      info: {prefix: '', suffix: '', build: }
    -prefix:
    -suffix: OR
    -Build:
    
    Does the second one work too or only the first one does?
    
    Maybe it's cause I didn't install properly?
    I dl'd, unzipped, put into plugins, started server, stopped server(by typing stop into cmdprompt), edited, saved.
    
    I need help setting up iConomy too.

    Mm, I apologize for this pathetic error (My noobishness just can't keep itself away) ><
    I'm not at my friends house right now (Thats where I setup the server), so I can't get the new script tested.
    Well, I copied the 'permissions'( [essentials.blahblah, essentials.blahblah] ) format from http://forums.bukkit.org/threads/looking-for-help-setting-up-permissions.4630/
    (look at battlekids post)
    Can I do it like how he did it or do I have to follow the

    etc:
    info
    -prefix:
    -suffix:
    -build: true

    Also, I just downloaded permissions, placed it into plugins, ran the server, stopped it and just went ahead to config. Could it be a reason why it's not working?

    iConomy is also much too advanced for me to setup (My dumbass just keeps giving problems) Anyone wanna help? :D
     
  6. Offline

    JohnTheRipper

    I had it in the format you just mentioned, but it auto-converted randomly at some point to the format I posted.
    You can just copy my setup and change it as needed for you.

    Also, iConomy is pretty simple, if you need help I can help (as far as I've seen it's easy to setup).

    If you have any more questions, I'll be willing to help :).
     
  7. Offline

    SneakyBeaver189

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
            - commandbook.whois.other
            - commandbook.rules
            - commandbook.time.check
            - commandbook.spawn
            - commandbook.teleport
            - commandbook.msg
            - commandbook.return
            - commandbook.say
            - commandbook.call
            - commandbook.say.me
            - commandbook.who
            - commandbook.whois
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Default
            permissions:
            - commandbook.mute
            - econplugin.basic.*
            - commandbook.clear
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions:
            - modplugin.ban
            - commandbook.barrage.other
            - commandbook.thor
            - modplugin.kick
            - commandbook.slap.other
            - commandbook.shock
            - commandbook.rocket
            - commandbook.kick
            - commandbook.time.lock
            - commandbook.barrage
            - commandbook.weather
            - commandbook.bans.ban
            - commandbook.slap
            - commandbook.clear.other
            - commandbook.rocket.other
            - commandbook.more
            - commandbook.teleport.other
            - commandbook.broadcast
            - commandbook.bans.unban
            - commandbook.bans.isbanned
            - commandbook.spawnmob
            - commandbook.return
            - modplugin.unban
            - commandbook.give.other
            - commandbook.shock.other
            - commandbook.more.infinite
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'

    For me permissions acts like there is no globalgroups or globalusers because if i put myself to default i can use all the commands still and if i try to add a permission from the serverstart.bat with /permissions g:[Group] perms add [permission node] it still wont work

    Code:
    users:
        cmcelv:
            groups:
            - Admins
            permissions:
        FriendA:
            info:
                prefix: '&4[~Alice~]&f'
            groups:
            - Moderator
            permissions:
        FriendB:
            groups:
            - Moderator
            permissions:
            - warpplugin.manage.*
        NewGuy:
            groups:
            - Guest
        Herpina:
            groups:
            - Member
        Derpina:
            groups:
            - Member
    

    This is also my global users and my storageconfig
    Code:
    permissions:
        storage:
            type: YAML
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 9, 2016
Thread Status:
Not open for further replies.

Share This Page