The essential plugin suite for Minecraft servers.
Go to file
GunfighterJ 503d39ee55 Update ItemStack reference to getTypeId() 2013-09-17 23:23:45 +10:00
BuildAll Attempt to smooth out timer usage. 2013-04-21 23:39:50 +01:00
Essentials Update ItemStack reference to getTypeId() 2013-09-17 23:23:45 +10:00
EssentialsAntiBuild [API] fix other modules to use new packages 2013-07-13 12:40:50 -04:00
EssentialsChat Log notice when chat ignore is blocked by another plugin. 2013-07-17 23:26:26 +01:00
EssentialsGeoIP [API] fix other modules to use new packages 2013-07-13 12:40:50 -04:00
EssentialsGroupManager Split util classes. 2013-06-08 22:31:19 +01:00
EssentialsProtect [API] flip! (╯°□°)╯︵ ┻━┻ 2013-07-13 13:40:46 -04:00
EssentialsSpawn Clarify kit errors 2013-09-05 15:40:43 +01:00
EssentialsXMPP Fix failing XMPP build. 2013-07-13 17:36:35 +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 Push latest Bukkit RB 2013-09-17 06:06:34 -05:00
.classpath updated classpath (eclipse) for teh whole project 2012-04-21 02:33:13 +01:00
.gitignore Change default action colour to be different to /say 2012-10-06 22:26:51 +01:00
.project added PermissionHandler.class and .project/.classpath so this will build 2011-08-31 01:56:31 +01:00
.travis.yml Add Travis notifications 2013-03-18 23:48:01 +00:00
LICENSE Added License info. Essentials is GPLv3 2011-05-13 19:58:30 +00:00
README.markdown readmeupdate 2013-03-19 14:32:23 +00: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

README.markdown

Essentials Development Readme

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

We use NetBeans 7 for development.

Recommended NetBeans plugins:

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 master branch.

The essentials bug tracker can be found at http://www.assembla.com/spaces/essentials/tickets