plugin-hub
plugin-hub copied to clipboard
Create: skull-prevention-reminder
Draws an overlay to display whether skull prevention is on or off.
I noticed pull request #5012 needed some clean up but was abandoned.
The changes asked for by @LlemonDuck have been applied along with some minor refactoring.
New plugin skull-prevention-reminder: https://github.com/lostcoastwizard/skull-prevention-reminder/tree/b36aadb330b2ad8cfac95b117b226d962f17727e
original author needs included in the license
LICENSE updated
You should not be loading the resources every frame during render. Load them once and reuse the images between frames
https://github.com/lostcoastwizard/skull-prevention-reminder/blob/63643e1df317ee322ffbc844a5947b69327e6538/src/main/java/com/SkullPreventionReminder/SkullPreventionReminderOverlay.java#L31-L40
Updated. Images are no longer loaded every frame.