Image Frame
Display custom images on maps and item frames. Supports PNG, JPEG, WEBP, and animated GIFs.
Getting Started
- Upload your image to an image host (e.g. postimages.org)
- Copy the Direct Link URL
- Use the commands below to place it in-game
Creating Images
Place an image on a map or across multiple maps in a grid.
| Command | Description |
|---|---|
/imageframe create <name> <url> <width> <height> | Create an image map with the given dimensions |
/imageframe create <name> <url> selection | Create and place directly on selected item frames |
/imageframe create <name> <url> <width> <height> combined | Create and get as a single Combined ImageMap item |
/imageframe select | Toggle item frame selection mode (sneak + right-click to select) |
Example
To create a custom image 5 blocks wide and 4 blocks tall:
/imageframe create myart https://i.postimg.cc/xxx/image.png 5 4Place 20 item frames (5 across × 4 down) and the image splits across them automatically.
Tips
- The more frames you use, the higher the resolution
- Use direct image URLs (ending in .png, .jpg, .gif, .webp)
- Use
/imageframe get <name> combinedto pick up a multi-map image as one item — place it on a wall and it auto-fits to the top-left
Managing Images
| Command | Description |
|---|---|
/imageframe list | List all your created image maps |
/imageframe get <name> | Get a copy of a map you created |
/imageframe delete <name> | Delete an image map |
/imageframe rename <name> <new_name> | Rename an image map |
/imageframe clone <name> <new_name> | Duplicate an existing image map |
/imageframe info | View info about the map you're holding |
/imageframe refresh [name] [new_url] | Refresh a map from its source URL |
