permissions not working =|

Discussion in 'Bukkit Help' started by FOOD, Jun 8, 2011.

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

    FOOD

    my permissions isn't fully working... for most things it's fine but it allows me to use world edit and spawnmobs (with defaultcommands) and some other things with default commands are allowed that i don't want builders to use. I'm not sure if it is because i just changed my group in users or if it how my groups are set up.

    Please help!


    here is my groups.yml

    Code:
    
    groups:
        griefer:
            default: false
            info:
                prefix: '[grifer]'
                suffix: '[idiot]'
                build: false
            inheritance:
            permissions:
                - ''
        builder:
            default: true
            info:
                prefix: '&e[Builder]'
                suffix: ''
                build: true
            inheritance:
                - griefer
            permissions:
            - 'dc.god.self'
            - 'dc.give.self'
            - 'PressurePort.Use'
        Moderator:
            default: false
            info:
                prefix: '[Mod]'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'dc.god.self'
                - 'dc.fly.self'
                - 'PressurePort.Use'
        Admins:
            default: false
            info:
                prefix: '&4[Admin]'
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
                - 'dc.*'
                - 'WirelessRedstone.createsign'
                - 'PressurePort.Use'
                - 'worldedit.*'
        Owner:
            default: false
            info:
                prefix: '&a[Owner]'
                suffix: ''
                build: true
            inheritance:
                 - Admins
            permissions:
                - '*'

    Thanks for any help I'm planning on going public before the end of the week I just have this last problem to fix!

    bump? help please i really need this fixed!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  2. Offline

    Adfest

    don't know about your first problem, but I do know that you're not supposed to have anyone with the - '*' node also have inheritance. Leave that blank for Owner
     
  3. Offline

    FOOD

    i believe the - '*' node gives all permissions... but yeah i can't figure out the rest

    bump!??!?!?!? i need help!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  4. Offline

    Zaros

    Please don't bump spam, we'll get here when we get here.
    Try this:

    Code:
    groups:
        griefer:
            default: false
            info:
                prefix: '[grifer]'
                suffix: '[idiot]'
                build: false
            inheritance:
            permissions:
        Builder:
            default: true
            info:
                prefix: '&e[Builder]'
                suffix: ''
                build: true
            inheritance:
            permissions:
        Moderator:
            default: false
            info:
                prefix: '[Mod]'
                suffix: ''
                build: true
            inheritance:
                - Builder
            permissions:
                - 'dc.god.self'
                - 'dc.fly.self'
                - 'PressurePort.Use'
        Admins:
            default: false
            info:
                prefix: '&4[Admin]'
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
                - 'dc.*'
                - 'WirelessRedstone.createsign'
                - 'PressurePort.Use'
                - 'worldedit.*'
        Owner:
            default: false
            info:
                prefix: '&a[Owner]'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
     
  5. Offline

    FOOD

    thanks im testing now while i was switching someone spawned 3500 monsters... surprisingly my computer could handle it...

    nope didn't work... i don't know why but people can still spawn mobs and use whatever they want in defaultcommands plugin which might be the problem

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  6. Offline

    Zaros

    Any chance these players are OP'd?
     
  7. Offline

    FOOD

    nope i made myself a builder de-opped myself after that and tried and i could... but he was a builder to i think i didn't see who...
     
  8. Offline

    klutch2013

    what are the plugins you are using?
     
  9. Offline

    FOOD

    the problem is with default command only
    as of right now
     
  10. Offline

    klutch2013

    i don't understand what you mean by "Default Command" because to my knowledge you have to have a plugin to spawn mobs.
     
  11. Offline

    FOOD

    nah its called 'default commands' lol its like essentials i guess
     
  12. Offline

    klutch2013

    oh im sorry, blond moment :p try this,
    - '-dc.spawnmob.*'
    cause from what i understand yo don't want them to spawn mobs?
     
  13. Offline

    FOOD

    ok thanks im trying it now
     
  14. Offline

    klutch2013

    ok, that should remove the permission from being used in the group for you.
     
  15. Offline

    FOOD

    yes i don't want them to spawn mobs and i tried it but again no luck... If you have any other ideas I'm open to suggestions but thanks for your help so far!
     
  16. Offline

    klutch2013

    why not try renaming your default group to default, i know it sounds stupid but i have had issues in the past where it complains saying there theres "no default group"
     
  17. Offline

    FOOD

    so i should remove it for myself? i just removed from builder and tested to see but i didn't work... i wanted admins and me to spawn still but not anyone else
     
  18. Offline

    klutch2013

    yea you should just put it under the builder permissions but it seems to not be working for you as you said. thats very odd, but what else is odd is that your builders don't have any permissions on that file but they can still do stuff. does the plugin or any other plugins your running manage permissions or have permissions options?
     
  19. Offline

    FOOD

    well actually they do have permissions now that is like a day old so here is the new one


    Code:
    groups:
        griefer:
            default: false
            info:
                prefix: '[grifer]'
                suffix: '[idiot]'
                build: false
            inheritance:
            permissions:
                - ''
        default:
            default: true
            info:
                prefix: '&e[Builder]'
                suffix: ''
                build: true
            inheritance:
                - griefer
            permissions:
            - 'dc.god.self'
            - 'dc.give.self'
            - 'PressurePort.Use'
            - '-dc.spawnmob' 
        Moderator:
            default: false
            info:
                prefix: '[Mod]'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'dc.god.self'
                - 'dc.fly.self'
                - 'PressurePort.Use'
        Admins:
            default: false
            info:
                prefix: '&4[Admin]'
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
                - 'dc.*'
                - 'WirelessRedstone.createsign'
                - 'PressurePort.Use'
                - 'worldedit.*'
                - '-dc.spawnmob' 
        Owner:
            default: false
            info:
                prefix: '&a[Owner]'
                suffix: ''
                build: true
            inheritance:
                 - Admins
            permissions:
                - '*'
    I am using 3.X permissions if that helps
     
  20. Offline

    klutch2013

    try taking away the inheritance from the default group and see if that fixes it. i mean make it so that the default group does not inherit the griefer group.
     
  21. Offline

    Zaros

    Delete your global permission files. Idk if you may have something in them that is overriding.
     
  22. Offline

    FOOD

    yeah thats been cleared for a while and i hear someone trying to sand me right now... lol
    Alright i will try that now

    nope nothing is working.... maybe it is the plugin so im looking for another like it because i liked having all the commands!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  23. Offline

    Yummyhen

    LOL, my permissions prefixes and suffixes don't work...
     
Thread Status:
Not open for further replies.

Share This Page