EternalCore

EternalCore

EternalCore is a modern, actively maintained alternative to EssentialsX. It provides the most important server features in one plugin, with better configuration, performance, and support for the latest Minecraft versions.

4 366 downloads
26 followers

🚀 EternalCore 2.0 has landed!
This is a major release with internal changes, new systems, and config updates.
Please read the changelog carefully before upgrading:
👉 https://github.com/EternalCodeTeam/EternalCore/releases/latest

Welcome to EternalCore! 🚀

EternalCore is a modern, actively maintained alternative to EssentialsX. It provides the most important server features in one plugin, with better configuration, performance, and support for the latest Minecraft versions.

â„šī¸ Information

  • EternalCore fully supports Minecraft's latest minor versions starting from each major version, starting from 1.19 onward, e.g. 1.19.4, 1.20.6, 1.21.11.
  • Requires Java 21 or later to work properly. For older versions of Java, this may affect the functionality of the plugin.
  • If you have any questions, perhaps you will find a solution to them in our documentation, you can also ask us about it on discord.

đŸ› ī¸ Development Builds

Get the latest development builds from our website

✨ Features

  • âŒ¨ī¸ Over 80+ useful commands.
  • ✅ Slot Bypass (eternalcore.bypass.slot)
  • 💤 AFK System
  • đŸ’Ŧ Chat & Interaction:
    • Admin Chat, Auto Messages, Chat On/Off, Slow Mode
    • Private Messaging (/msg, /reply, /socialspy, /ignore)
    • /helpop for player support
    • Advanced Notification System (Title, Actionbar, BossBar, etc.)
    • Custom Join, Quit, and Death messages
    • Server links feature (Click to see how it works)Server Links Showcase
  • 🌌 Teleportation & Travel:
    • Complete Home, Warp, and Spawn System
    • Random Teleport (RTP) for wild exploration
    • Teleport Requests (TPA) and /back command
    • Navigation tools: /tpup, /tprp, /tppos, /tphere
  • đŸ›Ąī¸ Moderation & Administration:
    • Jail, Freeze, and Vanish Systems
    • Admin Tools: /sudo, /powertool, /butcher (Mob Control)
    • Inventory Management: /clear, /repair, and Disposal (/disposal)
  • 👤 Player Management:
    • Attributes: Gamemode, Fly, Speed, Godmode, Heal, Feed
    • Information: /whois, Playtime, Last Seen, Ping check
    • Utilities: Hat /hat, Skull /skull, Near players via /near
  • 🌍 Items & World:
    • Open Utility Blocks (Workbench, Anvil, Enderchest, etc.)
    • Item Editing (Name, Lore, Flags) and Sign Editing
    • Time, Weather management
  • âš™ī¸ Core & Integration:
    • 📄 PlaceholderAPI Support
    • đŸ—‚ī¸ Database Integration (PostgresSQL, SQLite, MySQL, MariaDB, H2)
    • 🌈 Adventure & MiniMessage integration
    • 🔨 Advanced Configuration System
  • ...and much more!

👷 Developer API

To use the 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:2.0.0")

For Maven projects use:

<dependency>
    <groupId>com.eternalcode</groupId>
    <artifactId>eternalcore-api</artifactId>
    <version>2.0.0</version>
    <scope>provided</scope>
</dependency>
  1. You are ready to use EternalCoreAPI in your project.

đŸ—ī¸ Building

To build EternalCore, follow these steps (Make sure you have JDK 21 or higher):

./gradlew clean eternalcore-plugin:shadowJar
  • The output file will be located at eternalcore-plugin/libs.

🐙 Contributing

Create a public fork of EternalCore, make changes and then create a Pull Request with your appropriate changes. See CONTRIBUTING.md to find out more.

â¤ī¸ Special Thanks

JetBrains

We express our gratitude to JetBrains for providing Open Source Licenses for their outstanding tools. We recommend using IntelliJ IDEA to work with our projects and boost your productivity!

YourKit

YourKit supports our open-source projects with their advanced tools for profiling and monitoring.
Creators of the YourKit Java Profiler, .NET Profiler and YouMonitor.

EternalCore

The /warp command opens a GUI that allows for easy warp selection, which makes it attractive for players.

EternalCore

The /signedit command allows you to set custom formatted text in various lines/sides of signs. Supports MiniMessage!

EternalCore

The random teleport command allows for fast teleportation across the Minecraft world.

EternalCore

The /near command shows nearby entities of a given scope within a given radius. You can filter entities, whether they are hostile, passive, leashed, players, raider or living.

EternalCore

With the /setslot command, you can set the number of server slots dynamically, without needing to restart the server.

EternalCore

With the /demoscreen <player> command, you can show a player the Demo Screen overlay.

EternalCore

The /freeze command allows you to add the freezing effect to players, causing damage.

EternalCore

EternalCore allows you to open various container inventories, such as workbench, anvil, enchanting table, smithing table, etc.

EternalCore

With the /vanish command, you can become invisible to other players! Moreover, they will not see your join/leave messages.

EternalCore
EternalCore

The /msg command allows for messaging between players.

EternalCore

/seen - check when the player was last seen.

EternalCore

With the '/time set' command, you can easily manipulate in-game time. Moreover, you can use shortcuts, such as '/day', or '/night' to make it even quicker! You can even create your own shortcuts using the command configurator!

EternalCore

With the /elderguardian <player> command, you can show a player the Elder Guardian overlay effect. You can pick whether you want to play the sound too. This does not apply the Mining Fatigue effect.

EternalCore

The /heal command allows you to instantly heal yourself, remove any negative effects, and replenishes your hunger bar, as in EssentialsX.