▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
PulseMsg

PulseMsg

Send custom scheduled messages in chat

Оцените первым
24
1

⚡ PulseMsg

Timed broadcast & advertisement plugin — clickable links, hex colors, priority overrides, and a smart flood guard.

!Spigot 1.20+ !Paper !Java 17 !Author




📖 What is PulseMsg?

PulseMsg is a lightweight but powerful broadcast plugin that lets server owners schedule timed advertisement messages with full color control, clickable links, hover tooltips, and a smart flood guard so players never get spammed.

Each message runs on its own independent timer — no more messages colliding or overflowing chat at the same time.


✨ Features

FeatureDescription
Per-message timersEach message has its own interval-seconds — completely independent
🔗 Clickable linksOpen URLs, suggest commands, run commands, or copy text to clipboard
🎨 Full color supportLegacy &x codes and hex &#RRGGBB both supported on every line
🚨 Priority messagesMark a message as priority: true to always fire, even alongside others
🛡 Flood guardAt most one non-priority message per scheduler tick — no chat spam
🔒 Permission gatingSend specific messages only to players with a given permission node
🔀 Random or sequentialSend messages in order or shuffle them with random-order: true
👥 Minimum playersSkip broadcasts when fewer than N players are online
Hot reload/pm reload applies all config changes with zero server restart


📋 Commands

All commands require the pulsemsg.admin permission (default: OP).
Aliases: /pulsemsg, /pm, /pulse

CommandDescription
/pm reloadReload config and restart the scheduler
/pm listList all messages with enabled/disabled status
/pm send <id>Manually fire a message immediately
/pm info <id>Show details and next-fire countdown for a message
/pm togglePause or resume all broadcasts
/pm helpShow the help menu

🔑 Permissions

NodeDefaultDescription
pulsemsg.adminOPFull access to all PulseMsg commands
pulsemsg.bypassfalsePlayer will never receive any broadcasts

⚙ Configuration

PulseMsg generates a fully documented config.yml on first run. Here's a taste:

global-interval-seconds: 60
global-prefix: '&#5865f2&l[PulseMsg]&r '
random-order: false
minimum-players: 0

messages:

  discord-ad:
    enabled: true
    title: '&#7289da&l⚡ Join Our Discord ⚡'
    body:
      - '&7Stay connected with the community!'
      - '&7Get support, updates, and giveaways.'
      - ' '
      - '&#7289da&l&nJoin Now&r &7— discord.gg/example'
    interval-seconds: 300
    priority: true                  # always fires even alongside other messages
    prefix: '&#7289da[Discord]&r '  # overrides the global prefix
    click:
      action: OPEN_URL
      value: 'https://discord.gg/example'
      hover: '&9Click to join our Discord!'

  store-ad:
    enabled: true
    title: '&#f1c40f&l★ Support The Server ★'
    body:
      - '&7Ranks, cosmetics and more at our store!'
    interval-seconds: 1200
    priority: false
    click:
      action: OPEN_URL
      value: 'https://store.example.com'
      hover: '&eClick to open the store!'

Click actions

ActionEffect
OPEN_URLOpens a URL in the player's browser
SUGGEST_CMDPuts text into the player's chat box
RUN_CMDRuns a command as the player
COPY_TEXTCopies text to the player's clipboard

How scheduling works

PulseMsg ticks every global-interval-seconds. Each tick it counts down every message's own timer independently. When a message is due:

  • Priority messages always fire — even if another message is also due that tick.
  • Non-priority messages are flood-guarded — only one fires per tick. If multiple are due simultaneously, the others simply wait for their next natural interval.

🖥 Requirements

  • Minecraft: 1.20+
  • Server: Spigot or Paper
  • Java: 17 or newer

Made with care by rradajbi — open an issue on GitHub for bugs or feature requests.

Часто задаваемые вопросы

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

Minecraft: Java Edition

1.21.x1.20.x

Платформы

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

Сервер

Ссылки

Создатели

Детали

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