<?xml version="1.0" ?>

<plugin name="gamespy">

  <!-- Configuration settings for the plugin, change the values of these to suit your server -->
  <config>

    <!-- List of master servers to send broadcasts to, enter these as IP:Port pairs. Comment out
    this setting if you do not want to broadcast to any master servers -->
    <cvar name="master_servers">
      <value>renmaster.cncnet.org:27900</value>  
      <value>176.31.21.190:27900</value>	
    </cvar>

    <!-- UDP port to listen on for GSA queries from clients. This value must be unique on the host
    server from all other game servers or applications and must be allowed through any firewalls 
	use a different port as set in server.ini and make sure the one used here is not blocked-->
    <cvar name="query_port" value="30455"/>

    <!-- The game type to send in response to an info request, default value is C&C -->
    <cvar name="game_type" value="AoW"/>

    <!-- This setting contains additional custom values to be broadcast to the master server, enter
    these as Key=Value pairs. The key must contain only alphanumeric characters and no spaces -->
	<!-- w3dhubgame is the game as which it'll apear on the launcher and the channel is what channel is used keep this release else you won't see your server.
	-->
    <cvar name="custom_info">
      <value>Website=w3dhub.com</value>
      <value>IRC=irc.rencorner.com</value>
      <value>w3dhubgame=apb</value>
      <value>w3dhubchannel=release</value>
    </cvar>
  </config>
</plugin>