Status: In Beta
This plugins allows the use of any website image (typical image formats, .jpg, .png) to be rendered on a map! Using the under-used map API, and the idea from this thread: http://forums.bukkit.org/threads/why-the-map-api-is-awesome.85195/
What this plugin does, in full description, allows the user with the proper permission (Operator or has the proper permission nodes) to get the map in hand, along with everyone else who has the same map ID (Default is 0, so I'll use that for an example) to see whatever the image is, rescaled to 128x128. Note that the images will NOT be in full color, as the map itself limits the colors given.
I'd like to thank md_5 for the whole idea of the custom map images. I don't claim his idea.
Known Bug
- Ghosting bars.
Features
So far, ImgMap supports the following (NOTE: This plugin is under heavy re-write, so features are volatile):
- Any image (assuming that the file returns a Content-type of "image")
- Slideshow feature
Planned Features
- Many features are planned.
Commands
- /map <url> - Maps the image.
- /smap <time in seconds> <url1> [url2] [url3]... - Renders a slideshow of the given images.
- /rmap (/restoremap) - Restores a map.
- /imgmap (/imap) - Outputs the version and plugin name.
Permissions
- imgmap.cmd.map - /map
- imgmap.cmd.slideshow - /smap
- imgmap.cmd.restoremap - /rmap (/restoremap)
- imgmap.cmd.imgmap - /imgmap (/imap)