Settings.xml - Guad/GTACoop GitHub Wiki

Used by Path
Server /Settings.xml

##Example Content

<?xml version="1.0"?>
<ServerSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Name>GTACoop Server</Name>
  <MaxPlayers>16</MaxPlayers>
  <Port>4499</Port>
  <PasswordProtected>false</PasswordProtected>
  <Password>changeme</Password>
  <Announce>true</Announce>
  <MasterServer>http://46.101.1.92/</MasterServer>
  <AllowDisplayNames>true</AllowDisplayNames>
  <Gamemode>freeroam</Gamemode>
  <Filterscripts>
    <string>AdminTools</string>
  </Filterscripts>
</ServerSettings>
⚠️ **GitHub.com Fallback** ⚠️