mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-20 15:11:25 +01:00
Update README.md
This commit is contained in:
parent
ee2018416e
commit
9307f9b9c1
15
README.md
15
README.md
@ -23,12 +23,21 @@ EssentialsX is almost a completely drop-in replacement for Essentials. However,
|
|||||||
|
|
||||||
Building
|
Building
|
||||||
--------
|
--------
|
||||||
To build with Maven, use the command
|
|
||||||
|
Because EssentialsX builds against the Spigot/CraftBukkit server software for legacy support, you need to run Spigot's BuildTools for several versions in order to get it to compile.
|
||||||
|
|
||||||
```
|
```
|
||||||
mvn package dependency:copy
|
java -jar BuildTools.jar --rev 1.8
|
||||||
|
java -jar BuildTools.jar --rev 1.8.3
|
||||||
|
java -jar BuildTools.jar
|
||||||
```
|
```
|
||||||
|
|
||||||
Jar files can then be found in the /jars folder
|
Then, to build with Maven, use the command
|
||||||
|
```
|
||||||
|
mvn clean install
|
||||||
|
```
|
||||||
|
|
||||||
|
Jar files can then be found in the /target folder for each module.
|
||||||
|
|
||||||
|
|
||||||
Commit Guidelines
|
Commit Guidelines
|
||||||
|
Loading…
Reference in New Issue
Block a user