Advertisement
Guest User

ORP Config Ex

a guest
Jan 27th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.72 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ORProtectionConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.   <PluginEnable>true</PluginEnable>
  4.   <DatabaseAddress>localhost</DatabaseAddress>
  5.   <DatabaseUsername>root</DatabaseUsername>
  6.   <DatabasePassword>password</DatabasePassword>
  7.   <DatabaseName>Unturned</DatabaseName>
  8.   <DatabaseTableInfo>ORProtecion_Info</DatabaseTableInfo>
  9.   <DatabaseTableData>ORProtecion_Data</DatabaseTableData>
  10.   <DatabasePort>3306</DatabasePort>
  11.   <Delay>300</Delay> //Timeout for protection to be active in seconds
  12.   <Multiplier>4</Multiplier> //Multiplication of life.
  13.   <Radius>50</Radius> //Protection radius
  14. </ORProtectionConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement