
DynamicServerIcon Reborn
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
Features
- Switch the server icon at any time using a simple command
- Carousel mode to automatically rotate between icons
- Customizable interval for icon rotation
- Command-based configuration with tab completion
How to Enable Carousel Mode
-
Install the Plugin
Place the plugin JAR file into your server’splugins/directory and restart the server.
This will generate theplugins/DynamicServerIconReloaded/folder structure automatically. -
Add Your Icons
Upload your custom server icons (.pngformat, exactly 64x64 pixels) into theplugins/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>.
Installation
- Download the plugin JAR file and place it into your server’s /plugins folder.
- Restart your server.
- A folder named DynamicServerIcon will be created inside the /plugins directory.
- Add your .png icons (must be exactly 64x64 pixels) into the /plugins/DynamicServerIcon/icons/ folder.
- Use /icon set
to manually change the server icon, or enable carousel mode via /icon mode carousel.
Requirements
- Minecraft server running Spigot, Paper, or a compatible fork
- Java 17 or higher
Commands
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 |
Configuration
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
Third parties
This plugin uses bstats
Bugs reporting
Please open an issue on github, Or contact me on my discord server
