mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-03 15:08:18 +01:00
Minor grammatical changes to config.yml
This commit is contained in:
parent
411b4e2b8f
commit
59c833aa9e
@ -7,20 +7,20 @@ settings:
|
|||||||
# Default setting for 'mantogglevalidate'
|
# Default setting for 'mantogglevalidate'
|
||||||
# true will cause GroupManager to attempt name matching by default.
|
# true will cause GroupManager to attempt name matching by default.
|
||||||
validate_toggle: true
|
validate_toggle: true
|
||||||
# **********************************************************************************************************************************
|
# ************************************************************************************************************************************************************
|
||||||
# *** NOTE: Having this feature enabled, improper use of commandblocks will lead to undesireable permission changes, be alarmed! ***
|
# *** NOTE: Having this feature enabled can allow improper use of Command Blocks which may lead to undesireable permission changes. You have been warned! ***
|
||||||
# **********************************************************************************************************************************
|
# ************************************************************************************************************************************************************
|
||||||
allow_commandblocks: false
|
allow_commandblocks: false
|
||||||
|
|
||||||
data:
|
data:
|
||||||
save:
|
save:
|
||||||
# How often GroupManager will save it's data back to groups and users.yml
|
# How often GroupManager will save it's data back to groups.yml and users.yml
|
||||||
minutes: 10
|
minutes: 10
|
||||||
# Number of hours to retain backups (plugins/GroupManager/backup)
|
# Number of hours to retain backups (plugins/GroupManager/backup)
|
||||||
hours: 24
|
hours: 24
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
# level of detail GroupManager will use when logging.
|
# Level of detail GroupManager will use when logging.
|
||||||
# Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
|
# Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
|
||||||
level: INFO
|
level: INFO
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user