ImageOnMap

ImageOnMap

148k Downloads

Idea: add API for external developers

Opened this issue ยท 2 comments

commented

Hello. It would be great if with the new version of your plugin some API would appear that would allow you to work with pictures (for example, replace them or something else). Thanks for the great plugin!

commented

Hello I have already progressed on this by making mapmanager usefull methods static and public (in order to call these outside of IoM) such as MapManager.createMap(poster, playerUUID, mapsIDs); I still have part to do and to create a proper API documentation.

We need to have access to:
Map creation
Map deletion
Map rename
Map update
Map automatic placement (not existing yet)
Map list (in order to get all maps from a user)

commented

Ok, thanks!