Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed CC0-1.0
Published last week
Updated 2 weeks ago
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
Try it out
Demo server at hardcoreanarchy.gay