(just go to
https://github.com/Tuffdufroggins/ImageGenerator/blob/main/README.md for docs)
Usage: /image <filename> <x direction> <y direction> <z direction> <x> <y> <z>
or just
/image <filename> <x direction> <y direction> <z direction>
specifying a location (the last 3 numbers) will make it draw at that location, otherwise it will just go to ur player pos.
Example: /image image.png 0 -1 1
this will render the file at location "MyServer/plugins/ImageGenerator/image.png" at the position of your player. and each pixel it will move
+0 blocks on the x axis, (flat)
-1 block on the y axis, (goes down)
1 block on the z axis, (goes some directon idk)
To get a picture to use, just have any .png .jpg .anythingelsethatssupportedbyImageIO and put it in the "MyServer/plugins/ImageGenerator" folder (if it doesnt exist just create the folder stupid)