Links
Tags
Creators
Details
1.1.0
Compatibility
Changes
๐ DivinityEconomy 1.20 - The Experience Update ๐
Hello Minecraft enthusiasts! ๐ We're absolutely thrilled to announce the latest update to our revolutionary DivinityEconomy plugin, the Experience Update. This update introduces a host of changes and improvements, making your in-game economy experience even more immersive and exciting! Let's dive into the details. ๐
๐ What's New? ๐
-
Updated to Minecraft 1.20 (RC1.0)
We have updated the DivinityEconomy plugin to support the latest version of Minecraft, 1.20, keeping up with the most recent advancements in the Minecraft server world. We've updated materials, potions, entities and enchantments to 1.20. Everything is now in sync with the latest Minecraft version. ๐ฎ
-
Experience Trading (RC1.0)
The new /xpsell and /xpbuy commands allow you to sell and buy experience. It's called the Experience Update for a reason! ๐
-
Enchantment Trading (RC1.0)
You can now buy and sell enchantments directly to and from books. It's an enchanting improvement, wouldn't you agree? โจ
-
Enhanced Selling Mechanics (RC1.0)
Now, when selling items, enchanted items are skipped! This means if you're selling a batch of items, those pesky enchanted ones won't block the sale of your other items. No more interruptions to your selling spree! ๐
-
"Max" Buying Option (RC1.0)
The buy command now accepts "max" as a purchasing amount. Want to buy as much as possible? Just type "max" and you're good to go! ๐
โ๏ธ Tweaks โ๏ธ
-
Scaling Changes (RC1.0)
We have drastically reduced the scaling applied to transactions. This means that exchanged values are much less, making it easier to integrate with your existing plugins. We reccommend taking caution when adding this plugin to your server, as it may affect your market.
-
Easy Enchant Buying and Selling (RC1.0)
The /Ebuy and /Esell commands no longer explicitly require a quantity. If you don't specify a quantity, it will simply default to 1. Handy, isn't it? ๐
-
Improved Tooltips (RC1.0)
The tooltips for the /ebuy and /esell commands have been given a polish. Clearer and more detailed, they'll make your enchanting transactions smoother than ever. ๐ก
-
Value Information with Max Buying/Selling (RC1.0)
Using /Sell or /buy with "max" will now provide value information. More information means smarter trading! ๐ผ
-
Updated Experience Scaling and Base Quantities (RC1.1)
We've updated the default experience market scaling and base quantity, as experience was previously extremely over-valued, this has been rectified.
๐ ๏ธ Fixes ๐ ๏ธ
-
Item Count Storage (RC1.0)
We've switched the storage of item counts from int to long. This resolves any division issues with large numbers of items in the market. No more maths headaches! ๐งฎ
-
Fixed Default Buy/Sell Scaling (RC1.0)
We've patched up the default buy/sell scaling in the configuration. Just another tweak to improve your experience. ๐ง
-
Enchanted Items Bug Fix (RC1.1)
We've fixed an issue with /sellall and /sell preventing the sale of items if enchanted items were in your inventory.
-
Fixed Missing Permissions For Experience Commands In Plugin.yml (RC1.1)
We've fixed an issue with missing permission nodes for the /xpbuy and /xpsell command.
๐ค 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:YgplBqiU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pYiIJ4xC:YgplBqiU"
}

