Updated Dynmap API (markdown)

Joo200 2023-07-24 21:31:07 +02:00
parent 3e29f7c87f
commit 39ae7dbd39
1 changed files with 11 additions and 10 deletions

@ -4,15 +4,6 @@ You need a fundamental knowledge from java and the general non api usage from th
# Add the Dependency
Add the dynmap api as dependency to your maven or gradle project
### Plugin.yml
As well as in your `plugin.yml`:
```yml
...
depend:
- dynmap
```
# Gradle
```groovy
repositories {
@ -46,7 +37,17 @@ dependencies {
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.
## Bukkit
For Bukkit based platforms you should add `dynmap` to the `depend` or `softdepend` array in the plugin.yml.
### plugin.yml
```yml
...
depend:
- dynmap
```
# Accessing the dynmap api