Update Bar Inactive Condition authored by Ethan's avatar Ethan
...@@ -7,9 +7,9 @@ The condition will be true if the bar is inactive. ...@@ -7,9 +7,9 @@ The condition will be true if the bar is inactive.
## Parameters ## Parameters
[You can view all global parameters here.](Condition-Parameters) [You can view all global parameters here.](Condition-Parameters)
| Parameter | Aliases | Description | Type | | Parameter | Aliases | Description | Type | Default Value |
| ------ | ------ | ------ | ------ | | ------ | ------ | ------ | ------ | ------ |
| `timeout` | `t, time` | The time in ticks until a bar is considered inactive. Defaults to the option `inactivity-timeout` set in the config. | `Integer` | | `timeout` | `t, time` | The time in ticks until a bar is considered inactive. Defaults to the option `inactivity-timeout` set in the config. | `Integer` | `Required` |
## Examples ## Examples
``` ```
... ...
......