
LiveAnnounce 1.1.3
release25 февраля 2026 г.LiveAnnounce v1.1.3 – Sound Effects System & Configuration Improvements
New Features:
- Configurable sound effects when announcements are broadcast
- Per-player success sound for command execution feedback
- Global toggle to enable/disable all sounds via config.yml
- Customizable sound, volume, and pitch for each event type
Configuration Improvements:
- Added complete sound settings section in config.yml
- Better organized configuration structure with clear comments
Internal Optimizations:
- Code cleanup and better package organization
- Improved project structure for easier maintenance
- Enhanced error handling for better plugin stability
LiveAnnouncer 1.1.2 - Proxy Update (BETA Release)
release23 февраля 2026 г.LiveAnnounce v1.1.2 – Proxy Update
New Features:
- Brand new proxy system with Velocity support
- Automatic Velocity proxy detection on Paper servers
- Manual proxy configuration through config.yml
- Standalone mode for servers without proxy
Performance Improvements:
- Optimizations in cross-server message sending
- Better communication channel handling
How it works:
- Installation: The plugin must be installed on servers behind the proxy (DO NOT install on the PROXY itself!)
- Enable proxy system: In config.yml, change proxy.enabled: false to true
- Configure Velocity: Set velocity-enabled: true and proxy.has-network: true
- Paper requirement: Velocity support only works on Paper servers (not Spigot)
- Channel registration: The plugin automatically registers the required channels for cross-server communication
- Automatic standalone mode: If no proxy is detected, the plugin automatically works in standalone mode
Future Improvements:
- BungeeCord support in future versions
- Advanced multi-proxy configuration
- Usage metrics and statistics
- Proxy behavior customization
Note: If you find any bugs or issues, please report them on our GitHub repository: https://github.com/devkopi/liveannounce
LiveAnnouncer 1.1.1
release19 февраля 2026 г.📢 LiveAnnounce v1.1.1 – Cooldown System and Performance Evolution
New Features
- Per-player cooldown system to prevent announcement spam
- Configurable cooldown duration and messages via config.yml
- Cooldown system reloadable without server restart
- Async announcement pipeline for safer execution
- Improved task scheduling between async processing and main thread
- Clear separation between data preparation and message delivery
Performance Improvements
- Major reduction in main-thread workload
- Announcement preparation moved off the main thread
- Prevention of CPU spikes during announcement execution
- Significant reduction in memory usage
- Intelligent caching system for platform colors
Internal Changes
- Optimized architecture using DTO pattern
- New AnnouncementData structure for efficient data handling
- ColorCache system with automatic config change detection
- Optimized channel extraction system
- Reduced synchronous operations
- Cleaner execution flow for announcements
- Reduced unnecessary object creation
- Arrays used instead of HashMaps for fixed formats
- Improved template variable replacement performance
- Better profiling results using Spark
Compatibility
- Fully backward compatible
- No functional changes required for end users
- Existing configurations continue working without modifications
Note about the next version (v1.1.2)
I’ve been working on a new feature focused on proxy-connected server networks, which will significantly expand the reach of announcements.
I’m still polishing this feature to make sure stability and performance are solid before the official release.
I also want to apologize for the delay in some updates. Part of this time went into major optimizations and preparing the plugin for bigger changes moving forward.
Thank you for the patience and for supporting the project.
LiveAnnouncer 1.0.4
release11 декабря 2025 г.v1.0.4 - Configurable Announcement Formats
New Features:
- Fully configurable announcement formats - Customize every part of stream announcements
- Platform-specific colors - Set different colors for Twitch, YouTube, Kick, TikTok
- Dynamic variables - Use {player}, {platform}, {color}, {link}, {channel} in your formats
Customization Examples:
platform-colors:
twitch: "&d" # Purple
youtube: "&c" # Red
kick: "&a" # Green
announcement-formats:
default:
title: "&f⚡ {color}&l¡LIVE ON {platform_upper}! &f⚡"
description: "&f{player} &7is now streaming live"
link: "&7Join now! {color}&n{link}"
Note: This release focuses on customization. Performance optimizations coming in next update!
LiveAnnouncer 1.0.3
release10 декабря 2025 г.v1.0.3 - Configurable Messages & English Support
New Features:
- Configurable Messages System - Customize all plugin messages from config.yml
- English Aliases - Use /stream, /live, /livestream instead of just /directo
Configuration Updates:
messages:
no-permission: "&cYou don't have permission..."
invalid-link: "&cInvalid link..."
reloaded: "&aConfiguration reloaded..."
# And more customizable messages
New Commands & Aliases:
Stream Announcement Add Commands:
- /stream
- /live
- /livestream
¡Thanks for using LiveAnnouncer!
