Updated APIv5 (markdown)

Risto Lahtela 2021-03-04 09:37:08 +02:00
parent 6d65fc80a1
commit 1758f03062
1 changed files with 6 additions and 9 deletions

@ -3,27 +3,24 @@
Welcome to using Plan API v5.
Plan API is distributed via Bintray repository:
Plan API is distributed via Github Packages:
```xml
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-rsl1122-Plan-repository</id>
<name>bintray</name>
<url>https://dl.bintray.com/rsl1122/Plan-repository</url>
<id>Plan Github Packages</id>
<name>Plan repository</name>
<url>https://maven.pkg.github.com/plan-player-analytics/Plan</url>
</repository>
```
```xml
<dependency>
<groupId>com.djrapitops</groupId>
<artifactId>Plan-api</artifactId>
<artifactId>plan-api</artifactId>
<version>...</version>
</dependency>
```
Dependency version information can be found here:
https://bintray.com/rsl1122/Plan-repository/Plan-API
https://github.com/plan-player-analytics/Plan/packages/651264
Remember to add `"Plan"` as a softdependency to your plugin information (plugin.yml / Plugin annotation).