5.0.0
Compatibility
Changes
Easy Shop Mod 5.0.0
✨ Changes & Improvements
-
🚀 Implemented Upcoming Features from previous version:
/shopscommand now opens a GUI with all available shops.- Your own shop appears at the top of the list for easy access.
/shopcommand has been removed in favor of the new GUI system.
-
🖼️ Owner Faces in Shops GUI:
- The new
/shopsinterface displays the face of each shop owner. - Owner faces are fetched whether the player is online or offline.
- Faces are stored and shown even if the player is not currently on the server, improving identification and immersion.
- The new
-
↔️ Navigation Arrows Added:
-
Added left and right arrows in the shop interface for:
- 🧑💼 Shop Manager (Owner)
- 🛒 Owner's Shop (Buyer)
-
Allows switching between players’ shops smoothly and conveniently.
-
-
🖥️ GUI Adjustments:
- Owner's Shop (Buyer) window size increased to match Shop Manager (Owner) for better consistency and readability.
- Select Item (Owner) window resized to fit exactly what is needed, without unnecessary extra space.
-
✅ Full stability maintained:
- All previous issues with enchanted books and items are resolved.
- The mod remains fully stable and ready for use.
📌 Notes
- If any bugs or issues are noticed, please report them so they can be fixed as quickly as possible.
- Enjoy a smoother and more intuitive shop management experience, now with visual identification of all shop owners!
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:U4fXl7jN:aoLBM8VB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U4fXl7jN:aoLBM8VB"
}

