plugin-hub
plugin-hub copied to clipboard
Create GodlikeHttp
A HTTP server plugin
New plugin godlikehttp: https://github.com/bastianjoergensen/GodlikeHttp/tree/ffc4e99eaba52567643728296a7929ddc7235225
What is this plugin doing? It looks like it just writes events to files locally? If so, you don't need like 85% of this code.
What is this plugin doing? It looks like it just writes events to files locally? If so, you don't need like 85% of this code.
It starts a HTTP server that you can make requests to, to get the players info etc.
But enlighten me, I want to learn. :)
There's already two different plugins that do something similar that might be what you want?
https://github.com/MW90-NL/httpeventserver.git
https://github.com/Adam-/runelite-plugins/tree/http-plugin
They aren't really the same, I think. I also think theirs is pretty poorly written (not trying to be rude, sorry), and not easily extendable.
Added the missing license
Why are you creating a separate EventBus instance instead of @Injecting it? You can still manually register and unregister classes to the injected instance.
Why are you creating a separate EventBus instance instead of
@Injecting it? You can still manually register and unregister classes to the injected instance.
I simply didn't know, will definitely try that!
Closing due to inactivity. Feel free to re-open this PR if you get around to making the noted changes.