plugin-hub icon indicating copy to clipboard operation
plugin-hub copied to clipboard

New plugin - Tostky Tracker.

Open example-git opened this issue 2 years ago • 5 comments

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.

example-git avatar Mar 16 '24 09:03 example-git

New plugin tostky-tracker: https://github.com/example-git/tostky-plugin/tree/2e5fb39b9f02b0a328f4c5bdec0c6906d1ece1b8

Anyone get a chance to look at this?

example-git avatar Mar 24 '24 01:03 example-git

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.

cdfisher avatar Mar 24 '24 01:03 cdfisher

Does this plugin provide something the current item charges plugin doesn't?

raiyni avatar Mar 24 '24 01:03 raiyni

This is more focused on range equipment for grinding as well as tracking overall usage, not just remaining charge for cost tracking image image

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.

example-git avatar Mar 24 '24 08:03 example-git

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.

Nightfirecat avatar Apr 06 '24 04:04 Nightfirecat

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

example-git avatar Apr 07 '24 03:04 example-git