Skip to content

Releases: md5sha256/AreaShop

Don't fail for any version >= 1.17.1

13 Nov 11:39
d058bb7
Compare
Choose a tag to compare
Pre-release

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

12 Nov 07:10
e56107f
Compare
Choose a tag to compare
  • 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

25 Sep 01:37
b27ea83
Compare
Choose a tag to compare

NOTE the commit history for this release is messed up. This jar includes the 2 commits relating to 1.20.2 support.

Bug fixes

30 Aug 12:15
ef03501
Compare
Choose a tag to compare
  • Fix region signs not persisting on server shutdown
  • Don't use NMS for 1.18+
  • Add jitpack.yml so that the plugin can be built on jitpack (these jars do not work for 1.17, only for 1.18+)

Support for 1.20

11 Jun 14:53
e18fe99
Compare
Choose a tag to compare

Adds support for 1.20

Support for 1.19.4

29 Mar 05:15
6795fc4
Compare
Choose a tag to compare

Also drops support for 1.19.3 and 1.19.2

Bugfix for Paper+

27 Feb 11:00
9e06b9f
Compare
Choose a tag to compare

Fixes messages seemingly not being sent on Paper+ servers when dealing with OfflinePlayers

Support for 1.19.3

15 Dec 08:33
b56d532
Compare
Choose a tag to compare

Support for both 1.19.3 and 1.19.2

Bugfix

09 Dec 08:52
0fd3848
Compare
Choose a tag to compare

Reduces the number of crashes due to sync OfflinePlayer lookups

1.19.2 and Updates to the FAWE and WE Adapters

12 Sep 14:36
172b5a9
Compare
Choose a tag to compare

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 is false 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!