-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add Streamerbot Plugin #10190
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 Streamerbot Plugin #10190
Conversation
|
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 |
|
In |
|
@iProdigy Fixed it! Let me know if the new TriggerHandler is ok and if there's anything else that needs fixing. |
Fixed typo in DinkAmascutNotificationData and logger in TriggerHandler
|
@iProdigy Thanks for noticing! Fixed it. |
A notifier meant for streaming.
Note: After long consideration and consulting with the Dink Plugin developers, it seemed most logical to let this be its own plugin. This will allow for upcoming features that are nice for streaming purposes, but don't fit in Dink.
Since this plugin simply takes in data from Dink's outbound PluginMessage, it is relatively simple. Any feedback and suggestions for the source code is much appreciated, since this my first java project.