From: rnayabed Date: Tue, 09 Mar 2021 20:35:59 +0530 Subject: Updated run command action --- Updated run command action --- Binary files 'a/PreBuiltPlugins/twitch-chat-connect.jar' and /dev/null differ --- 'a/runcommandaction/README.md' +++ b/runcommandaction/README.md @@ -0,0 +1,5 @@ +# Run Command Action + +![version](https://img.shields.io/badge/Version-1.1.1-green) + +Documentation is WIP \ No newline at end of file --- 'a/runcommandaction/src/main/java/com/stream_pi/runcommandaction/RunCommandAction.java' +++ b/runcommandaction/src/main/java/com/stream_pi/runcommandaction/RunCommandAction.java @@ -14,7 +14,7 @@ public class RunCommandAction extends No setCategory("Essentials"); setAuthor("rnayabed"); setServerButtonGraphic("fas-terminal"); - setHelpLink("https://github.com/stream-pi/essentialactions/tree/master/runcommandaction"); + setHelpLink("https://github.com/stream-pi/essentialactions/blob/master/runcommandaction/README.md"); setVersion(new Version(1,1,1)); }