Guest User

VehicleDamageAlerts.config.xml

a guest
Jun 17th, 2019
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.69 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ConfigurationVehicleDamageWebhooks xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <LicenseKey>00000000-0000-0000-0000-000000000000</LicenseKey> <!-- Your License Key -->
  4.   <ExtraLog>true</ExtraLog> <!-- When enabled, sends details logs tot Console. This is useful for debugging -->
  5.   <Alerts>
  6.     <Alert> <!-- Each permission can have their own Alert -->
  7.       <LogVehicleDamage>true</LogVehicleDamage> <!-- When enabled, this Alert will log normal Vehicle Damage -->
  8.       <LogTireDamage>true</LogTireDamage> <!-- When enabled, this Alert will log Tire Damage -->
  9.       <LogName>Guest Alert</LogName> <!-- What name the Alert uses in the Logs -->
  10.       <CallerPermission>guestalert</CallerPermission> <!-- What Permission the Caller needs (vehicledamagealerts.guestalert) in this case.-->
  11.       <WebhookURL>https://discordapp.com/api/webhooks/00000000000000000/XXXXXXXXXXXXXXXXXXXXXXXX</WebhookURL> <!-- Webhook URL -->
  12.       <WebhookUserName>Vehicle Damage Alert</WebhookUserName> <!-- Webhook Username -->
  13.       <WebhookColour>FF0000</WebhookColour> <!-- Webhook Colour -->
  14.       <IgnoreUnlockedVehicles>true</IgnoreUnlockedVehicles> <!--When enabled, it wont log Vehicles that are Unlocked -->
  15.       <OnlyAlertOnExplosionDamage>false</OnlyAlertOnExplosionDamage> <!-- When enabled, only Vehicles that are damaged by explosions are logged -->
  16.       <BlacklistedWeaponIDs> <!-- A list of all blacklisted weapons. Damage with these weapons are not logged -->
  17.         <ID>1441</ID> <!-- Shadowstalker MK.II for example -->
  18.       </BlacklistedWeaponIDs>
  19.     </Alert>
  20.   </Alerts>
  21. </ConfigurationVehicleDamageWebhooks>
Add Comment
Please, Sign In to add comment