-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add GIM Visualiser plugin #10073
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GIM Visualiser plugin #10073
Conversation
Add GIM Visualiser plugin
|
New plugin |
|
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 |
|
Pretty sure we have a few GIM-tracker-type plugins on the hub, do any of those fit your needs? Or are you willing to contribute to one of them if perhaps one is close? If the answer is no then we can still review this as-is. |
Hello, and thanks for taking your time to review. I originally wanted to make this for my gim team.
If there's an existing plugin that does similar syncing to a custom endpoint, I'd be happy to look at contributing to it instead. Could you point me to which plugins you're referring to? |
|
"GIMP" https://runelite.net/plugin-hub/show/gim-plugin is the one I know of that has a configurable backend URL (and they offer a hosted option). Again my suggestion is optional but it seems like the base for what you want given that constraint does exist. |
I checked GIMP's source and it only syncs HP, prayer, location, and activity - not bank or inventory data that I can see. My plugin specifically syncs bank contents, inventory, and equipment because my webapp needs that data to build gear setup checkers (e.g., "does anyone have the items for ToB?") and a progress log of how many of each pvm item that we need (e.g., "the team has 2 out of 4 fangs") Since GIMP doesn't provide the data I need, I'd like to proceed with this plugin if that's okay. Again, thank you for helping me with this. |
|
don't call Thread.interrupt on threads you don't own |
|
Fixed the Thread.interrupt issue - removed the call and using shutdownNow() instead. |
|
you can't block on that thread either. just call shutdownNow and be done with it |
|
Updated - now just calling shutdownNow() directly with no blocking. |
Plugin that syncs Group Ironman player data to a web dashboard for visualization.
Features: