Tags
Creators
Details
All versions
0.5.6-SNAPSHOT-bukkit
Release
serverpulse-0.5.6-SNAPSHOT-bukkit8 months ago 188
Compatibility
Minecraft: Java Edition
1.21.10
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
Changes in 0.5.6-SNAPSHOT
- Merge pull request #37 from renvins/fix/workflow (61e3148)
- Update Minecraft to 1.21.10 (d2da51b)
- Update to version 0.5.6 (29ad601)
- Fix workflow and CI (24efc59)
- Merge pull request #36 from renvins/fix/general (01706c8)
- Change version (4435d46)
- Add auto release on ver change (3767875)
- General fixes on the project (22708ca)
- Merge pull request #35 from renvins/fix/database (305577d)
- Refactor DatabaseService retry logic to use AtomicInteger and AtomicReference for thread safety (f6b0c4a)
- Fix URL encoding and cache ping request (54928a1)
- Merge pull request #34 from renvins/fix/ticks-ms (57379ef)
- Fix database service and fabric scheduler (f5a6ead)
- Update BungeeCordTaskScheduler with ms (0c65e84)
- Ticks to ms for BukkitScheduler (1bed85c)
- Refactor task scheduling parameters to use milliseconds instead of ticks (3f9bfa4)
- Merge pull request #32 from renvins/feat/automatic-name (25b97d2)
- Update to automatic naming dashboards (713cb23)
- Merge pull request #31 from renvins/fix/bungee-version (cbe3973)
- Fix bungeecord API url (0593f30)
- Update CONTRIBUTING.md to streamline guidelines (7c8f14f)
- Update README for platform support details (bf41fac)
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:HNRDFoNU:jjFafrts"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HNRDFoNU:jjFafrts"
}

