Commit Graph

19 Commits

Author SHA1 Message Date
Amaury Carrade 01d9a5e99a Updated copyright
CeCILL licence in a dedicated file + headers updated.
2021-04-12 14:34:16 +02:00
Vlammar 2339bf5bb0 Updated comments and error messages 2021-02-07 12:48:51 +01:00
Vlammar de0390c046 added usage parameters in command info 2021-02-07 12:31:17 +01:00
Vlammar 3c3ca165db
Apply suggestions from code review
Co-authored-by: Amaury Carrade <amaury@carrade.eu>
2021-02-05 16:58:56 +01:00
Vlammar 0058dba680 Commands now support prefix 2021-01-11 22:52:07 +01:00
Vlammar 50008de052 Merged get and getother 2020-12-12 23:52:48 +01:00
Vlammar 5c02a287dd merged List and ListOther 2020-12-12 23:04:19 +01:00
Vlammar cc58b1d320 Checkstyle added and refactor 2020-12-10 22:13:05 +01:00
Vlammar 1e8f6d9396 quartzlib yeah :) 2020-12-09 21:56:55 +01:00
Vlammar fc22e5a5a9 Updated to quartz lib yay! :D 2020-11-15 19:33:16 +01:00
Vlammar c139539366 fixed the /maptool list command not working, issue #100 2020-06-30 00:49:01 +02:00
Amaury Carrade 5701296d67
Licenses are a mess in this project. (#96)
* Fixed software licenses in README & license header template.
* Fixed license headers on all files.
2020-06-14 14:29:18 +02:00
Amaury Carrade fd483d6088 1.13 + 1.14 compatibility: the beginning.
- The plugin should be compatible with 1.13+. Compatibility with 1.12- has been dropped; use old versions for them.
- Map IDs are integer instead of shorts now, as the maps limits has been dropped by Minecraft.
- ImageOnMap items are now green to differentiate them. Map parts are lime.
- Removed glow on maps, as zLib's glow effect is not compatible with 1.13+.
2019-10-26 14:26:12 +02:00
Amaury Carrade f92d90683d
The permissions update.
* NEW: added permissions for everything.
2018-01-24 00:16:58 +01:00
Amaury Carrade cd3aeb8cab
Merge branch 'indev' of github.com:zDevelopers/ImageOnMap into feature-i18n
Conflicts:
	src/main/java/fr/moribus/imageonmap/commands/maptool/ListCommand.java
2016-05-21 19:12:25 +02:00
Amaury Carrade 706ca5601d
Internationalization of the plugin.
* NEW: the plugin can now be translated.
2016-05-21 18:55:32 +02:00
Amaury Carrade 6568e6e411
Made /maptool list clickable (closes #12)
* NEW: a click on the maps names on /maptool list gives the maps.
* NEW: added a tooltip on this list containing infos about the map.
* NEW: light redesign of the list.
2016-05-21 00:48:40 +02:00
Amaury Carrade 2443574316 ImageOnMap is now a zLib plugin.
* NEW: added zLib dependency.
* NEW: removed all classes moved to the zLib, and updated the references to these classes to the zLib ones.
* BUG: fixed some GUI navigation problems.
* NEW: implemented the items renaming into the details GUI.
2015-12-29 19:12:36 +01:00
Prokopyl 6c95e8a95e * NEW: Implemented the list, get and delete maptool commands. 2015-03-31 19:17:06 +02:00