mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-02 15:43:22 +01:00
Merge remote-tracking branch 'origin/master' into master
This commit is contained in:
commit
036c4fd68a
@ -5,6 +5,8 @@ If you want to use ChestSort's advanced sorting features for your own plugin, or
|
||||
- a cancellable event called `ChestSortEvent` that is fired whenever ChestSort is about to sort an inventory
|
||||
- a custom InventoryHolder called `Sortable` that you can use when creating inventories to tell ChestSort that this inventory should be sortable
|
||||
|
||||
and more.
|
||||
|
||||
## Maven repository
|
||||
You can use maven to add ChestSort as a dependency to your Spigot-/Bukkit-Plugin:
|
||||
|
||||
@ -132,10 +134,12 @@ You can also store another InventoryHolder in the Inventory if needed:
|
||||
Sortable holder = new Sortable(player)
|
||||
```
|
||||
|
||||
You can also instead use your own custom inventory holder that either `implements ISortable` or `extends Sortable`.
|
||||
|
||||
## Example Plugin
|
||||
|
||||
Here is a complete example plugin that shows to add and use the ChestSort API: [LINK](https://github.com/JEFF-Media-GbR/ChestSortAPIExample)
|
||||
|
||||
## Javadocs & Source code
|
||||
- [ChestSortAPI Javadocs](https://repo.jeff-media.de/javadocs/ChestSortAPI).
|
||||
- [ChestSortAPI source code](https://github.com/JEFF-Media-GbR/Spigot-ChestSortAPI).
|
||||
- [ChestSortAPI source code](https://github.com/JEFF-Media-GbR/Spigot-ChestSortAPI).
|
||||
|
Loading…
Reference in New Issue
Block a user