Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
AeroChat
PluginMIT

AeroChat

Ultra‑light chat plugin for Paper 1.21.x with LuckPerms/PlaceholderAPI, MiniMessage gradients, and configurable join/clear chat.

111
Downloads
3
Followers
5 months ago
Updated
📦
4
Versions
optimizationsocialutilitypaperpurpur
Download Latestv1.2.0View on Modrinth

📖About AeroChat

AeroChat — ultra‑light chat for Paper, Purpur & Forks 1.21.X

AeroChat is a tiny, fast chat formatter focused on simplicity and modern color features.

Highlights

  • Paper 1.21.x only (requires Java 21)
  • LuckPerms integration (group/prefix) and PlaceholderAPI support
  • MiniMessage + gradients + legacy & and HEX (&#RRGGBB)
  • Configurable join messages (private and broadcast)
  • Commands: reload and clear chat
  • Designed to be extremely low overhead

Screenshots / Gallery

Join message example
Clearing Chat
Chat Format Example
AeroChat Command Show

Requirements

  • Java 21 (JDK 21)
  • Paper 1.21.x (not compatible with 1.19/1.20)
  • Optional (recommended): PlaceholderAPI and LuckPerms

Installation

  1. Download the built JAR (or build from source).
  2. Drop it into your server's plugins/ folder.
  3. Start Paper. A default config.yml will be generated.

Commands & permissions

  • /aerochat reload (alias: /aec)
    • Permission: aerochat.reload (default: op)
  • /clearchat [lines] (alias: /cc)
    • Permission: aerochat.clearchat (default: op)

Configuration guide (config.yml)

Tokens you can use in templates:

  • {prefix} — resolved from group mapping or LuckPerms meta
  • {player} — player name (colorized via player_color)
  • {message} — the original chat component from Paper

What you can write in text parts:

  • Legacy colors &a, bold &l, etc.
  • HEX as &#ff8800
  • MiniMessage tags, e.g. <#ff8800>Hello</#ffaa00> or <gradient:#ff8800:#ffaa00>Hello</gradient>
    • Shortcut: <#AAAAAA>Your text</#BBBBBB> becomes a gradient between those two colors (simple open/close only)

Key options:

  • player_color: default color for {player}
  • groups: list of group names in priority order (LuckPerms primary is used)
  • prefix.<group>: prefix per group (accepts &, HEX, MiniMessage)
  • chat-format: chat template combining the tokens above
  • join.welcome / join.broadcast: enable and customize join messages
  • clearchat.lines and clearchat.broadcast for /clearchat

Minimal example:

player_color: "&f"
groups: [admin, mod, default]
prefix:
    admin: "<b><gradient:#C3613A:#E28787>ADMIN</gradient></b>"
    mod: "<b><gradient:#5732C4:#7779C4>MOD</gradient></b>"
    default: "<b><gradient:#857D7D:#D6D6D6>PLAYER</gradient></b>"
chat-format: "{prefix} &7{player}&7: &f{message}"
join:
    welcome:
        enabled: true
        message: "&aWelcome, {player}&a!"
    broadcast:
        enabled: true
        message: "<#f5a623>{player}</#f5a623> &ejoined the server"

Compatibility

  • Built against paper-api:1.21.1-R0.1-SNAPSHOT
  • api-version: '1.21' — it will not load on older major versions

Performance

AeroChat only runs on chat/join events and command invocations. It keeps no large caches and performs minimal string/component work per message. Expect negligible CPU and memory impact, even with MiniMessage. ClearChat sends N blank lines by design (brief burst of messages).

Troubleshooting

  • “Unsupported API version '1.21'” → Your server isn’t 1.21.x.
  • “Java 21 required” or class version errors → Update your JDK/server to Java 21.
  • Placeholders aren’t resolving → Verify PlaceholderAPI is installed and the specific expansion you use is present.
  • Gradients/tags not applying → Ensure you’re using MiniMessage syntax in the static parts (tokens like {message} are kept as components and not reparsed).

—

Main class: me.sanepe.aerochat.PaperBasePlugin

License

MIT — see LICENSE for details.

👥 Team & Contributors

sanepe
sanepeOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpur
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+3 more

🔗 Links

Modrinth Page