Origins: Powerful Powers
» Voice chat » Is broadcasting voice

Is broadcasting voice

origins-powerful-powers:is_broadcasting_voiceentity condition

True while the entity is broadcasting, through start_broadcast_voice or /oppvc broadcast start. It reads OPP's own state, so it also works without SVC.

No fields.

Example:

json
{
  "type": "origins:action_over_time",
  "interval": 10,
  "condition": {
    "type": "origins-powerful-powers:is_broadcasting_voice"
  },
  "entity_action": {
    "type": "origins:execute_command",
    "command": "particle minecraft:electric_spark ~ ~2.2 ~ 0.2 0.2 0.2 0 4"
  }
}