Tags
Creators
Details
0.2.0
Compatibility
Required content
Changes
Trade Picker: Pick who to trade with on the server from anywhere.
Search, Favorites & Recents: Easily filter the list, star your favorite partners, and see recent traders at the top.
Hotkey Support: Default keys are K to open the picker, J to accept, and ; to decline (fully rebindable).
In-Trade Chat: Chat with the other player directly while inside the trade window.
Equipment Slots: Dedicated slots in the UI to trade away your equipped armor and shields.
Better UI/UX: Cleaner visuals and text hints, including toast notifications so you never miss a request.
Request Badge: Non-intrusive corner badge that displays the hotkeys to easily accept or decline.
Settings Menu:
Block all incoming trades.
Change request badge screen position.
Turn off sound notifications.
Anti-Abuse: Spam protection and trade request cooldowns.
Trade Protections: Extra safeguards against scams and server-crash item loss.
Persistent History: Run /trade history to see your last 20 trades. Server admins can use /trade audit <player>.
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:5dVx2f4T:YK74TmBj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5dVx2f4T:YK74TmBj"
}

