Important
🚀 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
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.
- 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.
Get the latest development builds from our website
- ⌨️ 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) /helpopfor player support- Advanced Notification System (Title, Actionbar, BossBar, etc.)
- Custom Join, Quit, and Death messages
- 🌌 Teleportation & Travel:
- Complete Home, Warp, and Spawn System
- Random Teleport (RTP) for wild exploration
- Teleport Requests (TPA) and
/backcommand - 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!
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.
- 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:2.0.1-SNAPSHOT")For Maven projects use:
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcore-api</artifactId>
<version>2.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>- You are ready to use EternalCoreAPI in your project.
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.
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.
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 supports our open-source projects with their advanced tools for profiling and monitoring.
Creators of the YourKit Java Profiler, .NET Profiler and YouMonitor.



