Skip to content

Releases: bytzo/sessility

Release 0.7

03 Dec 16:45
Compare
Choose a tag to compare

This release makes Sessility compatible with Minecraft 1.21.4. Previous Minecraft versions are unfortunately not supported. Compared to Sessility 0.6.3, this version expects raw JSON text instead of strings for sessile and motile messages.

Changes

Sessility 0.7 is only compatible with Minecraft 1.21.4.

Release 0.6.4

23 Oct 15:52
Compare
Choose a tag to compare

This release makes Sessility compatible with Minecraft 1.21.3. Previous Minecraft versions are unfortunately not supported. Compared to Sessility 0.6.2, this version removes options for using boat paddling and advancement actions (jumping) for motility, as the vanilla games now counts any player or vehicle movement as a player action.

Changes

  • Compatible with Minecraft 1.21.3

Removed features (compared to 0.6.2)

  • Using boat paddling to determine motility (detect-boat-paddle), as the vanilla game now counts vehicle movement as an action under detect-action
  • Using player actions to determine motility (detect-advancement-action), as the vanilla game now counts player movement as an action under detect-action

Sessility 0.6.4 is only compatible with Minecraft 1.21.3.

Release 0.6.3

23 Oct 03:38
Compare
Choose a tag to compare

This release makes Sessility compatible with Minecraft 1.21.2. The options for detecting boat paddling and advancement actions (jumping) have been removed, as Minecraft 1.21.2 now counts any player or vehicle movement as player actions. Previous Minecraft versions are unfortunately not supported.

Changes

  • Compatible with Minecraft 1.21.2

Removed features

  • Using boat paddling to determine motility (detect-boat-paddle), as the vanilla game now counts vehicle movement as an action under detect-action
  • Using player actions to determine motility (detect-advancement-action), as the vanilla game now counts player movement as an action under detect-action

Sessility 0.6.3 is only compatible with Minecraft 1.21.2.

Release 0.6.2

08 Aug 15:09
Compare
Choose a tag to compare

This release makes Sessility compatible with Minecraft 1.21.1. However, previous Minecraft versions are not supported.

Sessility 0.6.2 is only compatible with Minecraft 1.21.1.

Release 0.6.1

13 Jun 17:25
ba8d430
Compare
Choose a tag to compare

This release makes Sessility compatible with Minecraft 1.21. However, previous Minecraft versions are not supported.

Sessility 0.6.1 is only compatible with Minecraft 1.21.

Release 0.6

29 Apr 21:10
8f132a7
Compare
Choose a tag to compare

Sessility 0.6 adds a new configuration option for detecting motility! Boat paddling can now be optionally used to trigger motility, which is useful for detecting players embarking on long journeys by boat that would otherwise be still. This release also makes Sessility compatible with Minecraft 1.20.6. However, previous Minecraft versions are not supported. Finally, a bug was fixed that prevented the use of chat formatting in sessile and motile broadcast messages, due to formatting being reset in translatable arguments. Now, chat formatting codes can be used in the sessile and motile broadcast messages without restriction.

New Features

  • Optionally use boat paddling to determine motility (#7)

Bug fixes

  • Translatable arguments are no longer reset in sessile and motile broadcast messages (#8)

Sessility 0.6 is only compatible with Minecraft 1.20.6.

Release 0.5.1

08 Dec 23:45
da98bc6
Compare
Choose a tag to compare

This release makes Sessility compatible with Minecraft 1.20.4. However, previous Minecraft versions are not supported.

Sessility 0.5 is only compatible with Minecraft 1.20.4.

Release 0.5

06 Dec 04:20
f2d3764
Compare
Choose a tag to compare

Sessility 0.5 adds a new configuration option for detecting motility, thanks to the contributions of @NikitaCartes! You can now configure whether or not player actions (the original way of detecting sessility) trigger motility. This release also makes Sessility compatible with Minecraft 1.20.3. However, previous Minecraft versions are not supported.

New Features

  • Choose if player actions should be used to determine motility

Sessility 0.5 is only compatible with Minecraft 1.20.3.

Release 0.4

04 Oct 22:22
a6d053f
Compare
Choose a tag to compare

Sessility 0.4 adds two new ways to detect player motility, thanks to the contributions of @donington! You can now configure whether or not player rotation or advancement actions (only jumping for now) trigger motility.

New Features

  • Choose if action advancements or player rotation should be used to determine motility

Sessility 0.4 is only compatible with Minecraft 1.20.2.

Sessility 0.3.1

21 Sep 20:06
f5416df
Compare
Choose a tag to compare

This release makes Sessility compatible with Minecraft 1.20.2. Previous Minecraft versions are not supported.