1

[GroupManager] Need Immediate Help !

StevensCruz 2/26/14 9:27 pm
161
2/27/2014 3:04 pm
Hello,
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_nether

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 .
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.
Posted by
StevensCruz
Level 1 : New Network
0

  Have something to say?

JoinSign in

10

TreeDB
02/27/2014 3:04 pm
Level 1 : New Network
You can always use this to convert pex to group manager : http://convert2gm.chrisgward.com/
1
StevensCruz
02/26/2014 10:17 pm
Level 1 : New Network
One other thing, when players do /rankup to rankup, they do not show up in the users.yml. Is there a fix for this.
1
StevensCruz
02/26/2014 10:04 pm
Level 1 : New Network
Mirroring dosent seem to work anymore /;
Here is what I did http://pastebin.com/LimajihG
1
DtigerCSK
02/26/2014 10:08 pm
Level 34 : Artisan Pokémon
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.

world:
Prison:
- users
- groups
plotworld:
- users
- groups
all_unnamed_worlds:
- users
- groups
world_nether:
- users
- groups
world_the_end:
- users
- groups
1
StevensCruz
02/26/2014 9:38 pm
Level 1 : New Network
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 ?
1
DtigerCSK
02/26/2014 9:42 pm
Level 34 : Artisan Pokémon
Error just on here? Mind posting your actual config along with your permissions file to pastebin or something of the equivalent?
1
StevensCruz
02/26/2014 9:45 pm
Level 1 : New Network
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
1
DtigerCSK
02/26/2014 9:51 pm
Level 34 : Artisan Pokémon
Your mirrors aren't configured properly.
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.
1
DtigerCSK
02/26/2014 9:36 pm
Level 34 : Artisan Pokémon
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
1
StevensCruz
02/26/2014 9:35 pm
Level 1 : New Network
Anyone ? Please.
1

Welcome