Entity condition position
JDParker714 opened this issue · 1 comments
Hey I'm on a pretty big smp/anarchy server based around the origins mod. Many people are making custom origins and one of the dev's is trying to make a power that activates when the player is above a certain y coordinate. Currently the only idea I have is checking the block they're on and getting the block y. However, they want this to be available when the player isnt touching a block - since the origin includes alot of levitation and stuff. Is there an existing condition for comparing entity position - aka y position.
You can use in_block instead of on_block - that will also work when not
standing on a block.
…On Thu, 11 Mar 2021, 09:20 JDParker714, ***@***.***> wrote:
Hey I'm on a pretty big smp/anarchy server based around the origins mod.
Many people are making custom origins and one of the dev's is trying to
make a power that activates when the player is above a certain y
coordinate. Currently the only idea I have is checking the block they're on
and getting the block y. However, they want this to be available when the
player isnt touching a block - since the origin includes alot of levitation
and stuff. Is there an existing condition for comparing entity position -
aka y position.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#192>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALWSQSWXXFOFEL7ZAW6BDZTTDBVNLANCNFSM4Y7ZREGQ>
.