Repo for ImageOnMap, a bukkit plugin created to display any image using a map
Go to file
Prokopyl b87dfdf231 Implemented the map item limit (global and per-player).
* NEW: Implemented the per-player map limit.
* NEW: Implemented the global map limit.
* NEW: The map manager can now raise exceptions for some requests.
* NEW: The configuration can now have deprecated field names. 
  These fields are automatically migrated if present in the config file.
* NEW: The configuration now writes default values when loading the plugin.
* BUG: Fixed configuration loading.
* BUG: Fixed player store loading's thread-safety.
* OPT: Cleaned up map loading events initialisation.
2015-04-04 06:05:47 +02:00
src/main Implemented the map item limit (global and per-player). 2015-04-04 06:05:47 +02:00
.gitignore * NEW: Switched project to Maven. 2015-02-14 19:25:20 +01: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 * NEW: Updated version to 2.99. 2015-02-17 20:01:44 +01:00
README.md Initial commit 2013-09-25 11:59:06 -07:00
todo.txt Mis à jour du fichier todo.txt 2014-02-07 20:05:34 +01:00

ImageOnMap

Repo for ImageOnMap, a bukkit plugin