Origins: Powerful Powers
» Voice chat » Is talking

Is talking

origins-powerful-powers:is_talkingentity condition

True while the player is talking: the server got microphone audio from them within the last 0.75 seconds.

No fields.

  • False for a player force-muted with /oppvc mute.

Example: music notes while you speak.

json
{
  "type": "origins:action_over_time",
  "interval": 5,
  "condition": {
    "type": "origins-powerful-powers:is_talking"
  },
  "entity_action": {
    "type": "origins:execute_command",
    "command": "particle minecraft:note ~ ~2.3 ~ 0 0 0 1 1"
  }
}