1
Alrighty, well here is my issue. I've got my server setup to mirror the users file from the main world, AKA Hub. It doesn't do that. It doesn't mirror anything at all. It just wont work for some reason. A little help?
settings:
config:
# With this enabled anyone set as op has full permissions when managing GroupManager
# The user will be able to promote players to the same group or even above.
opOverrides: true
# Default setting for 'mantoglevalidate'
# true will cause GroupManager to attempt name matching by default.
validate_toggle: true
data:
save:
# How often GroupManager will save it's data back to groups and users.yml
minutes: 10
# Number of hours to retain backups (plugins/GroupManager/backup)
hours: 24
logging:
# level of detail GroupManager will use when logging.
# Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
level: INFO
mirrors:
# Worlds listed here have their settings mirrored in their children.
# The first element 'world' is the main worlds name
# subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
# the same user/groups files as the parent.
# Each child world can be configured to mirror the 'groups', 'users' or both files from it's parent.
hub:
pvp:
- users
pvp_nether:
- users
pvp_the_end:
- users
creative:
- users
donator:
- users
7
*EDIT*
Nevermind, I had the server re-create the config.yml file, and it's working perfectly now.
T_T
Nevermind, I had the server re-create the config.yml file, and it's working perfectly now.
T_T
As explained, it will be the same files as the parent.
So world1 would get the "fakeusers" file, and world2 would get the "fakegroups" file, but not anything else.
However, if you want the entire settings inherited to other worlds, simply add it as a String object:
This way, world1 and world2 both inherit settings from hub.
hub:
world1:
- fakeusers
world2:
- fakegroupsSo world1 would get the "fakeusers" file, and world2 would get the "fakegroups" file, but not anything else.
However, if you want the entire settings inherited to other worlds, simply add it as a String object:
hub:
- world1
- world2This way, world1 and world2 both inherit settings from hub.
I'm having the same issues, it's not mirroring permissions between worlds. If I promote someone in the parent world it's not mirroring to others. I have to manually promote them in each individual world separately, and it's a bit annoying. Here's my conifg:
settings:
config:
# With this enabled anyone set as op has full permissions when managing GroupManager
# The user will be able to promote players to the same group or even above.
opOverrides: true
# Default setting for 'mantoglevalidate'
# true will cause GroupManager to attempt name matching by default.
validate_toggle: true
data:
save:
# How often GroupManager will save it's data back to groups and users.yml
minutes: 60
# Number of hours to retain backups (plugins/GroupManager/backup)
hours: 60000
logging:
# level of detail GroupManager will use when logging.
# Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
level: INFO
mirrors:
# Worlds listed here have their settings mirrored in their children.
# The first element 'world' is the main worlds name
# subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
# the same user/groups files as the parent.
# Each child world can be configured to mirror the 'groups', 'users' or both files from it's parent.
world:
world_the_end:
- users
- groups
pvp:
- users
- groups
world_nether:
- users
- groups
playerworld:
- users
- groups
# world2: (World2 would have it's own set of user and groups files)
# world3:
# - users (World3 would use the users.yml from world2, but it's own groups.yml)
# world4:
# - groups (World4 would use the groups.yml from world2, but it's own users.yml)
# world5:
# - world6 (this would cause world6 to mirror both files from world5)
Looking at the config file, you only mirrored the Users files. It's important the mirror the Groups files as well. Without them, the users file has no clue what the groups are.
Also, the files themselves don't mirror, I believe. It's just the permissions that change ingame. Hope this helped!
Also, the files themselves don't mirror, I believe. It's just the permissions that change ingame. Hope this helped!
I always saw it as a way to make the users the same over all the worlds. EX - Making Arron a mod in the Hub world gives him mod in all the worlds.
Please do.
i can help
