qAutoMessages

⭐ — (0 endorsements) 📥 69 downloads 📌 v1.0.0 📅 5/8/2026
🟡 Updated this year

By qwxrtyy · optimization

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 5/4/2026 📅 Created: 5/8/2026

🔍 Analysis

  • 🏆 #2 of 9 optimization mods in this game by downloads

📋 About This Mod

Send automatic messages to your players on a timer — chat announcements, action bar tips, boss bars, and screen titles. Each message type is fully configurable, everything lives in two YAML files, and you don't need to restart the server to apply changes.

## Message types

### Chat Sends one or more lines to the chat. Each entry in the `text` list can be a separate message or combined into one, depending on the `split-lines` setting. Optional pixel-accurate centering is available with `centered: true`.

```yaml - type: CHAT text: - " ★ Welcome to the server! ★ " - "Currently online: {online}/{max_online}" - "Server TPS: {tps}" split-lines: true centered: false ```

### Action bar Displays text above the hotbar. `duration` is in ticks — the plugin automatically refreshes it every second so it doesn't disappear mid-display.

```yaml - type: ACTIONBAR text: "⏱ {server_time} | {online}/{max_online} online | TPS: {tps}" duration: 60 ```

### Boss bar Shows a progress bar at the top of the screen. You can configure the color, bar style, fill amount, how long it stays, and how it animates.

```yaml - type: BOSSBAR text: "⚠ PvP is enabled in this area!" color: RED style: SEGMENTED_10 progress: 1. 0 duration: 8 animation: PULSE ```

Colors — `PINK` `BLUE` `RED` `GREEN` `YELLOW` `PURPLE` `WHITE`

Styles — `SOLID` `SEGMENTED_6` `SEGMENTED_10` `SEGMENTED_12` `SEGMENTED_20`

Animations:

| | | |---|---| | `NONE` | appears and disappears instantly | | `FADE_IN` | progress bar fills in from 0 to the configured value | | `FADE_OUT` | progress bar drains to 0 before hiding | | `PULSE` | oscillates between 40% and 100% fill while visible |

### Title & subtitle Sends a large title and smaller subtitle to the center of the screen. Timing is in ticks (20 ticks = 1 second).

```yaml - type: TITLE title: "{player}" subtitle: "Welcome back. There are {online} players online." fade-in: 20 stay: 70 fade-out: 20 ```

## Message groups

Messages are organized into groups. Each group runs its own independent scheduler, meaning they don't interfere with each other and you can have as many as you want.

```yaml message-groups: announcements: enabled: true interval: 120 # how often to send, in seconds random-order: false # cycle in order, or pick randomly worlds: [] # limit to specific worlds, empty = all permission-required: "" # only players with this permission receive it messages: - ... - ... ```

World filtering — list world names to restrict a group to those worlds only. Players in other worlds won't receive the message.

```yaml worlds: - world_nether - world_the_end ```

Permission filtering — set `permission-required` to a permission node. Only players who have that permission will receive the messages from that group. Useful for VIP announcements, staff notices, etc.

```yaml permission-required: "server.vip" ```

Players with `automessages.bypass` are excluded from all groups regardless of settings.

## Formatting

Three formatting systems are supported and can be mixed freely in any message.

Legacy codes — `&a green` `&l bold` `&r reset` and so on.

Hex colors — `&#FF5500text`

MiniMessage — the full Adventure tag set, including interactive elements:

``` Colors and gradients: <#FF5500>text text text

Decorations: , , , ,

Click events: Join Discord Click to vote View rules Copy IP

Hover tooltips: Opens the store!'>Store ```

Click and hover tags only work in chat messages — they have no effect in action bars, boss bars, or titles.

## Placeholders

These are available without any additional plugins:

| Placeholder | Description | |---|---| | `{player}` | Player's username | | `{displayname}` | Player's display name | | `{online}` | Number of players currently online | | `{max_online}` | Server's max player limit | | `{world}` | Name of the player's current world | | `{server_time}` | Current server time in HH:mm | | `{date}` | Current server date in dd. MM.yyyy | | `{tps}` | Server TPS, color-coded green/yellow/red | | `{ping}` | Player's ping in milliseconds | | `{health}` / `{max_health}` | Player's current and max health | | `{level}` | Player's XP level | | `{x}` `{y}` `{z}` | Player's block coordinates |

If PlaceholderAPI is installed, all `%expansion_placeholder%` values work aut

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
qwxrtyy
Version
1.0.0
Downloads
69
Endorsements
0
Category
optimization
Created
5/8/2026
Updated
5/4/2026
Game Versions
1.18, 1.18.1, 1.18.2, 1.19, 1.19.1
Tags
optimization, social, 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 qAutoMessages support?

The author lists 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2. Other versions may work but are untested by the author.

What is the latest version of qAutoMessages?

Version 1.0.0, published 2026-05-04 with 69 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More optimization 👤 More by qwxrtyy 🔎 Similar Mods 🌐 Best optimization (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods