From 189d6a23c61b8e295f261a65b198aa46ffe71c56 Mon Sep 17 00:00:00 2001 From: md678685 Date: Tue, 19 Feb 2019 21:58:43 +0000 Subject: [PATCH] Add README section about depending on EssX --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 72998f2b2..a095af1ce 100644 --- a/README.md +++ b/README.md @@ -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 ------------