From 1495d5207efad894d8d11ebb87484f66428836cc Mon Sep 17 00:00:00 2001 From: Thijs Wiefferink Date: Sun, 30 Aug 2015 00:16:23 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8a2481e..95039b1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -75,7 +75,7 @@ * Fixed a bug with periodic sign updating crashing when a region has 0 signs. * Add an update checker, will check BukkitDev for the latest file and print a message in console if an update has been found. Also notifies OPs + players with the `areashop.notifyupdate` permission. It will never download the latest version, because those might require a backup or manual changes to run properly. * Fixed some possible bugs with getting the list of players that are added as friend to a region. -* --Restored compatibility with WorldGuard 5.9 (WorldGuard 6.0+ is still recommended because that one properly supports UUID`s, so 5.9 would cause problems with name changing) and WorldEdit 5.6.3 (could probably already be used with previous AreaShop versions)-- Broken in this version, fixed in V2.1.3 by releasing 2 jar files. +* --Restored compatibility with WorldGuard 5.9 (WorldGuard 6.0+ is still recommended because that one properly supports UUID's, so 5.9 would cause problems with name changing) and WorldEdit 5.6.3 (could probably already be used with previous AreaShop versions)-- Broken in this version, fixed in V2.1.3 by releasing 2 jar files. * The French language file has been corrected at some points. * The German language file has been completed and corrected at some points * The Polish language file has been improved slightly, but is not 100% complete yet (can you help translating? Check [this page](http://dev.bukkit.org/bukkit-plugins/regionbuyandrent/pages/schematics-languages/#w-option-2)) @@ -104,15 +104,15 @@ * Added a command `/as me`, which lists all your rent and buy regions, plus regions you are added as friend. * Added a `/as setowner [region]` command to change the owner of a region without triggering events for commands, schematics or money transactions (using this command on a rent region with the player that already rents it will extend the region by 1 time period). * Added a `/as resell [region]` command to let players put their bought region into resell mode. If they do that the sign will indicate you can buy the region (shows [Resale] at the top), but the owner can still do anything like normal. When another player buys the region then the money will get transferred to the original owner and the new player will be owner (then the sign shows [Sold] again). If a player changed his mind and does not want to resell his region anymore he can use `/as resell`. -* Added a tag %timeleft% for signs to show the time that a rent has left instead of the end date, AreaShop will update signs that have this every minute by default (check the values in the `signs` section at the bottom of the config to change this) +* Added a tag `%timeleft%` for signs to show the time that a rent has left instead of the end date, AreaShop will update signs that have this every minute by default (check the values in the `signs` section at the bottom of the config to change this) * All files (config.yml, default.yml, groups.yml, .yml and .yml) are now loaded in UTF-8 mode, so now they support all fancy characters like € or ê. * Limitgroups for limiting how much regions a player can buy/rent have changed to be more flexible. Now a `worlds` and `groups` section can be added to a group to let the limits only count for regions in these worlds and groups. This allows for different limits for regions in different world (let players have max 2 plots in creative, while limiting the number of shops in survival to 1) the groups allow you to limit certain type of regions that are in the same world. * The limitgroup `unlimited` that was normally in the config by default has been removed and now the permission `areashop.limitbypass` allows you to ignore the limits (default to OPs) * The `areashop.setteleportoutsideregion` permission now works correctly * Added a setting to specify the maximum time a rent region can be rented in advance: `maxRentTime` in default.yml. This prevents players from renting a region a year in advance, instead they have to extend their rent every now and then. * Added `areashop.teleportsignall` permission to teleport to signs of region you do not own (default for OPs) -* If a language string contains tags other then %0%, %1%, %2% etc, then all tags for regions can be used (check the config.yml file on the [Config System](http://dev.bukkit.org/bukkit-plugins/regionbuyandrent/pages/the-config-system/) page to see all available tags) -* All places where tags can be used, now also language strings can be inserted. Use %lang:%, where is the part before the colon in the language file. All tags that are available in the original string will be available in the inserted language string. +* If a language string contains tags other then `%0%`, `%1%`, `%2%` etc, then all tags for regions can be used (check the config.yml file on the [Config System](http://dev.bukkit.org/bukkit-plugins/regionbuyandrent/pages/the-config-system/) page to see all available tags) +* All places where tags can be used, now also language strings can be inserted. Use `%lang:%`, where is the part before the colon in the language file. All tags that are available in the original string will be available in the inserted language string. * The default commands that are executed by clicking on signs now use the full `/areashop` instead of `/as` to prevent collisions with commands of other plugins. * The number of digits behind the decimal point of prices can be changed with the `fractionalNumbers` setting in config.yml, the setting `hideEmptyFractionalPart` determines if the `.0` part of a number should be hidden or not. Default settings produce numbers like this: `$10`, `$5,50`, `$3.45`. * Fixed a bug with with money withdrawal: If a player is in world A and buys a region in world B the plugin now correctly withdraws money from world B. @@ -121,7 +121,7 @@ * Added a warning system for players to indicate their rent is running out, `expirationWarningProfiles` section in the config. Different times can be specifed when a message should be sent and a custom list of commands can be executed (all region tags can be used) * Added a settting `warningOnLoginTime` to default.yml, when a rent region has less then this time left when the owner of it logs in it will send a warning message to the owner. * The command `/as rentduration` is renamed to `/as setduration` to be consistent with the other commands -* The flagprofiles changed, owners and members now take a list of UUID`s, when setting to a region only these will be set (others are cleared). It is now possible to add groups to owners/members by using `g:` in the list, this does the same as `/region addmember g:`. It is now possible to specify the group a flag is about, use `g:`, can for example be used to only let members of a region walk into it. +* The flagprofiles changed, owners and members now take a list of UUID's, when setting to a region only these will be set (others are cleared). It is now possible to add groups to owners/members by using `g:` in the list, this does the same as `/region addmember g:`. It is now possible to specify the group a flag is about, use `g:`, can for example be used to only let members of a region walk into it. * If a schematic is wrongly sized compared to the region size AreaShop will print a warning in the console (but it will still restore it) #### Performance improvements @@ -129,7 +129,7 @@ * Checking expiration of rent regions * Updating of regions when using `/as updaterents` or `/as updatebuys` * Checking of regions for players that are inactive for too long (NEW) - * Periodic sign updates of regions for when it has tags like %timeleft% (NEW) + * Periodic sign updates of regions for when it has tags like `%timeleft%` (NEW) * Saving region files, now regions only get saved every 10 minutes now by default. Only regions that actually changed will be saved, when shutting down the server it will also safe the regions to prevent data loss. This task also handles saving the groups.yml file (also only saved when necessary) and saving of WorldGuard regions (uses the saveChanged() method of WorldGuard to only save regions that require it). * Checking for when to send warning about rent expiration to players (NEW) @@ -207,7 +207,7 @@ just add them to the file, to for example set the price for a group with buy reg *** ## AreaShop V1.3.0 -* Adds support for name changing, all files will be converted to UUID`s on startup. It will create files `rents.old` and `buys.old` as backup for if the conversion goes wrong, you can delete these after you are sure everything works +* Adds support for name changing, all files will be converted to UUID's on startup. It will create files `rents.old` and `buys.old` as backup for if the conversion goes wrong, you can delete these after you are sure everything works * Adds version system for all files, this is for converting to next version and is just a `behind the scenes` thing, a `versions` file will appear in the datafolder of the plugin * Adds a command to teleport to regions, normal players can only teleport to their bought/rented regions (can be changed with permissions) ops can teleport to all rent/buy regions. Teleportation is safe, the plugin tries to find a safe spot within the region. * Adds a command to set the teleport location, normal players can only set it for their bought/rented regions (can be changed with permissions) ops can change it for all regions. If no location is set the teleport command will try to teleport to the bottom middle of the region (and then checking a cube of increasing size around that while it is not safe).