TidyUp v0.4.1

Details

  • Filename
    TidyUp.jar
  • Uploaded by
  • Uploaded
    Jan 23, 2014
  • Size
    21.20 KB
  • Downloads
    320
  • MD5
    55015fc06f53ffe6770b65e961afd29a

Supported Bukkit Versions

  • CB 1.7.2-R0.2

Changelog

V0.4.1:

  • Fixed it so the client side inventory updates correctly (no more visual item duplication YAY!)
  • Made the item drop storage a bit more verbal. Showing the amount of chests that were used to stored the items dropped.
  • Changed ocd from true | false to Off Manual and Automatic, v0.4 alpha values are converted automagically.
  • Manual: empty hand punch any chest you can access to sort it
  • Automatic: drop an item to have the chest that picked it up to auto OCD itself

Automatic sorting is only done AFTER the item is added to the chest. If the item did not fit in the current stacks (or empty slots) the item will not be stored in the chest and that chest will not be sorted.

added /tidyup defaultOCD command for admins to quickly be able to set the defaultOCD setting Using /tidyup ocd will rotate your ocd status between all available states (based on permissions) Using /tidyup ocd [Off | Manual | Auto] will set the desired state, only the first letter is checked (case insensitive), so to set ocd to automatic you can use: /tidyup ocd a

Haven't decided how to apply this to /tidyup on X, anyone got a good idea for shorthand commands?

  • Added tidyup.user.ocd to permission nodes, easy access to allow both ocd types
  • Added tidyup.canAutoOCD to control if a player can use the automatic OCD option

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).

Please let me know if there is anything that needs fixing ;-)