Automatic Embed messages when players announce their live streams
Support for customizable Embed title, description, and color
Seamless integration with in-game announcements
Setup Instructions:
Open the config.yml file
Set enabled: true in the discord section
Add your Discord webhook URL in webhook-url
Customize the Embed message (title, description, color)
Use /la reload or restart your server
Example Configuration:
Code (Text):
discord:
enabled: true
webhook-url: "https://discord.com/api/webhooks/..."
embed:
color: 16711680 # Red color in decimal format
title: "⚡ ¡{player} is live on {platform}! ⚡"
description: "Join now by clicking here!\n{link}"