ScrollingMenuSign v0.5.1

Details

  • Filename
    ScrollingMenuSign.jar
  • Uploaded by
  • Uploaded
    Aug 26, 2011
  • Size
    76.14 KB
  • Downloads
    698
  • MD5
    1e58db3b51581d400dd821186f00882c

Supported Bukkit Versions

  • CB 1060

Changelog

v0.5.1 (10 Aug 2011):

  • Usage limits can now be set on a whole menu (in addition to per-item)
  • Some API updates (mainly around usage limits)
  • Fixed bug where creating a menu by punching a sign wasn't working properly

v0.5 (5 Aug 2011):

  • ScrollingMenuSign now has an API to allow other plugins to manipulate menus. See the Wiki for more information.
  • Menu items may now have limited uses - see the new /sms uses command on the Wiki.
  • Menus can now be sorted with the /sms sort command (and optionally configured to always remain sorted)
  • Menu data persistence now stores the menus one per file under ScrollingMenuSign/data/menus/<menu>.yml instead of all in the scrollingmenus.yml file. Makes for efficient data saving (don't need to write everything when one menu changes). Existing saved data will be seamlessly migrated.
  • Now supports Bukkit superperms (but Permissions will still be used in preference if it is detected)
  • Significant internal code cleanup.