Image2Map
A Fabric mod that allows you to render an image onto a map. Inspired by the Bukkit plugin ImageOnMap.
To render an image, just run the command /mapcreate with the file path/URL of the image. For example:
/mapcreate none https://fabricmc.net/assets/logo.png
To apply dithering to the image, you can run this instead:
/mapcreate dither https://fabricmc.net/assets/logo.png
FAQ
- 1. Will you port this to Forge/Bukkit/Paper?
2. Will you support larger maps/map walls?
• Potentially, pull requests are open if you want to add support yourself.
soo any easy way to do this with 4x4 or bigger??
EDIT: whatever i saw the last part of Decription
Does it work on servers?
In reply to mrnocontent1:
Yes, you can install it on a server without needing it on the client.
Are you working on making the maps to work like they do in the ImageOnMap plugin? I'd really like to have for example 3x3 maps without having to crop the images in image editing softwares. Either way, thank you for making a version compatible with fabric servers!
In reply to neo_says_meow:
I would also love to see the option for bigger maps/pictures as in ImageOnMaps. Such as 3x3, 5x5 etc.
In reply to Poke_Yv:
If you feel like testing something experimental, then there's an open pull request to add support for larger maps: https://github.com/TheEssem/Image2Map/pull/6
You should be able to find prebuilt versions of the branch under the Actions tab.
My server instantly chrashes when used server side
I'm able to create images with urls but when I turned local files to "true" I still can't get it to work when I paste in the file path, can someone send an example how it should be formatted? Thanks
Is there way to make it where the images aren't pixel?
In reply to Lemon_kat_:
Without a wall of maps, no.
Sorry, this is probably a dumb question, but is this mod server-side, client-side, or both? If I install it on my server, do players need to install it as well?
Sorry, I'm kinda new to Fabric servers, as I'm used to Bukkit.
In reply to autonomous_ace:
It's completely server-side. You can install it on the server and clients will be able to use it without installing the mod on their end.
hi can i ask how to scale the image or at the moment is there no way to?
In reply to Arch_Damage_:
Not yet, but someone made a custom branch for it and I hope to get it merged within the main mod soon.
In reply to TheEssem:
Hey, would you mind sharing the name and author of the branch? (I assume it's an add-on to this mod)
In reply to neo_says_meow:
Here's the pull request for it: https://github.com/TheEssem/Image2Map/pull/6
The link to the exact branch is under the PR title. You'll need to build it yourself for now.
How do you put images in from your local files? Great mod by the way!
In reply to triudyt:
You need to enable the allowLocalFiles option in the mod's config, and from there you should be able to input a file path like you would a URL.
When I try to use the command, it doesnt work. I cant add a link without it not working. So how do I use the command?
If I add this to a server, does everyone else have to download it?