
Add images to your Minecraft server without resource packs

This plugin lets you create pixel images in your Minecraft server and have them render on the client without sending them a resource pack. It works by cutting the image into 8x8 squares, getting texture URLs and signatures from MineSkin, and rendering them on the client.
/textures generate <id> <filename or url>. If the image is in your textures folder, the file name (e.g. textureslogo.png) will suffice. If it's a url, the plugin will download the image to that folder.<texture:id> renders the full image. (e.g. <texture:textureslogo>)<texture:id:row> renders one row (0-based) (e.g. <texture:textureslogo:1> renders the second row)Yes, these are not PlaceholderAPI placeholders (though they will probably be added soon™️), these are intercepted between the server and the client and rewritten.
I am providing this plugin as is. No updates are guaranteed unless I feel like it. It works for me but it might not work perfectly for you. I will help you if I'm available, but free support is not guaranteed.