Releases: jpenilla/MiniMOTD
Releases · jpenilla/MiniMOTD
MiniMOTD 2.0.5
Changelog
Changed
- Updated for Minecraft 1.18.
Fixed
- Improved error when loading malformed config files.
MiniMOTD 2.0.4
Changelog
Changed
- Updated bundled version of MiniMessage. This fixes most of the edge case parsing issues which have come up in 2.0.3.
Fixed
- Fixed virtual host test mode config not properly loading.
MiniMOTD 2.0.3
Changelog
Added
- Added the
virtual-host-test-modeoption inplugin_settings.conf. When enabled, MiniMOTD will print debug information to the console on each received ping. The purpose of this is to help in determining the correct configuration values forvirtual-host-configs, and so only works on proxies.
Changed
- Updated MiniMessage from
4.1.0-SNAPSHOTto4.2.0-SNAPSHOT. This version includes a rewritten parser which is not only faster, but also fixes most if not all of the known issues with the previous parser. - Updated Fabric platform to Minecraft 1.17.
MiniMOTD 2.0.2
Changelog
Added
- Added
minimumandconstantmodes to the fake player count config. (#50) - Added a config option for whether the displayed online player count may exceed the displayed max player count.
- Added support for Sponge API v7.
- Added a compatibility workaround for Travertine proxies.
Fixed
- Fixed compatibility with non-snapshot versions of Velocity.
MiniMOTD 2.0.1
Changelog
Added
- Added
hide-player-countoption. Setting this to true will disable the player list hover (same asdisable-player-list-hover), but will also cause the player count to appear as???to clients.
Changed
- Updated Adventure
- Includes improved color downsampling
MiniMOTD 2.0.0
Changelog
Changed
- Completely reworked configuration files to be easier to use and more extendable in the future.
⚠️ Note: Pre-2.0.0 config files (i.e.config.yml) will be ignored. In order to upgrade from MiniMOTD 1.x.x, you will need to manually copy your MOTDs to the new config file (main.conf).- Config files now use the HOCON (
.conf) file format - Configs are now loaded using the amazing Configurate library
Added
- Added the ability to specify certain MOTD configs for virtual hosts on proxies. For example you could configure different MOTDs for
play.server.comandsurvival.server.com. - Merged MiniMOTD-Fabric into the main MiniMOTD project.
- Added bStats to the Velocity module
MiniMOTD 1.2.4
- Revert usage of
System.lineSeparator()and instead always use\n. Minecraft MOTDs always use\nfor newlines, not the system dependent line separator.
MiniMOTD 1.2.3
Changelog
- Added option to disable player list hover
- Added ability to pair certain MOTDs with certain icon images. See the wiki page for more info
- Updated dependencies
MiniMOTD 1.2.2
Changelog
- Make the update checker respect the config option to turn it off
MiniMOTD 1.2.1
Changelog
- Added Velocity support