The essential plugin suite for Minecraft servers.
Go to file
snowleo ed29f29622 Merge pull request #15 from khobbits/patch-3
Not sure how well this would work, but its probably worth giving the user at least two of the item to combat client lag, if you try and build something with unlimited, but you only have 1 item, client lag prevents you from doing so quickly, because you need to wait for the server to give you back the item.
2011-07-20 16:44:51 -07:00
BuildAll Fix dependency 2011-06-07 21:55:31 +02:00
Essentials Merge pull request #15 from khobbits/patch-3 2011-07-20 16:44:51 -07:00
EssentialsChat Fix for local chat not working (instead acting just like global chat) 2011-07-20 18:08:02 -05:00
EssentialsGeoIP Heavy cleanup of all classes 2011-07-16 01:33:22 +02:00
EssentialsGroupBridge GroupManager fix (The commands didn't work) 2011-06-25 14:18:45 +02:00
EssentialsGroupManager Fix duplicated logger messages in GM after reload 2011-07-19 12:04:06 +02:00
EssentialsPermissionsCommands Revert to correct class loader 2011-07-16 05:06:08 +02:00
EssentialsProtect Removing the annoying c3p0 start message. 2011-07-19 11:11:59 +02:00
EssentialsSpawn Revert to correct class loader 2011-07-16 05:06:08 +02:00
EssentialsXMPP Heavy cleanup of all classes 2011-07-16 01:33:22 +02:00
lib Removed leftovers from initial Factions integration 2011-07-20 18:06:58 -05:00
.gitignore Ignore all build files 2011-06-11 12:25:55 +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.