Add build introduction

This commit is contained in:
tanyaofei 2024-08-08 10:13:21 +08:00
parent 6c962eee99
commit 8ee3b927a9
2 changed files with 15 additions and 0 deletions

11
BUILD.md Normal file
View File

@ -0,0 +1,11 @@
Here is a simple introduction lead you to build this project
## Build NMS Dependencies
Mojang does not allow anyone to publish the remapped NMS jar to any public repository,
so you need to build it yourself
1. Download [BuildTools](https://www.spigotmc.org/wiki/buildtools/)
2. execute `java -jar BuildTools.jar --rev 1.21 --remapped` to install NMS 1.21 to your local repository

View File

@ -177,3 +177,7 @@ self-commands:
- '/login abc123!'
```
# Build Project
See the [introduction](./BUILD.md).