Tags
Creators
Details
All versions
1.11.3
Release
Minor improvements5 months ago 468
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
Platform
Paper
Changes
What's Changed
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by @dependabot[bot] in https://github.com/cloudnode-pro/BankAccounts/pull/203
- Bump me.clip:placeholderapi from 2.11.7 to 2.12.2 by @dependabot[bot] in https://github.com/cloudnode-pro/BankAccounts/pull/204
- Removed maven shade plugin by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/206
- Made improvements on Maven build system by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/207
Full Changelog: https://github.com/cloudnode-pro/BankAccounts/compare/1.11.2...1.11.3
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:Dc8RS2En:iZkPQsNs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Dc8RS2En:iZkPQsNs"
}

