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.1k
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 last week
DescriptionGalleryChangelogVersions

Show all versions

1
14
15
16

v1.5.2 - Spigot

by Andre601 on Sep 2, 2022
Download

v1.5.2 - Paper

by Andre601 on Sep 2, 2022
Download

v1.5.2

Improved

  • Got rid of some abstraction in the ExpressionResult enum
  • Made Command output look better.

1.5.1 - Velocity

by Andre601 on Aug 27, 2022
Download

1.5.1

Changed

  • The final Favicon icon used is cached rather than just the BufferedImage. This should improve speed and performance.
  • /asl reload now clears the favicon cache.

1.5.1 - Spigot

by Andre601 on Aug 27, 2022
Download

1.5.1

Dependencies

  • ProtocolLib - Required
  • PlaceholderAPI - Optional

Changed

  • The final Favicon icon used is cached rather than just the BufferedImage. This should improve speed and performance.
  • /asl reload now clears the favicon cache.

1.5.1 - Paper

by Andre601 on Aug 27, 2022
Download

1.5.1

Dependencies

  • PlaceholderAPI - Optional

Changed

  • The final Favicon icon used is cached rather than just the BufferedImage. This should improve speed and performance.
  • /asl reload now clears the favicon cache.

1.5.1 - BungeeCord, Waterfall

by Andre601 on Aug 27, 2022
Download

1.5.1

Changed

  • The final Favicon icon used is cached rather than just the BufferedImage. This should improve speed and performance.
  • /asl reload now clears the favicon cache.

1.5.0 - Velocity

by Andre601 on Aug 22, 2022
Download

v1.5.0

v1.5.0 image

Added

  • Favicon support! You can now set a favicon per profile from one of 3 possible options:
    • A valid URL pointing to an Image
    • ${player name} to display the face of the player pinging the server.
    • A valid image name matching a PNG file in the plugin's favicons folder (Needs to end with .png)

Fixed

  • Invalid version names for dependencies in Spigot's library loader.

1.5.0 - Spigot

by Andre601 on Aug 22, 2022
Download

v1.5.0

v1.5.0 image

Dependencies

  • ProtocolLib - Required
  • PlaceholderAPI - Optional

Added

  • Favicon support! You can now set a favicon per profile from one of 3 possible options:
    • A valid URL pointing to an Image
    • ${player name} to display the face of the player pinging the server.
    • A valid image name matching a PNG file in the plugin's favicons folder (Needs to end with .png)

Fixed

  • Invalid version names for dependencies in Spigot's library loader.

1.5.0 - Paper

by Andre601 on Aug 22, 2022
Download

v1.5.0

v1.5.0 image

Dependencies

  • PlaceholderAPI - Optional

Added

  • Favicon support! You can now set a favicon per profile from one of 3 possible options:
    • A valid URL pointing to an Image
    • ${player name} to display the face of the player pinging the server.
    • A valid image name matching a PNG file in the plugin's favicons folder (Needs to end with .png)

Fixed

  • Invalid version names for dependencies in Spigot's library loader.

1.5.0 - BungeeCord, Waterfall

by Andre601 on Aug 22, 2022
Download

v1.5.0

v1.5.0 image

Added

  • Favicon support! You can now set a favicon per profile from one of 3 possible options:
    • A valid URL pointing to an Image
    • ${player name} to display the face of the player pinging the server.
    • A valid image name matching a PNG file in the plugin's favicons folder (Needs to end with .png)

Fixed

  • Invalid version names for dependencies in Spigot's library loader.

Known issues

  • BungeeCord/Waterfall may print a warning that the plugin takes quite a while to process the event. Nothing I can fix yet without any help.

1.4.0 - Velocity

by Andre601 on Aug 17, 2022
Download

v1.4.0

Breaking changes

  • Replaced oneMore with xMore to allow setting a custom number to add to the max Player count.
    When set to any non-negative number will xMore be added to the online player count and this number used for max player count. If you want to use the old oneMore behaviour, simply use xMore: 1

1.4.0 - Spigot

by Andre601 on Aug 17, 2022
Download

v1.4.0

Dependencies

  • ProtocolLib - Required
  • PlaceholderAPI - Optional

Breaking changes

  • Replaced oneMore with xMore to allow setting a custom number to add to the max Player count.
    When set to any non-negative number will xMore be added to the online player count and this number used for max player count. If you want to use the old oneMore behaviour, simply use xMore: 1

1.4.0 - PaperMC

by Andre601 on Aug 17, 2022
Download

v1.4.0

Dependencies

  • PlaceholderAPI - Optional

Breaking changes

  • Replaced oneMore with xMore to allow setting a custom number to add to the max Player count.
    When set to any non-negative number will xMore be added to the online player count and this number used for max player count. If you want to use the old oneMore behaviour, simply use xMore: 1

1.4.0 - BungeeCord, Waterfall

by Andre601 on Aug 17, 2022
Download

v1.4.0

Breaking changes

  • Replaced oneMore with xMore to allow setting a custom number to add to the max Player count.
    When set to any non-negative number will xMore be added to the online player count and this number used for max player count. If you want to use the old oneMore behaviour, simply use xMore: 1

1.3.0 - Velocity

by Andre601 on Aug 17, 2022
Download

v1.3.0

Added

  • New Option oneMore for Server list profiles. When set to true will the max player count be changed to display online players + 1.
    E.g. 10 players online would display 11 as the max player count. Note, that the ${server playersMax} placeholder will be affected by this, but only when used in the text options and not in conditions.

Improved

  • Smaller code cleanup

1.3.0 - Spigot

by Andre601 on Aug 17, 2022
Download

v1.3.0

Dependencies

  • ProtocolLib - Required
  • PlaceholderAPI - Optional

Added

  • New Option oneMore for Server list profiles. When set to true will the max player count be changed to display online players + 1.
    E.g. 10 players online would display 11 as the max player count. Note, that the ${server playersMax} placeholder will be affected by this, but only when used in the text options and not in conditions.

Improved

  • Smaller code cleanup

1.3.0 - PaperMC

by Andre601 on Aug 17, 2022
Download

v1.3.0

Dependencies

  • PlaceholderAPI - Optional

Added

  • New Option oneMore for Server list profiles. When set to true will the max player count be changed to display online players + 1.
    E.g. 10 players online would display 11 as the max player count. Note, that the ${server playersMax} placeholder will be affected by this, but only when used in the text options and not in conditions.

Improved

  • Smaller code cleanup

1.3.0 - BungeeCord, Waterfall

by Andre601 on Aug 17, 2022
Download

v1.3.0

Added

  • New Option oneMore for Server list profiles. When set to true will the max player count be changed to display online players + 1.
    E.g. 10 players online would display 11 as the max player count. Note, that the ${server playersMax} placeholder will be affected by this, but only when used in the text options and not in conditions.

Improved

  • Smaller code cleanup

1.2.2

by Andre601 on Aug 14, 2022
Download

v1.2.2

Added

  • New Placeholders for Spigot and PaperMC version.
    • ${player hasPlayedBefore} - Returns a boolean based on whether the player has played on the server before.
    • ${player isBanned} - Returns a boolean on whether the player has been banned from the server.
    • ${player isWhitelisted} - Returns a boolean on whether the player is whitelisted on the server.
    • ${player uuid} - Returns the UUID of the player.

Breaking changes

  • Renamed ${players online} to ${server playersOnline}
  • Renamed ${players max} to ${server playersMax}

Other changes

  • Hopefully fixed duplication of cache entries

v1.2.1

Improved

A minor update to further improve condition parsing to avoid issues with certain edge-cases such as f.e. text! = text! being seen as illegal use of the != operator.

v1.2.0

Added

  • hidePlayers: <boolean> option to hide the player count in a server list profile (Set it to ???)

Changed

  • Improved condition handling

v1.1.0

Added

  • ${server host} placeholder to display the IP/Domain the player pinged.

Improved

  • Improved Placeholders class
  • Improved StringReplacer class
  • Updated default.yml with better examples and comments

v1.0.3

Fixed

  • Hex colours not working in the MOTD on a SpigotMC server
  • Edge-case of exceptions being thrown when the config.yml can't be created

Improved

  • Added safety-check for when a user tries to use the PaperMC version on a SpigotMC server. The plugin will disable itself in such a case

v1.0.2

Added

  • bStats metrics. You can disable it by setting send_statistics to false in config.yml

v1.0.1

Improved

  • Internal code

v1.0.0

  • First release!

1.2.2

by Andre601 on Aug 14, 2022
Download

Dependencies

Required

  • ProtocolLib

Optional

  • PlaceholderAPI

v1.2.2

Added

  • New Placeholders for Spigot and PaperMC version.
    • ${player hasPlayedBefore} - Returns a boolean based on whether the player has played on the server before.
    • ${player isBanned} - Returns a boolean on whether the player has been banned from the server.
    • ${player isWhitelisted} - Returns a boolean on whether the player is whitelisted on the server.
    • ${player uuid} - Returns the UUID of the player.

Breaking changes

  • Renamed ${players online} to ${server playersOnline}
  • Renamed ${players max} to ${server playersMax}

Other changes

  • Hopefully fixed duplication of cache entries

v1.2.1

Improved

A minor update to further improve condition parsing to avoid issues with certain edge-cases such as f.e. text! = text! being seen as illegal use of the != operator.

v1.2.0

Added

  • hidePlayers: <boolean> option to hide the player count in a server list profile (Set it to ???)

Changed

  • Improved condition handling

v1.1.0

Added

  • ${server host} placeholder to display the IP/Domain the player pinged.

Improved

  • Improved Placeholders class
  • Improved StringReplacer class
  • Updated default.yml with better examples and comments

v1.0.3

Fixed

  • Hex colours not working in the MOTD on a SpigotMC server
  • Edge-case of exceptions being thrown when the config.yml can't be created

Improved

  • Added safety-check for when a user tries to use the PaperMC version on a SpigotMC server. The plugin will disable itself in such a case

v1.0.2

Added

  • bStats metrics. You can disable it by setting send_statistics to false in config.yml

v1.0.1

Improved

  • Internal code

v1.0.0

  • First release!
1
14
15
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.