"Can't Ban that player"

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

  1. Offline

    NickoGreeks

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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

    This post has been edited 2 times. It was last edited by NickoGreeks Feb 10, 2012.
  2. Offline

    NickoGreeks

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It gives me a "canot ban player" i also cannot promote or kick them either
  3. Offline

    flamedaces

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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
  4. Offline

    iKeirNez

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Try de-opping them.
  5. Offline

    11RJB

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  6. Offline

    NickoGreeks

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i cant ban them while theyre in game or even promote or demote. i dont even think denying works now
  7. Online

    ShootToMaim

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Un-op them first in the console, then ban them in-game.
  8. Offline

    NickoGreeks

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    thats stupid then why do they have it
  9. Offline

    NickoGreeks

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    that still doesnt explain why negative nodes dont work tho
  10. Online

    ShootToMaim

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What permissions plugin do you use?
  11. Offline

    Snipes01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    bpermissions is what he is using.
  12. Online

    ShootToMaim

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Doesn't look like you have negative nodes in your permissions.yml ._.
  13. Offline

    NickoGreeks

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    yes theres a ^
  14. Offline

    Snipes01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  15. Online

    ShootToMaim

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ...
    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
    
  16. Offline

    NickoGreeks

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    thats for a different plugin
  17. Online

    ShootToMaim

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    If you don't try it you'll never know the outcome.
    Just trust us man! We're trying to help you...
  18. Offline

    NickoGreeks

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i did it didnt work...
  19. Online

    ShootToMaim

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Then try switching to PermissionsEx. :D.
    kaiser_czar likes this.
  20. Offline

    NickoGreeks

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ugh damn... i thought i would have to.. is there a difference?
    can u ban them ingame?
  21. Online

    ShootToMaim

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Try banning them from the console
    Code:
    ban <player>
    
  22. Offline

    NickoGreeks

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i did but it doesnt work.. hows permissionsEX? is there a difference?
    can u ban them ingame?
  23. Offline

    Snipes01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'd say pex is easier, but you shouldn't have to switch. Something messing with the ban command.
    ShootToMaim likes this.
  24. Online

    ShootToMaim

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Snipes01
    Join me in the domination of Bukkit Help!
    Code:
    /me does an evil laugh!
    
  25. Offline

    NickoGreeks

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    then whats better about bpermission..?
  26. Offline

    Snipes01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hmm sure I guess.

    PEX or PermissionsBukkit (even though pb isn't always updated).
  27. Online

    ShootToMaim

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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....
  28. Offline

    NickoGreeks

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    can u show me what urpermisions are for PEX so i can make one for it
  29. Offline

    Snipes01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  30. Offline

    NickoGreeks

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    alright thanks

Share This Page