EssentialsX - A maintained fork of Essentials 2.x.
Go to file
snowleo 864e608582 Added code guidelines to all projects, so we don't need them globally.
Compress jar files
Don't copy lib files into dist folders
Removed vendor names
Changed all java versions to 1.6 to make it consistent.
2011-07-24 04:07:28 +02:00
BuildAll Added code guidelines to all projects, so we don't need them globally. 2011-07-24 04:07:28 +02:00
Essentials Added code guidelines to all projects, so we don't need them globally. 2011-07-24 04:07:28 +02:00
EssentialsChat Added code guidelines to all projects, so we don't need them globally. 2011-07-24 04:07:28 +02:00
EssentialsGeoIP Added code guidelines to all projects, so we don't need them globally. 2011-07-24 04:07:28 +02:00
EssentialsGroupBridge Added code guidelines to all projects, so we don't need them globally. 2011-07-24 04:07:28 +02:00
EssentialsGroupManager Added code guidelines to all projects, so we don't need them globally. 2011-07-24 04:07:28 +02:00
EssentialsPermissionsCommands Added code guidelines to all projects, so we don't need them globally. 2011-07-24 04:07:28 +02:00
EssentialsProtect Added code guidelines to all projects, so we don't need them globally. 2011-07-24 04:07:28 +02:00
EssentialsSpawn Added code guidelines to all projects, so we don't need them globally. 2011-07-24 04:07:28 +02:00
EssentialsXMPP Added code guidelines to all projects, so we don't need them globally. 2011-07-24 04:07:28 +02:00
lib Removed leftovers from initial Factions integration 2011-07-20 18:06:58 -05:00
.gitignore ignore build directories 2011-06-07 01:23:07 +02:00
build.inc.xml Moving all files to trunk. 2011-03-19 22:39:51 +00:00
LICENSE Added License info. Essentials is GPLv3 2011-05-13 19:58:30 +00:00
README.markdown Edited README.markdown via GitHub 2011-07-02 15:12:43 -07:00
settings.zip Added developer readme and settings. 2011-06-07 23:01:28 +02:00

Essentials Development Readme

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

We use NetBeans 7 for development.

Recommended NetBeans plugins:

In the root folder of the repository is a file called settings.zip. It contains the code guidelines settings. Open the preferences of NetBeans and import the zip file. Use "Source > Format" before each commit please.

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.