Repo for ImageOnMap, a bukkit plugin created to display any image using a map
Go to file
Prokopyl 2a49d94d1e Migration is now fully functional !
* NEW: Refactored PluginLogger for multi-thread usage and message formatting.
* NEW: Posters and maps that could not be migrated are now saved back
  to their original files.
* NEW: Moved the maptool-migration command to the /maptool migrate subcommand.
* NEW: PosterMap can now be used without having row/column count information.
* NEW: Added a detailed help message for the migration command.
* BUG: Fixed UUIDFetcher's HTTP GET request sending.
* BUG: Fixed Name->UUID time-specific matching.
* OPT: Removed the CommandPermission structure, it is actually useless.
* OPT: Renamed Migrator to MigratorExecutor.
2015-04-12 01:28:05 +02:00
src/main Migration is now fully functional ! 2015-04-12 01:28:05 +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