Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 months ago
Updated 2 weeks ago
All versions
1.1.2
Release
MMO Econ 1.1.2 NeoForge2 weeks ago 59
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
- Added a GUI receipt feature to all GUI shop, sell wand, and /sell command sales that displays a preview of all items sold during the last sale per-player. All receipt items are individually refundable.
- Fixed a bug where the GUI shop and /sell commands would count items with enchants, custom names and < 100% durability as valid sellable items.
- Fixed a bug where Sell Wands could be falsely sold for the price of a Blaze Rod in the GUI shop.
- Fixed a bug that caused errors when omitting a buyPrice or sellPrice's from a shop item in MMOShop.json (prices should be optional, items can be sell or buy only).
- Removed all sell prices for weapons, tools and armor from the default generated MMOShop.json to prevent players accidentally selling important items.
- Fixed some typos and text formatting issues.
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:poYXQ5r0:bsZ1f4F5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:poYXQ5r0:bsZ1f4F5"
}

