A multiloader Minecraft mod/plugin (Fabric / NeoForge / Paper) for 26.1+ that lets server operators display images to players in a native in-game viewer.
Images are sent byte-for-byte over the Minecraft connection and rendered by the game itself at their original resolution.
Requrement
- Fabric: Server and Client
- NeoForge: Server and Client
- Paper: Server (with Fabric/NeoForge Client Mod)
Place Images
Put image files (.png, .jpg, .jpeg) in the server's imageviewer/images/ directory.
<server root>/
└── imageviewer/
└── images/
├── 1.png ← shown as "Main" category
├── 2.png
└── rules/ ← shown as "rules" category
├── 1.png
└── 2.png
Open screen
Press I key

