Updated APIv5 (markdown)

Risto Lahtela 2019-06-25 22:38:30 +03:00
parent 8a9b67fe9c
commit a0f3dbd7cf
1 changed files with 1 additions and 1 deletions

@ -65,7 +65,7 @@ If something requires a Capability, it is mentioned in the documentation on this
> Requires `DATA_EXTENSION_TABLES` capability
Capability names can be found in `api-module/com.djrapitops.plan.capability.Capability` enum. (Please note that this class is package private to avoid direct calls that might lead to NoSuchFieldError.)
Capability names can be found in [`api/com.djrapitops.plan.capability.Capability`](https://github.com/plan-player-analytics/Plan/blob/master/Plan/api/src/main/java/com/djrapitops/plan/capability/Capability.java) enum. (Please note that this class is package private to avoid direct calls that might lead to NoSuchFieldError.)
## Listening for Plan reloads