Tags
Creators
Details
2.26.0-260719
Compatibility
Changes
Bug Fixes & Improvements:
-
๐ธ No More Lost Money on Full Inventories: The big one. Buying an item with a full inventory (or selling into a player shop whose chest is full) used to take your money and give you nothing. Trades now check for space before charging โ if there's no room, the trade is cancelled cleanly and your balance is left untouched. Comes with new customizable
inventoryFullandshopStorageFullmessages. -
๐ Bulk Trading Toggle: Tired of players crouch-clicking to snap up entire stacks at once? Set
disable-bulk-trading: truein yourconfig.ymlto limit shift-clicks to a single trade. Staff and VIPs can be exempted with the newshopkeepersaddon.bulktrade.bypasspermission. -
๐ Permissions That Actually Work: Fixed a mismatch where
/shopsand/setshopsilently required OP. They now respect the intendedshopkeepersaddon.command.shops/shopkeepersaddon.command.setshopnodes (default: on), so normal players can use them without being granted every permission. -
๐ Teleport Bypass Fixed: The teleport warmup-bypass permissions were pointing at old, non-existent nodes. They now correctly use
shopkeepersaddon.admin.warmup.bypassandshopkeepersaddon.player.warmup.bypass.
Note for Server Owners: Your configuration file will automatically update to config-version: 1.7 on the next reboot (a backup is saved first). Be sure to check out the new disable-bulk-trading option and the new inventoryFull / shopStorageFull messages!
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:F1zc68NI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pznDR0gz:F1zc68NI"
}

