Added hint for depend and soft-depends in plugin.yml

Joo200 2023-07-24 21:26:54 +02:00
parent fafa7fc1a5
commit 3e29f7c87f
1 changed files with 6 additions and 0 deletions

@ -42,6 +42,12 @@ dependencies {
</dependencies>
```
# Register the dependency in your used platform
Make sure to register the dependency in your used platform.
E.g. for Bukkit based platforms adding `Dynmap` to the `depend` or `softdepend` array in the plugin.yml.
# Accessing the dynmap api
Use the static method `DynmapCommonAPIListener.register` to register an instance of DynmapCommonAPIListener.