Skip to content

spigot-maps Version 2.0

Compare
Choose a tag to compare
@JohnnyJayJay JohnnyJayJay released this 21 Jul 12:13
· 19 commits to main since this release
dbab7be

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.