PermissionsEX can't break blocks

Discussion in 'Bukkit Help' started by owningprodsmc, Sep 5, 2012.

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

    owningprodsmc

    Basically if your not in creative it will not let you break blocks, this means no players can play properly.

    Code:
    groups:
      player:
        default: true
        prefix: '&3Player&f>'
        permissions:
        - essentials.afk
        - essentials.rules
        - essentials.motd
        - essentials.tpa
        - essentials.tpahere
        - essentials.msg
        - essentials.home
        - essentials.help
        - essentials.list
        - essentials.msg
        - essentials.msg.color
        - essentials.rules
        - essentials.near
        - modifyworld.block.interact*
        - modifyworld.block.destroy*
        - modifyworld.block.place*
    need help :p bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 28, 2016
  2. Try just using just the Modifyworld.* make sure essentials build protection is disabled as well..I had the same few issues when i started. Also make sure they are not in the Spawn Area lol that was one of my first mistakes lol
     
  3. Offline

    owningprodsmc

    i cannot break or place blocks in adventure mode I tried just about everything ...
     
  4. Offline

    np98765

    Adventure mode means you can't break blocks.
     
  5. Offline

    owningprodsmc

    are you kidding me lol i just tried and it worked thanks : P im dumb i guess

    Okay new issue, it will break on my account but I went on a friends account and i can't break blocks. So I can't unless I have a rank...

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

    Lolmewn

    That's right. I think setting the default rank doesn't work like that, you should check out the PEX Wiki.
     
  7. Offline

    Sven7ek

    Your code:
    Code:
    groups:
      player:
        default: true
        prefix: '&3Player&f>'
        permissions:
        - essentials.afk
        - essentials.rules
        - essentials.motd
        - essentials.tpa
        - essentials.tpahere
        - essentials.msg
        - essentials.home
        - essentials.help
        - essentials.list
        - essentials.msg
        - essentials.msg.color
        - essentials.rules
        - essentials.near
        - modifyworld.block.interact*
        - modifyworld.block.destroy*
        - modifyworld.block.place*
    
    You are missing the s on blocks in your modifyworld permissions..

    use this in place of your current modifyworld permissions:
    Code:
        - modifyworld.blocks.interact*
        - modifyworld.blocks.destroy*
        - modifyworld.blocks.place*
    
    Hope that helps!
     
Thread Status:
Not open for further replies.

Share This Page