Update HOW_TO_USE_API.md

This commit is contained in:
JEFF 2018-11-08 00:33:30 +01:00 committed by GitHub
parent f08b25e43d
commit 8f40373df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# API Usage
You have to import ChestSort.jar into your BuildPath.
If you want to use ChestSort's advanced sorting features for your own plugin, you can use the ChestSort API. It provides a method to sort any given inventory, following the rules you have specified in your ChestSort's plugin.yml and the corresponding category files.
To use ChestSort's sorting features in your Spigot/Bukkit plugin, you have to import ChestSort.jar into your BuildPath.
Then you can access it via the plugin manager: