There was a chance of an exception appearing due to the file not being able to create the cache.data file due to a missing setting. This should be fixed. It never showed up to me since I use windows and test my plugin locally.
The output of /asl reload
, namely the Loaded x Profile(s)!
was formatted wrong.
It looked something like this:
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.
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