Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
✨ 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>
Information
Published on | July 29, 2025 |
---|---|
Downloads | 0 |
Platforms
Paper (1.13-1.21.8)
Dependencies
Paper