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

Releases: Andre601/AdvancedServerList

v1.0.0-pre3: Changed Placeholder format and other changes

24 Jun 15:01
Compare
Choose a tag to compare

Breaking changes

  • Changed placeholder pattern from {<text>} to ${<target> <type>}. See the Placeholders Section on the wiki.
  • {playerVersion} is now ${player protocol}

Added

  • Added new placeholders
    • ${players online} for all online players.
    • ${players max} for total amount of players that can join.
    • ${player name} for the Player's name (Requires the player to have joined before and defaults to ?)
    • ${player version} for displaying the MC version. Only works on Velocity.
  • Players joining the network will be cached alongside their IP address for the ${player name} placeholder

v1.0.0-pre2: Multiple conditions

23 Jun 23:51
Compare
Choose a tag to compare
Pre-release

Configuration has been changed slightly.

The condition option has been renamed to conditions and is now a String list and not a single String.

This should allow you to set multiple conditions while I can still use the current parsing system.
If you can provide a better parsing system, let me know!

This update also removed {playerName} as the ProxyPingEvent sadly doesn't provide the info...

v1.0.0-pre1: First test release!

23 Jun 20:55
Compare
Choose a tag to compare
Pre-release

This marks the first release of AdvancedServerList!

It allows you to create different profiles to set a own MOTD, Player list and player count text based on optional conditions.

Preview:
preview

THIS IS A PRE-RELEASE! THERE MIGHT BE BUGS OR OTHER ISSUES. PLEASE REPORT THEM IN THE ISSUE TRACKER!