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
|
|
|
|
2012-01-09 02:00:58 +00:00
|
|
|
# If enabled any bukkit permissiosn which default to true will be left enabled.
|
2011-10-11 23:16:53 +00:00
|
|
|
# If the player is op any permissions set to Op will follow suit.
|
2012-01-09 02:00:58 +00:00
|
|
|
bukkit_perms_override: 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.
|
2011-10-26 23:04:54 +00:00
|
|
|
# the first element 'world' is the main worlds name
|
2012-01-10 18:40:34 +00:00
|
|
|
# subsequent elements 'world_nether' and 'world_the_end' are worlds which will use the same
|
|
|
|
# user/groups files as the parent.
|
2011-09-03 14:41:23 +00:00
|
|
|
world:
|
|
|
|
- world_nether
|
2011-11-29 20:34:31 +00:00
|
|
|
- world_the_end
|
2012-01-10 18:40:34 +00:00
|
|
|
# - world2
|
|
|
|
# - world3
|
2011-10-04 14:59:26 +00:00
|
|
|
# world4:
|
|
|
|
# - world5
|