Permissons for /op and /deop

Discussion in 'Bukkit Help' started by pdinklag, Sep 4, 2011.

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

    pdinklag

    I was not sure whether to post this in Plugins Help, but since the concept of permissions is integrated into Bukkit and I'm dealing with vanilla command permissions, I posted it in here.

    I want to give myself the ability to give myself or others operator status ingame without having to play as operator all the time.

    I tried using the "craftbukkit.command" permissions for this (using the Permissions plugin), but without any success.

    I set up the following permissions:
    Code:
        pdinklag:
            groups:
            - HalfOp
            permissions:
            - craftbukkit.command.op
            - craftbukkit.command.op.give
            - craftbukkit.command.op.take
            - craftbukkit.command.save.perform
    
    When I try to make myself an op ("/op pdinklag"), I'm not getting the red "You don't have permission" message by the Permissions plugin, but the vanilla Minecraft "I'm sorry Dave" message, so I assume the permission kindof set in, but I still cannot grant operator status.

    Is there anything I'm missing or doing wrong?
     
Thread Status:
Not open for further replies.

Share This Page