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.8 support Added full support for Minecraft version 1.21.8.
- ⚔️ Added CrystalPVP support Added new CrystalPVP functionality that works with both end crystals and respawn anchors.
- 🔇 Improved combat notifications Removed default sound from combat notifications for a cleaner user experience.
- 📦 Updated all libraries Various internal libraries have been updated to their latest stable versions for better stability and compatibility.
👨🏭 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.2.0")
Maven:
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcombat-api</artifactId>
<version>2.2.0</version>
<scope>provided</scope>
</dependency>



