Update Bar Layouts authored by Ethan's avatar Ethan
Layouts organize components into places on the users screen. You can have an unlimited amount of layouts. You can change a player's layout with [commands.](Commands) The integers are the height of the bars. Below is the default layout:
Layouts organize components into places on the users screen. You can have an unlimited amount of layouts. You can change a player's layout with [commands.](commands) The integers are the height of the bars. Below is the default layout:
```
default:
lines:
......@@ -12,6 +12,6 @@ default:
## Layout Options
| Option | Aliases | Description | Parameter Type | Example |
| ------ | ------ | ------ | ------ | ------ |
| `bar` | `b` | Insert a bar. | `Bar name` | <bar:health> |
| `bar` | `b` | Insert a bar. | `Bar Name` | <bar:health> |
| `space` | `spacer, sp, s` | Insert a space. The space size is in pixels. | `Integer` | <space:10> |
| `text` | `t` | Insert a placeholder supported text. | `String` | <text:"<red>Hello there!"> |
\ No newline at end of file