q2a_mm.lua 843 B

123456789101112131415161718192021222324252627
  1. --
  2. -- Q2Admin example configuration
  3. --
  4. -- rename to "config.lua" and place this to quake 2 root
  5. --
  6. plugins = {
  7. lrcon = {
  8. quit_on_empty = true,
  9. cvars = {
  10. -- server
  11. 'password', 'maxclients', 'timelimit', 'dmflags', 'sv_gravity', 'sv_iplimit', 'fraglimit',
  12. 'sv_anticheat_required',
  13. -- mod
  14. 'teamplay', 'ctf', 'matchmode', 'roundtimelimit', 'tgren', 'limchasecam', 'forcedteamtalk',
  15. 'mm_forceteamtalk', 'ir', 'wp_flags', 'itm_flags', 'hc_single', 'use_punch', 'darkmatch',
  16. 'allitem', 'allweapon', 'use_3teams'
  17. }
  18. },
  19. mvd = {
  20. --mvd_webby = "http://mvd2.quadaver.org",
  21. --exec_script_on_system_after_recording = "/home/gameservers/quake2/plugins/woot.sh",
  22. --needs_cvar_q2a_mvd_autorecord = false
  23. }
  24. }