Advertisement
Guest User

Untitled

a guest
Oct 8th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 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://example.com/whitelist.json
  16. http://example.com/whitelist2.json
  17. >
  18.  
  19. # Kick message [default: You are not on the whitelist]
  20. S:kickMessage=You are not on the whitelist
  21.  
  22. # Comma separated url List of plain text files [default: [http://example.com/whitelist.txt], [http://example.com/whitelist2.txt]]
  23. S:urlList <
  24. http://www.byggeklosser.net/whitelist/45.txt
  25. >
  26. }
  27.  
  28.  
  29. settings {
  30. B:WhitelistEnabled=true
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement