AreaShop V2.1.5 (WG5.9)

Details

  • Filename
    AreaShop.jar
  • Uploaded by
  • Uploaded
    Feb 11, 2015
  • Size
    245.06 KB
  • Downloads
    2,093
  • MD5
    d8a32b4cb42f5789cfc346dd05c3f925

Supported Bukkit Versions

  • 1.8
  • CB 1.7.9-R0.2
  • 1.8.3

Changelog

Required plugin versions

  • Java 7 or higher (I recommend to always install the latest one on your server)
  • Bukkit/Spigot 1.7.9 or higher (modded server often include Bukkit/Spigot support, so it should also work on that, but it is not specifically tested for it)
  • WorldGuard: 5.9 (for 6.0+ use this file)
  • WorldEdit: 5.6.3 or higher
  • Vault: 1.4.1 or higher
  • An economy plugin supported by Vault (check the Vault page for a list of these)

WARNING

If you are updating from a version lower then V2.1.0 then it is required to generate a new config.yml and default.yml file! If you keep using the old config then the flags of the WorldGuard region will be set incorrectly (resulting in players unable to access their regions). Generating new config files will also give you immediate access to all new features and settings, which are quite a lot.

Changes V2.1.5

  • Changed all translations to have a period at the end of sentences.
  • Added a Chinese (Taiwan) language file
  • Added a blacklist option in the config to block certain regions from being added to AreaShop (you can provide a list of region names with regular expressions) by default only '_global_' is on the list. Regular expressions make it possible to for example block all regions with a certain pattern.
  • Added a setting 'findTeleportToSign' to change if '/as find' should teleport you to the first sign of the region or to the '/as settp' spot (with fallback to the middle of the region).
  • Fixed a small bug that would cause you to get teleported to the fallback spot instead of the '/as settp' one when you try to teleport to a sign but don't have permission for it (AreaShop changes your request to a non-sign teleport if you do have permission for that in that case)
  • Added an extra option to '/as info' to list all regions that do not have a group, use '/as info nogroup'.
  • Added name change detection on login of the player (checks if the players name matches the saved name for the regions that are owned by the players, works because getting regions happens with the UUID) and if it changed it will update the region flags and signs.
  • Changed that now all region flags and signs will be updated when starting the server, that way users don't think that something does not work simply because the region is not updated. This can be turned off by setting 'updateRegionsOnStartup' to false in the config (updating the region happens slowly so it should not cause any noticeable lag).
  • Removed the '/as updaterents' and '/as updatebuys' commands, became redundant because '/as reload' also updates all regions now so that can be used instead.
  • Fixed translation of color codes for greeting/farewell messages for WorldGuard 6.0+ users (this problem was caused by an unintended breaking change by WorldGuard, check this ticket for details).