2011-03-19 23:39:51 +01:00
|
|
|
settings:
|
2011-10-01 14:44:06 +02:00
|
|
|
config:
|
|
|
|
# With this enabled anyone set as op has full permissions when managing GroupManager
|
2011-10-27 01:04:54 +02:00
|
|
|
# The user will be able to promote players to the same group or even above.
|
2011-10-01 14:44:06 +02:00
|
|
|
opOverrides: true
|
2011-10-16 04:35:55 +02:00
|
|
|
|
2011-10-27 01:04:54 +02:00
|
|
|
# If enabled any plugins bukkit permissions which default to true will be left enabled.
|
2011-10-12 01:16:53 +02:00
|
|
|
# If the player is op any permissions set to Op will follow suit.
|
|
|
|
bukkit_perms_override: false
|
2011-10-16 04:35:55 +02:00
|
|
|
|
2011-03-19 23:39:51 +01:00
|
|
|
data:
|
|
|
|
save:
|
2011-10-01 14:44:06 +02:00
|
|
|
# How often GroupManager will save it's data back to groups and users.yml
|
2011-03-19 23:39:51 +01:00
|
|
|
minutes: 10
|
2011-10-16 09:58:45 +02:00
|
|
|
# Number of hours to retain backups (plugins/GroupManager/backup)
|
|
|
|
hours: 24
|
2011-10-16 04:35:55 +02:00
|
|
|
|
2011-03-19 23:39:51 +01:00
|
|
|
logging:
|
2011-10-01 14:44:06 +02:00
|
|
|
# level of detail GroupManager will use when logging.
|
|
|
|
# Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
|
2011-03-19 23:39:51 +01:00
|
|
|
level: INFO
|
2011-10-16 04:35:55 +02:00
|
|
|
|
|
|
|
mirrors:
|
2011-10-01 14:44:06 +02:00
|
|
|
# Worlds listed here have their permissions mirrored in their children.
|
2011-10-27 01:04:54 +02:00
|
|
|
# the first element 'world' is the main worlds name
|
|
|
|
# subsequent elements '- world_nether' are worlds which will use the same
|
|
|
|
# user/groups permissions as the parent.
|
2011-09-03 16:41:23 +02:00
|
|
|
world:
|
|
|
|
- world_nether
|
2011-03-19 23:39:51 +01:00
|
|
|
- world2
|
|
|
|
- world3
|
2011-10-04 16:59:26 +02:00
|
|
|
# world4:
|
|
|
|
# - world5
|