Tags
Creators
Details
Licensed MPL-2.0
Published 2 years ago
All versions
2.0.2
Release
v2.0.2last year 83
Compatibility
Minecraft: Java Edition
1.21–1.21.4
1.20.x
Platforms
Folia
Paper
Purpur
Changes
- Merge distance calculation for LuckPerms changes and joining for efficiency and so that after LuckPerms changes are made, a message is displayed
- Make LuckPerms changes only update the player's view distance once after changes are made (great performance boost!)
- Send a different message depending on if the trigger is a LuckPerms event
- Ensure bypass permissions are always respected
- Fix display-max-join-msg has no effect
- Only send update message on join if enabled in config
- Alter default chunks too high message to be less wordy
- Fix maxdistance permission having no effect sometimes
- Add more robust error logging
Full Changelog: https://github.com/Wyzebb/PlayerViewDistanceController/compare/v2.0.1...v2.0.2
Optional dependencies
Any compatible version
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:dPtDuBFW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:shwtt0v9:dPtDuBFW"
}

