LargeViewDistance Plugin (1.14.X-1.19.X)

ULTRA LargeViewDistance Plugin (1.14.X-1.19.X) 2022-07-28

Description:

  • Multithread
  • Most of the time, it is read chunk directly from the region cache
  • This allows players to view a larger distance of chunks independent of what is actually loaded
  • Extended view distance chunks are not ticked
  • Mostly asynchronous
  • Will not send chunk that exceed the player client view distance
  • Automatically adapt to the player internet speed
  • Server stable TPS 20, also possible
  • Prevention XRAY


Example:

  • Suppose view-distance is set to 8 in server.properties, and max-view-distance is set to 25 in the config.yml of this plugin
  • Two permissions the player has:
    • max_view_distance.20
    • max_view_distance.30
      Will automatically find the largest one, so 30, If no permissions are set, the value of max-view-distance
  • If the player's view distance is less than or equal to 8, the view distance will be fully provided by the server
  • If the view distance is greater than 8, the view distance will be supplemented by the plugin
  • If the view distance is greater than 30, the player will receive the maximum 25 chunks provided by the plugin, The reason it is not 30 is that the maximum value of max-view-distance is 25
Author
Wifi
Downloads
0
Views
20
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Wifi

Top