FlectonePulse
No reviews yet
Every Message Under Your Control!
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes aesthetic items like decoration, clothing, and visual effects.
Includes tools and features for server management.
Adds tools to customize the user interface and menus.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Paper is a fork of Spigot that adds its own plugin API on top of the Bukkit API. All Spigot plugins are compatible with paper, not all paper plugins are compatible with Spigot.
Spigot is a popular software for running dedicated servers that can load Plugins created with the Bukkit API.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers













































