arkflame / CleanMOTD

Simple and light plugin to manage the motd of your server.
https://www.spigotmc.org/resources/58268/
MIT License
15 stars 14 forks source link

Added api-version and Updated Pom #13

Closed 4drian3d closed 3 years ago

4drian3d commented 3 years ago

When testing some plugins and their compatibility with Java 16(the plugin does work). I noticed that CleanMotD takes up to 2 minutes to load because it doesn't have api-version, according to my local test. Here I add the necessary api-version and update the Bungeecord repository to the recommended one, update the netty version to 4.1.63(bug fix) and the maven-compiler-plugin version.