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 #131

Closed 4drian3d closed 1 year ago

4drian3d commented 1 year ago

Implemented a new module exclusive to Paper 1.19.3+

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

jpenilla commented 1 year ago

Needs to use https://github.com/PaperMC/paper-trail, also the Legacy serializer isn't needed now but you still need to use the ComponentColorDownsampler for old clients

4drian3d commented 1 year ago

Needs to use https://github.com/PaperMC/paper-trail, also the Legacy serializer isn't needed now but you still need to use the ComponentColorDownsampler for old clients

Done