Tags
Creators
Details
All versions
See changes on github
2.6.1
Release
v2.6.14 years ago 95
Compatibility
Minecraft: Java Edition
1.19–1.19.2
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.8–1.8.9
Platforms
Paper
Spigot
Changes
- Allow changing of weekly reset date
- remove todo
- optimise potential contexts
- fix duplicate key error on mysql
- automatic polymart releases
- fix version detection
- Add warning if board name is invalid in sign add command
- Fix displayname, prefix, and suffix not updating if score hasnt changed
- Move no-data messages from config.yml to messages.yml
(it will auto-move the existing value) - Added relative placeholders
- Increase StatEntry (position) cache time
- Add configurable max pool size
- Fixed duplicate key error on startup with mysql
- Fix piston heads being confused for head blocks
- Automated modrinth pre/releases
- Merge remote-tracking branch 'origin/dev' into dev
- Fix errors on disable if plugin failed to load
- Fix warning about SkinsRestorer
- Update some comments in the config
- Fix misspelling of modrinth
See changes on github
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:C9BKEl8Y:z3kGZ8ga"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:C9BKEl8Y:z3kGZ8ga"
}

