Enable maintenance mode with a custom maintenance motd and icon.

4.0.0

Release

KennyTV released this version on Mar 17, 2022

715.0 KB
Download

4.0.0 - March 17th 2022

Changed

  • Added support for hex colors in messages and replaced the component parsing with adventure-minimessage
    • This means that section symbols (ยง) are no longer the intended/supported format
    • You can use the following page to edit and preview formatted text: https://webui.adventure.kyori.net/
    • You can find full documentation on the format (including normal colors and formatting, rgb, click/hover events, and more) here: https://docs.adventure.kyori.net/minimessage/format
    • Your config and language file will mostly be updated to the new format automatically, you won’t have to change anything manually except for the %NEWLINE% variable to <br>. You might still benefit from letting new config and language files generate.
    • Note that the player count and player count hover messages do not support rgb colors
  • Updated Sponge module to SpongeAPI v8 (Minecraft 1.15+)
  • Changed %NEWLINE% replacement to <br>
  • Changed enable-timerspecific-messages to default to true in newly generated config files
  • Added prefix entry in language file to use the placeholder <prefix> instead of copy-pasting the actual prefix every time
  • Added singleServerMaintenanceListEntry language string
  • Added Polish translations (thanks to Slasherss1)
  • Updated French translations (thanks to Aurelien30000)
  • Updated Spanish translations (thanks to Jaximo)
  • If you were using the MaintenanceAddon, you need to update it to version 1.2.0

Fixed

  • Fixed missing language key warning for the scheduletimer command
  • Fixed typo in singleServerMaintenanceListEmpty default language string
  • Fixed typo in language key whitelistEmpty in the German language file (by Ceddix)

Dependencies