]> git.xonotic.org Git - xonotic/xonotic.git/blob - server/hub/profile-srv02.cfg
Start adding configs to git for the HUB server group idea
[xonotic/xonotic.git] / server / hub / profile-srv02.cfg
1 // ===============================================
2 // Un-Official Advanced Profile Metadata
3 // Scripted by: Samual
4 // Last updated: Saturday, February 11th - 11/2/2012
5 // ===============================================
6 set _servername "srv02"
7 set _servertag "[Official]"
8 set _continent "European"
9 set _continent_small "EU"
10 set _location "Netherlands"
11 set _version "Xonotic 0.6"
12 hostname "${_servertag} ${_version} ${_description} (${_location})"
13
14 set _motd_intro "Welcome to the ${hostname}'
15 set _motd_administrator "developer Samual \"Ares\" Lenks"
16 set _motd_contact "samual@xonotic.org or irc.freenode.org : #xonotic"
17 set _motd_host "named ${_servername} : Provided by Merlijn Hofstra"
18 set _motd_location "${_location} (${_continent})"
19 sv_motd "^7${_motd_intro}\n^7${_motd_description}\n^2Administrated by ${_motd_administrator}\n^2Contact at ${_motd_contact}\n^2Server ${_motd_host} in ${_motd_location}"
20
21 // ==============
22 // Administration
23 // ==============
24 sv_adminnick "${_servername} admin"
25 rcon_secure 1
26 rcon_password "example"
27
28 // =============
29 // Miscellaneous
30 // =============
31 net_address ""
32 sv_curl_defaulturl "http://mapdl.xonotic.eu/samual/"