The essential plugin suite for Minecraft servers.
Go to file
md678685 bef440760a Remove deprecated economy libs and support
None of these economy plugins are supported any more, and removing these allows EssentialsX to be used as a dependency without locally `mvn install`ing the plugin.
2018-08-05 20:51:19 +01:00
.github Add server logs to the issue template. (#1669) 2017-12-03 15:26:39 +00:00
Essentials Remove deprecated economy libs and support 2018-08-05 20:51:19 +01:00
EssentialsAntiBuild Compile against 1.13 preview. 2018-01-18 17:52:44 -08:00
EssentialsChat Fix version EssentialsChat 2016-08-30 19:29:07 -07:00
EssentialsGeoIP Set target to Java 8 (for 1.13) & update Maven plugins (#1922) @DoNotSpamPls 2018-07-17 09:38:01 +01:00
EssentialsProtect Compile against 1.13 preview. 2018-01-18 17:52:44 -08:00
EssentialsSpawn Alter config options for EssentialsX Spawn listeners (#1491) 2017-09-16 15:23:56 +01:00
EssentialsXMPP Set target to Java 8 (for 1.13) & update Maven plugins (#1922) @DoNotSpamPls 2018-07-17 09:38:01 +01:00
examples remove users from bperm example, different yml file now. 2012-09-13 01:50:55 +01:00
nms update bukkit to 1.13-R0.1-SNAPSHOT. 2018-07-29 17:39:32 +01:00
WebPush Remove Ant, migrate Netbeans code style to pom.xml 2013-12-27 03:47:13 +11:00
.gitignore Add eclipse files to .gitignore 2017-06-06 01:08:34 +01:00
LICENSE Added License info. Essentials is GPLv3 2011-05-13 19:58:30 +00:00
nbactions.xml Set target to Java 8 (for 1.13) & update Maven plugins (#1922) @DoNotSpamPls 2018-07-17 09:38:01 +01:00
pom.xml update bukkit to 1.13-R0.1-SNAPSHOT. 2018-07-29 17:39:32 +01:00
README.md Set target to Java 8 (for 1.13) & update Maven plugins (#1922) @DoNotSpamPls 2018-07-17 09:38:01 +01:00

Downloads

Mirror: https://ci.akpmakes.tech/job/EssentialsX/

This is a fork of Essentials called EssentialsX.

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

The official upstream repository is at https://github.com/Essentials/Essentials

Why you should use it

EssentialsX provides several performance enhancements and fixes that are currently not available in Essentials and Spigot-Essentials, most notably mob spawner support for 1.8+ servers and buy/trade sign support for 1.9+ servers. See the wiki for details.

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.

  • 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.

  • 1.7.10 is no longer supported.

Building

Because EssentialsX builds against the Spigot/CraftBukkit server software for legacy support, you need to run Spigot's BuildTools for several versions in order to get it to compile.

java -jar BuildTools.jar --rev 1.8
java -jar BuildTools.jar --rev 1.8.3
java -jar BuildTools.jar --rev 1.9
java -jar BuildTools.jar --rev 1.9.4

Then, to build with Maven, use the command

mvn clean install

Jar files can then be found in the /target folder for each module.

Commit Guidelines

Commits should fall into one of 3 areas:

  • [Feature]: Commits which are features should start with [Feature] and followed by a quick summary on the top line, followed by some extra details in the commit body.

  • [Fix]: Commits which fix bugs, or minor improvements to existing features should start with [Fix] and followed by a quick summary on the top line, followed by some extra details in the commit body.

  • Commits which fix bugs caused by previous commits (since last release), or otherwise make no functionality changes, should have no prefix. These will not be added to the project change log.

Other Info

This is an unofficial fork of Essentials. It will be consistently updated and maintained with the latest Minecraft and Spigot versions.

Support

Issue Tracker

Live Support available business hours (GMT -5)