* Create Companion Pet Plugin
* fix unregister
* Update to make sure RlObjects are properly de-spawned
* Update to make sure RlObjects are properly de-spawned and bump ver
* Update Companion Pet Plugin- Update for compatibility with WorldView update.
* Update Companion Pet Plugin- Update Nav Icon Size
* Update Companion Pet to to support full animation scaling.
* Fix Bosses without Time
Was still trying to send Boss kill messages for bosses without PBs. This is only used for bosses with PB so cleaned this up and removed it accordingly.
Incremented version to 3.2.2
* Better Webhook Error Handling
* Fix Commit
* Fixed the Release Number
* Fix for CA Screenshots + Additional Logging
* Changed Log.info to log.debug
* Update lms-start-notifier
* Update lms-start-notifier
* Update lms-start-notifier
* Add tome of fire id to ignored items
* Add Atlatl dart id to ignored items
* Update lms-start-notifier
Updated to version 2.3.1
Recognized my patterns didn't contain the pattern for colosseum so updated that accordingly. Also had to implement a fix to properly reset team size to null after sending a webhook
* Update wilderness-warnings
Add hides for manual cast ancient spellbook and ice plateau teleports as well as the portal nexus
* Create area-sound-whitelist
Create Area sound whitelist plugin - mutes all area sounds except those which are whitelisted
* Update area-sound-whitelist
Fix typo in .properties
* Create music-track-display
* Update music-track-display
Fixed an issue with the plugin field for the runelite-plugin.properties file.
* Update music-track-display
Updated files to disable the currently-unused config
* DropTracker Version 3.2
Just added in the ability to send screenshots with hiding PMs
* Fixed Commit number
* Support for new Container Logic
Added in new container manager logic that determines whether an item was preivously owned.
* Fixed broken Gradle
* Add RuneShare plugin
* Try to address Gson issue in build
```
Do not create fresh Gson instances, always @Inject the client's Gson.
You can customize it by calling .newBuilder() on it
```
* Inject Gson instead of initializing it
Trying to address this build error
```
Do not create fresh Gson instances, always @Inject the client's Gson.
You can customize it by calling .newBuilder() on it
```
* Update commit to address PR feedback
* Add defaults for configs
* Use `okHttpClient` and `enqueue` the request so it doesn't block the client thread and swing thread
* Update commit to "Default auto sync to false (i.e. manual sync)"
* Use Swing thread instead of Client thread
See https://github.com/runelite/plugin-hub/pull/7156#issuecomment-2560787846
* Time Tracking Re-write, plugin Version & Team Size Tracking
Re-wrote the Time tracking functionality to be able to support bosses that send a time message prior to the kill count message.
Also added a plugin version to be sent across with the embeds to help recognize what verison users are on.
Also added in support for Team sizes
* Update droptracker
* DropTracker 3.1 (Removal of Print statements)