* Update Flip Smart plugin to b055218
* Include plugin icon update
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
* v1.3.0
added: Dialogue translation can now be disabled.
added: Translation files are now loaded dynamically from [iolave/osrs-translations](https://github.com/iolave/osrs-translations).
added: Added real time translation for chat box messages and quest guide journal.
changed: Renamed `SelectLanguage` enum to `Language`.
changed: TranslatorAPI now uses the `/api/v1/data-collection` endpoint to collect dialogues.
changed: Translation maps were consolidated into a single map to allow easier implementation of new translation maps.
changed: Menu entries are now translated when added to the stack rather than when the menu is opened.
changed: Plugin confiuration now have sections.
fixed: Dialogues after the first one are now collected correctly.
* fix: collected dialogues with player name
* refactor: replaced use of new thread for executor.execute
refactor: combined real-time translations options
refactor: translation files are now downloaded with the provided runelite http client
fix: player name and slayer tasks are now properly translated
* Add osrs-claude plugin
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Update osrs-claude commit hash to fix CI build
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* update build to use CommandExecuted
* update readme
* Apply suggestion from @riktenx
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: riktenx <riktenx@gmail.com>
* 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.
* Added file to plugin-hub/plugins for osrsloottracker
* no message
* New Commit
* no message
* No longer sleeping the executor service, now I am using executor.schedule to get the logged in users RSN as per Riktenx's comment.
* Update plugins/osrsloottracker
* Added ability to have different value settings per channel. Also removed remaining uses of Desktop and replaced with LinkBrowser as per riktenx's request.
* Updated to v 1.0.1
* Added options to configure which drop types (valuable, collection log, pets) get sent to individual channels.
* Removed test method from code. Method was used to test the discord messages sent to channels.
* Downgraded log.info to log.debug in multiple places
---------
Co-authored-by: riktenx <riktenx@gmail.com>
* update Deep Sea Trawling
* update Deep Sea Trawling
* Fixed issue with not compiling. Forgot to push the other half of the removal of the diagonal smoothing