BlockPic is a powerful plugin that allows you to transform your PNG/JPG images to block pictures in game!
Features:
Convert an image to block-picture ingame;
Download and save a image from web to the plugin images folder;
Choose the width and height of the block-picture;
Undo the last block-picture.
Upcoming:
Messages customization;
Optimizations;
Language support;
Command restrictions;
Where images are stored? In plugins/BlockPic/images
How to add an image? Paste it in plugins/BlockPic/images or download ingame with /blockpic download
Commands | Permissions | Description
Code (Text):
/blockpic | blockpic | base permission (all must have)
/blockpic list | blockpic.list | list all images in plugins/blockpic/images folder
/blockpic create | blockpic.create | create a block-picture from a image
/blockpic download | blockpic.download | download an image from <url> and saves as file_name.[jpg/png] in plugins/blockpic/images folder
/blockpic undo | blockpic.undo | undo the last block picture created
plugin.yml
Code (Text):
# quantity of blocks per betch
batch-size: 10
# batch draw period (in ticks)
batch-period-ticks: 1
# max area per draw (width x height)
max-blocks: 200000