diff --git a/Changelog.md b/Changelog.md index 1260a0d..8fffc77 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 [region]` (delete with `/as delfriend [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.