Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Changelog
Long time no update ey?
This update brings an important change to the project. Namely, the Spigot platform will no longer be supported by AdvancedServerList.
There are many reasons, but the main one is, that I don't like having to rely on a 3rd-party plugin for features that other servers provide out of the box. It stops my plugin from working on newer versions on Spigot because I have to wait for the dependency to update, which may also bring breaking changes, making it possibly incompatible with former server versions.
The plugin will now print a huge warning and disable itself should it not detect specific classes present in Paper, so make sure your server is paper-compatible.
Other changes
There also were some other changes. One is in fact a breaking one and related to the ${server ...}
placeholders.
Previously, the ${server playersOnline}
would allow a space-separated list of server or world names to count the players in and display.
Issue is that I messed it up and didn't really split the string up at the spaces (Or rather I limited it to two parts: playersOnline
and whatever followed it afterwards). Also, using spaces feels weird... So I now changed it to split at commas.
This means that instead of ${server playersOnline lobby1 lobby2}
the new syntax would be ${server playersOnline lobby1,lobby2}
Files
Metadata
Release channel
ReleaseVersion number
3.6.0Loaders
Game versions
1.19–1.20.2Downloads
68Publication date
December 2, 2023 at 1:29 PMPublisher
Andre601
Owner