EssentialsX - A maintained fork of Essentials 2.x.
Go to file
Ali Moghnieh 5842b5f51d Implement AFK messages.
This commit makes it possible for players to set an afk message to detail their reasoning for being away to other players. This can be especially useful for the /msg command; instead of replying the user is afk, it will specify why they are afk so the sender can act further on that information.

Two methods have been added to IUser: getAfkMessage() and setAFKMessage(String).

All locale files have two new messages: userAFKWithReason and userIsAwayWithReason. They all use the messages that do not have the suffix WithReason, i.e. userAFK and userIsAway. Furthermore, the userIsAwayWithReason will not utilise the second parameter, the reason, to prevent spam and unnecessary text in global chat. However, the second parameter ({1}) is available for use in userIsAwayWithReason. userAFKWithReason, which is sent to /msg senders, does use the {1} as it controllable spam by the command sender themselves.

/afk usage is now: /afk [player/message...]
2016-06-18 17:44:17 +01:00
Essentials Implement AFK messages. 2016-06-18 17:44:17 +01:00
EssentialsAntiBuild Fix piston bug with AntiBuild. 2016-06-18 04:08:15 +01:00
EssentialsChat Add X naming to parent module. 2015-07-29 16:22:10 -05:00
EssentialsGeoIP Add X naming to parent module. 2015-07-29 16:22:10 -05:00
EssentialsProtect [Fix] Listen to PortalCreateEvent to cancel portal creation by fire. Fixes #164 2015-10-28 11:35:29 -04:00
EssentialsSpawn Add X naming to parent module. 2015-07-29 16:22:10 -05:00
EssentialsXMPP Rewrote messaging structure for more abstractness. 2015-10-27 20:46:58 -06:00
examples remove users from bperm example, different yml file now. 2012-09-13 01:50:55 +01:00
lib Remove PEX binary from repo, as we use Vault metadata now 2016-03-02 20:59:17 -07:00
nms Force legacy spawn egg provider for 1.8.x due to client rendering bug 2016-06-12 09:23:25 -06:00
WebPush Remove Ant, migrate Netbeans code style to pom.xml 2013-12-27 03:47:13 +11:00
.gitignore Add GroupManager 2016-03-03 17:18:27 -08:00
.travis.yml Update travis 2016-03-27 11:16:54 -07:00
LICENSE Added License info. Essentials is GPLv3 2011-05-13 19:58:30 +00:00
nbactions.xml Reformat 2015-04-14 23:06:16 -05:00
pom.xml Remove old spawn egg providers in favor of reflection-based implementation 2016-06-09 19:25:45 -06:00
README.md Update build instructions 2016-05-21 14:46:49 -06:00

Downloads

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. It also retains compatibility for Minecraft 1.7.10. 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 7.

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)