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.