Changelog
Fixes
- Fixed legacy color support.
- Fixed the teleport timer that's spam on chat when uses a chat message.
- Fixed timer formatting that shows's milliseconds.
- Fixed sound sending from configuration files.
- Fixed the jar name that suggests is eternalcore support only 1.17-1.20 versions.
👨🏭 Developer API
To use EternalCore API, you first need to add EternalCode to your project. To do that follow these steps: You can check the latest release number here.
- 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>
- Add dependency:
For Gradle projects use:
compileOnly("com.eternalcode:eternalcore-api:1.3.4")
For Maven projects use:
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcore-api</artifactId>
<version>1.3.4</version>
<scope>provided</scope>
</dependency>
Files
EternalCore v1.3.4 (MC 1.17.x-1.21.x).jar(1.81 MiB) Primary
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
ReleaseVersion number
1.3.4Loaders
BukkitPaperPurpurSpigot