Announcement
A simple yet powerful plugin for automatic player notifications on your Minecraft server.
Key Features
- Customizable announcements - create your own messages for players
- Flexible formatting templates - customize the appearance of notifications to your liking
- Command for manual announcements - instantly send messages to chat
- MiniMessage support - use the modern text formatting system
- New
<centered>tag - center text in messages - Placeholder support - feature is currently in development
Important Information
The plugin was created for Minecraft version 1.19.3 and has not been tested on older game versions.
Configuration Example
# When set to true, console will also receive announcements
broadcast: false
# When set to true, announcements will be sent in order
ordered: false
# Time between announcements in seconds
delay: 300
command:
name: "announcement"
description: "command to send custom messages"
usage: "/announcement <message>"
permission: "announcement.use"
# Formatting documentation: https://docs.adventure.kyori.net/minimessage/format.html
template:
- ""
- "<centered><gradient:#FF8B13:#E06FF2><bold>ANNOUNCEMENT</bold></gradient></centered>"
- ""
- "<centered><announcement></centered>"
- ""
announcements:
- "You <gold>can <gray>do <yellow>x"
- "You <gold>can't <gray>do <red>y"
- "You <gold>might be able to <gray>do <green>z"
- "You <gold>might not be able to <gray>do <blue>t"