ScrollingMenuSign v1.0.2

Details

  • Filename
    ScrollingMenuSign.jar
  • Uploaded by
  • Uploaded
    Jan 11, 2012
  • Size
    179.62 KB
  • Downloads
    1,835
  • MD5
    7c7e4da3c59afd7e70f0e0bebba3756a

Supported Bukkit Versions

  • CB 1.0.1-R1

Changelog

ScrollingMenuSign v1.0.2

  • Hopefully fixed experience costs ($X,<n>) to work with MC 1.0
  • Permissions definitions revamped slightly in plugin.yml, parent permissions nodes (e.g. scrollingmenusign.user) should work correctly with PEX now
  • Catch and ignore IllegalStateException from calls to Bukkit's player.getTargetBlock() method - the exception appears to be harmless
  • If you're using PermissionsEx (PEX) you will need to use PEX 1.16 or later. 1.15 or earlier will not work.
  • When using Spout, maps which are map views won't have their item name (tooltip) changed to match the menu title, due to a bug in Spoutcraft (Spoutcraft currently throws an NPE if you try to rename an item) - https://github.com/SpoutDev/Spout/issues/1087
  • There is a bug in the Spout ListWidget where if there are enough items in the menu to require a scrollbar to be shown, the ListWidget will jump to the end of the list whenever an item is selected. You can scroll back up with the mouse wheel, however - https://github.com/SpoutDev/Spout/issues/1233