All versions
1.11.2
Beta
Economy Improvements + Admin Tools3 months ago 137
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
v1.2.0
✨ New
- Admin item manager GUI (/marketitem gui) — browse all mod items, set price, category and volatility, and add them to the market in-game
- Auto-detect unregistered mod items with smart price guessing based on item name (/marketitem scan)
- Full /marketitem command suite: add, remove, toggle on/off, guess defaults, list all custom items
- Custom items save automatically and survive server restarts
⚙️ Changed
- Market price indicator (Above/Below/At Market) moved out of item names and into the hover tooltip — cleaner list view
- Rare category removed from the market UI
- Diamond moved to the Ores category
- Heart of the Sea removed from the market - can be changed through the Admin Market GUI
- Mod items (Farmers Delight, Create, etc.) are no longer hardcoded — add only what's installed on your server via the GUI
- Wealth-based price scaling now tracks total EMD ever created rather than current player balances — prices stay stable when players spend money or new players join
🐛 Fixed
- /uem no longer fails with a block entity error when opened without standing on a market block
- Rare tab no longer appears in the market UI when it has no items
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:HT3IDzsT:PiGH5n9k"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HT3IDzsT:PiGH5n9k"
}

