Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.x
1.19.x
1.18.x
Platforms
Paper
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated 2 months ago
Simple announcement plugin.
Features
- Customizable announcements.
- Customizable template.
- Command to announce custom messages.
- MiniMessage support.
- New minimessage format tag
<centered>
. - Placeholder support WIP
NOTE
This plugin was made in 1.19.3 and didn't tested on older versions.
Example config.yml
#when broadcast is true, console will get announcements too.
broadcast: false
#when ordered is true, announcements will sent in order.
ordered: false
#time between announcements, in seconds.
delay: 300
command:
name: "announcement"
description: "command to announce custom messages"
usage: "/announcement <message>"
permission: "announcement.use"
#Formatting docs: 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"