ClickSort

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.

ClickSort Image

Latest Version

All versions above should work on Spigot.

Video

A review of v1.0.0, with thanks to VariationVault :

Installation

  • Copy ClickSort.jar into your bukkit/plugins folder and reload/restart your CraftBukkit server.
  • The bukkit/plugins/ClickSort folder will be automatically created, containing a config.yml file.
  • You may edit this file as you please, and run /clicksort reload to reload. See Configuration for details.

As of v1.3.2, you'll have to put your item names into items.yml manually if you want to sort by item names.

Usage

ClickSort operates as follows:

  • In middle-click mode (the default, or swap key 'F' since ClickSort v1.5.1) players can sort their own inventory, a chest/dispenser/hopper/dropper inventory by middle-clicking any slot in that inventory (including slots with items in).
  • In double-click mode, players can sort 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 middle-click (in v1.1 and earlier, the default click mode was double-click).
  • Players can Shift-left-click any empty inventory slot to cycle through sorting by item ID, item name, item group, or item value (see Sort Modes for more detail on each sort mode).
  • Players can Shift-right-click any empty inventory slot to cycle between double-click and single-click mode, or disabled sorting.

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.

As of v1.1.0, it is also possible for players to disable shift-click mode changing (on a per-player basis); some players may find themselves annoyed by accidentally shift-clicking empty inventory slots. To avoid this, players can use the /clicksort shiftclick command to toggle shift-clicking for themselves.

Also as of v1.1.0, two commands have been added to allow players to set their sort or click modes directly; these are most useful if shift-click mode changing has been disabled:

  • /clicksort sort <id|name|group|value>
  • /clicksort click <middle|double|single|swap|none>

Protection

ClickSort attempts to respect protection plugins which cancel InventoryClickEvent by running its own event handler as late as possible and ignoring cancelled events.

Documentation

Planned

  • Possible sort mode to compact items? E.g. 9 iron ingot -> iron block, 9 diamond -> diamond block etc. Might require the player to have a crafting table in their inventory, or be standing near one.
  • Maybe a sorting "wand" to have the option of sorting chests without having the inventory open? A stick with some appropriate metadata set on it, for example.

Source

Changelog

Usage Statistics

Fully anonymous usage statistics are collected using bStats.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files