Tags
Creators
Details
2.3.0
Compatibility
Changes
OP players now have no bypass commands by default, so you may wish to add these with your permission system.
- Add
sync-simulation-distanceoption to allow for chunk ticking customisability - Use world context when considering LP nodes and recalculate view distance on world change
- Make all bypasses off for everyone by default (ops without the permission nodes will no longer have bypass perms)
- Make ~40 bug fixes and general improvements
- Add
zero-chunks-afkconfig option to allow for no chunk loading when AFK (use with caution) - Significant codebase optimisations and refactoring to prepare for future API
- Make plugin more customisable with more config options
- Add migration guides to docs
- Add search functionality to docs
- Check if a player is on Bedrock edition with the Geyser API rather than using the "." prefix which could be customised
- Fix PVDC not always detecting LP changes and using them incorrectly when multiple nodes were changed
- Fix coming out of AFK setting view distance to the wrong value and maxdistance bypass being used incorrectly in the code
- Remove useless
chunksPingconfig value
Full Changelog: https://github.com/Wyzebb/PlayerViewDistanceController/compare/v2.2.0...v2.3.0
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:shwtt0v9:4P7gAldL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:shwtt0v9:4P7gAldL"
}

