Fixes a few random errors that may appear under certain conditions.
Fixes
clearFaviconCache()
throwing an exception when FaviconHandler instance has never been created- Random
Double operator
error when usingsomething != something
(Would see the=<space>
as second expression)
It should now just ignore any followup expressions if it found one.
NOTE
This update is a breaking change, as the Server list profiles have been changed in structure! Please read the Migration Page on how to migrate from previous versions to this one.
Changed
- [BREAKING] Restructured the Server List profile
Improved
- Improved how fake players for the Hover are created.
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.