Profile Sections
Profile sections allow you to put stuff in the four corners of the hud.
Template
Each section is optional, and order doesn't matter.
If you only want stuff in the top left corner, no section headers are needed.
Place Profile-Wide Theming above all Section Headers
==Section:TopLeft==
Whatever you want to show in the top left corner
==Section:TopRight==
Whatever you want to show in the top right corner
==Section:BottomLeft==
Whatever you want to show in the bottom left corner
==Section:BottomRight==
Whatever you want to show in the bottom right corner
Section Options
==Section: <corner>==
==Section: <corner>, <x_offset>==
==Section: <corner>, <x_offset>, <y_offset>==
==Section: <corner>, <x_offset>, <y_offset>, <hide_on_chat>==
==Section: <corner>, <x_offset>, <y_offset>, <hide_on_chat>, <width>==
Option | Description | Value Type | Default Value |
---|---|---|---|
corner | Which corner this section appears in | TopLeft / BottomLeft TopRight / BottomRight |
N/A |
TopCenter / CenterLeft CenterCenter / CenterRight BottomCenter [Added in v3.1] |
|||
x_offset | Left/Right offset | Integer | 0 |
y_offset | Up/Down offset | Integer | 0 |
hide_on_chat | Whether this section should hide when the chat screen is open | true / false | false |
width | How wide the background is. -1 means it fits to the content of the line | Integer | -1 |