Hi, I am using Pex and Multiverse... I basically want the server to have a specific prefix for every world, except for the main world. Any way to do that with either PEX or Multiverse? And also if its a PEX thing, could you give a quick example..
3
Great help I just done this with my server also
Thanks a lot!
You can do that with permissionsEx, just add a prefix to different worlds in the permissions config, like below.
groups:
cats:
prefix: '[PrefixInMainWorld]'
permissions:
- example.permission
worlds:
secondworld:
prefix: '[PrefixForSecondWorld]'
