Releases: TechnicJelle/BlueMapOfflinePlayerMarkers
Big changes under the hood!
Changelog:
- Banned players don't show up anymore
- Added an option to make them show up again, though
- Created tests to ensure that the plugin definitely works
- Refactored a lot to prepare for easier porting to other platforms in the future... 👀
Full Changelog: v2.9...v3.0
Fix crash
Updated a dependency to fix a crash
Full Changelog: v2.8...v2.9
Updated some dependencies
Small maintenance release to update some libraries and other dependencies I'm using in this plugin.
Full Changelog: v2.7...v2.8
v2.7
Changelog
- A lot of stuff has changed under the hood to hopefully make it more reliable, and to make this plugin easier to maintain
- Bug fixed regarding logout times (in #32)
- Fix for long player names overflowing BM label
- Support for legacy playerdata files, in case you have a very old server
How to upgrade
- Download the new jar and replace the old one
- Delete the
bmopm.css
file in theassets
folder in your BlueMap webroot (usually at/bluemap/web/assets/
)
New Contributors
Full Changelog: v2.6...v2.7
Less obnoxious logging
- Don't log it when a player was skipped due to not having logged in recently enough.
Full Changelog: v2.5...v2.6
Bugfix
Changelog
- Fixed the Steve head fallback not working on BlueMaps hosted on a subdirectory of a website
Full Changelog: v2.4...v2.5
Hotfix
Fixed a little bug in one of the checks that made it fail the first time the code runs.
Full Changelog: v2.3...v2.4
Skins for old players!
Changelog
- Even players who haven't logged into the server after BlueMap was installed will now have working skins, instead of just a Steve head, as in previous versions!
I'm getting rid of the PATCH number in the version numbers, as I don't feel like this plugin needs them. I just update stuff, increasing the MINOR version, and if the config changed and needs to be regenerated, I'll increase the MAJOR version.
Full Changelog: v2.2.0...v2.3
Many new features!
New features:
- You can now set the
Toggleable
andDefaultHidden
properties in the config - Last played time on marker
- Thanks to @Chicken for making the time properly localised!
- Markers can now have an expiry time (config:
ExpireTimeInHours
) - Players who are hidden on BlueMap (by using BMPC, for example), now also don't appear on the offline map
- With this, you can prevent specific people from getting offline player markers
- You can now prevent players in specific gamemodes from getting put on the offline map
Make sure to delete your config file to get a fresh one with all of these new options!
Full Changelog: v2.1.0...v2.2.0
Big cleanup
In this update, the plugin got quite a bit of code clean-up, most of it done by @TBlueF himself! :D
Tomorrow, I'm planning on adding more features: at least #22, but hopefully also #2, and maybe even more!
Changes this release:
- Support for server-networks
- Marker-icons get smaller on zoom-out
- Fix for player icons having a black outline sometimes
- Appended
(offline)
to the POI-Marker's description (not the label) - Removed need for local black-and-white copies of the playerheads
- Removed config-options:
useBlueMapSource
,skinURL
, andverboseErrors
; the plugin will now always use BlueMap's own skin images.
Full Changelog: v2.0.2...v2.1.0