Advertisement
Guest User

Untitled

a guest
Jun 9th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. {
  2. "Admins":["MY ID"],
  3. "ApiKey":"MY API",
  4. "mainLog": "syslog.log",
  5. "UseSeparateProcesses": "false",
  6. "AutoStartAllBots": "true",
  7. "Bots": [
  8. {
  9. "Username":"Something you don't need to know",
  10. "Password":"Also something you don't need to know",
  11. "DisplayName":"DemonTF2",
  12. "ChatResponse":"Hi there bro",
  13. "logFile": "TestBot.log",
  14. "BotControlClass": "SteamBot.IdleUserHandler",
  15. "MaximumTradeTime":180,
  16. "MaximumActionGap":30,
  17. "DisplayNamePrefix":"[IdleBot] ",
  18. "TradePollingInterval":800,
  19. "LogLevel":"Success",
  20. "AutoStart": "true"
  21. }
  22. ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement