2011-03-19 22:39:51 +00:00
|
|
|
settings:
|
2011-10-01 12:44:06 +00:00
|
|
|
config:
|
|
|
|
# With this enabled anyone set as op has full permissions when managing GroupManager
|
2011-10-26 23:04:54 +00:00
|
|
|
# The user will be able to promote players to the same group or even above.
|
2011-10-01 12:44:06 +00:00
|
|
|
opOverrides: true
|
2011-10-16 02:35:55 +00:00
|
|
|
|
2011-10-31 20:41:50 +00:00
|
|
|
# Default setting for 'mantoglevalidate'
|
|
|
|
# true will cause GroupManager to attempt name matching by default.
|
|
|
|
validate_toggle: true
|
|
|
|
|
2011-03-19 22:39:51 +00:00
|
|
|
data:
|
|
|
|
save:
|
2011-10-01 12:44:06 +00:00
|
|
|
# How often GroupManager will save it's data back to groups and users.yml
|
2011-03-19 22:39:51 +00:00
|
|
|
minutes: 10
|
2011-10-16 07:58:45 +00:00
|
|
|
# Number of hours to retain backups (plugins/GroupManager/backup)
|
|
|
|
hours: 24
|
2011-10-16 02:35:55 +00:00
|
|
|
|
2011-03-19 22:39:51 +00:00
|
|
|
logging:
|
2011-10-01 12:44:06 +00:00
|
|
|
# level of detail GroupManager will use when logging.
|
|
|
|
# Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
|
2011-03-19 22:39:51 +00:00
|
|
|
level: INFO
|
2011-10-16 02:35:55 +00:00
|
|
|
|
|
|
|
mirrors:
|
2012-01-10 18:40:34 +00:00
|
|
|
# Worlds listed here have their settings mirrored in their children.
|
2012-01-11 05:51:40 +00:00
|
|
|
# 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.
|
2011-09-03 14:41:23 +00:00
|
|
|
world:
|
2012-01-11 05:51:40 +00:00
|
|
|
world_nether:
|
|
|
|
- users
|
|
|
|
- groups
|
|
|
|
world_the_end:
|
|
|
|
- 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)
|