Skip to content

Create playerframe#9995

Closed
ImpelDev wants to merge 2 commits intorunelite:masterfrom
ImpelDev:master
Closed

Create playerframe#9995
ImpelDev wants to merge 2 commits intorunelite:masterfrom
ImpelDev:master

Conversation

@ImpelDev
Copy link
Copy Markdown

Player Frame

Displays your character's health and prayer in a World of Warcraft-style unit frame with your real RuneScape character portraits. Features dynamic color-coded health bars, customizable sizes and colors, and a combat level badge.

@runelite-github-app
Copy link
Copy Markdown

runelite-github-app Bot commented Dec 28, 2025

@riktenx riktenx added the waiting for author waiting for the pr author to make changes or respond to questions label Dec 28, 2025
Fixed Plugin
@runelite-github-app runelite-github-app Bot removed the waiting for author waiting for the pr author to make changes or respond to questions label Dec 28, 2025
@runelite-github-app
Copy link
Copy Markdown

This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed.


Internal use only: Reviewer details Maintainer details

@riktenx
Copy link
Copy Markdown
Member

riktenx commented Dec 30, 2025

Do not do the networking to get the chathead this way. You're doing i/o in a render which is going to freeze the client for the duration of the request which is not ok. If you're going to make a network request to get the image, @Inject Runelite's OkHttpClient and use that.

@riktenx riktenx added the waiting for author waiting for the pr author to make changes or respond to questions label Dec 30, 2025
@riktenx
Copy link
Copy Markdown
Member

riktenx commented Jan 25, 2026

closing because the above hasn't been addressed, if you fix it you can make a new PR

@riktenx riktenx closed this Jan 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin added size-0 waiting for author waiting for the pr author to make changes or respond to questions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants