
FlectonePulse
Every Message Under Your Control!
Screenshots

About this Mod
What Is FlectonePulse? 
FlectonePulse is a plugin and mod for Minecraft (and Hytale) servers that takes full control over chat, messages, and notifications. You decide what players see, when they see it, and how it looks. Clean defaults for beginners, deep configuration for everyone else
FlectonePulse was the subject of a university thesis and received top marks for its architecture, technical depth, and practical value. The full thesis, presentation, and plagiarism report are publicly available
Why FlectonePulse instead of other message plugins?
| Feature | FlectonePulse | Typical message plugin |
|---|---|---|
| Fully async – no main thread impact | ✅ | ❌ |
| Supports 1.8.8 up to the latest Minecraft version | ✅ | ⚠️ (often limited) |
| Works on Bukkit, Spigot, Paper, Purpur, Folia, and Fabric | ✅ | ❌ (usually one platform) |
| Built‑in proxy support (BungeeCord, Velocity) | ✅ | ❌ (requires separate plugin) |
| Cross‑server message synchronization (via proxy or Redis) | ✅ | ❌ |
| Hytale support | ✅ | ❌ |
| Per‑player Minecraft client language detection | ✅ | ❌ |
Textures in chat without resource pack (<texture:name>) |
✅ | ❌ |
In‑line player heads and built‑in sprites (<player_head>, <sprite:name>) |
✅ | ❌ |
| Modular design – enable/disable any feature | ✅ | ⚠️ (rarely) |
| 40+ built‑in commands (chat, moderation, fun, polls, etc.) | ✅ | ❌ |
| Cross‑platform chat (Discord, Telegram, Twitch) | ✅ | ❌ |
| Legacy color codes + MiniMessage support in one system | ✅ | ⚠️ (usually one or the other) |
| Google Guice dependency injection for clean architecture | ✅ | ❌ |
| Open source & completely free | ✅ | ⚠️ (often freemium) |
Requirement
Java 17 or higher is REQUIRED. Older Minecraft versions, such as 1.8.8, can also run on Java 17 (check PandaSpigot)
| Platform | Supported Versions |
|---|---|
| Bukkit / Spigot / Paper / Purpur / Folia | 1.8.8 – Latest |
| Fabric | Latest Minecraft version |
| BungeeCord / Waterfall | Latest |
| Velocity | Latest |
| Hytale | Latest Hytale version |
| NeoForge | Planned |
Configuration Files
| File | Purpose |
|---|---|
config.yml |
Database, language, proxy mode, cache |
command.yml |
Enable/disable and configure commands |
message.yml |
All message modules, conditions and behavior |
integration.yml |
Third-party plugins and external platforms |
permission.yml |
Permissions for every feature |
localizations/*.yml |
Per-language message text |
🎨 Color Formatting
FlectonePulse understands every color system and converts them all to MiniMessage internally. Mix legacy codes and modern tags in the same line, it works
| Input | Result |
|---|---|
&0-&9, &a-&f |
<black>, <dark_blue>, ..., <white> |
&l / &m / &n / &o / &k / &r |
<b> / <st> / <u> / <i> / <obf> / <reset> |
&#rrggbb, #rrggbb |
<#rrggbb> |
| MiniMessage | <gradient>, <hover:...>, <click:...>, etc. |
join:
format: "<gradient:#FF0000:#00FF00>&lПривет</gradient> <rainbow><player></rainbow>!"
🧱 Textures in Chat – No Resource Pack Needed
Embed custom images directly into chat messages and the server MOTD with <texture:name>
Player skin avatars with <player_head>, Minecraft built-in sprites with <sprite:name>
🌍 Per-Player Language Detection
Enable by_player: true and every message is delivered in the player's own client language. If a translation is missing, the server default is used as fallback
💬 Multi-Channel Chat System
Multiple named chat channels with independent settings. Each channel has its own range, destination, cooldown, sound, trigger
Send any formatted message to any destination with admin command /emit. You can use destination CHAT ACTION_BAR BOSS_BAR TITLE SUBTITLE TOAST TAB_HEADER TAB_FOOTER BRAND
🌈 Per-Player Customization
Players open a full in-game menu /chatsetting to toggle messages, change colors, and disable whatever they don't want
✨ Everything is a Message and is Configurable
FlectonePulse takes control of virtually every event that produces text
Full list in documentation 🔗
🎮 40+ Built-In Commands
Already exist: /afk /anon /ban /banlist /broadcast /chatcolor /chatsetting /clearchat /clearmail /coin /deletemessage /dice /do /emit /geolocate /helper /ignore /ignorelist /kick /mail /maintenance /me /mute /mutelist /nickname /online /ping /reply /spy /tell /toponline /translateto /unban /unmute /unwarn /warn /warnlist /whitelist
Full list in documentation 🔗
🤝 Integration with Platforms
🤝 Integration with Plugins
| Plugin | What it adds |
|---|---|
| 🛡️ LuckPerms | Prefix, suffix, group display, TAB sorting by rank |
| 🧩 PlaceholderAPI / MiniPlaceholders | Any %placeholder% from other plugins |
| 🎙️ PlasmoVoice / SimpleVoice | Mute and ignore sync with voice chat |
| 🖼️ SkinsRestorer | Real player skins in chat and TAB |
| 👻 SuperVanish | Vanished players hidden automatically (even via proxy) |
| 💬 InteractiveChat | Enhanced interactive chat elements |
| 🔨 AdvancedBan / LibertyBans / LiteBans | Delegate ban commands to your existing system |
| 🌐 Vault | Permission compatibility |
| 🗣️ Floodgate / Geyser | Bedrock player support |
| 📦 ItemsAdder | Custom textures and items in messages |
Full list in documentation 🔗
🙏 Acknowledgments
FlectonePulse is built on these projects:
- 🏗️ Google Guice – dependency injection
- 📚 JDBI with HikariCP – database access
- 📦 Jackson – data serialization
- 🧙 PacketEvents – packet-level event handling
- 🎨 Adventure – text component formatting
- ⌨️ Cloud – commands with tab completion
- ⏱️ Universal Scheduler – cross-platform task scheduling
- 🔣 Symbol Chat – Unicode symbol picker
- 🌐 MiniTranslator – legacy to MiniMessage conversion
- 🌱 FlectoneChat – the predecessor
And thanks to the community! Every star on GitHub and review on platforms shows that FlectonePulse is genuinely useful ⭐
📊 Project Statistics
Available Versions
How to Install FlectonePulse on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set bukkit Loader
In the panel under "Egg", select the bukkit loader and matching Minecraft version (26.2).
Install Mod
Open the mod browser in the dashboard and search for "FlectonePulse". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
26.2, 26.1.2, 26.1.1 (+63 more)
Server-side
✗ UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
FlectonePulse server crashes on startup – what to do?
Most common cause: wrong bukkit version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.2). You can switch loaders with one click in the panel.
Is FlectonePulse compatible with bukkit and bungeecord and fabric and folia and paper and purpur and spigot and velocity and waterfall?
FlectonePulse officially supports bukkit, bungeecord, fabric, folia, paper, purpur, spigot, velocity, waterfall for Minecraft 26.2, 26.1.2, 26.1.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with FlectonePulse – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if FlectonePulse consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install FlectonePulse with just one click on your server.













































