shano_dekono

config.yml

Nov 27th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. # ╔╗ ┌─┐┌─┐┌┬┐ ╦ ╦┬┌─┐┬ ┬ ╔╦╗┬┌─┐┌┬┐┌─┐┌┐┌┌─┐┌─┐
  2. # ╠╩╗├┤ └─┐ │ ╚╗╔╝│├┤ │││ ║║│└─┐ │ ├─┤││││ ├┤
  3. # ╚═╝└─┘└─┘ ┴ ╚╝ ┴└─┘└┴┘ ═╩╝┴└─┘ ┴ ┴ ┴┘└┘└─┘└─┘
  4. # - Get a Better View Distance, By LXCT. -
  5. #=======================================================
  6. # (Don't change Performances unless You Know what you're doing !)
  7. # Need some help to config ?
  8. # Read this :
  9. #
  10. #
  11. # ViewDistance:
  12. # Min: 4 # Min View Distance. Keep it above 4.
  13. # Max: 16 # Max View Distance. Player can't get above 32.
  14. # AFK : 3 # View Distance of "AFK" players. You can't assign a value less than 3.
  15. # OnLogin: 4 # View Distance assigned on login. I advise you to set the same value as Min
  16. # CalculationDelay: 2 # Delay between ASYNC calculations. Keep it above 1. NEED RESTART, DOES NOT AFFECT PERFORMANCES.
  17. # SetViewDelay: 15 # Delay between applying calculations. Keep it above 5. A little number will make view distance change faster. NEED RESTART, AFFECT PERFORMANCES.
  18. # Performances:
  19. # PingForReduction: 1000 # If your ping is higher than this value, then your view distance will be reduced. Keep it above 400.
  20. # PingForAugmentation: 90 # If your ping is less than this value, then your view distance will be increased. Keep it below 100.
  21. # TPSLimit: 19.5 # If the tps are above this value, the ReductionIndice is reduced. If the tps are below this value, the ReductionIndice will increase.
  22. # TPSChangeIndice: 0.05 # How much the reduction indice will be decreased/increased par calculations. Keep this value between 0.1 and 0.01
  23. # MaxReductionIndice: 0.75 # Maximum value of the reduction indice.
  24. # AFKTimer : 90 # Seconds before getting "AFK" and get his view distance reduced to "Min" value. Keep this value over 60. (Doesn't affect gameplay)
  25. # Other:
  26. # HideVdistLine4: false # Hide vdist.line4 (in messages.yml) when players uses /vdist
  27. # CheckUpdate: true # You should keep this to true. It check if your plugins version is the latest. THIS DOES NOT IMPACT PERFORMANCES, NEED RESTART
  28. # Metrics: true # Please keep this to true. Metrics is anonymous and it helps developers stay motivated. THIS DOES NOT IMPACT PERFORMANCES, NEED RESTART
  29. #
  30. # Please restart your server the first time you're using this plugin. Don't reload.
  31. #
  32. # Problems ? Performance issues ? Wanna say thanks ? ;)
  33. # Add me on Discord ! Lxct#9971
  34. #
  35.  
  36. ViewDistance:
  37. Min: 4
  38. Max: 16
  39. AFK: 3
  40. OnLogin: 4
  41. CalculationsDelay: 2
  42. SetViewDelay: 15
  43. Performances:
  44. PingForReduction: 600
  45. PingForAugmentation: 80
  46. TPSLimit: 19.5
  47. TPSChangeIndice: 0.05
  48. MaxReductionIndice: 0.75
  49. AFKTimer: 90
  50. Other:
  51. HideVdistLine4: false
  52. CheckUpdates: true
  53. Metrics: true
Advertisement
Add Comment
Please, Sign In to add comment