Archipelago Plugin UI Rework#12217
Conversation
Ports the UI rework from the Beta Members Randomizer into the base free-to-play randomizer version
|
You need to add the build type to your runelite-plugin.properties. I think since you are depending on the websocket library you'll need |
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
|
are you able/willing to drop your websocket dependency and switch over to okhttp websockets, that would allow you to set build=standard and then your plugin could be automatically reviewed by the bot. this should be possible for you since okhttp3 websockets do the permessage-deflate stuff automatically afaik |
|
Updated for okhttp3. Still some issues with Websocket Compression, but that's not a hard requirement yet. The problem is solved in later versions of okhttp3, maybe it'll be updated by the time I actually need to worry about it? Should work fine in the interim though until Archipelago makes the switch to force it. |
|
https://github.com/runelite/plugin-hub/actions/runs/28481008772/job/84417145147?pr=12217 You can use |
Ports the UI rework from the Beta Members Randomizer into the base free-to-play randomizer version