Tags
Creators
Details
All versions
2.0.8.1-SNAPSHOT
Beta
Build-2605173 months ago 473
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Folia
Paper
Purpur
Changes
Changelog
- Java 25 & Paper API 26.x support: ready for the latest server versions out of the box.
- Noticeably faster searches on large servers: the shop list sync that runs every 15 minutes (and on startup) has been rewritten to scale linearly instead of getting slower the more shops your server has. Servers with thousands of shops will see a significant drop in that sync time.
- Search results now always respect your configured sorting method: previously, browsing all shops (
/finditem TO_BUY *) ignored yourshop-sorting-methodsetting and always sorted by a fixed method. It now behaves the same as all other searches. - Snappier GUI clicks: shop teleportation and custom command execution on GUI click are now faster under the hood, with less redundant work per click.
- New: limit search results by distance (#107): a new
shop-search-max-distanceconfig option lets you hide shops that are too far away from the searching player. Set it to a block radius (e.g.1000) to keep results local. Disabled by default (set to0).
PS: This is a snapshot build and bugs may arise.
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:asp13ugE:UDaB9XW4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:asp13ugE:UDaB9XW4"
}

