Solved Permissions Ex: Modify World nodes (Please help!) :( - Solved

Discussion in 'Bukkit Help' started by gogobebe2, Mar 5, 2013.

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

    gogobebe2

    Hello Bukkit Forums.
    I have recently started a creative server. I have permissions installed and I was wondering how to make it so Guests, Trusted and Builder rank can do every modify world node except: empty lava buckets, have nothing to do with tnt, fire, lava, ghasts and creepers and not be able to ake explosions of any kind (eg creeper, ghast fireball...etc). And YES I have been on https://github.com/PEXPlugins/PermissionsEx/wiki/Modifyworld and I tryed doing it, but it just didn't work. Here is my permission nodes for Modify World: http://pastebin.com/096iPXqn
    • If you need anymore info, just reply and ask XD
    WHOEVER CAN FIGURE THIS OUT IS A GENIUS!!!!!
     
  2. Offline

    Jeyge

    PEx being what PEx is you have to actually reverse the order you currently have the permissions in. The .* permission has to be at the end like this:
    Code:
      Trusted:
        default: false
        prefix: '[&a&oTrusted&f]&2'
        suffix: '&f'
        options:
          rank: '700'
        permissions:
        - -modifyworld.bucket.empty.lava
        - -modifyworld.blocks.place.46
        - -modifyworld.blocks.place.51
        - -modifyworld.blocks.place.10
        - -modifyworld.blocks.place.11
        - -modifyworld.blocks.interact.51
        - -modifyworld.damage.deal.monster.creeper
        - -modifyworld.interact.monster.creeper
        - -modifyworld.damage.deal.monster.ghast
        - -modifyworld.interact.monster.ghast
        - -modifyworld.items.have.46
        - -modifyworld.items.have.51
        - -modifyworld.items.have.10
        - -modifyworld.items.have.327
        - -modifyworld.items.have.11
        - -modifyworld.items.have.259
        - modifyworld.*
        inheritance:
        - Guest
    
     
  3. Offline

    gogobebe2

    Oh! thnx a lot. I will try that :)

    and btw? How does the heritage thing work? does it keep the "- -x" stuff in heritage?

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

    Jeyge

    PEx is again strange in the way that it handles negated nodes with inheritance. As long as you don't try to modify your ModifyWorld permissions again in other groups, you should be fine.
     
  5. Offline

    gogobebe2

    So what if I want an Admin to have all the modify world?
    do I just do
    - modifyworld.*
    and nothing else?
    Also what if I want VIP to have all modify world nodes except lava place? keeping in mind that I still have those trusted nodes set. Because you said "As long as you don't try to modify your ModifyWorld permissions again in other groups, you should be fine."
     
  6. Offline

    Jeyge

    My experience with PEx was that things started to not work once we tried to move to world specific negated nodes. You should be fine if you want to give say the VIP group the full modifyworld.* node again and then just negate lava placement. Just make sure you test each group once you start to make those types of changes. You will be surprised at how the logic deals with inheritance and negated nodes.
     
  7. Offline

    gogobebe2

    ok thx for the help will try that... still won't put this solved yet XD

    IT WORKED!!!

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

    robbo74

    Hi guys ive just started a tekkit classic server and im trying to use modifyworld to prevent some items to be crafted and held and picked up but after adding some text to my pex.yml file i get errors heres my .yml of pex can any one resolve it it im really stuck http://pastebin.com/7HjTMxRb
     
  9. Offline

    gogobebe2

    Well I just use words. I don't think u use the ids:
    http://pastebin.com/3p9Gy0yB
    hope this helps. Also, you can go to:
    https://github.com/PEXPlugins/PermissionsEx/wiki/Modifyworld
     
  10. Offline

    robbo74

  11. Offline

    gogobebe2

    oh ok :)
    I think you may have to add a option to make it in a rank ladder like:
    Code:
        options:
          rank: '1400'
    Does the server even start up? When do get an error? Maybe you should try it with words, because I did it with numbers just like u and added use-materials-names: false and it gave me errors too. Just try it? :/ If you want, I might be able to come on your server and help u, or u can come on mine: create.zapto.org

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

Share This Page