Please note
This change removes support for the send_statistics
option. If you don't want to send stats to bStats, use the global config located in /plugins/bstats/
Improved
- Minor internal code changes
v1.5.2
Improved
- Got rid of some abstraction in the
ExpressionResult
enum - Made Command output look better.
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
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.
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.
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