Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
AdvancedServerList

AdvancedServerList

A plugin to display a custom MOTD, Player count text, player count hover and Favicon using conditions and priorities.

46.0k
133
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x
1.19.x

Platforms

BungeeCord
Folia
Paper
Spigot
Velocity
Waterfall

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server
Donate on Ko-fiDonate on Patreon

Creators

Andre601
Andre601 Owner

Details

Licensed MIT
Created 2 years ago
Updated 6 days ago
DescriptionGalleryChangelogVersions

Show all versions

1
10
11
12
16

v3.0.1 (BungeeCord, Waterfall)

by Andre601 on Apr 26, 2023
Download

This is a small update making some improvements to the code, while also fixing a few minor things.

Improvements

  • Created a BukkitCore<F> class to extend the JavaPlugin class and implement the PluginCore<F> interface respectively. This allowed me to simply provide the class instance for cases where either a JavaPlugin or a PluginCore instance was needed.
  • Made AdvancedServerList have a Type parameter (So it became AdvancedServerList<F> This was made to get rid of PluginCore<?> usage, which I wasn't a big fan of.
  • Unregister PlaceholderAPI expansion when plugin is disabling itself. This should allow support for using /reload (Although I do not recommend using that).

Fixes

  • PlaceholderAPI expansion not being set as Persistent. It should now no longer be unregistered when using /papi reload
  • JoinEvent class not being registered as a Event listener

v3.0.0 (BungeeCord, Waterfall)

by Andre601 on Apr 3, 2023
Download

v3.0.0 (Velocity)

by Andre601 on Apr 3, 2023
Download

v3.0.0 (Spigot, Paper)

by Andre601 on Apr 3, 2023
Download

This release is the first proper 3.0.0 release of AdvancedServerList.

If you didn't follow the previous releases is here a short summary:

  • Support for PaperMC's new Paper-plugin system has been implemented. The two jars (Spigot and Paper) have been merged into one now. As of writing this has the Paper module - after being kept for a while - been removed.
  • Fixes have been made towards Spigot compatability (More precisely with protocollib).

Other changes have recently been made too. In detail, a "HangarUploader" module was made, which houses the code of a Jar file made to upload the jar files to the Hangar Website automatically. Big thanks to all the @hangarmc team members that helped me in getting this to work. If you're reading this on Hangar, does it mean the application worked!

Additionally have dependencies been improved. The Bukkit jar is no longer almost 8MB but instead around 1.15MB. The other jars - to my knowledge - received little to no size reduction.

Funfact (Actually sad fact)

This is the 7th time I make the release

v3.0.0-b2 (Spigot, Paper)

by Andre601 on Mar 29, 2023
Download

v3.0.0-b2 (Velocity)

by Andre601 on Mar 29, 2023
Download

v3.0.0-b2 (BungeeCord, Waterfall)

by Andre601 on Mar 29, 2023
Download

This update fixes #67 on Spigot 1.19.4

The issue was, that The Server List Ping stuff of MC is now a record, which is unmodifiable, meaning that I simply can't get the ping, alter it and then ignore. So this change writes the changed ping back into ProtocolLib to properly update the Server List entry.

It also updates some dependencies including the ASL API, which is now 2.1.0. Please read the API Changelog here.

Note that I still publish this as beta as I still want to be sure to have all bugs removed before making a full update later on.

v3.0.0-b1 (Spigot, Paper)

by Andre601 on Mar 23, 2023
Download

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!

v3.0.0-b1 (Velocity)

by Andre601 on Mar 23, 2023
Download

v3.0.0-b1 (BungeeCord, Waterfall)

by Andre601 on Mar 23, 2023
Download

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!

v2.2.0 (Velocity)

by Andre601 on Mar 17, 2023
Download

v2.2.0 (Spigot)

by Andre601 on Mar 17, 2023
Download

v2.2.0 (BungeeCord, Waterfall)

by Andre601 on Mar 17, 2023
Download

v2.2.0 (Paper)

by Andre601 on Mar 17, 2023
Download

This update adds a new set of Placeholders you can use in PlaceholderAPI. Obviously can they only be used on the Spigot and Paper version, so keep that in mind.

A full list can be found here: https://www.andre601.ch/AdvancedServerList/placeholderapi/

v2.1.0 (Paper)

by Andre601 on Feb 1, 2023
Download

v2.1.0 (Velocity)

by Andre601 on Feb 1, 2023
Download

v2.1.0 (Spigot)

by Andre601 on Feb 1, 2023
Download

v2.1.0 (BungeeCord, Waterfall)

by Andre601 on Feb 1, 2023
Download

Please note

Despite this being a minor version bump does it contain breaking changes due to the API being updated from v1 to v2 which has its own set of breaking changes (See this Release for details)

Also, while the plugin has been tested using the asl-mockup plugin could there be bugs and compatability issues. Please report them when you encounter any.

Removed API module

The api module has been removed. Instead is the separate asl-api repository used for the actual API stuff, meaning that the plugin will now use the same API as you would when hooking into it.

Added PreServerListSetEvent

This event is fired whenever AdvancedServerList is about to alter the server list for a player. It allows you to modify the used ProfileEntry or even cancel the event to not have the server list changed.

Fixed = condition not working when surrounded by spaces

If you had a = (equals) condition and the = was surrounded by spaces would this break the check, as an expression like value1 = value1 would check "value1 " with " value1" which obviously aren't equal. The plugin now removes any leading and trailing spaces from the left and right side of the expression before evaluating the condition.

v2.0.0 (Spigot)

by Andre601 on Jan 23, 2023
Download

v2.0.0 (BungeeCord, Waterfall)

by Andre601 on Jan 23, 2023
Download
1
10
11
12
16

Modrinth is open source.

new-orgs-page@a27b5f4

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.