
Easily get a map with a custom image URL. Non-bloated, persistent across server restarts and low in storage.
MapImage is a Minecraft plugin that lets server operators turn any online image URL into an in-game map item using the /mapimage command. Maps are persisted and re-rendered after server restarts using a lightweight YAML config, so they require no large image file storage on the server.
config.yml to persist across restarts./mapimage <image-url> [size]
🌐 Make sure the image is accessible from the server (internet access required on every start and restart) and returns a valid image format (e.g., PNG or JPEG).
| Permission Node | Description | Default |
|---|---|---|
mapimage.use |
Allows using /mapimage |
OP only |
While this plugin works fine with small amounts of images, if you have excessive amounts of images it may cause increased server RAM usage. This is planned on being fixed at the moment, but beware that sometimes you may have your server's RAM higher than normal until the patch is released.