Links
Tags
Creators
Details
2.2.0
Compatibility
Changes
๐ DivinityEconomy 1.20 - The Help Update (RC2.2) ๐
Hello Minecraft aficionados! ๐ We're excited to bring you the next round of updates to our innovative DivinityEconomy plugin, the Help Update RC2.1. This version expands on the previous improvements, introducing an enhanced help system, new chat colours for better command readability, more helpful error messages, and much more. Let's take a deep dive into this exciting update. ๐
๐ What's New? ๐
-
Overhauled Help System (RC2.0)
We have completely revamped our help system to make it easier for you to find the commands you need. Here is the new command structure:
/ehelp [command]- Returns the help for that command./ehelp [term] [page number]- A comprehensive search function to find the command you're looking for based on the given search term. The page number is optional./ehelp [page number]- Lists all commands by page number.
-
New Chat Colours (RC2.0)
To make our commands even more readable, we have added new chat colours. Now you can differentiate commands more quickly and focus on what truly matters โ your gameplay. ๐
-
Enhanced Error Messages (RC2.0)
We've made our error messages more helpful. Now, if a command error occurs during the purchase or sale of items, the plugin will include the problematic item in the message, making it easier for you to rectify issues. ๐ฆ
-
Further Help Improvements (RC2.1)
/ehelpNow includes command aliases in searches.
โ๏ธ Tweaks โ๏ธ
-
Reduced Tax Scaling (RC2.0)
Good news! We've updated our scaling system to reduce the tax. Now, you can enjoy trading with less overhead. ๐ฐ
-
Unbanning of Certain Items (RC2.0)
We've unbanned a number of items for trading, giving you even more variety in your economic interactions. The items are:
- Written books
- Firework stars
- Firework rockets
- Buried treasure / filled maps
- Sculk Sensors
- Water breathing potion
-
Improved Price Calculation Efficiency (RC2.1)
The price calculation system has been improved, it should now be noticeably quicker.
-
Improved Experience Commands (RC2.1)
/xpbuyand/xpsellhas been improved with 'max' arguments and instant valuation.
๐ ๏ธ Fixes ๐ ๏ธ
-
Added Missing Swift Sneak (RC2.0)
Swift sneak from the Minecraft 1.20 update was missing, but no more! We've added it back into the game, keeping you nimble and fast. โก
-
Fixed Errors in Plugin.yml (RC2.0)
Some errors were found in our plugin.yml. We've ironed out these issues to ensure the plugin runs smoothly and efficiently. ๐ง
-
Fixed Item Searching Limit (RC2.0)
Some errors were found in our item searching algorithm. We've ironed out these issues to ensure the plugin runs smoothly and efficiently. ๐ง
-
Fixed Prefix, Suffix and Scale Bug (RC2.2)
Fixed an issue related to some commands that were not using the standardised method for formatting money values.
Thanks to @UnknownVariables-hereGitHub Issue #65
๐ค Vault Integration and Compatibility ๐ค
Although DivinityEconomy can function independently, it has a soft dependency on the popular Vault plugin. Vault is not required for DivinityEconomy to work, but it is highly encouraged as it allows for seamless and cohesive usage between various economy plugins. By integrating with Vault, DivinityEconomy extends its compatibility and ensures a smooth experience for server owners and players alike.
Get Vault
๐ก Optional Placeholder API Support ๐ก
DivinityEconomy offers optional support for the Placeholder API. If server owners choose to enable this feature, they must have Placeholder API installed alongside DivinityEconomy. By supporting Placeholder API, DivinityEconomy further enhances its customization options and versatility, allowing server owners to create even more engaging and immersive economic experiences.
Get PlaceholderAPI
With its robust and matured features, DivinityEconomy stands out as a top-tier Minecraft economy plugin. As the plugin makes its official debut on Modrinth, Minecraft server owners and players can now enjoy an unparalleled in-game economy experience backed by years of development and refinement. Don't miss out on the opportunity to elevate your Minecraft server with DivinityEconomy.
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:pYiIJ4xC:qRzHxmCI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pYiIJ4xC:qRzHxmCI"
}

