Add a little bit of build info in readme
This commit is contained in:
parent
5bcfc5cc7f
commit
ddfc667d65
15
README.md
15
README.md
|
@ -64,6 +64,21 @@ Have you ever wanted to tame foxes? Well, now you can! <b>Use chicken to tame</b
|
|||
![giving fox totem](Screenshots/giving-fox-item.gif)
|
||||
![fox leaping towards chicken](Screenshots/fox-pouncing.gif)
|
||||
|
||||
## Building
|
||||
To build you must have several versions of spigot built and inside your maven cache. Here's a list of commands to run to install all of the correct versions:
|
||||
```
|
||||
java -jar ./BuildTools.jar --rev 1.14.4
|
||||
java -jar ./BuildTools.jar --rev 1.15
|
||||
java -jar ./BuildTools.jar --rev 1.16.1
|
||||
java -jar ./BuildTools.jar --rev 1.16.3
|
||||
java -jar ./BuildTools.jar --rev 1.16.5
|
||||
java -jar ./BuildTools.jar --rev 1.17 --remapped remapped-mojang
|
||||
java -jar ./BuildTools.jar --rev 1.17.1 --remapped remapped-mojang
|
||||
java -jar ./BuildTools.jar --rev 1.18 --remapped remapped-mojang
|
||||
java -jar ./BuildTools.jar --rev 1.18.1 --remapped remapped-mojang
|
||||
```
|
||||
Yes it's a lot, yes it will likely take a while to build all of these spigot versions. Only versions after 1.17 use remapped jars.
|
||||
|
||||
## Metrics collection
|
||||
![metrics](https://bstats.org/signatures/bukkit/TamableFoxes.svg)
|
||||
Tamable Foxes collects anonymous server statistics through bStats, an open-source statistics service for Minecraft software. If you wish to opt-out, you can do so in the `bstats/config.yml` file.
|
||||
|
|
Loading…
Reference in New Issue