MyMap plugin for Nukkit. Show your gif image on the server!
This plugin allows you to show static images, gif images, multi images
on your server.
Screenshots is in the end.
- Install the plugin into your server. And join in.
- Create a rectangle in a world(Any one, not just the main world).
- Use command
/mymap add <id>
to make the rectangle become a frame. - Use command
/mymap setpicture <id> <imageFile>
to set the picture in the frame. - The plugin will start to fill in the frame. Enjoy it!
- If you want to change the picture, just use command
/mymap setpicture <id> <imageFile>
again. - An OP can long-touch(Left-click for Win10) a frame to look up id of the frame.
- This plugin supports languages in 简体中文(Chinese Simplified) and English
-
How to set GIF image?
The same way as static images. -
How to set Multi images?
Create a folder under plugins/MyMap/images, put images in it.(Needs static picture, dynamic GIF only displays the first frame).
Name of picture decides how long to display. (Not included the suffix, explodes by "-", the last one is the display time)
Examples:- pic-3000.jpg displays 3000ms = 3s
- img-500.png displays 500ms = 0.5s
- -3000.bmp displays 3000ms = 3s
PS: If filename has no or more than 1 "-", or the number is invalid(negative), it will use default display time 3000ms=3s.