- Added PlaceholderAPI support for integration with plugins such as EZColors and ChatColor:
# You may enable this if you use a plugin for per-player chat color customization (e.g., EZColors, ChatColor etc.)
placeholderApiIntegration: false
# Name of a placeholder that will be put before each text line
colorPlaceholder: "%ezcolors_color%"
# Format for text lines if `placeholderApiIntegration` is true
lineFormat: "&[defaultColor]&[colorPlaceholder][message]"
Changelog:
- Fixed the infinite loop which caused the server to crash.
- Fixed large hitboxes for middle entities (which are of the AreaEffectCloud type) by decreasing their radius property.
- Fixed the way messages disappear.