A small plugin that allows to dynamically update minecraft server icons
DynamicServerIcon Reborn is a lightweight and configurable Minecraft plugin that allows you to change your server’s icon dynamically. It supports both manual control and an automatic carousel mode, enabling you to cycle through multiple icons at a defined interval.
The idea is inspired from another spigot plugin DynamicServerIcon
Install the Plugin
Place the plugin JAR file into your server’s plugins/ directory and restart the server.
This will generate the plugins/DynamicServerIconReloaded/ folder structure automatically.
Add Your Icons
Upload your custom server icons (.png format, exactly 64x64 pixels) into the plugins/DynamicServerIconReloaded/icons/ folder.
Register Icons for Rotation
Use the following command for each icon you want to include in the carousel: /icon carousel add <filename.png>
Activate Carousel Mode
Once your icons are registered, enable carousel mode with: /icon mode carousel
The plugin will now automatically rotate your server icon at the interval specified by /icon carousel interval <numberofseconds>.
All plugin functionality is available through the /icon (or /dynicon) command and its subcommands.
| Command | Description |
|---|---|
/icon mode <manual | carousel> |
Select between the carousel and manual mode |
/icon set <filename.png> |
Manually sets the current server icon for manual mode |
/icon reload |
Reloads the plugin configuration |
/icon version |
Displays the current plugin version |
/icon carousel add <filename> |
Adds an icon to the rotation list |
/icon carousel list |
Lists all icons in the carousel |
/icon carousel interval <seconds> |
Sets the rotation interval in seconds |
/icon carousel remove <filename> |
Removes an icon from the rotation list |
You can also manually edit the configuration file (config.yml):
# Select between "manual" and "carousel"
mode: manual
# Icon to display when in manual mode
current-icon: default.png
# List of icons to display when in carousel mode
icon-list:
- default.png
# Interval in seconds for carousel mode
interval: 10
This plugin uses bstats
Please open an issue on github,
Or contact me on my discord server