Commit Graph

2 Commits

Author SHA1 Message Date
Ventyrian
611c33373c update task-tracker (#10346)
* Create task-tracker

Allows for the user to add custom tasks to a list and roll a random task to complete. Once the task is completed it will be logged with the date it was completed. The plugin also supports backlogging tasks if enabled.

* Update task-tracker audio

Used net.runelite.client.AudioPlayer instead of javax.sound to comply with pluginhub standards

* Added icon.png to root and removed unused package

* Update task-tracker

Changed currentTaskBorder to currentTaskHighlight, to better match in game UI style. Added the option to set custom repeatable tasks by right clicking a label in the active task list. This will make it so the task will remain in your active task list after you complete it.
2026-01-26 18:30:01 -05:00
Ventyrian
f716e373b8 add task-tracker (#10186)
* Create task-tracker

Allows for the user to add custom tasks to a list and roll a random task to complete. Once the task is completed it will be logged with the date it was completed. The plugin also supports backlogging tasks if enabled.

* Update task-tracker audio

Used net.runelite.client.AudioPlayer instead of javax.sound to comply with pluginhub standards

* Added icon.png to root and removed unused package
2026-01-17 13:06:01 -05:00