Skip to content

Releases: teaconmc/AreaControl

0.8.8

24 Sep 05:49
Compare
Choose a tag to compare

Change set since 0.8.7:

375b50b: Version bump to 0.8.8 - fix improper handling of grandparent areas

0.8.7

24 Sep 05:06
Compare
Choose a tag to compare

Change set since 0.8.6:

ce95191: Version bump to 0.8.7 - fix entity selectors incorrectly blocking selection when it should allow

0.8.6

24 Sep 03:38
Compare
Choose a tag to compare

Change set since 0.8.5:

e020682: Version bump to 0.8.6 - fix another edge case

0.8.5

24 Sep 01:14
Compare
Choose a tag to compare

Change set since 0.8.4:

c2a20e3: Version bump to 0.8.5
57f6249: Make /ac nearby result a bit more readable
aff3a8b: Rewrite area intersection detection again. This time should work fine.

0.8.4

22 Sep 03:08
Compare
Choose a tag to compare

Change set since 0.8.3:

9db8398: Bump version to 0.8.4
a3ea14b: Rework the AreaManager::add logic

0.8.3

20 Sep 17:06
Compare
Choose a tag to compare

Change set since 0.8.2:

0d5f5aa: 0.8.3: do not attempt to call remove on immutable lists
5291031: No need for a refmap in NeoForge anymore

0.8.2

15 Sep 23:30
Compare
Choose a tag to compare

Change set since 0.8.1:

9d91f8d: 0.8.2: check curios inv

0.8.1

12 Sep 20:22
Compare
Choose a tag to compare

Change set since 0.8.0:

287dbd4: 0.8.1: update some descriptions; area welcome message is disabled by default

0.8.0

12 Sep 19:41
Compare
Choose a tag to compare

Change set since 0.7.15:

9461acb: Just write something to trigger workflow
791caeb: Fix unit test
79706fb: Remove license for template to avoid confusing license detector
66c9ea2: Upgrade JUnit & Mockito
f348e6d: Redirect -> WrapOperation
71922e8: Experimental: initial BlueMap compatibility - will show all areas as markers in blue map.
59b2986: Redesign /ac current output
123d43c: We have checked that this does not break vanilla connection
e3a99cb: Auto-populate new area name based on player name
11483b7: Fix a crash, very gg
14ccf9e: Protocol version should be 0.8.0 now...
c245580: Make area uid generation on-demand
7b50aa4: More vigorous test
dd4d555: New unit test for JsonBasedAreaRepositoryTest
c543c85: Experimental: caching parent area
9bd763c: Fix another formatting bug
1d24d24: Use allowPossessItem global fallback
6c1853a: Language update
978fe3d: Breaking: shorten all properties
d78c311: Update workflows
a639624: Fix build
9e718c4: Bump NeoForge version; add config UI support
95746d5: Force value toString
46aad13: Area names are no longer indexed and can have duplicates
f4d7695: Shorter
eb8d7cd: First draft of seized item safe
4db4e47: You know what? You can also do Dependency Injection w/ event bus.
2e46458: More Gradle restoration work
46faf9f: 曲线救国
4db842a: NeoForge's new damage pipeline supersedes one of our mixin usage
96965b8: LuckPerms/LuckPerms#3950 is merged now
75268ba: Apparently you have to give a distribution
c438ffb: Specify JDK21 as default JDK
dc70ae0: Restore unit test
948973c: First pass on proper build.gradle migration
3601c47: Fix TomlBasedAreaRepository
492a64d: Fix
bb35cd5: Migrate to 1.21 NeoForge.

0.7.15

15 Aug 05:26
Compare
Choose a tag to compare

Change set since 0.7.14:

b3247c0: 0.7.15: fix possible NPE; reset nearby area on dimension change