Announcement

Simple announcement plugin.

4,96k

Announcement

Simple announcement plugin.

Features

- Customizable announcements. - Customizable template. - Command to announce custom messages. - WIP support. - New minimessage format tag `<centered>`. - Placeholder support WIP

NOTE

This plugin should work from 1.19 to the latest version of minecraft.

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" ```

Join Our Discord

For community discussion, community discussion, and community discussion, join our Discord: %%MD2%%

ADS