Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Panda View Adjust

Panda View Adjust

Automatically adjust your server's view/simulation distance based on player count / MSPT. Fabrics own ViewDistanceTweaks.

140
5
Management
Optimization
Utility
AboutChangelogVersions

PandaViewAdjust

Description

Fabric server-side mod to automatically adjust view-distance and simulation-distanced based on player count & MSPT Set at what amount of players/MSPT will the simulation/view distance change.

This is useful for keeping server MSPT at a reasonable level, even with a lot of players. It also allows you to have very high view distances when there are very little players on.

Configuring

config/PandaViewConfig.json generated at runtime

[
  //The best acceptble view & simulation distance can be at the top
  { // 5 or less players, 20 or less MSPT
    "maxPlayerCount": 5, //Max amount of players for this configuration (can be 0 to ignore)
    "maxMSPT": 20,    //Max amount of MSPT for this configuration (can be 0 to ignore)
    "viewDistance": 32, //What to set the view distance to at this configuration
    "simulationDistance": 6 //What to set the simulation distance to at this configuration
  },

  // ... Steps between

  {  //The worst acceptable view & simulation distances can be at the bottom
    "maxPlayerCount": 0, 
    "maxMSPT": 0,
    "viewDistance": 3,
    "simulationDistance": 3
  }
]

Support

Support discord here!

Try it out

Demo server at hardcoreanarchy.gay

License

CC0

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Compatibility

Minecraft: Java Edition

Platforms

Fabric

Supported environments

Server-side

Links

Report issues View source Join Discord server

Creators

TreeOfSelf
TreeOfSelf Member

Details

Licensed CC0-1.0
Published 4 months ago
Updated last week

Modrinth is open source.

main@aaf125c

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.