- changed "xsuperadmin" to "masteradmin"

- added tm2 server config data
- various server admin commands
- minor other improvements
This commit is contained in:
Steffen Schröder
2013-11-24 23:55:54 +01:00
parent a9b1842a6f
commit 33001ef573
6 changed files with 172 additions and 41 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Configure authentication for players -->
<!-- Configure Server Administrators -->
<authentication-config>
<!-- SuperAdmins that can't be removed ingame -->
<xsuperadmins>
<!-- MasterAdmins that can't be removed ingame -->
<masteradmins>
<login>steeffeen</login>
<login>kremsy</login>
</xsuperadmins>
</masteradmins>
<!-- You can add other admins and operators ingame -->

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Configure the mysql database used by ManiaControl -->
<!-- Configure the MySQL Database used by ManiaControl -->
<database-config>
<!-- MySQL Server -->