FgAutoMessage
作者:rebot | 分类:模组
Minecraft 版本: 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: bukkit paper purpur spigot
标签: decoration social
FgAutoMessage
FgAutoMessage is a lightweight, modern, and highly customizable automatic announcement plugin for Minecraft servers. Keep your players informed with stylish messages displayed exactly how you want them.
✨ Features
- Multiple Display Types: Send announcements to where they matter most:
- ? Chat: Standard chat messages.
- ? Action Bar: Subtle messages above the hotbar.
- ? Title / Subtitle: Big, attention-grabbing text in the center of the screen.
- ? Boss Bar: persistent messages at the top of the screen.
- Rich Color Support:
- Legacy colors (
&a,&l, etc.) - Hex colors (
&#ff00ff) - Gradients (
<gradient:#ff0000:#00ff00>Text</gradient>)
- Legacy colors (
- Flexible Scheduling: Set the exact interval (in seconds) between announcements.
- Smart Ordering: Choose between
RANDOMorder orSEQUENTIALloop. - Sound Effects: Optionally play a sound (e.g., experience orb pickup) to grab players' attention.
- Boss Bar Customization: Fully configure the Boss Bar color, style, and duration.
- In-Game Management: Add, delete, and reload messages directly from the game without touching files.
? Commands
The main command is /am (alias: /automessage).
| Command | Description | Permission |
|---|---|---|
/am help |
Shows the help menu. | am.admin |
/am reload |
Reloads the configuration file. | am.admin |
/am add <message> |
Adds a new announcement to the list. | am.admin |
/am delete <index> |
Removes an announcement by its number. | am.admin |
? Permissions
am.admin- Grants access to all plugin commands (Default: OP).
⚙️ Configuration
The config.yml is simple and easy to understand. Here is a preview:
# How often to broadcast announcements (in seconds).
interval-seconds: 120
# Announcement mode: RANDOM or SEQUENTIAL
mode: RANDOM
display:
# Options: CHAT, ACTIONBAR, TITLE, SUBTITLE, BOSSBAR
type: CHAT
title:
fade-in-ticks: 10
stay-ticks: 60
fade-out-ticks: 10
bossbar:
color: BLUE
style: SOLID
duration-ticks: 100
sound:
enabled: false
name: "entity.experience_orb.pickup"
volume: 1.0
pitch: 1.0
messages:
- "&aWelcome to the server!"
- "<gradient:#ff0000:#00ff00>Don't forget to join our Discord!</gradient>"
? Installation
- Download the
FgAutoMessage.jar. - Place it in your server's
pluginsfolder. - Restart your server.
- Edit
plugins/FgAutoMessage/config.ymlto customize your messages!

请登录后举报
暂无评论,抢个沙发吧~