Best sorting plugin for Minecraft / Spigot 1.14+
Go to file
Azzurite 3a6458536e Add gitignore 2019-04-25 16:25:35 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2018-08-24 17:18:37 +02:00
.settings added German language support 2018-08-12 16:40:40 +02:00
src/de/jeffclan Update for 1.14 2019-04-25 09:32:00 +02:00
.classpath Update for 1.14 2019-04-25 09:32:00 +02:00
.gitignore Add gitignore 2019-04-25 16:25:35 +02:00
.project first commit 2018-08-12 15:33:54 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-08-24 17:12:16 +02:00
HOW_TO_USE_API.md Update HOW_TO_USE_API.md 2019-01-12 15:51:21 +01:00
LICENSE Create LICENSE 2018-08-24 17:15:09 +02:00
README.md updated readme 2018-11-11 14:19:07 +01:00
config.yml Revert "Convert the project to use Maven" 2019-04-25 08:48:23 +02:00
plugin.yml Update for 1.14 2019-04-25 09:32:00 +02:00

README.md

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.