mirror of
https://github.com/zDevelopers/ImageOnMap.git
synced 2024-11-25 11:35:35 +01:00
Repo for ImageOnMap, a bukkit plugin created to display any image using a map
5c9feddd6e
* NEW: Implemented the RendererExecutor for splitted and scaled images. * NEW: Implemented image saving. * NEW: Worker callbacks now take as a parameter the return value of the Runnable. * NEW: Worker runnables can now request data from the main thread using the Future API. * BUG: null is now a valid value for the "name" field. * BUG: Fix map loading for Posters and Single maps. * OPT: The PosterImage class now only makes the primary calculations when instanciated. The splitting is now a separate method. * OPT: When a map data entry is invalid, only the error message is shown in console rather than the full backtrace. |
||
---|---|---|
src/main | ||
.gitignore | ||
licenseheader.txt | ||
nb-configuration.xml | ||
pom.xml | ||
README.md | ||
todo.txt |
ImageOnMap
Repo for ImageOnMap, a bukkit plugin