Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
DynamicServerIcon Reborn
PluginMIT

DynamicServerIcon Reborn

A small plugin that allows to dynamically update minecraft server icons

148
Downloads
1
Followers
9 months ago
Updated
📦
1
Versions
managementtechnologyutilitypaperspigot
Download Latestv1.0.1View on Modrinth

📖About 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 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

👥 Team & Contributors

chaun14
chaun14Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperspigot
Minecraft Versions
1.121.12.11.12.21.131.13.11.13.21.141.14.1+37 more

🔗 Links

Modrinth Page