Azzurite / Spigot-ChestSort

1.13 compatible Minecraft-/Spigot-Plugin to allow automatic chest sorting.

Home Page:https://www.spigotmc.org/resources/1-13-chestsort.59773/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChestSort

1.13 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

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.13

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.

About

1.13 compatible Minecraft-/Spigot-Plugin to allow automatic chest sorting.

https://www.spigotmc.org/resources/1-13-chestsort.59773/

License:GNU General Public License v3.0


Languages

Language:Java 100.0%