jpenilla / MiniMOTD

Minecraft server/proxy plugin to set the server list MOTD using MiniMessage for formatting, supporting RGB colors.
https://modrinth.com/plugin/minimotd
MIT License
286 stars 32 forks source link

Implement Paper platform #139

Open 4drian3d opened 1 year ago

4drian3d commented 1 year ago

Implemented a new module exclusive to Paper 1.19.4+

This module allows to use Paper API directly, without using AdventurePlatformBukkit as an intermediary to use Adventure. Also removed the use of the LegacyComponentSerializer as it is no longer needed

131