Origins: Powerful Powers
» Voice chat » Voice installed

Voice installed

origins-powerful-powers:voice_installedentity condition

True when the player has SVC installed and connected to the server's voice chat.

No fields.

Example: a reminder for players without voice chat.

json
{
  "type": "origins:action_over_time",
  "interval": 600,
  "condition": {
    "type": "origins-powerful-powers:voice_installed",
    "inverted": true
  },
  "entity_action": {
    "type": "origins:execute_command",
    "command": "tellraw @s {\"text\":\"This origin's powers use Simple Voice Chat. Install it to use them.\",\"color\":\"yellow\"}"
  }
}