2.0
Compatibility
Changes
Version 2.0 - Rework
This version is a complete rework from the previous version. It introduces a full in-game GUI, fully customizable effects, and a brand new configuration system.
Fully Customizable Effects
You are no longer limited to just Speed and Strength. You can now control exactly what effects the Dragon Egg grants.
- Effect Browser: Browse and select any vanilla potion effect via a new visual menu.
- Custom Levels: Set specific amplifiers (levels) for every active effect directly inside the GUI.
- Multiple Effects: Apply as many different effects to the egg as you wish.
New Admin Interface
A brand new GUI allows you to manage the plugin without editing files manually.
- Command:
/dragonegg settings(alias/de settings) Opens the main configuration menu. - Global Toggle: Instantly enable or disable the entire plugin via a button in the main menu.
- Live Preview: The menu displays a preview of exactly what effects are currently applied to the egg.
Configuration & Permissions
New files and permissions have been added for better server management.
- New File:
config.ymlhas been added to store effect states and global settings. - Permission:
dragonegg.adminis now required to access the settings menu. - Hex Colors: Full support for modern color formatting in chat and menus.
Disclaimer:
The plugin description has been updated to reflect version 2.0. Features described may not apply to older versions.
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:l8jsnx8c:wvun869K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:l8jsnx8c:wvun869K"
}

