essential-actions

Clone or download

Implement set username color action

Modified Files

Name
M PreBuiltPlugins/twitch-chat-connect.jar Binary file Go to diff View file
M PreBuiltPlugins/twitch-clear-chat.jar Binary file Go to diff View file
M PreBuiltPlugins/twitch-send-channel-msg.jar Binary file Go to diff View file
A PreBuiltPlugins/twitch-set-color.jar Binary file Go to diff View file
M build.sh +3 −0 Go to diff View file
M twitch/clear-chat/src/main/java/clearchat/ClearChatAction.java +11 −6 Go to diff View file
M twitch/send-channel-msg/src/main/java/sendchannelmsg/SendChannelMessageAction.java +14 −9 Go to diff View file
A twitch/set-color/pom.xml +81 −0 Go to diff View file
A twitch/set-color/src/main/java/module-info.java +9 −0 Go to diff View file
A twitch/set-color/src/main/java/setcolor/SetColorAction.java +83 −0 Go to diff View file