Tags
Creators
Details
All versions
1.2.3-beta.0
Beta
EmeraldBank 1.2.3-beta.03 months ago 104
Compatibility
Minecraft: Java Edition
26.1.x
1.21.6–1.21.11
Platforms
Folia
Paper
Purpur
Changes
🚀 Features
- feat: update release versioning format and disable jar task
- feat: refactor PluginLibraries to support dynamic repository loading
- feat: add versioning to paper configuration and implement legacy server run task
- feat: update version to 1.2.3-rc.0 for release candidate
- feat: add lunarclient repository and update configurate-yaml dependency version
- feat: update readme with new admin command and customizable messages
- feat: add optional Vault dependency support and improve plugin disable logic
- feat: configure build process for Modrinth and Hangar publishing, add gradle properties
🐛 Fixes
- fix: handle potential null value for build version in compatibility check
📦 Other
- docs: update readme for spelling correction and dependency support details
- chore(deps): update plugin com.gradleup.shadow to v9.4.1 (#72)
- chore(deps): update dependency gradle to v9.5.1 (#77)
- docs: expand admin commands in readme with detailed bank and wallet operations
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:fPQBnIe2:7KpgRH8W"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fPQBnIe2:7KpgRH8W"
}

