The essential plugin suite for Minecraft servers.
Go to file
xtomyserrax 5fa65b42ae
Fix creeper player damage being cancelled incorrectly (#3604)
Previously, disabling creeper explosion block damage with the `protect.prevent.creeper-explosion` setting would also prevent players getting hurt. This fixes this, meaning servers can disable creeper block damage while still allowing players to take damage from creeper explosions.
2020-08-22 16:55:32 +01:00
.github Remove BuildTools script and update README 2020-06-05 15:22:40 +01:00
Essentials Add config note regarding displayname (#3535) 2020-08-22 14:15:24 +01:00
EssentialsAntiBuild fix blacklisted blocks being pulled by sticky piston 2020-08-21 23:00:18 +10:00
EssentialsChat Don't send chat messages if they only contain formatting codes (#3505) 2020-08-04 15:38:53 +01:00
EssentialsGeoIP Improve GeoIP errors/warnings (#3568) 2020-08-04 16:22:14 +01:00
EssentialsProtect Fix creeper player damage being cancelled incorrectly (#3604) 2020-08-22 16:55:32 +01:00
EssentialsSpawn Fix regression with teleportation commands where command cost gets charged twice (#3601) 2020-08-16 14:40:58 -07:00
EssentialsXMPP Improve command codestyle (#3337) 2020-08-11 19:09:22 +01:00
providers Fix compilation issues on latest Spigot/Paper (#3607) 2020-08-20 19:24:42 +01:00
.gitignore Remove BuildTools script and update README 2020-06-05 15:22:40 +01:00
LICENSE Added License info. Essentials is GPLv3 2011-05-13 19:58:30 +00:00
README.md Update links in readme (#3596) 2020-08-22 16:49:50 +01:00
crowdin.yml Update Crowdin configuration file 2020-06-27 16:41:40 +01:00
pom.xml Update to 1.16.2 (#3586) 2020-08-11 23:12:41 +01:00

README.md

EssentialsX

Jenkins

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 an unofficial continuation of Essentials, updated to support modern Minecraft and Spigot versions. It provides several performance enhancements and fixes that are currently not available in Essentials and Spigot-Essentials. For more details, see the wiki.

EssentialsX is almost a completely drop-in replacement for Essentials. However, it has different requirements:

  • EssentialsX requires Vault to enable chat prefix/suffixes and group support if you have a supported permissions plugin. We recommend using LuckPerms.

  • If you have an unsupported permissions plugin but still wish to use wildcards, enable use-bukkit-permissions in the configuration. Otherwise, the plugin will fall back to config-based permissions.

  • EssentialsX requires Java 8 or higher. On older versions, the plugin may not work properly.

  • EssentialsX 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, and 1.16.2.

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 and Maven installed on your system. Then, run the following command:

mvn clean install

Each module's jar can be found in target/ inside each module's directory.

Using EssentialsX in your plugin

Do you want to integrate with EssentialsX in your plugin? EssentialsX is available on the ender.zone Maven repository at https://ci.ender.zone/plugin/repository/everything/, and the EssentialsX artifact is net.ess3:EssentialsX:2.18.1. More information at the wiki.

Contributing

Want to help improve EssentialsX? There are numerous ways you can contribute to the project.

If you'd like to make a financial contribution to the project, you can join our Patreon. If you can't make a donation, don't worry! There's lots of other ways to contribute:

  • Do you run a server? Take a look at our "help wanted" issues, where you can find issues that need extra testing and investigation. You can also join the MOSS Discord community and provide support to others.
  • Do you speak multiple languages? If so, we always welcome contributions to our Crowdin project.
  • If you're a developer, you could look through our "open to PR" issues. We're always happy to receive bug fixes and feature additions as pull requests.