mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2025-04-16 22:01:02 +00:00
WolfAdmin is a game manager for Wolfenstein: Enemy Territory servers. Written as a Lua module, it provides you with extra tools to administrate your server.
* changed !greeting flag from 'Q' to 'j' to maintain consistency across mods * changed !cointoss flag to 'Z' so we do not take up another flag * moved flags to separate files for each mod that includes shrubbot, autoloads on game init |
||
---|---|---|
config | ||
database | ||
docs | ||
lualibs | ||
luamods/wolfadmin | ||
pk3 | ||
COPYING.txt | ||
deploy.sh | ||
README.md |
WolfAdmin
WolfAdmin is a Lua module for Wolfenstein: Enemy Territory servers.
- Website http://dev.timosmit.com/wolfadmin
- Download http://dev.timosmit.com/wolfadmin/download.html
- Installation instructions http://dev.timosmit.com/wolfadmin/setup.html
- Configuration documentation http://dev.timosmit.com/wolfadmin/configuration.html
- Issues http://dev.timosmit.com/bugtracker/?project_id=1
- Repository https://github.com/timosmit/wolfadmin
DEPENDENCIES
- luasql.sqlite3 and/or luasql.mysql
- lua-toml