1.21.x support
- Added support for all 1.21 versions (including 1.21.4 and 1.21.5)
- Removed deprecated API function
1.20.5, 1.20.6 and 1.21 support
- Added support for 1.20.5, 1.20.6 and 1.21
- Bumped dependencies
Added 1.20.4 support
- Added 1.20.4 support
- Fixed typo in API event name
Fixed version problems
- Fixed multiple problems on specific versions of Minecraft 19 and 20
Updated to Spigot 1.20.2
- Added Spigot 1.20.2 support
Fixed another 1.20(.1) issue, changed Multi-map API
- Fixed another 1.20(.1) issue, should work 100% now
- Changed the matrix order in the MultiMapWrapper class, it now accepts the frames as [row][column] instead.
- Small javadoc improvements
Hotfix for 1.20(.1) support
- Hotfix: Fixed supports() function detecting invalid major/minor version combination for newer versions; fixes 1.20(.1) support. Thanks to @Timtendo12 for the report.
Show in hand hotfix
- Hotfix for the show-in-hand feature
- Temporarily reverted internal recode of version-based implementation
Fixed 1.20(.1) support
- Fixed 1.20(.1) support
- Recode of internal version-based implementation
1.19.4 support
- Added 1.19.4 support
- Bumped BKCommonLib implementation, improves color calculation speed
Added 1.19.3 support
- Added support for Spigot 1.19.3
Fixed config reset issue
- Fixed config reset issue
- Updated documentation on GitHub page
ProtocolLib dependency removed
- Removed ProtocolLib dependency, fixes support for Minecraft 1.16 and lower
- Small improvements
Removed dependency and implemented MultiMapWrapper
- Removed BKCommonLib dependency, the plugin now works without it.
- Implemented MultiMapWrapper for bigger images (splits into pieces, to put on multiple frames)
- Minor tweaks / improvements
Multiple feature fixes
- Added vanilla map checker, with option to disable the use of vanilla map IDs
- Fixed 1.18.1 support
- Fixed viewing maps in hand / inventory
- Added map caching option
- Implemented clearFrame() method
- Added an update checker / downloader, with config options for it
- API improvements
- Dependency bump
1.19.1 was already supported!
Migrated to reflection, improved performance
- The API now uses reflection, to improve performance.
Added buffered conversion
- Added toBuffered() method to ArrayImage
Page 1