Update README.md

This commit is contained in:
BongoCat 2022-05-31 18:35:02 -07:00 committed by GitHub
parent c1ac87fffb
commit 92e8469ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,9 +19,17 @@ Include the repo in your pom.xml with:
<url>https://github.com/darverdevs/EaglerMavenRepo/raw/main</url>
</repository>
```
Then, to add them as dependencies:
Then, add the craftbukkit jar file to your pom with:
```
<dependency>
<groupId>com.github.EaglerMaven</groupId>
<artifactId>craftbukkit</artifactId>
<version>craftbukkit-1.5.2-R1.0</version>
</dependency>
```
Finally, to add Plugin API as dependencies:
```
(Not: you do not have to add all of the dependencies for anything to work)
---------- Vault -----------
<dependency>
<groupId>com.github.EaglerMaven</groupId>