Tags
Creators
Details
All versions
2.0-SNAPSHOT
Release
Purpur Bars 2.0-SNAPSHOTlast year 2,423
Uploaded by
Compatibility
Minecraft: Java Edition
26.3
26.2
26.1.x
1.21.x
1.20.x
1.19.x
Platform
Paper
Changes
Complete re-work of the plugin!
- No longer requires internet connection the first time, as it is now made in Java and doesn't need to download the Kotlin library.
- Added a more robust configuration framework to check for errors (If you're updating from 1.2, you'll receive a warning informing you of this relocation only the first time).
- The event priority for applying the bossbars after re-joining the server is now configurable, you can change its priority if the bars are interfering with other plugin's bars.
- The sorting order of the bars when re-joining is now configurable.
- The bars are now saves across server restarts!
- Added Compass Bar.
- TPS now use the 5-second average on any server implementation and will reflect the same as spark!
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:D9LfFRYE:klPo1s3H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:D9LfFRYE:klPo1s3H"
}

