BeesPlus/src/main/resources/config.yml

33 lines
667 B
YAML
Raw Normal View History

2020-05-04 12:47:38 +02:00
# Language Settings
#
2020-10-15 22:00:27 +02:00
# Available locale: en, fr, pt, zh_cn, hu, de
2020-05-04 12:47:38 +02:00
#
# If you want to create your own, the file name must match the locale name.
# Example:
# - Create es.yml in locale/
# - Set locale: es
#
locale: en
# Protection suit settings
#
# enabled: true or false
# reduction: A 0.5 reduction is a 50% reduction in damage. 0.6 is 60% and so on...
#
beeprotectionsuit:
enabled: true
reduction: 0.50
# Bee healing settings
#
# removeanger: remove anger from bees when they are healed?
#
healing:
2020-07-02 00:46:39 +02:00
removeanger: true
# Beehive upgrade settings
#
# maximumSize: maximum number of bees a beehive can be upgraded to
#
beehiveupgrade:
maximumpopulation: 9