Advertisement
Guest User

BTMailing Configuration

a guest
Mar 12th, 2023
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.97 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <MailingPluginConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <DatabaseSettings>
  4.     <DatabaseAddress>127.0.0.1</DatabaseAddress>
  5.     <DatabaseUsername>username</DatabaseUsername>
  6.     <DatabasePassword>password</DatabasePassword>
  7.     <DatabaseName>unturned</DatabaseName>
  8.     <DatabasePort>3306</DatabasePort>
  9.   </DatabaseSettings>
  10.   <CancelCooldown>10</CancelCooldown>
  11.   <Rewards>
  12.     <ExperienceReward>
  13.       <Enabled>true</Enabled>
  14.       <Minimal>10</Minimal>
  15.       <Max>100</Max>
  16.     </ExperienceReward>
  17.     <UconomyReward>
  18.       <Enabled>false</Enabled>
  19.       <Minimal>1</Minimal>
  20.       <Max>100</Max>
  21.     </UconomyReward>
  22.     <ItemReward>
  23.       <Enabled>false</Enabled>
  24.       <ItemList>
  25.         <Item ID="363" />
  26.         <Item ID="17" />
  27.       </ItemList>
  28.     </ItemReward>
  29.   </Rewards>
  30.   <DebugMode>false</DebugMode>
  31. </MailingPluginConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement