EternalCore

EternalCore

Plugin

EternalCore is your ultimate companion for enhancing your Minecraft server experience. πŸ’Ž Crafted with care, EternalCore is dedicated to incorporating essential and highly practical server functions into a single plugin.

Server Game MechanicsManagementTechnologyUtility

757 downloads
16 followers
Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

v1.3.1 Update!

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.

  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: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 Download

Project members

EternalCodeTeam

EternalCodeTeam

Organization

Details

Licensed GPL-3.0-only
Published a year ago
Updated a month ago