Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
This plugin introduces a simple command to render images onto maps in your Minecraft world!
/map <width> <height> <link>
Simply provide the intended width and height of the output, followed by the url to the image that you want to be rendered.
For example, /map 2 3 <link> will render the image onto 6 maps that can then be placed in a 2x3 grid of item frames to complete the image.
I know there are many plugins that do similar things to this however I always prefer to use my own plugins on my Minecraft server (so I can have complete control and understanding of what's happening below the surface) hence I made this.
Also, it probably works on some older version of the game, I only specify the versions that I've tested it on.
Permission Nodes:
imagemaprenderer.map
description: allows player to run the /map command default: true
imagemaprenderer.itemFrames
description: allows player to receive Item Frames when they render map(s) default: true
imagemaprenderer.glowItemFrames
description: allows player to receive Glow Item Frames when they render map(s) default: true