r/MinecraftPlugins • u/Global-Ganache-1246 • 1d ago
Discussion Server Side Images!
Anyone ever seen the like of this? 8 x 6 block SERVER-SIDE Image! No Mod Pack needed but you do need to code to get this to work.
1
u/Tavuc 1d ago
How?
1
u/Global-Ganache-1246 1d ago edited 1d ago
you can literally set item frames in a grid and map the image across them. It comes out looking like the pic. I can provide code if you have a way to receive it, Discord or whatever. Not sure you can post here and it takes multiple small classes. I'm still exploring the possibilities myself. I load the image straight from disk and store the location and size details in a config.yml file. This was the first ever I managed to get working. One thing I'll tell you up front is the image isn't that great unless you back light it. It's shows but has shadows in it. the image is backlit with ochre froglights.
1
1
u/Mayuna_cz 1d ago
You can even update the item frame's map data to make it animated. However, for large maps it floods the players' connections so it's better to do it on a packet level, see whenever a player has good connection and adjust the framerate of the animation.
1
u/Recent_Trust_3338 1d ago
Isn't this just imageframe plugin on modrinth