Skip to content

Flectone/FlectonePulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2,993 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

EN | RU

๐ŸŽฅ FlectonePulse Video Review

FlectonePulse

bukkit spigot paper purpur folia fabric hytale bungeecord velocity

FlectonePulse โ€“ Every Message Under Your Control!

boosty modrinth documentation discord

What Is FlectonePulse? Ask DeepWiki

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>!"

color

๐Ÿงฑ Textures in Chat โ€“ No Resource Pack Needed

Embed custom images directly into chat messages and the server MOTD with <texture:name>

texture motd texture chat

Player skin avatars with <player_head>, Minecraft built-in sprites with <sprite:name>

objects in chat

๐ŸŒ 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

locale

๐Ÿ’ฌ Multi-Channel Chat System

Multiple named chat channels with independent settings. Each channel has its own range, destination, cooldown, sound, trigger

chat

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

commandemit

๐ŸŒˆ Per-Player Customization

Players open a full in-game menu /chatsetting to toggle messages, change colors, and disable whatever they don't want

chatsetting

โœจ Everything is a Message and is Configurable

FlectonePulse takes control of virtually every event that produces text

Module Description
MOTD Animated, multi-line server list status with custom textures
Join Quit Fully formatted with placeholders, sounds, and conditions
AFK Auto-mark and notify when players go idle
Bubbles Show messages visually above players' heads
Belowname Controlled text below player names
TAB Header, footer, player name format with ping, rank, world
Sidebar Animated scoreboard sidebar with custom content
Bossbar Vanilla bar formatting
Anvil Custom formatted text (book, sign, anvil)
Auto Scheduled, repeating announcements
Server links Custom clickable links in the server menu
Brand Display custom text in the F3 debug screen
Death Advancement Replace default Minecraft messages your way (death messages, advancement, etc.)

Full list in documentation ๐Ÿ”—

๐ŸŽฎ 40+ Built-In Commands

Module Description
ball /ball โ€“ magic 8-ball with customizable answers
tictactoe /tictactoe โ€“ play tic-tac-toe in chat
stream /stream โ€“ announce you're going live
try /try โ€“ random luck roll from 0% to 100%
sprite /sprite โ€“ browse and preview all Minecraft built-in sprites
poll /poll โ€“ create in-chat polls with voting
ban /ban โ€“ ban a player with a reason and optional duration
whitelist /whitelist โ€“ manage server whitelist with reason and optional duration (add, remove, list, on, off)

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

Platform What it adds
discord Discord โ€“ bidirectional chat sync. Custom bot commands, channel info ticker, webhook support with embeds and avatar display
telegram Telegram โ€“ bidirectional chat sync. Custom bot commands and channel info ticker
twitch Twitch โ€“ bidirectional chat sync. Custom bot commands and live stream notifications

๐Ÿค 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

Packages

 
 
 

Contributors

Languages