Spunky Bot is a lightweight game server administration bot and RCON tool. Its purpose is to administrate an Urban Terror 4.1 / 4.2 server and to provide real time statistical data for players. The code of Spunky Bot is inspired by the eb2k9 bot by Shawn Haggard, which was released under the Beerware License.
- Lightweight and fast
- Real Time game statistics
- Different user groups and levels
- Supports all RCON commands
- Supports temporary and permanent bans
- Supports rotation messages
- Stores all player related information in a SQLite database
- Runs 'out of the box', no other software requirements
- Urban Terror 4.1.1 and 4.2.018
- Python 2.6.x / 2.7.x
- SQLite 3 database
- Linux platform (tested on Debian 6 & 7 and CentOS 6)
- Supporting Linux 32-bit and 64-bit operating system
- Modify the Urban Terror server config file as follows:
seta g_logsync "1"
seta g_loghits "1"
- Restart the Urban Terror server
- Modify the Spunky Bot configuration file
/conf/settings.conf
- In-game displayed rules/advertisements are contained in the file
/conf/rules.conf
- If you do not want to display the rotation messages, set the value
show_rules=0
in the config file/conf/settings.conf
- If you do not want to display the rotation messages, set the value
- Run the bot manually:
python spunky.py
- Or use the provided initscript to run Spunky Bot as daemon
First start instruction:
- Connect to your game server and type
!iamgod
in the global chat to get the admin level "Head Admin". This command is only once available.
The description of all available commands as well as the admin levels and rights are located under the subfolder /doc
.
The Spunky Bot is released under the MIT License.
- RCON: pyquake3.py
- The library has been modified to fix some error handling issues and fulfill the PEP8 conformance. This file is released under the GNU General Public License.
- GeoIP: pygeoip.py
- The library has been extended with the list
GeoIP_country_name
to support full country names (e.g. Germany for country_code DE). This file is released under the MIT License.
- The library has been extended with the list
- Schedule: schedule.py
- This file is released under the MIT License.
Urban Terror™ and FrozenSand™ are trademarks of 0870760 B.C. Ltd.