From 5d0e369b72845091985607c34f9d4236aa197b53 Mon Sep 17 00:00:00 2001 From: mfnalex <1122571+mfnalex@users.noreply.github.com> Date: Sat, 29 May 2021 18:29:04 +0200 Subject: [PATCH] Update HOW_TO_USE_API.md --- HOW_TO_USE_API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOW_TO_USE_API.md b/HOW_TO_USE_API.md index 83825a6..ec371dd 100644 --- a/HOW_TO_USE_API.md +++ b/HOW_TO_USE_API.md @@ -143,5 +143,5 @@ You can also instead use your own custom inventory holder that either `implement Here is a complete example plugin that shows to add and use the ChestSort API: [LINK](https://github.com/JEFF-Media-GbR/ChestSortAPIExample) (OUTDATED: The example plugin still uses API version 2.0.0) ## Javadocs & Source code -- [ChestSortAPI Javadocs](https://repo.jeff-media.de/javadocs/ChestSortAPI). (OUTDATED: The JavaDocs are still on version 2.0.0, I will update it in the next days, sorry for the trouble - contact me on Discord at https://discord.jeffm-media.de if you need assistance) +- [ChestSortAPI Javadocs](https://repo.jeff-media.de/javadocs/ChestSortAPI). (OUTDATED: The JavaDocs are still on version 2.0.0, I will update it in the next days, sorry for the trouble - contact me on Discord at https://discord.jeff-media.de if you need assistance) - [ChestSortAPI source code](https://github.com/JEFF-Media-GbR/Spigot-ChestSortAPI).