๐ฅ FlectonePulse Video Review
What Is FlectonePulse Hytale? 
FlectonePulse Hytale is a dedicated module of the FlectonePulse ecosystem that takes full control over chat, messages, and notifications on Hytale servers. 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 Hytale instead of other message plugins?
| Feature | FlectonePulse Hytale | Typical message plugin |
|---|---|---|
| Fully async โ no main thread impact | โ | โ |
| Native Hytale UI and component support | โ | โ |
| Modular design โ enable/disable any feature | โ | โ ๏ธ (rarely) |
| Perโplayer client language detection | โ | โ |
| Visual message bubbles above players | โ | โ |
Inโgame player settings menu (/chatsetting) |
โ | โ |
| Crossโplatform chat (Discord, Telegram, Twitch) | โ | โ |
| Legacy color codes + MiniMessage support in one system | โ | โ ๏ธ (usually one) |
| Google Guice dependency injection for clean architecture | โ | โ |
| Open source & completely free | โ | โ ๏ธ (often freemium) |
Requirement
Java 17 or higher is REQUIRED
| Platform | Supported Versions |
|---|---|
| Hytale | Latest Hytale version |
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 Hytale 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>&lHello</gradient> <rainbow><player></rainbow>!"
๐งฑ Message Bubbles
Show chat messages in floating bubbles above players' heads for a more immersive experience
๐ 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
โจ Everything is a Message and is Configurable
FlectonePulse Hytale takes control of virtually every event that produces text
Full list in documentation ๐
๐ Per-Player Customization
Players open a full in-game menu /chatsetting to toggle messages, change colors, and disable whatever they don't want
๐ฎ 40+ Built-In Commands
Already exist: /afk /anon /ban /broadcast /chatcolor /chatsetting /clearchat /coin /deletemessage /dice /do /emit /geolocate /helper /ignore /ignorelist /kick /mail /maintenance /me /mute /mutelist /nickname /online /ping /poll /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 |
| ๐งฉ PlaceholderAPI | Any %placeholder% from other plugins |
Full list in documentation ๐
๐ Acknowledgments
FlectonePulse Hytale is built on these projects:
- ๐๏ธ Google Guice โ dependency injection
- ๐ JDBI with HikariCP โ database access
- ๐ฆ Jackson โ data serialization
- ๐ง Adventure Hytale โ text component formatting for Hytale
- ๐จ Adventure โ text component formatting
- โจ๏ธ Cloud โ commands with tab completion
- ๐ฃ Symbol Chat โ Unicode symbol picker
- ๐ฅ๏ธ HyUI โ GUI elements
- ๐ 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 โญ































