Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for EternalCodeTeam

⚔ Something more than just combat logging for Minecraft!

Report EternalCombat?

Release
v2.0.0

vluckydev released EternalCombat version v2.0.0 on March 25, 2025

EternalCombat v2

Warning: The configuration file from version 1.x is not compatible with 2.0! You must delete the old config file before updating.

Enhancements

  • Refactored the Developer API.
  • Overhauled the configuration file structure for better readability and future maintainability.
  • Reworked all messages to use the Multification system (similar to EternalCore plugin). Refer to our documentation for details.
  • Enhanced the spawn protection (during combat) feature:
    • Added wall-based protection to reinforce boundaries.
    • Introduced visually appealing particles to highlight the border.
    • Improved the knockback system for smoother and more reliable behavior.
  • Added an option to exclude players in Creative mode from combat tagging.
  • Implemented numerous internal optimizations and improvements.
  • Updated all dependencies to their latest versions.
  • Refined the layout of the plugin description for a cleaner presentation.

Fixes

  • Resolved an issue where flight was incorrectly disabled after a combat time while in Creative or Spectator mode.
  • Addressed various minor bugs and inconsistencies.

👨‍🏭 Developer API

To use EternalCombat API, you first need to add EternalCode to your project. To do that follow these steps: You can check the latest release number here.

  1. Add repository:

For Gradle projects use:

maven("https://repo.eternalcode.pl/releases")

For Maven projects use:

<repository>
    <id>eternalcode-reposilite-releases</id>
    <url>https://repo.eternalcode.pl/releases</url>
</repository>
  1. Add dependency:

For Gradle projects use:

compileOnly("com.eternalcode:eternalcombat-api:2.0.0")

For Maven projects use:

<dependency>
    <groupId>com.eternalcode</groupId>
    <artifactId>eternalcombat-api</artifactId>
    <version>2.0.0</version>
    <scope>provided</scope>
</dependency>

Information

Published onMarch 25, 2025
Downloads0

Platforms

Paper Paper (1.13-1.21.4)

Dependencies

Paper Paper
Edit Plugin Dependencies: Paper