This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Releases: Andre601/AdvancedServerList
Releases · Andre601/AdvancedServerList
v1.0.0-pre3: Changed Placeholder format and other changes
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
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!
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.
THIS IS A PRE-RELEASE! THERE MIGHT BE BUGS OR OTHER ISSUES. PLEASE REPORT THEM IN THE ISSUE TRACKER!