Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. {
  2. "__COMMENT_000": "
  3.  
  4. This is the sort of place you set up your 'profile' and whatnot.
  5. It can be read by all mods, but not writeable by any.
  6.  
  7. By the way, don't store anything important in this comment.
  8. It is possible that a hacked server might be able to read it.
  9.  
  10. READ THIS FILE: docs/setup_json.txt
  11.  
  12. For name, and many other things, you need quotes:
  13. ''name'': ''your name goes here'',
  14. NOT:
  15. ''name'': this is wrong,
  16.  
  17. (replace '' with the double-quotes used to contain this comment)
  18.  
  19. You will need to also set ''kick_on_join'' to false,
  20. or else you will not be able to join any servers that actually check this flag!
  21.  
  22. For more info on the syntax itself, see http://json.org/
  23. ",
  24.  
  25. "name": "Sneaky",
  26. "kick_on_join": false,
  27. "sensitivity": 1.0,
  28. "hold_to_zoom": false,
  29. "fog": 127.5,
  30.  
  31. "skins" : {
  32.  
  33. },
  34.  
  35. "bio": {
  36. "description": "I'm too lazy to learn how to edit my config. Laugh at me.",
  37. "languages": ["pt", "pl"]
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement