Bukkit/Permission Help

Discussion in 'Bukkit Help' started by WaffleOnABike, Dec 17, 2011.

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

    WaffleOnABike

    I know you guys are dealing with a lot of Permission problems, and I appreciate you guys taking the time to answer and help us.

    With that out of the way, I have a question. :D

    When I give myself the '*' node under the permissions: part in the config.yml it won't let me do basic Bukkit commands, like time set and kick players, etc. I even gave the indivual nodes for those commands to another group and it still didn't work.

    What am I doing wrong?

    Here is my config.yml:

    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
            - 'bukkit.command.help'
        Player:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Default
            permissions:
            - 'Lockette.*'
            - 'bukkit.command.help'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions:
            - 'Lockette.*'
            - 'weathercontrol.*'
            - 'bukkit.command.help'
            - 'bukkit.command.tell'
            - 'bukkit.command.kill'
            - 'bukkit.command.kick'
            - 'bukkit.command.ban.player'
            - 'bukkit.command.unban.player'
            - 'bukkit.command.ban.ip'
            - 'bukkit.command.unban.ip'
            - 'bukkit.command.teleport'
            - 'bukkit.command.time'
            - 'bukkit.command.gamemode'
        Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
        Member:
            permissions:
            inheritance:
    Even without any plugins besides Permissions it did not work, so I don't think it is a plugin conflict problem.

    Thanks so much! :D
     
  2. Offline

    smerfguy2

    WaffleOnABike likes this.
  3. Offline

    Apachekiller

    The easiest way to fix this issue as smerfguy2 said is just to op yourself. I am not for sure why its not working for you, your permissions look fine.
     
  4. Offline

    WaffleOnABike

    I just switched over to bPermissions because of the simplicity.

    Thanks so much!
     
Thread Status:
Not open for further replies.

Share This Page