- EternalCore supports Minecraft latest minor version of each major version starting from 1.17+, eg. 1.17, 1.18, 1.19, etc.
- EternalCore requires Java 17 or higher. On older versions, the plugin may not work properly.
Get the development builds from GitHub Actions
- Slot Bypass
(eternalcore.bypass.slot)
- AFK system
- Chat features, including:
- Admin chat
- Chat on/off switch
- Chat slow mode
- /ignore /unignore
(with -all option)
command - /msg, /socialspy /reply command
- /helpop command
- Open utility blocks with simple commands, such as
/workbench
- Player inventory viewer
- Player attribute management, including heal, feed, teleportation, and godmode modification
- Ping command to ensure client <-> server connection
- Player information command
(/whois)
- Home, warp, and spawn system
- PlaceholderAPI support
- Customizable and translatable messages
(Optional player language selection)
- Advanced configuration system for customizing almost every aspect of the plugin
- Database integration:
(PostGreSQL, SQLite, MySQL, MariaDB, H2)
- Adventure and MiniMessage integration with legacy color
processing
(e.g &7, &e)
and message destination specification - And much more!
To build EternalCore do the following (Make sure you have JDK 17 or higher)
./gradlew clean shadowJar
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.
- Is freely allowed to modify and improve the code
- Can distribute production versions
- Must publish any changes made, i.e. the public fork of this repository
- Cannot change the license or copyright
- It is forbidden to modify or remove the code responsible for the compliance of production versions with the license.
- The authors of this project are not responsible for using the application, modifying and distributing it.
- Trademarks appearing in this project and this document belong to their rightful owners and are used for informational purposes only.
- LiteCommands (by Rollczi ❤️)
- Lombok
- PaperLib
- Spigot API
- Kyori Adventure
- CDN Configs
- Expressible
- bStats
- HikariCP
- Ormlite JDBC
- TriumphGUI
We thank JetBrains for providing Open Source Licenses for high quality tools. We recommend using IntelliJ IDEA to work with our projects and accelerate your productivity!