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.
- Type
==Section:TopLeft==
above what we had in part 5.- This isn't strictly necessary, but it makes it more obvious what's going on
- Type
==Section:TopRight==
underneath what we had in part 5. - Add the cpu, gpu, and memory usage variable underneath
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