FlectonePulse 0.8.4
on Jun 16, 2025🔧 Refactors
- Rename
height
toelevation
for bubble
🐛 Fixes
- Fixed upgrade from 0.8.2 version
Full Changelog: https://github.com/Flectone/FlectonePulse/compare/v0.8.3...v0.8.4
FlectonePulse 0.8.3
on Jun 13, 2025🚀 Features
- Added billboard option for bubble messages
- Implemented animations for modern bubbles
- Improved bubble height rendering for better visual positioning
- Enhanced bubble message breaking logic
🔧 Refactors
- Implemented Builder pattern for Bubble classes
- Optimized integration sending performance
- Improved version comparison in FileManager
- Replaced GSON component serializer imports
🐛 Fixes
- Fixed null message channel handling in Telegram integration
- Simplified messenger detection in BukkitIntegration
- Resolved scheduler enable/disable errors
📦 Dependency Updates
- Updated various project dependencies
Full Changelog: v0.8.2...v0.8.3
FlectonePulse 0.8.2
on May 15, 2025🚀 Features
- Added mode selection for Newbie message triggers
🐛 Fixes
- Fixed playtime calculation in online modules
- Corrected online status checks for
/tell
command range
🔧 Refactors
- Implemented
@async
/@sync
annotations for method scheduling - Removed legacy Async annotations
- Improved exception interceptor logging
- Enhanced metrics collection on server shutdown
📦 Chores
- Updated PacketEvents and Kyori Adventure versions
Full Changelog: v0.8.1...v0.8.2
FlectonePulse 0.8.1
on May 1, 2025Hotfix
🐛 Fixes
- Fixed handling of cancelled
MicrophonePacketEvent
in SimpleVoice - Fixed
resolveLibrary
method implementation
Full Changelog: https://github.com/Flectone/FlectonePulse/compare/v0.8.0...v0.8.1
FlectonePulse 0.8.0
on May 1, 2025What's Changed
🚀 New Features
- Added AdvancedBan and LiteBans integration for moderation system
- Implemented new ScoreboardModule with real scoreboard system
- Added Newbie module for new players
- MiniPlaceholders support for advanced formatting
- ItemsAdder integration for custom items
- Added Paper item serialization support
- Added range limitation for private messages (/tell)
🛠️ Improvements
- Complete Bubble system rewrite with modern entities
- Optimized LuckPerms integration for better performance
- Replaced bStats with custom metrics solution
- Refactored moderation system with caching
- Improved message processing via MessagePipeline
- Moved prefixes/suffixes to ScoreboardModule
🐛 Fixes
- Fixed player online status checks on specific servers
- Fixed HEX color handling in MiniPlaceholders
- Fixed Afk module functionality
- Optimized permission checks
- Fixed proxy quit message handling
📦 Technical Changes
- Updated dependencies: Adventure 4.21.0, PacketEvents 2.8.0-SNAPSHOT
- Improved Gradle caching system
- Project structure refactoring
- Bukkit, Velocity and BungeeCord have been merged into 1 jar file
Full Changelog: v0.7.1...v0.8.0
FlectonePulse 0.7.1 Bukkit
on Mar 23, 2025FlectonePulse 0.7.1 Velocity
on Mar 23, 2025FlectonePulse 0.7.1 BungeeCord
on Mar 23, 2025What's Changed
🚀 Features
- Added TAB integration
🐛 Fixes
- Fixed null recipient messages in
BukkitChatModule
- Disabled join/quit messages on Bukkit/Spigot servers
- Fixed TAB integration and added settings for TAB-dependent modules.
- Injected IntegrationModule at runtime
- Replaced grammatical typo in ru_ru localization
- Fixed null user checks in
PlayerlistnameModule
🔧 Refactors
- Refactored mutes collection
- Set tabSort to true by default
- Reloaded all child modules even if the parent module is disabled
- Initialized child modules in the constructor
- Disabled team by default in the
Name
module - Replaced double quotes with single quotes
Full Changelog: v0.7.0...v0.7.1
FlectonePulse 0.7.0 Bukkit
on Mar 15, 2025FlectonePulse 0.7.0 Velocity
on Mar 15, 2025FlectonePulse 0.7.0 BungeeCord
on Mar 15, 2025What's Changed
🚀 Features
- Added SleepModule for sleep messages
- Added BedModule for bed messages
- Added WORLD_NAME (-3) and WORLD_TYPE (-4) range
- Added filter for Paper 1.16.5 warnings to clean up logs
🐛 Fixes
- Replaced legacy paragraph symbols with ampersands
🔧 Refactors
- Merged SET_SPAWN, CHANGE_GAME_STATE, and SPAWNPOINT messages
- Created MinecraftTranslationKeys for better localization management
- Optimized chat filter in
BukkitChatModule
- Optimized metadata retrieval in
LuckPermsIntegration
- Checked recipients asynchronously in
BukkitChatModule
- Updated FLogger to use a log consumer for better logging
Full Changelog: v0.6.3...v0.7.0
FlectonePulse 0.6.3 Bukkit
on Mar 10, 2025FlectonePulse 0.6.3 Velocity
on Mar 10, 2025FlectonePulse 0.6.3 BungeeCord
on Mar 10, 2025What's Changed
🐛 Fixes
- Fixed text length check in the FloodModule to prevent errors
- Corrected vanish boolean check
- Added exception handling in the BanModule to catch
IllegalArgumentException
- Fixed player IP check to improve accuracy
🔧 Refactors
- Simplified logging warnings for cleaner logs
- Used Bukkit player's IP address
- Saved player IP to the database
- Renamed basic methods for creating and saving a player
Full Changelog: v0.6.2...v0.6.3
FlectonePulse 0.6.2 Bukkit
on Mar 5, 2025FlectonePulse 0.6.2 Velocity
on Mar 5, 2025FlectonePulse 0.6.2 BungeeCord
on Mar 5, 2025What's Changed
🚀 Features
- Added support for all plugins vanish to improve compatibility
- Added spying for a specific chat type for enhanced moderation
🐛 Fixes
- Changed mention destination to ACTION_BAR
- Optimized swear regex for better performance
- Optimized TOAST creation for better performance
- Fixed color standalone checking
- Fixed not closing the first tag
- Fixed message formatting by sender
Full Changelog: v0.6.1...v0.6.2
FlectonePulse 0.6.1 Bukkit
on Mar 3, 2025FlectonePulse 0.6.1 Velocity
on Mar 3, 2025FlectonePulse 0.6.1 BungeeCord
on Mar 3, 2025What's Changed
🐛 Fixes
- Added chat permission checking to ensure proper access control
- Fixed fPlayer settings loading to correctly load player settings
- Added ignore check to handle ignored players appropriately
- Improved fPlayer saving when removing players to prevent data loss
🔧 Refactors
- Added permission removing logic for better permission management
- Improved database update for offline players
- Removed async annotation for
insertOrIgnore
- Optimized fPlayer getting
Full Changelog: v0.6.0...v0.6.1