Solved The /help command with PermissionsBukkit

Discussion in 'Bukkit Help' started by Apostledanub, Jul 8, 2012.

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

    Apostledanub

    Good day,

    I'm running a private server with a whitelist, but I still have PermissionsBukkit in order to more easily manage various plugin permissions systematically. I was under the impression that listing 'bukkit.command.help' under the group 'default' in the config file would allow anyone who joins to use /help, yet my little brother cannot use it. Preferably, I would rather that everyone who doesn't have administrative power to remain in the default group instead of allowing them to do absolutely everything.

    My PermissionsBukkit config file looks like this:

    Code:
    users:
        ConspiracyWizard:
            permissions:
                permissions.example: true
            groups:
            - admin
    groups:
        default:
            permissions:
                permissions.build: true
                essentials.warp: true
                essentials.warp.list: true
                essentials.setwarp: true
                bukkit.command.help: true
        admin:
            permissions:
                permissions.*: true
            inheritance:
            - user
        user:
            permissions:
                permissions.build: true
            worlds:
                creative:
                    coolplugin.item: true
            inheritance:
            - default
    messages:
        build: '&cYou do not have permission to build here.'
     
    debug: false
    
    Any help would be much appreciated!

    Is the answer too obvious, or can no one be bothered to help me?

    If it's the latter, then I'm a sad panda. =(

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

    frdmn

    Do you use perhaps another plugin that provides a /help command? So you need to allow another node to make that command possible.
     
  3. Offline

    Tommy_Mansell

    no, add this to your group that wants help

    essentials.help
     
  4. Offline

    frdmn

    No? That's what i meant! ;)
     
  5. Offline

    Tommy_Mansell

    it was a reply to his original reply, sorry :L
     
  6. Offline

    Apostledanub

    I hadn't considered that, I'll try it when I next shut down my server. Thanks!

    I'll let you know if it works.
     
  7. Offline

    Deleted user

    Or use PermissionsEx.
     
  8. Offline

    Apostledanub

    It worked, thanks you guys.
     
  9. Offline

    frdmn

    Glad we could help.

    - frdmn
     
  10. Offline

    jacklin213

    MARK AS SOLVE PLZ
     
Thread Status:
Not open for further replies.

Share This Page