Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,900 resources
00
Days
09
Hours
13
Mins
18
Secs

FlectonePulse v1.10.2

Every Message Under Your Control!
✨ Features
  • Updated PacketSender to support silent packet sending for more discreet message handling

Refactors
  • Moved PacketEvents.getAPI().load() to after injector creation to improve initialization
  • Removed InteractiveChat integration (very bad API)
  • Removed unused PacketProvider class to clean up codebase
  • Improved item stack serialization for Paper servers
  • Implemented onRequest method in PlaceholderAPIIntegration to support OfflinePlayer

Bug Fixes
  • Improved item name translation and hover
  • Fixed PlaceholderAPI to save formatted messages for offline players
  • Replaced getDeclaredMethods() with getMethods() for broader method access

Full Changelog
✨ Features
  • Added DeleteModule to handle message deletion
  • Added UpdateModule to check for new versions
  • Added SenderToReceiverMessageEvent (API)
  • Added new SenderToReceiverMessageEvent constructors
  • Added SimpleVoice and PlasmoVoice support for Fabric

Refactors
  • Switched to event-driven architecture
  • Moved URL formatting logic to a separate class
  • Added ReflectionResolver for class and method resolution
  • Removed unused fields and optimized imports
  • Split sleep, setblock, seed, op, deop, gamemode, clear, spawn, kill, enchant, and advancement logic into separate classes
  • Renamed checkModulePredicates to isModuleDisabledFor
  • Renamed disable() method to terminate()
  • Replaced PacketEvents API calls with PacketProvider
  • Removed unused FabricProxySender, PlatformPlayerAdapter
  • Renamed ChatListener to ChatPacketListener and ChatBukkitListener for Bukkit
  • Replaced MessagePulseListener with EventDispatcher and MessageSender
  • Added prompt system for commands and updated command registration
  • Used FPlayer for receiver in message processing
  • Renamed translatable message receive event type
  • Added MessageFlag enum and updated message processing
  • Optimized tag resolver in MessageContext
  • Moved AdventureTag to constant package
  • Added common onEnable, onDisable, and reload methods
  • Added replacement tags for message formatting
  • Added generic enum serializer and moved enums
  • Added unique message UUID to pipeline
  • Updated MessageContext to use userMessage instead of messageToTranslate
  • Removed cancelPacket() from TranslatableMessageReceiveEvent
  • Renamed onMessageProcessingEvent to onMessageFormattingEvent
  • Improved BLOCKS range retrieval exception message
  • Replaced custom Pair with org.incendo.cloud.type.tuple.Pair
  • Replaced emoji with checkbox in delete message format

Bug Fixes
  • Fixed permission check logic without LuckPerms
  • Changed Q&A messages to [Answer] format
  • Fixed prompt index checking logic
  • Fixed old player name update in database
  • Added enable flag to voice integrations
  • Replaced non-threadsafe collections with concurrent ones
  • Relocated cloud libraries

Chores
  • Cleaned up Gradle build
  • Updated adventure versions
✨ Features
  • Added ignore list for swear words in core
  • Implemented ticker functionality for world module

Refactors
  • Updated total RAM calculation in metrics

Bug Fixes
  • Improved URL and image handling and formatting
  • Improved trigger tag handling in FormatModule
  • Added region-specific sync task execution, fixing #10
  • Enhanced Telegram integration initialization

Chores
  • Replaced Sonatype OSS Snapshots repository with AlessioDP Snapshots repository

Full Changelog
✨ Features
  • Added FULL support for Minecraft 1.8.8 - 1.21.8 versions
  • Added support for Fabric 1.21.8
  • Introduced H2 and PostgreSQL database support
  • Implemented Text Placeholder API for Fabric
  • Implemented Vanish API for Fabric
  • Implemented SkinsRestorer API for Fabric
  • Implemented LuckPerms API for Fabric
  • Added packet-based chat listener
  • Enhanced editor with cursor position saving/restoring when switching files
Refactors
  • Optimized code by removing unused imports, classes, methods, and version checking
  • Updated TimeFormatter to use Apache Commons Lang 3
  • Removed database type-specific methods
  • Replaced Javalin with Spark Java for web handling
  • Improved exception handling and logging in handler
  • Reduced join message delay to 5 seconds
  • Consolidated packet sending logic in scoreboard
  • Replaced direct player.getPing() call with packetProvider.getPing(player)
  • Updated method to handle status response packet
  • Replaced Component tree dump with JSON serialization
  • Added support for legacy versions in scoreboard and inventory
Bug Fixes
  • Prevented duplicate sidebar creation
  • Improved URL handling in stream
  • Removed unknown player check in insertOrIgnore method for Console inserting
  • Improved handling for advancements
  • Removed delay for join messages in older versions
Chores
  • Updated PacketEvents to version 2.9.4
  • Changed packetevents dependency from 'packetevents-spigot' to 'packetevents-api'
  • Renamed mergeJars task to bukkitMergeJars
  • Added fabricRemapJar task to Gradle build
  • Downgraded Bukkit API version to 1.13 for legacy version support
  • Integrated jvmdowngrader for API compatibility
Full Changelog
Hotfix
  • Fixed login event compatibility for Minecraft 1.20.1 and older versions

Full Changelog
✨ Features
  • Added support for 1.21.8 Minecraft
  • Web-based configuration editor for simplified plugin management
  • Redis support for efficient proxy communication
  • Enhanced messaging with <translateto> support, online player notifications in mail, and custom belowname messages
  • Player visibility improvements with invisibility potion effect in name formatting and /anon command for spy
  • Delayed update() in playerlistname for smoother operation

Refactors
  • Optimized MessageProcessRegistry, plugin lifecycle, and module reloading for better performance
  • Cleaned up code by removing unused methods, deprecated code, and redundant error handling
  • Improved modularity with LinkedHashSet for order preservation, Registry interface, and refactored module constructors to use enable()/disable()
  • Enhanced scoreboard, sidebar, and objective modules with PacketEvents integration
  • Reworked ProxySender to support multiple proxy types and removed unnecessary proxy send logic

Bug Fixes
  • Fixed IPv6 support and IP handling
  • Improved vanished player filtering and visibility for CMI permission holders
  • Optimized version comparison logic and database operations
  • Resolved join message execution and history clearing issues after file loading

Chores
  • Updated PacketEvents to 2.9.3
✨ Features
  • Added support for 1.21.6 and 1.21.7 Minecraft
  • Added /anon command
  • Added /toponline command module
  • Introduced new chat style module /chatstyle
  • Implemented kill message module
  • Added support for all FPlayer settings in PlaceholderAPI
  • Implemented native toast notifications using PacketEvents
  • Added ticker functionality for scoreboards
Refactors
  • Optimized player data loading and login process
  • Improved join message handling
  • Enhanced moderation cache system
  • Optimized database operations with JDBI
  • Improved chat color processing and message formatting
  • Simplified ItemStack building process in Bukkit
  • Optimized bubble message sending
  • Implemented menu-based settings
  • Deleted migration for 0.1.0 and 0.6.0 versions
Bug Fixes
  • Fixed handling of color/gradient tags
  • Improved offline player checks for null names
  • Corrected typos in moderator messages
  • Fixed advancement description handling
  • Fixed synchronous command reload for Spigot servers
  • Improved PlaceholderAPI integration for offline players
Chores
  • Updated dependencies: PacketEvents, Adventure
  • Removed EvokeGames Maven repository
  • Improved logging system, disabled default logger name
  • Added warning about InteractiveChat compatibility issues
Refactors
  • Renamed height to elevation for bubble configuration
Fixes
  • Fixed upgrade process from version 0.8.2
Full Changelog: v0.8.3...v0.8.4
EULA: Free EULA
1,637 Views
53 Downloads
Feb 8, 2025 Published
Jun 17, 2026 Updated
5.00 star(s)
Average rating (1)
3.3 MB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Game mode
  1. Survival & SMP
  1. Creative
  1. Minigame
Type
  1. Gameplay
  1. Chat
Game mode
  1. Survival
  1. Creative
  1. Minigame
Game mode (legacy)
  1. Survival
  1. Creative
  1. Minigame
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
  1. Sponge
  1. Bungee
  1. Folia
  1. Velocity
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
  1. 1.15
  1. 1.14
  1. 1.13
  1. 1.12
  1. 1.11
  1. 1.10
  1. 1.9
  1. 1.8
Supported languages
  1. English
  1. Russian
Includes DRM
No
Source access (legacy)
Open source
Creator
Owner
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,194 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,145 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,079 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 71 ratings
2,809 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,577 purchases
1,637 Views
53 Downloads
Feb 8, 2025 Published
Jun 17, 2026 Updated
5.00 star(s)
Average rating (1)
3.3 MB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Game mode
  1. Survival & SMP
  1. Creative
  1. Minigame
Type
  1. Gameplay
  1. Chat
Game mode
  1. Survival
  1. Creative
  1. Minigame
Game mode (legacy)
  1. Survival
  1. Creative
  1. Minigame
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
  1. Sponge
  1. Bungee
  1. Folia
  1. Velocity
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
  1. 1.15
  1. 1.14
  1. 1.13
  1. 1.12
  1. 1.11
  1. 1.10
  1. 1.9
  1. 1.8
Supported languages
  1. English
  1. Russian
Includes DRM
No
Source access (legacy)
Open source
Creator
Owner
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,194 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,145 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,079 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 71 ratings
2,809 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,577 purchases
Top