Solved Moderators Cannot Place Or Destroy

Discussion in 'Bukkit Help' started by Rogerzz, Jul 26, 2013.

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

    Rogerzz

    I have setup a new Bukkit Server. Problem is, Mods cannot place or destroy Signs

    Plugins: Essentials, PermissionsEx. I do not have EssentialsAntiBuild installed.

    Is there something wrong in my permissions.yml?

    Code:
    groups:
      Recruit:
        default: true
        prefix: '&8[&bRecruit&8]&f '
        permissions:
        - modifyworld.chat
        - modifyworld.bucket.empty.*
        - modifyworld.bucket.fill.*
        - modifyworld.blocks.interact.324
        - modifyworld.items.drop.*
        - modifyworld.items.have.*
        - modifyworld.items.hold.*
        - essentials.rules
        - essentials.afk
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.clearinventory
        - essentials.spawn
        - essentials.msg
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.kit
        - essentials.kits.tools
      Owner:
        default: false
        prefix: '&4[&6Owner&4]&3 '
        permissions:
        - modifyworld.*
        - essentials.*
      Mod:
        default:
        prefix: '&2[&1Mod&2]&5 '
        inheritance:
        - Recruit
        permissions:
        - modifyworld.chat.private
        - modifyworld.blocks.interact.*
        - modifyworld.items.craft.*
        - modifyworld.items.pickup.*
        - modifyworld.items.throw.*
        - modifyworld.damage.deal.*
        - modifyworld.tame.*
        - essentials.heal
        - essentials.spawn.others
        - essentials.spawnmob.*
        - essentials.ban
        - essentials.unban
        - essentials.kick
        - essentials.fly
        - essentials.speed.fly
        - essentials.hat
        - essentials.god
        - essentials.gamemode
        - essentials.ptime
        - essentials.nick
        - essentials.nick.color
        - essentials.nick.format
        - essentials.nick.magic
        - essentials.chat.color
        - essentials.chat.magic
        - essentials.chat.format
        - essentials.broadcast
        - essentials.mute
        - essentials.socialspy
        - essentials.sethome
        - essentials.tp
        - essentials.tp.others
        - essentials.tpall
        - essentials.tphere
        - essentials.tpo
        - essentials.tpohere
        - essentials.warps.*
        - essentials.signs.color
        - modifyworld.blocks.place.323
        - modifyworld.blocks.place.63
        - modifyworld.blocks.place.68
        - modifyworld.blocks.destroy.323
        - modifyworld.blocks.destroy.63
        - modifyworld.blocks.destroy.68
        - modifyworld.blocks.destroy.323
    users:
      LeeRogers32:
        group:
        - Mod
     
    
    BUMP

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

    Dpasi314

    After reading up on the permissions for this I suggest you add the modifyworld.blocks.interact.BLOCKNAME. as well as the place / destroy permissions.

    I do notice you have the super permission for interact, but you may want to try ^ that just to see.
     
  3. Offline

    Rogerzz


    Nope, does not work ;/ Is essentials.signs.* a super perm?
     
  4. Offline

    Dpasi314

    Rogerzz
    I do not believe so, I'm sure that Essentials has the permissions for the signs in the config. Maybe you have a typo?
     
  5. Offline

    Rogerzz


    Could you check my permissions and correct it for me? :)

    Code:
    groups:
      Recruit:
        default: true
        prefix: '&8[&bRecruit&8]&f '
        permissions:
        - modifyworld.chat
        - modifyworld.bucket.empty.*
        - modifyworld.bucket.fill.*
        - modifyworld.blocks.interact.324
        - modifyworld.items.drop.*
        - modifyworld.items.have.*
        - modifyworld.items.hold.*
        - essentials.rules
        - essentials.afk
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.clearinventory
        - essentials.spawn
        - essentials.msg
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.kit
        - essentials.kits.tools
      Owner:
        default: false
        prefix: '&4[&6Owner&4]&3 '
        permissions:
        - modifyworld.*
        - essentials.*
      Mod:
        default:
        prefix: '&2[&1Mod&2]&5 '
        inheritance:
        - Recruit
        permissions:
        - modifyworld.chat.private
        - modifyworld.blocks.interact.*
        - modifyworld.items.craft.*
        - modifyworld.items.pickup.*
        - modifyworld.items.throw.*
        - modifyworld.damage.deal.*
        - modifyworld.tame.*
        - essentials.heal
        - essentials.spawn.others
        - essentials.spawnmob.*
        - essentials.ban
        - essentials.unban
        - essentials.kick
        - essentials.fly
        - essentials.speed.fly
        - essentials.hat
        - essentials.god
        - essentials.gamemode
        - essentials.ptime
        - essentials.nick
        - essentials.nick.color
        - essentials.nick.format
        - essentials.nick.magic
        - essentials.chat.color
        - essentials.chat.magic
        - essentials.chat.format
        - essentials.broadcast
        - essentials.mute
        - essentials.socialspy
        - essentials.sethome
        - essentials.tp
        - essentials.tp.others
        - essentials.tpall
        - essentials.tphere
        - essentials.tpo
        - essentials.tpohere
        - essentials.warps.*
        - modifyworld.blocks.place.323
        - modifyworld.blocks.place.63
        - modifyworld.blocks.place.68
        - modifyworld.blocks.destroy.323
        - modifyworld.blocks.destroy.63
        - modifyworld.blocks.destroy.68
    users:
      LeeRogers32:
        group:
        - Mod
     
    
    BUMP
     
  6. Offline

    Necrodoom

    Rogerzz try give modifyworld.*
     
  7. Offline

    Rogerzz


    I don't want mods to have all modifyworld commands.
     
  8. Offline

    Necrodoom

    modifyworld has no commands, all it does is deny world interaction if you dont have required permissions
     
  9. Offline

    Rogerzz


    So if i delete those modifyworld permissions and use modifyworld.* they would not be able to interact with snything? Or do I have to have those permissions too?
     
  10. Offline

    Necrodoom

    modifyworld.* means all modifyworld perms.
     
  11. Offline

    Rogerzz


    How can i get it so that Mods only have access to the perms that i posted?
     
  12. Offline

    Necrodoom

    they already do, but you are missing many permissions for signs.
    check out sign IDs and give place, break and interact for them.
     
  13. Offline

    Rogerzz


    I already had the permissions for Signs in the OP though. Why dosen't it work then? Could you possibly edit the permissions i gave and post it? Would be much appreciated. ;)
     
  14. Offline

    Necrodoom

    you didnt, you had only interact permission for the item ID, not for the sign post or the wall sign, nor place/break permissions for any.
     
  15. Offline

    Rogerzz


    Yes i did, at the bottom


    This ^^

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  16. Offline

    Dpasi314

    Rogerzz
    I suggest what necrodoom suggested,
    Just give mods the modifyworld.* permissions. It would be a lot easier.
     
  17. Offline

    Rogerzz


    Yes, but I don't want them placing any other blocks, since im giving modifyworld.* to Admin Group.

    Solved!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
Thread Status:
Not open for further replies.

Share This Page