TF-EssentialsX/README.markdown

45 lines
1.7 KiB
Markdown
Raw Normal View History

2015-04-20 19:51:56 +00:00
EssentialsX Development Readme
2011-06-07 21:01:28 +00:00
=============================
2015-04-20 19:51:56 +00:00
This is a fork of Essentials called EssentialsX.
2011-06-07 21:01:28 +00:00
2015-04-20 19:51:56 +00:00
If you are using this, do **NOT** ask Essentials for support.
2011-06-07 21:01:28 +00:00
2015-04-20 19:51:56 +00:00
The official upstream repository is at https://github.com/Essentials/Essentials
2011-06-07 21:01:28 +00:00
2013-10-18 11:49:03 +00:00
Building
--------
To build with Maven, use the command
```
mvn package dependency:copy
```
Jar files can then be found in the /jars folder
2013-02-20 01:39:04 +00:00
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.
2013-02-20 01:39:04 +00:00
- `[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.
2013-02-20 01:39:04 +00:00
- 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.
2013-02-20 01:39:04 +00:00
2011-06-07 21:01:28 +00:00
2015-04-20 19:51:56 +00:00
Other advice
-----------------
2011-07-02 22:12:43 +00:00
2015-04-20 19:51:56 +00:00
Not all features are 'EssentialsX Ready'. EssentialsX is designed to cover the basic needs of Minecraft server administration, thus, we reject over 80% of feature requests that we deem are unsuitable.
2011-10-04 14:56:43 +00:00
2015-04-20 19:51:56 +00:00
Before developing an EssentialsX feature, we would recommend speaking to a developer in the EssentialsX IRC channel ([#drtshock on irc.esper.net](http://webchat.esper.net/?channels=drtshock&prompt=1)). Click [here](irc://irc.esper.net/#drtshock) if you have a IRC client.
2013-10-07 00:34:42 +00:00
2015-04-20 19:51:56 +00:00
Support
2013-10-07 00:34:42 +00:00
-----------------
2015-04-20 19:51:56 +00:00
[Issue Tracker](https://github.com/drtshock/Essentials/issues)
2013-10-07 00:34:42 +00:00
2015-04-20 19:51:56 +00:00
[Live Support](http://webchat.esper.net/?channels=drtshock&prompt=1) available business hours (GMT -5)