mirror of
https://github.com/darverdevs/EaglerMavenRepo.git
synced 2024-11-21 05:36:05 -08:00
Update README.md
This commit is contained in:
parent
40f003e853
commit
c28146bcf5
16
README.md
16
README.md
|
@ -27,6 +27,15 @@ Then, add the craftbukkit jar file to your pom with:
|
||||||
<version>1.5.2-R1.0</version>
|
<version>1.5.2-R1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
Or, alternatively, you can use BongoBukkit which has a vehicleSteerEvent
|
||||||
|
```
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.EaglerMaven</groupId>
|
||||||
|
<artifactId>BongoBukkit</artifactId>
|
||||||
|
<version>1.5.2</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
```
|
||||||
Finally, to add Plugin API as dependencies:
|
Finally, to add Plugin API as dependencies:
|
||||||
```
|
```
|
||||||
(Not: you do not have to add all of the dependencies for anything to work)
|
(Not: you do not have to add all of the dependencies for anything to work)
|
||||||
|
@ -66,6 +75,13 @@ Finally, to add Plugin API as dependencies:
|
||||||
<artifactId>PermissionSex</artifactId>
|
<artifactId>PermissionSex</artifactId>
|
||||||
<version>1.19.6</version>
|
<version>1.19.6</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
--------- BossBarAPI -------------
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.EaglerMaven</groupId>
|
||||||
|
<artifactId>BossBarAPI</artifactId>
|
||||||
|
<version>0.0.1</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are getting errors, run `mvn clean install -U` then, cut and paste the dependencies
|
If you are getting errors, run `mvn clean install -U` then, cut and paste the dependencies
|
||||||
|
|
Loading…
Reference in New Issue
Block a user