Skip to content

Image Frame

Display custom images on maps and item frames. Supports PNG, JPEG, WEBP, and animated GIFs.

Getting Started

  1. Upload your image to an image host (e.g. postimages.org)
  2. Copy the Direct Link URL
  3. Use the commands below to place it in-game

Creating Images

Place an image on a map or across multiple maps in a grid.

CommandDescription
/imageframe create <name> <url> <width> <height>Create an image map with the given dimensions
/imageframe create <name> <url> selectionCreate and place directly on selected item frames
/imageframe create <name> <url> <width> <height> combinedCreate and get as a single Combined ImageMap item
/imageframe selectToggle 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 4

Place 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> combined to pick up a multi-map image as one item — place it on a wall and it auto-fits to the top-left

Managing Images

CommandDescription
/imageframe listList 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 infoView info about the map you're holding
/imageframe refresh [name] [new_url]Refresh a map from its source URL