... | ... | @@ -6,10 +6,8 @@ health: |
|
|
width: 40
|
|
|
function: 'health'
|
|
|
```
|
|
|
|
|
|
## Width
|
|
|
Width is how long the bar will appear to be. This value is restricted between `3-500`.
|
|
|
|
|
|
## Function
|
|
|
The function option determines how the bar will interact with the player. You can view all default functions and how to create custom them [here](bar-functions).
|
|
|
|
|
|
## Sections
|
|
|
| Section | Description | Value Type | Default Value |
|
|
|
| ------ | ------ | ------ | ------ |
|
|
|
| `width` | This is how wide the mmobar will appear to be. | Integer `[3-500]` | `10` |
|
|
|
| `function` | This controls how the bar will interact with the player. You can view all default functions and how to create custom them [here](bar-functions). | [Bar Function](bar-functions) | `N/A` | |