BuyLand v0.8.8

Details

  • Filename
    Buyland-v1.8.8-for-1.6.4.jar
  • Uploaded by
  • Uploaded
    Dec 5, 2013
  • Size
    103.17 KB
  • Downloads
    2,977
  • MD5
    40f6de7f1206f508a6a14cf72638543b

Supported Bukkit Versions

  • CB 1.6.4-R2.0

Changelog

  • Version 0.8.8
    • fixed setting WorldGuard flag so greeting and farewell flags can be cleared by setting them to an empty string.
    • added config setting: buyland.allowedWorldGuardFlags and rentland.allowedWorldGuardFlags these contain entries below for each allowed flag that can be set and its price.
      • Ex:
        • [buy/rent]land:
          • allowedWorldGuardFlags:
            • default: 0.0 This line does not matter, but should be there
            • entry: 150.0
            • game-mode: 300.0
    • Ticket 69 & 41: Added sign control to allow the adding of worldGuard region flags.
      • Sneak left-click on a Sell Back sign or Rent Extend sign to view available flags as defined in the allowedWorldGuardFlags section.
      • Added config setting: general.sign.showBuyLand [true/false] that will allow you to choose if [BuyLand] is shown on the first line.
        • if it is not shown, then "For Rent" signs will also show the rent price.
        • added /abl signFix command to update existing signs after this config setting is changed.
    • Ticket 71: When a sign for a rented region is right-clicked, the time remaining will be displayed.
    • Ticket 72: allow for a way for the owner, member or admin of a region to restore or move its sign.
      • Reworked creation of all BuyLand signs.
      • Create a new sign with the following lines:
        • [BuyLand]
        • regionName (The name of the region)
    • Major Reworking of sign clicking actions.
    • Ticket 44: Addressed multi-part request
    • Ticket 75: Add permission buyland.offlinelimit.exempt to prevent the automatic selling of a region for a player that has not logged for a timeframe.
    • Reworked updating of config files to be more stable.