ClickSort v1.1.2

Details

  • Filename
    ClickSort.jar
  • Uploaded by
  • Uploaded
    Mar 5, 2013
  • Size
    127.52 KB
  • Downloads
    1,230
  • MD5
    2f3809c50760c9e84d7a4f5445368e5d

Supported Bukkit Versions

  • CB 1.4.7-R1.0

Changelog

ClickSort v1.1.2 (5 Mar 2013)

  • Fixed NPE which can sometimes occur if Essentials is not installed.

ClickSort v1.1.1 (4 Mar 2013)

  • Fixed NumberFormatException seen with some data values - http://dev.bukkit.org/server-mods/clicksort/tickets/5-couple-new-errors/
  • Add extra sanity checking for possible null sort keys - if null keys are encountered (shouldn't ever happen) then an informative error message including inventory contents will be logged to the server.log. Please report any such errors via a ticket, including the inventory contents.

ClickSort v1.1.0 (27 Feb 2013)

  • Added two new sort modes: sort by group and sort by value. These depend on suitable configuration files (groups.yml and values.yml), of which samples have been included. Sort by value can also use the Essentials worth.yml file if you have Essentials installed.
  • Added /clicksort shiftclick command to disable shift-click to change sort & click mode on a per-player basis. Useful for players who find themselves accidentally shift-clicking on an empty slot.
  • Added /clicksort click and /clicksort sort commands to change click mode and sort mode. Alternatives to shift-left-click and shift-right-click if you have shift-clicking disabled.
  • Fix: http://dev.bukkit.org/server-mods/clicksort/tickets/3-random-error-on-sorting/ should be resolved now.