Updated APIv5 (markdown)

Aurora Lahtela 2022-09-04 08:40:46 +03:00
parent cb5368a1b0
commit 7c87573385
1 changed files with 5 additions and 3 deletions

@ -3,7 +3,9 @@
Welcome to using Plan API v5.
Plan API is distributed via [Jitpack](https://jitpack.io/#plan-player-analytics/Plan):
[![](https://jitpack.io/v/plan-player-analytics/Plan.svg)](https://jitpack.io/#plan-player-analytics/Plan)
Plan API is distributed via [Jitpack](https://jitpack.io/#plan-player-analytics/Plan)
```xml
<repository>
<id>jitpack</id>
@ -14,7 +16,7 @@ Plan API is distributed via [Jitpack](https://jitpack.io/#plan-player-analytics/
<dependency>
<groupId>com.github.plan-player-analytics</groupId>
<artifactId>Plan</artifactId>
<version>5.4.1366</version>
<version>{jitpack tag}</version>
<scope>provided</scope>
</dependency>
```
@ -23,7 +25,7 @@ Plan API is distributed via [Jitpack](https://jitpack.io/#plan-player-analytics/
- It is best to place jitpack as the last repository if you have multiple.
- Remember to add `"Plan"` as a softdependency to your plugin information (plugin.yml / Plugin annotation).
> All Plan API related things should be done in it's own class to avoid NoClassDefFoundError if Plan is not installed.
> 💡 All Plan API related things should be done in it's own class to avoid NoClassDefFoundError if Plan is not installed.
- [Javadocs for the API](https://plan-player-analytics.github.io/Plan/api/)