Advertisement
Guest User

BTBanking Configuration

a guest
Mar 22nd, 2023
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.95 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <BankingPluginConfiguration 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>root</DatabaseUsername>
  6.     <DatabasePassword>password</DatabasePassword>
  7.     <DatabaseName>unturned</DatabaseName>
  8.     <DatabasePort>3306</DatabasePort>
  9.   </DatabaseSettings>
  10.   <useExperience>true</useExperience>
  11.   <MaxCards>6</MaxCards>
  12.   <ServerCurrencyName>Dollars</ServerCurrencyName>
  13.   <BankingATMID>32210</BankingATMID>
  14.   <CardScannerID>32211</CardScannerID>
  15.   <Transactions>
  16.     <WithdrawURL>https://i.imgur.com/ZVYuddY.png</WithdrawURL>
  17.     <DepositURL>https://i.imgur.com/ndvMEps.png</DepositURL>
  18.     <TransferURL>https://i.imgur.com/yn43Bvl.png</TransferURL>
  19.   </Transactions>
  20.   <BusinessSettings>
  21.     <MaxCards>6</MaxCards>
  22.   </BusinessSettings>
  23.   <ItemizedCurrency>
  24.     <Enabled>true</Enabled>
  25.     <ItemCurrency>
  26.       <Item ItemID="1055" worth="100" />
  27.       <Item ItemID="1054" worth="50" />
  28.       <Item ItemID="1053" worth="20" />
  29.       <Item ItemID="1052" worth="10" />
  30.       <Item ItemID="1052" worth="10" />
  31.       <Item ItemID="1051" worth="5" />
  32.       <Item ItemID="1056" worth="1" />
  33.     </ItemCurrency>
  34.   </ItemizedCurrency>
  35.   <WebhookSettings>
  36.     <AccountCreated>https://discordapp.com/api/webhooks/{webhook.id}/{webhook.api}</AccountCreated>
  37.     <AccountDeleted>https://discordapp.com/api/webhooks/{webhook.id}/{webhook.api}</AccountDeleted>
  38.     <NameSwap>https://discordapp.com/api/webhooks/{webhook.id}/{webhook.api}</NameSwap>
  39.     <Withdraw>https://discordapp.com/api/webhooks/{webhook.id}/{webhook.api}</Withdraw>
  40.     <Deposit>https://discordapp.com/api/webhooks/{webhook.id}/{webhook.api}</Deposit>
  41.     <Transfer>https://discordapp.com/api/webhooks/{webhook.id}/{webhook.api}</Transfer>
  42.   </WebhookSettings>
  43.   <DebugMode>false</DebugMode>
  44. </BankingPluginConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement