Updated APIv5 (markdown)

Risto Lahtela 2021-03-04 10:40:21 +02:00
parent 6c8518a110
commit afe3c82e4e
1 changed files with 3 additions and 2 deletions

@ -17,9 +17,10 @@ Plan API is distributed via [Jitpack](https://jitpack.io/#plan-player-analytics/
<version>5.2.1068</version>
</dependency>
```
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).
- See latest version number from https://github.com/plan-player-analytics/Plan/tags
- 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.