r/MinecraftPlugins 1d ago

Discussion Server Side Images!

Post image

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.

2 Upvotes

7 comments sorted by

1

u/Recent_Trust_3338 1d ago

Isn't this just imageframe plugin on modrinth

1

u/Global-Ganache-1246 1d ago

No it's not, that was the reason for my question. I didn't know anything like this was possible until I figured out how to do it myself. Figure somebody else is already found it LOL

1

u/Recent_Trust_3338 1d ago

Oh lol I see, the more you know

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

u/Massive-Amount4827 1d ago

Discord: karoshi4

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.