TidyUp v0.4 alpha

Details

  • Filename
    TidyUp.jar
  • Uploaded by
  • Uploaded
    Jan 16, 2014
  • Size
    16.11 KB
  • Downloads
    260
  • MD5
    1c14eb77a19c781d05f44cb2f1769d9e

Supported Bukkit Versions

  • CB 1.7.2-R0.2

Changelog

V0.4 alpha:

The original still works after all this time, but felt an update was long overdue.

  • Added more control (like do not drop into chests you can't access ( or only do so when sneaking ))
  • Added the OCD stacking and sorting functionality which does it's magic as soon as you punch a chest you can access with an empty hand, sorting all items inside (it checks if item metadata is the same before stacking, so all your uniquely named dirt blocks are ok ;-))
  • Added default DropIn and OCD setting to the config.
  • Added permissions Added player specific yml, just two settings for now, so there should be no need for mysql yet ;-)
  • TidyUp OCD is shy and demands that nobody is watching the inventory, this is required to prevent item duplication (after all this time minecraft / bukkit still makes a mess of the chest interface :-( but at least there is this workaround).

V0.3: Stable for months now

V0.3 alpha: Updated to new bukkit event system, most plugins I use are not yet updated so couldn't test it yet

V0.2: fixed double chests, now they work removed overzealous code tracings to console

I need help testing this one

Dropping items in a chest with the chest inventory open leads to client side item duplication, but this is corrected by the server as soon as the inventory is closed. This is a bukkit issue (I still haven't found a API function to update client side inventory views)