1
[GroupManager] Need Immediate Help !
Hello,
I have recently switched to group manager from PermissionsEx and I am having a big problem. I have mirrored my worlds like this.
I am making a prison server so I mirrored all the worlds so ranks are global. The problem I am having is that the only world that shows up in the worlds folder is world "world". When I try to add in permissions to that world they don't work .
If anyone could help me please post a reply. Or if you are any good with GroupManager. Thanks in advance.
I have recently switched to group manager from PermissionsEx and I am having a big problem. I have mirrored my worlds like this.
world:
- plotworld
- Prison
- world_the_end
- world_nether
Prison:
- world
- plotworld
- world_the_end
- world_nether
plotworld:
- Prison
- world
- world_the_end
- world_netherI am making a prison server so I mirrored all the worlds so ranks are global. The problem I am having is that the only world that shows up in the worlds folder is world "world". When I try to add in permissions to that world they don't work .
groups:
A:
default: true
permissions:
- -bukkit.plugins
- essentials.warp
- essentials.warps.prison
- essentials.warps.a
inheritance: []
info:
prefix: '&e'
build: true
suffix: ''If anyone could help me please post a reply. Or if you are any good with GroupManager. Thanks in advance.
10
You can always use this to convert pex to group manager : http://convert2gm.chrisgward.com/
One other thing, when players do /rankup to rankup, they do not show up in the users.yml. Is there a fix for this.
Mirroring dosent seem to work anymore /;
Here is what I did http://pastebin.com/LimajihG
Here is what I did http://pastebin.com/LimajihG
Since you can't have two way mirrors. If world_2 mirrors world_1, world_1 cannot mirror world_2, that just creates a loop.
All you need is the below, and edit the permissions in the world "world." Permissions listed in this world will be mirrored to the ones listed, in your case it's Prison, plotworld, all_unnamed_worlds, world_nether, and world_the_end.
All you need is the below, and edit the permissions in the world "world." Permissions listed in this world will be mirrored to the ones listed, in your case it's Prison, plotworld, all_unnamed_worlds, world_nether, and world_the_end.
world:
Prison:
- users
- groups
plotworld:
- users
- groups
all_unnamed_worlds:
- users
- groups
world_nether:
- users
- groups
world_the_end:
- users
- groups
That was just an error on here. Its good in the actual config. But thanks. Do you know what might be causing the others bugs ?
Error just on here? Mind posting your actual config along with your permissions file to pastebin or something of the equivalent?
This is the groups.yml link http://pastebin.com/r5zTjJy0
And this is the users.yml http://pastebin.com/UT2uy0UU
And this is the config.yml http://pastebin.com/JDCgRuYy
And this is the users.yml http://pastebin.com/UT2uy0UU
And this is the config.yml http://pastebin.com/JDCgRuYy
Your mirrors aren't configured properly.
It's supposed to be like the following:
The parent_world is the world you want all other worlds listed as children to have the same permissions, so in this instance world_1 and world_2 will have the same permissions as parent_world.
You can define either to mirror only users, groups, or both. The configuration I provided above follows this format. Read more on the Group Manager wiki, it explains everything on there.
It's supposed to be like the following:
mirrors:
parent_world:
world_1:
- users
- groups
world_2:
- users
- groups
The parent_world is the world you want all other worlds listed as children to have the same permissions, so in this instance world_1 and world_2 will have the same permissions as parent_world.
You can define either to mirror only users, groups, or both. The configuration I provided above follows this format. Read more on the Group Manager wiki, it explains everything on there.
Fixed your mirrors. Check the Group Manager wiki for correct configuration.
mirrors:
world:
world_the_end:
- users
- groups
world_nether:
- users
- groups
plotworld:
- users
- groups
prison:
- users
- groups
Anyone ? Please.
