DynamicServerIcon Reborn
A small plugin that allows to dynamically update minecraft server icons
DynamicServerIcon Reborn
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
1. 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.
2. Add Your Icons Upload your custom server icons (`.png` format, exactly 64x64 pixels) into the `plugins/DynamicServerIconReloaded/icons/` folder.
3. Register Icons for Rotation Use the following command for each icon you want to include in the carousel: `/icon carousel add <filename.png>`
4. 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 <filename> 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`):
```yaml
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