https://github.com/jeremytubongbanua/mapimg
Spigot 1.14x server-sided plugin for getting Map items in Minecraft with image pixels
https://github.com/jeremytubongbanua/mapimg
java spigot-api
Last synced: 3 months ago
JSON representation
Spigot 1.14x server-sided plugin for getting Map items in Minecraft with image pixels
- Host: GitHub
- URL: https://github.com/jeremytubongbanua/mapimg
- Owner: JeremyTubongbanua
- Created: 2022-07-04T15:36:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T15:37:05.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T02:47:54.353Z (5 months ago)
- Topics: java, spigot-api
- Language: Java
- Homepage: https://www.spigotmc.org/resources/mapimg.72748/
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MapImg
Created for Minestar Network.
Programmed on Spigot 1.14.4# Commands
```
/mapimg help - Displays a help message
/mapimg get - Main command to get a Map Image
```# User Instructions
Example of /mapimg get usage:
```
/mapimg get https://i5.walmartimages.ca/images/Large/094/504/6000200094504.jpg 2 2
```
The URL is (https://i5.walmartimages.ca/images/Large/094/504/6000200094504.jpg)
The width is 2 and the height is 2.
This would provide 4 maps in total and each containing a corner of the image.
You can go up to 6 x 6 as much (or as inventory can hold).The coordinates will be displayed in each item, so you know how to assemble it
once you put them on the item frames. The top left is (0, 0) and as it descends,
the y-value increases. Think of a cartesian x-y grid but the y-axis is flipped.