MiniMessage Support & Formatting Improvements • MiniMessage: Gradients have been fixed, and legacy color codes will now be preserved with MiniMessage enabled. You can now use gradients and legacy color codes interchangeably.
Configuration Improvements • Added a new chat countdown toggle. You will now be able to turn off the game countdown in the chat, while keeping on the title countdown. This can be found in config.yml with the settings.broadcast-countdown option. • Set messages.prefix: "" to completely disable the prefix. Unused messages.prefix entries from individual game files have been removed as they were not being used. word-format.prefix still exists and is used for word display formatting.
Code (YAML):
settings:
broadcast-countdown: false
# Only show title/subtitle countdown effects:
titles:
countdown:
enabled: true
Technical Changes • Improved the preprocessor for MiniMessage parsing. • Better null/empty handling for prefix configuration. • Cleaner seperation of concerns between global and per-game settings.