mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-11-07 03:10:57 +01:00
23 lines
1.3 KiB
Markdown
23 lines
1.3 KiB
Markdown
# ChestSort
|
|
1.14 compatible Minecraft-/Spigot-Plugin to allow automatic chest sorting.
|
|
|
|
## About
|
|
Tired of sorting your chests? Let's spend less time on organizing, and more on playing!
|
|
|
|
![Screenshot ChestSort](https://static.jeff-media.de/i/chestsortbeforeafter.jpg "Screenshot ChestSort")
|
|
|
|
ChestSort will automatically sort every chest after you have closed it. Every player can enable or disable this feature if desired with the simple command `/chestsort`. By default, sorting is disabled. If a player uses a chest for the first time after logging in, they will be shown a text on how to enable automatic chest sorting. Players need the "chestsort.use" permission to use the plugin.
|
|
|
|
Sorting will work with chests and shulker boxes.
|
|
|
|
Tested Spigot versions: 1.11 to 1.14
|
|
|
|
## Download & more information
|
|
Please see the related topic at spigotmc.org for information regarding the commands, permissions and download links:
|
|
|
|
https://www.spigotmc.org/resources/1-13-chestsort.59773/
|
|
|
|
## Technical stuff
|
|
ChestSort takes an instance of org.bukkit.inventory.Inventory and copies the contents. The resulting array is sorted by rules defined in the config.yml. This takes far less than one millisecond for a whole chest. So there should be no problems even on big servers, where hundreds of players are using chests at the same time.
|
|
The plugin should cause no lag at all.
|