đ 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.
The /warp command opens a GUI that allows for easy warp selection, which makes it attractive for players.
The /signedit command allows you to set custom formatted text in various lines/sides of signs. Supports MiniMessage!
The random teleport command allows for fast teleportation across the Minecraft world.
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.
With the /setslot command, you can set the number of server slots dynamically, without needing to restart the server.
With the /demoscreen <player> command, you can show a player the Demo Screen overlay.
The /freeze command allows you to add the freezing effect to players, causing damage.
EternalCore allows you to open various container inventories, such as workbench, anvil, enchanting table, smithing table, etc.
With the /vanish command, you can become invisible to other players! Moreover, they will not see your join/leave messages.
The /msg command allows for messaging between players.
/seen - check when the player was last seen.
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!
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.
The /heal command allows you to instantly heal yourself, remove any negative effects, and replenishes your hunger bar, as in EssentialsX.


