#(BillGates) is it possible to check if a player is crawling?
1 messages · Page 1 of 1 (latest)
(BillGates) is it possible to check if a player is crawling?
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>
Did you mean to search for entitytag.swimming?
Returns whether this entity is swimming.
attributes
ElementTag(Boolean)
EntityTag.swimming
nope, returned false
D:
!t visual_pose
Returns the name of the entity's current visual pose.
See https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Pose.html
attributes
ElementTag
yeah visual_pose returns swimming, but <player.swimming> returns false
im on latest dev, latest paper
It might be more strict then, I.e. only if the player is actually swimming in water
It's just a bukkit method, I.e. not any Denizen-specific logic
hm so i could do if <player.visual_pose> == swimming && !<player.swimming>?
Probably yeah, or check if they're not in water
alright imma try it out
yeah that works
is checking if crawling a viable feature request?
i feel like it should be native to denizen
Well, all it could do is pretty much that ^, I don't think there's any specific API method
yeah paper and spigot's javadocs dont seem to have any specific event for that
oh well, i'll close this for now
coming back to this to check if in the meantime something got changed ?
Thread was manually reopened by @brittle epoch.
cause i would like to get the feature of <player.is_crawling>
nop
should probably just make a proc
An procedure for?
that
a procedure is like a custom tag
Thanks👍