Advertisement
Guest User

sm

a guest
Apr 26th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. #
  2. # Attention! Please rename me to "config.properties" before use!
  3. #
  4.  
  5. # Enables or disables protection
  6. ProtectionEnabled = true
  7.  
  8. # Localization of admin menu dialogues and system messages.
  9. # Default Russian - ru, English - en.
  10. Language = en
  11.  
  12. # Default protection punishment rules:
  13. # BOT => TEMPORARY_DELAYED_BAN(30-60, 720) // Adrenalin, L2Walker è äð.
  14. # RADAR => TEMPORARY_DELAYED_BAN(15-30, 120) // l2control è äð.
  15. # PACKET_HACK => BAN // l2phx, hlapex è äð.
  16. #
  17. # To replace one or more actions with your own, use the field below.
  18. # Possible Values: LOG, BAN, TEMP_BAN, DELAYED_BAN, TEMPORARY_DELAYED_BAN, TEMPORARY_PROGRESSIVE_BAN
  19. #
  20. # LOG - Do not do anything other than logging.
  21. #
  22. # BAN - Block access to the game from HWID.
  23. #
  24. # TEMPORARY_BAN - Temporary access block.
  25. # Example: TEMPORARY_BAN(360) - HWID will be banned for 360 minutes (60 is minimum).
  26. #
  27. # DELAYED_BAN - Delayed access block.
  28. # Example: DELAYED_BAN(30-60) - HWID will be banned withing 30-60 minutes.
  29. #
  30. # TEMPORARY_DELAYED_BAN - Temporary delayed access block.
  31. # Example: TEMPORARY_DELAYED_BAN(30-60,360) - HWID will be banned withing 30-60 minutes
  32. # for 360 minutes (60 is minimum).
  33. #
  34. # TEMPORARY_PROGRESSIVE_BAN - Temporary incremental access block.
  35. # Example: TEMPORARY_PROGRESSIVE(60, 2.0) - the first time HWID will be banned for 60
  36. # minutes (60 is minimum), for 120 minutes the second time and so on.
  37. #
  38. # Attention! We strongly recommend not to disable bans for bot usage.
  39. #
  40. DetectActions = BOT=TEMPORARY_DELAYED_BAN(5-10, 720);RADAR=TEMPORARY_DELAYED_BAN(5-10, 120);PACKET_HACK=TEMPORARY_DELAYED_BAN(30-60, 120)
  41.  
  42. # Bans storage.
  43. # 0 - In the bans.xml file
  44. # 1 - In the database (table smrt_bans)
  45. BanlistStorage = 1
  46.  
  47. # If enabled, the blocking HWID all accounts on this computer, being in the game will be added to the banlist.
  48. # Attempts to log on these accounts will be rejected. (Note: This option does not interact with your server pack.
  49. # Accounts are locked only inside SmartGuard.)
  50. BanlistAccountBan = true
  51. # If enabled, when you attempt to login with the HWID blocked and not blocked account, this account will also be
  52. # added to the banlist.
  53. BanlistAccountAppend = true
  54.  
  55. # Allow a game in a virtual environment? (VMWare, VirtualBox, etc.)
  56. # Default: true
  57. AllowVirtualization = true
  58.  
  59. # Allow the entrance to the game only through the game launcher?
  60. # (Works with LameUpdater)
  61. OnlyUpdaterRun = false
  62.  
  63. # The maximum number of gaming sessions from one PC
  64. # Default: 4 - recommended, 0 - disabled
  65. MaxInstances = 2
  66.  
  67. # Use the system versions of the game patch?
  68. # Game patch must be configured with [PatchConfig] utility that comes with protection.
  69. PatchVersionEnabled = false
  70. # The minimum version of the patch, with which the players will go to the server.
  71. PatchVersionMin = 1
  72.  
  73. # A list of HWIDs that will be exempt from all checks upon login. (Bans, box limit, etc.)
  74. # List desired HWID (32 chars) separated by ";" ( abcefg;asdfgh )
  75. WhitelistedUsers =
  76.  
  77. # General protection log
  78. # 0 - Disable.
  79. # 1 - To the file ./smartguard/log/general.log
  80. # 2 - Into Slf4j
  81. # 3 - Into database (table smrt_log_basic)
  82. LogGeneral = 1
  83.  
  84. # Ëîã àâòîðèçàöèé
  85. # 0 - Disable.
  86. # 1 - To the file ./smartguard/log/auth.log
  87. # 2 - Into Slf4j
  88. # 3 - Into database (table smrt_log_auth)
  89. LogAuth = 1
  90.  
  91. # Complete current sessions of players with an outdated client protection
  92. KickOldClients = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement