Hello there, I am fairly experienced in servers and configs, etc. However recently everything has been going all wrong! However all problems are rooted to my pex files. Now Ill post my prefix list below, so here we go. Problem: Prefix's work, but permission nodes are really wonky! Explanation / Example MVP Portal pass-through works now, but they still cant do /warp survival after I added essentials.warps.* Plugin List Code (Text): 1.8 Pvp, AddLight, Citizens, EssentialsX + Chat, Holographic Displays, Jobs4.5.3, LaggRemover. LibsDisguises, mcMMO, Multiverse and Portals, Mythic Mobs, PEX, ProtocolLib, setspawn, shop, vault, voidGenerator, worldedit, worldguard So thanks in advance! Edit: lol I forgot my permissions.yml Code (YAML): groups: Default: options: default: true prefix: '' permissions: - modifyworld.* - essentials.tpahere - essentials.tpaccept - essentials.tpa - essentials.help - essentials.tpdeny - essentials.delhome - essentials.home - essentials.sethome - essentials.afk - essentials.afk.auto - essentials.getpos - essentials.list - essentials.pay - essentials.balance - essentials.balance.others - multiverse.portal.access.lobbysurvival - essentials.pay - essentials.getpos.others - essentials.getpos - shop.use - setspawn.spawn - - modifyworld.* - essentials.tpahere - essentials.tpaccept - essentials.tpa - essentials.help - essentials.tpdeny - essentials.delhome - essentials.home - essentials.sethome - essentials.afk - essentials.afk.auto - essentials.getpos - essentials.list - essentials.pay - essentials.balance - essentials.balance.others - multiverse.portal.access.lobbysurvival - essentials.pay - essentials.getpos.others - essentials.getpos - shop.use - setspawn.spawn - essentials.warps.* - essentials.back.* Owner: options: prefix: '&6[&cOwner&6]&7' permissions: - '*' ________________________________________________________________________________________ and hey, maybe you check out the server soon... skysplash.ddns.net
Code (YAML): # Set this true to enable permission per warp. per-warp-permission: true I set it to true a long time ago, so I don't think that's it...
Use a Yaml validator next time. Code (Text): groups: Default: options: default: true prefix: '' permissions: - modifyworld.* - essentials.tpahere - essentials.tpaccept - essentials.tpa - essentials.help - essentials.tpdeny - essentials.delhome - essentials.home - essentials.sethome - essentials.afk - essentials.afk.auto - essentials.getpos - essentials.list - essentials.pay - essentials.balance - essentials.balance.others - multiverse.portal.access.lobbysurvival - essentials.pay - essentials.getpos.others - essentials.getpos - shop.use - setspawn.spawn - - modifyworld.* - essentials.tpahere - essentials.tpaccept - essentials.tpa - essentials.help - essentials.tpdeny - essentials.delhome - essentials.home - essentials.sethome - essentials.afk - essentials.afk.auto - essentials.getpos - essentials.list - essentials.pay - essentials.balance - essentials.balance.others - multiverse.portal.access.lobbysurvival - essentials.pay - essentials.getpos.others - essentials.getpos - shop.use - setspawn.spawn - essentials.warps.* - essentials.back.* Owner: options: prefix: '&6[&cOwner&6]&7' permissions: - '*'