CustomHUD icon indicating copy to clipboard operation
CustomHUD copied to clipboard

Lagging on enabled plugin

Open anarix0 opened this issue 1 year ago • 4 comments

My game has been getting 0 fps and i need to force close the app to quit, I have made sure to check every mod i have got and only customHUD made me lose the fps. I am using fabric 1.19.4 on v0.15.7 of the loader with this config:

{{fps >= 60, "&a", fps < 30, "&c", "&e"}}{fps}&f fps
{{ping <= 35, "&a", ping > 35 & ping < 100, "&c", "&e"}}{ping}&f ms

==Section:TopRight==
&7{cpu_name} &e{{cpu < 10, "0{cpu}", "{cpu}"}}% &fcpu
&7{gpu_name} &e{{gpu < 10, "0{gpu}", "{gpu}"}}% &fgpu
&e{{memory_used_percentage < 10, "0{memory_used_percentage}", "{memory_used_percentage}"}}% &fram

==Section:BottomRight==
{real_time:HH:mm:ss.SSS}

I am using the version 3.1.0 of the plugin for 1.19.4 and I have been using the plugin for some time but this started after I added the plugin Essentials. Any help would be appreciated.

anarix0 avatar Mar 10 '24 12:03 anarix0

Does it happen with an empty profile?

Minenash avatar Mar 10 '24 18:03 Minenash

Does it happen with an empty profile?

No, it doesn't. I'll check and try to fix it by the profile, but it was working fine a few days ago on the same profile.

anarix0 avatar Mar 11 '24 13:03 anarix0

The {cpu} variable is doing it.

anarix0 avatar Mar 11 '24 13:03 anarix0