The essential plugin suite for Minecraft servers.
Go to file
KHobbits 3538728733 Fix null teleport costs. 2014-03-23 18:12:33 +00:00
Essentials Fix null teleport costs. 2014-03-23 18:12:33 +00:00
EssentialsAntiBuild Reformat pom 2014-02-08 00:13:46 +00:00
EssentialsChat Reformat pom 2014-02-08 00:13:46 +00:00
EssentialsGeoIP Reformat pom 2014-02-08 00:13:46 +00:00
EssentialsGroupManager Fix messages 2014-03-09 19:17:26 +02:00
EssentialsProtect [Fix] fireball-fire=true now prevents fire spread from fireballs 2014-02-08 00:22:56 +00:00
EssentialsSpawn Add IEssentialsSpawn class for API for Essentials Spawn with two methods, getSpawn(String) and setSpawn(String, Location). 2014-03-09 17:31:36 +00:00
EssentialsXMPP Reformat pom 2014-02-08 00:13:46 +00:00
WebPush Remove Ant, migrate Netbeans code style to pom.xml 2013-12-27 03:47:13 +11:00
examples remove users from bperm example, different yml file now. 2012-09-13 01:50:55 +01:00
lib Update Bukkit to 1.7.3-R0.3 - Bukkit: 1903 CB: 3020 2014-02-19 00:36:54 +00:00
.gitignore Track UUID for future use. 2014-02-02 17:05:41 +00:00
.travis.yml Travis - use Maven to build 2013-12-26 01:19:51 +11:00
LICENSE Added License info. Essentials is GPLv3 2011-05-13 19:58:30 +00:00
README.markdown Cleaning up readme markdown 2014-03-04 19:29:47 +00:00
groupmanager-pom.xml Add an upload-only pom file for GroupManager 2014-01-06 10:03:22 +11:00
nbactions.xml Fix NB parent compiling 2013-12-28 23:09:56 +00:00
pom.xml Update repository URLs 2014-02-15 14:23:30 +11:00

README.markdown

Essentials Development Readme

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

We use NetBeans 7.3 for development.

Recommended NetBeans plugins:

Building

To build with Maven, use the command

mvn package dependency:copy

Jar files can then be found in the /jars folder

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 EssentialsParent project and build that. You'll find all jars inside the jars folder.

Please only submit pull requests for the 2.x branch.

Bugs and issues can be submitted/found at https://essentials3.atlassian.net/

Other advice

Not all features are 'Essentials Ready'. Essentials is designed to cover the basic needs of Minecraft server administration, thus, we reject over 80% of feature requests that we deem are unsuitable.

Before developing an Essentials feature, we would recommend speaking to a developer in the Essentials IRC channel (#essentials on irc.esper.net). Click here if you have a IRC client.