cnaude / PurpleBungeeIRC

BungeeCord IRC relay plugin.
2 stars 10 forks source link

Updated dependencies to be compatible with 1.16 #14

Closed CSmither closed 4 years ago

CSmither commented 4 years ago

Updated dependency ChatColour is no longer an enum in 1.16 so the Enum ChatColour class is now a final class. Changed maps to allow this.

Also added a try catch for if the ServerInfo cannot be parsed properly

fixes #13