Advertisement
Guest User

whitelisted config

a guest
Nov 12th, 2016
227
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=1
  6.  
  7. # Add all whitelisted players to Headcrumbs player list (Feature currently DISABLED) [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. >
  16.  
  17. # Kick message [default: You are not on the whitelist]
  18. S:kickMessage=You are not whitelisted. Apply at www.thermacraft.net/hermitpackapplication
  19.  
  20. # Comma separated url List of plain text files [default: [http://example.com/whitelist.txt], [http://example.com/whitelist2.txt]]
  21. S:urlList <
  22. http://www.thermacraft.us/whitelist/whitelists/6-hermitpack.txt
  23. >
  24. }
  25.  
  26.  
  27. settings {
  28. B:WhitelistEnabled=true
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement