The essential plugin suite for Minecraft servers.
Go to file
snowleo ad65e66a7c Cleanup of Essentials Block and Player Listeners
Removed old sign code
Moved some jail stuff to the JailPlayerListener
Jail Events now have low priority, so that events are cancelled early.
2011-07-15 21:49:52 +02:00
BuildAll Fix dependency 2011-06-07 21:55:31 +02:00
Essentials Cleanup of Essentials Block and Player Listeners 2011-07-15 21:49:52 +02:00
EssentialsChat Moved user.setDisplayName() from EssentialsChat to Essentials 2011-07-15 20:35:09 +02:00
EssentialsGeoIP Only import what we really need. 2011-06-07 01:08:31 +02:00
EssentialsGroupBridge GroupManager fix (The commands didn't work) 2011-06-25 14:18:45 +02:00
EssentialsGroupManager essentials.back.ondeath would be useless without essentials.back 2011-07-03 06:58:20 -07:00
EssentialsPermissionsCommands Corrected all commands of PermCommands 2011-06-26 15:47:28 +02:00
EssentialsProtect Log Protection alerts to the console 2011-07-15 19:52:29 +02:00
EssentialsSpawn Corrected all commands of PermCommands 2011-06-26 15:47:28 +02:00
EssentialsXMPP Return boolean on sendMessage (XMPP) 2011-07-07 21:25:15 +02:00
lib CB# 974 2011-07-09 12:45:41 +01: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.