-
-
Notifications
You must be signed in to change notification settings - Fork 843
I add Ark Server rcon broadcast and Discord Alert to restart,stop,update in 15min 5min 1min #2922
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
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
This will be very useful in the future as there are plans to do this at some point |
There is no such command as ark-stop this looks like a fork and not official Linuxgsm Edit: This is an unofficial script for ark |
it may be that the code no longer works with the current Linuxgsm version. This was actually just a sample for @dgibbs64 |
I don't test the code but your log error show '\r'.
if i have time i will test the code, |
Any progress on the implementation? I'd love to see such things as a core feature |
I have just set this up and can confirm that it works with the latest LGSM and Ark Version. I have to make a minor change in the very last config section under alert_discord.sh i left out this completely
And i changed from this
to this
|
Hello
I hope you add this code or something like that
The code is only tested on an ARK server with active cluster with Discord Alert, no other alerts were active during the test
how to
install on Server mcrcon SEE https://github.com/Tiiffi/mcrcon/tree/v0.7.1
Add in /ARK-LGSM-FOLDER/lgsm/config-lgsm/arkserver/arkserver.cfg and for every other cluster server config
Add in /ARK-LGSM-FOLDER/lgsm/functions/core_getopt.sh
after
cmd_fastdl=( "fd;fastdl" "command_fastdl.sh" "Build a FastDL directory." )
follow
after
## Game server exclusive commands.
follow
Add in /ARK-LGSM-FOLDER/lgsm/functions/core_functions.sh
after
follow
after
follow
create the file /ARK-LGSM-FOLDER/lgsm/functions/command_ark_stop.sh with the following content
create the file /ARK-LGSM-FOLDER/lgsm/functions/command_ark_restart.sh with the following content
create the file /ARK-LGSM-FOLDER/lgsm/functions/command_ark_update.sh with the following content
create the file /ARK-LGSM-FOLDER/lgsm/functions/update_ark_steamcmd.sh with the following content
Add in /ARK-LGSM-FOLDER/lgsm/functions/alert.sh
after
follow
after
follow
Add in /ARK-LGSM-FOLDER/lgsm/functions/alert_discord.sh
after
follow
change
to
The text was updated successfully, but these errors were encountered: