Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. # Configuration file
  2.  
  3. "general settings" {
  4. # Time between checks in minutes [range: 1 ~ 32000, default: 10]
  5. I:checkInterval=10
  6.  
  7. # Add all whitelisted players to Headcrumbs player list [default: false]
  8. B:headcrumbsCompat=false
  9.  
  10. # Enable the whitelist [default: false]
  11. B:isEnabled=true
  12.  
  13. # Comma separated url List of json files [default: [http://example.com/whitelist.json], [http://example.com/whitelist2.json]]
  14. S:jsonList <
  15. http://whitelist.twitchapps.com/list.php?id=xidik_uk595bf9408c78e&format=json
  16. >
  17.  
  18. # Kick message [default: You are not on the whitelist]
  19. S:kickMessage=You are not on the whitelist
  20.  
  21. # Comma separated url List of plain text files [default: [http://example.com/whitelist.txt], [http://example.com/whitelist2.txt]]
  22. S:urlList <>
  23. }
  24.  
  25.  
  26. settings {
  27. B:WhitelistEnabled=true
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement