mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
add runeshare (#7156)
* 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
This commit is contained in:
3
plugins/runeshare
Normal file
3
plugins/runeshare
Normal file
@@ -0,0 +1,3 @@
|
||||
repository=https://github.com/kcdragon/runeshare-plugin.git
|
||||
commit=94bc765e077b786f18730624727908819258f39e
|
||||
warning=This plugin submits your bank tag tab data and IP address to a server not controlled or verified by the RuneLite developers.
|
||||
Reference in New Issue
Block a user