Solved PermissionsEX: modifyworld.* not working! :-(

Discussion in 'Bukkit Help' started by samuelkaiser01, Aug 18, 2013.

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

    samuelkaiser01

    Hi everybody!
    I'm trying to give a group the modifyworld.*-node, but it's not working.
    One should CAN open a door with that permission, but not in my case.
    Here's the permissions.yml: http://pastebin.com/wX8DDZUK
    I know it's incompleted. In my case, VIP is the problem-group.
    Please help me. I'd be happy for a solution. Thanks!

    In the end, it wasn't a problem of PEX, it was EssentialsAntiBuild.
    Just remove the EssentialsAntiBuild.jar from your plugins folder, and it should work.
    Thanks to all who helped me!
     
  2. Offline

    JWhy

    Please also post a list of plugins
     
  3. Offline

    tomy123456

    i think you failed with - modifyworld.* is not in the same line as other

    and why is VIP with - 'modifyworld.*' and not - modifyworld.*

    try for VIP
    http://pastebin.com/FMPKZnnz
     
  4. Offline

    kahunahd

    Spacing and alignment, as well as a typo for VIPs which would be -modifyworld.* not modifyworld.*
     
  5. Offline

    samuelkaiser01

    The ' s are there because I wasn't sure if that could be the problem.
    I forgot removing them again after I saw that it isn't the problem
    And sorry for my bad english...

    Doesn't "- -modifyworld.*" mean, I cannot use anything from modifyworld?

    I'll do that tomorrow.

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

    tomy123456

    its work after you make this? i have like this and work fine
    permissions:
    - modifyworld.*
     
  7. Offline

    samuelkaiser01

    That's actually what happens when I added the permission via the console.
    (pex group vip add modifyworld.*)
    Doesn't work, but thanks anyway.
    EDIT: i ment: Didn't work, I don't know if it works now. I'll try it later.

    In my permissions:
    Code:
      vip:
        options:
          rank: '800'
        prefix: '§6[~vip.]§f '
        permissions:
        - modifyworld.*
    Same thing with "player" and "mod".
    I'm not able to use doors, destroy blocks and so on.
    "You are not permitted to interact with GRASS"
    That means, I haven't got permission. But I have all modifyworld permissions!?

    Plugins:
    Code:
    Plugins (15): ChestRestock, WorldEdit, EasyElevator, Vault, ProtocolLib, PermissionsEx, Modifyworld, Multiverse-Core, Essentials, ChatManager, EssentialsProtect, EssentialsSpawn, SignShop, EssentialsAntiBuild
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  8. Offline

    JWhy

    So remove the EssentialsAntiBuild.jar and everything should be fine.
     
    samuelkaiser01 likes this.
  9. Offline

    samuelkaiser01

    Oh thank you!
    I've tried to disable the EssentialsAntiBuild-options in the Essentials config.yml, but I didn't thing of removing it. :D
     
Thread Status:
Not open for further replies.

Share This Page