BuyLand v0.8.7

Details

  • Filename
    buyland.jar
  • Uploaded by
  • Uploaded
    Oct 24, 2013
  • Size
    90.69 KB
  • Downloads
    457
  • MD5
    cdc9b92909dbb9a43ac9f0d80920f701

Supported Bukkit Versions

  • CB 1.6.2-R1.0

Changelog

  • Version 0.8.7
    • Bug fix only release
    • Tickets 65 & 66 - Fixes bugs introduced in 0.8.6
      • When a region was initially rented, rent extended, and rent region expired, the schematics were not being applied or saved from the settings.
        • It should have been looking for a setting of rentland.onRentExpire.placeSchematic, but was actually looking at buyland.onRentExpire.placeSchematic.
          • This and similar issues caused it to never find the setting for placing or saving the schematic in the onRentBegin, onRentExtend, and onRentExpire events.
          • This also affected the removelwcprotection setting in the same sections.
    • Ticket 67 - Fixes bugs introduced in 0.8.5
      • When a player with a mixed case name such as AndyCYXU buys a region, they can not sell it because it says they are not the owner.
        • When comparing the owner's name to the player's name, the players name was left upper case while the owners name was forced lower case when it was created.
          • This caused the name to not match, and flagged the player as not being the owner and denied the sale back.