The essential plugin suite for Minecraft servers.
Go to file
2013-02-25 22:01:49 -05:00
BuildAll
Essentials [Feature] Allow IP lookup in /seen command. 2013-02-24 03:55:20 +00:00
EssentialsAntiBuild
EssentialsChat
EssentialsGeoIP
EssentialsGroupBridge
EssentialsGroupManager Fix bad Git Merge 2013-02-09 10:51:16 +00:00
EssentialsProtect [Protect] Prevent creepers from breaking paintings if their explosions are disabled. 2013-02-25 17:15:20 -06:00
EssentialsSpawn [Spawn] Please join me in welcoming EssentialsSpawn to Java 1.6 and modern bukkit. :: http://i.imgur.com/79Izo.jpg 2013-02-25 22:01:06 -05:00
EssentialsXMPP
examples
lib
WebPush
.classpath
.gitignore
.project
build.inc.xml
build.xml
LICENSE
README.markdown Readme cleanup. 2013-02-20 01:39:04 +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