Skip to content

Releases: TechnicJelle/BlueMapFloodgate

Updated for BlueMap 5.15 & Improved the logging a bit

22 Jan 01:02

Choose a tag to compare

Maintenance release

03 Feb 02:19

Choose a tag to compare

Just updated some dependencies.

Notably, my version checker, which means it can now be disabled with the flag -Dtechnicjelle.updatechecker.disabled

Full Changelog: v3.4...v3.5

Fix update checker complaining

17 Jul 06:17
6967934

Choose a tag to compare

Sorry, my bad

Full Changelog: v3.3...v3.4

Fix for floodgate-less servers

12 Jun 15:07
d18e090

Choose a tag to compare

Removed hard dependency on floodgate plugin itself to facilitate server networks that don't have floodgate installed on this specific server, but on another one

Full Changelog: v3.2...v3.3

Fix crash

03 Nov 23:50

Choose a tag to compare

Updated a dependency to fix a crash

Full Changelog: v3.1...v3.2

v3.1

06 Oct 22:45

Choose a tag to compare

What's Changed

  • Add Folia support by @kugge in #11
  • Split some stuff into separate, reusable libraries
  • Updated some dependencies

New Contributors

  • @kugge made their first contribution in #11

Full Changelog: v3...v3.1

Compatibility update

17 Jan 23:14

Choose a tag to compare

This update brings compatibility with the newest version of my other plugin, BlueMapOfflinePlayerMarkers, and it should also be more stable in some extremely rare cases.
I also included my new Update Checker, so you'll be notified when this plugin has an update :)

Use the DEBUG version if you want to see more messages about what the plugin is up to. You can swap between the two versions freely.

Full Changelog: v2.0.0...v3

Giant simplification due to BlueMap update!

03 Jan 01:14

Choose a tag to compare

Due to the recent BlueMap 3.8 update, plugins like these that change skins for players, are now able to be way simpler.
In the past, we had to hackily overwrite the image files BlueMap was using, manually.
This wasn't always very reliable due to timing issues, and also didn't support server networks.
Now, BlueMap offers us a proper method of providing custom skins for players (using something called a SkinProvider)
So most of what this plugin used to do is now handled by BlueMap itself.
As such, there is no need for a config any more, at all. So you can delete the whole plugins/BlueMapFloodgate folder and all the contents.

There's a DEBUG version of the plugin that has more verbose logging turned on, which may help in diagnosing issues, or if you just like knowing what the plugin is doing. You can swap either in and out without any repercussions.

Custom Skin API support!

18 Oct 22:26

Choose a tag to compare

  • Removed TydiumAPI
  • Support for custom API URLs in the config.
  • Added a customAPI metric for bStats
  • {NAME} placeholder for the custom API.
  • Checks if returned image is already a head, and doesn't crop if it is.

Full Changelog: v1.4.5...v1.5.0

Added bStats analytics

13 Sep 00:34

Choose a tag to compare

Additions:

  • added bStats

Full Changelog: v1.4.4...v1.4.5