Skip to content

Commit

Permalink
Edited main page's README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacxk committed Jul 16, 2019
1 parent d9157cf commit 5e76d87
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# all-spigot-nms
All nms versions of bukkit in one jar file
All NMS versions of spigot in one jar file

# Usage
Add the following code to your `pom.xml` for the latest release:
Add this the `pom.xml` of your minecraft plugin (or any other project) to use it as dependency.
```xml
<repositories>
<!-- All NMS versions of bukkit/minecraft -->
Expand All @@ -20,4 +20,7 @@ Add the following code to your `pom.xml` for the latest release:
<scope>provided</scope>
</dependency>
</dependencies>
```
```

You can also compile it your self if you don't want to use maven you can clone this repository
and run the [download.sh](./bash/download.sh) and [compile.sh](./bash/compile.sh) commands to get the jar with all the contents.

0 comments on commit 5e76d87

Please sign in to comment.