1. /**
  2. * sourcebans.cfg
  3. *
  4. * This file contains settings for the SourceBans Source Server Plugin
  5. * @author SteamFriends Development Team
  6. * @version 0.0.0.$Rev: 74 $
  7. * @copyright SteamFriends (www.steamfriends.com)
  8. * @package SourceBans
  9. */
  10. "SourceBans"
  11. {
  12. "Config"
  13. {
  14. // Website address to tell where the player to go for unban, etc
  15. "Website" "http://www.changedurl.com"
  16. // Allow or disallow admins access to addban command
  17. "Addban" "1"
  18. // Allow or disallow admins access to unban command
  19. "Unban" "1"
  20. // The Tableprefix you set while installing the webpanel. (default: "sb")
  21. "DatabasePrefix" "sb"
  22. // How many seconds to wait before retrying when a players ban fails to be checked. Min = 15.0 Max = 60.0
  23. "RetryTime" "45.0"
  24. // How often should we process the failed ban queue in minutes
  25. "ProcessQueueTime" "5"
  26. // Should the plugin automaticaly add the server to sourcebans
  27. // (servers without -ip being set on startup need this set to 0)
  28. "AutoAddServer" "1"
  29. // Enable backing up config files after getting admins from database (1 = enabled, 0 = disabled)
  30. "BackupConfigs" "1"
  31. // Enable admin part of the plugin (1 = enabled, 0 = disabled)
  32. "EnableAdmins" "1"
  33. // Require the admin to login once into website
  34. "RequireSiteLogin" "0"
  35. // This is the ID of this server (Check in the admin panel -> servers to find the ID of this server)
  36. "ServerID" "2"
  37. }
  38. /*
  39. * Generic menu options for if a reason isn't supplied in a ban
  40. * Without a supplied reason the ban will never be written to the database
  41. */
  42. "BanReasons"
  43. {
  44. "Hacking" "Hacking"
  45. "Exploit" "General Exploit of Game/Map/Server"
  46. "TK" "Team Killing"
  47. "TF" "Team Flashing"
  48. "CommSpam" "Spamming Mic/Chat"
  49. "BadSpray" "Inappropriate Spray"
  50. "BadLang" "Inappropriate Language"
  51. "BadName" "Inappropriate Name"
  52. "IgnoreAdmin" "Ignoring Admins"
  53. "Stacking" "Team Stacking"
  54. "Own Reason" "Own Reason"
  55. }
  56. /*
  57. * Submenu options for when "Hacking" is selected
  58. * If "Hacking" is removed from the menu above this will not be accessable
  59. */
  60. "HackingReasons"
  61. {
  62. "Aimbot" "Aimbot"
  63. "Antirecoil" "Anti Recoil"
  64. "Wallhack" "Wallhack"
  65. "Spinhack" "Spinhack"
  66. "Speedhack" "Speedhack"
  67. "Multi-Hack" "Multi-Hack"
  68. "No Smoke" "No Smoke"
  69. "No Flash" "No Flash"
  70. }
  71. }

sourcebans.cfg