▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/SyBroadcast
SyBroadcast

SyBroadcast

A better server broadcast plugin that supports scheduled broadcasts

5
0

SyBroadcast

A broadcast plugin for Minecraft Purpur 1.21.1, supporting scheduled and manual broadcast features.

Features

  • Scheduled Broadcast: Set timed messages in the config file to broadcast automatically at specified times
  • Manual Broadcast: Send broadcast messages in-game via command
  • Hot Reload: Reload configuration without restarting the server

Requirements

  • Java 21+
  • Minecraft Purpur 1.21.1

Installation

  1. Download SyBroadcast-1.0.0.jar
  2. Place the jar file in the server's plugins folder
  3. Restart the server or use a plugin manager to load it

Configuration

The configuration file is located at plugins/SyBroadcast/config.yml

# SyBroadcast Configuration
# Scheduled broadcast format: [HH:MM]message content
# Example: [05:00]Good morning, a new day has begun!
# Time uses 24-hour format

messages:
  - "[05:00]Good morning, a new day has begun!"
  - "[12:00]Good noon, remember to take a break!"
  - "[18:00]Good evening, enjoy your game!"
  - "[00:00]A new day has begun, good luck!"

Configuration Format

  • Time format: [HH:MM] using 24-hour format
  • Message content follows immediately after the time format
  • Each message starts with - as a list item

Commands

CommandDescriptionPermission
/syb <message>Send a broadcast messagesybroadcast.broadcast
/syb reloadReload configuration filesybroadcast.reload

Permissions

Permission NodeDescriptionDefault
sybroadcast.broadcastAllow sending broadcast messagesOP
sybroadcast.reloadAllow reloading configurationOP

Broadcast Format

Scheduled Broadcast

[Scheduled] message content

Color: Yellow prefix + White content

Manual Broadcast

[Notice] message content

Color: Aqua prefix + White content

Building

Requires Maven and Java 21

mvn clean package

The compiled jar file is located at target/SyBroadcast-1.0.0.jar

Development Info

  • Author: Shiyuan
  • Version: 1.0.0
  • API: Purpur API 1.21.x

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

Minecraft: Java Edition

1.21.x

Платформы

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

Сервер

Создатели

Детали

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