Pex not working

Discussion in 'Bukkit Help' started by DashingZowie11, Aug 26, 2017.

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

    DashingZowie11

    Pex permissions.yml - https://pastebin.com/rWEyXccP
    My plugins are here - http://prntscr.com/gdc4co
    I'm trying to allow players to use multiverse portals, but they cant go through them even though I have the correct nodes on their group. Also prefixes don't show up, so I think something is wrong with pex?

    bump i really need this fixed :(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Aug 26, 2017
  2. Offline

    sbwoods123

    What I did is I gave the players the Universal command, something like multiverse.* or something and then I took away certain permissions (add an extra hyphen before each node to take them away)
     
  3. Offline

    DashingZowie11

    Yeah, but I have all the correct nodes, but pex isn't working. No prefixes show up even though they are set, and none op users have no perms
     
  4. i had this problem .. I instaled essentialsX cuz normal essentials didnt works and it works :D
     
  5. Offline

    DashingZowie11

    did you even read the title?
     
  6. Offline

    FrostDevStudios

  7. Offline

    SilverHawk1015

    I had the same problem with prefixes, ChatEx fixed it for me.
     
  8. Offline

    DashingZowie11

    I don't have vault installed. I also wanna stick with pex
     
  9. Offline

    FrostDevStudios

    @DashingZowie11
    I guess you can say that vault is a "Soft Dependency" for your PEX plugin. It allows pex to handle player permissions. Vault also serves as a ChatManager that allows prefixes to show in front of your gamertag. No Configuration Needs to be done with vault, simply install it and your permissions should start working (As long as your PEX configurations are configured correctly)

    I do see some issues you might want to fix in your permissions.yml too
    PHP:
      moderator:
        
    options:
          
    prefix'&8[&9Moderator&8]&r '
          
    rank'200'
        
    inheritance:
        - default
        
    permissions:
        - default                   <-- 
    Remove
        
    ab.ban.notify
        
    ab.ban.temp
        
    ab.banlist
        
    ab.history
        
    ab.ipban.notify
        
    ab.kick.notify
        
    ab.kick.use
        - 
    ab.mute.notify
        
    ab.mute.temp
        
    ab.tempban.notify
        
    ab.tempmute.notify
        
    essentials.fly
        
    essentials.tp
        
    essentials.tp.others
        
    lagg clear                <-- Remove or Find Correct Permission Node
    As well as
    PHP:
      owner:
        
    options:
          
    prefix'&f[&r&3Owner&f]&r '
          
    rank'100'
        
    Inheritance:
        - 
    moderator
        permissions
    :
        - 
    moderator                  <-- Remove
    Conclusion
    • Install Vault (You need it for permissions)
    • Correct the errors in your PEX "permissions.yml" file
     
    Last edited: Aug 30, 2017
Thread Status:
Not open for further replies.

Share This Page