1

PEX help.

camman00 9/23/14 6:45 pm
99
9/24/2014 6:40 pm
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
Posted by
camman00
Level 1 : New Miner
0

  Have something to say?

JoinSign in

2

camman00
09/24/2014 6:40 pm
Level 1 : New Miner
This is exactly what I needed thnx u Rashneish !!!!!
1
Rashneish
09/24/2014 4:01 pm
Level 36 : Artisan System
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:

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
1

Welcome