A minecraft server plugin to announce different messages to the players.
Types
Chat - simple message in chat
ActionBar - message will be shown in the action bar
Title - will send a title (+ subtitle)
Join - will be sent to a player when he joins
Example config.yml
Code (YAML):
interval: 180
announcements:
help:
type: chat
messages: - <dark_red>
---------------------------------------------------</dark_red
> - <red>You need help or want to see
all features? - /help!!!!</red
> - <dark_red>
---------------------------------------------------</dark_red>
store:
type: actionbar
messages: - <dark_red>Visit our store at store.placeholder.com</dark_red>
test:
type: title
messages: - <rainbow>test rainbow title</rainbow
> - <blue>test test test test</blue>
join_announcement:
messages: - <green>Welcome back to xyz!</green
> - <green>View your mails with /mail read</green
>
If you need any help or found a bug please message me on discord (Oliver#6538).