"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)
    Minecraft account:
    MCUSERNAME
    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)
    Minecraft account:
    MCUSERNAME
    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)
    Minecraft account:
    MCUSERNAME
    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)
    Minecraft account:
    MCUSERNAME
    Try de-opping them.
  5. Offline

    11RJB

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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)
    Minecraft account:
    MCUSERNAME
    i cant ban them while theyre in game or even promote or demote. i dont even think denying works now
  7. Offline

    ShootToMaim

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

    NickoGreeks

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

    NickoGreeks

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

    ShootToMaim

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

    Snipes01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    bpermissions is what he is using.
  12. Offline

    ShootToMaim

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

    NickoGreeks

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

    Snipes01

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

    ShootToMaim

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    ...
    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)
    Minecraft account:
    MCUSERNAME
    thats for a different plugin
  17. Offline

    ShootToMaim

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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)
    Minecraft account:
    MCUSERNAME
    i did it didnt work...
  19. Offline

    ShootToMaim

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

    NickoGreeks

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

    ShootToMaim

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

    NickoGreeks

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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)
    Minecraft account:
    MCUSERNAME
    I'd say pex is easier, but you shouldn't have to switch. Something messing with the ban command.
    ShootToMaim likes this.
  24. Offline

    ShootToMaim

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    @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)
    Minecraft account:
    MCUSERNAME
    then whats better about bpermission..?
  26. Offline

    Snipes01

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

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

    ShootToMaim

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

Share This Page