Updated APIv5 (markdown)

Risto Lahtela 2021-03-04 10:36:55 +02:00
parent b3b4aec226
commit 5650f7d039
1 changed files with 7 additions and 10 deletions

@ -3,24 +3,21 @@
Welcome to using Plan API v5.
Plan API is distributed via Github Packages:
Plan API is distributed via [Jitpack](https://jitpack.io/#plan-player-analytics/Plan):
```xml
<repository>
<id>Plan Github Packages</id>
<name>Plan repository</name>
<url>https://maven.pkg.github.com/plan-player-analytics/Plan</url>
<id>jitpack</id>
<url>https://jitpack.io</url>
</repository>
```
```xml
<dependency>
<groupId>com.djrapitops</groupId>
<artifactId>plan-api</artifactId>
<version>...</version>
<groupId>com.github.plan-player-analytics</groupId>
<artifactId>Plan</artifactId>
<version>5.2.1068</version>
</dependency>
```
Dependency version information can be found here:
https://github.com/plan-player-analytics/Plan/packages/651264
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).