Skip to content

Releases: teaconmc/AreaControl

0.5.16

20 Jul 16:49
Compare
Choose a tag to compare

Change set since 0.5.15:

3149802: Bump to 0.5.16
4eef906: Try fixing the check
4886451: Experimental: enforce overlap check not only in claiming but also in loading from disk
c922d34: Prohibit claiming a sub-area that has exactly the same range as of its parent

0.5.15

20 Jul 08:36
Compare
Choose a tag to compare

Change set since 0.5.14:

20b8be8: Bump version to 0.5.15
e2ded8a: Experimental: information regarding sub-area are now calculated on-the-fly instead of being persistent
89d6805: Fix standing-in-area check always fail; fix area highlight not cleared when claiming fails
8492ea8: Workaround a possible issue where cancelling has no effect
6359bde: Whether lava can spread fire is now determined by area.allow_fire_spread

0.5.14

19 Jul 06:48
Compare
Choose a tag to compare

Change set since 0.5.13:

385c6fe: Bump version number to 0.5.14
a8902a8: Add outside selection check

0.5.13

18 Jul 22:53
Compare
Choose a tag to compare

Change set since 0.5.12:

eb0eba6: Fix toml-format repo again; bump to 0.5.13

0.5.12

18 Jul 20:10
Compare
Choose a tag to compare

Change set since 0.5.11:

198fe6d: Bump to 0.5.12
2fcf54d: Actually delete area data when unclaimed
37ac232: Also include dimension in the area detail
cfb8c15: Experimental: area.allow_fire_spread
6ecb964: Give a message when right-click block is disabled in an area
1bde501: Limit Y range for rendering
3a682a1: /ac mine
c03bb18: Experimental: auto-completion support for /ac current properties set/unset
4c91953: Drop the usage of dynamic context
a88cb15: Welcome message is now translated and controlled by permission
d3b46ef: Experimental: welcome message on first time when player enters an area
2405e92: Attempt to fix the serialization in TomlBasedAreaRepository

0.5.11

17 Jul 02:30
Compare
Choose a tag to compare

Change set since 0.5.10:

1c34997: /ac claim cancel now has two alias: /ac desel and /ac deselect

0.5.10

17 Jul 02:23
Compare
Choose a tag to compare

Change set since 0.5.9:

9a946d6: /ac claim cancel; bump version to 0.5.10

0.5.9

16 Jul 21:43
Compare
Choose a tag to compare

Change set since 0.5.8:

577e4a5: Bump version to 0.5.9
f976b39: Compare coordinate directly to make the "nearby" more intuitive
ca714e6: Use cache to speed up build

0.5.8

16 Jul 20:56
Compare
Choose a tag to compare

Change set since 0.5.7:

0044588: Bump version to 0.5.8
e4571e0: New client enhanced visual: highlighting marked area
b373410: Ignore Y-coordinate when locating "nearby areas"

0.5.7

16 Jul 19:11
Compare
Choose a tag to compare

Change set since 0.5.6:

adce6d7: Bump version to 0.5.7
185809f: Add more info for /ac nearby
02f2443: Fix JsonBasedAreaRepository