EssentialsX - A maintained fork of Essentials 2.x.
Go to file
Necrodoom f1bc7a305a [FIX] ID 18, 29, 33 invalid damage values and more
expand IDs 98:1, 98:2, 98:3
2013-04-19 19:43:22 +03:00
BuildAll [update] Remove GroupBridge 2013-04-04 20:45:09 +01:00
Essentials [FIX] ID 18, 29, 33 invalid damage values and more 2013-04-19 19:43:22 +03:00
EssentialsAntiBuild [Feature] Add a blacklist for what dispensers can dispense to antibuild 2013-04-16 17:01:01 -04:00
EssentialsChat Don't try and charge a user if we don't have the chat data stored. 2013-01-27 15:26:42 +00:00
EssentialsGeoIP Refactor name of ScheduleAsyncDelayedTask to RunTaskAsynchronously 2013-01-31 14:16:09 -05:00
EssentialsGroupManager Merge pull request #361 from necrodoom/patch-66 2013-02-26 08:49:40 -08:00
EssentialsProtect Fix Minecart class rename 2013-03-16 08:55:39 +00:00
EssentialsSpawn [Fix] Print correct sender name on /spawn player from console. 2013-03-19 20:59:02 +00:00
EssentialsXMPP Add debug option to XMPP 2013-01-23 19:41:36 +11:00
examples remove users from bperm example, different yml file now. 2012-09-13 01:50:55 +01:00
lib [UPDATE] Update to 1.5.1-r0.2 beta build 2013-04-16 16:59:36 -04:00
WebPush
.classpath
.gitignore Change default action colour to be different to /say 2012-10-06 22:26:51 +01:00
.project
.travis.yml Add Travis notifications 2013-03-18 23:48:01 +00:00
build.inc.xml
build.xml Remove GB from main build.xml 2013-04-04 20:49:55 +01:00
LICENSE
README.markdown readmeupdate 2013-03-19 14:32:23 +00:00

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