Releases: jpenilla/MiniMOTD
Releases · jpenilla/MiniMOTD
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.com
andsurvival.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\n
for 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
MiniMOTD 1.2.0
Added randomized server icon.
- To use this feature, place 64x64px .png image files in the plugins/MiniMOTD/icons folder, which will be created after the first run of the plugin/updating the plugin.
- These pngs will be randomly selected on each server list refresh, similar to random MOTDs.
- If the icons folder is empty, the default server-icon.png will be used.
MiniMOTD 1.1.7
Changelog
- On servers which cannot send RGB MOTDs (older than 1.16 servers) colors will now always be down-sampled.
- Up to date servers will still down-sample colors for old clients, and leave it as RGB for up to date clients (no change).
- Added tab complete for commands on Spigot/Paper
MiniMOTD 1.1.6
All of the Bungee-only features have been ported to also work on Paper based servers.
This includes hex color down-sampling, and fake players.
MiniMOTD 1.1.5
- Update MiniMessage and Adventure
- Includes support for multi-color (3+ color) gradients, ie
<gradient:green:blue:#f0f0f0>|||||||||||||||||||||||||||||||||||</gradient>
- Includes support for multi-color (3+ color) gradients, ie
- Removed legacy motd section
- Added color down-sampling for pre-1.16 clients in BungeeCord
MiniMOTD 1.1.4
Spigot
Fix a load order issue where the plugin would sometimes load before Prisma causing errors when using Prisma colors
BungeeCord
Nothing changed for Bungee Users