AreaShop v2.4.0
AreaShop V2.4.0
Works with Bukkit/Spigot 1.7.9 and above! (tested with 1.11)
- Change the
config.yml
anddefault.yml
files to be easier to understand:- The profiles previously listed in the
config.yml
are now directly assigned to the profile settings indefault.yml
- When you give a profile setting in
default.yml
a string it will still look up the profile inconfig.yml
, which ensures your old config still works.
- The profiles previously listed in the
- Add permissions
areashop.teleportavailable
andareashop.teleportavailablesign
, with which you can give players permission to teleport to all forsale/forrent regions (thanks jewome62 for the pull request!). - Support for stacking up and down with
/as stack
. - Fix clicking signs while confirmations are enabled trying to execute commands as players by default (causing that the player does not get a confirmation message).
- Fix a line break problem in the message parser and fix line breaks on 1.7 servers.
- Fix some color parsing issues in the message parser (it would not detect a color if you directly used the section sign).
- Add tab completion for
/as me
. - Fix a bug that caused
/as setowner
extending the rent, even though the owner is different as the previous one. - Rename the events AreaShop emits for integration with other plugins (this breaks existing plugins that use these events!).
- Fix WorldGuard version detection.
Note: Normally AreaShop does not need to be updated for each Minecraft version, even AreaShop v1.0 still works on the latest Spigot. The problem AreaShop v2.3.2 has is that it fails to read the WorldGuard version, which was already fixed in the development builds shortly after the v2.3.2 release.