Releases: md5sha256/AreaShop
Don't fail for any version >= 1.17.1
Project structure refactored so that we don't need a new platform adapter for every new minecraft version. This stops the plugin from failing due to a missing platform adapter on versions such as 1.20 and 1.20.1. This does not mean that those version are supported; however, the plugin will still function (on any version >= 1.17.1)
On another note, the github updater has been properly fixed to use semver parsing so that it treats snapshot versions as older than full releases.
Release 2.7.14
- Drop explicit support for 1.20 and 1.20.1
(although they should still work fine)EDIT: does not work with 1.20 nor 1.20.1 - Fixes bugs with signs being invalidated upon restart and signs not being deleted from memory when a region is deleted
Add support for 1.20.2
NOTE the commit history for this release is messed up. This jar includes the 2 commits relating to 1.20.2 support.
Bug fixes
Support for 1.20
Adds support for 1.20
Support for 1.19.4
Also drops support for 1.19.3 and 1.19.2
Bugfix for Paper+
Fixes messages seemingly not being sent on Paper+ servers when dealing with OfflinePlayer
s
Support for 1.19.3
Support for both 1.19.3 and 1.19.2
Bugfix
1.19.2 and Updates to the FAWE and WE Adapters
Changes
- Rewrote the schematic handling for both FAWE and WE
- Added a new config option
forceClearEntities
which is used to workaround an odd behaviour where item frames and paintings aren't removed when regions are restored. This option isfalse
by default. - Changes to signs, should be less buggy when performing
/as delsign
and removes duplicate sign entries in the region.yml. Note that signs will no longer preserve insertion order when saved in the region.yml - Partially fixed the updater message (you will need to regenerate your EN language file)
- Ensure that issues with the
FileManager
loading files on init are properly reported - Compile against 1.19.2
Big thanks to @TomLewis for providing test cases and testing schematic handling!