Jordan Atwood
Jordan Atwood
You should [use a real author field](https://github.com/example-git/tostky-plugin/blob/7b2e6f988d057fdc8f491a6eda0045112bf8d143/runelite-plugin.properties#L2) for your plugin properties. You should [scale your panel image down](https://github.com/example-git/tostky-plugin/blob/7b2e6f988d057fdc8f491a6eda0045112bf8d143/src/main/resources/icon.png) as Java will keep the full-size image in memory even when it...
Please [remove your `log.info()` calls](https://github.com/triblion20000/CollectionLogToggler/blob/8908578b4a27dca4fc1ffcb937be63e80c765626/src/main/java/com/collectionlogtoggler/CollectionLogTogglerPlugin.java#L135), or reduce their visibility to debug, as this will clutter user logs.
Closing due to inactivity.
> Is the idea of the plugin an abuse or the implementation itself? I had a look at some other plugins like the tag ur it that also uses the...
It looks like this plugin just doesn't work at all the way it says it does? This code will play a jingle for any spec energy change which leaves you...
[The Polywoof plugin](https://runelite.net/plugin-hub/show/polywoof) already offers translation via MyMemory as one of its API backends. I recommend contributing to that if there are features or changes you'd like to see there.
[You can't use null.com as an "invalid" domain](https://github.com/joelhalen/droptracker-plugin/blob/e8c14fc151ef844e8377cdecf01bd20df83947fc/src/main/java/io/droptracker/api/DropTrackerApi.java#L58); is a real website. Please ensure your plugin is not sending unwanted outbound connections when your config is not set up to...
[You were already removing your plugin's nav button on shutDown](https://github.com/joelhalen/droptracker-plugin/blob/86157d364618463ec65dadd04015cb37ad20c90b/src/main/java/io/droptracker/DropTrackerPlugin.java#L211), however you are never calling `panel.deinit()`, so it remains subscribed to the event bus.
[This will cause an NPE](https://github.com/joelhalen/droptracker-plugin/blob/68a57d5575555c07f3568626186db91308ac1d20/src/main/java/io/droptracker/DropTrackerPlugin.java#L215-L216) (because you nulled it the line before) and not deinit it.
What is the source of nothing.wav? It sounds like the one used in Spongebob, which we would not be allowed to distribute due to copyright.