1
Group Manager More Worlds Perms Problems
Hello everyone.
For permissions I'm using Group Manager
and for more worlds I'm using MultiVerse.
Problem is , the permissions that I have only works in main world.
How do I make them to work in every world same (I just want to disable /shop in creative world)? And how do I make them to have in every world same Prefixes?
For permissions I'm using Group Manager
and for more worlds I'm using MultiVerse.
Problem is , the permissions that I have only works in main world.
How do I make them to work in every world same (I just want to disable /shop in creative world)? And how do I make them to have in every world same Prefixes?
4
Okay thanks.
I'm gonna try that
I'm gonna try that
I did that.
And it worked but I have to manually promote players in each world.
How do I make it to work automatically?
When I promote someone in Main world to be automatically promoted in all other worlds.
And it worked but I have to manually promote players in each world.
How do I make it to work automatically?
When I promote someone in Main world to be automatically promoted in all other worlds.
Hmm I have never used group manager in quite a while, I thought it would automatically distribute the groups to all worlds.
To be honest I would suggest trying out permissions ex, it's really simple and can easily do everything you want it to do without anything additional like mirroring the permissions, or adding multiple permission folders for each world.
To be honest I would suggest trying out permissions ex, it's really simple and can easily do everything you want it to do without anything additional like mirroring the permissions, or adding multiple permission folders for each world.
From what I read you need to mirror the permissions. Taken from the essentials home page;
# This is an example GroupManager Mirroring system.
# This will take you into some more complex GM Mirroring.
mirrors:
MainWorld:
MainWorld_nether:
- users
- groups
Hardcore:
- groups
Skylands:
Skylands2:
- users
- groups
Hardcore:
Hardcore_nether:
- users
- groups
all_unnamed_worlds:
- users
- groups
In this example you would be expected to maintain several sets of config files. Skylands and Skylands2 will share the Skylands folder. Mainworld, and the MainWorld_nether will share a folder. Hardcore will use the groups files from MainWorld but will have its own user file, and all other worlds will use the Hardcore user file and Mainworld groups file.
# This is an example GroupManager Mirroring system.
# This will take you into some more complex GM Mirroring.
mirrors:
MainWorld:
MainWorld_nether:
- users
- groups
Hardcore:
- groups
Skylands:
Skylands2:
- users
- groups
Hardcore:
Hardcore_nether:
- users
- groups
all_unnamed_worlds:
- users
- groups
In this example you would be expected to maintain several sets of config files. Skylands and Skylands2 will share the Skylands folder. Mainworld, and the MainWorld_nether will share a folder. Hardcore will use the groups files from MainWorld but will have its own user file, and all other worlds will use the Hardcore user file and Mainworld groups file.
