Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

v3.0.2: Minor Spigot fix

Compare
Choose a tag to compare
@Andre601 Andre601 released this 08 May 15:42
· 794 commits to master since this release
38d6ac3

This update fixes a small issue on Spigot servers where a NoClassDefFoundException is thrown whenever the MOTD gets parsed.

This was because I used a convenience method from ProtocolLib that converts a Adventure component to a WrappedChatComponent. This method only works on servers natively implementing adventure (i.e. Paper).
The reason why it worked on older versions is unknown to me. My biggest guess is, that I accidentally included the adventure library in my plugin, which ProtocolLib would hook into.

Either way, this should be fixed now. Thanks to SlimeDog for reporting.