Tags
Creators
Details
1.9-SNAPSHOT
Compatibility
Changes
Dear EpicPlugin Community,
We are excited to announce the release of EpicPlugin version 1.9, a significant milestone in our journey to provide you with an even better gaming experience. In this update, we have addressed various bugs within the plugin, ensuring a smoother and more enjoyable experience for all our users.
Key Highlights of Version 1.9:
-
Bug Fixes and Enhancements: Our development team has been hard at work to eliminate known issues and enhance the overall performance of EpicPlugin. With these bug fixes, we're committed to delivering a more stable and reliable plugin that meets your expectations.
-
Preparations for the Premium Version: We're pleased to inform you that we've been actively advancing towards the release of a premium version of EpicPlugin. This premium version will come packed with additional features, customization options, and top-tier support to take your server management to the next level. Stay tuned for more information on this exciting development!
We value your support and feedback as it remains pivotal in shaping the future of EpicPlugin. Your satisfaction is our utmost priority, and we're dedicated to continuously improving the plugin to meet your needs.
Download version 1.9 now to benefit from these bug fixes and stay connected for updates on the upcoming premium version of EpicPlugin.
Thank you for being an essential part of the EpicPlugin community.
Sincerely, The EpicPlugin Development Team
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:GyDiUm0A:tEwlr1xH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GyDiUm0A:tEwlr1xH"
}

