Custom Images (ImageFrame)
Want to display custom images on the server - like posters, signs, menus, or an animated “TV screen” in your base?
You can do that using ImageFrame.
✅ Everywhere in Creative Anarchy Gamemode
✅ In Own Worlds Gamemode except /play mode (use /build mode to use it) where you are trusted / you have build permission
✅ In Plot World on own plots or there where you are added
✅ In Claim World in own or trusted claims
🖼️ What you can do
- Display images on maps and item frames
- Load images from URLs
- Supported formats: PNG / JPG / WEBP / GIF
- Create multi-map images (big screens / posters)
- Refresh an image later without rebuilding the wall (when using the same source URL)
⌨️ Commands & aliases
Main command:
/imageframe
Aliases:
/if/iframe/frame
🎖️ Rank benefits (ImageFrame)
ImageFrame usage is also limited by how many image maps you can create (see limits below).
- Lord Rank: unlocks Clone + Overlay
- King Rank: unlocks Animated images (GIF creation)
Static images are available to all players (with limits).
🔗 Quick start (most common use)
Create an image from a URL:
/imageframe create <name> <url> <width> <height>
Make sure your URL ends with a valid image extension (for example .png, .jpg, .jpeg, .gif, .webp).
If the link doesn’t include an extension, the image may fail to load.
Example:
/imageframe create logo https://example.com/logo.png 2 3, where logo is the name, https://example.com/logo.png is url, 2 is width and 3 is height
This makes a 2×3 image (6 maps).
🧩 Put images directly onto item frames
Select item frames
/imageframe select
After selecting the item frames you want to fill:
/imageframe create <name> <url> selection
Example:
/imageframe create poster https://example.com/poster.webp selection
🫥 Invisible Item Frames
Want a clean “screen/poster wall” without visible item frames? You can get invisible item frames directly.
Command:
/imageframe giveinvisibleframe <glowing/regular> [amount]
Examples:
- Regular invisible frames:
/imageframe giveinvisibleframe regular - 16 regular frames:
/imageframe giveinvisibleframe regular 16 - Glowing invisible frames:
/imageframe giveinvisibleframe glowing - 8 glowing frames:
/imageframe giveinvisibleframe glowing 8
Use glowing frames if you want the map to stand out a bit more, otherwise regular looks the cleanest.
📺 Animated GIFs (King Rank)
If the URL points to a GIF, the image will animate.
Creating animated ImageMaps is a King Rank feature.
Useful commands:
- Pause/resume:
/imageframe playback <name> pause - Jump to a time:
/imageframe playback <name> jumpto <seconds>
🧱 Bigger screens (multi-map size)
Choose the size when creating an image:
1 1= one map2 1= wide banner3 2= larger wall screen5 3= big display (15 maps)
/imageframe create <name> <url> <width> <height>
🧰 Combined ImageMap (easy placement)
If you want a multi-map image as one item you can place easily:
/imageframe create <name> <url> <width> <height> combined
This gives you a Combined ImageMap item that can place the whole image at once.
🟦 Overlay (Lord Rank)
Overlay lets you add an image on top of a vanilla map (useful for labels, banners, UI-style map displays).
/imageframe overlay <name> <url>
This feature is unlocked for Lord.
🧬 Clone (Lord)
Clone creates a new ImageMap based on an existing one (useful for variants or quick duplication).
/imageframe clone <name> <new_name>
This feature is unlocked for Lord.
🔄 Refresh an image later
If your image changes at the URL (you upload a new version), refresh it:
- Refresh a specific one by name:
/imageframe refresh <name> - Or refresh the image you’re holding:
/imageframe refresh
📋 Managing your images
- List your images:
/imageframe list - Get an existing image again:
/imageframe get <name> - Rename:
/imageframe rename <name> <new_name> - Delete:
/imageframe delete <name> - Info about the image you’re holding:
/imageframe info
🧭 Markers (optional)
You can add map markers/icons on top of image maps:
/imageframe marker add <image_name> <marker_name> <direction:0-15> <marker_type> [caption]
Example:
/imageframe marker add citymap home 0 mansion "Home Base"
🔒 Limits (how many images you can create)
Each player has a limit on how many ImageMaps they can create.
Higher ranks can create more.
If you hit the limit, delete unused images with:
/imageframe delete <name>
🖥️ Optional: HD client mod (recommended)
By default, Minecraft maps are limited in detail and colors. If you want images to look sharper and more accurate, you can install the ImageFrame Client mod.
Supports: Fabric & Quilt
Mod download: Modrinth
For setup and usage, always check the mod’s documentation and the mod page (and community guides if needed).
🖼️ Showcase