mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 07:59:44 +00:00
Update README.md
This commit is contained in:
parent
ee2018416e
commit
9307f9b9c1
1 changed files with 12 additions and 3 deletions
15
README.md
15
README.md
|
@ -23,12 +23,21 @@ EssentialsX is almost a completely drop-in replacement for Essentials. However,
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue