TitleAnnouncer
🟡 Updated this year🖼️ Gallery (1 images)
🔍 Analysis
- 👍 0.4% endorsement rate
- 🏆 #114 of 169 folia mods in this game by downloads
📋 About This Mod
# TitleAnnouncer (https://img.shields.io/github/actions/workflow/status/4drian3d/TitleAnnouncer/TitleAnnouncerBuild.yml?logo=GitHub&style=flat-square)](https://github.com/4drian3d/TitleAnnouncer/actions) !(https://img.shields.io/github/v/release/4drian3d/TitleAnnouncer?style=flat-square) (https://img.shields.io/discord/899740810956910683?color=7289da&logo=Discord&label=Discord&style=flat-square)](https://discord.gg/5NMMzK5mAn) !(https://img.shields.io/modrinth/dt/d769vI4q?logo=Modrinth&style=flat-square) !(https://img.shields.io/github/downloads/4drian3d/TitleAnnouncer/total?logo=GitHub&style=flat-square) A lightweight plugin to send Titles, Actionbars, Bossbars and Chat Announces to Paper servers and Velocity networks. ## Features - Ability to send announcements by using titles, actionbars, bossbars, and chat messages. - Send announcements to users in the same world or server you are in. - Send announcements to a specific user. - Use of the (https://docs.adventure.kyori.net/minimessage.html#format) throughout the plugin, allowing the maximum possible customization. - (https://modrinth.com/plugin/miniplaceholders) support (https://www.bisecthosting.com/partners/custom-banners/6fa909d5-ad2b-42c2-a7ec-1c51f8b6384f.webp)](https://www.bisecthosting.com/4drian3d?r=ModTitleAnnouncer) ## Commands To use the commands in Velocity, just add a "v" at the beginning of the command, for example: "/vannounce" or "/vtitleannouncer". ### Announce Command | Command | Arguments | Permission | |-------------------------|------------------------------------------------------------------------------------------------|------------------------| | /announce or /vannounce | (#format-argument) (#target-argument) (Format Arguments) | titleannouncer.command | ## Arguments ### Target Argument When sending an announcement, you can define who to send it to using the target argument. This argument allows you to select either an online player or the executor themselves, a server, or a world to send the announcement to. The available targets are: #### Self Target This target allows you to send the respective announcement to the same executor of the command. Keep in mind that if the server console uses this target, it will not be able to receive bossbars, actionbars, titles, or sounds; it will only be able to receive chat announcements **Example Usage** `/(v)announce chat self <rainbow>Some announcement` #### Player Target This target allows you to send an announcement to a specific player. Use the format `“player:PlayerName”`. As it is an argument that uses a colon character and due to limitations of the Minecraft Vanilla command system, it must be enclosed in quotation marks. If executed in-game, online player names will be suggested. **Example Usage** `/(v)announce title "player:4drian3d" "<gradient:green:aqua>TitleAnnouncer" "<aqua>by <gold>4drian3d"` #### All Target This target allows you to send an announcement to all players on the server or proxy. If you run the command from TitleAnnouncer in Velocity, the announcement will be sent to all players on your network. If you run it from TitleAnnouncer installed in Paper, the announcement will be sent to players connected to the server where it is run. **Example Usage** `/(v)announce actionbar all <gradient:green:aqua>TitleAnnouncer <dark_gray>| <white><platforminfo_version>` #### Server Target > This target is exclusive to Velocity This target allows you to send an announcement to the specific server where the player executing it is connected, or to a specific server. For the executor to send the announcement to the server where it is connected, you only need to place `server` as an argument. But if the executor wants it to be executed on another server, it must be specified with the format `“server:ServerName”`. Like the player argument, when requiring `:`, it must be enclosed in quotation marks. **Example Usage** `/vannounce bossbar server 30 blue notched_12 <gradient:gold:aqua>A big announcement!!!` `/vannounce bossbar "server:lobby" 30 blue notched_12 <gradient:gold:aqua>A big announcement!!!` #### World Target > This target is exclusive to Paper This target allows you to send an announcement to the world where the player executing the command is located or to a specified world. If you want to send the announcement to the world where the player is located, you must use the `world` argument. But if you want to specify another world, you must use the `“world:WorldName”` argument. Like the player argument, when requiring `:`, it must be enclosed in quotation marks. **Example Usage** `/announce bossbar world 30 blue notched_12 <gradient:gold:aqua>A big announcement!!!` `/a
# TitleAnnouncer
[!(https://img.shields.io/github/actions/workflow/status/4drian3d/TitleAnnouncer/TitleAnnouncerBuild.yml?logo=GitHub&style=flat-square)](https://github.com/4drian3d/TitleAnnouncer/actions) !(https://img.shields.io/github/v/release/4drian3d/TitleAnnouncer?style=flat-square) [!(https://img.shields.io/discord/899740810956910683?color=7289da&logo=Discord&label=Discord&style=flat-square)](https://discord.gg/5NMMzK5mAn) !(https://img.shields.io/modrinth/dt/d769vI4q?logo=Modrinth&style=flat-square) !(https://img.shields.io/github/downloads/4drian3d/TitleAnnouncer/total?logo=GitHub&style=flat-square)
A lightweight plugin to send Titles, Actionbars, Bossbars and Chat Announces to Paper servers and Velocity networks.
## Features - Ability to send announcements by using titles, actionbars, bossbars, and chat messages. - Send announcements to users in the same world or server you are in. - Send announcements to a specific user. - Use of the (https://docs.adventure.kyori.net/minimessage.html#format) throughout the plugin, allowing the maximum possible customization. - (https://modrinth.com/plugin/miniplaceholders) support
[](https://www.bisecthosting.com/4drian3d?r=ModTitleAnnouncer)
## Commands
To use the commands in Velocity, just add a "v" at the beginning of the command, for example: "/vannounce" or "/vtitleannouncer".
### Announce Command
| Command | Arguments | Permission | |-------------------------|------------------------------------------------------------------------------------------------|------------------------| | /announce or /vannounce | [\(Format type\)](#format-argument) [\(Target Argument\)](#target-argument) (Format Arguments) | titleannouncer.command |
## Arguments
### Target Argument
When sending an announcement, you can define who to send it to using the target argument. This argument allows you to select either an online player or the executor themselves, a server, or a world to send the announcement to. The available targets are:
#### Self Target
This target allows you to send the respective announcement to the same executor of the command. Keep in mind that if the server console uses this target, it will not be able to receive bossbars, actionbars, titles, or sounds; it will only be able to receive chat announcements
Example Usage
`/(v)announce chat self
#### Player Target
This target allows you to send an announcement to a specific player.
Use the format `“player:PlayerName”`.
As it is an argument that uses a colon character and due to limitations of the Minecraft Vanilla command system, it must be enclosed in quotation marks.
If executed in-game, online player names will be suggested.
Example Usage
`/(v)announce title "player:4drian3d" "
#### All Target
This target allows you to send an announcement to all players on the server or proxy.
If you run the command from TitleAnnouncer in Velocity, the announcement will be sent to all players on your network. If you run it from TitleAnnouncer installed in Paper, the announcement will be sent to players connected to the server where it is run.
Example Usage
`/(v)announce actionbar all
#### Server Target > This target is exclusive to Velocity
This target allows you to send an announcement to the specific server where the player executing it is connected, or to a specific server.
For the executor to send the announcement to the server where it is connected, you only need to place `server` as an argument.
But if the executor wants it to be executed on another server, it must be specified with the format `“server:ServerName”`. Like the player argument, when requiring `:`, it must be enclosed in quotation marks.
Example Usage
`/vannounce bossbar server 30 blue notched_12
`/vannounce bossbar "server:lobby" 30 blue notched_12
#### World Target
> This target is exclusive to Paper
This target allows you to send an announcement to the world where the player executing the command is located or to a specified world.
If you want to send the announcement to the world where the player is located, you must use the `world` argument.
But if you want to specify another world, you must use the `“world:WorldName”` argument. Like the player argument, when requiring `:`, it must be enclosed in quotation marks.
Example Usage
`/announce bossbar world 30 blue notched_12
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- 4drian3d
- Version
- 3.1.0
- Downloads
- 2,136
- Endorsements
- 8
- Category
- folia
- Created
- 10/12/2023
- Updated
- 3/12/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does TitleAnnouncer support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of TitleAnnouncer?
Version 3.1.0, published 2026-03-12 with 2,136 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await
