Origins: Powerful Powers
» Entity actions » Hide from tablist

Hide from tablist

origins-powerful-powers:hide_from_tablistentity action

Leaves the player out of chosen viewers' tab list. See Tab list hiding.

FieldTypeDefaultDescription
viewer_conditionBi-entity conditionnoneAs on hidden_from_tablist.
durationInteger0Ticks until the player is shown again. 0 lasts until show_in_tablist.

A player has one action tie. Running it again replaces it, and /opp tablist hide sets the same one. Players only. It ends when the server restarts.

Example: hides the player from every other player's tab list for a minute.

json
{
  "type": "origins-powerful-powers:hide_from_tablist",
  "duration": 1200
}