Changelog
Enhancements
- Added option to use
/time set day/night/noon/midnight
- Added Home developer API.
- Added clickable URL's works on chat.
- Partial 1.21 support!
- Improve home system internal code.
- Updated all dependencies.
Bug Fixes
- Fixed updating of libraries. (EternalCore doesn’t start if updated from 1.2.1 to 1.3.0)
- Fixed time formats
👨🏭 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.1")
For Maven projects use:
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcore-api</artifactId>
<version>1.3.1</version>
<scope>provided</scope>
</dependency>
Files
EternalCore v1.3.1 (MC 1.17.x-1.20.x).jar(776.18 KiB) Primary
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
ReleaseVersion number
1.3.1Loaders
PaperPurpurSpigot