The essential plugin suite for Minecraft servers.
Go to file
KHobbits 53b1526906 Throw meaningful warnings when wrong Essentials version is used with unsupported mod packs. 2013-11-15 00:22:10 +00:00
BuildAll netbeans 7.4 stuff 2013-11-06 18:03:46 -05:00
Essentials Throw meaningful warnings when wrong Essentials version is used with unsupported mod packs. 2013-11-15 00:22:10 +00:00
EssentialsAntiBuild Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff 2013-11-06 21:22:32 -05:00
EssentialsChat Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff 2013-11-06 21:22:32 -05:00
EssentialsGeoIP Add Maven Support 2013-10-19 12:19:39 +01:00
EssentialsGroupManager Split util classes. 2013-06-08 22:31:19 +01:00
EssentialsProtect Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff 2013-11-06 21:22:32 -05:00
EssentialsSpawn Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff 2013-11-06 21:22:32 -05:00
EssentialsXMPP Add Maven Support 2013-10-19 12:19:39 +01:00
WebPush Updating web push to just push the zip files. 2011-11-18 12:06:19 +00:00
examples remove users from bperm example, different yml file now. 2012-09-13 01:50:55 +01:00
lib netbeans 7.4 stuff 2013-11-06 18:03:46 -05:00
.classpath updated classpath (eclipse) for teh whole project 2012-04-21 02:33:13 +01:00
.gitignore Add Maven Support 2013-10-19 12:19:39 +01:00
.project added PermissionHandler.class and .project/.classpath so this will build 2011-08-31 01:56:31 +01:00
.travis.yml Add Maven Support 2013-10-19 12:19:39 +01:00
LICENSE Added License info. Essentials is GPLv3 2011-05-13 19:58:30 +00:00
README.markdown Add Maven Support 2013-10-19 12:19:39 +01:00
build.inc.xml Correcting all line endings to LF 2011-07-24 23:19:12 +02:00
build.xml Remove GB from main build.xml 2013-04-04 20:49:55 +01:00
pom.xml Fix automatic versioning when compiling with Maven 2013-10-21 13:50:17 +11:00

README.markdown

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

To build with Ant, use the command

ant

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 BuildAll project and build that. You'll find all jars inside the dist/lib folder of the BuildAll project.

If you create pull requests, always make them for the 2.x branch.

The essentials bug tracker can be found at https://essentials3.atlassian.net/

Other advice

Not all features are 'Essentials Ready'. Essentials is designed to be cover the basic needs of Minecraft server administration, for this reason, we reject over 80% of feature requests.

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