Skip to content

Instantly share code, notes, and snippets.

@headswe
Created November 20, 2015 19:52
Show Gist options
  • Select an option

  • Save headswe/19f1f1cfdddb63c942e1 to your computer and use it in GitHub Desktop.

Select an option

Save headswe/19f1f1cfdddb63c942e1 to your computer and use it in GitHub Desktop.
New repo.xml
<?xml version="1.0"?>
<RepoData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>Test Name</Name>
<Attributes>
<item>
<key>
<string>BattleEye</string>
</key>
<value>
<string>0</string>
</value>
</item>
<item>
<key>
<string>ServerName</string>
</key>
<value>
<string>test.myserver.com</string>
</value>
</item>
<item>
<key>
<string>ServerPassword</string>
</key>
<value>
<string>hello</string>
</value>
</item>
<item>
<key>
<string>SeverPort</string>
</key>
<value>
<string>1337</string>
</value>
</item>
</Attributes>
</RepoData>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment