Tags
Creators
Details
3.2.1
Compatibility
Changes
Many fixes & stuff im sorry
First off, im very sorry for my lack of support and updates as of late, I am very stressed moving into my final years of high school and also keeping up with work. I hope you can understand. I understand lots of people have moved on from this plugin, but I hope I can slowly regain your trust :)
-- Fadah now only supports 1.21.4 and above! --
Features
%model%match type for blacklists and categories. (this is the model data namespaced key string (namespace:key))
Fixes
- dupe bug that has been sitting half fixed for a while
- error when cancelling biddable listing with no bids
- issue with listings becoming stale for no reason (causing negative times and unable to interact with them)
- performance issues
- random exceptions being thrown on startup
- category getting recalculated when a listing is set to stale
API
- added
Listing#isActive - changed some methods in
Listingto return completable futures
Next update will be another big overall to multi server.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Fadah-API-3.2.1.jar | Unknown | 34.75 KiB |
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:OGmcRo53:tVLfFnMm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OGmcRo53:tVLfFnMm"
}

