Updated Changelog (markdown)

Thijs Wiefferink 2015-08-22 20:08:52 +02:00
parent 84a2ab8a64
commit 724954a67f

@ -95,8 +95,9 @@
##AreaShop V2.1.0##
#### Features added/changed
* Changed the `/as info region` command to show more relevant information:
{{http://dev.bukkit.org/media/images/79/547/Screenshot_1.png|/as info region}}
These are almost all things that could show there, some lines will not show up when based on config options (extending, in advance renting, restoring), some don`t show up if empty (friends, signs) and some don`t show up based on permissions (groups, teleport location, restoring).
![New /as info layout](http://dev.bukkit.org/media/images/79/547/Screenshot_1.png)
These are almost all things that could show there, some lines will not show up when based on config options (extending, in advance renting, restoring), some don`t show up if empty (friends, signs) and some don`t show up based on permissions (groups, teleport location, restoring).
* Adding friends to your region is now possible with `/as addfriend <player> [region]` (delete with `/as delfriend <player> [region]`), by default these players will also be added as member of the region, this can however be changed in the `flagProfiles` section of config.yml. By default friends can also teleport to the regions they are added to, deny permission `areashop.teleportfriend` to stop this.
* Automatic unrenting for players that are inactive for a certain period of time (`inactiveTimeUntilUnrent` and `inactiveTimeUntilSell` in default.yml, so this can also be changed for groups of regions or individual ones) OPs are excluded by default, those regions will not be unrented/sold.
* Added a argument to `/as find` to specify a group, it will only search for regions in that group if specified. Could be useful to create command signs and let players automatically get a region that is at a certain place.