AutoSort 0.8.3

Details

  • Filename
    AutoSort.jar
  • Uploaded by
  • Uploaded
    Aug 8, 2013
  • Size
    130.95 KB
  • Downloads
    953
  • MD5
    a81e15c392d1ab67e9e9fa6c39698a23

Supported Bukkit Versions

  • CB 1.6.2-R0.1

Changelog

- 0.8.3 | Bug Fixes / Features

  • Fixed bug in directions f and b not detecting correct chest locations
  • Changed permissions checks to include error message if no permission for command use.
  • Added Stained Clay and Carpet to command custom groups material group info
  • Added additional permissions fallbacks if known permission plugins not detected
  • Changed Ops to override permissions plugin.
  • Added config option to set what are valid inventory blocks for Sort Chests, Deposit Chests, and Withdraw Chests.
    • Allows for custom inventory blocks. Tested with Forge (Ironchests)
    • Config should autoupdate to add the new options. If not delete config and let regenerate.
    • SoftDepend on http://dev.bukkit.org/bukkit-plugins/bkcommonlib/
      • Required if you want to use custom inventories.
    • Most if not all Custom inventories can NOT be used for withdraw chests. If the inventory does not fire any bukkit inventory events and is not a member of Bukkit InventoryHolder then the withdraw chest will be ignored.
  • Added debug mode 2 for Custom Inventory Errors

If upgrading from versions prior to 0.8.1 the Config File will need to be deleted and allowed to regenerate. The Proximity Exceptions format has changed and if the config is left unchanged from the previous version will result in a NPE.

Config Help Note the proximity Exceptions format.

Note: Any custom inventory blocks not normally in bukkit. IE Forge (IronChests) will require BKCommonLib to function correctly with AutoSort. BKCommonLib is a SoftDepend now. Not necessary for normal function but needed for custom inventory. This version was compiled against BKCommonLib v1.54 and should work with versions forward from that. No guarantees or support for versions before 1.54

Note 2: Custom Inventory blocks for Withdraw chests in most cases will not work. This is mostly due to custom blocks not using Bukkit's event handlers which are required for Withdraw chests to function. But also because most if not all custom blocks do not inherit from Bukkit's InventoryHolder class. In any case, the plugin will warn in the console if the custom block will not work for withdraw chests.