mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-29 05:35:12 +01:00
Add changes of AreaShop 2.2.2
parent
97c872025d
commit
49897db2dc
24
Changelog.md
24
Changelog.md
@ -1,3 +1,27 @@
|
||||
## AreaShop V2.2.2
|
||||
**Additions:**
|
||||
* Add full 1.9 compatibility (only stats reporting and some tab completions were broken, all other functionality was functional already).
|
||||
* Add feature that lets players rent a region at least to the maximum rental time (before they could not extend before the region had `max-duration` time left). Can be turned off in the `default.yml` file with `extendToFullWhenAboveMaxRentTime`.
|
||||
* Add event system:
|
||||
- 'ask' type events that can be cancelled, broadcasted before the action happens.
|
||||
- 'notify' type events that cannot be cancelled, but only let you know that it has happened.
|
||||
- Events for renting (with extending flag), unrenting, buying, selling, reselling, adding and removing.
|
||||
- General 'RegionUpdateEvent' to listen to as display service (update signs, update regions flags, etc).
|
||||
- Can be used to write addons for AreaShop.
|
||||
- Is currently only used for updating signs and regions, but other parts of AreaShop will also be using it soon.
|
||||
* Add `areashop.linksigns` permissions to the `areashop.*` permissions group.
|
||||
* Add priority, interact and build flag to the default `config.yml` file, helps to reduce support for issues with this.
|
||||
* Add `middle` and number options to the `teleportLocationY` setting in `default.yml`.
|
||||
* Add variable support for all language messages that can support it, which means where a region is known.
|
||||
* Add Czech language, translated by Fractival.
|
||||
|
||||
**Fixes:**
|
||||
* Fix last active time of players sometimes not updating correctly, influences inactive unrent/sell feature.
|
||||
* Fix message variables for `/as info player <player>`.
|
||||
* Fix the `n:<name>` option for member/owner region flags (the `n:` was not stripped away before adding them).
|
||||
|
||||
***
|
||||
|
||||
## AreaShop V2.2.1
|
||||
* Added a setting to deny extending rental regions when the player is above his limits (if the player cannot rent the region back when he unrents it then it he is considered to be above his limits). Setting `allowRegionExtendsWhenAboveLimits` can be found in `config.yml` and is by default set at `false`, this modifies the behaviour of AreaShop compared to the previous version, but this is probably something that users already expect to happen.
|
||||
* Fixed a bug with `/as tp` sometimes teleporting to the region instead of a the sign when a player has certain permissions.
|
||||
|
Loading…
Reference in New Issue
Block a user