]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/hub/profile-bitmissile.cfg
Start adding configs to git for the HUB server group idea
[xonotic/xonotic.git] / server / hub / profile-bitmissile.cfg
diff --git a/server/hub/profile-bitmissile.cfg b/server/hub/profile-bitmissile.cfg
new file mode 100644 (file)
index 0000000..8d5dfc1
--- /dev/null
@@ -0,0 +1,32 @@
+// ===============================================
+// Un-Official Advanced Profile Metadata
+// Scripted by: Samual
+// Last updated: Thursday, February 16th - 16/2/2012
+// ===============================================
+set _servername "bitmissile"
+set _servertag "[Official]"
+set _continent "American"
+set _continent_small "NA"
+set _location "New York"
+set _version "Xonotic 0.6"
+hostname "${_servertag} ${_version} ${_description} (${_location})"
+
+set _motd_intro "Welcome to the ${hostname}'
+set _motd_administrator "developer Samual \"Ares\" Lenks"
+set _motd_contact "samual@xonotic.org or irc.freenode.org : #xonotic"
+set _motd_host "named ${_servername} : Provided by Bitmissile.com"
+set _motd_location "${_location} (${_continent})"
+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}"
+
+// ==============
+// Administration
+// ==============
+sv_adminnick "${_servername} admin"
+rcon_secure 1
+rcon_password "example"
+
+// =============
+// Miscellaneous
+// =============
+net_address "204.145.69.196"
+sv_curl_defaulturl "http://mirror.bitmissile.com/xonotic/"
\ No newline at end of file