▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/DynamicServerIcon Reborn
DynamicServerIcon Reborn

DynamicServerIcon Reborn

A small plugin that allows to dynamically update minecraft server icons

149
1

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.

CommandDescription
/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 reloadReloads the plugin configuration
/icon versionDisplays the current plugin version
/icon carousel add <filename>Adds an icon to the rotation list
/icon carousel listLists 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

Совместимость

Minecraft: Java Edition

1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x1.15.x1.14.x1.13.x1.12.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:7 месяцев назад
Обновлён:7 месяцев назад
Главная