promotional bannermobile promotional banner
premium banner
Adds a command that converts images into Minecraft blocks.

Description

ImageToBlock lets you turn any image into a beautiful Minecraft mosaic made entirely of blocks!
Use a single command to load an image from your computer or the internet and automatically recreate it in your world.

Features

  •  Convert images into block mosaics directly in your Minecraft world
  •  Supports both local files and online URLs (e.g. https://example.com/image.png)
  •  Automatically matches the closest block colors for each pixel
  •  Scale the image proportionally
  •  Choose direction (NORTH, SOUTH, EAST, WEST) or flat mode — draw horizontally on the ground

 Easy to use — generate any image with one simple command

Command

 
/image <path/url> [scaleX] [scaleY] [direction] [flat] [x] [y] [z]
 

📘 Examples:

  • /image "C:\images\cat.png"
    → Creates a mosaic from a local file.
  • /image "https://example.com/sunset.png" 128 128 SOUTH
    → Loads an image from the internet, scales it and builds on the south wall.
  • /image "C:\images\logo.png" 64 64  EAST true
    → Creates a flat (horizontal) image on the ground facing east