ImageOnMap icon

ImageOnMap -----

Have you ever wanted to view an image on an ingame map? ImageOnMap provides just that.




Fixed #236 — The issue with 1.17.1 and 1.18.1 that made splatter map unable to be placed has been fixed.

This version is only compatible with Minecraft 1.17 to 1.18.1. This was tested on Spigot and Paper, both 1.17 to 1.18. If there are any errors on a 1.17+ version of Spigot/Paper, please contact us on our support server or create an issue (better).
----------, Jan 15, 2022

4.2.1 — Permission and Cliffhanger Update finally allow a full official support of Minecraft Java Edition 1.17 and 1.18 and Java 17. This comes with bug fixes and new features. We are working on the next big update: 5.0. If you want to know more about this, check our 5.0 milestone.

This version is only compatible with Minecraft 1.17 to 1.18. This was tested on Spigot and Paper, both 1.17 to 1.18. If there are any errors on a 1.17+ version of Spigot/Paper, please contact us on our support server or create an issue (better).

⚠️ Compatibility with 1.17.1 seems to be sub-optimal; see #236.

Changelog of 4.2.0
  • 1.17 support.
  • Permissions to limit the number of map/image used/owned is now available. (permissions imageonmap.mapLimit.XX and imageonmap.imageLimit.XX where XX is an integer and will define the limit allowed for the player).
  • Added a whitelist for trusted image hosting websites. Add an images-hostnames-whitelist list in config.yml, and write every URL prefix you want to allow. If you want to allow everything, remove the images-hostnames-whitelist list entirely, or empty it. There is also a permission to ignore the allow list: imageonmap.bypasswhitelist.
    Code (YAML):
    images-hostnames-whitelist :
    - i.imgur.com
    - cdn.discord.com
  • Images are now protected against non player based interaction. (Bye bye sneaky skeleton that used to grief art!)
  • Now by default when deploying a map the item frame turn invisible and returned to visible hen removing the map from the frame (there is a permission to allow this behavior: imageonmap.placeinvisiblesplattermap).
  • Bug fixes & optimizations.
    • Dropped migrator (no more error when reloading or when sometimes loading the server).
    • Fixed an issue when resizing with resize 0 0.
    • Fixed a map loading issue. (map did not render at all if they weren't in a player inventory.
    • Added a fix for map loading on paper. (map did not render fully on paper).

Changelog of 4.2.1
  • 1.18 support.
  • Fixed a lag issue caused by the map loading changes of 4.2.0.
  • Fixed an issue with map part not working properly.
  • Fixed an issue in survival where an incorrect amount of map were consumed.
  • Fixed an issue where image map folder was not created and cause issues.
----------, Dec 19, 2021

This version fixes some small console spam bugs and improves the performance of the translations of the plugin.

This version is only compatible with Minecraft 1.15.2+.
----------, Apr 12, 2021

This version fix bugs introduced with 4.1, and others fixed on QuartzLib side, as this update the QuartzLib version we use to 0.0.3.

This version is only compatible with Minecraft 1.15.2+.

  • Fixed update message sent even if the plugin is updated.
  • Fixed weird update message (raw JSON instead of formatted text).
  • Fixed rare inventory bugs, causing items to be duplicated or barrier blocks to be obtained.
  • Fixed possibility to get XP from the glowing effect applied on maps.
  • Fixed /maps not working on Java 15+ due to JavaScript engine being unavailable.
  • Fixed plugin not working on Minehut host due to Javascript engines being restricted.
----------, Apr 11, 2021

4.1 — Moderation Update gives mods or admins commands to see maps for other players, to give maps, but also to update maps already placed in the world. You can also use ImageOnMap commands from the console or from command blocks, opening a whole new realm of automation around ImageOnMap (read: commands executed from skripts and data-packs should work).

We also fixed some bugs that were reported by lots of people.

This version is only compatible with Minecraft 1.15+.

  • Added /maptool update to change the image attached to a map.
  • Added /givemap to give a map of a specific player to another.
  • All command can now be executed for other players. As example, /maps username will allow you to see all username maps.
  • You can now use ImageOnMap commands from command blocks or from the console.
  • Commands now support map name between quotes: "A nice name to have for a map".
  • Added /maptool rename if you don't want or cannot use the GUI.
  • Size limit (in frame).
  • Bug fixes & optimizations.
    • Various optimizations.
    • Fixed AWT memory leak—can happen if you do a lot of 50x50 renders.
    • /maptool list no longer throw an exception.
    • Fixed an issue where the bottom left map that not render like it should.
    • Fixed the GUI rename issue that was the cause of inventory loss.
----------, Apr 10, 2021

The first stable release of this 4.0 branch is out!

4.0 – Subtle Comfort
is a bit light in content, but we have unified part of the plugin (splatter map) and we prepared upcoming changes with required zLib features. The next update should be bigger and will add more stuff : thumbnail, optimization, possibility to deploy and place item frames in creative mode, creating interactive map that can run a command if you click on a specific frame…

This version is only compatible with Minecraft 1.15+. Compatibility for 1.14 and below is dropped for now but in the future we will try to bring it back. Use 4.0 pre1 for now, if you require 1.13.2 – 1.14.4 compatibility.

Many thanks to Vlammar who did most of the work!


Features (full changelog & diff)
  • You can now place a map on the ground or on a ceiling.
  • Languages with non-english characters now display correctly (fixed UTF-8 encoding bug).
  • Splatter maps no longer throw an exception when placed.
  • When a player place a splatter map, other players in the same area see it entirely, including the bottom-left corner.
  • Added Russian and German translations (thx to Danechek and squeezer).

If you want to support ImageOnMap development and get updates faster, donations are always appreciated. Thanks!
----------, Jun 14, 2020

This version brings 1.15 support to ImageOnMap. 1.14 and below are not supported by this version—please use 4.0-pre1 or older if you need to stay on 1.14.4 or below.

Many thanks to Vlammar who did most of the upgrade work!

Here is the full changelog:
  • 1.15 compatibility (now building against a 1.15-compatible zLib version).
    • This version is only compatible with Minecraft 1.15 and later—for older Minecraft versions, please use 4.0-pre1 or older.
  • Improved some translations in French (thanks to Gabriel Cnudde).

This version is a pre-release. It has been tested on 1.15 and 1.15.2, including data migration from ImageOnMap 3.0 (nothing has changed so it should run smoothly), without problems; this being said, bugs may still be there here ad there in some edge cases. I'll test this version with real players on my server a little bit before posting a final stable 4.0 release.

Missing features we wish to address in the future are:
  • posters auto-deployment on the ground or the ceiling;
  • advanced image processing before import (cropping, resizing, etc.) using a simple GUI rather than complex command-line arguments (both would still be available, for power-users).

As a side note regarding BukkitDev, the version published there is not updated because BukkitDev somehow lost my account. If I recover it, I'll update the resource there too.

I'll try to update more frequently in the future. I already have plans for 4.1 with useful tweaks for creative mode and images resizing. Stay tunned!

If you want to support ImageOnMap development and get updates faster, donations are always appreciated. Thanks!
----------, Feb 15, 2020

ImageOnMap for 1.13+1.14—it's here! Yes! Finally!

First of all, I want to again apologize for the huge update delay. I had a long no-Minecraft period being really busy for other projects, and it's sometimes hard to keep up on every update when you don't play the game. Unfortunately, I was the only maintainer left. Fortunately, I came back and I'm no longer the only one!

Now, for the changelog:
  • Added 1.13.2 and 1.14 compatibility
  • Dropped compatibility with 1.12 and lower
  • Improved some UIs
  • Added support for images' resize to a specific size: you can do /tomap https://url/image.png resize 2 2 to get a 2×2 frames image.
  • Status messages are sent in the action bar instead of the chat
  • Added back statistics (you can opt-out in plugins/bStats/config.yml)
  • Added an update checker
Thanks to Markus Lechner for his help on zLib underlying 1.14 update!

This version is a pre-release.
It has been tested on 1.13 and 1.14, including data migration from ImageOnMap 3.0 (nothing has changed so it should run smoothly), without problems; this being said, bugs may still be there here ad there in some edge cases. I'll test this version with real players on my server a little bit before posting a final stable 4.0 release.

Even without updates for almost a year, we hit 54k downloads here and 59k on BukkitDev—that's an astonishing total of 113k downloads! Thank you so much everyone!

I'll try to update more frequently in the future. I already have plans for 4.1 with useful tweaks for creative mode and images resizing. Stay tunned!
----------, Nov 15, 2019

  • Fixed permissions support by adding a full set of permissions for every action of the plugin.
----------, Jan 24, 2018

Resource Information
Author:
----------
Total Downloads: 632,527
First Release: Jul 18, 2016
Last Update: Jan 15, 2022
Category: ---------------
All-Time Rating:
137 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings