Repo for ImageOnMap, a bukkit plugin created to display any image using a map
Go to file
ProkopyL d541aede3f Cleaning up exception and error management.
* NEW: Added the PluginLogger class to standardize console logging.
* NEW: URLs are parsed before starting any downloading task, and an error
  is shown to the user if the parsing failed.
* BUG: Exceptions are now catched at the highest possible level, so that
  appropriate error messages/logs can be generated.
* OPT: Standardized code formatting a bit.
2015-02-15 13:19:05 +01:00
src/main Cleaning up exception and error management. 2015-02-15 13:19:05 +01:00
.gitignore * NEW: Switched project to Maven. 2015-02-14 19:25:20 +01:00
pom.xml * NEW: Switched project to Maven. 2015-02-14 19:25:20 +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