Tags
Creators
Details
Licensed MIT
Published 2 years ago
All versions
2.25.0-260212
Release
Shopkeepers Addon 2.25.0-2602125 months ago 7,533
Compatibility
Minecraft: Java Edition
1.21.x
1.20.6
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
Changelog 2.25.0-260212
๐ Vault Economy Migration
- Native Vault Integration: Replaced the entire command-based economy system with direct Vault API calls.
- Soft Dependency: Vault is now a soft dependency. If missing, economy features are gracefully disabled.
- Performance: Removed the overhead of parsing console commands for every balance check.
๐ก๏ธ Enhanced Trade Handling
- Post-Trade Balance Check: Implemented logic to re-evaluate affordability immediately after a shift-click trade.
- Slot Invalidation: If a player (or shop owner) runs out of funds during a bulk trade, the trade slot is automatically cleared or not replenished to prevent invalid transactions.
๐งน Configuration Cleanup
- Simplified Config: Removed
economy.commands,economy.balance-placeholder,buy-settings, andsell-settings. - Enforced Defaults: Balance checks and costs/payouts are now always enabled by default in the code.
- Config Version 1.3: Bumped
config-versionto 1.3 to ensure proper migration.
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:pznDR0gz:N6cNi8Io"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pznDR0gz:N6cNi8Io"
}

