Skip to content

jungwuk-ryu/Nukkit-Image-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nukkit Image plugin

You can place your image in your Nukkit server.

Minecraft 2021-02-13 3_34_55 AM

Commands

- /ip place <image name>
- /ip remove

API

The description will be added soon.

ImagePlugin.breakImage(BlockEntityItemFrame blockEntity);
ImagePlugin.placeImage(RequestInformation info);
ImageUtils.getSplitImageMap(int lx, int ly, BufferedImage image, @Nullable Map<String, String> data);