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.
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)
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
@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