Tags
Creators
Details
All versions
1.5.2
Release
1.5.22 weeks ago 311
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
Bukkit
Folia
Paper
Purpur
Spigot
Changes
Permissions
- Added
farmassist.till,farmassist.info,farmassist.nodrops,farmassist.torch_flower, andfarmassist.pitcher_plant. to plugin.yml farmassist.toggleandfarmassist.tillnow default toTRUE.- Renamed
farmassist.globaltofarmassist.toggle.global.
Bug Fixes
- Fixed permission handling for auto-till.
- Fixed missing translation fallback and incorrect update notifications.
- Fixed seed checks for sugar cane/cactus with renamed/NBT items.
- Fixed several potential
ClassCastException/NPE cases. - Fixed
no-seedsconfig handling. - Improved update-check error handling and initialization.
Code
- Added tests for player interaction, language files, and join notifications.
- Made the disabled-player set thread-safe with controlled mutation methods.
- Added test cleanup and update-state helpers.
- Removed dead code and tightened visibility.
- Renamed
checkSeedsOrNoSeedsInInventorytoisMissingRequiredSeeds. - Updated replant debug logging.
What's Changed
- Update Gradle to v8.14.5 by @renovate[bot] in https://github.com/sarhatabaot/FarmAssistReboot/pull/128
- Update dependency de.tr7zw:item-nbt-api to v2.15.7 by @renovate[bot] in https://github.com/sarhatabaot/FarmAssistReboot/pull/123
- Update dependency me.clip:placeholderapi to v2.12.2 by @renovate[bot] in https://github.com/sarhatabaot/FarmAssistReboot/pull/127
- Update dependency com.github.cryptomorin:XSeries to v13.7.0 - autoclosed by @renovate[bot] in https://github.com/sarhatabaot/FarmAssistReboot/pull/125
- Update actions/setup-java action to v5 by @renovate[bot] in https://github.com/sarhatabaot/FarmAssistReboot/pull/122
- Update actions/checkout action to v7 by @renovate[bot] in https://github.com/sarhatabaot/FarmAssistReboot/pull/132
- Update dependency org.jetbrains:annotations to v26.1.0 by @renovate[bot] in https://github.com/sarhatabaot/FarmAssistReboot/pull/124
- Update dependency org.bstats:bstats-bukkit to v3.2.1 by @renovate[bot] in https://github.com/sarhatabaot/FarmAssistReboot/pull/131
- Update gradle/actions action to v4.4.4 by @renovate[bot] in https://github.com/sarhatabaot/FarmAssistReboot/pull/119
- Update dependency de.tr7zw:item-nbt-api to v2.16.0 by @renovate[bot] in https://github.com/sarhatabaot/FarmAssistReboot/pull/137
- Update dependency space.arim.morepaperlib:morepaperlib to v0.5.3 by @renovate[bot] in https://github.com/sarhatabaot/FarmAssistReboot/pull/136
- Update dependency me.clip:placeholderapi to v2.12.3 - autoclosed by @renovate[bot] in https://github.com/sarhatabaot/FarmAssistReboot/pull/135
- Update dependency com.github.cryptomorin:XSeries to v13.7.1 by @renovate[bot] in https://github.com/sarhatabaot/FarmAssistReboot/pull/134
- Update gradle/actions action to v6 by @renovate[bot] in https://github.com/sarhatabaot/FarmAssistReboot/pull/133
Full Changelog: https://github.com/sarhatabaot/FarmAssistReboot/compare/v1.4.9.0...v1.5.0
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:ZeuVjy7P:Ze889U4X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZeuVjy7P:Ze889U4X"
}

