"Can't Ban that player"

Discussion in 'Bukkit Help' started by NickoGreeks, Feb 8, 2012.

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

    NickoGreeks

    I cannot ban an admin or kick them. I have permissionsEX and Essentials here are my nodes
    Code:
    default: Guest
    users:
        NickoGreeks:
            group:
            - Owner
        mustalake:
            group:
            - Admin
    groups:
        Guest:
            default: true
            prefix: '&e[Guest]&f '
            permissions:
            - essentials.help
            options:
                rank: '1000'
        Admin:
            prefix: '&d[Admin]&f '
            permissions:
            - '*'
            inheritance:
            - Guest
            options:
                rank: '100'
        Co-owner:
            prefix: '&c[Co-Owner]&f '
            inheritance:
            - Admin
            options:
                rank: '10'
        Owner:
            prefix: '&4[Owner]&f '
            inheritance:
            - Co-owner
            options: null
            rank: '0'
     
    
    I am an owner

    It gives me a "canot ban player" i also cannot promote or kick them either

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

    flamedaces

    Are you trying to do this via console? I've had similar problems, but this can be fixed by simply going ingame to ban/kick. Also make sure you're an OP
     
  3. Try de-opping them.
     
  4. Offline

    11RJB

    Try denying the "essentials.ban.exempt" permission on your admins. Because you gave your admins access to ALL essentials permission nodes, you're also making him unbannable.
     
  5. Offline

    NickoGreeks

    i cant ban them while theyre in game or even promote or demote. i dont even think denying works now
     
  6. Offline

    Deleted user

    Un-op them first in the console, then ban them in-game.
     
  7. Offline

    NickoGreeks

    thats stupid then why do they have it

    that still doesnt explain why negative nodes dont work tho

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

    Deleted user

    What permissions plugin do you use?
     
  9. Offline

    Snipes01

    bpermissions is what he is using.
     
  10. Offline

    Deleted user

    Doesn't look like you have negative nodes in your permissions.yml ._.
     
  11. Offline

    NickoGreeks

    yes theres a ^
     
  12. Offline

    Snipes01

    I'm thinking the inheritance is wrong..I think it might have to be exact. If the group is called Admins..inheritance must be - Admins. Thats a guess.
     
  13. Offline

    Deleted user

    ...
    I've never seen that feature, or anyone using it.
    Try deleting the ^ and adding a
    Code:
    : false
    
    after your permissions nodes.
    Example:
    Code:
    NoHumpingPlease.rape: false
    
     
  14. Offline

    NickoGreeks

    thats for a different plugin
     
  15. Offline

    Deleted user

    If you don't try it you'll never know the outcome.
    Just trust us man! We're trying to help you...
     
  16. Offline

    NickoGreeks

    i did it didnt work...
     
  17. Offline

    Deleted user

    Then try switching to PermissionsEx. :D.
     
    kaiser_czar likes this.
  18. Offline

    NickoGreeks

    ugh damn... i thought i would have to.. is there a difference?
    can u ban them ingame?
     
  19. Offline

    Deleted user

    Try banning them from the console
    Code:
    ban <player>
    
     
  20. Offline

    NickoGreeks

    i did but it doesnt work.. hows permissionsEX? is there a difference?
    can u ban them ingame?
     
  21. Offline

    Snipes01

    I'd say pex is easier, but you shouldn't have to switch. Something messing with the ban command.
     
    Deleted user likes this.
  22. Offline

    Deleted user

    Snipes01
    Join me in the domination of Bukkit Help!
    Code:
    /me does an evil laugh!
    
     
  23. Offline

    NickoGreeks

    then whats better about bpermission..?
     
  24. Offline

    Snipes01

    Hmm sure I guess.

    PEX or PermissionsBukkit (even though pb isn't always updated).
     
  25. Offline

    Deleted user

    bPermissions is probably the most easiest to configure in all 3 of the permissions plugins (PermissionsEx, PermissionsBukkit, and bPermissions).
    PermissionsEx is the most powerful though. It has a compatibility layer, and more!
    PermissionsBukkit... well... to be honest, I wouldn't use it....
     
  26. Offline

    NickoGreeks

    can u show me what urpermisions are for PEX so i can make one for it
     
  27. Offline

    Snipes01

    I can type one up for you, but I won't be home for a while. So if you still need help in about a hour I'll type one up.
     
  28. Offline

    NickoGreeks

    alright thanks

    still doesnt work i tried it again with another permissions

    I found out that i can kick guests though, so its probably the ranks somehow

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

    Snipes01

    Sorry about yesterday I work and by the time I was home way too tired to do anything really. Did you use PEX? What does that config look like?
     
  30. Offline

    NickoGreeks

    Thats alright... i edited it a while

    I also just found out that Co-Owners can kick and ban them, but not owners

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
Thread Status:
Not open for further replies.

Share This Page