Hide from tablist
origins-powerful-powers:hide_from_tablistentity action
Leaves the player out of chosen viewers' tab list. See Tab list hiding.
| Field | Type | Default | Description |
|---|---|---|---|
viewer_condition | Bi-entity condition | none | As on hidden_from_tablist. |
duration | Integer | 0 | Ticks 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.
{
"type": "origins-powerful-powers:hide_from_tablist",
"duration": 1200
}