LiveAnnounce 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:
Code (YAML):
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!