Minecraft ImageMaps mod 2026 download
logo
minecraft mod ImageMaps

ImageMaps

Game Version: 1.17
Total Downloads: 88,310
Updated: Aug 13, 2021
Created: Dec 30, 2013
Download ImageMapsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
ImageMaps 1.0.10 release 65.63 KB Aug 13, 2021 1.17 249 download ImageMaps ImageMaps 1.0.10 releaseDownload
ImageMaps 1.0.9 release 65.61 KB Aug 6, 2021 1.17 764 download ImageMaps ImageMaps 1.0.9 releaseDownload
ImageMaps 1.0.8 release 65.58 KB Jul 12, 2021 1.17 3,145 download ImageMaps ImageMaps 1.0.8 releaseDownload
ImageMaps 1.0.7 release 65.23 KB Jul 8, 2021 1.17 337 download ImageMaps ImageMaps 1.0.7 releaseDownload
ImageMaps 1.0.6 release 62.19 KB Feb 19, 2021 1.16 17,475 download ImageMaps ImageMaps 1.0.6 releaseDownload
ImageMaps 1.0.5 release 62.12 KB Feb 13, 2021 1.16 1,410 download ImageMaps ImageMaps 1.0.5 releaseDownload
ImageMaps 1.0.3 release 61.99 KB Sep 9, 2020 1.16 14,219 download ImageMaps ImageMaps 1.0.3 releaseDownload
ImageMaps 1.0.2 release 61.94 KB Aug 26, 2020 1.16 657 download ImageMaps ImageMaps 1.0.2 releaseDownload
ImageMaps 1.0.1 release 58.20 KB Jul 23, 2020 1.16 1,502 download ImageMaps ImageMaps 1.0.1 releaseDownload
ImageMaps 0.5.0 beta 21.80 KB Apr 6, 2019 1.13 14,959 download ImageMaps ImageMaps 0.5.0 betaDownload
ImageMaps 0.4.5 beta 15.49 KB Jul 30, 2018 1.13 3,177 download ImageMaps ImageMaps 0.4.5 betaDownload
ImageMaps 0.4.4 beta 15.47 KB Jul 24, 2018 1.13 815 download ImageMaps ImageMaps 0.4.4 betaDownload
ImageMaps v0.4.3 beta 27.87 KB Mar 4, 2016 1.9 9,928 download ImageMaps ImageMaps v0.4.3 betaDownload
ImageMaps v0.4.2 beta 27.51 KB Mar 2, 2016 1.9 584 download ImageMaps ImageMaps v0.4.2 betaDownload
ImageMaps v0.4.1 beta 27.78 KB Jan 8, 2015 1.8 8,333 download ImageMaps ImageMaps v0.4.1 betaDownload
ImageMaps v0.4.0 beta 27.54 KB Apr 28, 2014 CB 1.7.2-R0.3 5,800 download ImageMaps ImageMaps v0.4.0 betaDownload
ImageMaps v0.3.1 beta 26.62 KB Mar 15, 2014 CB 1.7.2-R0.3 897 download ImageMaps ImageMaps v0.3.1 betaDownload
ImageMaps v0.3.0 beta 24.43 KB Jan 23, 2014 CB 1.7.2-R0.2 2,598 download ImageMaps ImageMaps v0.3.0 betaDownload
ImageMaps v0.2.1 beta 21.55 KB Jan 9, 2014 CB 1.7.2-R0.2 463 download ImageMaps ImageMaps v0.2.1 betaDownload
ImageMaps v0.2 beta 21.48 KB Jan 4, 2014 CB 1.7.2-R0.2 342 download ImageMaps ImageMaps v0.2 betaDownload
ImageMaps v0.1 alpha 21.06 KB Dec 30, 2013 CB 1.7.2-R0.2 654 download ImageMaps ImageMaps v0.1 alphaDownload

Screenshots

Description

Share this:

ImageMaps

ImageMaps is a plugin for Bukkit Minecraft servers that enables you to place custom images in your world by rendering them onto maps and placing them in item frames.

This can be used to create info graphics, custom paintings and even the appearance of custom textures.

Example Screenshot

Installation

You will need a Server that implements Bukkit 1.13 or newer and the Spigot-API. Some features are only available in newer releases. Make sure to use the latest release of your server software before reporting issues.

Put the plugin into your servers plugins folder and start it up. A folder for the plugin will be created automatically. You can place your images in the images folder inside it.

Upgrading from versions < 1.0.0

The plugin should convert your maps.yml automatically. It will attempt to create a backup before doing so, but it is recommended to do one manually as well.

Usage

In order for you use place images they must be present in the images folder. You can either put them there via FTP or just copying it, or by using the plugin's download command, allowing you to access images from the Internet.

To place images just run the /imagemap place command and right click the block that should be the upper left corner of the image (based on your perspective).

Images will by default split into 128×128 pixel sub-images to fit on a map. The image may be scaled via command parameters, however it is recommended to prepare correctly scaled images.

The color palette of Minecraft maps is very limited, requiring the plugin/Bukkit to convert the input image. This will result in your images looking different ingame than the source. The available color table can be found here: https://minecraft.gamepedia.com/Map_item_format#Color_table

Example of color conversion

 

The invisible and fixed item frame properties are only available in 1.16+. You can modify them for any item frame by using a configurable (default a wooden hoe) items. Right click to toggle visibility and Shift+Right click to toggle the fixed state.

Commands

  • /imagemap place <filename> [frameInvisible] [frameFixed] [size]
    • Starts the placement process
    • frameVisible and frameFixed are only available on 1.16+
  • /imagemap download <filename> <sourceURL>
    • downloads an image from the given URL into the images folder
  • /imagemap info <filename>
    • prints info, such as resolution and expected size
  • /imagemap reload <filename>
    • reloads an image, to be used when the image file changed
  • /imagemap list [page]
    • lists all images in the images folder
  • /imagemap help [command]
    • prints help for commands

Permissions

imagemaps.* – grants access to all permissions

imagemaps.place – grants access to /imagemap place command

imagemaps.download – grants access to /download place command

imagemaps.info – grants access to /imagemap info command

imagemaps.list – grants access to /imagemap list command

imagemaps.reload – grants access to /imagemap reload command

imagemaps.help – grants access to /imagemap help command

imagemaps.toggleFixed – allows to toggle the "fixed" state of frames with a wooden hoe

imagemaps.toggleVisible – allows to toggle the "visible" state of frames with a wooden hoe

All permissions are default true for OPs.

Maven

You will need to configure your environment to access GitHub repositories.

<repository>
  <id>github</id>
  <name>ImageMaps repository</name>
  <url>https://maven.pkg.github.com/SydMontague/ImageMaps&lt;/url&gt;
</repository>
<dependency>
  <groupId>net.craftcitizen</groupId>
  <artifactId>imagemaps</artifactId>
  <version>1.0.1</version>
</dependency>

  

This plugin has been developed for the CraftCitizen survival Minecraft server.

Comments

Add a comment