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
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.
v1.5.0
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.
v1.5.0
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.
v1.5.0
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.
v1.5.0
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.
v1.4.0
Breaking changes
- Replaced
oneMore
withxMore
to allow setting a custom number to add to the max Player count.
When set to any non-negative number willxMore
be added to the online player count and this number used for max player count. If you want to use the oldoneMore
behaviour, simply usexMore: 1
v1.4.0
Dependencies
- ProtocolLib - Required
- PlaceholderAPI - Optional
Breaking changes
- Replaced
oneMore
withxMore
to allow setting a custom number to add to the max Player count.
When set to any non-negative number willxMore
be added to the online player count and this number used for max player count. If you want to use the oldoneMore
behaviour, simply usexMore: 1
v1.4.0
Dependencies
- PlaceholderAPI - Optional
Breaking changes
- Replaced
oneMore
withxMore
to allow setting a custom number to add to the max Player count.
When set to any non-negative number willxMore
be added to the online player count and this number used for max player count. If you want to use the oldoneMore
behaviour, simply usexMore: 1
v1.4.0
Breaking changes
- Replaced
oneMore
withxMore
to allow setting a custom number to add to the max Player count.
When set to any non-negative number willxMore
be added to the online player count and this number used for max player count. If you want to use the oldoneMore
behaviour, simply usexMore: 1
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 display11
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
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 display11
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
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 display11
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
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 display11
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
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 inconfig.yml
v1.0.1
Improved
- Internal code
v1.0.0
- First release!