Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. // This file was auto-generated by SourceMod (v1.8.0.5919)
  2. // ConVars for plugin "serverwhitelistadvanced.smx"
  3.  
  4.  
  5. // Enable server whitelist
  6. // -
  7. // Default: "1"
  8. // Minimum: "0.000000"
  9. // Maximum: "1.000000"
  10. whitelist "1"
  11.  
  12. // Allows people to join if they are not whitelisted under a certain condition. 0=Nop, 1=Someone is whitelisted, 2=An admin is present (_immunity needed), 3=Someone is present.
  13. // -
  14. // Default: "0"
  15. // Minimum: "0.000000"
  16. // Maximum: "3.000000"
  17. whitelist_autovouch "0"
  18.  
  19. // Minimum time in seconds before a non-whitelisted first-time-in-map-user is kicked if no voucher (defined by _autovouch value) are present; to give time to voucher to join on mapchange. It is a minimum if Steam groups are used; if not it is a normal timeo
  20. // -
  21. // Default: "2.0"
  22. // Minimum: "0.100000"
  23. whitelist_autovouch_mintimeout "2.0"
  24.  
  25. // File name to use for the whitelist, in the sourcemod/configs/whitelist/ folder. Can't use '/' or '\'. With extension.
  26. // -
  27. // Default: "whitelist.txt"
  28. whitelist_filename "whitelist.txt"
  29.  
  30. // Automatically grant admins access. Required for _autovouch = 2.
  31. // -
  32. // Default: "1"
  33. // Minimum: "0.000000"
  34. // Maximum: "1.000000"
  35. whitelist_immunity "0"
  36.  
  37. // Message to show to kicked clients.
  38. // -
  39. // Default: "You are not in the server's whitelist"
  40. whitelist_kickmessage "Get invited insGamer private server Steam Group. Add an admin on Steam."
  41.  
  42. // Log failed-attempts to join server. 0=No, 1=Yes (always), 2=Yes (not after first time)
  43. // -
  44. // Default: "1.0"
  45. whitelist_log "1.0"
  46.  
  47. // When removing someone from whitelist, update the .txt right away (expensive operation if big whitelist) ? 0= On map end. Def. 1=Yes.
  48. // -
  49. // Default: "1"
  50. // Minimum: "0.000000"
  51. // Maximum: "1.000000"
  52. whitelist_removeinstant "1"
  53.  
  54. // Also read SteamGroupIds from whitelist file ? 0=No. 1=Yes (SteamTools). 2=Yes (SteamWorks). Can fallback.
  55. // -
  56. // Default: "2"
  57. // Minimum: "0.000000"
  58. // Maximum: "2.000000"
  59. whitelist_steamgroup "2"
  60.  
  61. // Maximum number of retry to do before saying someone is blacklisted. 'whitelist_steamgroup_timeout' seconds between each retry. ; Put '-1' for unlimited retry. Doing so should make people not be kicked in case Valve never respond (i.e. they have technical
  62. // -
  63. // Default: "-1"
  64. // Minimum: "-1.000000"
  65. whitelist_steamgroup_retry "-1"
  66.  
  67. // Time (in seconds) before re-requesting SteamGroups status from Valve's server (sometimes Valve doesn't answer).
  68. // -
  69. // Default: "0.34"
  70. // Minimum: "0.010000"
  71. whitelist_steamgroup_timeout "0.01"
  72.  
  73. // Use whitelist_kickmessage through tidykick ? 0=No (Default; need TidyKick). 1=Yes.
  74. // -
  75. // Default: "0"
  76. // Minimum: "0.000000"
  77. // Maximum: "1.000000"
  78. whitelist_tidykick "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement