Advertisement
Guest User

DiscordRewards.configuration.xml

a guest
Mar 23rd, 2019
783
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.93 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ConfigurationDiscordRewards 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 ImperialPlugins License Key -->
  4.   <AutoRewards>true</AutoRewards> <!-- Execute Rewards via RCON -->
  5.   <GuildID>00000000000000000000</GuildID> <!-- Your Discord Guild ID, check the Product page to find out how to get this -->
  6.   <DiscordLink>https://discord.gg/XXXXX</DiscordLink> <!-- The Discord Link users see when doing /Discord -->
  7.   <ExecutedCommands> <!-- A list of commands to be executed when a User verifies in Discord -->
  8.     <Command>/p add {SteamID} GroupID</Command> <!-- {SteamID} is the User's SteamID! -->
  9.     <Command>/broadcast {Name} has been rewarded for joining the /Discord!</Command> <!-- {Name} is the User's Display Name! -->
  10.   </ExecutedCommands>
  11. </ConfigurationDiscordRewards>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement