ClickSort
ClickSort is a Bukkit plugin which makes it very easy for players to sort their inventories (player/chest/dispenser) with a single or double click of the mouse. Players can sort by item ID, item name, switch between single- and double-clicking, or disable sorting entirely, all on a per-player basis and without needing any commands; it's all done with mouse clicks in inventory windows.
Latest Version
Installation
- Copy ClickSort.jar into your
bukkit/pluginsfolder and reload/restart your CraftBukkit server. - The
bukkit/plugins/ClickSortfolder will be automatically created, containing aconfig.ymlfile. - You may edit this file as you please, and run
/clicksort reloadto reload. See Configuration for details.
Usage
ClickSort operates as follows:
- In double-click mode (the default) players can sort their own inventory, a chest inventory, or a dispenser inventory by double-left-clicking any slot in that inventory (including slots with items in).
- In single-click mode, players can sort inventories by single-left-clicking any empty slot in that inventory.
- By default, items are sorted by item ID (see http://www.minecraftwiki.net/wiki/Data_Value for a full list of ID's) and the click mode is double-click.
- Players can Shift-left-click any empty inventory slot to cycle through sorting by item ID, item name, or disabled sorting.
- Players can Shift-right-click any empty inventory slot to cycle between double-click and single-click mode.
Any mode changes will give the player a feedback message indicating the new sort or click mode. Player sort/click modes are persistent across server restarts.
ClickSort attempts to respect protection plugins which cancel InventoryClickEvents by running its own event handler as late as possible and ignoring cancelled events.