SimpleSort
SimpleSort
SimpleSort is a simple plugin which allows players to sort the items in their inventories and chests by the item IDs. It was created as a continuation of VeraLapsa's Inventory Sort plugin, and it's the first plugin made by the Flying Lawnmower Development Team (Shadow1013GL, Pyr0Byt3, and pendo324), so let us know if you find any bugs xD (Source)
Commands
- /sort - Sorts currently targeted chest, or top part of inventory if no chest is targeted.
- /sort top - Sorts top part of the player's inventory.
- /sort all - Sorts all of the player's inventory.
- /sort hot - Sorts the player's hotbar.
- /sort chest - Sorts the currently targeted chest.
Permissions
- simplesort.* - Allows the player to sort both chests and their own inventory.
- simplesort.chest - Allows the player to sort chests by hitting them with the wand (Stick by default, but it can be changed in the config file).
- simplesort.inventory - Allows the player to sort their own inventory.
Note: To disable wand-sorting for specific players, remove the wand permission, like so:
- -simplesort.chest.wand.
Configuration
- enable-wand - Whether or not to allow sorting chests with the wand.
- wand - The item-id of the chest-sorting wand (Stick by default; to sort using an empty hand, change it to 0).
- stack-all - Allows stacking of all items up to 64 when sorting.
Quick note, guys: Just because there isn't a new release for a while, doesn't mean the plugin won't work with the updated version of Bukkit. Most of the time, it does. If there is a compatibility issue, we usually work quickly to fix it. Thanks for the downloads!
Awesome plugin! Thanks very much!
I think the Idea of TheFluffey is great, because you could make some sort algorithms you can define in the config file.
So One Algorithm is PER ID another one is custom designed. The third is also custom designed
I hope you know what i mean, cause my english is really bad.
@TheFluffey
For the inventories, it sounds like a really cool idea (I'll look into it soon); however, it's a bit unnecessary for the chests, since they're sorted by hitting them with the wand.
You should integrate spout and make it so that you can press a button inside of the chest and inventories screens to automatically sort them instead of commands.