You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Having a good executable to quickly edit the update script would be good. Or just to run simple configs. I imagine the following
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
The text was updated successfully, but these errors were encountered: