Advertisement
Guest User

Configuration

a guest
Jan 12th, 2024
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.11 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <BTReportsConfiguration 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.   <StaffPermission>BTReports.Staff</StaffPermission>
  11.   <Freezing>
  12.     <PreventAttacking>true</PreventAttacking>
  13.     <PreventDropping>false</PreventDropping>
  14.     <PreventPickingUp>true</PreventPickingUp>
  15.     <PreventCommands>true</PreventCommands>
  16.   </Freezing>
  17.   <CanReportSamePlayer>false</CanReportSamePlayer>
  18.   <PlayerReportingThreshold>0</PlayerReportingThreshold>
  19.   <Webhooks>
  20.     <ReportCreated>Webhook URL</ReportCreated>
  21.     <ReportClaimed>Webhook URL</ReportClaimed>
  22.     <ReportClosed>Webhook URL</ReportClosed>
  23.     <ReportRejected>Webhook URL</ReportRejected>
  24.     <PlayerLeft>Webhook URL</PlayerLeft>
  25.   </Webhooks>
  26.   <DebugMode>true</DebugMode>
  27. </BTReportsConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement