PEX help please

Discussion in 'Bukkit Help' started by 2toetommy, Mar 9, 2013.

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

    2toetommy

    I need some help with my PEX permissions.yml. No one can do anything unless OP. I followed several tut on setting up the file and adding this and that.
    HERE IS SERVER PLUGINS AND .YML
    Plugin on server:
    • ChatManager
    • Easy Spawn
    • Essentials
    • EssentialsGeoIP
    • EssentialsXMPP
    • FreeTeleport
    • mcMMO
    • Modifyworld
    • PermissionsEX
    • PlayerHeads
    • PluginMetrics
    • SpawnSafty
    • WebRegister
    • WorldEdit
    • WorldGuard
    • Vault
    My Permissions.yml:
    Code:
    groups:
      Guest:
        default: true
        prefix: ''
        permissions:
        - modifyworld.*
        - essentials.kick.notify
        rank: 1000
      User:
        default: false
        prefix: ''
        permissions:
        - modifyworld.*
        - essentials.sethome
        - essentials.build.interact.*
        rank: 900
        inheritance:
        - Guest
      VIP:
        default: false
        prefix: ''
        permissions:
        - essentials.oversizedstacks
        - essentials.feed
        - essentials.feed.others
        - essentials.heal
        - essentials.heal.others
        - essentials.tpa
        - essentials.sethome.multiple
        - essentials.worlds.FreeBuild
        - essentials.worlds.V.I.P
        rank: 800
        inheriance:
        - User
      Mod:
        default: false
        prefix: ''
        permissions:
        - essentials.home.others
        - essentials.kick
        - essentials.ban
        - essentials.mute
        - essentials.tempban
        rank: 100
        inheriance:
        - VIP
      Admin:
        default: false
        prefix: ''
        rank: 50
        inheriance:
        - Mod
      Owner:
        default: false
        prefix: ''
        permissions:
        - permissions.*
        rank: 1
    users:
      2toetommy:
        group:
        - VIP
        permissions:
        - permissions.*
    
     
  2. Offline

    clayton888

    Hi I have one question sir are you using World Guard for your Regional protection?
     
  3. Offline

    crushh87

    Use the link in my signature (below)
     
  4. Offline

    clayton888

  5. Offline

    2toetommy

    Looks neat but i dont see how i can find whats wrong with mine?
     
  6. Offline

    clayton888

    take it from a server owner I tried using pex and gave up because the nodes always messed up.... not only that Groupmanager make it a lot easier to add more permissions nodes and anything else... that being said do you have more then one world if so are you using these groups globally or in a singular world?
     
  7. Offline

    crushh87

    Just redo your permissions, it will save everyone time.
     
  8. Offline

    2toetommy

    I will have multy worlds and they will be global yes.
    Does groupMngr work well with Essentials ? thats a must.
    crushh87 i have redone my permissions like 6 times at this point. So idk if theres a diff plugin messing with things,
     
  9. Offline

    Necrodoom

    all permission plugins work with essentials.
    essentials uses superperms API.
     
  10. Offline

    2toetommy

    Awesome thank you, looks like what i need gonna check them out now.

    Okay Not useing PEX anymore Thank you necrodoom, can close this is solved.

    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