Tags
Creators
Details
All versions
1.0.1
Release
vrx economy 1.0.15 months ago 52
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Bukkit
Paper
Spigot
Changes
π Update: The Massive Feature & Performance Patch!
In this update, we took the plugin to an absolute premium level. We added a ton of highly requested gameplay features and completely rewrote the database logic to guarantee zero server lag!
β¨ New Gameplay Features
- π Visual Auction House (
/ah): Players can now list items directly from their hand (/ah sell <price>) into a server-wide GUI. If sold while offline, the money goes straight to their Mailbox! - π€ Secure Trade System (
/trade): A scam-proof trading GUI for players to safely exchange items and money. - π€ AI Server Trading (
/trade Server): A fun new feature where players can gamble and trade items/money against a randomly generating Server-NPC! - π Dynamic Pricing (Supply & Demand): Selling items via
/sellhandnow dynamically drops their global value to prevent server inflation. Prices slowly recover over time! - π― Bounty System (
/bounty): Place a price on someone's head! The player who gets the PvP kill automatically claims the reward. Includes a/bounty topleaderboard.
π οΈ Technical & Performance Upgrades
- β‘ Zero-Lag Async Database: All heavy SQL/SQLite queries are now handled asynchronously. Say goodbye to TPS drops when players use economy commands!
- π§ RAM Balance Caching: Player balances are now cached in memory for instant GUI updates and lightning-fast Vault API responses.
- π UUID Name Caching: Instant offline player lookups via a local database cache, completely bypassing slow Mojang API rate limits.
- π¨ Hex Color Support: Added full support for modern
&#RRGGBBhex color codes across all chat messages, prefixes, and GUIs. - π Clean Code Architecture: Completely refactored the plugin into a highly organized package structure with separate command and listener classes.
- π Premium Configs: Completely restructured and beautifully commented
config.ymlandmessages.ymlfor easier administration.
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:dcwgCcg0:6Wj5d3l6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dcwgCcg0:6Wj5d3l6"
}

