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

v3.0.0-b1: Support for Paper-plugin loading system.

Pre-release
Pre-release
Compare
Choose a tag to compare
@Andre601 Andre601 released this 23 Mar 15:46
· 890 commits to master since this release
40f362f

FOR SPIGOT AND PAPER USERS

This update is a BETA, so expect possible bugs and issues and Make backups of your server and plugin configurations!
While I did test the plugin on 1.19.4 and it working will I not guarantee that it won't break, so be careful with it and always report issues to me on GitHub!


What changed?

This update adds support for PaperMC's all new Paper plugin system. This system allows a plugin to define a separate YAML file for different configurations to be loaded and used, making a merged jar a lot easier.

Because of this is AdvancedServerList no longer shipping a separate Paper and Spigot jar but instead a Bukkit jar that works on both platforms.
Please note that the Paper plugin feature only exists since the latest 1.19.3 and 1.19.4 releases and is still considered experimental.
On older versions will AdvancedServerList load like a Spigot plugin (including the Paper notice banner). This won't be removed nor fixed.

As a final note will I keep the paper module until the next non-patch release, so if you want to build the old paper plugin can you clone this repository and execute mvn --projects :core,:paper clean install in the root-directory to build the core and paper module.

Please let me know about any issues you encountered!