Included content
| Name | |
|---|---|
Everything below is new since 1.4.0.
Press F8 to place them; each HUD can be limited to specific screens in MarketGuard Settings > HUD. Settings and HUD editors are available in English and German.
Auction: 3M coins (gold), Lowest BIN: 1.6M coins (white; the cheapest listing on the auction house right now, for the same stack size) and one verdict that follows your protection thresholds — Fair price, 12% above Lowest BIN, or 63% above Lowest BIN - overpriced — with the coin difference in grey behind it, e.g. 63% above Lowest BIN - overpriced (+1.4M coins). An auction at or below the Lowest BIN is Cheapest BIN right now in green. When the 7-/30-day averages disagree with the Lowest BIN by more than a third, they are added in yellow ((avg 1.8M coins)); (few sales) means there is no average to compare with. Price-trend and resale warnings only appear when they matter./mg playerhud <name> [profileId], /mg playerhud clear): the trade preset shows the name, how often you have met the player in lobbies, and whether they are on your ScamScreener blacklist; compact adds Bank + purse: X and Est. net worth: ~X when known; profile/all add skills, priced gear, Museum rows, a Data warnings row and a Data status row (Updated HH:mm / Data may be outdated). Missing values are hidden unless Show unavailable Player HUD rows is on. Presets via /mg playerhud preset trade|compact|profile|all, named layouts with load, edit, save/update, delete, share and clipboard import.Held coins: X and Storage sells for: X; Forge Profit HUD: Forge items sell for: X. A trailing + on either total means some stacks have no Bazaar price; a separate line counts them./mg profit or the Profit Tracker Display keybind, unbound by default): Bazaar, Auction House and Minion profit plus personal and co-op bank interest and Allowance income, with a confirmed reset action./mg hudlayout save|load <name> for HUD positions, and /mg numberformat (Use short coin values) to switch between 1,000,000 and 1M.Market price basis setting under Protection (Lowest BIN / Median / In your favour) that decides which price the Auction Price HUD and the auction warnings compare against.Update notifications setting under General that controls the update message shown when joining a server.Market price basis setting under Protection switches both to Median (median of Lowest BIN and the 7-/30-day averages) or In your favour (that median, but the signal in your favour when they disagree strongly).Market price basis setting picks the price both use: Lowest BIN (default), Median of Lowest BIN and the 7-/30-day averages, or In your favour; the Auction Price HUD shows exactly the price and percentage the warning uses and names it.47x Shiny Orb) are compared against the price of the whole stack instead of a single item, in the HUD and in the protection checks; the HUD adds the per-item price behind both values (Auction: 400k coins (8.5k each)) and names the listing behind the Lowest BIN when it is a stack (Lowest BIN: 64x for 300k coins (4.7k each)), so it is clear why a 32x listing at 1M is overpriced even though single orbs sell for 42k.[Lvl 100] pet no longer triggers a false overbidding block.Data may be outdated and Finance data unavailable instead of claiming finance-based values it does not have, and no longer fails to load for some players.Chris' Profile, and for trade partners whose name is cut off in the trade window title./mg reload applies a changed Player HUD preset immediately, and command feedback names the real config file (config/scamscreener_marketguard/config.json).| Name | |
|---|---|
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.
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:ji4JdpCu:wr7tkb4e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ji4JdpCu:wr7tkb4e"
}