Skip to content

VitalyVakhteev/MCArtGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCArtGen

Version 1.0.3.2

A Minecraft plugin that receives POST requests to generate pixel art.

To use, run the plugin on a Spigot server (currently version 1.20.6) and send a POST request to the :8001/upload path of the server with the following JSON body:

{
  "image_url": "Url with the image to generate",
  "x": "0",
  "y": "96", // Minimum is 96 blocks; The maximum height the image can print completely at is 224 blocks
  "z": "0",
}

For example, if hosted locally, you can send it to http://localhost:8001/upload.

In return, you will get a structure resembling the image at the coordinates you provided.

Future Improvements:

  • Better performance
  • Collision checks

About

A Minecraft plugin that receives POST requests to generate pixel art.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages