Small update - The riding a bee title message can now be configured!
A new section was introduced in the config to customize the title message that is sent to a player when riding a bee.
Code (YAML):
beeprotectionsuit:
enabled: true
# A 0.5 reduction is a 50% reduction. 0.6 is 60% and so on... reduction: 0.50
# # Title sent to the user when riding a bee # Use %name% as a placeholder for the player's name # ridebee:
title: "&6You're now riding" subtitle: "&6a bee &8%name%"