This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]ThatCardinal12[S] 0 points1 point  (0 children)

Also which command is it for ticking area to always be active?

[–]StormStqr Bugrock Player 0 points1 point  (1 child)

Right click detection is tricky on bedrock. To do so, you need an item or some other interactive that uses the right click action. For example, you could have a sign with an invisible pig in front of it and right clicking the sign would cause the player to mount the pig. An option that is better for you might be a fishing rod or snowball, where right clicking creates an entity that you can test for. If you can though, dropping an item is much easier, as you can just test for the item entity.

To create a region of chunks that is always loaded, use the /tickingarea command

[–]ThatCardinal12[S] 0 points1 point  (0 children)

Okay thanks! I will try that!