A Minecraft plugin that renders custom images in your server list MOTD using player head tiles. Supports both Paper and Velocity.
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.
- Java 21 or newer
- Paper 1.21+ or Velocity 3.4+
- A MineSkin API key
- 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.
git clone https://github.com/Viremox/Salute.git
cd Salute
./gradlew buildBuild artifacts will be in salute-paper/build/libs/ and salute-velocity/build/libs/.
Contributions are welcome! Please read the Contributing Guide before submitting a pull request.
This project is licensed under the MIT License.