Updated HOW_TO_USE_API.md

This commit is contained in:
mfnalex 2021-07-07 09:38:45 +02:00
parent 4592f08057
commit 64c798eee6

View File

@ -22,7 +22,7 @@ You can use maven to add ChestSort as a dependency to your Spigot-/Bukkit-Plugin
<groupId>de.jeff_media</groupId>
<artifactId>ChestSortAPI</artifactId>
<version>11.0.0-SNAPSHOT</version>
<scope>provided</scope>
<scope>provided</scope>
</dependency>
</dependencies>
```