shano_dekono

BVD

Dec 21st, 2018
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. # ╔╗ ┌─┐┌─┐┌┬┐ ╦ ╦┬┌─┐┬ ┬ ╔╦╗┬┌─┐┌┬┐┌─┐┌┐┌┌─┐┌─┐
  2. # ╠╩╗├┤ └─┐ │ ╚╗╔╝│├┤ │││ ║║│└─┐ │ ├─┤││││ ├┤
  3. # ╚═╝└─┘└─┘ ┴ ╚╝ ┴└─┘└┴┘ ═╩╝┴└─┘ ┴ ┴ ┴┘└┘└─┘└─┘
  4. # - Get a Better View Distance, By LXCT. -
  5. #
  6. # Donate: https://paypal.me/lxct
  7.  
  8. Version: 2.2 # Version of the config file. Don't change this value.
  9.  
  10. Features:
  11. UseLoginView: true # Use a custom view on login
  12. UseAFKView: true # Use a custom view if the player is AFK.
  13. UsePing: true # The plugin will give a custom view distance for each players
  14. UseTasks: true # Use tasks. Turn this off will reduce lags, but view distance will change slower.
  15. UseFlyingView: true # Use a custom view if the player is flying.
  16. UseTeleportView: true # Use a custom view on teleport. Can reduce freeze on teleport.
  17. UsePermissions: false # Enable permissions (view.set.x) to bypass algorithm.
  18.  
  19. ViewDistance:
  20. Min: 4 # Minimum view distance (Minimum : 3)
  21. Max: 16 # Maximum view distance (Maximum : 32)
  22. OnLogin: 4 # View distance on login
  23. OnAFK: 3 # AFK view distance (If UseAFKView is on true)
  24. OnTeleport: 4 # View distance on teleport (If UseTeleportView is on true)
  25. OnFlying: 12 # View distance if flying (If UseFlyingView is on true)
  26. MoreThanSettings: 0 # Add x chunks more than player's settings.
  27.  
  28. Delay:
  29. CalculationsDelay: 1 # Delay in seconds to actualize calculations
  30. SetViewDelay: 5 # Delay in seconds to actualize global view distance
  31. UnsetTeleportViewDelay: 3 # Delay in seconds to unset the OnTeleport custom view
  32. CheckFlyingDelay: 5 # Delay in seconds before set the OnFlying view distance
  33. AFKDelay: 90 # Delay in seconds before set the OnAFK view distance
  34.  
  35. Settings:
  36. TpsLimit: 19.5 # Below: Decrease Reduction Indice // Over: Increase Reduction Indice.
  37. TpsChangeIndice: 0.01 # How much we had to increase/decrease the reduction indice. 0.01 = 1%
  38. MaxReductionIndice: 0.75 # Maximum Reduction Indice (0.75 = 75%)
  39. SafePing: 1 # Set this value to 0 for local hosting.
  40. PingForReduction: 550 # Ping required to decrease view distance
  41. PingForAugmentation: 90 # Ping required to increase view distance
  42.  
  43. Permissions:
  44. BypassAFKView: true # Player with permissions (view.set.x) can bypass the "OnAFK" view.
  45. BypassTeleportView: true # Player with permissions (view.set.x) can bypass the "OnTeleport" view.
  46. BypassFlyingView: true # Player with permissions (view.set.x) can bypass the "OnFlying" view.
  47.  
  48. Misc:
  49. DecimalsTPS: 2 # How many decimals for the %VDIST_DECIMAL_TPS% placeholder
  50. DecimalsIndice: 2 # How many decimals for the %VDIST_REDUCTION_INDICE_DECIMAL% placeholder
  51. HideVdistLine4: false # Hide the 4th line of the /vdist command
  52. CheckUpdates: true # Check for updates
  53. Metrics: true # Send anonymous stats
Advertisement
Add Comment
Please, Sign In to add comment