mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-02-16 11:51:58 +01:00
Added hint for depend and soft-depends in plugin.yml
parent
fafa7fc1a5
commit
3e29f7c87f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user