I am wondering if a player joins my server and has the Default Rank [player] but then the player enters a new world like the nether or something else the rank switches from player to prisoner or another rank. Is this multiworld ranks possible with pex? if so can i see an example config. thnx - camman00
2
This is exactly what I needed thnx u Rashneish !!!!!
It is possible, but probably not how you imagine it to be.
You need to create your prison rank ladder and add per-world permissions for the worlds that aren't affiliated with prison. For rank B for example, it might look something like this:
As for independent per-world rank ladders, this isn't automate-able with PEX alone since you can only set one default:true without breaking things. You'd need to either manually add people to different ladders with /pex user (user) group add (group) or use something like WorldGuard region commands to automatically add people upon world change.
Keep in mind that this is purely my own experience, I may be missing some key detail that makes this all a lot less complicated. Check out the official documentation at:
https://github.com/PEXPlugins/Permissio ... multiworld
You need to create your prison rank ladder and add per-world permissions for the worlds that aren't affiliated with prison. For rank B for example, it might look something like this:
B:
inheritance:
- A
options:
prefix: '[&5B&r] '
rank: '26'
rank-ladder: Prison
permissions:
- essentials.warps.B
- rank.c
- essentials.warps.enchantingB
worlds:
Hub:
inheritance:
- A
options:
prefix: '[&2Player&f] 'As for independent per-world rank ladders, this isn't automate-able with PEX alone since you can only set one default:true without breaking things. You'd need to either manually add people to different ladders with /pex user (user) group add (group) or use something like WorldGuard region commands to automatically add people upon world change.
Keep in mind that this is purely my own experience, I may be missing some key detail that makes this all a lot less complicated. Check out the official documentation at:
https://github.com/PEXPlugins/Permissio ... multiworld
