8.13.1-SNAPSHOT

This commit is contained in:
mfnalex 2020-07-12 03:03:31 +02:00
parent e1064e84c1
commit 435f90e488

View File

@ -47,7 +47,7 @@ If you use the `Sortable`class or the `ISortable` interface, you must also shade
## Accessing the API
Then you can access the API via the plugin manager:
```
```java
ChestSort chestSort = (ChestSort) getServer().getPluginManager().getPlugin("ChestSort");
if(chestSort==null) {
getLogger().severe("Error: ChestSort is not installed.");