This API helps developer with displaying images on maps.
Find a file
2022-06-30 19:26:51 +02:00
.idea 📝 Added copyright notice, updated README. 2022-06-30 11:22:42 +02:00
API ♻️ Improved the API 2022-06-30 19:26:51 +02:00
Dist 🎉 First commit! 2022-06-30 11:06:58 +02:00
NMS-v1_12_R1 ♻️ Improved the API 2022-06-30 19:26:51 +02:00
NMS-v1_13_R2 ♻️ Improved the API 2022-06-30 19:26:51 +02:00
NMS-v1_14_R1 ♻️ Improved the API 2022-06-30 19:26:51 +02:00
NMS-v1_15_R1 ♻️ Improved the API 2022-06-30 19:26:51 +02:00
NMS-v1_16_R3 ♻️ Improved the API 2022-06-30 19:26:51 +02:00
NMS-v1_17_R1 ♻️ Improved the API 2022-06-30 19:26:51 +02:00
NMS-v1_18_R2 ♻️ Improved the API 2022-06-30 19:26:51 +02:00
NMS-v1_19_R1 ♻️ Improved the API 2022-06-30 19:26:51 +02:00
.gitignore 🎉 First commit! 2022-06-30 11:06:58 +02:00
LICENSE 🎉 First commit! 2022-06-30 11:06:58 +02:00
pom.xml 🎉 First commit! 2022-06-30 11:06:58 +02:00
README.md 📝 Added copyright notice, updated README. 2022-06-30 11:16:19 +02:00

MapReflectionAPI

This API helps developer with viewing images on maps. It supports Spigot 1.12 - 1.19. It currently has no support for GIFs.

Dependencies:

Building:

To build MapReflectionAPI yourself, you need to run BuildTools for 1.12.2, 1.13.2, 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2 and 1.19. Then run mvn clean package.

Credits:

The source is based on MapManager. It removes the PacketListenerAPI dependency and uses NMS with submodules instead of reflection to make the code easier to edit.