Commit Graph

162 Commits

Author SHA1 Message Date
Vlammar
2a2da88f72
Update maptool.txt 2020-08-25 23:59:18 +02:00
Vlammar
edc6f51e2e
Update DeleteOtherCommand.java
Removed commented code and inverted permission check with arg length check. Changed success and error messages
2020-08-25 22:50:24 +02:00
kirbykirby56
f0889b8cf1 Add administrative commands 2018-03-24 21:17:44 -04:00
kirbykirby56
aeceb0fb63 Revert to 3d7d2fd again
Because git is really hard for beginners

and i keep including ImageMap.java
2018-03-24 21:09:03 -04:00
kirbykirby56
2050a113b5 Add administrative commands 2018-03-24 21:06:49 -04:00
kirbykirby56
4e4212e42f Revert to 3d7d2fd
Because I screwed up.
2018-03-24 21:05:14 -04:00
kirbykirby56
f5c3cb2bfd Removed debug-command 2018-03-24 20:51:47 -04:00
kirbykirby56
4885198888 Add administrative commands 2018-03-24 20:46:32 -04:00
kirbykirby56
3d7d2fd27e
Merge pull request #1 from zDevelopers/indev
update to zdev off indev
2018-03-18 19:35:15 -04:00
Adrien Prokopowicz
4653008e5a
* NEW: Added stretch and cover image resizing modes 2018-02-24 04:09:40 +01:00
Adrien Prokopowicz
47fb9737cb
* NEW: Added width and height parameters to the resize option. 2018-02-23 03:06:43 +01:00
Amaury Carrade
e89f9007a7
Updated french translation 2018-01-24 01:45:36 +01:00
Amaury Carrade
58fe223e72
Merge branch 'indev' of github.com:zDevelopers/ImageOnMap into indev 2018-01-24 00:18:08 +01:00
Amaury Carrade
f92d90683d
The permissions update.
* NEW: added permissions for everything.
2018-01-24 00:16:58 +01:00
Amaury Carrade
620f33454a Fixed typo in README 2017-05-13 20:37:52 +02:00
Amaury Carrade
a278a42b01
Merge branch 'indev' of github.com:zDevelopers/ImageOnMap into indev 2017-03-13 00:59:13 +01:00
Amaury Carrade
195f656f3c
Merge branch 'master' of github.com:zDevelopers/ImageOnMap
Conflicts:
	src/main/java/fr/moribus/imageonmap/commands/maptool/DeleteConfirmCommand.java
	src/main/java/fr/moribus/imageonmap/gui/MapDetailGui.java
	src/main/resources/i18n/fr_FR.po
2017-03-12 20:12:35 +01:00
Amaury Carrade
b9259280dd
Improved help files and used flags instead of double commands.
* NEW: improved help files, by adding missing helps and fixing display of others.
* NEW: there is now only one deletion command with a --confirm flag, leading to a less-confusing help for players.
* BUG: removed a very old Workers API test (from before zLib!). I feel a little sorry for him but eh, that's the rules.
* BUG: fixed untranlated title in the map details GUI.
2017-03-12 20:05:32 +01:00
Alexandre
1b90fb5e29 Updated README with useful content
Now this thing is actually useful (it took three years (THREE YEARS))
2016-08-28 00:45:38 +02:00
Adrien Prokopowicz
255eb5b4cd * NEW: Some minor fixes and changes to the french translation. 2016-07-19 16:15:42 +02:00
Adrien Prokopowicz
67847ea6f4 * BUG: Fix the plugin's version number. 2016-07-19 16:02:22 +02:00
Adrien Prokopowicz
99fe014708
Added a new icon for ImageOnMap 2016-07-19 00:37:43 +02:00
Adrien Prokopowicz
cea9c1ad4b Version 3.0 ! 2016-07-18 19:00:43 +02:00
Adrien Prokopowicz
d9bd6ff867 * BUG: Fix the metadata of item map parts. 2016-07-10 17:16:04 +02:00
Adrien Prokopowicz
5027f5bf71 * BUG: Fix splatter maps not initializing their maps properly. 2016-07-10 16:13:09 +02:00
Adrien Prokopowicz
02bf05823f * BUG: Fix the plural script for the en_US locale. 2016-07-10 15:39:21 +02:00
Adrien Prokopowicz
e7fe35b94e Added and fixed missing translations for fr_FR and en_US. 2016-07-10 03:29:04 +02:00
Adrien Prokopowicz
cf272a47ed * NEW: Updated french translation. 2016-07-09 02:55:13 +02:00
Adrien Prokopowicz
7ccccb2c0e * BUG: Fix map parts items row/column indexing. 2016-07-08 06:34:40 +02:00
Adrien Prokopowicz
a730aab1f1 More minor fixes.
* NEW: GUIs are now translated according to the player's locale.
* BUG: Fix some usage parameters.
* BUG: Fix Map initialisation on startup if the map is invalid.
* BUG: PosterMap: remove a debugging message.
* BUG: Fix the command error message for the french locale.
2016-07-08 04:45:08 +02:00
Adrien Prokopowicz
225c76de7c Better Management for missing maps.
* NEW: Migration now ignores maps that are missing from the save.
* BUG: Fix NPEs being thrown when trying to handle missing maps.
* BUG: Fix some typos in the french translation.
2016-07-08 01:15:02 +02:00
Adrien Prokopowicz
97e62c1a14 * BUG: Fixed splatter maps removing when in survival mode. 2016-07-07 23:28:17 +02:00
Adrien Prokopowicz
7de48ef7ce * BUG: Fixed splatter maps removing when in survival mode. 2016-07-07 23:17:49 +02:00
Adrien Prokopowicz
db8d1d9551 Added proper support for older posters without dimensions.
* NEW: MapDetailGui: Use regular items to represent Single maps, so the
  user can retrieve them.
* NEW: MapDetailGui: Added support for posters without dimensions.
* NEW: MapListGui: Added support for posters without dimensions.
* NEW: MapItemManager: Added support for posters without dimensions.
* BUG: SplatterMapManager: Prevent the use of splatter maps with posters
  without dimensions.
* BUG: PlayerMapStore: Fix the console warning when loading a map store
  that exceeds the quotas.
* BUG: Minor fixes to the french translation.
2016-07-07 02:04:13 +02:00
Adrien Prokopowicz
a90418d3a1 * BUG: Fix item frame events priority and cancellation handling. 2016-07-06 00:03:02 +02:00
Adrien Prokopowicz
3ea55f5fb2 Merge pull request #28 from Brokkonaut/patch-1
Correctly handle cancelled events when autoremoving maps.
2016-07-05 21:02:16 +02:00
Adrien Prokopowicz
b83b8d0818
Merge branch 'indev' of github.com:Coutume/ImageOnMap into indev 2016-07-04 03:46:46 +02:00
Adrien Prokopowicz
68495fb65c Some fixes for the migration tool.
* BUG: Names are now correctly requested for both posters and small maps.
* BUG: Names cannot be requested twice anymore.
2016-07-04 03:45:29 +02:00
Brokkonaut
bd2c5d7a9a Don't remove map if not allowed to damage item frames there
If the EntityDamageByEntityEvent is cancelled (for example by a plugin like WorldGuard) the maps should not be removed. This is on high priority, to allow other plugins to cancel the event first.
2016-05-25 23:50:33 +02:00
Amaury Carrade
bc34f8cda5 Merge pull request #26 from zDevelopers/feature-i18n
Internationalization of the plugin + French translation.
2016-05-21 21:03:29 +02:00
Amaury Carrade
8fd31f298e
Added fr_FR translation. 2016-05-21 20:56:07 +02:00
Amaury Carrade
79004336a0
Fixed some typos in texts.
* BUG: fixed typography errors and things like this.
2016-05-21 20:55:03 +02: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
40a35271ae Merge pull request #24 from AmauryCarrade/feature-clickable-mapslist-12
Clickable maps list
2016-05-21 19:08:38 +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
987efea203
The plugin configuration now uses the zLib config mecanisms.
* NEW: now using the zLib configuration component to manage the configuration.
2016-05-21 13:37:04 +02:00
Amaury Carrade
578ea39479
Improved the splatter maps tooltip.
* NEW: added usage instructions and minimal size of the frames wall in the tooltip of the splatter map.
2016-05-21 01:35:21 +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
Adrien Prokopowicz
c18202f800
Fix Splatter map deployment.
* NEW: Incomplete splatter maps can now be retreived by shift-clicking.
* NEW: When in creative mode, retreived maps are given back when not
  in the player's inventory.
* BUG: Splatter maps are now deployed correctly.
2016-05-02 17:40:54 +02:00
Adrien Prokopowicz
3bfa1266ad First (and dirty) implementation for Splatter maps. Still WIP.
* NEW: Added splatter maps.
* NEW: Shift-left clicking on a poster map in a frames removes the
  complete map.
* NEW: Placing a splatter map on the bottom-left of an item frame wall
  places the entire map.
* NEW: Map GUIs now give splatter maps instead of all the separate map
  parts.
2016-04-15 17:16:09 +02:00