This upgrade increases the maximum population by 3 bees.
To use it, right-click on a beehive (
not a bee nest - bee nests are the ones that naturally appear under trees).
The maximum population a beehive can have can be configured.
![[IMG]](/proxy/image?url=https%3A%2F%2Fi.imgur.com%2FWTU907p.gif)
Update: Optionally the anger of a bee can be removed when healed with a flower!
![[IMG]](/proxy/image?url=https%3A%2F%2Fi.imgur.com%2FRGvX2LN.png)
The following permissions are available:
- beesplus.bee.view - Allows the user to open the bee GUI
- beesplus.bee.heal - Allows the user to heal bees with flowers
- beesplus.bee.ride - Allows the user to ride bees
- beesplus.beehive.view - Allows the user to open the beehive menu
- beesplus.beehive.upgrade - Allows users to use beehive upgrades
Note: The French locale has not been updated for the latest version yet. If you're a native French speaker and would like to contribute please send me a message.
Code (YAML):
# Language Settings
#
# Available locale: en, fr, pt, zh_cn, hu, ko
#
# 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:
removeanger
: true
# Beehive upgrade settings
#
# maximumSize: maximum number of bees a beehive can be upgraded to
#
beehiveupgrade:
maximumpopulation
: 9
Note: If you have translated this plugin to a locale (language) that is not available yet, please send me the file so that more people can enjoy it
Note: This plugin uses bStats for plugin metrics data which is completly anonymized. However this is
completly optional and can be disabled in the bStats configuration file in your plugins folder.