Compatibility
Minecraft: Java Edition
1.21–1.21.8
1.20.x
1.19.x
Platforms
Creators
Details
Changelog
This is a major plugin release, meaning it has breaking changes due to API changes, making it incompatible with plugins using the v3 API of ASL.
Breaking Changes
- API was bumped to v4 due to major breaking changes:
ProfileEntry#extraPlayersCount()andProfileEntry#maxPlayersCount()now return a String instead of an Integer.- Methods in
ProfileEntry.Builderto set max and extra players count also have changed to accept Strings instead of Integers. - Deprecated methods in
ProfileEntry.Builderhave been removed.
Additions
- New Server List Profile Option
OnlinePlayers- It allows to modify the online player count to any number value you like.
- It has the same structure as the
ExtraPlayersandMaxPlayersoption, meaning it's underPlayerCountand has the optionsEnabled: <boolean>andAmount: <String> - Should an invalid number be provided will it default to the current online player counts.
- IMPORTANT: Similar to
ExtraPlayersandMaxPlayersinfluencing${server playersMax}does using this option modify${server playersOnline}(Except when used inCondition). It also alters the output ofExtraPlayersdue to it addingxnumber to online players.
- New
${proxy ...}placeholders were added for the BungeeCord and Velocity version of the plugin.- These allow you to retrieve the motd, online players, max players, etc. of a Server connected to the proxy.
- This system uses pinging servers every 10 seconds, so it may take a while for values to update properly.
Changes
ExtraPlayersandMaxPlayersoptions now accept a String instead of an Integer.- This allows the usage of placeholders that return a number.
- All
${server ...}placeholders now return an empty String instead ofnull.- This should avoid random situations of some placeholders being treated as "invalid" despite being a supported placeholder. See #317 for such a case.
- Actually unknown placeholder values (i.e.
${server invalidValue}) will still returnnulland be therefore treated as invalid.
Files
Metadata
Release channel
ReleaseVersion number
5.0.0Loaders
Game versions
1.20–1.21Downloads
120Publication date
September 27, 2024 at 2:49 PMPublisher
Andre601
Owner



