* Create Equipment Lock
* Update Equipment Lock
update the commit to its most recent case.
removed awssdk depency, changed uses of jackson to gson, removed utils and manual hashing to use client.getAccountHash()
* Update Equipment Lock
changed commit again.
changed original file plugin name to be lowercase with dashes to resolve previous build error.
* Update Equipment Lock
changed to most recent commit
removed gson dependency in build.gradle as I've been informed runelite already provides it.
* Rename Equipment Lock to equipment-lock
changed name to lowercase with dash
* Update equipment-lock
changed original plugin filename back to Equipment_Lock to be consistent with its class, now that I've made this one lowercase with a dash
* Update equipment-lock
Added licenses to the 3 main files
* Update equipment-lock
Added LICENSE file
* Update plugins/equipment-lock
Co-authored-by: YvesW <7929021+YvesW@users.noreply.github.com>
* Update equipment-lock
Game message on consumed equip action now clarifies the plugin causing it with "[Equipment Lock]:" at the start of the message
* Update equipment-lock
Added warning about sending data to an external server and switched from log.info to log.debug for most cases
* Update equipment-lock
* Update equipment-lock
Switched to using slf4j instead of system.err, as well as added the proper dependency for doing so.
* Update equipment-lock
* Update equipment-lock
* Update equipment-lock
Fixed gradle file (again) and added proper annotation for AWSfile for slf4j
* Update equipment-lock
Added in OkHttpClient
* Update equipment-lock
Fixed an error with RequestBody
* Update equipment-lock
Added import java.nio.charset.StandardCharsets;
* Update equipment-lock
Attempted bugfix on OkHttpClient
---------
Co-authored-by: YvesW <7929021+YvesW@users.noreply.github.com>
* Create roof-toggle
* Update plugins/roof-toggle
forgot to add .git to end of repo url
Co-authored-by: Jordan <Nightfirecat@users.noreply.github.com>
* Update commit - includes license
* Update roof-toggle
* Update roof-toggle
---------
Co-authored-by: Jordan <Nightfirecat@users.noreply.github.com>
* Create six-hour-reminder
* Update six-hour-reminder
* Update six-hour-reminder
Added "Overtime" in case the player is interacting in combat at the time of the 6h logout
* Update pet-to-npc-transmog
adding custom panel, save feature and framework for future animation update
* Update pet-to-npc-transmog
Adding custom panel, save feature and framework for future animations
* Update DropTracker to v3.0
Added a variety of new functionality, including a side panel with user lookups, tracking personal bests, combat achievements and collection logs, and more.
Fixed tracking of Araxxor and Whisperer kills, since their mechanics are slightly different than normal npc loot.
* Fix killcount regex filter
KCs are now displayed with comma separators ingame, which changes how we need to extract them from the chat
* Readme changes
Updated readme to more relevant info
- does not distribute emoji files
- does not network
- machine local files, requires the user to copy emoji files manually
Carefully abiding by the hub decree
```
Twitch/BTTV/FFZ/7TV emote plugins: Distributing the emotes for these plugins would likely require skirting over the legal agreements of these services, and thus won't be accepted.
```
* Add files via upload
* Delete plugins/custom-vital-bars directory
* Create custom-vital-bars
* Update custom-vital-bars
* Update custom-vital-bars
updated runelite-plugin.properties
* Update custom-vital-bars
moved test class into separate package like in template
* Update custom-vital-bars
* Update custom-vital-bars
---------
Co-authored-by: Ron Young <admin@ryoung.io>