Advertisement
Guest User

Untitled

a guest
May 20th, 2018
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. [Main]
  2. Version = 5
  3. Randomize Config File = false
  4.  
  5. [Rcon]
  6. IP = 127.0.0.1
  7. Port = 2302
  8. Password = 42egb9
  9. Bad Playername Enable = false
  10. Bad Playername Kick Message = Bad Player Name
  11. Whitelist Enable = false
  12. Whitelist Kick Message = Only Reserved Slots Left
  13. Whitelist Public Slots = 999
  14. Whitelist Database = MySQL_Example
  15. Whitelist SQL Prepared Statement = SELECT CASE WHEN EXISTS(SELECT UID FROM PlayerInfo WHERE BattlEyeGUID=? AND Whitelisted=1) THEN 1 ELSE 0 END
  16. Whitelist Kick on SQL Query Failed = false
  17.  
  18. [Steam]
  19. API Key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  20.  
  21.  
  22. [VAC]
  23. Auto Ban = true
  24. NumberOfVACBans = 1
  25. DaysSinceLastBan = 999999999
  26. BanDuration = 0
  27. BanMessage = Steam VAC Banned
  28.  
  29.  
  30. [Log]
  31. Flush = true
  32.  
  33.  
  34. [RPLNewAltis]
  35. Type = MySQL
  36. Name = newaltis
  37. Username = Ni1kko
  38. Password = Finlay131013
  39. IP = 201.189.200.222
  40. Port = 3306
  41. ;minSessions = 2
  42. idleTime = 60
  43. compress = false
  44. Secure Auth = true
  45.  
  46.  
  47. [SQLite_Example]
  48. Type = SQLite
  49. Name = sqlite.db
  50. minSessions = 1
  51. idleTime = 60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement