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 2e2c471d98 Improvements to spree handling
* changed default settings to disable records when bots are playing
* changed bot records bitflag to not include sprees when either source or victim is a bot
2019-02-11 13:00:09 +01:00
config Improvements to spree handling 2019-02-11 13:00:09 +01:00
database Updated default permission set 2019-01-22 15:03:24 +01:00
lualibs Updated TOML lib to 2.0.1 2019-01-04 17:18:39 +01:00
luascripts/wolfadmin Improvements to spree handling 2019-02-11 13:00:09 +01:00
pk3 Removed usage instructions from license docs 2017-03-22 11:25:37 +01:00
deploy.sh Fixed zip process of pk3 including pk3 directory itself 2019-01-28 14:32:21 +01: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.