The essential plugin suite for Minecraft servers.
Go to file
2014-06-17 23:27:46 +01:00
Essentials If "sethome-multiple" config section is invalid, silently fallback to default config values. 2014-06-17 00:19:59 +01:00
EssentialsAntiBuild Converted emulated player class calls to use base class. 2014-04-13 01:01:49 +01:00
EssentialsChat Converted emulated player class calls to use base class. 2014-04-13 01:01:49 +01:00
EssentialsGeoIP Future Java versions may not support _ as identifier. 2014-03-22 16:08:11 +11:00
EssentialsGroupManager Error in logic 2014-05-04 17:12:15 +01:00
EssentialsProtect Future Java versions may not support _ as identifier. 2014-03-22 16:08:11 +11:00
EssentialsSpawn Revert "Add spawn location cache to reduce blocking on player respawn." 2014-06-17 23:27:46 +01:00
EssentialsXMPP Cleanup 2014-04-06 15:44:37 +01:00
examples
lib Update Bukkit to 1.7.8-R0.1 2014-04-15 00:24:12 +01:00
WebPush
.gitignore Force CB 3050+ 2014-04-18 03:58:27 +01:00
.travis.yml
groupmanager-pom.xml
LICENSE
nbactions.xml Format /seen account history list, optimize map loading. 2014-04-18 05:57:47 +01:00
pom.xml
README.markdown Cleaning up readme markdown 2014-03-04 19:29:47 +00:00

Essentials Development Readme

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

We use NetBeans 7.3 for development.

Recommended NetBeans plugins:

Building

To build with Maven, use the command

mvn package dependency:copy

Jar files can then be found in the /jars folder

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.

Coding Guidelines

Please follow the format guidelines that are saved in the project properties.

Windows users, please read this: http://help.github.com/line-endings/ The default line ending is LF.

To build all jars, select the EssentialsParent project and build that. You'll find all jars inside the jars folder.

Please only submit pull requests for the 2.x branch.

Bugs and issues can be submitted/found at https://essentials3.atlassian.net/

Other advice

Not all features are 'Essentials Ready'. Essentials is designed to cover the basic needs of Minecraft server administration, thus, we reject over 80% of feature requests that we deem are unsuitable.

Before developing an Essentials feature, we would recommend speaking to a developer in the Essentials IRC channel (#essentials on irc.esper.net). Click here if you have a IRC client.