Compatibility
Minecraft: Java Edition
1.21–1.21.9
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.8–1.8.9
Platforms
Details
Changelog
✨ Enhancements
- 🎮 Minecraft 1.21.9 support Added full support for Minecraft version 1.21.9.
- ⚙️ Folia server support EternalCombat now fully supports Folia-based servers, improving performance and stability on multi-threaded environments.
🐛 Fixes
- 🧰 Fixed Update notification Fixed an issue where the update notification sent a warning to the console due to rate limiting.
- 🧭 Region priority sorting fix Fixed an issue with region priority sorting to ensure correct handling of overlapping regions.
👨🏭 Developer API
To use the EternalCombat API, first add the EternalCode repository to your project. You can find the latest version here.
1. Add Repository
Gradle (Kotlin DSL):
maven("https://repo.eternalcode.pl/releases")
Maven:
<repository>
<id>eternalcode-reposilite-releases</id>
<url>https://repo.eternalcode.pl/releases</url>
</repository>
2. Add Dependency
Gradle:
compileOnly("com.eternalcode:eternalcombat-api:2.3.0")
Maven:
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcombat-api</artifactId>
<version>2.3.0</version>
<scope>provided</scope>
</dependency>