- Fixed an issue with incorrect message coloring and formatting
- Added message headers and footers (leave blank to disable)
- Added message processing system. Currently available:
DEFAULT - Bukkit like text coloring and formatting.
MINI_MESSAGE - Using kyori's minimessage library. More info can be found here:
https://docs.adventure.kyori.net/minimessage
You can choose default processor with "defaultProcessor" config value. Also you can set different processors for any message group - just add "processor: DEFAULT
or MINI_MESSAGE" entry into your message section.
Code (YAML):
'mini_message_example':
interval: 15
randomMessages: true
processor: MINI_MESSAGE
servers: - global
messages: - '<yellow>This is a <italic>MiniMessage</italic> test'
- Cleaned code
Special thanks:
@Josh12rice Note: Clickable URLs feature doesn't work with MINI_MESSAGE processing method because this library supports hover and click event formatting like: