All versions
1.4.0
Release
MarketPlacePlus 1.4.03 months ago 263
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Bukkit
Paper
Spigot
Changes
New
- 8 Languages — English, Spanish, French, German, Portuguese, Russian, Chinese, Japanese. Auto-detects from each player's client locale.
- /market lang — Pick your own language, or set auto to follow your client. Server admins set the default in config.
- Per-player translation — Every chat message, GUI title, button, lore line and notification follows the player's language, not the server's.
Improvements
- Faster shops — Shop saves are now async. No more lag spikes on busy purchases.
- Smoother admin GUIs — Listings/players panels no longer hit disk while sorting.
- Smaller jar — Trimmed unused native libraries. Roughly 40% smaller download.
Fixes
- Closed a money exploit on non-Vault economies (concurrent withdraws).
- Fixed a rare race where two players bidding/buying at the same instant could break stock state.
- Cancelling a listing while another action was in flight no longer leaves orphans.
- Inventory click handler now respects other plugins cancelling the click.
- Static GUI tracking no longer holds onto disconnected players.
- Various null-safety patches in item handling and material name formatting.
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:CvTI3NXd:OTvJgn9Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CvTI3NXd:OTvJgn9Y"
}

