diff options
author | KHobbits <rob@khobbits.co.uk> | 2013-10-07 01:34:42 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2013-10-07 01:34:42 +0100 |
commit | cc34c0262339ebac2a4a58fb1cf8501c8f0c619f (patch) | |
tree | 89ca77f459feef54ac68d53f1d6c49d344beb05e /README.markdown | |
parent | cfa367dfc30a91aace2199fe6bd24f38829e6265 (diff) | |
download | Essentials-cc34c0262339ebac2a4a58fb1cf8501c8f0c619f.tar Essentials-cc34c0262339ebac2a4a58fb1cf8501c8f0c619f.tar.gz Essentials-cc34c0262339ebac2a4a58fb1cf8501c8f0c619f.tar.lz Essentials-cc34c0262339ebac2a4a58fb1cf8501c8f0c619f.tar.xz Essentials-cc34c0262339ebac2a4a58fb1cf8501c8f0c619f.zip |
Update README.markdown
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown index 89be0a7b4..cc55bb847 100644 --- a/README.markdown +++ b/README.markdown @@ -4,7 +4,7 @@ Essentials Development Readme The official repository is at: https://github.com/essentials/Essentials -We use NetBeans 7 for development. +We use NetBeans 7.3 for development. Recommended NetBeans plugins: @@ -33,6 +33,14 @@ 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. +If you create pull requests, always make them for the 2.x branch. -The essentials bug tracker can be found at http://www.assembla.com/spaces/essentials/tickets +The essentials bug tracker can be found at https://essentials3.atlassian.net/ + + +Other advice +----------------- + +Not all features are 'Essentials Ready'. Essentials is designed to be cover the basic needs of Minecraft server administration, for this reason, we reject over 80% of feature requests. + +Before developing an Essentials feature, we would recommend speaking to a developer in the Essentials IRC channel (#essentials on irc.esper.net). |