FartherViewDistance-Archive icon

FartherViewDistance-Archive -----

Let the server view distance 15+ max 127 | Async | Multithread



6.1.1
  • Add all changes and optimizations made in 7.x.x
  • Mainly as follows:
    • Fix world teleportation, extend view be invalid
    • Fix a possible null error
    • New configuration
      (Note! Unless re-created, otherwise! It will not be added automatically. If there is already a configuration file, you must manually add this configuration option)
      Code (YAML):
      # Speeding does not provide extend view distance
      #   If the moving speed in the horizontal direction is higher than this value, it will temporarily stop provide extend view distance
      #   The internal calculation formula is `sqrt(square(lastX - moveX) + square(lastZ - moveZ)) > speeding-not-send`
      #   Set to -1 to ignore
      speeding-not-send
      : 1.2
    • Fix wrong chunk light
    • Fix the ignored permission check
    • More, more, more, more optimization
    • Reduce memory consumption caused by light (Maybe reduce JVM GC pressure?)
    • Reduce the overhead caused by read-server-cached-chunk in the main thread
    • ChunkServer.tryUnloadChunkView() should not be call PlayerChunkView.move(), causing a lot of unnecessary extra overhead
----------, Sep 17, 2021
Resource Information
Author:
----------
Total Downloads: 21,324
First Release: Oct 19, 2020
Last Update: Apr 13, 2023
Category: ---------------
All-Time Rating:
57 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings