Updated HOW_TO_USE_API.md

This commit is contained in:
mfnalex 2021-07-07 09:38:19 +02:00
parent d1e65f6430
commit 4592f08057

View File

@ -27,7 +27,7 @@ You can use maven to add ChestSort as a dependency to your Spigot-/Bukkit-Plugin
</dependencies> </dependencies>
``` ```
You must also add ChestSort to the `depend` or `softdepend` section of your `plugin.yml`. You must also add `ChestSort` (NOT `ChestSortAPI`) to the `depend` or `softdepend` section of your `plugin.yml`.
Note: it is no longer required **nor allowed** to shade the ChestSortAPI into your plugin. Note: it is no longer required **nor allowed** to shade the ChestSortAPI into your plugin.