Is moving loudly
origins-powerful-powers:is_moving_loudlyentity condition
True while the entity is on the ground, not crouching, and moving faster than 0.15 blocks per tick horizontally, like walking or running.
No fields.
- For players, this also drives the automatic vibration cooldown.
Example:
{
"type": "origins:action_over_time",
"interval": 10,
"condition": {
"type": "origins-powerful-powers:is_moving_loudly"
},
"entity_action": {
"type": "origins:execute_command",
"command": "particle minecraft:sculk_charge_pop ~ ~0.1 ~ 0.3 0 0.3 0 3"
}
}Sculk particles puff up from your steps while you move loudly.
Attribute: is_moving_loudly