Repo for ImageOnMap, a bukkit plugin created to display any image using a map
Go to file
Adrien Prokopowicz a285d782be Maps titles are now hidden when placed on an item frame.
* NEW: MapItemManager: now handles item frame events, allowing to hide
  the map's title only when needed.
* NEW: Map files are now all loaded on start, rather than on demand.
* NEW: Rewrote DeleteConfirmCommand using the new RawText API.
* NEW: Use the new ZLib.registerEvents() API.
* OPT: MapManager's and PlayerMapStore's managesMap() methods now return
  early when given a non-map ItemStack.
2016-04-11 22:39:27 +02:00
src/main Maps titles are now hidden when placed on an item frame. 2016-04-11 22:39:27 +02:00
.gitignore * NEW: Updated .gitignore for IntelliJ and other IDEs. 2015-07-10 19:48:33 +02:00
licenseheader.txt Started refactoring. Plugin is not working yet ! 2015-03-16 20:40:44 +01:00
nb-configuration.xml Started refactoring. Plugin is not working yet ! 2015-03-16 20:40:44 +01:00
pom.xml ImageOnMap is now a zLib plugin. 2015-12-29 19:12:36 +01:00
README.md Initial commit 2013-09-25 11:59:06 -07:00

ImageOnMap

Repo for ImageOnMap, a bukkit plugin