All Projects → SpunkyBot → spunkybot

SpunkyBot / spunkybot

Licence: MIT license
Multi-platform administration and RCON tool for Urban Terror

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to spunkybot

SparkServer
SparkServer是一个参照skynet设计的C#服务端框架,能够无缝整合到skynet集群机制中,也能自行组网,构建只有SparkServer节点的集群
Stars: ✭ 184 (+868.42%)
Mutual labels:  game-server
rcon
Source RCON client for command line
Stars: ✭ 111 (+484.21%)
Mutual labels:  rcon
rcon-cli
A little RCON cli based on james4k's RCON library for golang
Stars: ✭ 108 (+468.42%)
Mutual labels:  rcon
Steam-Server-Manager
PowerShell Steam Server Manager
Stars: ✭ 33 (+73.68%)
Mutual labels:  game-server
avacity-2.0
Игровой сервер, частично совместимый с клиентом игры "Аватария"
Stars: ✭ 39 (+105.26%)
Mutual labels:  game-server
otservbr-global-archived
Archived, read-only repository. New repository: https://github.com/opentibiabr/otservbr-global
Stars: ✭ 340 (+1689.47%)
Mutual labels:  game-server
aio-mc-rcon
An asynchronous RCON client/wrapper for Minecraft Java Edition
Stars: ✭ 30 (+57.89%)
Mutual labels:  rcon
ARK
ARK is a lightweight, agile, elastic, distributed plugin framework written in C++,make it easier and faster to create your own application service.
Stars: ✭ 411 (+2063.16%)
Mutual labels:  game-server
magx
Multiplayer game server framework
Stars: ✭ 34 (+78.95%)
Mutual labels:  game-server
server
A voxel based game server.
Stars: ✭ 46 (+142.11%)
Mutual labels:  game-server
basic multiplayer unity
UDP Client-Server implementation in Unity
Stars: ✭ 44 (+131.58%)
Mutual labels:  game-server
ctf-gameserver
FAUST Gameserver for attack-defense CTFs
Stars: ✭ 38 (+100%)
Mutual labels:  game-server
nakama-docs
Documentation for Nakama social and realtime server.
Stars: ✭ 44 (+131.58%)
Mutual labels:  game-server
TanksNetworkingInAzure
Tanks Networking demo project from Unity Store that can be deployed in Azure Cloud and scaled using Kubernetes
Stars: ✭ 20 (+5.26%)
Mutual labels:  game-server
topaz
💎 A server emulator for Final Fantasy XI.
Stars: ✭ 46 (+142.11%)
Mutual labels:  game-server
aws-csgo
Infrastructure code for AWS-based Counter Strike: Global Offensive server
Stars: ✭ 30 (+57.89%)
Mutual labels:  game-server
samp-client
GTA SA-MP API client library for Python
Stars: ✭ 21 (+10.53%)
Mutual labels:  rcon
valheim-k8s
valheim game-server on kubernetes
Stars: ✭ 74 (+289.47%)
Mutual labels:  game-server
mmo-arch
Base Architecture for creating scalable games using microservices through Angular, Phaser, NestJS, NATS, and MySQL
Stars: ✭ 25 (+31.58%)
Mutual labels:  game-server
logicmoo workspace
https://jenkins.logicmoo.org/job/logicmoo_workspace https://logicmoo.org/xwiki/
Stars: ✭ 41 (+115.79%)
Mutual labels:  game-server

This README is just a quick start document. You can find more detailed documentation of Spunky Bot at https://spunkybot.de.

What is Spunky Bot?

Spunky Bot is a lightweight game server administration bot and RCON tool. Its purpose is to administer, manage and maintain an Urban Terror 4.1 / 4.2 / 4.3 server and to provide real time statistics data for players. Spunky Bot is a cross-platform package and offers in-game commands without authentication and automated administration even when no admin is online. The code of Spunky Bot is inspired by the eb2k9 bot by Shawn Haggard, which was released under the Beerware License.

Build Status Actions Status License Release PyPI version Python version GitHub Downloads

If you want to know more, this is a list of selected starting points:

Features

  • Lightweight and fast
  • Real time game statistics
  • Different user groups and levels
  • Supports all RCON commands
  • Supports temporary and permanent bans of players
  • Supports rotation messages
  • Stores all player related information in a SQLite database
  • Runs 'out of the box', no other software requirements

Environment

  • Urban Terror 4.1.1 / 4.2.023 / 4.3.4
  • Python 2.6 / 2.7
  • SQLite 3 database
  • Cross-platform (tested on Debian 6 - 10, Ubuntu 10.04 - 20.04, CentOS 6 / 7, macOS 10.13, Windows 7 / 10)
  • Supporting 32-bit and 64-bit operating systems

Quickstart

It's easy to get started with Spunky Bot:

Configuration

  • Modify the Urban Terror server config file as follows:
seta g_logsync "1"
seta g_loghits "1"
seta g_friendlyfire "2"
  • Restart your Urban Terror server
  • Modify the Spunky Bot configuration file /conf/settings.conf and set game server port and RCON password
  • 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
  • Run the application manually: python spunky.py
  • Or use the provided systemd or sysVinit script 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.

Documentation

You can find all details in the latest documentation.

Bot Commands

The description of all available commands as well as the admin levels and rights is located under the subfolder /doc.

Resources

Changelog

You can keep up-to-date with the changes that we have made via our releases page.

Versioning

Spunky Bot is currently maintained under the Semantic Versioning guidelines. Releases will be numbered with the following format: <major>.<minor>.<patch>

Additional Information

For additional information, visit the Spunky Bot website at https://www.spunkybot.de.

If you have any questions about Spunky Bot or need help, please use the mailing list.

If you have bug reports or feature suggestions, please use the issue tracker.

Contributing

You can help us in different ways:

  • Open an issue with suggestions for improvements
  • Fork this repository and submit a pull request:
    • Click the Fork button to create your personal fork
    • Create your feature branch (git checkout -b new-feature)
    • Commit your changes (git commit -am 'Add some feature')
    • Push to the branch (git push origin new-feature)
    • Create a new pull request
  • Improve the documentation (separate repository)

By contributing code to this project in any form, including sending a pull request via GitHub, a code fragment or patch via mail or public discussion groups, you agree to release your code under the terms of the MIT license that you can find in the LICENSE file included in this source distribution.

Please see the CONTRIBUTING guide for information regarding the contribution process.

License

The code of Spunky Bot is released under the MIT License. See the LICENSE file for the full license text.

Third Party Libraries

  • 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.
  • GeoLite database: www.maxmind.com
    • The GeoLite databases created by MaxMind are distributed under the Creative Commons Attribution-ShareAlike 4.0 International License and the MaxMind Open Data License.
  • Schedule: schedule.py
    • This file is released under the MIT License.

Urban Terror® and FrozenSand™ are trademarks, or registered trademarks of Frozensand Games Limited.

Thank you!

We really appreciate all kinds of feedback and contributions. Thanks for using and supporting Spunky Bot!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].