Ok so I'm using groupmanager to set up my perms and multiverse core to create worlds. When I add a perm to a group, (like /mangaddp Default essentials.afk) it only adds that permission in one world (I have a spawn world and a player world) so they can do /afk in one world, but not the other. Its same with groups. If I do /manuadd (name) Default it only adds them to the default group in one world. Ip- 198.24.178.122:36080
2
thanks so much, this really helped
You will need to mirror your permissions. An example taken from the group manager site;
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.
# 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
