Links
Tags
Creators
Details
3.3.0
Compatibility
Changes
๐ DivinityEconomy 1.20 RC3.3.0 ๐
โ Additions โ
-
๐ Localisation ๐
We have added localisation support for the plugin. This means that the plugin can now be translated into different languages. You can optionally enable translations and item translations separately.
We currently have the following default translations available. If you would like to contribute a language or spot a mistake in our current selection, please contact us on Discord.
- English -
en_GB.yml - French -
fr_FR.yml - German -
de_DE.yml - Spanish -
es_ES.yml - Italian -
it_IT.yml - Russian -
ru_RU.yml
- English -
-
Updated Dependencies
We have updated the dependencies for the plugin.
๐ Changes ๐
-
Reload Command
We have updated the reload command set. Instead of having multiple commands, there is now a single command with arguments for which type of reload you'd like to commit.
-
Save Command
We have updated the save command set. Instead of having multiple commands, there is now a single command with arguments for which type of save you'd like to commit.
-
Updated Caching Algorithm
The LRU caching algorithm has been updated with a max search time of 50ms.
Although, most searches take 0ms, so this largely has no affect.
๐ 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 ๐ฅ
๐ Optional Placeholder API Support ๐
DivinityEconomy offers optional support for the Placeholder API. If server owners elect to enable this feature, they must install Placeholder API alongside DivinityEconomy. By supporting Placeholder API, DivinityEconomy extends its customisation possibilities and versatility, allowing server owners to develop even more captivating and immersive economic experiences ๐ญ
Acquire PlaceholderAPI Here ๐ฅ
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:GlK7zNLN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pYiIJ4xC:GlK7zNLN"
}

