The essential plugin suite for Minecraft servers.
Go to file
Emilia Kond c60ed56190
Fix stack trace when buying from sign when inventory full (#5761)
2024-04-13 21:50:45 +00:00
.checkstyle Discord Module (#3844) 2021-07-01 09:43:35 -04:00
.github Add text box to bug report template (#5715) 2024-03-10 21:31:40 -07:00
.idea Discord Link Module 2022-12-26 01:24:17 +00:00
Essentials Fix stack trace when buying from sign when inventory full (#5761) 2024-04-13 21:50:45 +00:00
EssentialsAntiBuild Fix placeholders not parsing inside log messages (#5635) 2024-02-03 21:13:18 -05:00
EssentialsChat Fix shout/local chat not sending with certain formats (#5719) 2024-02-29 23:32:51 +00:00
EssentialsDiscord Fix Discord /list command showing tags in output (#5698) 2024-02-25 00:06:52 -08:00
EssentialsDiscordLink Fix format parsing in various discord commands 2024-02-19 17:01:44 -05:00
EssentialsGeoIP Remove CommonPlaceholders#displayName methods 2024-02-09 23:31:06 -05:00
EssentialsProtect Fix placeholders not parsing inside log messages (#5635) 2024-02-03 21:13:18 -05:00
EssentialsSpawn Remove CommonPlaceholders#displayName methods 2024-02-09 23:31:06 -05:00
EssentialsXMPP Fix placeholders not parsing inside log messages (#5635) 2024-02-03 21:13:18 -05:00
build-logic Log individual JUnit test results 2024-02-19 02:07:58 -05:00
gradle/wrapper Update Gradle and plugins; don't enforce running tests on Java 8 (#5685) 2024-02-18 16:14:56 +00:00
providers Fix jail-online-time with offline players (#5701) 2024-02-26 14:32:44 -05:00
.gitignore Rewrite User storage and UUID cache (#4581) 2022-09-09 15:49:43 -04:00
CONTRIBUTING.md Update README and contributing guide (#4851) 2022-06-10 13:06:24 +00:00
LICENSE Added License info. Essentials is GPLv3 2011-05-13 19:58:30 +00:00
README.md Update to Minecraft 1.20.4 (#5592) 2023-12-16 15:14:37 +00:00
build.gradle Prepare for 2.21.0 dev builds (#5467) 2023-08-05 19:16:34 +01:00
crowdin.yml Refactor Project to Gradle (#3720) 2020-11-25 20:24:24 +00:00
gradle.properties Fix AlternativeCommandsHandler not detecting some aliases (#3856) 2020-12-30 11:59:38 -08:00
gradlew Update Gradle and plugins; don't enforce running tests on Java 8 (#5685) 2024-02-18 16:14:56 +00:00
gradlew.bat Update Gradle and plugins; don't enforce running tests on Java 8 (#5685) 2024-02-18 16:14:56 +00:00
settings.gradle.kts We're going on an Adventure! (#4717) 2024-02-03 20:38:14 +00:00

README.md

EssentialsX

Dev Builds

Discord

Patreon

This is a fork of Essentials called EssentialsX.

If you are using this, do NOT ask Essentials for support.

The official upstream repository for the original Essentials project is at https://github.com/Essentials/Essentials.

Why use EssentialsX?

EssentialsX is a continuation of the Essentials plugin suite, updated to support modern Minecraft and Spigot versions.

It provides countless new features, performance enhancements and fixes that are not available in the original Essentials or Spigot-Essentials. For more details, see the wiki.

If you're coming from the original Essentials plugin, EssentialsX is a drop-in replacement for Essentials. It does, however, have some new requirements:

  • EssentialsX requires CraftBukkit, Spigot or Paper to run. Other server software may work, but these are not tested by the team and we may not be able to help with any issues that occur.
  • EssentialsX currently supports Minecraft versions 1.8.8, 1.9.4, 1.10.2, 1.11.2, 1.12.2, 1.13.2, 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.4, and 1.20.4.
  • EssentialsX currently requires Java 8 or higher. We recommend using the latest Java version supported by your server software.
  • EssentialsX requires Vault to enable using chat prefix/suffixes and group support from supported permissions plugins.
    • We recommend using LuckPerms for permissions and groups.
    • If you have an unsupported permissions plugin but still want to use wildcards, enable use-bukkit-permissions in the configuration. Otherwise, the plugin will fall back to config-based permissions.

Support

Need help with using EssentialsX? Join the MOSS Discord community to ask for help and discuss EssentialsX.

If you need to report a bug or want to suggest a new feature, you can open an issue on GitHub.

Building

To build EssentialsX, you need JDK 8 or higher installed on your system.

Clone this repository, then run the following command:

  • On Linux or macOS: ./gradlew build
  • On Windows: gradlew build

You can then find builds of EssentialsX modules in the jars/ directory.

Running a test server

You can also run a test server from your development environment using the following command:

  • On Linux or macOS: ./gradlew build :runServer
  • On Windows: gradlew build :runServer

Note the : - without it, you will run several servers at once, which will likely crash Gradle.

Using EssentialsX in your plugin

Do you want to integrate with EssentialsX in your plugin? You can build your plugin against the EssentialsX API, available from the EssentialsX Maven repo.

Releases are hosted on the Maven repo at https://repo.essentialsx.net/releases/, while snapshots (including dev builds) are hosted at https://repo.essentialsx.net/snapshots/.

To add EssentialsX to your build system, you should use the following artifacts:

Type Group ID Artifact ID Version
Latest release net.essentialsx EssentialsX 2.20.1
Snapshots net.essentialsx EssentialsX 2.21.0-SNAPSHOT
Older releases net.ess3 EssentialsX 2.18.2

Note: until version 2.18.2, EssentialsX used the net.ess3 group ID.
From 2.19.0 onwards, EssentialsX uses the net.essentialsx group ID.
When updating your plugin, make sure you use the correct group ID.

You can find more information, including Maven and Gradle examples, at the wiki.

Support the EssentialsX project

Want to help improve EssentialsX? There are several ways you can support and contribute to the project.

Donate to EssentialsX

Donations allow us to cover the costs of our infrastructure, and also enable us to keep updating EssentialsX with new features and for new Minecraft versions.

You can support us with a one-off or monthly donation via GitHub Sponsors, and you'll get a badge on GitHub for supporting the project through this.

Alternatively, you can also donate monthly to the EssentialsX project on Patreon, or you can make a one-off donation on our Ko-fi page.

If you can't make a donation, don't worry! There are lots of other ways to contribute:

Contributing directly to EssentialsX

  • Are you a developer? We're always happy to receive bug fixes and feature additions as pull requests.
  • Do you speak multiple languages? If so, we always welcome contributions to our community translations. Crowdin project.

See CONTRIBUTING.md to find out more.

Providing support to other users

  • Do you run a server? Take a look at our "help wanted" and "bug: unconfirmed" issues, where you can find issues that need extra testing and investigation.
  • Do you want to help others set up EssentialsX? You can contribute to the EssentialsX docs. You can also join the MOSS Discord community and provide direct community support to other EssentialsX users.