Skip to content
This repository was archived by the owner on May 20, 2018. It is now read-only.

Settings.xml

Bluscream edited this page Jul 17, 2016 · 5 revisions
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>
Clone this wiki locally