Tags
Creators
Details
All versions
4.7.6
Release
4.7.62 weeks ago 1,886
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
Platforms
Folia
Paper
Purpur
Spigot
Changes
- All plugin configurations now support recursive reading, meaning that if you put the configurations in a folder within a folder, they will be read normally. For users with a large number of shop and menu configurations, you can now place the configurations in subfolders to categorize them for easier management.
- When using the Tab completion command, options that do not match the current input will be automatically excluded. For example, if you have already entered the letter 'a' when entering a shop ID parameter, all shops that do not start with 'a' will not appear in the Tab completion. This is to allow users with a large number of shops and menu configurations to quickly find the desired results by entering only a few letters.
- Fixed an error message that appeared when the plugin read the configuration if only menu-settings was used in the shop configuration without the menu option. Other small changes and fixes.
- Fixed some issues related to 26.2 version.
- ItemFormat Update: attribute option and patterns option in ItemFormat now use new format which support multi same pattern type and attribute type in one item, which is more flexible, old format will still work at the moment.
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:mIaP5HAP:MS4LzyTL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mIaP5HAP:MS4LzyTL"
}

