Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
Updated 11 months ago
All versions
2.2.0
Release
ElytraEssentials 2.2.011 months ago 1,277
Compatibility
Minecraft: Java Edition
1.21–1.21.10
1.20.x
1.19.x
1.18.x
Platforms
Folia
Paper
Purpur
Spigot
Changes
- Added PacketEvents as a soft dependency and refactored jump charge animation in order to not break existing world blocks as seen here.
- Implemented connection pooling with HikariCP to enhance performance and resolve long idle MySQL connection timeout errors (wait_timeout / autoReconnect issue). Also, new properties were added to the database section in the config.yml file.
- Added configurable upgrades via upgrades.yml. This allows you to customize settings regarding each upgrade.
- Fixed money not being deducted from players during forging or reverting.
- Added configurable table prefix for database tables to avoid interfering with other plugin's tables.
- Updated Paper API to 1.21.10.
Important:
- It is recommended to install the PacketEvents plugin if you haven't got it yet. Otherwise, the jump charge animation will not work.
Thanks to @tuanzisama for contributing to this release!
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ElytraEssentials-v2.2.0-legacy.jar | Unknown | 524.43 KiB |
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:ItcuxWDT:d4wFAXTL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ItcuxWDT:d4wFAXTL"
}

