* update terpinheimercc
Co-authored-by: Cursor <cursoragent@cursor.com>
* Update terpinheimercc
* Apply suggestion from @riktenx
* Updated terpinheimercc plugin
Fixed and changed plugin information that was not reading correct such as submitting donation's to clan coffer from people outside of Clan. Also added in config's to update plugin setting's.
---------
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: riktenx <riktenx@gmail.com>
* llamaclub-cc-plugin
Data sync plugin to pull my clan members stats and send webhook events+screenshots to my website api.
* update llamaclub-cc-plugin
Data sync plugin to pull my clan members stats and send webhook events+screenshots to my website api.
* Update llamaclub-cc-plugin
* Update llamaclub-cc-plugin
Data sync plugin to pull my clan members stats and send webhook events+screenshots to my website api.
* Apply suggestion from @riktenx
---------
Co-authored-by: riktenx <riktenx@gmail.com>
* feat: add OSRS Bank Sync
Adds a manifest entry for kyleamielke/osrs-bank-sync v0.1.0 — a plugin that
captures the bank contents on close and POSTs them as JSON to a user-configurable
URL. See https://github.com/kyleamielke/osrs-bank-sync for full design + threading
notes + security posture.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: update osrs-bank-sync pin after build.gradle fix
Drops the io.freefair.lombok Gradle plugin which wasn't in
Plugin Hub's gradle/verification-metadata.xml. Lombok itself
is still wired via the explicit compileOnly + annotationProcessor
declarations that were already there.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: update osrs-bank-sync pin after deprecated-API migration
Migrates plugin code from terminally-deprecated widgets.WidgetInfo and widgets.InterfaceID to gameval.InterfaceID, unblocking Plugin Hub CI's deprecated-API check.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: update osrs-bank-sync pin after build=standard fix
Adds the missing build= property required by Plugin Hub's packager.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: kyleamielke <3060686+kyleamielke@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update corp-boosting-qol
Updating repository URL and commit hash for corp-boosting-qol. The plugin has been expanded to cover Kalphite Queen, Giant Mole, and King Black Dragon in addition to Corporeal Beast. The display name has been updated to "Pet Boosting QOL" to reflect the broader scope. All original Corp features are preserved unchanged.
* Update corp-boosting-qol
* Update corp-boosting-qol
* Update corp-boosting-qol
* Apply suggestion from @riktenx
---------
Co-authored-by: riktenx <riktenx@gmail.com>
* Update persistent-bank
Item valuation was running on a
background thread, where ItemManager.getItemPrice() returns 0, so whole
accounts were priced at ~0. Valuation now runs on the client thread.
* persistent-bank: update to 61ceea9