Skip to content

Releases: EternalCodeTeam/EternalCombat

v1.3.3 Update!

24 Oct 19:31
97fd32a
Compare
Choose a tag to compare

Enchantments

  • Refactored region knockback mechanic.
  • support for block regions with Flag.PVP set to DENY in worldguard

👨‍🏭 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:1.3.3")

For Maven projects use:

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

v1.3.2 Update!

18 Sep 17:19
e17effa
Compare
Choose a tag to compare

Enchantments

  • Added block place modes in combat (ABOVE, BELOW)

Fixes

  • Fixed operator in combat. (/op)

👨‍🏭 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:1.3.2")

For Maven projects use:

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

Update v1.3.1!

11 Aug 15:45
24fade5
Compare
Choose a tag to compare

Enhancements

  • Updated dependencies
  • Added 1.21.1 Support.

v1.3.0 Update!

16 Jul 20:19
0620f7f
Compare
Choose a tag to compare

Enhancements

  • Added PlaceholderAPI support.
  • Added progress animation to bossbar
  • Other code improvements.

Bug Fixes

  • Fixed issue with bossbar not disappearing.

v1.2.2 Update!

30 Apr 15:54
8560f17
Compare
Choose a tag to compare

Enhancements

  • Include admins in combat on default
  • Updated dependencies
  • Confirmed 1.20.6 support!

v1.2.1 Update!

15 Jan 20:55
ad7899f
Compare
Choose a tag to compare

Enhancements

  • Remove a configuration backup system, which is not needed anymore.

Bug Fixes

  • Improve region knockback, rebound calculations were not always correct.

Update v1.2.0!

09 Jan 16:37
eb1feba
Compare
Choose a tag to compare

Enhancements

  • Added boss bar implementation.
  • Added an option to add effects to player when start combat time.
  • Added option to prevent flying during combat time.
  • Added developer API
  • Added option to exclude admins from combat.
  • Update all dependencies

Bug Fixes

  • Fix teleport to a restricted region when player uses Chorus fruit, enderpearl etc.
  • Fixed a combat status message.
  • Fixed an item drop.
  • Fixed death cause.
  • Another minor code fixes.

v1.1.1 Update!

24 Aug 22:24
9e9e295
Compare
Choose a tag to compare

Features:

  • Added Drop modifier includes options like UNCHANGED, PERCENT, PLAYERS_HEALTH. (Contributed by @failutee)
  • Added Pearl throw Control (Contributed by @imDMK)
  • Added blacklist Option for Damage Causes ability to prevent specific damage causes for better customization (Contributed by @CitralFlo)

Enhancements:

  • Improved build instructions in the README file for easier setup. (Contributed by @NotAlexNoyle)
  • Release attacker on victim death attackers are now freed when the victim dies. (Contributed by @failutee)
  • Updated all dependencies to work smoothly with the latest version.

v1.1.0 Update!

01 Jul 17:55
c58b69b
Compare
Choose a tag to compare

Features:

  • Added "Prevent Place Specified Blocks" option, allowing users to restrict the placement of specific blocks in the game.
  • Added support for console, enabling users to manage the plugin through the console.
  • Added an option to disable elytra during combat.
  • Added integration with WorldGuard to disable entry into designated regions during combat.
  • Added a pearl delay during combat.

Enhancements:

  • Implemented a config backup system that automatically stores backups for 72 hours from creation, ensuring data easy recovery.
  • Conducted various code improvements and fixes to enhance performance and stability.
  • Updated dependencies to ensure compatibility with latest minecraft versions.

v1.0.3 Update!

19 Apr 16:18
6ef6b9a
Compare
Choose a tag to compare

Update for fully compatible with 1.19.4 version
Add whitelist/blacklist mode to command block option
Add disabled world option
Refactor configuration (Please backup your configuration before update)