Compatibility
Minecraft: Java Edition
Platforms
Details
🚀 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) /helpopfor player support- Advanced Notification System (Title, Actionbar, BossBar, etc.)
- Custom Join, Quit, and Death messages
-
Server links feature (Click to see how it works)
- 🌌 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!
👷 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.
- 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.0")
For Maven projects use:
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcore-api</artifactId>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
- 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
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.






