Releases: JohnnyJayJay/spigot-maps
Releases · JohnnyJayJay/spigot-maps
2.1.1
version 2.1
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
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 ofRenderedMap
)RenderedMap
no longer implementsMapView
. 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
Added support for animated gif and animated text.
API changes:
- former
TextRenderer
is now calledSimpleTextRenderer
ImageTools#resizeIntoMapSizedParts
was renamed toImageTools#divideIntoMapSizedParts
- Everything related to rendering was moved to package
com.github.johnnyjayjay.spigotmaps.rendering
ImageTools
was moved to packagecom.github.johnnyjayjay.spigotmaps.util
For information about the new features, see the readme file.
spigot-maps Version 1.0
The very first release of spigot-maps.
See online javadoc here: https://jitpack.io/com/github/johnnyjayjay/spigot-maps/1.0/javadoc/