Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1.  
  2. // Minimum distance for drop bhops to be considered good [Client Message]
  3. // -
  4. // Default: "230.0"
  5. // Minimum: "200.000000"
  6. // Maximum: "999.000000"
  7. js_dist_min_dropbhop "230.0"
  8.  
  9. // Minimum distance for longjumps to be considered good [Client Message]
  10. // -
  11. // Default: "230.0"
  12. // Minimum: "200.000000"
  13. // Maximum: "999.000000"
  14. js_dist_min_lj "230.0"
  15.  
  16. // Minimum distance for multi-bhops to be considered good [Client Message]
  17. // -
  18. // Default: "240.0"
  19. // Minimum: "200.000000"
  20. // Maximum: "9999.000000"
  21. js_dist_min_multibhop "240.0"
  22.  
  23. // Minimum distance for weird jumps to be considered good [Client Message]
  24. // -
  25. // Default: "200.0"
  26. // Minimum: "200.000000"
  27. // Maximum: "999.000000"
  28. js_dist_min_wj "200.0"
  29.  
  30. // Minimum distance for bhops to be considered pro [JumpStats Colorchat All]
  31. // -
  32. // Default: "260.0"
  33. // Minimum: "200.000000"
  34. // Maximum: "999.000000"
  35. js_dist_pro_bhop "260.0"
  36.  
  37. // Minimum distance for drop bhops to be considered pro [JumpStats Colorchat All]
  38. // -
  39. // Default: "260.0"
  40. // Minimum: "200.000000"
  41. // Maximum: "999.000000"
  42. js_dist_pro_dropbhop "260.0"
  43.  
  44. // Minimum distance for longjumps to be considered pro [JumpStats Colorchat All]
  45. // -
  46. // Default: "245.0"
  47. // Minimum: "220.000000"
  48. // Maximum: "999.000000"
  49. js_dist_pro_lj "245.0"
  50.  
  51. // Minimum distance for multi-bhops to be considered pro [JumpStats Colorchat All]
  52. // -
  53. // Default: "260.0"
  54. // Minimum: "200.000000"
  55. // Maximum: "9999.000000"
  56. js_dist_pro_multibhop "260.0"
  57.  
  58. // Minimum distance for weird jumps to be considered pro [JumpStats Colorchat All]
  59. // -
  60. // Default: "260.0"
  61. // Minimum: "200.000000"
  62. // Maximum: "999.000000"
  63. js_dist_pro_wj "260.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement