My server has 5 worlds, and they all have different groups. I want to know if there is a command or something I can do to add staff to groups without having to add them to all the worlds individually. Is there a group or something I could make? Or is there a command?
1
I'm surprised I'm the first response.
Goto GroupManager/config.yml.
Scroll down until you see something similar to this:
http://i.imgur.com/Ybvnq6N.png
The stuff won't already be there, but it's an example to base it on.
Mesa has it's own groups and users.
Mesa_Nether uses Mesa's groups and users
Mesa_The_End uses Mesa's groups and users as well.
So say your main world is world,
All the worlds in "world"s list will inherit the same groups and users.
Goto GroupManager/config.yml.
Scroll down until you see something similar to this:
http://i.imgur.com/Ybvnq6N.png
The stuff won't already be there, but it's an example to base it on.
Mesa has it's own groups and users.
Mesa_Nether uses Mesa's groups and users
Mesa_The_End uses Mesa's groups and users as well.
So say your main world is world,
world:
world_nether:
- groups
- users
world_the_end:
- groups
- users
other_world:
- groups
- users
pew_pew:
- groups
- users
boom_another_world:
- groups
- users
All the worlds in "world"s list will inherit the same groups and users.
