MiniMOTD

Minecraft server/proxy plugin to set the server list MOTD using MiniMessage for formatting, supporting RGB colors.

MIT License

Stars
292
Committers
7

Bot releases are visible (Hide)

MiniMOTD - MiniMOTD 2.1.3

Published by jpenilla about 1 month ago

Changelog

Added

  • NeoForge implementation
MiniMOTD - MiniMOTD 2.1.2 Latest Release

Published by jpenilla 4 months ago

Changelog

Changed

  • Updated for Minecraft 1.21
MiniMOTD - MiniMOTD 2.1.1

Published by jpenilla 5 months ago

Changelog

Changed

  • Updated for Minecraft 1.20.6
MiniMOTD - MiniMOTD 2.1.0

Published by jpenilla 9 months ago

Changelog

Added

  • Support single-glob matching for parts of hostnames in virtual hosts config (#167)
  • Allow configuring servers to use for player counts & listing (#171, b97ebcbbd6515d46ff93e1de8a0e85b046a95414)
  • Handling for TCPShield hostnames (#171)

Changed

  • Fabric: Updated for Minecraft 1.20.4
MiniMOTD - MiniMOTD 2.0.14

Published by jpenilla about 1 year ago

Changelog

Changed

  • Fabric: Updated for Minecraft 1.20.2
MiniMOTD - MiniMOTD 2.0.13

Published by jpenilla over 1 year ago

Changelog

Changed

  • Updated Adventure to 4.14
  • Fabric: Updated for Minecraft 1.20.1
MiniMOTD - MiniMOTD 2.0.12

Published by jpenilla over 1 year ago

Changelog

Added

  • Folia support

Changed

  • Fabric: Bring back caching of encoded favicons (was lost in 2.0.11 due to vanilla changes)
MiniMOTD - MiniMOTD 2.0.11

Published by jpenilla over 1 year ago

Changelog

Changed

  • Updated for Minecraft 1.19.4
  • Preload some classes during plugin initialization on Bungeecord
MiniMOTD - MiniMOTD 2.0.10

Published by jpenilla almost 2 years ago

Changelog

Changed

  • Updated for Minecraft 1.19.3
  • Removed universal jar and added Bukkit/Bungeecord combo jar
MiniMOTD - MiniMOTD 2.0.9

Published by jpenilla about 2 years ago

Changelog

Changed

  • Updated for Minecraft 1.19.2

Fixed

  • Fixed case sensitivity of virtual hosts config (#115)
  • Fixed server icon related exception on spigot
MiniMOTD - MiniMOTD 2.0.8

Published by jpenilla over 2 years ago

Changelog

Changed

  • Updated for Minecraft 1.19
MiniMOTD - MiniMOTD 2.0.7

Published by jpenilla over 2 years ago

Changelog

Added

  • Support for fabric-loader 0.14+

Changed

  • Dependency updates
  • Minor code clean up
MiniMOTD - MiniMOTD 2.0.6

Published by jpenilla over 2 years ago

Changelog

Changed

  • Updated Adventure and MiniMessage to 4.10.1
  • Updated Fabric platform for Minecraft 1.18.2
MiniMOTD - MiniMOTD 2.0.5

Published by jpenilla almost 3 years ago

Changelog

Changed

  • Updated for Minecraft 1.18.

Fixed

  • Improved error when loading malformed config files.
MiniMOTD - MiniMOTD 2.0.4

Published by jpenilla about 3 years ago

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 - MiniMOTD 2.0.3

Published by jpenilla over 3 years ago

Changelog

Added

  • Added the virtual-host-test-mode option in plugin_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 for virtual-host-configs, and so only works on proxies.

Changed

  • Updated MiniMessage from 4.1.0-SNAPSHOT to 4.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 - MiniMOTD 2.0.2

Published by jpenilla over 3 years ago

Changelog

Added

  • Added minimum and constant modes 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 - MiniMOTD 2.0.1

Published by jpenilla over 3 years ago

Changelog

Added

  • Added hide-player-count option. Setting this to true will disable the player list hover (same as disable-player-list-hover), but will also cause the player count to appear as ??? to clients.

Changed

MiniMOTD - MiniMOTD 2.0.0

Published by jpenilla over 3 years ago

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 - MiniMOTD 1.2.4

Published by jpenilla almost 4 years ago

  • Revert usage of System.lineSeparator() and instead always use \n. Minecraft MOTDs always use \n for newlines, not the system dependent line separator.
Badges
Extracted from project README
build latest release