minecraft-server icon indicating copy to clipboard operation
minecraft-server copied to clipboard

Make a user-executable CLI tool

Open ajnart opened this issue 3 years ago • 0 comments

Having a good executable to quickly edit the update script would be good. Or just to run simple configs. I imagine the following

$> minecraft-server --help
config
    edit (Open config in $EDITOR)
   append (Append a string to the update file, such as a plugin download)
server
   restart (restart the server)
   send (send a specific command to the server)
   attach (attach to the server)

If you want I can help to make this little CLI 🤔 We could do it with Deno using something like https://cliffy.io/ and make a simple executable or just a long bash script

ajnart avatar Jul 19 '22 21:07 ajnart