Skip to content

Releases: jpenilla/MiniMOTD

MiniMOTD 2.0.0

15 Feb 02:16
Compare
Choose a tag to compare

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 and survival.server.com.
  • Merged MiniMOTD-Fabric into the main MiniMOTD project.
  • Added bStats to the Velocity module

MiniMOTD 1.2.4

14 Jan 05:26
Compare
Choose a tag to compare
  • 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

26 Dec 23:23
Compare
Choose a tag to compare

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

14 Sep 18:43
Compare
Choose a tag to compare

Changelog

  • Make the update checker respect the config option to turn it off

MiniMOTD 1.2.1

12 Sep 07:42
Compare
Choose a tag to compare

Changelog

  • Added Velocity support

MiniMOTD 1.2.0

26 Aug 01:38
Compare
Choose a tag to compare

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

15 Aug 21:46
Compare
Choose a tag to compare

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

02 Aug 06:41
Compare
Choose a tag to compare

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

29 Jul 19:47
Compare
Choose a tag to compare
  • Update MiniMessage and Adventure
    • Includes support for multi-color (3+ color) gradients, ie <gradient:green:blue:#f0f0f0>|||||||||||||||||||||||||||||||||||</gradient>
  • Removed legacy motd section
  • Added color down-sampling for pre-1.16 clients in BungeeCord

MiniMOTD 1.1.4

16 Jul 23:42
Compare
Choose a tag to compare

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