Skip to content

Releases: JohnnyJayJay/spigot-maps

2.1.1

24 Aug 09:03
Compare
Choose a tag to compare

In this release, issue #10 should be fixed.

version 2.1

31 Jul 12:04
acbd665
Compare
Choose a tag to compare

New:

  • Major bugfixes (ImageTools image division, ClassCastExceptions in higher versions)
  • Cross-version compatibility (with only a single branch of spigot-maps)
  • A couple of missing API methods added for consistency

spigot-maps Version 2.0

21 Jul 12:13
dbab7be
Compare
Choose a tag to compare

With 2.0, spigot-maps finally resolves some issues that have been rather inconvenient in the past.
Here is a list of changes:

  • The library should now be compatible with all Minecraft versions from 1.8.8 on (not every version has been tested, if you encounter a bug please open an issue)
  • The ClassCastException occurring in 1.14.1 and higher has been fixed
  • RenderedMap#give(Player) has been removed (the method is not within the scope of the API of RenderedMap)
  • RenderedMap no longer implements MapView. This implementation was rather useless anyway and only led to version incompatibilities.

Below you can find all the relevant archives - Use ...-withDependencies if you are adding the library manually to your project.

spigot-maps Version 1.1

24 Apr 17:54
a2fbf55
Compare
Choose a tag to compare

Added support for animated gif and animated text.
API changes:

  • former TextRenderer is now called SimpleTextRenderer
  • ImageTools#resizeIntoMapSizedParts was renamed to ImageTools#divideIntoMapSizedParts
  • Everything related to rendering was moved to package com.github.johnnyjayjay.spigotmaps.rendering
  • ImageTools was moved to package com.github.johnnyjayjay.spigotmaps.util

For information about the new features, see the readme file.

spigot-maps Version 1.0

18 Apr 21:21
Compare
Choose a tag to compare

The very first release of spigot-maps.
See online javadoc here: https://jitpack.io/com/github/johnnyjayjay/spigot-maps/1.0/javadoc/