Plugins
/Discord Round Ended
Discord Round Ended
The Discord Round Ended plugin sends notifications to Discord whenever a round ends in Squad, including information about the winning team and round statistics.
Features
- Announces round winners to Discord
- Color-coded embed messages
- Automatic round end detection
- Configurable Discord channel
- Real-time notifications
Requirements
This plugin requires the Discord connector to be configured with a valid bot token and appropriate permissions.
Configuration Options
Option | Description | Default | Required |
---|---|---|---|
channel_id | Discord channel ID for notifications | "" | Yes |
color | Color of the Discord embed | 16761867 | No |
enabled | Whether the plugin is enabled | true | No |
How It Works
- The plugin monitors game events for round endings
- When a round ends, it captures the winning team information
- A formatted embed is created with round details
- The embed is sent to the configured Discord channel
- Includes winner information and match statistics
Example Configuration
{ "channel_id": "123456789012345678", "color": 65280 }
Discord Setup
- Create a Discord bot and get its token
- Add the bot to your Discord server with message sending permissions
- Create a channel for match results and announcements
- Copy the channel ID and use it in the plugin configuration
Tips
- Use different colors for different game modes or servers
- Consider creating a dedicated channel for match results
- The plugin works with both standard and custom game modes
- Ensure the Discord bot has proper permissions in the target channel
- Test the configuration during a match to verify proper operation
Built with
Show your support! Star us on GitHub ⭐️