Buyland v0.8.7

Details

  • Filename
    Buyland.jar
  • Uploaded by
  • Uploaded
    Oct 25, 2013
  • Size
    90.69 KB
  • Downloads
    1,090
  • MD5
    333ae2fbc5e54340ced4c025fe75dd16

Supported Bukkit Versions

  • CB 1.6.4-R1.0

Changelog

Re-compiled against 1.6.4 only - No additional bug fixes from the 1.6.2-R1.0 version

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