New plugin - Tostky Tracker.
Tostky Tracker is a plugin that adds an overlay that keeps track of all the ammo in your inventory and a panel that tracks total usage of ammo overall- Including cannonballs over time with the ability to reset the counter on demand.
New plugin tostky-tracker: https://github.com/example-git/tostky-plugin/tree/2e5fb39b9f02b0a328f4c5bdec0c6906d1ece1b8
Anyone get a chance to look at this?
Anyone get a chance to look at this?
Typically reviews for hub PRs, and especially for new plugins, can take several weeks, depending on when the people who do those reviews have time. Right now there's a lot of focus on getting updates together for the core client for Varlamore, so it may be a bit longer.
Does this plugin provide something the current item charges plugin doesn't?
This is more focused on range equipment for grinding as well as tracking overall usage, not just remaining charge for cost tracking
While the use case isn't as extensive as the itemlist covered by item charges I don't believe they allow you to track overall usage in this way. I was requested to make this for a friend who was trying to keep track of cannon ball usage over their grinding session and covered other ranged ammunition for the sake of it.
You should use a real author field for your plugin properties. You should scale your panel image down as Java will keep the full-size image in memory even when it is scaled down to be shown on the nav button.
LGTM otherwise.
You should use a real author field for your plugin properties. You should scale your panel image down as Java will keep the full-size image in memory even when it is scaled down to be shown on the nav button.
LGTM otherwise.
Done