KartaAutoAnnouncer is a lightweight and easy-to-use Minecraft plugin designed to broadcast automated messages to your Minecraft server. It supports various message types, including chat, action bar, and titles, ensuring your announcements are seen.
&#RRGGBB) for vibrant messages..jar file into your server's plugins folder.The config.yml file is located in the plugins/KartaAutoAnnouncer directory. Here's an overview of the default configuration:
# The interval in seconds between each announcement.
interval: 60
# The prefix to be displayed before every CHAT announcement.
# This does not apply to ACTION_BAR or TITLE messages.
prefix: "&d[Karta] &r"
# A list of messages to be broadcast.
announcements:
chat:
- "&aWelcome to our server! We hope you have a great time."
- "&6Don't forget to join our Discord!"
action_bar:
- "&bMake sure to read the &c&l/rules&b."
title:
- title: "Ⴟf5Vote for us!"
subtitle: "&eUse the /vote command for rewards!"
The main command is /kaa (alias for /kartaautoannouncer).
autoannouncer.admin (default: OP)/kaa reload - Reloads the configuration file./kaa setinterval <seconds> - Sets the interval between announcements./kaa add <type> <message> - Adds a new announcement.You can add announcements directly in-game using the /kaa add command.
chat, actionbar, or title.Examples:
Chat:
/kaa add chat &aThis is a new chat message!
Action Bar:
/kaa add actionbar &bCheck out our new store!
Title:
/kaa add title &6Big News! | &eWe have a new event!
(The pipe | character separates the title from the subtitle.)
After adding a new message, you must run /kaa reload to apply the changes.
If you encounter any issues or have any questions, please open an issue on the GitHub repository.

Karta Auto Announcer is a lightweight Minecraft plugin that automatically sends messages to the chat, action bar, or title at configurable intervals.