Salute
A Minecraft plugin that renders custom images in your server list MOTD using player head tiles
Install / Use
/learn @Viremox/SaluteREADME
Salute
A Minecraft plugin that renders custom images in your server list MOTD using player head tiles. Supports both Paper and Velocity.
How It Works
Salute splits an image into 8×8-pixel tiles, uploads each tile as a Minecraft skin via the MineSkin API, and assembles the resulting player heads into a grid that is displayed in the server list MOTD.
Requirements
- Java 21 or newer
- Paper 1.21+ or Velocity 3.4+
- A MineSkin API key
Installation
- Download the latest release from the Releases page.
- Drop the appropriate jar into your server's
plugins/folder:salute-paper-*.jarfor Paper serverssalute-velocity-*.jarfor Velocity proxies
- Start the server to generate the default config.
- Add your MineSkin API key to the config file.
- Place your images in the
plugins/Salute/images/directory and reference them in the config. - Restart or run
/salute reload.
Building from Source
git clone https://github.com/Viremox/Salute.git
cd Salute
./gradlew build
Build artifacts will be in salute-paper/build/libs/ and salute-velocity/build/libs/.
Contributing
Contributions are welcome! Please read the Contributing Guide before submitting a pull request.
License
This project is licensed under the MIT License.
