Best sorting plugin for Minecraft / Spigot 1.14+
Go to file
JEFF 80b6b7ab7c
Merge pull request #48 from mindsolve/AddNewInventories
Added Enderchest and Minecart to sortable Inventories
2020-05-12 01:01:24 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2019-07-14 10:44:14 +02:00
src/main Merge pull request #48 from mindsolve/AddNewInventories 2020-05-12 01:01:24 +02:00
.gitignore Add gitignore 2019-04-25 16:25:35 +02:00
CHANGELOG.md 7.1 2019-08-01 21:25:56 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-08-24 17:12:16 +02:00
HOW_TO_USE_API.md Added API function sortingEnabled(Player player) 2019-04-26 12:25:44 +02:00
LICENSE Create LICENSE 2018-08-24 17:15:09 +02:00
pom.xml Update 7.2.1 2020-05-11 12:39:56 +02:00
README.md Update README.md 2019-07-15 14:44:13 +02:00
TODO.md update Todo for InventoryPages 2019-07-16 09:25:26 +02:00

ChestSort

1.8 to 1.14 compatible Minecraft-/Spigot-Plugin to allow automatic chest and inventory sorting.

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/

Building .jar file

To build the .jar file, you will need maven. Also, the CrackShot library is in no public repository, so please create a directory called lib and put the latest CrackShot.jar file inside it. Now you can do mvn install

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.

Screenshots

Screenshot ChestSort

Screenshot ChestSort