Add README section about depending on EssX

This commit is contained in:
md678685 2019-02-19 21:58:43 +00:00 committed by GitHub
parent 441f88deea
commit 189d6a23c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,11 @@ mvn clean install
Each module's jar can be found in `target/` inside each module's directory.
Using EssentialsX in your plugin
--------------------------------
Writing a plugin and want to support EssentialsX? We have a Maven repository at https://ci.ender.zone/plugin/repository/everything/, and the EssentialsX artifact is `net.ess3:EssentialsX:2.16.0`. More information at the [wiki](https://github.com/EssentialsX/Essentials/wiki/Common-Issues#how-do-i-add-essentialsx-as-a-dependency).
Contributing
------------