A Minecraft plugin for displaying images on large map billboards.
| Description | Preview |
|---|---|
| Billboard Example | ![]() |
- Display images from URLs or local files
- Configurable billboard dimensions
- Multiple billboard presets
- Green glow effect when looking at billboards
- Floyd-Steinberg dithering for better colors
- Undo support
- Download the latest release
- Place
MinhutBillboards.jarin yourplugins/folder - Restart your server
- Add images to
plugins/MinhutBillboards/images/
| Command | Description |
|---|---|
/billboard spawn <name> |
Spawn billboard at the block you're looking at |
/billboard undo |
Remove your last spawned billboard |
/billboard remove <name> |
Remove a specific billboard |
/billboard list |
List all configured billboards |
/billboard reload |
Reload the configuration |
| Option | Type | Default | Description |
|---|---|---|---|
width |
int | 6 | Width in blocks |
height |
int | 5 | Height in blocks |
material |
string | BLACK_CONCRETE | Background block |
image |
string | - | Filename or URL |
| Option | Type | Default | Description |
|---|---|---|---|
glow_when_looking |
boolean | true | Enable glow effect |
glow_color |
string | GREEN | Glow color |
look_range |
int | 32 | Detection range |
dithering |
string | floyd_steinberg | Dithering mode |
| Mode | Description |
|---|---|
floyd_steinberg |
Best quality |
ordered |
Faster, patterned |
none |
No dithering |
| Billboard | Image Size |
|---|---|
| 6x5 | 768x640 px |
| 8x6 | 1024x768 px |
| 10x8 | 1280x1024 px |
