Links
Tags
Creators
Details
3.4.0
Compatibility
Changes
๐ DivinityEconomy 3.4.0 (1.20.6 ONLY) ๐
โ Updates โ
-
1.20.6
We have updated the plugin to 1.20.6. Although, you can still get the 1.20.4 version of the plugin by downloading 3.3.1.
The 1.20.6 version will use API version 1.20, and only work on 1.20.6 servers.
This version temporarily drops the support for Placeholder API.
-
Item Changes
The following item names have changed:
- Enchant 'Sweeping' -> Sweeping Edge
- Material 'Scute' -> Armadillo Scute & Turtle Scute.
๐ Check It Out (Official Server Links)
Discord: Click To Join
Minecraft Server Java: DivinityCraft.org:25565
Dynmap: Click To View
Website Click To View
๐พ Vault Dependency ๐พ
DivinityEconomy is reliant on the renowned plugin Vault. Vault is a necessity for DivinityEconomy's functionality, enabling seamless integration amongst various economy plugins ๐
Acquire Vault Here ๐ฅ
๐ Placeholder API Note ๐
Traditionally, DivinityEconomy includes Placeholder API variables; however, in the current release, this feature is missing due to lack of support from Placeholder API in version 1.20.6. If server owners elect to enable this feature, they must install Placeholder API alongside DivinityEconomy. The support for Placeholder API would have extended DivinityEconomy's customization possibilities and versatility, allowing server owners to develop even more captivating and immersive economic experiences. Unfortunately, the absence of this feature in the current release limits these customization options.
With its robust and matured features, DivinityEconomy establishes itself as a premium Minecraft economy plugin ๐ฐ As the plugin makes its official debut on Modrinth, Minecraft server owners and players can now relish in an unparalleled in-game economy experience, underpinned by years of development and refinement. Don't miss the opportunity to augment 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:1AlMKyp4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pYiIJ4xC:1AlMKyp4"
}

