Update HOW_TO_USE_API.md

This commit is contained in:
mfnalex 2022-07-23 13:58:09 +02:00 committed by GitHub
parent b4eacf1f91
commit 5d5eb4b8e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -42,8 +42,7 @@ ChestSortAPI.sortInventory(player.getInventory());
```
### As `softdepend`
If you only softdepend on ChestSort, you have to check whether ChestSort is installed. To avoid exceptions, do not import the ChestSortAPI class
in classes that you instantiate regardless of whether ChestSort is installed, but use qualified method calls instead:
If you only softdepend on ChestSort, you have to check whether ChestSort is installed:
```java
if(Bukkit.getPluginManager().getPlugin("ChestSort") != null) {
@ -137,4 +136,4 @@ Here is a complete example plugin that shows to add and use the ChestSort API: [
If you need help using the API, feel free to join my Discord server:
[![Join my Discord](https://api.jeff-media.de/img/discord1.png)](https://discord.jeff-media.de)
[![Join my Discord](https://api.jeff-media.de/img/discord1.png)](https://discord.jeff-media.de)