Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <ConfigurationRaidAlerts xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <ExtraLog>false</ExtraLog> <!-- When enabled, this sends detailed logs to chat. Useful for debugging any issues. -->
- <Alerts>
- <Alert>
- <Enabled>true</Enabled> <!-- When enabled, the webhook will post to Discord. -->
- <DisplayName>Guest Alert</DisplayName> <!-- What that Alert looks like in the logs and any loading messages. -->
- <CallerPermission>guestalert</CallerPermission> <!-- What permissions a User needs to have this Alert (raidalerts.guestalert) -->
- <WebhookURL>https://discordapp.com/api/webhooks/00000000000000000/XXXXXXXXXXXXXXXXXXXXXXXX</WebhookURL> <!-- Webhook URL -->
- <WebhookUserName>Raid Alert</WebhookUserName> <!-- What Discord Username the Webhook will have. -->
- <WebhookColour>FF0000</WebhookColour> <!-- What colour the Embedded message will have in Discord (HEX colour). -->
- <OnlyAlertOnExplosionDamage>false</OnlyAlertOnExplosionDamage><!-- When enabled only damage caused by explosions will be sent -->
- <Cooldown>5</Cooldown> <!-- How long before the User will send another Webhook after just sending one. -->
- </Alert>
- </Alerts>
- </ConfigurationRaidAlerts>
Add Comment
Please, Sign In to add comment