AoElite / AutoReconnect

A bungeecord plugin that automatically reconnect players when a server restarts.
MIT License
14 stars 7 forks source link

fix: Fix NoSuchMethodError for waterfall ~559 #48

Open TheXorog opened 11 months ago

TheXorog commented 11 months ago

One of the updates in the last month or so changed the behavior of Kick.getMessage() to return a BaseComponent instead of a string, throwing a NoSuchMethodError when kicked.

This PR fixes said issue, updates dependencies and bumps the version to 1.6.12.

Also as a side-note: I am quite new to java, feel free to change anything you do not like or let me know if i need to change something.