1.1.0+dp+alpha
Compatibility
Changes
I decided that this plugin was probably easily implemented with a datapack, so I put that together tonight.
This is an early version, so all functionality is subject to change!
Configuration can be changed by modifying the values in the dev_satyrn.archers_of_decay.config scoreboard. I'll see what I can do to make the config easier later.
A new plugin version for 1.21+ is in the works, but I'm getting slightly bogged down in details with my helper library, so please pardon the dust.
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:enU37ptd:TuAv7CH5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:enU37ptd:TuAv7CH5"
}

