Tags
Creators
Details
1.4.1
Compatibility
Changes
Velocitab 1.4.1 makes a few quality-of-life and stability improvements. It is compatible with the latest Minecraft version (1.20.1) as there were no packet mapping changes from 1.19.4.
- Set 200ms as the minimum period between list update executions, courtesy of @ironboundred (#52)
- Added a new placeholder:
%role_display_name%, which will display the corresponding user's primary LuckPerms group's configure display name, if there is one (falling back to their group ID if not) - Added an option to configure the PAPIProxyBridge cache time (default is 30 seconds):
papi_cache_time
To update, just drag+drop. If you wish to use the new papi_cache_time config option, you must regenerate your config file.
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:Q10irTG0:632g4yES"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Q10irTG0:632g4yES"
}




