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.
Find a file
Timo Smit 4ef95d2c85 Renamed settings module to config module
* this module will be split into multiple parts
* moved to config package since it's not a utility
2020-04-15 17:04:45 +02:00
config Improved censor (refs #87) 2019-02-12 13:06:17 +01:00
database Fixed mute command not working after next map (fixes #110) 2020-03-19 20:56:55 +01:00
lualibs Updated TOML lib to 2.0.1 2019-01-04 17:18:39 +01:00
luascripts/wolfadmin Renamed settings module to config module 2020-04-15 17:04:45 +02:00
pk3 Moved combi and first blood sounds 2019-02-05 17:32:50 +01:00
deploy.sh Merge branch 'master' into develop 2020-04-14 21:22:54 +02:00
LICENSE.md Updated docs. 2019-01-03 12:08:06 +01:00
README.md Updated docs (part II) 2019-01-03 12:09:10 +01:00

WolfAdmin

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. Since the module is run on the server, players do not have to install anything.

Among the features are many different commands that your administrators may use, automated team balancing, logging of player data and a new set of custom voting options.

Installation

Dependencies

Make sure the following dependencies are installed:

  • luasql.sqlite3 and/or luasql.mysql
  • lua-toml

Documentation

Read the configuration documentation and learn about the vast amount of options.

Contributing

You can report any issues or feature requests to Mantis. Alternatively, you can fix or implement it yourself and send a pull request.

License

Source code is released under GNU General Public License 3 license.