🚧
CustomHud v4 Docs are WIP
For temporary documentation on all the features added in v4, see the changelog
🚧

6. Profile Sections

Currently the profile is only displaying info at the top right, but what if we want to put info in the other corners? That's what Profile Sections are for!

Profile Section Options

Profile Section's x/y can be shifted, hidden when chat is open, or can be set to have the background a specific width

Reference: All the Options for Profile Section

Instructions

Let's add cpu, gpu, and ram usage percentages info to the TopRight corner.

Profile File

profile1.txt
==Section:TopLeft==
fps: &a{fps}
xyz: &c{bx} &a{by} &b{bz}
biome: &e{biome}

==Section:TopRight==
&e{cpu}% &fcpu
&e{gpu}% &fgpu
&e{memory_used_percentage}% &fram

Result In-Game