The essential plugin suite for Minecraft servers.
Go to file
2013-02-25 22:44:52 -05:00
BuildAll CB 2420 :: Bukkit 1570 :: Update FakeServer and OfflinePlayer 2012-10-29 13:17:56 -04:00
Essentials [Feature] Allow IP lookup in /seen command. 2013-02-24 03:55:20 +00:00
EssentialsAntiBuild Remove references to earth2me in plugin.ymls 2013-01-23 02:56:18 +11: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
EssentialsGroupBridge Netbeans 7.2 changes 2012-08-03 09:45:44 +02:00
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 This is still needed. 2013-02-25 22:44:52 -05: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 to 1.4.7 R1 :: remove calls to ScheduleAsyncDelayedTask, as it is deprecated :: cleanup :: WARNING: This commit may or may not be stable 2013-01-31 14:03:27 -05:00
WebPush Updating web push to just push the zip files. 2011-11-18 12:06:19 +00: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
build.inc.xml Correcting all line endings to LF 2011-07-24 23:19:12 +02:00
build.xml Split Ess protect into EssProtect and EssAntiBuild 2012-08-19 14:54:58 +01:00
LICENSE Added License info. Essentials is GPLv3 2011-05-13 19:58:30 +00:00
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