This is a small update that only changes the MiniMOTD Migrator. It now also converts "random" being set as favicon option given the recent update of allowing random favicon to be set in AdvancedServerList.
Only other changes are some dependency bumps.
This update adds the option to set random
as the favicon option.
Doing so will make AdvancedServerList pick a random image from its favicons folder, if any are available.
This can be useful for setups, where you want a randomized MOTD and Favicon without having to make profiles
entries for every possible combination.
AdvancedServerList now caches the CompletableFuture PAPIProxyBridge gives for finding servers, rather than the actual result (which may be null).
This should hopefully help in improving compatability of the plugin without having to block threads, causing larger delays.
Due to an oversights was hover text not being sent through PAPIProxyBridge to be parsed by PlaceholderAPI. This should now be fixed.
There is no longer a warning whenever the plugin is unable to ping a server.
Other than that was there only some smaller code cleanup.
Another small fix for the BanPlugins Addon.
This update fixes a wrong name for the Paper version, where the plugin expects AdvancedBans when it should be AdvancedBan.
This is a small bugfix correcting a wrongly set main class for the paper version of the BanPlugins Addon.