Update README.md

This commit is contained in:
BongoCat 2022-07-25 13:23:25 -07:00 committed by GitHub
parent 40f003e853
commit c28146bcf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,15 @@ Then, add the craftbukkit jar file to your pom with:
<version>1.5.2-R1.0</version>
</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:
```
(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>
<version>1.19.6</version>
</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